aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-31 05:15:48 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-31 05:15:48 +0000
commit3d558f4ec7fecbac0dddb4d321a1ec10f14e8e03 (patch)
tree03f30bc95d97fe7f240c01644ca564a814bf542b /ChangeLog
parent94ffedf6e607675b0eeb7dfec020d722a0b94230 (diff)
downloadglibc-3d558f4ec7fecbac0dddb4d321a1ec10f14e8e03.tar
glibc-3d558f4ec7fecbac0dddb4d321a1ec10f14e8e03.tar.gz
glibc-3d558f4ec7fecbac0dddb4d321a1ec10f14e8e03.tar.bz2
glibc-3d558f4ec7fecbac0dddb4d321a1ec10f14e8e03.zip
Update.
* configure.in: Add test for local label subtraction. * config.h.in: Ad HAVE_SUBTRACT_LOCAL_LABELS. * stdio-common/vfprintf.c (vfprintf): Use subtraction of local labels to reduce number of runtime relocations and move jump tables in read-only seciton.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6060305497..58256b584c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1999-07-30 Ulrich Drepper <drepper@cygnus.com>
+ * configure.in: Add test for local label subtraction.
+ * config.h.in: Ad HAVE_SUBTRACT_LOCAL_LABELS.
+ * stdio-common/vfprintf.c (vfprintf): Use subtraction of local
+ labels to reduce number of runtime relocations and move jump
+ tables in read-only seciton.
+
* malloc/malloc.c (ptmalloc_init): Correct last patch. The
assignment cannot be moved.