X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-rx.c;h=821edeb590b0f679db75a8578712f2a4dc1c66d6;hb=04b865dc2ede2b8ca8c60f0487a179eb97895fee;hp=31489adac9a9fe2f0a30d953b6b0414904d29732;hpb=b7761f11062dc4d4fd554342ac2d2fb235b65b7a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-rx.c b/bfd/cpu-rx.c index 31489adac9..821edeb590 100644 --- a/bfd/cpu-rx.c +++ b/bfd/cpu-rx.c @@ -1,5 +1,5 @@ /* BFD support for the RX processor. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -37,6 +37,36 @@ static const bfd_arch_info_type arch_info_struct[] = bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ + &arch_info_struct[1] /* Next in list. */ + }, + { + 32, /* Bits per word. */ + 32, /* Bits per address. */ + 8, /* Bits per byte. */ + bfd_arch_rx, /* Architecture. */ + bfd_mach_rx_v2, /* Machine. */ + "rx:v2", /* Architecture name. */ + "rx:v2", /* Printable name. */ + 3, /* Section align power. */ + FALSE, /* The default ? */ + bfd_default_compatible, /* Architecture comparison fn. */ + bfd_default_scan, /* String to architecture convert fn. */ + bfd_arch_default_fill, /* Default fill. */ + &arch_info_struct[2] /* Next in list. */ + }, + { + 32, /* Bits per word. */ + 32, /* Bits per address. */ + 8, /* Bits per byte. */ + bfd_arch_rx, /* Architecture. */ + bfd_mach_rx_v3, /* Machine. */ + "rx:v3", /* Architecture name. */ + "rx:v3", /* Printable name. */ + 3, /* Section align power. */ + FALSE, /* The default ? */ + bfd_default_compatible, /* Architecture comparison fn. */ + bfd_default_scan, /* String to architecture convert fn. */ + bfd_arch_default_fill, /* Default fill. */ NULL /* Next in list. */ }, };