aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-22 19:57:34 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-22 19:57:34 +0000
commit25d0dd6338176b967cf2b7c2af51a396865e0aab (patch)
tree8df617ca5f37c751129c2a2f7a5feb14f56d250a
parentab5dd2d9b4ab71e499837488af747429f008cbea (diff)
downloadglibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.zip
glibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.tar.gz
glibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.tar.bz2
(_fp_hw): Actually define label.
-rw-r--r--sysdeps/i386/elf/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S
index b2ac5ba..c4124df 100644
--- a/sysdeps/i386/elf/start.S
+++ b/sysdeps/i386/elf/start.S
@@ -85,7 +85,7 @@ _start:
meaningless since we don't support machines < 80386. */
.section .rodata
.globl _fp_hw
- .long 3
+_fp_hw: .long 3
.size _fp_hw, 4
/* Define a symbol for the first piece of initialized data. */