summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-31 16:44:38 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-31 16:44:38 +0000
commit960095134b82c023a53f082d80f8811172108af2 (patch)
tree509033a69f365068a8e855db86f5e7e5fc508fa4 /sysdeps/x86_64
parent541858d04a7621183f51fa91501f9d7e15a17a8d (diff)
helper variable into .data.rel.ro. Remove unnecessary label.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/dl-machine.h b/sysdeps/x86_64/dl-machine.h
index 6cf532a995..40291be08c 100644
--- a/sysdeps/x86_64/dl-machine.h
+++ b/sysdeps/x86_64/dl-machine.h
@@ -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"