Proper fix for -m4-nofpu multilib problem
From-SVN: r36498
This commit is contained in:
parent
5d77a50c77
commit
0fb8cb90e8
2 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
|
||||
its entry in spill_reg_store.
|
||||
* config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
|
||||
|
||||
2000-09-18 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
|
|
|
@ -772,7 +772,6 @@ GLOBAL(movstr):
|
|||
#endif
|
||||
|
||||
#ifdef L_movstr_i4
|
||||
#if defined(__SH4__) || defined(__SH4_SINGLE__) || defined(__SH4_SINGLE_ONLY__) || defined(__SH4_NOFPU__)
|
||||
.text
|
||||
.global GLOBAL(movstr_i4_even)
|
||||
.global GLOBAL(movstr_i4_odd)
|
||||
|
@ -826,7 +825,6 @@ GLOBAL(movstrSI12_i4):
|
|||
mov.l r1,@(4,r4)
|
||||
rts
|
||||
mov.l r2,@(8,r4)
|
||||
#endif /* ! __SH4__ */
|
||||
#endif
|
||||
|
||||
#ifdef L_mulsi3
|
||||
|
|
Loading…
Add table
Reference in a new issue