about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/dl-machine.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-03-07 08:55:31 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-07 08:55:31 +0100
commit580716898d5e80784f1993a0129d1b821bc6e3bf (patch)
treec346faaab5b1f4005f3c0dd8f16ba701a30ad541 /sysdeps/sparc/sparc64/dl-machine.h
parent625d134f42d65ebc0349c03a0d9592400e86d084 (diff)
parent3bd2c723160f04b1c151daffb8f6596dbd633f5e (diff)
downloadglibc-580716898d5e80784f1993a0129d1b821bc6e3bf.tar.gz
glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.tar.xz
glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.zip
Merge branch 'master' into bug13658-branch
Diffstat (limited to 'sysdeps/sparc/sparc64/dl-machine.h')
-rw-r--r--sysdeps/sparc/sparc64/dl-machine.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/sparc/sparc64/dl-machine.h b/sysdeps/sparc/sparc64/dl-machine.h
index 6bab5ce310..87655d28ad 100644
--- a/sysdeps/sparc/sparc64/dl-machine.h
+++ b/sysdeps/sparc/sparc64/dl-machine.h
@@ -264,17 +264,10 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
    The C function `_dl_start' is the real entry point;
    its return value is the user program's entry point.  */
 
-#ifdef HAVE_BINUTILS_GOTDATA
 #define RTLD_GOT_ADDRESS(pic_reg, reg, symbol)	\
 	"sethi	%gdop_hix22(" #symbol "), " #reg "\n\t" \
 	"xor	" #reg ", %gdop_lox10(" #symbol "), " #reg "\n\t" \
 	"ldx	[" #pic_reg " + " #reg "], " #reg ", %gdop(" #symbol ")\n"
-#else
-#define RTLD_GOT_ADDRESS(pic_reg, reg, symbol)	\
-	"sethi	%hi(" #symbol "), " #reg "\n\t" \
-	"or	" #reg ", %lo(" #symbol "), " #reg "\n\t" \
-	"ldx	[" #pic_reg " + " #reg "], " #reg "\n"
-#endif
 
 #define __S1(x)	#x
 #define __S(x)	__S1(x)