Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com)
+ * Makefile.in: Add elfread.c and dwarfread.c to SFILES_MAINDIR.
+ Add elfread.o and dwarfread.o to OBS.
+
+ * symfile.h: Add "elf" to list of supported formats in comment.
+
* c-exp.y, defs.h, symtab.h, valprint.c: Add three new builtin
types to gdb, builtin_type_long_double, builtin_type_complex, and
builtin_type_double_complex. Add and use new TARGET_SHORT_BIT,
ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
-VERSION = 4.1.3
+VERSION = 4.2
DIST=gdb
LINT=/usr/5bin/lint
remote.c source.c stack.c symmisc.c symtab.c symfile.c \
utils.c valarith.c valops.c valprint.c values.c c-exp.y m2-exp.y \
signame.c cplus-dem.c mem-break.c target.c inftarg.c \
- dbxread.c coffread.c \
+ dbxread.c coffread.c elfread.c dwarfread.c \
ieee-float.c language.c parse.c
# Source files in subdirectories (which will be handled separately by
command.o utils.o expprint.o environ.o version.o \
copying.o $(DEPFILES) signame.o cplus-dem.o mem-break.o target.o \
inftarg.o ieee-float.o putenv.o parse.o language.o $(YYOBJ) \
- dbxread.o coffread.o # mipsread.o
+ dbxread.o coffread.o elfread.o dwarfread.o # mipsread.o
RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
${YACC} $(srcdir)/m2-exp.y
mv y.tab.c ${srcdir}/m2-exp.tab.c
-# dbxread, coffread, mipsread have dependencies on BFD header files.
+# dbxread, coffread, mipsread, elfread have dependencies on BFD header files.
dbxread.o: ${srcdir}/dbxread.c
${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
mipsread.o: ${srcdir}/mipsread.c
${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/mipsread.c
+elfread.o: ${srcdir}/elfread.c
+ ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/elfread.c
+
# Drag in the files that are in another directory.
xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c