DragonFly bugs List (threaded) for 2009-04
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: [issue1345] [PATCH] Get rid of zero-size arrays in ASSYM/genassym
Ok, after Alex and I did a lot of messing around we came to the
conclusion that the offset hack is the way to go, at least for now.
The basic problem is that we can't generate proper structure sizes
using the NX mechanism when in a cross-build environment. The only
way to do it is to use the cross-built compiler to generate an
object module and then extract the offsets using nm or objdump.
So for now we will go with the offset hack and retain the nm/awk
stuff.
-Matt
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]