From b50ccaf6dd743c373af95e90935b9a2b72157f3a Mon Sep 17 00:00:00 2001
From: Jeff Law <jlaw@tachyum.com>
Date: Tue, 4 May 2021 08:56:28 -0600
Subject: [PATCH] Make bfin-elf build again

gcc/
	* config/bfin/bfin.h (NOTICE_UPDATE_CC): Remove.
---
 gcc/config/bfin/bfin.h | 2 --
 1 file changed, 2 deletions(-)

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