aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2014-04-02 16:46:02 -0700
committerSriraman Tallam <tmsriram@google.com>2014-04-02 17:07:47 -0700
commitc4eb27e1db8ebff3c498871a715ffdd66e20880b (patch)
tree027d04c7b51a1d4a90344d14ab51deedac3b1321 /gold/ChangeLog
parent31c981bc36b1b62cf8952f3eb9125f500f5bd7a8 (diff)
downloadgdb-c4eb27e1db8ebff3c498871a715ffdd66e20880b.zip
gdb-c4eb27e1db8ebff3c498871a715ffdd66e20880b.tar.gz
gdb-c4eb27e1db8ebff3c498871a715ffdd66e20880b.tar.bz2
2014-04-02 Sriraman Tallam <tmsriram@google.com>
* icf.cc (get_section_contents): Replace copies of reloc vectors with (const) references.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 7545ddb..4db6d85 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-02 Sriraman Tallam <tmsriram@google.com>
+
+ * icf.cc (get_section_contents): Replace copies of reloc
+ vectors with const references.
+
2014-04-02 Cary Coutant <ccoutant@google.com>
* configure.ac (HAVE_PUBNAMES): Use C instead of C++.