Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gcc/config/m68k G/C predefition of `m68k'; update a...



details:   https://anonhg.NetBSD.org/src/rev/d538434fa225
branches:  trunk
changeset: 473326:d538434fa225
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sat May 29 17:22:56 1999 +0000

description:
G/C predefition of `m68k'; update a debugging-related comment.

diffstat:

 gnu/dist/gcc/config/m68k/netbsd-elf.h |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 49b210f7b677 -r d538434fa225 gnu/dist/gcc/config/m68k/netbsd-elf.h
--- a/gnu/dist/gcc/config/m68k/netbsd-elf.h     Sat May 29 17:14:27 1999 +0000
+++ b/gnu/dist/gcc/config/m68k/netbsd-elf.h     Sat May 29 17:22:56 1999 +0000
@@ -50,14 +50,12 @@
 /* NetBSD extension to GNU C: __KPRINTF_ATTRIBUTE__ */
 
 #define CPP_PREDEFINES "\
--Dm68k -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ -D__SVR4_ABI__ \
+-D__m68k__ -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ -D__SVR4_ABI__ \
 -D__motorola__ -Asystem(unix) -Asystem(NetBSD) -Acpu(m68k) -Amachine(m68k)"
 
-/* XXX This may need further investigation.  */
+/* This is BSD, so it wants DBX format. */
 
-#undef DBX_DEBUGGING_INFO
 #define DBX_DEBUGGING_INFO
-#undef PREFERRED_DEBUGGING_TYPE DBX_DEBUG
 
 /* Make GCC agree with <machine/ansi.h>.  */
 



Home | Main Index | Thread Index | Old Index