http://www.codesourcery.com/sgpp/lite/arm/portal/kbentry32
What is the ABI for the ARM Architecture? Is it the same as the ARM EABI?
Question
What is the ABI for the ARM Architecture? Is it the same as the ARM EABI?
Answer
The ABI for the ARM Architecture is a standard developed by ARM and its partners that explains how compilers, assemblers, linkers, and other similar tools should generate object files and executable files.
Tools that correctly implement the ABI for the ARM Architecture can interoperate; i.e., object files built with one toolchain can be combined with object files built with another toolchain if both compilers use the ABI for the ARM Architecture and provided that the code compiled observes certain conventions.
CodeSourcery was an active participant in the design of the ABI for the ARM Architecture. (In fact, the C++ ABI used by ARM is derived from the Itanium C++ ABI co-designed by CodeSourcery.) CodeSourcery continues to work with ARM, Ltd. to validate interoperability between Sourcery G++ and ARM's proprietary tools.
The "ARM EABI" is an informal name for the ABI for the ARM Architecture.
本文详细介绍了ARMArchitecture的ABI标准,解释了编译器、汇编器和链接器等工具如何根据该标准生成目标文件和可执行文件。同时,文章还澄清了ARMEABI这一非正式名称实际上指的就是ARMArchitecture的ABI。
1076

被折叠的 条评论
为什么被折叠?



