projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4c164
)
i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.
author
Bo Thorsen
<bo@suse.de>
Thu, 5 Apr 2001 16:12:10 +0000
(18:12 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/gcc/config/i386/i386.md
b/gcc/config/i386/i386.md
index a0a1875de915917d773a1ff86a7c78c421a88814..88de477b9f0eb856c613ae9788275fad552d77fd 100644
(file)
--- a/
gcc/config/i386/i386.md
+++ b/
gcc/config/i386/i386.md
@@
-15847,7
+15847,7
@@
(define_expand "builtin_setjmp_receiver"
[(label_ref (match_operand 0 "" ""))]
- "flag_pic"
+ "flag_pic
&& !TARGET_64BIT
"
"
{
load_pic_register ();