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/frv/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/frv') diff --git a/ldso/ldso/frv/dl-startup.h b/ldso/ldso/frv/dl-startup.h index 00c7592e1..674f81c15 100644 --- a/ldso/ldso/frv/dl-startup.h +++ b/ldso/ldso/frv/dl-startup.h @@ -25,7 +25,7 @@ __self_reloc returns the relocated pointer to us, so that we can use this value to initialize the PIC register. */ -asm("" \ +__asm__("" \ " .text\n" \ " .global _dl_boot\n" \ " .type _dl_boot,@function\n" \ -- cgit v1.2.3