From e0de0c3b403372e916d951c2fe541fe260b571ff Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 17 Oct 2012 09:51:02 +0000 Subject: [PATCH] iq2000.h (call_used_regs): Remove definition. * config/iq2000/iq2000.h (call_used_regs): Remove definition. From-SVN: r192528 --- gcc/ChangeLog | 4 ++++ gcc/config/iq2000/iq2000.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 25e753bbe7b2..a43fc24b547b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-17 Steven Bosscher + + * config/iq2000/iq2000.h (call_used_regs): Remove definition. + 2012-10-16 Eric Botcazou PR rtl-optimization/54870 diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index 130acc9b3843..5d91c037d7ee 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -560,10 +560,6 @@ while (0) #define FUNCTION_MODE SImode -/* Standard GCC variables that we reference. */ - -extern char call_used_regs[]; - /* IQ2000 external variables defined in iq2000.c. */ /* Comparison type. */ -- 2.47.2