mirror of
https://github.com/deater/tb1.git
synced 2025-01-08 16:30:40 +00:00
11 lines
211 B
C
11 lines
211 B
C
/*
|
|
* These are used to set parameters in the core dumps.
|
|
*/
|
|
#define ELF_CLASS ELFCLASS32
|
|
//#ifdef __ARMEB__
|
|
//#define ELF_DATA ELFDATA2MSB
|
|
//#else
|
|
#define ELF_DATA ELFDATA2LSB
|
|
//#endif
|
|
#define ELF_ARCH EM_ARM
|