In article <[email protected]>,
Izumi Tsutsui <[email protected]> wrote:
>christos@ wrote:
>
>> Module Name: src
>> Committed By: christos
>> Date: Wed Nov 12 02:15:58 UTC 2014
>>
>> Modified Files:
>> src/sys/conf: mkldscript.sh
>>
>> Log Message:
>> I don't know what was using this before
>
>Christos, could you please try at least cvs log or grep -R
>before writing such commit log?
I grepped -R and used nxr but found nothing. I did not think
of using cvs log.
>It have worked more than ten years for these traditional arm ports
>(luna68k no longer needs it since it got a native bootloader though).
>
>I wonder if you need a different script (or proper wrapper)
>for modules..
Well, it did not have a valid syntax also when I tried it for some
reason (ld complained). It needed:
link_set_foo : { *(link_set_foo) }
instead of:
*(link_set_foo)
Anyway, it should be trivial to amend to work again for shark, and I'll
do it.
christos