gdb: Fix regressions caused by 041de3d73aa121f2ff0c077213598963bfb34b79
authorBruno Larsen <blarsen@redhat.com>
Thu, 10 Nov 2022 16:58:58 +0000 (17:58 +0100)
committerBruno Larsen <blarsen@redhat.com>
Thu, 10 Nov 2022 17:09:02 +0000 (18:09 +0100)
commit05e8d17b8b49065a104277f4df6bfe5e72e83862
treea0ec1910172fb495edbddaa9418cc578810cf9e5
parent27859c6b9d73a8ae1b51c5c40fc2b3aefd2228a0
gdb: Fix regressions caused by 041de3d73aa121f2ff0c077213598963bfb34b79

Commit 041de3d73aa changed the output format of all error messages when
GDB couldn't determine a compatible overload for a given function, but
it was only supposed to change if the failure happened due to incomplete
types. This commit removes the stray . that was added
gdb/valops.c