[committed] Remove a residual EGCS reference
Nathanael Nerode
neroden@twcny.rr.com
Fri Jun 13 14:46:00 GMT 2003
Committed as obvious.
PR other/1494
* config/alpha/openbsd.h, config/i386/openbsd.h,
config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
residual reference to EGCS.
Index: alpha/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/openbsd.h,v
retrieving revision 1.6
diff -u -r1.6 openbsd.h
--- alpha/openbsd.h 13 May 2002 05:57:38 -0000 1.6
+++ alpha/openbsd.h 13 Jun 2003 14:35:31 -0000
@@ -82,8 +82,7 @@
/* Assembler format: exception region output. */
/* All configurations that don't use elf must be explicit about not using
- dwarf unwind information. egcs doesn't try too hard to check internal
- configuration files... */
+ dwarf unwind information. */
#ifdef INCOMING_RETURN_ADDR_RTX
#undef DWARF2_UNWIND_INFO
#define DWARF2_UNWIND_INFO 0
Index: i386/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/openbsd.h,v
retrieving revision 1.18
diff -u -r1.18 openbsd.h
--- i386/openbsd.h 20 Oct 2002 22:37:10 -0000 1.18
+++ i386/openbsd.h 13 Jun 2003 14:35:31 -0000
@@ -90,8 +90,7 @@
/* Assembler format: exception region output. */
/* All configurations that don't use elf must be explicit about not using
- dwarf unwind information. egcs doesn't try too hard to check internal
- configuration files... */
+ dwarf unwind information. */
#define DWARF2_UNWIND_INFO 0
#undef ASM_PREFERRED_EH_DATA_FORMAT
Index: m68k/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/openbsd.h,v
retrieving revision 1.10
diff -u -r1.10 openbsd.h
--- m68k/openbsd.h 3 Jun 2003 09:06:54 -0000 1.10
+++ m68k/openbsd.h 13 Jun 2003 14:35:32 -0000
@@ -91,6 +91,5 @@
/* Assembler format: exception region output. */
/* All configurations that don't use elf must be explicit about not using
- dwarf unwind information. egcs doesn't try too hard to check internal
- configuration files... */
+ dwarf unwind information. */
#define DWARF2_UNWIND_INFO 0
Index: sparc/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/openbsd.h,v
retrieving revision 1.9
diff -u -r1.9 openbsd.h
--- sparc/openbsd.h 17 May 2003 07:19:56 -0000 1.9
+++ sparc/openbsd.h 13 Jun 2003 14:35:32 -0000
@@ -66,8 +66,7 @@
/* Assembler format: exception region output. */
/* All configurations that don't use elf must be explicit about not using
- dwarf unwind information. egcs doesn't try too hard to check internal
- configuration files... */
+ dwarf unwind information. */
#define DWARF2_UNWIND_INFO 0
#undef ASM_PREFERRED_EH_DATA_FORMAT
More information about the Gcc-patches
mailing list