Skip to content

Commit

Permalink
helper variable into .data.rel.ro. Remove unnecessary label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 31, 2005
1 parent 541858d commit 9600951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/x86_64/dl-machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9600951

Please sign in to comment.