This is to fix a further problem with merging resource sections. It turns
authorNick Clifton <nickc@redhat.com>
Tue, 3 Jun 2014 16:18:27 +0000 (17:18 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Jun 2014 16:18:27 +0000 (17:18 +0100)
commitc32abae8456a2cb959862626b5ff9ebdd1543514
treecfa08f37f86ee7006d0b25d3f94f4c80728ce408
parent1e2ccb612d2b61014bb7e9fef3eb58e4947b9d2b
This is to fix a further problem with merging resource sections.  It turns
out that the section is supposed to be page-aligned, but the newly merged
section was not being padded out to a page boundary.  This meant that when
the executable was stripped a badly sized .rsrc section was written out.

PR ld/16807
* peXXigen.c (rsrc_process_section): Page align the new contents
befgore writing out.
bfd/ChangeLog
bfd/peXXigen.c
This page took 0.025469 seconds and 4 git commands to generate.