Skip to content
Snippets Groups Projects
Commit b50ccaf6 authored by Jeff Law's avatar Jeff Law
Browse files

Make bfin-elf build again

gcc/
	* config/bfin/bfin.h (NOTICE_UPDATE_CC): Remove.
parent e4c707d2
No related branches found
No related tags found
No related merge requests found
...@@ -786,8 +786,6 @@ typedef struct { ...@@ -786,8 +786,6 @@ typedef struct {
|| GET_CODE (X) == LABEL_REF \ || GET_CODE (X) == LABEL_REF \
|| (GET_CODE (X) == CONST && symbolic_reference_mentioned_p (X))) || (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 /* Max number of bytes we can move from memory to memory
in one reasonably fast instruction. */ in one reasonably fast instruction. */
#define MOVE_MAX UNITS_PER_WORD #define MOVE_MAX UNITS_PER_WORD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment