From: Tom de Vries Date: Wed, 12 Nov 2025 10:29:23 +0000 (+0100) Subject: [gdb/testsuite] Fix typo IBM'x -> IBM's X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=771faadaa73f910370043a7c23c1f56d762bd6aa;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Fix typo IBM'x -> IBM's Fix typo in gdb.base/nodebug.exp and lib/compiler.c: IBM'x -> IBM's. --- diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 5c897761c35..1582fcf871f 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -26,7 +26,7 @@ if {[have_compile_flag -std=c99]} { } if {[test_compiler_info "xlc-*"]} { - # By default, IBM'x xlc compiler doesn't add static variables into the symtab. + # By default, IBM's xlc compiler doesn't add static variables into the symtab. # Use "-qstatsym" to do so. lappend exec_opts additional_flags=-qstatsym } diff --git a/gdb/testsuite/lib/compiler.c b/gdb/testsuite/lib/compiler.c index e457fba614a..cf2a18cefca 100644 --- a/gdb/testsuite/lib/compiler.c +++ b/gdb/testsuite/lib/compiler.c @@ -41,7 +41,7 @@ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -] #endif #if defined (__xlc__) -/* IBM'x xlc compiler. NOTE: __xlc__ expands to a double quoted string of four +/* IBM's xlc compiler. NOTE: __xlc__ expands to a double quoted string of four numbers separated by '.'s: currently "7.0.0.0" */ set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info] #endif