This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] Utilize Blackfin L1 SRAM


> We have a similar situation in Coyotos... We solved the problem by
> adding a pair of coyotos-specific linker scripts....

I know how to implement this, and the implementation is simple and easy.
But maintaining the customized linker scripts will be a burden.


Originally that was true for our scripts also. Now we simply include the standard ELF script for the target arch and then add a few changes. I do not expect any large maintenance burden now that we do this.

The baseline scripts are already well parameterized. It would be surprising if something similar did not work for you. If there is a reason to add additional parameterization to the baseline scripts, I suspect this could be done.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]