Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gdb/config/powerpc NetBSD/powerpc is not ...



details:   https://anonhg.NetBSD.org/src/rev/acdb89851a63
branches:  trunk
changeset: 533555:acdb89851a63
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Wed Jul 03 23:43:57 2002 +0000

description:
NetBSD/powerpc is not AIX, so #undef RS6000_TARGET.
In particular, we don't want AIX's shared-library relocation semantics.

diffstat:

 gnu/dist/toolchain/gdb/config/powerpc/tm-nbsd.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 4bd45ecae4d1 -r acdb89851a63 gnu/dist/toolchain/gdb/config/powerpc/tm-nbsd.h
--- a/gnu/dist/toolchain/gdb/config/powerpc/tm-nbsd.h   Wed Jul 03 23:31:25 2002 +0000
+++ b/gnu/dist/toolchain/gdb/config/powerpc/tm-nbsd.h   Wed Jul 03 23:43:57 2002 +0000
@@ -22,6 +22,7 @@
 
 #include "powerpc/tm-ppc-eabi.h"
 
+#undef IBM6000_TARGET
 #undef TARGET_BYTE_ORDER_SELECTABLE_P
 
 #define SOLIB_BKPT_NAME "_start"



Home | Main Index | Thread Index | Old Index