From: Jeffrey A Law Date: Fri, 28 Nov 1997 19:31:06 +0000 (+0000) Subject: * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Prefer stabs again. X-Git-Tag: releases/egcs-1.0.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06651d44fa91a20456225c8ef50af282f0d44ac0;p=thirdparty%2Fgcc.git * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Prefer stabs again. From-SVN: r16832 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index edb0ef02bb9e..0bbe874f49b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com) + * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Prefer stabs again. + * arm.md (movsfcc, movdfcc): Fix "patch" lossage. * configure.in: Fix NCR entries. diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index a56077e544ea..f74abd9ccf20 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -25,6 +25,10 @@ Boston, MA 02111-1307, USA. */ /* No SDB debugging info. */ #undef SDB_DEBUGGING_INFO +/* Prefer stabs. */ +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG + /* Undefine some macros defined in both sh.h and svr4.h. */ #undef IDENT_ASM_OP #undef ASM_FILE_END @@ -36,7 +40,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_OUTPUT_CONSTRUCTOR #undef ASM_OUTPUT_DESTRUCTOR #undef ASM_DECLARE_FUNCTION_NAME -#undef PREFERRED_DEBUGGING_TYPE /* Be ELF-like. */ #include "svr4.h"