diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-03 16:58:55 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-03 17:59:44 +0930 |
commit | 675800364bfdbc29ee034681339e4b4a137bb2f5 (patch) | |
tree | 5c460212b16a599839610066656c22a9a7c08230 /bfd/ChangeLog | |
parent | 4a32244804f942a54960039c7968b1df2a177b4d (diff) | |
download | fsf-binutils-gdb-675800364bfdbc29ee034681339e4b4a137bb2f5.zip fsf-binutils-gdb-675800364bfdbc29ee034681339e4b4a137bb2f5.tar.gz fsf-binutils-gdb-675800364bfdbc29ee034681339e4b4a137bb2f5.tar.bz2 |
PR26069, strip/objcopy misaligned address accesses
PR 26069
PR 18758
* peicode.h (pe_ILF_make_a_section): Align data for compilers
other than gcc.
(pe_ILF_build_a_bfd): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2130271..e60cfac 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2020-06-03 Alan Modra <amodra@gmail.com> + PR 26069 + PR 18758 + * peicode.h (pe_ILF_make_a_section): Align data for compilers + other than gcc. + (pe_ILF_build_a_bfd): Likewise. + +2020-06-03 Alan Modra <amodra@gmail.com> + PR 26029 * elf.c (_bfd_elf_close_and_cleanup): Free elf_shstrtab for core files as well as objects. |