mirror of
https://github.com/deater/tb1.git
synced 2025-01-08 00:32:28 +00:00
8 lines
176 B
C
8 lines
176 B
C
|
/*
|
||
|
* These are used to set parameters in the core dumps.
|
||
|
*/
|
||
|
#define ELF_CLASS ELFCLASS32
|
||
|
#define ELF_DATA ELFDATA2LSB
|
||
|
//#define ELF_DATA ELFDATA2MSB
|
||
|
#define ELF_ARCH EM_M32R
|