diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-04-21 09:56:50 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-06-25 11:54:28 -0400 |
commit | 5703197e0421f490c3dc25ecd9ea04ca59750b64 (patch) | |
tree | 8ba800bccc2d7a29fa7910d082af6e94a8057a23 /opcodes/ChangeLog | |
parent | 4b92e38839652e05e7cdc86487dd18c3a2048339 (diff) | |
download | gdb-5703197e0421f490c3dc25ecd9ea04ca59750b64.zip gdb-5703197e0421f490c3dc25ecd9ea04ca59750b64.tar.gz gdb-5703197e0421f490c3dc25ecd9ea04ca59750b64.tar.bz2 |
remove a few sentinals
gas/ChangeLog:
2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-bfin.c (bfin_cpus): Remove sentinal.
(md_parse_option): Adjust.
* config/tc-aarch64.c (aarch64_parse_abi): Replace use of a sentinal
with iteration from 0 to ARRAY_SIZE.
* config/tc-mcore.c (md_begin): Likewise.
* config/tc-visium.c (visium_parse_arch): Likewise.
opcodes/ChangeLog:
2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* mcore-opc.h: Remove sentinal.
* mcore-dis.c (print_insn_mcore): Adjust.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c9cf9ed..fd59786 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + + * mcore-opc.h: Remove sentinal. + * mcore-dis.c (print_insn_mcore): Adjust. + 2016-06-23 Graham Markall <graham.markall@embecosm.com> * arc-opc.c: Correct description of availability of NPS400 |