aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-29 19:20:17 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-29 19:20:17 +0000
commit266227abcba4f70af3a2f4cbc34384ee498a3a50 (patch)
treec804c3f252d5bd356c5fd538dacadf4c720e1646 /ChangeLog
parentd8592d04fab67a5a553bd9fc5573f234897bc0af (diff)
downloadglibc-266227abcba4f70af3a2f4cbc34384ee498a3a50.tar
glibc-266227abcba4f70af3a2f4cbc34384ee498a3a50.tar.gz
glibc-266227abcba4f70af3a2f4cbc34384ee498a3a50.tar.bz2
glibc-266227abcba4f70af3a2f4cbc34384ee498a3a50.zip
Update.
2003-03-27 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0" directive into empty .prologue region to ensure that call-chain is terminated even for the first instruction. * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom to terminate call-chain right from the get-go. * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary stop bit between compare & branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea58c7cc55..953fbb8db8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-03-27 David Mosberger <davidm@hpl.hp.com>
+
+ * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
+ directive into empty .prologue region to ensure that call-chain
+ is terminated even for the first instruction.
+
+ * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
+ to terminate call-chain right from the get-go.
+
+ * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
+ stop bit between compare & branch.
+
2003-03-29 Ulrich Drepper <drepper@redhat.com>
* stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
@@ -9,7 +21,6 @@
2003-03-29 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Add mips64* support.
- * configure: Rebuilt.
* sysdeps/mips/bits/endian.h: Make it bi-endian.
* sysdeps/mips/mipsel/bits/endian.h: Removed.
* sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.