Commit ce4abcd8 by Jim Wilson

Check DWARF_VERSION macro.

From-SVN: r12524
parent a3f97cbb
...@@ -21,7 +21,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -21,7 +21,8 @@ Boston, MA 02111-1307, USA. */
#include "config.h" #include "config.h"
#ifdef DWARF_DEBUGGING_INFO #if defined (DWARF_DEBUGGING_INFO) && (! defined (DWARF_VERSION) \
|| DWARF_VERSION != 2)
#include <stdio.h> #include <stdio.h>
#include "dwarf.h" #include "dwarf.h"
#include "tree.h" #include "tree.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment