On Thu, 2004-07-15 at 15:02, ron minnich wrote: > On Thu, 15 Jul 2004, Richard Smith wrote: > > > Can't ELF do alignments? If so then we can just create this table into > > a seperate section and tell the linker to align it properly or perhaps > > locate it absolutly. > > If somebody can take a look at the .lds I think it is easy. I can't do it > today. >
The problem Richard has is the PRIQ table is not "aligned" correct. It is placed corrected in the F segment. It has nothing to do with .lds. The way to solve it is to use a gcc __attribute__. (which Ron hates a lot) Ollie > ron > > _______________________________________________ > Linuxbios mailing list > [EMAIL PROTECTED] > http://www.clustermatic.org/mailman/listinfo/linuxbios > _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

