(_fp_hw): Actually define label.
authorUlrich Drepper <drepper@redhat.com>
Thu, 22 Feb 2001 19:57:34 +0000 (19:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 22 Feb 2001 19:57:34 +0000 (19:57 +0000)
sysdeps/i386/elf/start.S

index b2ac5ba..c4124df 100644 (file)
@@ -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.  */