commit | 233bf4f847b136705247e2f7f11bae41c72448a4 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Wed Mar 04 15:26:00 2020 +1030 |
committer | Alan Modra <amodra@gmail.com> | Wed Mar 04 15:31:03 2020 +1030 |
tree | 5bf74dab37da45fc4991e9808561bfa77579bbd6 | |
parent | 1039fd9ac2a57b7634f60a66ea51e64f5ff69251 [diff] |
sh_addralign inconsistent with sh_addr The ELF gABI says in part of sh_addralign: "The value of sh_addr must be congruent to 0, modulo the value of sh_addralign." * elf.c (elf_fake_sections): Ensure sh_addralign is such that sh_addr mod sh_addalign is zero.