aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-10-09 21:54:26 +0000
committerSteve Chamberlain <sac@cygnus>1995-10-09 21:54:26 +0000
commit24e60978684ee2f137dc270ea3c3ef28da25ed37 (patch)
tree646d7e54118aaa30ac38adf97828b6d325e6e68c /gdb/NEWS
parenta6d5af315db437c92d6bc099b84f440ff6866306 (diff)
downloadgdb-24e60978684ee2f137dc270ea3c3ef28da25ed37.zip
gdb-24e60978684ee2f137dc270ea3c3ef28da25ed37.tar.gz
gdb-24e60978684ee2f137dc270ea3c3ef28da25ed37.tar.bz2
* NEWS: Add information about win32 and arm code.
* win32-nat.c: Renamed from win32.c * config/i386/win32.mh: Renamed from config/i386/i386win32.mh. * config/i386/win32.mt: Renamed from config/i386/i386win32.mt. * config/i386/tm-win32.h: Renamed from config/i386/tm-i386win32.h. * config/i386/xm-win32.h: Renamed from config/i386/xm-i386win32.h. * configure.in (i[345]86-*-win32): Updated to cope with filename changes. * configure: Regenerated.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a39a797..18ec89d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -12,6 +12,14 @@ about volatile variables, thus making it impossible to debug targets
which use memory mapped I/O devices. `set remotecache off' turns the
the data cache off.
+* New native configurations
+
+Microsoft NT and Microsoft Windows95 i[345]86-*-win32
+
+* New Targets
+
+ARM via RDP protocol arm-*-*
+
*** Changes in GDB-4.14:
* New native configurations