diff options
author | Rob Savoye <rob@cygnus> | 1995-02-06 22:00:10 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-02-06 22:00:10 +0000 |
commit | 046970407bd6668940d3c88e8f00e9610cb2a76e (patch) | |
tree | 622c2f88c487d1d0e61e6e7c7474ea87e246e19c | |
parent | 16b3ea5edd01b06f698e43b6c45fa1e6577498d3 (diff) | |
download | gdb-046970407bd6668940d3c88e8f00e9610cb2a76e.zip gdb-046970407bd6668940d3c88e8f00e9610cb2a76e.tar.gz gdb-046970407bd6668940d3c88e8f00e9610cb2a76e.tar.bz2 |
* config/mips/idt.mt: Add support for the lsi33k target.
* config/sparc/sun4sol2.mh: Add support for ser-tcp.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/mips/idt.mt | 2 | ||||
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9a8bf61..eab1620 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,7 @@ Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com> - * config/mips/idt.mt: Add support for ser-tcp and the lsi33k - target. + * config/mips/idt.mt: Add support for the lsi33k target. + * config/sparc/sun4sol2.mh: Add support for ser-tcp. * array-rom.c: Finish the rest of the support commands needed by GDB. * mips-tdep.c: Add LSI33k register names and processor type. diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt index b2bf0a0..82411d3 100644 --- a/gdb/config/mips/idt.mt +++ b/gdb/config/mips/idt.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-tdep.o remote-mips.o ser-tcp.o monitor.o array-rom.o +TDEPFILES= mips-tdep.o remote-mips.o monitor.o array-rom.o TM_FILE= tm-idt.h diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index cb06ecb..60e3673 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -1,7 +1,7 @@ # Host: Sun 4 or Sparcstation, running Solaris 2 XM_FILE= xm-sun4sol2.h -XDEPFILES= +XDEPFILES= ser-tcp.o XM_CLIBS= -lsocket -lnsl NAT_FILE= nm-sysv4.h |