OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / sh / ___fpscr_values.S
1 /* Startup code for SH & ELF.
2    Copyright (C) 1999 Free Software Foundation, Inc.
3    Copyright (C) 2001 Hewlett-Packard Australia
4    Copyright (C) 2002 Stefan Allius
5
6  This program is free software; you can redistribute it and/or modify it under
7  the terms of the GNU Library General Public License as published by the Free
8  Software Foundation; either version 2 of the License, or (at your option) any
9  later version.
10
11  This program is distributed in the hope that it will be useful, but WITHOUT
12  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13  FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more
14  details.
15
16  You should have received a copy of the GNU Library General Public License
17  along with this program; if not, see <http://www.gnu.org/licenses/>.
18 */
19
20 #include <features.h>
21
22 .data
23 #ifdef __SH4__
24 .global ___fpscr_values
25 .type ___fpscr_values,@object
26 .size ___fpscr_values,8
27 ___fpscr_values:
28         .long   0
29         .long   0x80000
30
31 .weak __fpscr_values
32         __fpscr_values = ___fpscr_values
33 #endif