|
From: <ai...@us...> - 2004-01-16 12:42:40
|
Update of /cvsroot/linux-vax/glibc/sysdeps/vax
In directory sc8-pr-cvs1:/tmp/cvs-serv17437
Modified Files:
dl-machine.h
Log Message:
DA: quick compile fix
Index: dl-machine.h
===================================================================
RCS file: /cvsroot/linux-vax/glibc/sysdeps/vax/dl-machine.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dl-machine.h 28 Sep 2003 06:31:13 -0000 1.5
+++ dl-machine.h 16 Jan 2004 12:42:37 -0000 1.6
@@ -170,8 +170,8 @@
TRAMPOLINE_TEMPLATE (_dl_runtime_profile, profile_fixup);
#else
#define ELF_MACHINE_RUNTIME_TRAMPOLINE \
-asm (TRAMPOLINE_TEMPLATE (_dl_runtime_resolve, fixup) \
- ".globl _dl_runtime_profile\n" \
+ TRAMPOLINE_TEMPLATE (_dl_runtime_resolve, fixup) \
+ asm( ".globl _dl_runtime_profile\n" \
".set _dl_runtime_profile, _dl_runtime_resolve");
#endif
#endif
|