This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead of aborting.


*** TEST RESULTS FOR COMMIT f41078422a4381d4943f36aa1ef95b1d7c85ee7e ***

Author: John Darrington <john@darrington.wattle.id.au>
Branch: master
Commit: f41078422a4381d4943f36aa1ef95b1d7c85ee7e

Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead of aborting.

Bit manipulation instructions which are not normally generated by the
assembler, should nevertheless be decoded by the disassembler.

opcodes/
	* s12z-dis.c: BM_RESERVED1 to behave like BM_OPR_REG, and
	BM_RESERVED0 like BM_REG_IMM.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]