aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-03-19 08:51:20 +0000
committerNick Clifton <nickc@redhat.com>2014-03-19 08:51:20 +0000
commit1d63324c56f29034782396ce7f25c09edd0cdc6e (patch)
tree586816f37f7e0ab39b228af4006804e408bf824f /sim
parent0172b6a7deca953ff33b4458da2f4e666bee7e51 (diff)
downloadfsf-binutils-gdb-1d63324c56f29034782396ce7f25c09edd0cdc6e.zip
fsf-binutils-gdb-1d63324c56f29034782396ce7f25c09edd0cdc6e.tar.gz
fsf-binutils-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 'sim')
-rw-r--r--sim/arm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 89f0531..2f7c65e 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-18 Nick Clifton <nickc@redhat.com>
+
+ * 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 <nickc@redhat.com>
* wrapper.c (op_print): New function.