diff options
Diffstat (limited to 'lib/csu/powerpc/crt0.s')
-rw-r--r-- | lib/csu/powerpc/crt0.s | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/csu/powerpc/crt0.s b/lib/csu/powerpc/crt0.s index 1c41855bd0b..29137b8b731 100644 --- a/lib/csu/powerpc/crt0.s +++ b/lib/csu/powerpc/crt0.s @@ -69,9 +69,6 @@ call_main: bl main .extern exit - mr 13, 3 - bl __fini - mr 3, 13 bl exit eprol: |