diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-08 10:35:18 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-08 10:35:18 +0000 |
commit | 3950dc3f514d6a60c003565e610c925bc7cf4abf (patch) | |
tree | cb6d91d2c585f746cbe108611d17e96751acdb14 /gdb/NEWS | |
parent | 6e50d963b00bbf8b95fe00354fd2c683971b43ba (diff) | |
download | gdb-3950dc3f514d6a60c003565e610c925bc7cf4abf.zip gdb-3950dc3f514d6a60c003565e610c925bc7cf4abf.tar.gz gdb-3950dc3f514d6a60c003565e610c925bc7cf4abf.tar.bz2 |
Add ms2 support.
* ms1-tdep.c (ms1_register_type): Check for ms2.
(ms1_breakpoint_from_pc): ms2 has a different break instruction.
(ms1_pseudo_register_read, ms1_pseudo_register_write,
ms1_registers_info): Add ms2.
* NEWS (Changes since GDB 6.4): Add ms2
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ init-if-undefined Initialize a convenience variable, but only if it doesn't already have a value. +* New architecture + +Morpho Technologies ms2 ms1-elf + *** Changes in GDB 6.4 * New native configurations |