diff options
author | emaste <emaste@FreeBSD.org> | 2016-05-25 20:56:30 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-05-25 20:56:30 +0000 |
commit | c5d27b0315b409284a956091dac015daced93d82 (patch) | |
tree | 408d02bcc05d210516b16fc1716f51e15fe269f8 /lib/libelftc/elftc_version.c | |
parent | 8d8c35656ee44a38e24d3e78e45afecf0c29a92c (diff) | |
download | FreeBSD-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.c | 2 |
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"; } |