* elfread.c: Include elf-bfd.h rather than libelf.h.
authorFred Fish <fnf@specifix.com>
Tue, 31 Oct 1995 23:58:52 +0000 (23:58 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 31 Oct 1995 23:58:52 +0000 (23:58 +0000)
gdb/ChangeLog
gdb/elfread.c

index caba7bf9d0e077d993d5c4f5429fde98ccddb7a7..6033a270eebea241e67bfa1dbe2b0b503af72991 100644 (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.
index 7963769a63106d02105d4e312ae402bf221c9e0d..0372abb77d6bfb89e06262a0b7b7650e26229550 100644 (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"
This page took 0.028575 seconds and 4 git commands to generate.