https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103370

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
  if (!HAVE_LONG_BRANCH (current_architecture))
    {
      if (flag_keep_pcrel)
        as_fatal (_("Tried to convert PC relative branch to absolute jump"));


#define HAVE_LONG_BRANCH(x)     \
        ((x) & (m68020|m68030|m68040|m68060|cpu32|fido_a|mcfisa_b))

Reply via email to