* arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
authorTodd Vierling <tv@netbsd.org>
Tue, 19 May 1998 15:13:23 +0000 (15:13 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Tue, 19 May 1998 15:13:23 +0000 (15:13 +0000)
From-SVN: r19881

gcc/ChangeLog
gcc/config/arm/netbsd.h

index f47ddfdcde068fdc28481d9a4a191f9294b687d1..e1660b19f997b8f3a28613b176c9b02a8135506f 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 19 15:07:54 1998  Todd Vierling  <tv@netbsd.org>
+
+       * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
+
 Tue May 19 17:19:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * reload1.c (reload_reg_free_for_value_p): New function.
index 596da18452b79f5a865f0aebcf109f5d0e707c04..2ff09a8147f6b58bcbe785a44559e156e85d8f2c 100644 (file)
@@ -45,6 +45,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <netbsd.h>
 
+/* Until they use ELF or something that handles dwarf2 unwinds
+   and initialization stuff better.  */
+#undef DWARF2_UNWIND_INFO
+
 /* Some defines for CPP.
    arm32 is the NetBSD port name, so we always define arm32 and __arm32__.  */
 #undef CPP_PREDEFINES
@@ -141,8 +145,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    requirements.  */
 #undef STRUCTURE_SIZE_BOUNDARY
 #define STRUCTURE_SIZE_BOUNDARY 8
-
-/* Until they use ELF or something that handles dwarf2 unwinds
-   and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
-