This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/81925] early lto debug link failure on aarch64_be
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Aug 2017 13:54:32 +0000
- Subject: [Bug lto/81925] early lto debug link failure on aarch64_be
- Auto-submitted: auto-generated
- References: <bug-81925-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81925
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Tue Aug 22 13:54:01 2017
New Revision: 251276
URL: https://gcc.gnu.org/viewcvs?rev=251276&root=gcc&view=rev
Log:
2017-08-22 Richard Biener <rguenther@suse.de>
PR lto/81925
* simple-object-elf.c (simple_object_elf_write_shdr): Adjust
type of sh_addralign and sh_entsize and properly write
sh_entsize as Elf_Addr.
(simple_object_elf_write_to_file): Read sh_entsize as Elf_Addr.
Modified:
trunk/libiberty/ChangeLog
trunk/libiberty/simple-object-elf.c