mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 00:39:58 +08:00
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
This commit is contained in:
parent
0b4c1646f3
commit
1e1980d3f3
@ -15847,7 +15847,7 @@
|
||||
|
||||
(define_expand "builtin_setjmp_receiver"
|
||||
[(label_ref (match_operand 0 "" ""))]
|
||||
"flag_pic"
|
||||
"flag_pic && !TARGET_64BIT"
|
||||
"
|
||||
{
|
||||
load_pic_register ();
|
||||
|
Loading…
Reference in New Issue
Block a user