pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for variable i.

* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
	variable i.
	* pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.

From-SVN: r45114
This commit is contained in:
John David Anglin 2001-08-22 21:18:09 +00:00 committed by John David Anglin
parent ffb9435bfe
commit 85f3e74802
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-08-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
variable i.
* pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
2001-08-22 Neil Booth <neil@daikokuya.demon.co.uk>
* cpperror.c (print_location): Don't show _Pragma.

View File

@ -97,6 +97,7 @@
#define CONDITIONAL_REGISTER_USAGE \
{ \
int i; \
if (!TARGET_PA_11) \
{ \
for (i = 56; i < 88; i++) \

View File

@ -103,6 +103,7 @@ Boston, MA 02111-1307, USA. */
#define CONDITIONAL_REGISTER_USAGE \
{ \
int i; \
if (TARGET_DISABLE_FPREGS || TARGET_SOFT_FLOAT)\
{ \
for (i = FP_REG_FIRST; i < FP_REG_LAST; i++)\