mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
by Nathan J. Williams.
This commit is contained in:
@ -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>
|
2003-08-28 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* lin-lwp.c (wait_lwp): New function, copied from
|
* lin-lwp.c (wait_lwp): New function, copied from
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Macro definitions for PowerPC running under NetBSD.
|
/* 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.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -23,4 +23,8 @@
|
|||||||
|
|
||||||
#include "powerpc/tm-ppc-eabi.h"
|
#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 */
|
#endif /* TM_NBSD_H */
|
||||||
|
Reference in New Issue
Block a user