diff options
author | Richard Henderson <rth@redhat.com> | 2001-11-26 16:14:41 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-11-26 16:14:41 -0800 |
commit | 89e6abffcf2e71f8c8b774eba7e277ae445cfcc3 (patch) | |
tree | d34093b865864cffc04c57591c9811c80eff8582 /gcc | |
parent | 4d6baafa31576db4b1f5bc2d79913c9ce96e3a61 (diff) | |
download | gcc-89e6abffcf2e71f8c8b774eba7e277ae445cfcc3.zip gcc-89e6abffcf2e71f8c8b774eba7e277ae445cfcc3.tar.gz gcc-89e6abffcf2e71f8c8b774eba7e277ae445cfcc3.tar.bz2 |
sysv4.h (DBX_DEBUGGING_INFO): Undef.
* config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
* config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
commented out override.
From-SVN: r47364
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. */ |