diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-02-16 20:17:50 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-02-16 20:17:50 +0000 |
commit | bc90b915f7dc35a79754be7c858b57b73871bd1e (patch) | |
tree | 4a667568a0c198504e9537ca3b6eb73564d3f148 /gdb/ChangeLog | |
parent | 9e673ad141def557b71d5593dc80b63db4f58b4a (diff) | |
download | gdb-bc90b915f7dc35a79754be7c858b57b73871bd1e.zip gdb-bc90b915f7dc35a79754be7c858b57b73871bd1e.tar.gz gdb-bc90b915f7dc35a79754be7c858b57b73871bd1e.tar.bz2 |
2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
* arm-tdep.c (set_disassembly_flavor, arm_othernames,
_initialize_arm_tdep): Allows the user to choose between any of
the flavors available for the disassembly to be used in the "info
reg" command and elsewhere in gdb. It prevents having to maintain
this information in two places by using the data kept in the
opcodes directory.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a12240f..1891b39 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com> + + * arm-tdep.c (set_disassembly_flavor, arm_othernames, + _initialize_arm_tdep): Allows the user to choose between any of + the flavors available for the disassembly to be used in the "info + reg" command and elsewhere in gdb. It prevents having to maintain + this information in two places by using the data kept in the + opcodes directory. + 2000-02-09 Mark Kettenis <kettenis@gnu.org> * configure.in: Check for lwpid_t, psaddr_t, prgregset_t and |