diff options
Diffstat (limited to 'gas/testsuite/gas/mips/pr14798.s')
-rw-r--r-- | gas/testsuite/gas/mips/pr14798.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/pr14798.s b/gas/testsuite/gas/mips/pr14798.s new file mode 100644 index 0000000..1ee2486 --- /dev/null +++ b/gas/testsuite/gas/mips/pr14798.s @@ -0,0 +1,4 @@ + .text + .globl foo +foo: + nop |