aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-06-30 21:57:53 +0000
committerDJ Delorie <dj@redhat.com>2000-06-30 21:57:53 +0000
commitc75df6190730d2e43eb6def95017c6f40f8fd7d4 (patch)
treef934f4e8bbf0211af8ba566d4adfbb1a73e91a43 /bfd
parentc689311bd9b48f72c5a39d2d4c00af33bea2528e (diff)
downloadfsf-binutils-gdb-c75df6190730d2e43eb6def95017c6f40f8fd7d4.zip
fsf-binutils-gdb-c75df6190730d2e43eb6def95017c6f40f8fd7d4.tar.gz
fsf-binutils-gdb-c75df6190730d2e43eb6def95017c6f40f8fd7d4.tar.bz2
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e8e8b63..cb7a27a 100644
--- 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.