Fix typo in gdb.base/nodebug.exp and lib/compiler.c: IBM'x -> IBM's.
}
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
}
#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