From dc125bdfd98a3efeabcd48f1de28bba1b4f36fca Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Fri, 13 Jun 2003 14:39:42 +0000 Subject: [PATCH] re PR other/1494 (Residual EGCS references in comments) PR other/1494 * config/alpha/openbsd.h, config/i386/openbsd.h, config/m68k/openbsd.h, config/sparc/openbsd.h: Remove residual reference to EGCS. From-SVN: r67900 --- gcc/ChangeLog | 7 +++++++ gcc/config/alpha/openbsd.h | 3 +-- gcc/config/i386/openbsd.h | 3 +-- gcc/config/m68k/openbsd.h | 3 +-- gcc/config/sparc/openbsd.h | 3 +-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c86143da53f..43d2c5f2450 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-06-13 Nathanael Nerode + + PR other/1494 + * config/alpha/openbsd.h, config/i386/openbsd.h, + config/m68k/openbsd.h, config/sparc/openbsd.h: Remove + residual reference to EGCS. + 2003-06-13 Richard Earnshaw * arm.c (output_call_mem): If the address references the link-register diff --git a/gcc/config/alpha/openbsd.h b/gcc/config/alpha/openbsd.h index b82b66df3c8..0bab68b66f4 100644 --- a/gcc/config/alpha/openbsd.h +++ b/gcc/config/alpha/openbsd.h @@ -82,8 +82,7 @@ Boston, MA 02111-1307, USA. */ /* 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 diff --git a/gcc/config/i386/openbsd.h b/gcc/config/i386/openbsd.h index 60f16575e21..94db86d7715 100644 --- a/gcc/config/i386/openbsd.h +++ b/gcc/config/i386/openbsd.h @@ -90,8 +90,7 @@ Boston, MA 02111-1307, USA. */ /* 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 diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index 48e9eb91e1d..f577ca5afed 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -91,6 +91,5 @@ Boston, MA 02111-1307, USA. */ /* 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 diff --git a/gcc/config/sparc/openbsd.h b/gcc/config/sparc/openbsd.h index 814ccdf8d02..187a41a8b3c 100644 --- a/gcc/config/sparc/openbsd.h +++ b/gcc/config/sparc/openbsd.h @@ -66,8 +66,7 @@ Boston, MA 02111-1307, USA. */ /* 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 -- 2.30.2