* elfread.c: Include elf-bfd.h rather than libelf.h.

This commit is contained in:
Fred Fish 1995-10-31 23:58:52 +00:00
parent d033806fda
commit a99d0ef1ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 31 13:01:15 1995 Fred Fish <fnf@cygnus.com>
* elfread.c: Include elf-bfd.h rather than libelf.h.
Tue Oct 31 10:42:42 1995 steve chamberlain <sac@slash.cygnus.com>
* win32-nat.c (xlate_exception): Treat a stack overflow like a SEGV.

View File

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "bfd.h"
#include "gdb_string.h"
#include "libelf.h"
#include "elf-bfd.h"
#include "elf/mips.h"
#include "symtab.h"
#include "symfile.h"