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]

[COMMITTED]: Get sparc64-linux working again.


This fixes the regression added by Mark's recent changes
to remove the calls to the Solaris2 tdep support.

If the Solaris2 tdep call is removed, we have to explicitly
call sparc64_init_abi() from the Linux tdep code.

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

	* sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
	sparc64_init_abi().

--- sparc64-linux-tdep.c.~1.8.~	2005-04-22 15:28:47.000000000 -0700
+++ sparc64-linux-tdep.c	2005-04-22 15:41:34.000000000 -0700
@@ -102,6 +102,8 @@ sparc64_linux_init_abi (struct gdbarch_i
 
   tramp_frame_prepend_unwinder (gdbarch, &sparc64_linux_rt_sigframe);
 
+  sparc64_init_abi (info, gdbarch);
+
   /* GNU/Linux has SVR4-style shared libraries...  */
   set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
   set_solib_svr4_fetch_link_map_offsets


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