diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-19 08:51:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-19 08:51:20 +0000 |
commit | 1d63324c56f29034782396ce7f25c09edd0cdc6e (patch) | |
tree | 586816f37f7e0ab39b228af4006804e408bf824f /ld/emultempl | |
parent | 0172b6a7deca953ff33b4458da2f4e666bee7e51 (diff) | |
download | gdb-1d63324c56f29034782396ce7f25c09edd0cdc6e.zip gdb-1d63324c56f29034782396ce7f25c09edd0cdc6e.tar.gz gdb-1d63324c56f29034782396ce7f25c09edd0cdc6e.tar.bz2 |
Improve .rsrc section merging with better handling of the alignment adjustments
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.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/default-manifest.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/default-manifest.rc b/ld/emultempl/default-manifest.rc index a4d303f..122f5e8 100644 --- a/ld/emultempl/default-manifest.rc +++ b/ld/emultempl/default-manifest.rc @@ -1,7 +1,7 @@ LANGUAGE 0, 0 /* CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE DISCARDABLE */ -1 9 MOVEABLE PURE DISCARDABLE +1 24 MOVEABLE PURE DISCARDABLE BEGIN "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>\n" "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">\n" |