Browse Source

Reflect changes in archures.c

gdb-4_18-branch
Steve Chamberlain 35 years ago
parent
commit
43857158b5
  1. 3
      include/bfd.h

3
include/bfd.h

@ -472,7 +472,8 @@ typedef struct bfd_arch_info
long mach;
char *arch_name;
CONST char *printable_name;
/* true if this is the default machine for the architecture */
/* true if this is the default machine for the architecture */
unsigned int section_align_power;
boolean the_default;
CONST struct bfd_arch_info * EXFUN((*compatible),
(CONST struct bfd_arch_info *a,

Loading…
Cancel
Save