diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-27 22:17:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-27 22:17:12 +0000 |
commit | 58efb6c0fdeb4fa7ed1aace3bd1fa5068e5fcc9a (patch) | |
tree | 772bd0b42323f3445a0670c1c03780a448f0cf7d /opcodes/ChangeLog | |
parent | 94470b237bcb47804bd9a9e14ab45cb83eedd6f7 (diff) | |
download | gdb-58efb6c0fdeb4fa7ed1aace3bd1fa5068e5fcc9a.zip gdb-58efb6c0fdeb4fa7ed1aace3bd1fa5068e5fcc9a.tar.gz gdb-58efb6c0fdeb4fa7ed1aace3bd1fa5068e5fcc9a.tar.bz2 |
Add ATPCS support to ARM disassembler.
Document ARM disassembler options.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a4a3cf3..efb2921 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -2,7 +2,21 @@ * disassemble.c (disassembler_usage): New function: Print out any target specific disassembler options. - + Call arm_disassembler_options() if the ARM architecture is being + supported. + + * arm-dis.c (NUM_ELEM): Define this macro if not already + defined. + (arm_regname): New struct type for ARM register names. + (arm_toggle_regnames): Delete. + (parse_disassembler_option): Use register name structure. + (print_insn): New function: Combines duplicate code found in + print_insn_big_arm and print_insn_little_arm. + (print_insn_big_arm): Call print_insn. + (print_insn_little_arm): Call print_insn. + (print_arm_disassembler_options): Display list of supported, + ARM specific disassembler options. + 2000-01-27 Thomas de Lellis <tdel@windriver.com> * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the |