From 7f6ba52fc668fb96ced8263ec21957366f1fd2c3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 25 Jul 2000 10:34:14 +0000 Subject: Update. 2000-07-25 Maciej W. Rozycki * 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 * 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. --- sysdeps/mips/mips64/dl-machine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/mips/mips64/dl-machine.h') diff --git a/sysdeps/mips/mips64/dl-machine.h b/sysdeps/mips/mips64/dl-machine.h index 024476b66b..195a1d3634 100644 --- a/sysdeps/mips/mips64/dl-machine.h +++ b/sysdeps/mips/mips64/dl-machine.h @@ -32,13 +32,13 @@ #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. -- cgit 1.4.1