[patch/rfc;testsuite] Append patchlevel to compiler_info
Andrew Cagney
cagney@gnu.org
Wed Jun 9 17:46:00 GMT 2004
Hello,
The attached patch changes the testsuite compiler_info for gcc from:
gcc-MAJOR-MINOR e.g., gcc-3-3
to either of:
gcc-MAJOR-MINOR-PATCHLEVEL e.g., gcc-3-3-2
gcc-MAJOR-MINOR- e.g., gcc-2-95-
dependant on that info being available via __GNUC_PATCHLEVEL__. For the
latter, possible alternatives include:
gcc-MAJOR-MINOR-__GNUC_PATCHLEVEL__ e.g., gcc-2-95-__GNUC_PATCHLEVEL__
gcc-MAJOR-MINOR e.g., gcc-2-95
Thoughts? Michael? The original motivation for the change is gone but
seeing as it is sitting in my sandpit.
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20040609/6ffb55ab/attachment.ksh>
More information about the Gdb-patches
mailing list