Hi DJ,

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?

Yes it would. :-}  I have committed the patch with that change applied.

Cheers
  Nick


Reply via email to