aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-08-23 08:56:13 +0930
committerAlan Modra <amodra@gmail.com>2023-08-23 11:03:52 +0930
commit36a52ab3bf46183e89c5ab01bb446fc6f94ce67d (patch)
treef1b7853bce01c8eda85905ca07dc14b34e8afa98 /gdb/ui-out.c
parent990f9a1d13e3e6fa9443d23fdd146528d4f21159 (diff)
downloadbinutils-36a52ab3bf46183e89c5ab01bb446fc6f94ce67d.zip
binutils-36a52ab3bf46183e89c5ab01bb446fc6f94ce67d.tar.gz
binutils-36a52ab3bf46183e89c5ab01bb446fc6f94ce67d.tar.bz2
kvx: O_pseudo_fixup
O_pseudo_fixup was defined as O_max+1, missing the fact that O_md1 through O_md32 enums are for use by target code. Worse, kvx-parse.c used 64 rather than O_pseudo_fixup. Fix this, and wrap some overlong lines. * config/tc-kvx.h (O_pseudo_fixup): Define. * config/tc-kvx.c (O_pseudo_fixup): Don't define here. (insert_operand): Delete bogus comment and cast. * config/kvx-parse.c (promote_token): Use O_pseudo_fixup rather than hardcoded value. Wrap overlong lines. (get_token_class): Likewise. (parse_with_restarts): Wrap overlong line.
Diffstat (limited to 'gdb/ui-out.c')
0 files changed, 0 insertions, 0 deletions