public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Trivial bfin-elf fix
@ 2021-05-04 14:58 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2021-05-04 14:58 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]


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


Jeff


[-- Attachment #2: bfin.patch --]
[-- Type: text/plain, Size: 708 bytes --]

commit b50ccaf6dd743c373af95e90935b9a2b72157f3a
Author: Jeff Law <jlaw@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-04 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 14:58 [committed] Trivial bfin-elf fix Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).