| Juan Cespedes | 5c3fe06 | 2004-06-14 18:08:37 +0200 | [diff] [blame] | 1 | #define BREAKPOINT_VALUE {0x91, 0xd0, 0x20, 0x01} |
| 2 | #define BREAKPOINT_LENGTH 4 | ||||
| 3 | #define DECR_PC_AFTER_BREAK 0 | ||||
| 4 | |||||
| Juan Cespedes | d914a20 | 2004-11-10 00:15:33 +0100 | [diff] [blame] | 5 | #define LT_ELFCLASS ELFCLASS32 |
| 6 | #define LT_ELF_MACHINE EM_SPARC | ||||
| Ian Wienand | 9a2ad35 | 2006-02-20 22:44:45 +0100 | [diff] [blame] | 7 | #define LT_ELFCLASS2 ELFCLASS32 |
| Juan Cespedes | d914a20 | 2004-11-10 00:15:33 +0100 | [diff] [blame] | 8 | #define LT_ELF_MACHINE2 EM_SPARC32PLUS |