Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] IBM6000_TARGET is wrong for NetBSD/powerpc
@ 2003-08-14 22:13 Nathan J. Williams
  2003-08-28 14:24 ` Daniel Jacobowitz
  0 siblings, 1 reply; 12+ messages in thread
From: Nathan J. Williams @ 2003-08-14 22:13 UTC (permalink / raw)
  To: gdb-patches


I just remembered to dig this "local" fix out of the NetBSD
tree. NetBSD doen't want the IBM6000_TARGET-munged section
calculations either. The comment is cribbed from the similar #undef in
tm-linux.h.

I'd appreciate it if someone could check and commit this.

        - Nathan

Index: tm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/tm-nbsd.h,v
retrieving revision 1.2
diff -u -r1.2 tm-nbsd.h
--- tm-nbsd.h	22 May 2002 03:59:55 -0000	1.2
+++ tm-nbsd.h	14 Aug 2003 22:09:26 -0000
@@ -23,4 +23,8 @@
 
 #include "powerpc/tm-ppc-eabi.h"
 
+/* We _want_ the SVR4 section offset calculations (see syms_from_objfile()
+   in symfile.c) */
+#undef IBM6000_TARGET
+
 #endif /* TM_NBSD_H */


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-09-03 21:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-14 22:13 [PATCH] IBM6000_TARGET is wrong for NetBSD/powerpc Nathan J. Williams
2003-08-28 14:24 ` Daniel Jacobowitz
2003-08-28 14:38   ` Jason Thorpe
2003-08-28 14:44     ` Daniel Jacobowitz
2003-08-28 15:39   ` Andrew Cagney
2003-08-28 16:10     ` Jason Thorpe
2003-08-28 16:44       ` Andrew Cagney
2003-08-28 19:54         ` Kevin Buettner
2003-09-03 20:17           ` Deprecate IBM6000_TARGET; Was: " Andrew Cagney
2003-09-03 20:25             ` Kevin Buettner
2003-09-03 20:57               ` Andrew Cagney
2003-09-03 21:15             ` Jason Thorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox