* config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
authorDaniel Jacobowitz <drow@false.org>
Thu, 28 Aug 2003 14:44:14 +0000 (14:44 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 28 Aug 2003 14:44:14 +0000 (14:44 +0000)
by Nathan J. Williams.

gdb/ChangeLog
gdb/config/powerpc/tm-nbsd.h

index 45dbb1f..c15dcc2 100644 (file)
@@ -1,5 +1,10 @@
 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
 
+       * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET.  Suggested
+       by Nathan J. Williams.
+
+2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
+
        * lin-lwp.c (wait_lwp): New function, copied from
        stop_wait_callback.  Clean up.
        (stop_wait_callback): Use wait_lwp.
index 2b7acb8..d98fc79 100644 (file)
@@ -1,5 +1,5 @@
 /* Macro definitions for PowerPC running under NetBSD.
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright 2000, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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 */