aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2016-03-08 20:30:26 -0800
committerCary Coutant <ccoutant@gmail.com>2016-03-08 20:36:31 -0800
commit7ff6eb49a2b79a2ad95c814ad990316545bf3692 (patch)
tree5dc0490978a69fa4acb43857a9f9f18989eb6b7c /gold/ChangeLog
parent202736beb188043bbac7a3b071f5f7a2b7f85dfa (diff)
downloadgdb-7ff6eb49a2b79a2ad95c814ad990316545bf3692.zip
gdb-7ff6eb49a2b79a2ad95c814ad990316545bf3692.tar.gz
gdb-7ff6eb49a2b79a2ad95c814ad990316545bf3692.tar.bz2
Remove checks for constructors that might have been eliminated by GCC.
GCC 6 does not generate constructors for two of gold's test cases. This patch simply removes the checks for them. gold/ PR 19751 * testsuite/Makefile.am (retain_symbols_file_test): Remove check for constructor. * testsuite/Makefile.in: Regenerate. * testsuite/dynamic_list.sh: Likewise. * testsuite/retain_symbols_file_test.sh: Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index e16db61..e1748b1 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,6 +1,15 @@
2016-03-08 Cary Coutant <ccoutant@gmail.com>
PR 19751
+ * testsuite/Makefile.am (retain_symbols_file_test): Remove check
+ for constructor.
+ * testsuite/Makefile.in: Regenerate.
+ * testsuite/dynamic_list.sh: Likewise.
+ * testsuite/retain_symbols_file_test.sh: Likewise.
+
+2016-03-08 Cary Coutant <ccoutant@gmail.com>
+
+ PR 19751
* arm.cc (Reloc_stub::Key::name): Add unused attribute.
* dirsearch.cc (Dir_caches::~Dir_caches): Likewise.