aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-18 10:31:21 +0000
committerNick Clifton <nickc@redhat.com>2009-06-18 10:31:21 +0000
commit0313a2b8d2bc3ac3a15912d7fa9fe02722eaa14c (patch)
treedc124b744e50e56ff817cd08c6ef38edeb61e28f /binutils/ChangeLog
parent470c710ef03d4c05314c605b26f47fb5a61beb34 (diff)
downloadgdb-0313a2b8d2bc3ac3a15912d7fa9fe02722eaa14c.zip
gdb-0313a2b8d2bc3ac3a15912d7fa9fe02722eaa14c.tar.gz
gdb-0313a2b8d2bc3ac3a15912d7fa9fe02722eaa14c.tar.bz2
PR 10288
* arm-dis.c (print_insn_coprocessor): Check that a user specified ARM architecture supports the matched instruction. (print_insn_arm): Likewise. (select_arm_features): New function. Fills in the fields of an arm_feature_set structure based on a given arm machine number. (print_insn): Initialise an arm_feature_set structure. * objdump.c (disassemble_bytes): Set the USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure if the user has invoked the -m switch. * doc/binutils.texi: Document the additional behaviour of objdump's -m switch for ARM targets. * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags field of struct disassemble_info. * gas/arm/align.s: Add labels so that COFF based targets can correctly locate THUMB code. * gas/arm/copro.d: Do not pass --architecture switch to objdump.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f7974f7..ddacde1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,8 +1,18 @@
+2009-06-18 Nick Clifton <nickc@redhat.com>
+
+ PR 10288
+ * objdump.c (disassemble_bytes): Set the
+ USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
+ if the user has invoked the -m switch.
+ * doc/binutils.texi: Document the additional behaviour of
+ objdump's -m switch for ARM targets.
+
2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
- Merge cegcc and mingw32ce target name changes from CeGCC project.
+ * configure.in: Merge cegcc and mingw32ce target name changes from
+ CeGCC project.
- 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
+2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
* configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
* configure: Regenerate.