Another attempt to get tm-dwarf2.h onto the TRUNK instead of the
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jan 1999 13:07:52 +0000 (13:07 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jan 1999 13:07:52 +0000 (13:07 +0000)
fixinc-branch.
* configure.in: New flag --with-dwarf2.   If set, enables DWARF-2
debugging as default.
* config/tm-dwarf2.h: New file.

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

gcc/config/tm-dwarf2.h [new file with mode: 0644]

diff --git a/gcc/config/tm-dwarf2.h b/gcc/config/tm-dwarf2.h
new file mode 100644 (file)
index 0000000..a580964
--- /dev/null
@@ -0,0 +1,4 @@
+/* Enable Dwarf2 debugging and make it the default */
+#define  DWARF2_DEBUGGING_INFO 1
+#define  PREFERRED_DEBUGGING_TYPE  DWARF2_DEBUG
+