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]
Other format: [Raw text]

[PATCH] Update a stab string to reflect gcc3


This patch updates a stab string to reflect gcc3 as opposed to gcc2.

Ira

2002-03-15  Ira Ruben	<ira@apple.com>

	Update string to reflect gcc3.
	* dbxout.c (STABS_GCC_MARKER): Changed to "gcc3_compiled".

Index: dbxout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/dbxout.c,v
retrieving revision 1.119
diff -c -3 -p -r1.119 dbxout.c
*** dbxout.c    2002/03/12 05:40:32     1.119
--- dbxout.c    2002/03/15 19:06:54
*************** Software Foundation, 59 Temple Place - S
*** 132,138 ****
      N_OPT stab at the beginning of the source file to indicate this.
      The string is historical, and different on a very few targets.  */
   #ifndef STABS_GCC_MARKER
! #define STABS_GCC_MARKER "gcc2_compiled."
   #endif

   /* Typical USG systems don't have stab.h, and they also have
--- 132,138 ----
      N_OPT stab at the beginning of the source file to indicate this.
      The string is historical, and different on a very few targets.  */
   #ifndef STABS_GCC_MARKER
! #define STABS_GCC_MARKER "gcc3_compiled."
   #endif

   /* Typical USG systems don't have stab.h, and they also have


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