summaryrefslogtreecommitdiffstats
path: root/lib/libelftc/elftc_version.c
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-05-25 20:56:30 +0000
committeremaste <emaste@FreeBSD.org>2016-05-25 20:56:30 +0000
commitc5d27b0315b409284a956091dac015daced93d82 (patch)
tree408d02bcc05d210516b16fc1716f51e15fe269f8 /lib/libelftc/elftc_version.c
parent8d8c35656ee44a38e24d3e78e45afecf0c29a92c (diff)
downloadFreeBSD-src-c5d27b0315b409284a956091dac015daced93d82.zip
FreeBSD-src-c5d27b0315b409284a956091dac015daced93d82.tar.gz
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
Diffstat (limited to 'lib/libelftc/elftc_version.c')
-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 430c43a..7f07750 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";
}
OpenPOWER on IntegriCloud