aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/testsuite/ld-gc/pr20022a.s1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 371859a6db..8c60970d86 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
+ * testsuite/ld-gc/pr20022a.s: Add size to bar.
+
+2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
+
* testsuite/ld-elf/sizeofa.d: Skip on targets with leading char
in symbol name.
* testsuite/ld-elf/sizeofb.d: Likewise.
diff --git a/ld/testsuite/ld-gc/pr20022a.s b/ld/testsuite/ld-gc/pr20022a.s
index 6bd346fe21..5c0e19f767 100644
--- a/ld/testsuite/ld-gc/pr20022a.s
+++ b/ld/testsuite/ld-gc/pr20022a.s
@@ -3,6 +3,7 @@
.type bar,%object
bar:
.dc.a __start__foo
+ .size bar, .-bar
.section _foo,"aw",%progbits
foo:
.ascii "This is bar"