mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
S/390: Get rid of assembler warning value truncated.
This commit is contained in:
parent
acf869f4bc
commit
1ea166df67
@ -1,3 +1,8 @@
|
|||||||
|
2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
|
||||||
|
Truncating assembler expression to a .long expression.
|
||||||
|
|
||||||
2014-12-11 Andreas Schwab <schwab@suse.de>
|
2014-12-11 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* elf/rtld.c (struct map_args): Constify str member.
|
* elf/rtld.c (struct map_args): Constify str member.
|
||||||
|
@ -72,7 +72,7 @@ elf_machine_load_address (void)
|
|||||||
|
|
||||||
asm( " bras 1,2f\n"
|
asm( " bras 1,2f\n"
|
||||||
"1: .long _GLOBAL_OFFSET_TABLE_ - 1b\n"
|
"1: .long _GLOBAL_OFFSET_TABLE_ - 1b\n"
|
||||||
" .long _dl_start - 1b - 0x80000000\n"
|
" .long (_dl_start - 1b - 0x80000000) & 0x00000000ffffffff\n"
|
||||||
"2: l %0,4(1)\n"
|
"2: l %0,4(1)\n"
|
||||||
" ar %0,1\n"
|
" ar %0,1\n"
|
||||||
" al 1,0(1)\n"
|
" al 1,0(1)\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user