diff options
Diffstat (limited to 'gas/testsuite/gas/m88k/init.s')
-rw-r--r-- | gas/testsuite/gas/m88k/init.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/gas/m88k/init.s b/gas/testsuite/gas/m88k/init.s new file mode 100644 index 00000000000..29681cb1e22 --- /dev/null +++ b/gas/testsuite/gas/m88k/init.s @@ -0,0 +1,5 @@ +; Test proper padding of the .init section + section .init,"x" + align 4 + subu r31,r31,16 + st r13,r31,32 |