+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
/* 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.
#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 */