mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 23:30:19 +08:00
* i386.md (exception_receiver): Define.
From-SVN: r20663
This commit is contained in:
parent
fbfa07d227
commit
e31ca113dd
@ -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,
|
||||
|
@ -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;
|
||||
}")
|
||||
|
Loading…
Reference in New Issue
Block a user