From: Tom de Vries Date: Thu, 22 Jan 2026 09:48:45 +0000 (+0100) Subject: [gdb/testsuite] Fix regression in gdb.base/maint.exp X-Git-Tag: binutils-2_46~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eca49d098990ce0a01a9043ecbe1b2220bdeaaa;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Fix regression in gdb.base/maint.exp After commit 2f23cf07253 ("[gdb] Add regression test for PR symtab/33777"), test-case gdb.base/maint.exp regressed: ... FAIL: gdb.base/maint.exp: maint print statistics ... Fix this by updating the expected output. Tested on x86_64-linux. Reported-By: Jan Vrany