summaryrefslogtreecommitdiff
path: root/ldso/ldso/avr32/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/avr32/dl-startup.h')
-rw-r--r--ldso/ldso/avr32/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/avr32/dl-startup.h b/ldso/ldso/avr32/dl-startup.h
index 3b9a64176..3b8bf4ce2 100644
--- a/ldso/ldso/avr32/dl-startup.h
+++ b/ldso/ldso/avr32/dl-startup.h
@@ -9,7 +9,7 @@
/* This is the library loader's main entry point. Let _dl_boot2 do its
* initializations and jump to the application's entry point
* afterwards. */
-asm( " .text\n"
+__asm__(" .text\n"
" .global _start\n"
" .type _start,@function\n"
"_start:\n"