[binutils-gdb] Add size to bar in ld-gc/pr20022a.s

H.J.Lu hjl@sourceware.org
Wed Jun 14 12:52:00 GMT 2017


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f78d1b3ae1cee2bc1a2be4b3c30df9627e13fdc1

commit f78d1b3ae1cee2bc1a2be4b3c30df9627e13fdc1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jun 14 05:51:59 2017 -0700

    Add size to bar in ld-gc/pr20022a.s
    
    Some linker backends require size info on dynamic symbols.
    
    	* testsuite/ld-gc/pr20022a.s: Add size to bar.

Diff:
---
 ld/ChangeLog                  | 4 ++++
 ld/testsuite/ld-gc/pr20022a.s | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 371859a..8c60970 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 6bd346f..5c0e19f 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"



More information about the Binutils-cvs mailing list