arm32: Fix rodata-merge-map
authorMichael Matz <matz@suse.de>
Thu, 3 Nov 2022 17:00:04 +0000 (18:00 +0100)
committerMichael Matz <matz@suse.de>
Fri, 20 Jan 2023 13:58:04 +0000 (14:58 +0100)
commit26ec71f5128af2da9bf859321f388f76ad04dfe0
treed330cfe65c48e9860e01572200b9049d7666a566
parent1a528d3ef07fc6084fc51759c1b2f8abb5c8127e
arm32: Fix rodata-merge-map

the test expects a second, but useless, $d mapping symbol for
the partially merged section, and specifically disallows one
for the completely merged section.  The new merging algorithm
makes it so that also the partially merged sections are conceptually
SEC_EXCLUDED, except the first merge section (e.g. as if the very
first object file already contains all strings).  So that second mapping
symbol is now missing.  It never was needed anyway.

So, adjust the test.
ld/testsuite/ld-arm/rodata-merge-map.sym
ld/testsuite/ld-arm/rodata-merge-map3.s