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/config | |
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/config')
-rw-r--r-- | gdb/config/i386/.Sanitize | 12 | ||||
-rw-r--r-- | gdb/config/i386/i386win32.mh | 5 | ||||
-rw-r--r-- | gdb/config/i386/tm-win32.h (renamed from gdb/config/i386/tm-i386win32.h) | 0 | ||||
-rw-r--r-- | gdb/config/i386/win32.mh | 5 | ||||
-rw-r--r-- | gdb/config/i386/win32.mt (renamed from gdb/config/i386/i386win32.mt) | 3 | ||||
-rw-r--r-- | gdb/config/i386/xm-win32.h (renamed from gdb/config/i386/xm-i386win32.h) | 0 |
6 files changed, 13 insertions, 12 deletions
diff --git a/gdb/config/i386/.Sanitize b/gdb/config/i386/.Sanitize index 232e03b..25f9c41 100644 --- a/gdb/config/i386/.Sanitize +++ b/gdb/config/i386/.Sanitize @@ -34,9 +34,9 @@ i386bsd.mh i386bsd.mt i386lynx.mh i386lynx.mt -i386mach.mh i386m3.mh i386m3.mt +i386mach.mh i386mk.mh i386mk.mt i386nw.mt @@ -50,14 +50,13 @@ i386v.mt i386v32.mh i386v4.mh i386v4.mt -i386win32.mh -i386win32.mt linux.mh linux.mt nbsd.mh nbsd.mt ncr3000.mh ncr3000.mt +nm-fbsd.h nm-i386aix.h nm-i386bsd.h nm-i386lynx.h @@ -66,7 +65,6 @@ nm-i386sco.h nm-i386sco4.h nm-i386v.h nm-i386v4.h -nm-fbsd.h nm-linux.h nm-m3.h nm-nbsd.h @@ -90,13 +88,15 @@ tm-i386nw.h tm-i386os9k.h tm-i386v.h tm-i386v4.h -tm-i386win32.h tm-linux.h tm-nbsd.h tm-ptx.h tm-ptx4.h tm-sun386.h tm-symmetry.h +tm-win32.h +win32.mh +win32.mt xm-go32.h xm-i386aix.h xm-i386bsd.h @@ -108,13 +108,13 @@ xm-i386sco.h xm-i386v.h xm-i386v32.h xm-i386v4.h -xm-i386win32.h xm-linux.h xm-nbsd.h xm-ptx.h xm-ptx4.h xm-sun386.h xm-symmetry.h +xm-win32.h Things-to-lose: diff --git a/gdb/config/i386/i386win32.mh b/gdb/config/i386/i386win32.mh deleted file mode 100644 index 1b01fa9..0000000 --- a/gdb/config/i386/i386win32.mh +++ /dev/null @@ -1,5 +0,0 @@ -MH_CFLAGS= -XM_FILE=xm-i386win32.h -TERMCAP= -XDEPFILES=win32.o - diff --git a/gdb/config/i386/tm-i386win32.h b/gdb/config/i386/tm-win32.h index fece826..fece826 100644 --- a/gdb/config/i386/tm-i386win32.h +++ b/gdb/config/i386/tm-win32.h diff --git a/gdb/config/i386/win32.mh b/gdb/config/i386/win32.mh new file mode 100644 index 0000000..e1713a0 --- /dev/null +++ b/gdb/config/i386/win32.mh @@ -0,0 +1,5 @@ +MH_CFLAGS= +XM_FILE=xm-win32.h +TERMCAP= +NATDEPFILES=win32-nat.o + diff --git a/gdb/config/i386/i386win32.mt b/gdb/config/i386/win32.mt index b71b059..be484c4 100644 --- a/gdb/config/i386/i386win32.mt +++ b/gdb/config/i386/win32.mt @@ -1,5 +1,6 @@ # Target: Intel 386 run win32 TDEPFILES= i386-tdep.o i387-tdep.o -TM_FILE= tm-i386win32.h +TM_FILE= tm-win32.h + diff --git a/gdb/config/i386/xm-i386win32.h b/gdb/config/i386/xm-win32.h index 8ba5bb2..8ba5bb2 100644 --- a/gdb/config/i386/xm-i386win32.h +++ b/gdb/config/i386/xm-win32.h |