diff options
Diffstat (limited to 'gcc/config/pa/pa.h')
-rw-r--r-- | gcc/config/pa/pa.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 1f281d5ba1b..7eb4e3c7e52 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -325,9 +325,7 @@ extern int target_flags; #define OVERRIDE_OPTIONS override_options () -/* stabs-in-som is nearly identical to stabs-in-elf. To avoid useless - code duplication we simply include this file and override as needed. */ -#include "dbxelf.h" +/* Override some settings from dbxelf.h. */ /* We do not have to be compatible with dbx, so we enable gdb extensions by default. */ |