Changeset 371bd7d in mainline for kernel/arch/abs32le/include/elf.h
- Timestamp:
- 2010-03-27T09:22:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a75a2
- Parents:
- cd82bb1 (diff), eaf22d4 (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. - File:
-
- 1 moved
-
kernel/arch/abs32le/include/elf.h (moved) (moved from uspace/lib/libc/arch/ia64/include/limits.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/include/elf.h
rcd82bb1 r371bd7d 1 1 /* 2 * Copyright (c) 20 06 Josef Cejka2 * Copyright (c) 2010 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libcia6429 /** @addtogroup abs32le 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef LIBC_ia64_LIMITS_H_36 #define LIBC_ia64_LIMITS_H_35 #ifndef KERN_abs32le_ELF_H_ 36 #define KERN_abs32le_ELF_H_ 37 37 38 # define LONG_MIN MIN_INT64 39 # define LONG_MAX MAX_INT64 40 # define ULONG_MIN MIN_UINT64 41 # define ULONG_MAX MAX_UINT64 38 #define ELF_MACHINE EM_NO 39 #define ELF_DATA_ENCODING ELFDATA2LSB 40 #define ELF_CLASS ELFCLASS32 42 41 43 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
