From 3ccbe8195b5bcf55deae11b769f967dc01ea4387 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 25 Sep 2002 12:40:13 +0000 Subject: * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket. From-SVN: r57496 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6b7c91..41e393b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-25 Richard Sandiford + + * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket. + 2002-09-24 Denis Chertykov * config/ip2k/ip2k.c (function_epilogue): Fix wrong numbers in diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 4d2a33a..ed23e27 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -357,7 +357,7 @@ extern void sbss_section PARAMS ((void)); /* Architecture target defines. */ #define TARGET_MIPS3900 (mips_arch == PROCESSOR_R3900) #define TARGET_MIPS4000 (mips_arch == PROCESSOR_R4000) -#define TARGET_MIPS4100 (mips_arch == PROCESSOR_R4100 +#define TARGET_MIPS4100 (mips_arch == PROCESSOR_R4100) #define TARGET_MIPS4121 (mips_arch == PROCESSOR_R4121) #define TARGET_MIPS4300 (mips_arch == PROCESSOR_R4300) #define TARGET_MIPS4320 (mips_arch == PROCESSOR_R4320) -- cgit v1.1