From 25d0dd6338176b967cf2b7c2af51a396865e0aab Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 Feb 2001 19:57:34 +0000 Subject: (_fp_hw): Actually define label. --- sysdeps/i386/elf/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/i386') 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. */ -- cgit v1.2.3