mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
2006-03-07 Paul Brook <paul@codesourcery.com>
* lib/compiler.c: Extract armcc version number. * lib/compiler.cc: Ditto.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-07 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* lib/compiler.c: Extract armcc version number.
|
||||||
|
* lib/compiler.cc: Ditto.
|
||||||
|
|
||||||
2006-03-07 Paul Brook <paul@codesourcery.com>
|
2006-03-07 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* gdb.arch/altivec-abi.exp: Use nowarnings instead of
|
* gdb.arch/altivec-abi.exp: Use nowarnings instead of
|
||||||
|
@ -70,3 +70,7 @@ set compiler_info [join {hpacc __HP_aCC} -]
|
|||||||
numbers seperated by '.'s: currently "7.0.0.0" */
|
numbers seperated by '.'s: currently "7.0.0.0" */
|
||||||
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (__ARMCC_VERSION)
|
||||||
|
set compiler_info [join {armcc __ARMCC_VERSION} -]
|
||||||
|
#endif
|
||||||
|
@ -58,3 +58,7 @@ set compiler_info [join {hpacc __HP_aCC} -]
|
|||||||
numbers seperated by '.'s: currently "7.0.0.0" */
|
numbers seperated by '.'s: currently "7.0.0.0" */
|
||||||
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (__ARMCC_VERSION)
|
||||||
|
set compiler_info [join {armcc __ARMCC_VERSION} -]
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user