diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-08 03:37:34 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-08 03:37:34 +0000 |
commit | 1171f8d754f71e35fd2f6c4e82b00f3c685e515f (patch) | |
tree | ef0c88f5c0af2949e84cf323ffd3db1e2f9ab6ad /gdb/config | |
parent | 2b266721c45fa8b57da9d32c1071a14ab930a40b (diff) | |
download | gdb-1171f8d754f71e35fd2f6c4e82b00f3c685e515f.zip gdb-1171f8d754f71e35fd2f6c4e82b00f3c685e515f.tar.gz gdb-1171f8d754f71e35fd2f6c4e82b00f3c685e515f.tar.bz2 |
2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)
* gdb/config/i386/windows.mh,
gdb/doc/GDBvn.texi, gdb/doc/remote.texi,
gdb/testsuite/gdb.base/README, gdb/testsuite/gdb.base/crossload.exp,
gdb/testsuite/gdb.base/i486-elf.u, gdb/testsuite/gdb.base/i860-elf.u,
gdb/testsuite/gdb.base/m68k-aout.u,
gdb/testsuite/gdb.base/m68k-aout2.u,
gdb/testsuite/gdb.base/m68k-elf.u, gdb/testsuite/gdb.base/mips-ecoff.u,
gdb/testsuite/gdb.base/sparc-aout.u,
gdb/testsuite/gdb.base/sparc-elf.u,
gdb/tui/Makefile,
readline/ChangeLog: These files have been removed over the course
of the last year, but weren't cvs removed from the old GDB repository
on sourceware.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/windows.mh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/config/i386/windows.mh b/gdb/config/i386/windows.mh deleted file mode 100644 index 3933a6e..0000000 --- a/gdb/config/i386/windows.mh +++ /dev/null @@ -1,17 +0,0 @@ -# gdbwin.o and ser-win32s.c have to be named because they have -# _initialize functions that need to be found by init.c -# gui.ores has to be named, or else msvc won't link it in. -XDEPFILES = \ - mswin/gdbwin.o \ - mswin/ser-win32s.o \ - mswin/gui.ores \ - mswin/libwingdb.a - -$(XDEPFILES): - rootme=`pwd` ; export rootme ; \ - ( cd mswin ; \ - $(MAKE) $(FLAGS_TO_PASS) all ) - -XM_FILE=xm-windows.h -MMALLOC= -SER_HARDWIRE = |