This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: PR1494


2001-08-18  Craig Rodrigues  <rodrigc@mediaone.net>

        * config/alpha/openbsd.h: Change egcs to gcc in comment.
        * config/i386/openbsd.h: Change egcs to gcc in comment.
        * config/m68k/openbsd.h: Change egcs to gcc in comment.
        * config/sparc/openbsd.h: Change egcs to gcc in comment.
            


Index: gcc/config/alpha/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/openbsd.h,v
retrieving revision 1.4
diff -u -r1.4 openbsd.h
--- openbsd.h	2000/11/02 23:29:08	1.4
+++ openbsd.h	2001/08/18 16:14:26
@@ -79,7 +79,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
+   dwarf unwind information. gcc doesn't try too hard to check internal
    configuration files...  */
 #ifdef INCOMING_RETURN_ADDR_RTX
 #undef DWARF2_UNWIND_INFO
@@ -90,7 +90,7 @@
 
 /* Taken from alpha/osf.h. This used to be common to all alpha
    configurations, but elf has departed from it.
-   Check alpha/alpha.h, alpha/osf.h for it when egcs is upgraded.  */
+   Check alpha/alpha.h, alpha/osf.h for it when gcc is upgraded.  */
 #ifndef ASM_FILE_START
 #define ASM_FILE_START(FILE)					\
 {								\
Index: gcc/config/i386/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/openbsd.h,v
retrieving revision 1.12
diff -u -r1.12 openbsd.h
--- openbsd.h	2001/07/13 18:12:21	1.12
+++ openbsd.h	2001/08/18 16:14:26
@@ -107,7 +107,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
+   dwarf unwind information. gcc doesn't try too hard to check internal
    configuration files...  */
 #define DWARF2_UNWIND_INFO 0
 
Index: gcc/config/m68k/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/openbsd.h,v
retrieving revision 1.4
diff -u -r1.4 openbsd.h
--- openbsd.h	2000/11/02 23:29:11	1.4
+++ openbsd.h	2001/08/18 16:14:26
@@ -81,7 +81,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
+   dwarf unwind information. gcc doesn't try too hard to check internal
    configuration files...  */
 #define DWARF2_UNWIND_INFO 0
 
Index: gcc/config/sparc/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/openbsd.h,v
retrieving revision 1.4
diff -u -r1.4 openbsd.h
--- openbsd.h	2001/07/13 18:12:22	1.4
+++ openbsd.h	2001/08/18 16:14:26
@@ -60,7 +60,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
+   dwarf unwind information. gcc doesn't try too hard to check internal
    configuration files...  */
 #define DWARF2_UNWIND_INFO 0
 





-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]