diff options
Diffstat (limited to 'ldso/ldso/cris/dl-startup.h')
-rw-r--r-- | ldso/ldso/cris/dl-startup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/cris/dl-startup.h b/ldso/ldso/cris/dl-startup.h index 417cb5096..832c3528b 100644 --- a/ldso/ldso/cris/dl-startup.h +++ b/ldso/ldso/cris/dl-startup.h @@ -6,7 +6,7 @@ * can find argc, argv and auxvt (Auxillary Vector Table). */ #ifdef __arch_v32 -asm("" \ +__asm__("" \ " .text\n" \ " .globl _start\n" \ " .type _start,@function\n" \ @@ -24,7 +24,7 @@ asm("" \ #else -asm("" \ +__asm__("" \ " .text\n" \ " .globl _start\n" \ " .type _start,@function\n" \ |