diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee4e5f1..ecf77dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Chris Demetriou <cgd@broadcom.com> + + * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro. + 2002-08-02 Alan Modra <amodra@bigpond.net.au> * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index f492b0d..4759345 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -755,7 +755,6 @@ extern void sbss_section PARAMS ((void)); /* Macros to decide whether certain features are available or not, depending on the instruction set architecture level. */ -#define BRANCH_LIKELY_P() GENERATE_BRANCHLIKELY #define HAVE_SQRT_P() (!ISA_MIPS1) /* True if the ABI can only work with 64-bit integer registers. We |
