diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-01 03:16:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-01 03:16:27 +0000 |
commit | ed80b9ee77e1b453abd44ac9ed0eaead0ba24941 (patch) | |
tree | 10eb5b48f99966948a05beacd01758623b2a933a /ChangeLog | |
parent | a535ce141fc6862a2013dacbed935b9aafb6a8f1 (diff) | |
download | glibc-ed80b9ee77e1b453abd44ac9ed0eaead0ba24941.tar.gz glibc-ed80b9ee77e1b453abd44ac9ed0eaead0ba24941.tar.xz glibc-ed80b9ee77e1b453abd44ac9ed0eaead0ba24941.zip |
Update.
2000-07-31 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and endp statements have already been added. 2000-04-18 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include <sysdeps/ia64/sysdep.h>. * sysdeps/ia64/_mcount.S: New file. * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to __gmon_start__. Fix up extraneous whitespace. 2000-01-12 H.J. Lu <hjl@gnu.org> * sysdeps/ia64/elf/initfini.c: New file. 2000-07-31 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW dependency between branch and ar.pfs write.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2de263836d..656a99b27e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2000-07-31 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and + endp statements have already been added. + +2000-04-18 David Mosberger <davidm@hpl.hp.com> + + * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include + <sysdeps/ia64/sysdep.h>. + + * sysdeps/ia64/_mcount.S: New file. + + * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to + __gmon_start__. Fix up extraneous whitespace. + +2000-01-12 H.J. Lu <hjl@gnu.org> + + * sysdeps/ia64/elf/initfini.c: New file. + +2000-07-31 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW + dependency between branch and ar.pfs write. + 2000-07-31 H.J. Lu <hjl@gnu.org> * sysdeps/generic/printf_fphex.c (__printf_fphex): Correctly |