mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Sun May 30 15:35:21 1993 Fred Fish (fnf@cygnus.com)
|
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
|
* {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take
|
||||||
single parameter, the pointer to the partial symtab, rather than
|
single parameter, the pointer to the partial symtab, rather than
|
||||||
a bunch of args that are derived from the partial symtab. Change
|
a bunch of args that are derived from the partial symtab. Change
|
||||||
|
@ -185,7 +185,7 @@ RUNTESTFLAGS=
|
|||||||
# part of libiberty) a POSIX interface. But at least for now the
|
# part of libiberty) a POSIX interface. But at least for now the
|
||||||
# host-dependent makefile fragment might need to use something else
|
# host-dependent makefile fragment might need to use something else
|
||||||
# besides ser-unix.o
|
# 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.
|
# Host and target-dependent makefile fragments come in here.
|
||||||
####
|
####
|
||||||
|
Reference in New Issue
Block a user