* Makefile.in (TARGET_FLAGS_TO_PASS): Pass down LD_FOR_TARGET and
authorStu Grossman <grossman@cygnus>
Thu, 18 Aug 1994 06:32:55 +0000 (06:32 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 18 Aug 1994 06:32:55 +0000 (06:32 +0000)
commitb7da24943dbe07851c083336f4c352e6e2e41d74
treea4e317f709103fd5840b842e74f8a6aee753e05d
parent8c074d7ada27e4eecda9fa92c79e5bc5cf23f77b
* 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?
15 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/configure.in
gdb/nlm/Makefile.in
gdb/nlm/aio.h [new file with mode: 0644]
gdb/nlm/alpha.c [new file with mode: 0644]
gdb/nlm/alpha.h [new file with mode: 0644]
gdb/nlm/configure.in
gdb/nlm/fake_aio.c [new file with mode: 0644]
gdb/nlm/gdbserve.c
gdb/nlm/gdbserve.def
gdb/nlm/ppc.c [new file with mode: 0644]
gdb/nlm/ppc.h [new file with mode: 0644]
gdb/nlm/prelude.c
gdb/nlm/prelude.o [deleted file]
This page took 0.028977 seconds and 4 git commands to generate.