* config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
by Nathan J. Williams.
This commit is contained in:
parent
c64bd0ced3
commit
e94cc8fa71
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue