[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/21193] objcopy --add-gnu-debuglink adds .gnu_debuglink wit
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/21193] objcopy --add-gnu-debuglink adds .gnu_debuglink with ALIGN 1 |
Date: |
Wed, 22 Feb 2017 17:32:11 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21193
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |nickc at redhat dot com
--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Richard,
There is no definitive specification for the .gnu_debuglink section, but I
think that it is clear that it is meant to be aligned on a 4-byte boundary
so that the CRC value can be read using 32-bit reads.
So I have checked in a patch to update the bfd_create_gnu_debuglink_section
function to add the required alignment.
Is that sufficient, or is there anything else that needs to be updated ?
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.