projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d033806
)
* elfread.c: Include elf-bfd.h rather than libelf.h.
author
Fred Fish
<fnf@specifix.com>
Tue, 31 Oct 1995 23:58:52 +0000
(23:58 +0000)
committer
Fred Fish
<fnf@specifix.com>
Tue, 31 Oct 1995 23:58:52 +0000
(23:58 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/elfread.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index caba7bf9d0e077d993d5c4f5429fde98ccddb7a7..6033a270eebea241e67bfa1dbe2b0b503af72991 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/elfread.c
b/gdb/elfread.c
index 7963769a63106d02105d4e312ae402bf221c9e0d..0372abb77d6bfb89e06262a0b7b7650e26229550 100644
(file)
--- a/
gdb/elfread.c
+++ b/
gdb/elfread.c
@@
-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"