2001-10-01 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 2 Oct 2001 02:51:41 +0000 (02:51 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 2 Oct 2001 02:51:41 +0000 (02:51 +0000)
        * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
        N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
        CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
        SET_NAMESTRING): Delete definitions.
        Don't include language.h any more.
        Don't include partial-stab.h any more.
        (scan_xcoff_symtab): Don't jump through hoops to reuse code in
        partial-stab.h, include the code directly, instead.

        * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.

gdb/Makefile.in

index eb6b638d3d41c42af55f1b4eb8becb25e85a041f..e8d7c5774be0f2f550b5ed6761708830187624af 100644 (file)
@@ -2105,7 +2105,7 @@ xcoffread.o: xcoffread.c $(bfd_h) $(INCLUDE_DIR)/aout/stab.def \
        $(INCLUDE_DIR)/aout/stab_gnu.h $(INCLUDE_DIR)/coff/internal.h \
        $(INCLUDE_DIR)/coff/rs6000.h $(BFD_SRC)/libcoff.h buildsym.h \
        complaints.h $(defs_h) $(gdbtypes_h) objfiles.h stabsread.h $(symfile_h) \
-       $(symtab_h) partial-stab.h $(gdb_string_h)
+       $(symtab_h) $(gdb_string_h)
 
 xcoffsolib.o: xcoffsolib.c $(bfd_h) $(defs_h) xcoffsolib.h $(inferior_h) \
        $(gdbcmd_h) $(symfile_h) $(frame_h) gdb_regex.h
This page took 0.031481 seconds and 4 git commands to generate.