diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-14 03:27:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-14 03:27:44 +0000 |
commit | 335aa3209b5d597a93733a7313e629e202731078 (patch) | |
tree | ef016dfb9b3380e0818db3de3222e7e6db13dd58 /ChangeLog | |
parent | 6e33fad374814f1a4bf80aa37d4ded9c9096edab (diff) | |
download | glibc-335aa3209b5d597a93733a7313e629e202731078.tar.gz glibc-335aa3209b5d597a93733a7313e629e202731078.tar.xz glibc-335aa3209b5d597a93733a7313e629e202731078.zip |
* sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
* libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias, strong_alias_asm): Use `foo = bar' syntax instead. * configure.in: Fix AC_ARG_WITH uses; check for --with-fp. Move $host_os checks to set gnu_ld/as and elf before sysdirs generation. Fix $with_fp test. [$elf=yes]: Prepend MACHINE/elf directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 024b548079..5e945cbd28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ Thu Apr 13 09:45:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * sysdeps/generic/expm1.c: #undef expm1 before weak_alias. + + * libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias, + strong_alias_asm): Use `foo = bar' syntax instead. + * configure.in: Fix AC_ARG_WITH uses; check for --with-fp. Move + $host_os checks to set gnu_ld/as and elf before sysdirs + generation. Fix $with_fp test. + [$elf=yes]: Prepend MACHINE/elf directory. + * elf/libelf.h (elf_hash): Use XOR instead of ANDN when the bits being cleared are already known to be set. Thanks Ulrich. |