diff options
Diffstat (limited to 'ld/testsuite/ld-cris/init.s')
-rw-r--r-- | ld/testsuite/ld-cris/init.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/init.s b/ld/testsuite/ld-cris/init.s new file mode 100644 index 0000000..b65ec44 --- /dev/null +++ b/ld/testsuite/ld-cris/init.s @@ -0,0 +1,6 @@ + .global _init + .type _init,@function +_init: + nop +.Lfe3: + .size _init,.Lfe3-_init |