aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorPekka Seppänen <pexu@sourceware.mail.kapsi.fi>2021-11-10 20:15:19 +1030
committerAlan Modra <amodra@gmail.com>2021-11-10 20:24:36 +1030
commit795588aec4f894206863c938bd6d716895886009 (patch)
tree983279eda5cd402a479797577f37d5526426d5a7 /sim
parentb030ae091e65aba97e511fa9c9bb80c77cdeabad (diff)
downloadgdb-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 'sim')
0 files changed, 0 insertions, 0 deletions