diff options
-rw-r--r-- | ldso/ldso/sh/dl-startup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/sh/dl-startup.h b/ldso/ldso/sh/dl-startup.h index 63a65940c..bd51cebe0 100644 --- a/ldso/ldso/sh/dl-startup.h +++ b/ldso/ldso/sh/dl-startup.h @@ -3,6 +3,7 @@ * needed for this architecture. */ asm( + " .text\n" " .globl _start\n" " .type _start,@function\n" "_start:\n" |