helper variable into .data.rel.ro. Remove unnecessary label.

This commit is contained in:
Ulrich Drepper 2005-07-31 16:44:38 +00:00
parent 541858d04a
commit 960095134b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2005-07-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
helper variable into .data.rel.ro.
helper variable into .data.rel.ro. Remove unnecessary label.
2005-07-31 Andreas Jaeger <aj@suse.de>

View File

@ -69,7 +69,7 @@ elf_machine_load_address (void)
an RIP relative addressing mode. */
asm ("movq 1f(%%rip), %1\n"
"0:\tleaq _dl_start(%%rip), %0\n\t"
"leaq _dl_start(%%rip), %0\n\t"
"subq %1, %0\n\t"
".section\t.data.rel.ro\n"
"1:\t.quad _dl_start\n\t"