projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c689311
)
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
author
DJ Delorie
<dj@redhat.com>
Fri, 30 Jun 2000 21:57:53 +0000
(21:57 +0000)
committer
DJ Delorie
<dj@redhat.com>
Fri, 30 Jun 2000 21:57:53 +0000
(21:57 +0000)
can't assume the PE header is at 0x80.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index
e8e8b63
..
cb7a27a
100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2000-06-30 DJ Delorie <dj@cygnus.com>
+
+ * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
+ can't assume the PE header is at 0x80.
+
2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
* syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.