aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-05-01 10:06:15 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-05-01 10:06:31 -0700
commite10cfd063328872efa721b4a08b9d52486fb5878 (patch)
tree1b0483a697333eb1085f14797b38c33dd7aa2904 /gold/ChangeLog
parentde6d6067f59bdcd97ea5e5b72ca3161d4448493e (diff)
downloadgdb-e10cfd063328872efa721b4a08b9d52486fb5878.zip
gdb-e10cfd063328872efa721b4a08b9d52486fb5878.tar.gz
gdb-e10cfd063328872efa721b4a08b9d52486fb5878.tar.bz2
gold: Make Ordering::operator() even more complex
GCC 9 generates the same function size for Ordering::operator() in odr_violation1.cc and odr_violation2.cc on x32: 134: 00000000 31 FUNC WEAK DEFAULT 64 _ZN8OrderingclEii 40: 00000000 31 FUNC GLOBAL DEFAULT 10 _ZN8OrderingclEii This patch makes Ordering::operator() even more complex 134: 00000000 31 FUNC WEAK DEFAULT 64 _ZN8OrderingclEii 42: 00000000 35 FUNC GLOBAL DEFAULT 11 _ZN8OrderingclEii * testsuite/odr_violation2.cc (Ordering::operator()): Make expression even more complex.
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 7bc3893..97044b6 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,10 @@
2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
+ * testsuite/odr_violation2.cc (Ordering::operator()): Make
+ expression even more complex.
+
+2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
+
* testsuite/ver_test_pr16504.sh: Updated.
2020-05-01 H.J. Lu <hongjiu.lu@intel.com>