aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-04 18:33:32 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-04 18:33:32 +0000
commit43857158b5bbd4f10fb07f594d0aa0f5ebe55fff (patch)
tree778a10bdb84b2bf00fd98f77b0e8c2f5492c3f67 /include
parent431b4422004af53c4704cad0d554e694d3631cf4 (diff)
downloadfsf-binutils-gdb-43857158b5bbd4f10fb07f594d0aa0f5ebe55fff.zip
fsf-binutils-gdb-43857158b5bbd4f10fb07f594d0aa0f5ebe55fff.tar.gz
fsf-binutils-gdb-43857158b5bbd4f10fb07f594d0aa0f5ebe55fff.tar.bz2
Reflect changes in archures.c
Diffstat (limited to 'include')
-rw-r--r--include/bfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h
index 6a6398a..c4905da 100644
--- a/include/bfd.h
+++ b/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,