summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-24 16:59:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-24 16:59:55 +0000
commitc3f6501060987d967a28495b009cd0da9da25252 (patch)
treeafc2ce9d7041c5972cbe2e868280b67461834453 /ldso/ldso/i386
parent3dbc359dd87d3c12c5a0ea58ae4f2106ba561f20 (diff)
- use keywords __asm__ and __inline__ c99.
Diffstat (limited to 'ldso/ldso/i386')
-rw-r--r--ldso/ldso/i386/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h
index 6521bf72d..933c22c1e 100644
--- a/ldso/ldso/i386/dl-startup.h
+++ b/ldso/ldso/i386/dl-startup.h
@@ -3,7 +3,7 @@
* Architecture specific code used by dl-startup.c
* Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
*/
-__asm__(
+__asm__ (
" .text\n"
" .align 16\n"
" .globl _start\n"