Whee, no more cc0!  This fixes trivial fallout.  Installed on the trunk.


Jeff

commit b50ccaf6dd743c373af95e90935b9a2b72157f3a
Author: Jeff Law <j...@tachyum.com>
Date:   Tue May 4 08:56:28 2021 -0600

    Make bfin-elf build again
    
    gcc/
            * config/bfin/bfin.h (NOTICE_UPDATE_CC): Remove.

diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h
index f282d05d43d..823ca2d7124 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

Reply via email to