From 2581b98ecb1f2b3669a4b88a605f763fa4e85ee6 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 12 Nov 2014 14:32:41 +0530 Subject: Use GOT instead of GOT12 all over GOT12 is a synonym for GOT, so just use GOT everywhere for consistency. Generated code is unchanged on s390. --- sysdeps/s390/s390-32/dl-machine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/s390/s390-32/dl-machine.h') diff --git a/sysdeps/s390/s390-32/dl-machine.h b/sysdeps/s390/s390-32/dl-machine.h index 0fd5a4f4e2..47f5874bcc 100644 --- a/sysdeps/s390/s390-32/dl-machine.h +++ b/sysdeps/s390/s390-32/dl-machine.h @@ -76,7 +76,7 @@ elf_machine_load_address (void) "2: l %0,4(1)\n" " ar %0,1\n" " al 1,0(1)\n" - " sl %0,_dl_start@GOT12(1)" + " sl %0,_dl_start@GOT(1)" : "=&d" (addr) : : "1" ); return addr; } @@ -165,7 +165,7 @@ _dl_start_user:\n\ ar %r12,%r13\n\ # See if we were run as a command with the executable file\n\ # name as an extra leading argument.\n\ - l %r1,_dl_skip_args@GOT12(0,%r12)\n\ + l %r1,_dl_skip_args@GOT(%r12)\n\ l %r1,0(%r1) # load _dl_skip_args\n\ ltr %r1,%r1\n\ je .L4 # Skip the arg adjustment if there were none.\n\ -- cgit 1.4.1