Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-15 15:37:26 +0400
committerNick Clifton <nickc@redhat.com>2009-06-15 15:37:26 +0400
commite586b9d5c577d4b6d6f64b69fe8c9402bda00519 (patch)
treec4d79da056adb5884d349f0d5c9cf31e3683523d /include/ChangeLog
parentfee56469d473166006476374717805e0901bda0f (diff)
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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 1af04e80b..82b104591 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-15 Nick Clifton <nickc@redhat.com>
+
+ * dis-asm.h (struct disassemble_info): New value for the flags
+ field.
+
2009-06-02 Ian Lance Taylor <iant@google.com>
* ansidecl.h (EXPORTED_CONST): Define.