From 6caf711179d96da75860b79434bc792c92c0fa4c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 19 Mar 2014 14:46:15 +0000 Subject: Improve .rsrc section merging again. This time with an algorithm that should work for all types of input .rsrc section. * peXXigen.c (rsrc_process_section): Add code to scan input sections and record their lengths. Use these lengths to find the start of each merged .rsrc section. * scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion. (.rsrc): Add SUBALIGN(4). Remove SORT. * scripttempl/pep.sc: Likewise. --- ld/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index f1855e4..5544956 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -4,7 +4,7 @@ * Makefile.in: Regenerate. * emultempl/default-manifest.rc: Fix typo. * scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion. - (.rsrc): Add SUBALIGN(4). + (.rsrc): Add SUBALIGN(4). Remove SORT. * scripttempl/pep.sc: Likewise. 2014-03-17 Christopher Faylor -- cgit v1.1