aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-15 01:21:16 +0000
committerMark Mitchell <mark@codesourcery.com>2005-09-15 01:21:16 +0000
commitb2c6ca2cc33d59719e2176fadd997f7bcc6076d4 (patch)
tree5f5a3bcc393c6586c75c50ce388932ea861e1a11
parent4e4017c75a61070f6a069bce6e984acd87ec5d48 (diff)
* gcc/config/vx-common.h (DBX_DEBUGGING_INFO): Define to 1.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-gxxpro-3_4-branch@104295 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl4
-rw-r--r--gcc/config/vx-common.h7
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index d8d6ad600cf..83412b092fc 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,7 @@
+2005-09-14 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc/config/vx-common.h (DBX_DEBUGGING_INFO): Define to 1.
+
2005-08-24 Mark Mitchell <mark@codesourcery.com>
* include/libiberty.h (expandargv): New function.
diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h
index b4d5daf6e6e..a86d18af782 100644
--- a/gcc/config/vx-common.h
+++ b/gcc/config/vx-common.h
@@ -63,9 +63,14 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#define DWARF2_DEBUGGING_INFO 1
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
+/* Some of the VxWorks 5.5 tools (including VisionClick) do not deal
+ well with the DWARF-2 output produced by GCC. Using STABS provides
+ a work-around. */
+#undef DBX_DEBUGGING_INFO
+#define DBX_DEBUGGING_INFO 1
+
/* None of these other formats is supported. */
#undef DWARF_DEBUGGING_INFO
-#undef DBX_DEBUGGING_INFO
#undef SDB_DEBUGGING_INFO
#undef XCOFF_DEBUGGING_INFO
#undef VMS_DEBUGGING_INFO