Browse Source
* corefile.h: Rename from core.h. * Many .c files: Include corefile.h rather than core.h. * Makefile.am (sources): Change core.c to corefile.c. (noinst_HEADERS): Change core.h to corefile.h. ($(OBJECTS)): Depend upon corefile.h rather than core.h. (corefile.o): Rename target from core.o, depend upon corefile.c. * Makefile.in, po/POTFILES.in: Rebuild.gdb-4_18-branch
18 changed files with 39 additions and 28 deletions
@ -1,6 +1,6 @@ |
|||
#include "libiberty.h" |
|||
#include "gprof.h" |
|||
#include "core.h" |
|||
#include "corefile.h" |
|||
#include "symtab.h" |
|||
|
|||
bfd *core_bfd; |
|||
Loading…
Reference in new issue