This is the mail archive of the gdb-patches@sources.redhat.com 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: [PATCH] Add sparc64-linux sigtramp support


   Date: Thu, 21 Apr 2005 14:34:18 -0700
   From: "David S. Miller" <davem@davemloft.net>

   On Thu, 21 Apr 2005 23:20:11 +0200 (CEST)
   Mark Kettenis <mark.kettenis@xs4all.nl> wrote:

   > It'd be great if you could convert things to use the tramp_frame
   > stuff.  Should be doable for SPARC/UltraSPARC Linux without too much
   > effort, and simplify the code a bit.

   Done.  How does this look?

Thanks.  Please check this in.  I hope you'll forgive me if I tweak it
bit after you've committed it ...

Mark

   2005-04-21  David S. Miller  <davem@davemloft.net>

	   * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
	   (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
	   (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
	   sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
	   sparc32_linux_sigtramp_frame_cache,
	   sparc32_linux_sigtramp_frame_this_id,
	   sparc32_linux_sigtramp_frame_prev_register,
	   sparc32_linux_sigtramp_frame_unwind,
	   sparc32_linux_sigtramp_frame_sniffer): Delete.
	   (sparc32_linux_init_abi): Register new tramp unwinders.  Kill
	   register of old sigtramp sniffer.
	   * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
	   function.
	   (sparc64_linux_rt_sigframe): New tramp frame.
	   (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
	   sparc64_linux_sigtramp_frame_cache,
	   sparc64_linux_sigtramp_frame_this_id,
	   sparc64_linux_sigtramp_frame_prev_register,
	   sparc64_linux_sigtramp_frame_unwind,
	   sparc64_linux_sigtramp_frame_sniffer): Delete.
	   (sparc64_linux_init_abi): Register new tramp unwinders.  Kill
	   register of old sigtramp sniffer.
	   Makefile.in (sparc64-linux-tdep.o): Update dependencies.
	   (sparc-linux-tdep.o): Likewise.


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