summaryrefslogtreecommitdiffstats
path: root/binutils-2.19/gold/testsuite/icf_safe_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.19/gold/testsuite/icf_safe_test.cc')
-rw-r--r--binutils-2.19/gold/testsuite/icf_safe_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils-2.19/gold/testsuite/icf_safe_test.cc b/binutils-2.19/gold/testsuite/icf_safe_test.cc
index 3edb865..87294dc 100644
--- a/binutils-2.19/gold/testsuite/icf_safe_test.cc
+++ b/binutils-2.19/gold/testsuite/icf_safe_test.cc
@@ -22,10 +22,10 @@
// The goal of this program is to verify if identical code folding
// in safe mode correctly folds only ctors and dtors. kept_func_1 must
-// not be folded into kept_func_2 other than for X86-64 which can
-// use relocation types to determine if function pointers are taken.
-// kept_func_3 should never be folded as its pointer is taken. The ctor
-// and dtor of class A must be folded.
+// not be folded into kept_func_2 other than for X86 (32 and 64 bit)
+// which can use relocation types to determine if function pointers are
+// taken. kept_func_3 should never be folded as its pointer is taken.
+// The ctor and dtor of class A must be folded.
class A
{