This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] [8/8] Remove macros SKIP_TRAMPOLINE_CODE and IN_SOLIB_RETURN_TRAMPOLINE


Markus Deuling wrote:

> 	* gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
> 	gdbarch_skip_trampoline_code.
> 	* rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
> 	* objc-lang.c (objc_skip_trampoline)
> 	(objc_submethod_helper_data): Likewise.
> 	* m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
> 	* infrun.c (handle_inferior_event): Likewise.
> 	* gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
> 	* gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
> 	gdbarch_in_solib_return_trampoline.
> 	* rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
> 	* infrun.c (handle_inferior_event): Likewise.
> 	* hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
> 	* gdbarch.c, gdbarch.h: Regenerate.

I've committed this now, thanks.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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