From: Jim Wilson Date: Fri, 19 Jul 1996 00:28:44 +0000 (-0700) Subject: Check DWARF_VERSION macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce4abcd88f9d37c4be8c5edff7bdee16c6d7adb1;p=gcc.git Check DWARF_VERSION macro. From-SVN: r12524 --- diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 65115c0c642..0853a41bc05 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -21,7 +21,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" -#ifdef DWARF_DEBUGGING_INFO +#if defined (DWARF_DEBUGGING_INFO) && (! defined (DWARF_VERSION) \ + || DWARF_VERSION != 2) #include #include "dwarf.h" #include "tree.h"