diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/multi1.s')
-rw-r--r-- | binutils/testsuite/binutils-all/multi1.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/multi1.s b/binutils/testsuite/binutils-all/multi1.s new file mode 100644 index 0000000..ee7a397 --- /dev/null +++ b/binutils/testsuite/binutils-all/multi1.s @@ -0,0 +1,6 @@ + .text +func: + .nop + +func2: + .nop |