aboutsummaryrefslogtreecommitdiff
path: root/README-maintainer-mode
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-09-30 12:53:55 -0600
committerTom Tromey <tromey@adacore.com>2021-10-19 13:22:31 -0600
commit775d36a916c1be042ceb67fc6ea22f53a9f5e331 (patch)
tree37dca5468d9c3a3333bf068da8bf7eb232407a5a /README-maintainer-mode
parent5dfe4bfcb96945dc5cc1f8717be454f1f7f6bbec (diff)
downloadgdb-775d36a916c1be042ceb67fc6ea22f53a9f5e331.zip
gdb-775d36a916c1be042ceb67fc6ea22f53a9f5e331.tar.gz
gdb-775d36a916c1be042ceb67fc6ea22f53a9f5e331.tar.bz2
Fix Rust lex selftest when using libiconv
The Rust lex selftest fails on our Windows build. I tracked this down to a use of UTF-32 as a parameter to convert_between_encodings. Here, iconv_open succeeds, but the actual conversion of a tab character fails with EILSEQ. I suspect that "UTF-32" is being interpreted as big-endian, as changing the call to use "UTF-32LE" makes it work. This patch implements this fix.
Diffstat (limited to 'README-maintainer-mode')
0 files changed, 0 insertions, 0 deletions