- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- abi/arch
- Files:
-
- 9 edited
-
abs32le/include/abi/arch/elf.h (modified) (1 diff)
-
amd64/include/abi/arch/elf.h (modified) (1 diff)
-
arm32/include/abi/arch/elf.h (modified) (1 diff)
-
ia32/include/abi/arch/elf.h (modified) (1 diff)
-
ia64/include/abi/arch/elf.h (modified) (1 diff)
-
mips32/include/abi/arch/elf.h (modified) (1 diff)
-
ppc32/include/abi/arch/elf.h (modified) (1 diff)
-
riscv64/include/abi/arch/elf.h (modified) (1 diff)
-
sparc64/include/abi/arch/elf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/arch/abs32le/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_abs32le_ELF_H_36 #define ABI_abs32le_ELF_H_35 #ifndef _ABI_abs32le_ELF_H_ 36 #define _ABI_abs32le_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_NO -
abi/arch/amd64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_amd64_ELF_H_36 #define ABI_amd64_ELF_H_35 #ifndef _ABI_amd64_ELF_H_ 36 #define _ABI_amd64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_X86_64 -
abi/arch/arm32/include/abi/arch/elf.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef ABI_arm32_ELF_H_37 #define ABI_arm32_ELF_H_36 #ifndef _ABI_arm32_ELF_H_ 37 #define _ABI_arm32_ELF_H_ 38 38 39 39 #define ELF_MACHINE EM_ARM -
abi/arch/ia32/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ia32_ELF_H_36 #define ABI_ia32_ELF_H_35 #ifndef _ABI_ia32_ELF_H_ 36 #define _ABI_ia32_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_386 -
abi/arch/ia64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ia64_ELF_H_36 #define ABI_ia64_ELF_H_35 #ifndef _ABI_ia64_ELF_H_ 36 #define _ABI_ia64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_IA_64 -
abi/arch/mips32/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_mips32_ELF_H_36 #define ABI_mips32_ELF_H_35 #ifndef _ABI_mips32_ELF_H_ 36 #define _ABI_mips32_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_MIPS -
abi/arch/ppc32/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ppc32_ELF_H_36 #define ABI_ppc32_ELF_H_35 #ifndef _ABI_ppc32_ELF_H_ 36 #define _ABI_ppc32_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_PPC -
abi/arch/riscv64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_riscv64_ELF_H_36 #define ABI_riscv64_ELF_H_35 #ifndef _ABI_riscv64_ELF_H_ 36 #define _ABI_riscv64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_RISCV -
abi/arch/sparc64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_sparc64_ELF_H_36 #define ABI_sparc64_ELF_H_35 #ifndef _ABI_sparc64_ELF_H_ 36 #define _ABI_sparc64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_SPARCV9
Note:
See TracChangeset
for help on using the changeset viewer.
