aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2018-08-06 14:08:48 -0700
committerCary Coutant <ccoutant@gmail.com>2018-08-06 14:10:13 -0700
commit3a12c78d1491c4877928e7294c8cdbe8171dfeed (patch)
tree654fb291f2f56d9b35021239b1192a42d7cadb2a /gold/ChangeLog
parentFix compilation failure in remote.c (diff)
downloadbinutils-gdb-3a12c78d1491c4877928e7294c8cdbe8171dfeed.tar.gz
binutils-gdb-3a12c78d1491c4877928e7294c8cdbe8171dfeed.tar.bz2
binutils-gdb-3a12c78d1491c4877928e7294c8cdbe8171dfeed.zip
Add --warn-drop-version option; by default, do not warn when discarding version info.
gold/ PR gold/23455 * options.h (General_options): Add --warn-drop-version option. * symtab.cc (Symbol_table::set_dynsym_indexes): Check it.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index befa832b119..38f06ea9192 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,11 @@
2018-08-06 Cary Coutant <ccoutant@gmail.com>
+ PR gold/23455
+ * options.h (General_options): Add --warn-drop-version option.
+ * symtab.cc (Symbol_table::set_dynsym_indexes): Check it.
+
+2018-08-06 Cary Coutant <ccoutant@gmail.com>
+
* target.h (Sized_target::record_gnu_property): Change first two
parameters to unsigned int.
* x86_64.cc (Target_x86_64::record_gnu_property): Likewise.