diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-01 21:14:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-01 21:14:33 +0000 |
commit | 880bc914e0090a4076eeb385c8bf0cfe0b0142d4 (patch) | |
tree | 17fd59766e0af49f90ebe94de6d014325309f976 /gdb/NEWS | |
parent | 19f5934377cdd949da85bea862750e48f50aafde (diff) | |
download | gdb-880bc914e0090a4076eeb385c8bf0cfe0b0142d4.zip gdb-880bc914e0090a4076eeb385c8bf0cfe0b0142d4.tar.gz gdb-880bc914e0090a4076eeb385c8bf0cfe0b0142d4.tar.bz2 |
2003-08-01 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention that m32r is multi-arch.
From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
* configure.tgt: Recognize m32r-*-*.
* config/m32r/tm-m32r.h: Delete file.
* config/m32r/m32r.mt: New file.
* m32r-rom.c (m32r_upload_command): Use hostent only when
gethostname succeeds, in order to avoid a compilation
warning.
* m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
compiler warning.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,6 +46,7 @@ Fix for gdb/702: a -var-assign that updates the value now shows up * Multi-arched targets. HP/PA HPUX11, 32bit ABI (partial) hppa*-*-hpux* except hppa*64*-*-hpux11* +Mitsubishi M32R/D w/simulator m32r-*-elf* * OBSOLETE configurations and files @@ -54,7 +55,6 @@ been commented out. Unless there is activity to revive these configurations, the next release of GDB will have their sources permanently REMOVED. -Mitsubishi M32R/D w/simulator m32r-*-elf* Z8000 simulator z8k-zilog-none or z8ksim Matsushita MN10200 w/simulator mn10200-*-* H8/500 simulator h8500-hitachi-hms or h8500hms |