* archures.c: Rename struct bfd_arch_info_struct' to
struct
bfd_arch_info'. Rename `typedef bfd_arch_info_struct_type' to `bfd_arch_info_type'. All uses changed.
This commit is contained in:
parent
58b8383afd
commit
733ac8407d
1 changed files with 1 additions and 9 deletions
|
@ -2,9 +2,7 @@
|
|||
#include <bfd.h>
|
||||
#include "libbfd.h"
|
||||
|
||||
|
||||
|
||||
static bfd_arch_info_struct_type arch_info_struct =
|
||||
static bfd_arch_info_type arch_info_struct =
|
||||
{
|
||||
32, /* 32 bits in a word */
|
||||
32, /* 32 bits in an address */
|
||||
|
@ -20,13 +18,7 @@ static bfd_arch_info_struct_type arch_info_struct =
|
|||
0,
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
void DEFUN_VOID(bfd_a29k_arch)
|
||||
{
|
||||
bfd_arch_linkin(&arch_info_struct);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue