* i386.md (exception_receiver): Define.
authorJohn Wehle <john@feith.com>
Mon, 22 Jun 1998 22:18:25 +0000 (22:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 22 Jun 1998 22:18:25 +0000 (16:18 -0600)
From-SVN: r20663

gcc/ChangeLog
gcc/config/i386/i386.md

index ae517fc552f3300c201955d32fbfd56128e508c2..18df1ce425dad6efac15e25dcc11f99639a2f5f7 100644 (file)
@@ -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,
index c7412b736a892276f1d930eb909328510921bea9..4d7e79eecfabb11971d07a9cd160da746c050abe 100644 (file)
@@ -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;
+}")