summaryrefslogtreecommitdiff
path: root/gcc/config/arm/linux-gas.h
diff options
context:
space:
mode:
authorPhilip Blundell <philb@gnu.org>2000-12-31 17:27:12 +0000
committerPhil Blundell <pb@gcc.gnu.org>2000-12-31 17:27:12 +0000
commite0cf507b2390537ca18112a3e921840b65cd5972 (patch)
tree48797987dcfaee7e443f9428673630d9ae68e44c /gcc/config/arm/linux-gas.h
parentd15eac34aa6da18ecb07840d2e21bea64b598500 (diff)
downloadgcc-e0cf507b2390537ca18112a3e921840b65cd5972.tar.gz
Add missing operands to asm statement.
From-SVN: r38571
Diffstat (limited to 'gcc/config/arm/linux-gas.h')
-rw-r--r--gcc/config/arm/linux-gas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h
index 8cae382e25d..d50be3576f7 100644
--- a/gcc/config/arm/linux-gas.h
+++ b/gcc/config/arm/linux-gas.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler.
ARM Linux-based GNU systems version.
- Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Russell King <rmk92@ecs.soton.ac.uk>.
This file is part of GNU CC.
@@ -81,6 +81,6 @@ Boston, MA 02111-1307, USA. */
register unsigned long _flg __asm ("a3") = 0; \
__asm __volatile ("swi 0x9f0002 @ sys_cacheflush" \
: /* no outputs */ \
- : /* no inputs */ \
+ : "r" (_beg), "r" (_end), "r" (_flg) \
: "a1"); \
}