mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-10 09:33:36 +00:00
[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:
@@ -26,7 +26,7 @@ if {[have_compile_flag -std=c99]} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if {[test_compiler_info "xlc-*"]} {
|
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.
|
# Use "-qstatsym" to do so.
|
||||||
lappend exec_opts additional_flags=-qstatsym
|
lappend exec_opts additional_flags=-qstatsym
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (__xlc__)
|
#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" */
|
numbers separated by '.'s: currently "7.0.0.0" */
|
||||||
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user