aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-20 18:22:45 +0000
committerjules <jules@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-20 18:22:45 +0000
commite3c30871c05387f8c0d5d74f3bbfa147a810591e (patch)
tree449a18484d70142a26886c9dab816843f5278001
parent041751996f6fffaa8fc9c10938544c4e0e91c205 (diff)
Merge from csl-gxxpro-3_4-branch:
2005-09-14 Mark Mitchell <mark@codesourcery.com> * gcc/config/vx-common.h (DBX_DEBUGGING_INFO): Define to 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@110033 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl6
-rw-r--r--gcc/config/vx-common.h7
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 1a264ab2a70..59ccdb4bad4 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,11 @@
2006-01-20 Julian Brown <julian@codesourcery.com>
+ Merge from csl-gxxpro-3_4-branch:
+ 2005-09-14 Mark Mitchell <mark@codesourcery.com>
+ * gcc/config/vx-common.h (DBX_DEBUGGING_INFO): Define to 1.
+
+2006-01-20 Julian Brown <julian@codesourcery.com>
+
Backport from mainline.
2005-11-23 Mark Mitchell <mark@codesourcery.com>
* gcc/doc/invoke.texi: For man pages, include gcc-vers.texi.
diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h
index baa37f0e80e..871f766eaf0 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