(elf_machine_load_address): Move helper variable into .data.rel.ro.

This commit is contained in:
Ulrich Drepper 2005-07-31 16:28:55 +00:00
parent 52387e1db0
commit 21c03dbf6a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ elf_machine_load_address (void)
asm ("movq 1f(%%rip), %1\n"
"0:\tleaq _dl_start(%%rip), %0\n\t"
"subq %1, %0\n\t"
".section\t.data\n"
".section\t.data.rel.ro\n"
"1:\t.quad _dl_start\n\t"
".previous\n\t"
: "=r" (addr), "=r" (tmp) : : "cc");