diff options
author | Steve Chamberlain <sac@cygnus> | 1995-10-09 21:54:26 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-10-09 21:54:26 +0000 |
commit | 24e60978684ee2f137dc270ea3c3ef28da25ed37 (patch) | |
tree | 646d7e54118aaa30ac38adf97828b6d325e6e68c /gdb/NEWS | |
parent | a6d5af315db437c92d6bc099b84f440ff6866306 (diff) | |
download | gdb-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |