Add buildsym.c and buildsym.h.
authorJohn Gilmore <gnu@cygnus>
Sat, 26 Oct 1991 07:22:46 +0000 (07:22 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 26 Oct 1991 07:22:46 +0000 (07:22 +0000)
gdb/.Sanitize
gdb/Makefile.in

index 2255e75f839fed8f07e7d713ce198fc62dab600f..dab59e7e6f020658a16310693322ed2dc92929e9 100644 (file)
@@ -52,6 +52,8 @@ arm-xdep.c
 blockframe.c
 breakpoint.c
 breakpoint.h
+buildsym.c
+buildsym.h
 c-exp.y
 coffread.c
 command.c
index 05c7f81e937e1640f1674f861fb151c81e25fe72..e42289c105fecaca86d5cc337ecec7906384866d 100644 (file)
@@ -149,7 +149,8 @@ SFILES_MAINDIR = \
         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 elfread.c dwarfread.c \
-        ieee-float.c language.c parse.c
+        ieee-float.c language.c parse.c buildsym.c
+#       xcoffread.c xcoffexec.c \
 
 # Source files in subdirectories (which will be handled separately by
 #  'make gdb.tar.Z').
@@ -253,7 +254,9 @@ OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
     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) \
+    buildsym.o \
     dbxread.o coffread.o elfread.o dwarfread.o # mipsread.o
+#    xcoffexec.o xcoffread.o \
 
 RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
 
@@ -604,7 +607,7 @@ m2-exp.tab.c: $(srcdir)/m2-exp.y
        ${YACC} $(srcdir)/m2-exp.y
        mv y.tab.c m2-exp.tab.c
 
-# dbxread, coffread, mipsread, elfread have dependencies on BFD header files.
+# The symbol-file readers have dependencies on BFD header files.
 dbxread.o: ${srcdir}/dbxread.c
        ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
 
@@ -617,6 +620,9 @@ mipsread.o: ${srcdir}/mipsread.c
 elfread.o: ${srcdir}/elfread.c
        ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/elfread.c
 
+xcoffread.o: ${srcdir}/xcoffread.c
+       ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffread.c
+
 # Drag in the files that are in another directory.
 
 xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c