diff options
author | Alan Modra <amodra@gmail.com> | 2018-12-08 13:22:51 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-12-08 13:24:14 +1030 |
commit | c0ab2ae3cc9af434ba926015d82a39cdf42c70bf (patch) | |
tree | b1c6c3ed3f84ff650047eb7c3e58b928228ca2b4 /gold/ChangeLog | |
parent | Fix strings.c endian issue and strings test (diff) | |
download | binutils-gdb-c0ab2ae3cc9af434ba926015d82a39cdf42c70bf.tar.gz binutils-gdb-c0ab2ae3cc9af434ba926015d82a39cdf42c70bf.tar.bz2 binutils-gdb-c0ab2ae3cc9af434ba926015d82a39cdf42c70bf.zip |
[GOLD] icf_safe_so_test
PR 21128
* testsuite/icf_safe_so_test.sh (check_fold): Rewrite to check
multiple symbols at once.
(arch_specific_safe_fold): Likewise, and call with the four foo*
symbols expected to fold.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 5c5bca290ca..b16c728ebcf 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2018-12-08 Alan Modra <amodra@gmail.com> + + PR 21128 + * testsuite/icf_safe_so_test.sh (check_fold): Rewrite to check + multiple symbols at once. + (arch_specific_safe_fold): Likewise, and call with the four foo* + symbols expected to fold. + 2018-12-06 H.J. Lu <hongjiu.lu@intel.com> * archive.cc (Archive::get_elf_object_for_member): Also print |