]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Tue, 25 Jul 2000 10:34:14 +0000 (10:34 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 25 Jul 2000 10:34:14 +0000 (10:34 +0000)
2000-07-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
__STRING(entry) and not #entry.
(_RTLD_EPILOGUE): Likewise.
* sysdeps/mips/mips64/dl-machine.h: Likewise.

2000-07-25  Andreas Jaeger  <aj@suse.de>

* stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
according to changes in test program, run also with static only
builds.
($(objpfx)tst-printf.out): Likewise.

* stdio-common/tst-unbputc.sh: Likewise.
* stdio-common/tst-printf.sh: Likewise.

ChangeLog
sysdeps/mips/dl-machine.h
sysdeps/mips/mips64/dl-machine.h

index 89225e2aab9e7c815ca950482eaae0f1a2553fe6..3c99daa5579c2188e95f425287cdf484c2600a33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2000-07-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
+       __STRING(entry) and not #entry.
+       (_RTLD_EPILOGUE): Likewise.
+       * sysdeps/mips/mips64/dl-machine.h: Likewise.
+
+2000-07-25  Andreas Jaeger  <aj@suse.de>
+
+       * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
+       according to changes in test program, run also with static only
+       builds.
+       ($(objpfx)tst-printf.out): Likewise.
+
+       * stdio-common/tst-unbputc.sh: Likewise.
+       * stdio-common/tst-printf.sh: Likewise.
+
 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
 
        * libio/wfileops.c (_IO_wdo_write): Correct return value.
index e1b91635265a2aa649aa7632bf93b4c9597402c0..d1ac5ccfb76e045a399adfc2e277ad69a65719f3 100644 (file)
 #define OFFSET_GP_GOT 0x7ff0
 
 #ifndef _RTLD_PROLOGUE
-# define _RTLD_PROLOGUE(entry) "\n\t.globl " #entry \
-                              "\n\t.ent " #entry \
-                              "\n\t" #entry ":\n\t"
+# define _RTLD_PROLOGUE(entry) "\n\t.globl " __STRING(entry)   \
+                              "\n\t.ent " __STRING(entry)      \
+                              "\n\t" __STRING(entry) ":\n\t"
 #endif
 
 #ifndef _RTLD_EPILOGUE
-# define _RTLD_EPILOGUE(entry) "\t.end " #entry "\n"
+# define _RTLD_EPILOGUE(entry) "\t.end " __STRING(entry) "\n"
 #endif
 
 /* A reloc type used for ld.so cmdline arg lookups to reject PLT entries.
index 024476b66bac1600f5c503832dcb54194e37da51..195a1d36341d15c9ff30db2220cd505e0e0a4544 100644 (file)
 #endif
 
 #ifndef _RTLD_PROLOGUE
-# define _RTLD_PROLOGUE(entry) "\n\t.globl " #entry \
-                             "\n\t.ent " #entry \
-                             "\n\t" #entry ":\n\t"
+# define _RTLD_PROLOGUE(entry) "\n\t.globl " __STRING(entry)   \
+                              "\n\t.ent " __STRING(entry)      \
+                              "\n\t" __STRING(entry) ":\n\t"
 #endif
 
 #ifndef _RTLD_EPILOGUE
-# define _RTLD_EPILOGUE(entry) "\t.end " #entry "\n"
+# define _RTLD_EPILOGUE(entry) "\t.end " __STRING(entry) "\n"
 #endif
 
 /* A reloc type used for ld.so cmdline arg lookups to reject PLT entries.