diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 06:22:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 06:22:02 +0000 |
commit | aa298c0874c545acf0fc40f8d544cb96f0270990 (patch) | |
tree | 6c96da4360d92f1976c4d952d4db77f0235b02e8 /sysdeps/sh/elf | |
parent | 0674eb08eee7e4f8c9c31877b9579e7ab7a23f72 (diff) | |
download | glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.tar.gz glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.tar.xz glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.zip |
Update.
2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__. * sysdeps/sh/tls.h: Likewise. * sysdeps/unix/sysv/linux/sh/smp.h: New file.
Diffstat (limited to 'sysdeps/sh/elf')
-rw-r--r-- | sysdeps/sh/elf/initfini.c | 6 | ||||
-rw-r--r-- | sysdeps/sh/elf/start.S | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sysdeps/sh/elf/initfini.c b/sysdeps/sh/elf/initfini.c index d70730ec1c..b41c7ecdd2 100644 --- a/sysdeps/sh/elf/initfini.c +++ b/sysdeps/sh/elf/initfini.c @@ -71,12 +71,6 @@ _init: .L23: .long __gmon_start__ #endif - .data - .global __fpscr_values -__fpscr_values: - .long 0 - .long 0x80000 - .previous 1: ALIGN END_INIT diff --git a/sysdeps/sh/elf/start.S b/sysdeps/sh/elf/start.S index aef4160c92..5bcb08f236 100644 --- a/sysdeps/sh/elf/start.S +++ b/sysdeps/sh/elf/start.S @@ -89,3 +89,7 @@ __data_start: .long 0 .weak data_start data_start = __data_start + .global __fpscr_values +__fpscr_values: + .long 0 + .long 0x80000 |