>   OK to apply ?

Ok but..

> +    case SECCAT_TBSS:
> +      return default_select_section (decl, reloc, align);
> +
> +    default:
> +      gcc_unreachable ();

Would it be better to just "default:" everything to
default_select_section, instead of enumerating everything we know
about today?

Reply via email to