diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-31 16:44:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-31 16:44:38 +0000 |
commit | 960095134b82c023a53f082d80f8811172108af2 (patch) | |
tree | 509033a69f365068a8e855db86f5e7e5fc508fa4 /sysdeps | |
parent | 541858d04a7621183f51fa91501f9d7e15a17a8d (diff) | |
download | glibc-960095134b82c023a53f082d80f8811172108af2.zip glibc-960095134b82c023a53f082d80f8811172108af2.tar.gz glibc-960095134b82c023a53f082d80f8811172108af2.tar.bz2 |
helper variable into .data.rel.ro. Remove unnecessary label.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/dl-machine.h b/sysdeps/x86_64/dl-machine.h index 6cf532a..40291be 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" |