OSDN Git Service

* config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2001 00:14:41 +0000 (00:14 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2001 00:14:41 +0000 (00:14 +0000)
        * config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
        commented out override.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47364 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/aix.h
gcc/config/ia64/sysv4.h

index 496fd5a..5f35271 100644 (file)
@@ -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
index 7b93683..cc6b8c8 100644 (file)
@@ -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/"
index 54b5167..8159d54 100644 (file)
@@ -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.  */