]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 18 Jul 2004 16:42:54 +0000 (16:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 18 Jul 2004 16:42:54 +0000 (16:42 +0000)
2004-07-10  GOTO Masanori  <gotom@debian.or.jp>

* sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
* sysdeps/s390/s390-64/elf/start.S: Likewise.

ChangeLog
sysdeps/s390/s390-32/elf/start.S
sysdeps/s390/s390-64/elf/start.S

index 119706a718be9596591ea64c6d1685fdd1c55d89..9b07295fac667c204575a59d8b996f7bf87cfb23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
+
+       * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
+       * sysdeps/s390/s390-64/elf/start.S: Likewise.
+
 2004-04-16  Andreas Schwab  <schwab@suse.de>
 
        * sysdeps/ia64/bits/atomic.h: Cast first argument of
index 610a7c9155a042a752c7922f7c72a2a1e25c94c5..71400aad1785456f4af156a673601060f172fccb 100644 (file)
@@ -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
index 8ba4695e18884f866b8d02b1114e1f67bf742445..1487850e89b97ab094437833ce82d8ff3836b3c6 100644 (file)
@@ -1,5 +1,5 @@
 /* Startup code compliant to the 64 bit S/390 ELF ABI.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 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.
 
@@ -73,13 +73,6 @@ _start:
        /* Crash if __libc_start_main returns.  */
        .word   0
 
-       /* 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
This page took 0.05078 seconds and 5 git commands to generate.