Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gcc/gcc/config/i386 generate .stabs per default, sh...



details:   https://anonhg.NetBSD.org/src/rev/f6a2647ae8cf
branches:  trunk
changeset: 566969:f6a2647ae8cf
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed May 26 17:12:20 2004 +0000

description:
generate .stabs per default, should fix PR toolchain/25094

diffstat:

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

diffs (14 lines):

diff -r 9f468d33b403 -r f6a2647ae8cf gnu/dist/gcc/gcc/config/i386/netbsd-elf.h
--- a/gnu/dist/gcc/gcc/config/i386/netbsd-elf.h Wed May 26 16:28:05 2004 +0000
+++ b/gnu/dist/gcc/gcc/config/i386/netbsd-elf.h Wed May 26 17:12:20 2004 +0000
@@ -20,6 +20,10 @@
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
+/* Use stabs instead of DWARF debug format.  */
+#undef  PREFERRED_DEBUGGING_TYPE
+#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
+
 #define TARGET_OS_CPP_BUILTINS()               \
   do                                           \
     {                                          \



Home | Main Index | Thread Index | Old Index