--- gcc/config/news.h 2018/04/24 17:51:37 1.1.1.1 +++ gcc/config/news.h 2018/04/24 17:55:05 1.1.1.2 @@ -260,7 +260,7 @@ the Free Software Foundation, 675 Mass A else if (CODE == '-') fprintf (FILE, "-(sp)"); \ else if (CODE == '+') fprintf (FILE, "(sp)+"); \ else if (CODE == '@') fprintf (FILE, "(sp)"); \ - else if (CODE == '!') fprintf (FILE, "ccr"); \ + else if (CODE == '!') fprintf (FILE, "fpcr"); \ else if (CODE == '$') {if (TARGET_68040_ONLY) fprintf (FILE, "s");} \ else if (CODE == '&') {if (TARGET_68040_ONLY) fprintf (FILE, "d");} \ else if (GET_CODE (X) == REG) \