Committed, CRIS: Remove local version number.

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Thu Apr 18 09:57:00 GMT 2002


A port-local version number would be inappropriate for an FSF release.
Committed to 3.1 too.

	* config/cris/cris.h (TARGET_VERSION): Remove local version number.

Index: config/cris/cris.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/cris/cris.h,v
retrieving revision 1.32
diff -p -c -r1.32 cris.h
*** config/cris/cris.h	11 Apr 2002 15:04:37 -0000	1.32
--- config/cris/cris.h	18 Apr 2002 16:49:45 -0000
*************** extern int target_flags;
*** 441,447 ****
     gcc-cris they are using.  Please use some flavor of "R<number>" for
     the version (no need for major.minor versions, I believe).  */
  #define TARGET_VERSION \
!  fprintf (stderr, " [Axis CRIS release R36a%s]", CRIS_SUBTARGET_VERSION)
  
  /* For the cris-*-elf subtarget.  */
  #define CRIS_SUBTARGET_VERSION " - generic ELF"
--- 441,447 ----
     gcc-cris they are using.  Please use some flavor of "R<number>" for
     the version (no need for major.minor versions, I believe).  */
  #define TARGET_VERSION \
!  fprintf (stderr, " [Axis CRIS%s]", CRIS_SUBTARGET_VERSION)
  
  /* For the cris-*-elf subtarget.  */
  #define CRIS_SUBTARGET_VERSION " - generic ELF"

brgds, H-P



More information about the Gcc-patches mailing list