projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbfa07d
)
* i386.md (exception_receiver): Define.
author
John Wehle
<john@feith.com>
Mon, 22 Jun 1998 22:18:25 +0000
(22:18 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Mon, 22 Jun 1998 22:18:25 +0000
(16:18 -0600)
From-SVN: r20663
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/i386/i386.md
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ae517fc552f3300c201955d32fbfd56128e508c2..18df1ce425dad6efac15e25dcc11f99639a2f5f7 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Mon Jun 22 23:13:47 1998 John Wehle (john@feith.com)
+
+ * i386.md (exception_receiver): Define.
+
Mon Jun 22 12:01:48 1998 Jim Wilson <wilson@cygnus.com>
* Makefile.in (PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME,
diff --git
a/gcc/config/i386/i386.md
b/gcc/config/i386/i386.md
index c7412b736a892276f1d930eb909328510921bea9..4d7e79eecfabb11971d07a9cd160da746c050abe 100644
(file)
--- a/
gcc/config/i386/i386.md
+++ b/
gcc/config/i386/i386.md
@@
-7797,3
+7797,12
@@
byte_xor_operation:
emit_move_insn (operands[0], virtual_stack_dynamic_rtx);
DONE;
}")
+
+(define_expand "exception_receiver"
+ [(const_int 0)]
+ "flag_pic"
+ "
+{
+ load_pic_register (1);
+ DONE;
+}")