| Ian Wienand | 5570a77 | 2006-02-17 02:00:00 +0100 | [diff] [blame] | 1 | #define ARCH_HAVE_DISABLE_BREAKPOINT 1 |
| 2 | #define ARCH_HAVE_ENABLE_BREAKPOINT 1 |
| 3 | |
| Ian Wienand | 5570a77 | 2006-02-17 02:00:00 +0100 | [diff] [blame] | 4 | #define BREAKPOINT_LENGTH 16 |
| 5 | #define BREAKPOINT_VALUE {0} |
| 6 | #define DECR_PC_AFTER_BREAK 0 |
| 7 | |
| 8 | #define LT_ELFCLASS ELFCLASS64 |
| 9 | #define LT_ELF_MACHINE EM_IA_64 |
| Petr Machata | b3f8fef | 2006-11-30 14:45:07 +0100 | [diff] [blame] | 10 | |
| 11 | // ia64 actually does use .opd, but we don't need to do the |
| 12 | // translation manually. |
| 13 | #undef ARCH_SUPPORTS_OPD |