diff options
author | Nils-Christian Kempke <nils-christian.kempke@intel.com> | 2022-06-07 12:16:36 +0200 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-06-09 14:40:48 +0100 |
commit | 61ee7510b3fa24ca48b6c053c4fad5916a6b01ff (patch) | |
tree | 0d9730a2f04d7698534804019a09222c1524fdcc /gdb/testsuite/lib/gdb-python.exp | |
parent | 8f4141b0aef3ca513969ff2605f93d07301810e3 (diff) | |
download | gdb-61ee7510b3fa24ca48b6c053c4fad5916a6b01ff.zip gdb-61ee7510b3fa24ca48b6c053c4fad5916a6b01ff.tar.gz gdb-61ee7510b3fa24ca48b6c053c4fad5916a6b01ff.tar.bz2 |
gdb/testsuite: use test_compiler_info in gcc_major_version
The procedure gcc_major_version was earlier using the global variable
compiler_info to retrieve gcc's major version. This is discouraged and
(as can be read in a comment in compiler.c) compiler_info should be
local to get_compiler_info and test_compiler_info.
The preferred way of getting the compiler string is via calling
test_compiler_info without arguments. Gcc_major_version was changed to
do that.
Diffstat (limited to 'gdb/testsuite/lib/gdb-python.exp')
0 files changed, 0 insertions, 0 deletions