From: John Wehle Date: Mon, 22 Jun 1998 22:18:25 +0000 (+0000) Subject: * i386.md (exception_receiver): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e31ca113dd343c17631761a2888cbdd0aa606bf7;p=gcc.git * i386.md (exception_receiver): Define. From-SVN: r20663 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae517fc552f..18df1ce425d 100644 --- 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 * Makefile.in (PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index c7412b736a8..4d7e79eecfa 100644 --- 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; +}")