diff options
Diffstat (limited to 'bfd/cpu-xgate.c')
-rw-r--r-- | bfd/cpu-xgate.c | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/bfd/cpu-xgate.c b/bfd/cpu-xgate.c index 85f1861..720a738 100644 --- a/bfd/cpu-xgate.c +++ b/bfd/cpu-xgate.c @@ -24,17 +24,18 @@ const bfd_arch_info_type bfd_xgate_arch = { - 16, /* 16 bits in a word. */ - 32, /* 32 bits used as 16 bit address and PPAGE value. */ - 8, /* 8 bits in a byte. */ - bfd_arch_xgate, - bfd_mach_xgate, - "xgate", - "xgate", - 4, /* Section alignment power. */ - TRUE, - bfd_default_compatible, - bfd_default_scan, - bfd_arch_default_fill, - 0, + 16, /* Bits in a word. */ + 32, /* Bits used as 16 bit address and PPAGE value. */ + 8, /* Bits in a byte. */ + bfd_arch_xgate, + bfd_mach_xgate, + "xgate", + "xgate", + 4, /* Section alignment power. */ + TRUE, + bfd_default_compatible, + bfd_default_scan, + bfd_arch_default_fill, + NULL, + 0 /* Maximum offset of a reloc from the start of an insn. */ }; |