mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-19 17:11:26 +00: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:
parent
fc91c6c2b9
commit
e546101697
@ -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>
|
||||
|
||||
* 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" */
|
||||
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
||||
#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" */
|
||||
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
||||
#endif
|
||||
|
||||
#if defined (__ARMCC_VERSION)
|
||||
set compiler_info [join {armcc __ARMCC_VERSION} -]
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user