0d14c7df68
* gdbserver/low-linux.c: New file. * remote.c (remote_read_bytes): Fix aborts on larger packets. * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS): Define. * stabsread.c (define_symbol): If register value is too large, tell what it is and what max is.
14 lines
351 B
Text
14 lines
351 B
Text
# Host: Intel 386 running Linux
|
|
|
|
XM_FILE= xm-linux.h
|
|
XDEPFILES= ser-tcp.o
|
|
|
|
# Needed for frexp() in libiberty.
|
|
XM_CLIBS= -lm
|
|
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386v-nat.o corelow.o
|
|
|
|
GDBSERVER_DEPFILES= low-linux.o
|
|
# Requires libbsd.a for bsd_ioctl, which is how ioctl is implemented.
|
|
GDBSERVER_LIBS= -lbsd
|