Reorganize solib.c.

This commit is contained in:
Kevin Buettner
2000-10-24 20:05:36 +00:00
parent 42f5c13f56
commit 13437d4b4b
41 changed files with 1905 additions and 1590 deletions

View File

@@ -33,15 +33,14 @@
#ifdef USE_PROC_FS
#include <sys/procfs.h>
/* Prototypes for supply_gregset etc. */
#include "gregset.h"
#endif
#include "gdbcore.h"
#include "symfile.h" /* for 'entry_point_address' */
/* Prototypes for supply_gregset etc. */
#include "gregset.h"
/*
* Some local macros that have multi-arch and non-multi-arch versions:
*/