[gdb/testsuite] Fix typo IBM'x -> IBM's

Fix typo in gdb.base/nodebug.exp and lib/compiler.c: IBM'x -> IBM's.
This commit is contained in:
Tom de Vries
2025-11-12 11:29:23 +01:00
parent 8f2a5c0dc8
commit 771faadaa7
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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