diff options
Diffstat (limited to 'sysdeps/i386/elf/start.S')
-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. */ |