NetBSD/arm32 lossage on current egcs sources

Todd Vierling tv@netbsd.org
Tue May 19 12:55:00 GMT 1998


On Fri, 15 May 1998, Todd Vierling wrote:

: One bug is the incorrect handling of the C preprocessor symbol
: "DWARF2_UNWIND_INFO" - trivial.  The other is a fix for TYPE_OPERAND_FMT.

I rescind the TYPE_OPERAND_FMT patch and resubmit the other patch, as
follows:

Fri May 15 21:56:54 EDT 1998  Todd Vierling  <tv@netbsd.org>

	* gcc/config/arm/netbsd.h: Undefine DWARF2_UNWIND_INFO; don't
	define it to "0".

Index: gcc/config/arm/netbsd.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/arm/netbsd.h,v
retrieving revision 1.3
diff -u -r1.3 netbsd.h
--- netbsd.h	1998/01/13 20:58:45	1.3
+++ netbsd.h	1998/05/16 01:56:06
@@ -144,5 +144,4 @@
 
 /* Until they use ELF or something that handles dwarf2 unwinds
    and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
-
+#undef DWARF2_UNWIND_INFO

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)




More information about the Gcc-bugs mailing list