aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-05-25 20:56:30 +0000
committerEd Maste <emaste@FreeBSD.org>2016-05-25 20:56:30 +0000
commitd38447b51d0f3dd206213d577be4bd1bf4644918 (patch)
tree408d02bcc05d210516b16fc1716f51e15fe269f8 /lib
parenta66dc0c52bd06d55654736be3d285bb481981906 (diff)
parente2f022b8a2b496795155ba6b175f4c677c91be35 (diff)
downloadsrc-d38447b51d0f3dd206213d577be4bd1bf4644918.tar.gz
src-d38447b51d0f3dd206213d577be4bd1bf4644918.zip
Update to ELF Tool Chain r3477
This fixes a EFI/PE header issue that prevented elfcopy-produced .efi files from working with Secure Boot: Make sure section raw size is always padded to multiple of FileAlignment from the optional header, as requested by the PE specification. This change should reduce the diff between PE image generated by Binutils objcopy and elftoolchain elfcopy. Submitted by: kaiw Reported by: ambrisko
Notes
Notes: svn path=/head/; revision=300698
Diffstat (limited to 'lib')
-rw-r--r--lib/libelftc/elftc_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelftc/elftc_version.c b/lib/libelftc/elftc_version.c
index 430c43af2218..7f077504e8ca 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "elftoolchain r3475M";
+ return "elftoolchain r3477M";
}