mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 15:07:27 +08:00
mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare variable I locally...
* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare variable I locally, instead of expecting a declaration in the calling context. From-SVN: r44617
This commit is contained in:
parent
949f197fa6
commit
7335a34984
@ -1,3 +1,9 @@
|
||||
2001-08-03 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
|
||||
variable I locally, instead of expecting a declaration in the
|
||||
calling context.
|
||||
|
||||
2001-08-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* except.c (collect_one_action_chain): Add an explicit cleanup
|
||||
|
@ -189,6 +189,8 @@ extern int target_flags;
|
||||
|
||||
#define CONDITIONAL_REGISTER_USAGE \
|
||||
{ \
|
||||
unsigned int i; \
|
||||
\
|
||||
if (!TARGET_AM33) \
|
||||
{ \
|
||||
for (i = FIRST_EXTENDED_REGNUM; \
|
||||
|
Loading…
Reference in New Issue
Block a user