diff options
Diffstat (limited to 'gcc/config/arm/aout.h')
| -rw-r--r-- | gcc/config/arm/aout.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index 3f29b395e03..8f4a6056f98 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -111,9 +111,7 @@ Boston, MA 02111-1307, USA. */ /* Generate DBX debugging information. riscix.h will undefine this because the native assembler does not support stabs. */ -#ifndef DBX_DEBUGGING_INFO -#define DBX_DEBUGGING_INFO 1 -#endif +#define DBX_DEBUGGING_INFO 1 /* Acorn dbx moans about continuation chars, so don't use any. */ #ifndef DBX_CONTIN_LENGTH |

