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]

Re: i386 nonlocal_goto_receiver patch



  In message <199806210313.XAA06343@jwlab.FEITH.COM>you write:
  > This patch removes the nonlocal_goto_receiver pattern since all it
  > does is restore the global table pointer which is in the PIC register.
  > The documentation in md.texi indicates that a nonlocal goto only
  > happens within a unit-of-translation and as a result doesn't need
  > to restore the global table pointer since it's already correct.
  > 
  > ChangeLog:
  > 
  > Sat Jun 20 23:01:49 EDT 1998  John Wehle  (john@feith.com)
  > 
  > 	* i386.md (nonlocal_goto_receiver): Delete.
Thanks.  Installed.
jeff


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