This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

i386 exception_receiver patch


ChangeLog:

Tue Jun 23 00:24:04 EDT 1998  John Wehle  (john@feith.com)

	* i386.md (exception_receiver): Define.

Enjoy!

-- John Wehle
------------------8<------------------------8<------------------------
*** gcc/config/i386/i386.md.ORIGINAL	Sat Jun 20 20:26:51 1998
--- gcc/config/i386/i386.md	Tue Jun 23 00:11:30 1998
***************
*** 7797,7799 ****
--- 7797,7808 ----
    emit_move_insn (operands[0], virtual_stack_dynamic_rtx);
    DONE;
  }")
+ 
+ (define_expand "exception_receiver"
+   [(const_int 0)]
+   "flag_pic"
+   "
+ {
+   load_pic_register (1);
+   DONE;
+ }")
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]