From: Ramana Radhakrishnan Date: Mon, 22 Jun 2009 12:43:23 +0000 (+0000) Subject: Fix target/40463 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cea01df512512ff18e5cb5fe38cc84c5048f130;p=gcc.git Fix target/40463 2009-06-22 Ramana Radhakrishnan PR target/40463 * config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Fix definition. From-SVN: r148791 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad04c15f01a..ce703aec119 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-06-22 Ramana Radhakrishnan + + PR target/40463 + * config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Fix definition. + 2009-06-22 Ramana Radhakrishnan * config/arm/arm.c (arm_override_options): Disable -mcaller-super-interworking diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index 85410c09fa4..780a504add2 100644 --- a/gcc/config/arm/linux-eabi.h +++ b/gcc/config/arm/linux-eabi.h @@ -76,4 +76,4 @@ implemented in lib1funcs.asm, so ensure an error if this definition is used. */ #undef CLEAR_INSN_CACHE -#define CLEAR_INSN_CACHE(BEG, END) not used +#define CLEAR_INSN_CACHE(BEG, END) not_used