From: DJ Delorie Date: Fri, 30 Jun 2000 21:57:53 +0000 (+0000) Subject: * peicode.h (coff_swap_filehdr_in): can't use e_magic because we X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c75df6190730d2e43eb6def95017c6f40f8fd7d4;p=binutils-gdb.git * peicode.h (coff_swap_filehdr_in): can't use e_magic because we can't assume the PE header is at 0x80. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e8e8b630b27..cb7a27ade8c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-06-30 DJ Delorie + + * 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 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.