src include/ChangeLog include/dis-asm.h opcode ...

nickc@sourceware.org nickc@sourceware.org
Mon Jun 15 11:37:00 GMT 2009


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2009-06-15 11:37:26

Modified files:
	include        : ChangeLog dis-asm.h 
	opcodes        : ChangeLog arm-dis.c 
	binutils       : ChangeLog objdump.c 

Log message:
	PR 10263
	* arm-dis.c (print_insn): Ignore is_data if the user has requested
	the disassembly of data as well as instructions.
	
	* objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
	the flags field of the disassemble_info structure if the -D switch
	is in operation.
	
	* dis-asm.h (struct disassemble_info): New value for the flags
	field.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.448&r2=1.449
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/dis-asm.h.diff?cvsroot=src&r1=1.72&r2=1.73
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1398&r2=1.1399
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.95&r2=1.96
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1483&r2=1.1484
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.157&r2=1.158



More information about the Binutils-cvs mailing list