From: Ulrich Drepper Date: Thu, 22 Feb 2001 19:57:34 +0000 (+0000) Subject: (_fp_hw): Actually define label. X-Git-Tag: cvs/glibc-2_2_3~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25d0dd6338176b967cf2b7c2af51a396865e0aab;p=thirdparty%2Fglibc.git (_fp_hw): Actually define label. --- diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S index b2ac5ba05a1..c4124df9ae5 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. */