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:
Jan Hubicka 2007-03-06 15:02:00 +01:00 committed by Jan Hubicka
parent db47a44203
commit 4e669430fe
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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
{