blob: 673047cdfc500468f97cfa1d61f9788a12414632 [file] [log] [blame]
Ian Wienand5570a772006-02-17 02:00:00 +01001#define ARCH_HAVE_DISABLE_BREAKPOINT 1
2#define ARCH_HAVE_ENABLE_BREAKPOINT 1
3
Ian Wienand5570a772006-02-17 02:00:00 +01004#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 Machatab3f8fef2006-11-30 14:45:07 +010010
11// ia64 actually does use .opd, but we don't need to do the
12// translation manually.
13#undef ARCH_SUPPORTS_OPD