From d35b0bc119816825a657f7c9c2a1f062e7048c39 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 10:59:18 +0000 Subject: - fix asm and volatile keywords --- ldso/ldso/cris/dl-startup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/ldso/cris') 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" \ -- cgit v1.2.3