diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/nan-2008.s')
-rw-r--r-- | ld/testsuite/ld-mips-elf/nan-2008.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/nan-2008.s b/ld/testsuite/ld-mips-elf/nan-2008.s new file mode 100644 index 0000000..a87cbab --- /dev/null +++ b/ld/testsuite/ld-mips-elf/nan-2008.s @@ -0,0 +1,6 @@ + .nan 2008 + +# We need some section contents for the ELF header flag compatibility check +# to trigger. + .data + .byte 0 |