i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.
authorBo Thorsen <bo@suse.de>
Thu, 5 Apr 2001 16:12:10 +0000 (18:12 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Thu, 5 Apr 2001 16:12:10 +0000 (18:12 +0200)
2001-04-05  Bo Thorsen  <bo@suse.de>

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

From-SVN: r41118

gcc/config/i386/i386.md

index a0a1875de915917d773a1ff86a7c78c421a88814..88de477b9f0eb856c613ae9788275fad552d77fd 100644 (file)
 
 (define_expand "builtin_setjmp_receiver"
   [(label_ref (match_operand 0 "" ""))]
-  "flag_pic"
+  "flag_pic && !TARGET_64BIT"
   "
 {
   load_pic_register ();