diff options
Diffstat (limited to 'sysdeps/sh/elf/start.S')
-rw-r--r-- | sysdeps/sh/elf/start.S | 4 |
1 files changed, 4 insertions, 0 deletions
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 |