[parisc-linux] Today's boot experience on a 735
Jeffrey A Law
law@cygnus.com
Tue, 16 Nov 1999 19:22:50 -0700
In message <199911170204.VAA11108@hiauly1.hia.nrc.ca>you write:
> experimentaion, I found that there isn't a sort key that will put the
> $AFTERDLT$ section after the $DLT$ section. However, I think the following
> solution will do the job. Try it out. It might depend on linker version
> or who knows what else.
There's always a way.
Create a .o file which contains a DLT & AFTERDLT section. Make sure the
DLT section appears first in the object file (I'm assuming they have the
same sort keys). Referece that .o first on the link line.
jeff