2003-02-18  Alan Modra  <amodra@bigpond.net.au>

	* sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
This commit is contained in:
Ulrich Drepper 2003-02-20 20:30:02 +00:00
parent 44ed664bfd
commit a592f998bb
2 changed files with 20 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2003-02-18 Alan Modra <amodra@bigpond.net.au>
* sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
2003-02-20 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add

View File

@ -111,6 +111,12 @@
# define JUMPTARGET(name) name
#endif
#if defined SHARED && defined DO_VERSIONING && defined PIC \
&& !defined HAVE_BROKEN_ALIAS_ATTRIBUTE && !defined NO_HIDDEN
# undef HIDDEN_JUMPTARGET
# define HIDDEN_JUMPTARGET(name) __GI_##name##@local
#endif
#define PSEUDO(name, syscall_name, args) \
.section ".text"; \
ENTRY (name) \