| commit | 1562f64fec2ce6a31bc534be73e9e4180edbb600 | [log] [tgz] |
|---|---|---|
| author | Andrew Burgess <aburgess@redhat.com> | Wed Jun 08 14:25:00 2022 +0100 |
| committer | Andrew Burgess <aburgess@redhat.com> | Thu Jun 09 14:40:48 2022 +0100 |
| tree | fddd5c74d183d2d322d177f2a39b74e9ba00db59 | |
| parent | 61ee7510b3fa24ca48b6c053c4fad5916a6b01ff [diff] |
gdb/testsuite: remove get_compiler_info calls from gdb.exp and dwarf.exp We don't need to call get_compiler_info before calling test_compiler_info; test_compiler_info includes a call to get_compiler_info. This commit cleans up lib/gdb.exp and lib/dwarf.exp a little by removing some unneeded calls to get_compiler_info. We could do the same cleanup throughout the testsuite, but I'm leaving that for another day. There should be no change in the test results after this commit.