-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve .rsrc section merging with better handling of the alignment a…
…djustments made between merged .rsrc sections. * peXXigen.c (rsrc_align): New function. Attempts to cope with alignment variances when .rsrc sections are merged. (rsrc_process_section): Use rsrc_align. * Makefile.am (default-manifest.o): Use WINDRES_FOR_TARGET. * Makefile.in: Regenerate. * emultempl/default-manifest.rc: Fix typo. * scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion. (.rsrc): Add SUBALIGN(4). * scripttempl/pep.sc: Likewise.
- Loading branch information
1 parent
0172b6a
commit 1d63324
Showing
9 changed files
with
89 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2014-03-19 Nick Clifton <[email protected]> | ||
|
||
* peXXigen.c (rsrc_align): New function. Attempts to cope with | ||
alignment variances when .rsrc sections are merged. | ||
(rsrc_process_section): Use rsrc_align. | ||
|
||
2014-03-17 Tristan Gingold <[email protected]> | ||
|
||
* mach-o.c (bfd_mach_o_read_dylib): Handle lazy load dylib. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2014-03-19 Nick Clifton <[email protected]> | ||
|
||
* Makefile.am (default-manifest.o): Use WINDRES_FOR_TARGET. | ||
* Makefile.in: Regenerate. | ||
* emultempl/default-manifest.rc: Fix typo. | ||
* scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion. | ||
(.rsrc): Add SUBALIGN(4). | ||
* scripttempl/pep.sc: Likewise. | ||
|
||
2014-03-17 Christopher Faylor <[email protected]> | ||
|
||
* Makefile.am: Use host version of windres. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2014-03-18 Nick Clifton <[email protected]> | ||
|
||
* wrapper.c: Convert function declarations to ISO C format. | ||
(sim_open): Delete code for handling t,d and z command line | ||
options. | ||
|
||
2014-03-14 Nick Clifton <[email protected]> | ||
|
||
* wrapper.c (op_print): New function. | ||
|