forked from Imagelibrary/binutils-gdb
Initial revision
This commit is contained in:
32
bfd/cpu-a29k.c
Normal file
32
bfd/cpu-a29k.c
Normal file
@@ -0,0 +1,32 @@
|
||||
#include <sysdep.h>
|
||||
#include <bfd.h>
|
||||
#include "libbfd.h"
|
||||
|
||||
|
||||
|
||||
static bfd_arch_info_struct_type arch_info_struct =
|
||||
{
|
||||
32, /* 32 bits in a word */
|
||||
32, /* 32 bits in an address */
|
||||
8, /* 8 bits in a byte */
|
||||
bfd_arch_a29k,
|
||||
0, /* only 1 machine */
|
||||
"a29k",
|
||||
"a29k",
|
||||
true, /* the one and only */
|
||||
bfd_default_compatible,
|
||||
bfd_default_scan ,
|
||||
0,
|
||||
0,
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
void DEFUN_VOID(bfd_a29k_arch)
|
||||
{
|
||||
bfd_arch_linkin(&arch_info_struct);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user