diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/ia64/aix.h | 3 | ||||
| -rw-r--r-- | gcc/config/ia64/sysv4.h | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 496fd5a..5f35271 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-11-26 Richard Henderson <rth@redhat.com> + + * config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef. + * config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove + commented out override. + 2001-11-26 Neil Booth <neil@daikokuya.demon.co.uk> * cppfiles.c (stack_include_file): Don't optimize zero-length diff --git a/gcc/config/ia64/aix.h b/gcc/config/ia64/aix.h index 7b93683..cc6b8c8 100644 --- a/gcc/config/ia64/aix.h +++ b/gcc/config/ia64/aix.h @@ -35,9 +35,6 @@ Boston, MA 02111-1307, USA. */ #define SET_ASM_OP "\t.set\t" -/*#undef PREFERRED_DEBUGGING_TYPE*/ -/*#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG*/ - #undef MD_EXEC_PREFIX #undef MD_STARTFILE_PREFIX #define MD_STARTFILE_PREFIX "/usr/lib/ia64l64/" diff --git a/gcc/config/ia64/sysv4.h b/gcc/config/ia64/sysv4.h index 54b5167..8159d54 100644 --- a/gcc/config/ia64/sysv4.h +++ b/gcc/config/ia64/sysv4.h @@ -4,6 +4,9 @@ #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG +/* Stabs does not work properly for 64-bit targets. */ +#undef DBX_DEBUGGING_INFO + /* Various pseudo-ops for which the Intel assembler uses non-standard definitions. */ |
