Commit 1e1980d3 by Bo Thorsen Committed by Andreas Jaeger

i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.

2001-04-05  Bo Thorsen  <bo@suse.de>

	* i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.

From-SVN: r41118
parent 0b4c1646
......@@ -15847,7 +15847,7 @@
(define_expand "builtin_setjmp_receiver"
[(label_ref (match_operand 0 "" ""))]
"flag_pic"
"flag_pic && !TARGET_64BIT"
"
{
load_pic_register ();
......
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