From e0cf507b2390537ca18112a3e921840b65cd5972 Mon Sep 17 00:00:00 2001 From: Philip Blundell Date: Sun, 31 Dec 2000 17:27:12 +0000 Subject: [PATCH] Add missing operands to asm statement. From-SVN: r38571 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/linux-gas.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 605431d..6c9f7ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-12-31 Philip Blundell + + * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Add missing asm + operands. + 2000-12-30 Richard Henderson * dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC. diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index 8cae382..d50be35 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 . 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"); \ } -- 2.7.4