Re: Architectures with strict alignment?
Ivan Voras wrote:
Which of the architectures FreeBSD supports (if any) have strict memory
alignment requirements? (in the sense that accessing a 32-bit integer
not aligned on a 32-bit address results in a hardware trap/exception).
I believe ARM has such requirements (at least,
GCC for Arm does some very intriguing structure
padding).
Tim Kientzle
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
Relevant Pages
- Re: Opinions on Rowley CrossWorks for ARM
... I'd like to hear some opinions regarding the Rowley CrossWorks for ARM toolchain. ... I am in the process of evaluating ARM toolchains which are to be used in university classes/projects. ... GCC + GDB/Insight and Rowley Crossworks for ARM and have to say that I liked their toolchain best. ... who spend vast amounts of time and money on development of their software tools must be targeting their soft processors for use in desktops or servers. ... (comp.arch.embedded) - Re: STM32 ARM toolset advice?
... Keil has been bought by ARM, and AFAIK they now use the compiler from ... GCC Generates quite good code for the ARM these days. ... Their product is also available for Windows and Linux. ... linux libraries for the TRITON boards, is that floating point operations ... (comp.arch.embedded) - Re: [PATCH] ARM fix syscall trace return value
... hardware ... bug report makes zero sense to me. ... I suspect there is a missing memory barrier in atomic.h. ... memory barriers to the same location on ARM ... (Linux-Kernel) - Re: hpgcc arm doubles in memory
... compiler for ARM treats doubles: 32-bit words stored in big-endian ... you would have a "true" big-endian representation. ... Sounds to me like it was more of an ARM issue than a gcc issue. ... (comp.sys.hp48) - Re: Newbie: xilinx vs arm
... Spartan = FPGA ... ARM = MicroProcessor ... you can program an ARM uP using C/C++. ... They are used to describe hardware, ... (comp.arch.fpga) |
|