Commit e31ca113 by John Wehle Committed by Jeff Law

* i386.md (exception_receiver): Define.

From-SVN: r20663
parent fbfa07d2
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,
......
......@@ -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;
}")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment