Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gas: Fix a testcase broken by new ZSTD support
The commit 1369522 ("Recognize the new ELF compression type for ZSTD.") added the new ELF compression type but it accidentally broke a GAS testcase. Since testing for the section type "2048" (SHF_COMPRESSED) is not going to be portable in the long term, it now tests SHF_STRINGS ("32") instead. ".word 0" should be okay to represent no null-terminated strings. gas/ChangeLog: * testsuite/gas/elf/section10.s: Use SHF_STRINGS to test. Put an empty string in it. * testsuite/gas/elf/section10.d: Reflect the changes above.
- Loading branch information