From: Alan Modra Date: Fri, 20 Mar 2020 00:21:14 +0000 (+1030) Subject: NDS32 disassembly of odd sized sections X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=fe90ae8a9f54e4fe8b9089fed48b0e1818414f57;hp=fe90ae8a9f54e4fe8b9089fed48b0e1818414f57;p=deliverable%2Fbinutils-gdb.git NDS32 disassembly of odd sized sections * nds32-dis.c (print_insn_nds32): Remove unnecessary casts. Initialize parts of buffer not written when handling a possible 2-byte insn at end of section. Don't attempt decoding of such an insn by the 4-byte machinery. ---