This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] |
Rick:
Is this a machine where one of the hardware datatypes is 16-byte aligned?
For the linker script, here is an example of one that does cache line alignment. Look around line 139
http://dev.eros-os.com/hg/coyotos/file/b6a415342299/src/sys/arch/ i386/kernel/ldscript.S
For dynamic allocation, have a look at memalign in the C library.
-- Rick
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |