From: Fred Fish Date: Mon, 31 May 1993 03:40:06 +0000 (+0000) Subject: * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f1cc6c6ff538dadb23e0403224bf5bd42d1b876;p=binutils-gdb.git * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a5b6cf220f..90513ad82b7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Sun May 30 15:35:21 1993 Fred Fish (fnf@cygnus.com) + * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o. + * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take single parameter, the pointer to the partial symtab, rather than a bunch of args that are derived from the partial symtab. Change diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0e345214033..f5e84a8ce85 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -185,7 +185,7 @@ RUNTESTFLAGS= # part of libiberty) a POSIX interface. But at least for now the # host-dependent makefile fragment might need to use something else # besides ser-unix.o -SER_HARDWIRE=ser-unix.o ser-tcp.o +SER_HARDWIRE=ser-unix.o # ser-tcp.o # Host and target-dependent makefile fragments come in here. ####