diff options
author | Pekka Seppänen <pexu@sourceware.mail.kapsi.fi> | 2021-11-10 20:15:19 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-10 20:24:36 +1030 |
commit | 795588aec4f894206863c938bd6d716895886009 (patch) | |
tree | 983279eda5cd402a479797577f37d5526426d5a7 /zlib/README | |
parent | b030ae091e65aba97e511fa9c9bb80c77cdeabad (diff) | |
download | gdb-795588aec4f894206863c938bd6d716895886009.zip gdb-795588aec4f894206863c938bd6d716895886009.tar.gz gdb-795588aec4f894206863c938bd6d716895886009.tar.bz2 |
PR28575, readelf.c and strings.c use undefined type uint
Since --unicode support (commit b3aa80b45c4) both binutils/readelf.c
and binutils/strings.c use 'uint' in a few locations. It likely
should be 'unsigned int' since there isn't anything defining 'uint'
within binutils (besides zlib) and AFAIK it isn't a standard type.
* readelf.c (print_symbol): Replace uint with unsigned int.
* strings.c (string_min, display_utf8_char): Likewise.
(print_unicode_stream_body, print_unicode_stream): Likewise.
(print_strings): Likewise.
(get_unicode_byte): Wrap long line.
Diffstat (limited to 'zlib/README')
0 files changed, 0 insertions, 0 deletions