Commit 4e669430 by Jan Hubicka Committed by Jan Hubicka

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
parent db47a442
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> 2007-03-06 Richard Sandiford <richard@codesourcery.com>
* configure.ac: Allow tm_file to contain build-directory files. * configure.ac: Allow tm_file to contain build-directory files.
......
...@@ -3141,7 +3141,7 @@ reg_to_stack (void) ...@@ -3141,7 +3141,7 @@ reg_to_stack (void)
the PIC register hasn't been set up. In that case, fall back the PIC register hasn't been set up. In that case, fall back
on zero, which we can get from `ldz'. */ on zero, which we can get from `ldz'. */
if (flag_pic) if (flag_pic && !TARGET_64BIT)
not_a_num = CONST0_RTX (SFmode); not_a_num = CONST0_RTX (SFmode);
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment