aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-09-08 22:33:31 +0000
committerKen Raeburn <raeburn@cygnus>1992-09-08 22:33:31 +0000
commit1e4f3c200a15af6fe34dea69fa7c32389e1937ca (patch)
tree20a8390f6b3213d234657c204e5694ce88503123 /gdb/Makefile.in
parent0a674bb555de82645b80bdfcdb66b18325021994 (diff)
downloadgdb-1e4f3c200a15af6fe34dea69fa7c32389e1937ca.zip
gdb-1e4f3c200a15af6fe34dea69fa7c32389e1937ca.tar.gz
gdb-1e4f3c200a15af6fe34dea69fa7c32389e1937ca.tar.bz2
nindy bug fixes (function types) and opcode library inclusion
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8fb2674..4cc2cf6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -146,6 +146,10 @@ LDFLAGS = $(CFLAGS)
LIBIBERTY_DIR = ${srcdir}/../libiberty
LIBIBERTY = ./../libiberty${subdir}/libiberty.a
+# Where is the "-lopcodes" library, with (some of) the opcode tables and
+# disassemblers?
+OPCODES = ./../opcodes${subdir}/libopcodes.a
+
# The config/mh-* file must define REGEX and REGEX1 on USG machines.
# If your sysyem is missing alloca(), or, more likely, it's there but
# it doesn't work, define ALLOCA & ALLOCA1 too.
@@ -154,9 +158,9 @@ LIBIBERTY = ./../libiberty${subdir}/libiberty.a
# Libraries and corresponding dependencies for compiling gdb.
# {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
# TERMCAP comes after readline, since readline depends on it.
-CLIBS = ${BFD_LIB} ${RL_LIB} ${TERMCAP} ${MMALLOC_LIB} ${LIBIBERTY} \
+CLIBS = ${BFD_LIB} ${RL_LIB} ${TERMCAP} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
${XM_CLIBS} ${TM_CLIBS}
-CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${MMALLOC_LIB} ${LIBIBERTY} \
+CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
${RL_LIB} ${MMALLOC_LIB}
ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES}
@@ -350,6 +354,7 @@ saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
#unload ${srcdir}/nindy-share/[A-Z]*
#load c-exp.tab.c m2-exp.tab.c
#load copying.c version.c
+ #load ../opcodes/libopcodes.a
#load ../libiberty/libiberty.a
#load ../bfd/libbfd.a
#load ../readline/libreadline.a