diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-09 13:07:52 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-09 13:07:52 +0000 |
commit | 333c772a0fb1c9f5f98e002181a39244e1f84448 (patch) | |
tree | a72db7e7a51671290177f2644095cef07fd0f880 /gcc/config/tm-dwarf2.h | |
parent | 557c318da93a2925d2a1a4a02f5d5cc4d3a33c14 (diff) | |
download | gcc-333c772a0fb1c9f5f98e002181a39244e1f84448.tar.gz |
Another attempt to get tm-dwarf2.h onto the TRUNK instead of the
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
Diffstat (limited to 'gcc/config/tm-dwarf2.h')
-rw-r--r-- | gcc/config/tm-dwarf2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/tm-dwarf2.h b/gcc/config/tm-dwarf2.h new file mode 100644 index 00000000000..a580964ba1a --- /dev/null +++ b/gcc/config/tm-dwarf2.h @@ -0,0 +1,4 @@ +/* Enable Dwarf2 debugging and make it the default */ +#define DWARF2_DEBUGGING_INFO 1 +#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG + |