diff --git a/ld/ChangeLog b/ld/ChangeLog index a173b6260c..fae7ca5c66 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2018-02-14 H.J. Lu + + PR 22836 + * testsuite/ld-elf/pr22836-1.s: New file. + * testsuite/ld-elf/pr22836-1a.d: Likewise. + * testsuite/ld-elf/pr22836-1b.d: Likewise. + 2018-02-13 H.J. Lu PR gas/22791 diff --git a/ld/testsuite/ld-elf/pr22836-1.s b/ld/testsuite/ld-elf/pr22836-1.s new file mode 100644 index 0000000000..8be549ecca --- /dev/null +++ b/ld/testsuite/ld-elf/pr22836-1.s @@ -0,0 +1,4 @@ + .section .debug_macro,"G",%progbits,foo,comdat + .long .LASF0 +.LASF0: + .string "__STDC__ 1" diff --git a/ld/testsuite/ld-elf/pr22836-1a.d b/ld/testsuite/ld-elf/pr22836-1a.d new file mode 100644 index 0000000000..4acf45d421 --- /dev/null +++ b/ld/testsuite/ld-elf/pr22836-1a.d @@ -0,0 +1,7 @@ +#source: pr22836-1.s +#ld: -r -s +#readelf: -g --wide +#xfail: d30v-*-* dlx-*-* i960-*-* pj-*-* +# Targets using the generic linker don't properly support comdat group sections + +There are no section groups in this file\. diff --git a/ld/testsuite/ld-elf/pr22836-1b.d b/ld/testsuite/ld-elf/pr22836-1b.d new file mode 100644 index 0000000000..30d6fa3f67 --- /dev/null +++ b/ld/testsuite/ld-elf/pr22836-1b.d @@ -0,0 +1,7 @@ +#source: pr22836-1.s +#ld: -r -S +#readelf: -g --wide +#xfail: d30v-*-* dlx-*-* i960-*-* pj-*-* +# Targets using the generic linker don't properly support comdat group sections + +There are no section groups in this file\.