Commit e0cf507b by Philip Blundell Committed by Phil Blundell

Add missing operands to asm statement.

From-SVN: r38571
parent d15eac34
2000-12-31 Philip Blundell <philb@gnu.org>
* config/arm/linux-gas.h (CLEAR_INSN_CACHE): Add missing asm
operands.
2000-12-30 Richard Henderson <rth@redhat.com>
* dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC.
......
/* 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"); \
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment