From a8f6da08dcf5ac23b649cbec6597bdf336e8775e Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 18 Aug 1994 06:43:56 +0000 Subject: * Makefile.in (TARGET_FLAGS_TO_PASS): Pass down LD_FOR_TARGET and NLMCONV_FOR_TARGET. (SUBDIRS): Add nlm target. * configure.in (powerpc-*-netware*): Automatically configure nlm subdir. * nlm/Makefile.in: Add {CC NLMCONV LD}_FOR_TARGET. Remove alpha specific stuff. Make things more configurable. * nlm/configure.in: Add powerpc-*-netware* target. Use gdbserve.mt/cpu.c/cpu.h for target stuff. Get rid of tm/xm/nm.h files. * nlm/gdbserve.c: Move Alpha specific stuff into other files. Remove lots of architecture-specific stuff. * nlm/gdbserve.def: Add new imports. * nlm/ppc.c, nlm/ppc.h: New files that contain PowerPC specific code. * nlm/prelude.c: Don't include libhooks.h, get rid of call to register library. * nlm/prelude.o: What was this doing here? * config/alpha/gdbserve.mt: Defs for alpha nlm stub. * config/powerpc/gdbserve.mt: Defs for PowerPC nlm stub. * config/powerpc/ppc-nw.mt: Defs for PowerPC target for GDB. * config/powerpc/tm-ppc-nw.h: Ditto. * nlmstub.def: New file, contains imports for 386 nlm stub. --- gdb/nlmstub.def | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gdb/nlmstub.def (limited to 'gdb/nlmstub.def') diff --git a/gdb/nlmstub.def b/gdb/nlmstub.def new file mode 100644 index 0000000..18fca89 --- /dev/null +++ b/gdb/nlmstub.def @@ -0,0 +1,5 @@ +description "GDB debugger stub" +version 1,2 +debug +module aio, aiocomx +screenname "System Console" -- cgit v1.1