[commit] hppa-hpux: IN_SIGTRAMP -> PC_IN_SIGTRAMP

Joel Brobecker brobecker@gnat.com
Wed Dec 4 09:41:00 GMT 2002


I committed the following change. Eventually, I will turn this macro
into a function, following the multi-arching conversion strategy.
No regressions on hppa2.0w-hp-hpux11.00.

2002-12-04  J. Brobecker  <brobecker@gnat.com>

        * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
        which is an obsolete macro name.

-- 
Joel
-------------- next part --------------
Index: tm-hppah.h
===================================================================
RCS file: /cvs/src/src/gdb/config/pa/tm-hppah.h,v
retrieving revision 1.3
diff -c -3 -p -r1.3 tm-hppah.h
*** tm-hppah.h	3 Dec 2002 22:13:37 -0000	1.3
--- tm-hppah.h	4 Dec 2002 17:34:17 -0000
***************
*** 36,42 ****
  /* Actually, for a PA running HPUX the kernel calls the signal handler
     without an intermediate trampoline.  Luckily the kernel always sets
     the return pointer for the signal handler to point to _sigreturn.  */
! #define IN_SIGTRAMP(pc, name) (name && STREQ ("_sigreturn", name))
  
  /* For HPUX:
  
--- 36,42 ----
  /* Actually, for a PA running HPUX the kernel calls the signal handler
     without an intermediate trampoline.  Luckily the kernel always sets
     the return pointer for the signal handler to point to _sigreturn.  */
! #define PC_IN_SIGTRAMP(pc, name) (name && STREQ ("_sigreturn", name))
  
  /* For HPUX:
  


More information about the Gdb-patches mailing list