projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff656e2
)
gdb: testsuite: fix wrong comment in gdb.base/charset.c
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Wed, 12 Jan 2022 00:33:49 +0000
(08:33 +0800)
committer
Tiezhu Yang
<yangtiezhu@loongson.cn>
Wed, 12 Jan 2022 00:33:49 +0000
(08:33 +0800)
In gdb/testsuite/gdb.base/charset.c, use "IBM1047" instead of "EBCDIC"
to fix the wrong comment.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
gdb/testsuite/gdb.base/charset.c
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.base/charset.c
b/gdb/testsuite/gdb.base/charset.c
index 98aa100f291d58146ac27446fed534a8ba880f88..dd66252c5e495130551b6aa9bf3e2b56740f06a8 100644
(file)
--- a/
gdb/testsuite/gdb.base/charset.c
+++ b/
gdb/testsuite/gdb.base/charset.c
@@
-183,7
+183,7
@@
int main ()
47, 22, 12,
37, 13, 5,
11, 74, 17);
- /* In
EBCDIC
, the upper-case letters are broken into three separate runs. */
+ /* In
IBM1047
, the upper-case letters are broken into three separate runs. */
fill_run (ibm1047_string, 7, 9, 193);
fill_run (ibm1047_string, 16, 9, 209);
fill_run (ibm1047_string, 25, 8, 226);