diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-22 19:57:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-22 19:57:34 +0000 |
commit | 25d0dd6338176b967cf2b7c2af51a396865e0aab (patch) | |
tree | 8df617ca5f37c751129c2a2f7a5feb14f56d250a /sysdeps/i386 | |
parent | ab5dd2d9b4ab71e499837488af747429f008cbea (diff) | |
download | glibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.tar glibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.tar.gz glibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.tar.bz2 glibc-25d0dd6338176b967cf2b7c2af51a396865e0aab.zip |
(_fp_hw): Actually define label.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/elf/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S index b2ac5ba05a..c4124df9ae 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. */ |