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

From-SVN: r52477
This commit is contained in:
Hans-Peter Nilsson 2002-04-18 16:55:31 +00:00 committed by Hans-Peter Nilsson
parent 91da27c552
commit 528d8489c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-18 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.h (TARGET_VERSION): Remove local version number.
Thu Apr 18 17:14:08 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution

View File

@ -441,7 +441,7 @@ extern int target_flags;
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)
fprintf (stderr, " [Axis CRIS%s]", CRIS_SUBTARGET_VERSION)
/* For the cris-*-elf subtarget. */
#define CRIS_SUBTARGET_VERSION " - generic ELF"