* i386.md (exception_receiver): Define.

From-SVN: r20663
This commit is contained in:
John Wehle 1998-06-22 22:18:25 +00:00 committed by Jeff Law
parent fbfa07d227
commit e31ca113dd
2 changed files with 13 additions and 0 deletions

View 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,

View 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;
}")