RFA: RL78: Place zero-initialised data into the .bss section

Nicholas Clifton nickc@redhat.com
Thu May 14 08:44:00 GMT 2015


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




More information about the Gcc-patches mailing list