Add a test for PR 27355 - where corrupt assembler .file directives could trigger...
authorNick Clifton <nickc@redhat.com>
Tue, 9 Feb 2021 10:51:40 +0000 (10:51 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Feb 2021 10:51:40 +0000 (10:51 +0000)
commit52563b0f1c5516930b4507861d261529483a5e83
tree10d183e4bfb79cfc3520c4a062cc601bac7bc6c2
parent32d5141c70cccebec0f2a506d9a821f579e90e81
Add a test for PR 27355 - where corrupt assembler .file directives could trigger a segmentation fault.

PR 27355
* testsuite/gas/elf/pr27355.s: New test source file.
* testsuite/gas/elf/pr27355.d: New test control file.
* testsuite/gas/elf/pr27355.err: Expected errors from new test.
* testsuite/gas/elf/elf.exp: Run the new test.
gas/ChangeLog
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/pr27355.d [new file with mode: 0644]
gas/testsuite/gas/elf/pr27355.err [new file with mode: 0644]
gas/testsuite/gas/elf/pr27355.s [new file with mode: 0644]