From 6f53de74bb651fb06b2aa9651f106ff61182bf2f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 18 Jul 2004 16:42:54 +0000 Subject: Update. 2004-07-10 GOTO Masanori * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw. * sysdeps/s390/s390-64/elf/start.S: Likewise. --- sysdeps/s390/s390-32/elf/start.S | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sysdeps/s390/s390-32/elf') diff --git a/sysdeps/s390/s390-32/elf/start.S b/sysdeps/s390/s390-32/elf/start.S index 610a7c9155..71400aad17 100644 --- a/sysdeps/s390/s390-32/elf/start.S +++ b/sysdeps/s390/s390-32/elf/start.S @@ -1,5 +1,5 @@ /* Startup code compliant to the ELF s390 ABI. - Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. @@ -96,13 +96,6 @@ _start: .L5: .long _GLOBAL_OFFSET_TABLE_-.Llit #endif -/* FIXME: FPU flags or what ?!? */ - - .section .rodata - .globl _fp_hw - .long 3 - .size _fp_hw, 4 - /* Define a symbol for the first piece of initialized data. */ .data .globl __data_start -- cgit 1.4.1