diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-05 09:30:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-05 09:30:32 +0000 |
commit | 79a89641e0ab60509ee755164e90b5e15c58613b (patch) | |
tree | d6212c30e9099d47c8f29722996ce4807799d715 /ChangeLog | |
parent | 7ac887d438fd5a6338ed12e2bd7b07c101f62f8b (diff) | |
download | glibc-79a89641e0ab60509ee755164e90b5e15c58613b.tar.gz glibc-79a89641e0ab60509ee755164e90b5e15c58613b.tar.xz glibc-79a89641e0ab60509ee755164e90b5e15c58613b.zip |
* sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
the more-specific unix/sysv/linux/powerpc file and breaks everything. * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here here, put under [__ELF__].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 249089eb13..a5b25f01b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-11-05 Roland McGrath <roland@frob.com> + + * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides + the more-specific unix/sysv/linux/powerpc file and breaks everything. + * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE, + ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET, + PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here + here, put under [__ELF__]. + 2001-11-05 Ulrich Drepper <drepper@redhat.com> * manual/charset.texi: Extensive editing work. |