Content deleted Content added
Line 76:
{{Main article|x32 ABI|Linux Standard Base}}
The term Linux ABI refers to a kernel–user space ABI. The [[Application binary interface]] refers to the compiled binaries, in [[machine code]]. Any such ABI is therefore bound to the [[instruction set]]. Defining a useful ABI and keeping it stable is less the responsibility of the Linux kernel developers or of the developers of the GNU C Library, and more the task for [[Linux distribution]]s and [[
An ABI has to be defined for every instruction set, such as [[x86]], [[x86-64]], [[MIPS architecture|MIPS]], [[ARMv7-A]] (32-Bit), [[ARMv8-A]] (64-Bit), etc. with the [[endianness]], if both are supported.
|