commit | 8a0eb1994337e7140715bced108c92db06bef612 | [log] [tgz] |
---|---|---|
author | Bruno Larsen <blarsen@redhat.com> | Wed Jul 20 16:44:31 2022 -0300 |
committer | Bruno Larsen <blarsen@redhat.com> | Mon Sep 12 14:07:32 2022 +0200 |
tree | def7e28526d4cdee01fca09a5f4cd231487950b1 | |
parent | e33020494502d0879c418d69d5a2fd6f6453863a [diff] |
update gdb.base/info-program.exp to not fail with clang The test specifically mentions that it doesn't care where the program stops, however it was still testing for a specific location. The clang compiler emits different line information for epilogue, so GDB reports a different stopping location, depending on the used compiler. With this patch the test works even with clang.