summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-10-01 13:44:37 +0000
committerNick Clifton <nickc@redhat.com>2013-10-01 13:44:37 +0000
commit9106a982792ed4f2a02fead3e9079229d5443419 (patch)
treed3271c7a3903121c75cbb373127d10bf1d500df4 /binutils/ChangeLog
parentc046570b61e3742f8b2fa1113bc292ed1c95e827 (diff)
downloadbinutils-redhat-9106a982792ed4f2a02fead3e9079229d5443419.tar.gz
* arsup.c (ar_save): Respect the deterministic setting when
reading from an mri script. * ar.c (main): Set the default deterministic mode when reading from an mri script.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 761d2a3a57..a6815f3076 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-01 Cory Fields <cory@coryfields.com>
+
+ * arsup.c (ar_save): Respect the deterministic setting when
+ reading from an mri script.
+ * ar.c (main): Set the default deterministic mode when reading
+ from an mri script.
+
2013-10-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* dwarf.c (SAFE_BYTE_GET): Fix argument check.