ld/testing: run_dump_test can now check linker mapfiles.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Jan 2015 23:40:48 +0000 (23:40 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 20 Jan 2015 09:47:37 +0000 (09:47 +0000)
commit43d66c95c826441c64bacfa07095535ddea57a51
tree1ff847a2feb4c988aee4811c996237238172f2ad
parent23283c1be02de06666e4d934b1fc499c0d72f9c2
ld/testing: run_dump_test can now check linker mapfiles.

Add a new option 'map' to the ld run_dump_test mechanism.  When the
'map' option is given run_dump_test will ensure that there is a
-Map=MAPFILE present in the linker command line, adding one if needed.

The MAPFILE is then compared with the file passed to the new 'map'
option using the regexp_diff function.  This should make it slightly
easier to write tests that check the linker mapfile output.

The only test I found that already compares mapfile content is updated
to use the new mechanism.

ld/testsuite/ChangeLog:

* ld-scripts/overlay-size.d: Add 'map' option.
* ld-scripts/overlay-size.exp: Remove manual check of mapfile.
* lib/ld-lib.exp (run_dump_test): Add support for new 'map'
option, checking linker mapfile output.
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/overlay-size.d
ld/testsuite/ld-scripts/overlay-size.exp
ld/testsuite/lib/ld-lib.exp