regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load NANs easilly.
* regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load NANs easilly. From-SVN: r122619
This commit is contained in:
parent
db47a44203
commit
4e669430fe
@ -1,3 +1,8 @@
|
||||
2007-03-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
|
||||
NANs easilly.
|
||||
|
||||
2007-03-06 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* configure.ac: Allow tm_file to contain build-directory files.
|
||||
|
@ -3141,7 +3141,7 @@ reg_to_stack (void)
|
||||
the PIC register hasn't been set up. In that case, fall back
|
||||
on zero, which we can get from `ldz'. */
|
||||
|
||||
if (flag_pic)
|
||||
if (flag_pic && !TARGET_64BIT)
|
||||
not_a_num = CONST0_RTX (SFmode);
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user