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] Change the size field of MSP430_Opcode_Decoded to a plain integer.


*** TEST RESULTS FOR COMMIT 99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92 ***

Author: John Baldwin <jhb@FreeBSD.org>
Branch: master
Commit: 99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92

Change the size field of MSP430_Opcode_Decoded to a plain integer.

The size field was defined as an instance of an enum, but existing code
treats the size field as a plain integer containing a bit count.

include/ChangeLog:

	* opcode/msp430-decode.h (MSP430_Size): Remove.
	(Msp430_Opcode_Decoded): Change type of size to int.


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