From a706069fdb9f5f49d08bfb83e831020e8ec5b9dd Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 30 Mar 1995 01:47:32 +0000 Subject: start-sanitize-gdbtk * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate locations (per-host) for X11 include files. * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force the use of R5 libs. (X11_CFLAGS): Add this to indicate the locs of the R5 include files. end-sanitize-gdbtk * monitor.c monitor.h remote-est.c rom68k-rom.c: Add start of support for interrupting target. * monitor.c (monitor_open): Send stop command before doing anything else. * (monitor_load_srec): Fix record size calculation to prevent end of segment from getting trashed. * rom68k-rom.c: Update to latest version of struct monitor_ops. * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Fix byte-order problems. Makes DOS hosted function calling work. * sparclite/crt0.s: Define _start to make COFF happy. * testsuite/config/rom68k.exp (gdb_target_rom68k): Use $targetname, $serialport and $baud instead of hardwired variables. * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the target doesn't support signals. --- gdb/config/pa/hppahpux.mh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config/pa') diff --git a/gdb/config/pa/hppahpux.mh b/gdb/config/pa/hppahpux.mh index 683c1d7..8e73652 100644 --- a/gdb/config/pa/hppahpux.mh +++ b/gdb/config/pa/hppahpux.mh @@ -4,6 +4,9 @@ TERMCAP = -lcurses XM_FILE= xm-hppah.h XDEPFILES= ser-tcp.o +XM_CLIBS= -L/usr/lib/X11R5 + +X11_CFLAGS= -I/usr/include/X11R5 NAT_FILE= nm-hppah.h NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o somread.o infptrace.o hpread.o somsolib.o -- cgit v1.1