diff options
author | Jeff Law <jlaw@tachyum.com> | 2021-05-04 08:56:28 -0600 |
---|---|---|
committer | Jeff Law <jlaw@tachyum.com> | 2021-05-04 08:56:28 -0600 |
commit | b50ccaf6dd743c373af95e90935b9a2b72157f3a (patch) | |
tree | 901ca5691ca2b63a9e226bdc2c3d3a2c30c4ffc8 | |
parent | e4c707d2a439477943923bf4a5eb1b7588935364 (diff) | |
download | gcc-b50ccaf6dd743c373af95e90935b9a2b72157f3a.zip gcc-b50ccaf6dd743c373af95e90935b9a2b72157f3a.tar.gz gcc-b50ccaf6dd743c373af95e90935b9a2b72157f3a.tar.bz2 |
Make bfin-elf build again
gcc/
* config/bfin/bfin.h (NOTICE_UPDATE_CC): Remove.
-rw-r--r-- | gcc/config/bfin/bfin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index f282d05..823ca2d 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -786,8 +786,6 @@ typedef struct { || GET_CODE (X) == LABEL_REF \ || (GET_CODE (X) == CONST && symbolic_reference_mentioned_p (X))) -#define NOTICE_UPDATE_CC(EXPR, INSN) 0 - /* Max number of bytes we can move from memory to memory in one reasonably fast instruction. */ #define MOVE_MAX UNITS_PER_WORD |