diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-05-16 11:43:08 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-05-16 11:43:08 +0000 |
commit | 435e042a62feb7d45aea323b4e52c248525e25c8 (patch) | |
tree | 503a43a4d7142b68144e920db9852156e703e1af /gdb/ChangeLog | |
parent | 9819c6c883f282e4fa6fa3e1269009d484a1fb10 (diff) | |
download | gdb-435e042a62feb7d45aea323b4e52c248525e25c8.zip gdb-435e042a62feb7d45aea323b4e52c248525e25c8.tar.gz gdb-435e042a62feb7d45aea323b4e52c248525e25c8.tar.bz2 |
* v850-tdep.c: Full multi-arch.
* config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
Define GDB_MULTI_ARCH to 2.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 03e75cd..b87a00f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-05-16 Corinna Vinschen <vinschen@redhat.com> + + * v850-tdep.c: Full multi-arch. + * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything. + Define GDB_MULTI_ARCH to 2. + 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr> * p-exp.y (current_type): New static variable. |