aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-a29k.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-04 18:30:12 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-04 18:30:12 +0000
commit431b4422004af53c4704cad0d554e694d3631cf4 (patch)
tree0dc048de54423637a397c9404415b2f0e82de8f6 /bfd/cpu-a29k.c
parent4fed881829cd666ccc3602c2f9c5b52707eead76 (diff)
downloadgdb-431b4422004af53c4704cad0d554e694d3631cf4.zip
gdb-431b4422004af53c4704cad0d554e694d3631cf4.tar.gz
gdb-431b4422004af53c4704cad0d554e694d3631cf4.tar.bz2
* aoutf1.h (sunos_<size>_object_p, sunos4_callback): moved the
computation of arch and machine type so it's worked out before some_aout_object_p is called. * aoutx.h: (some_aout_object_p): don't set arch and mach to unknown. * archures.c: add extra field 'section_align_power' to hold default section alignment in object files. * cpu-a29k.c, cpu-h8300.c, cpu-i386.c, cpu-i960.c, cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-rs6000.c, cpu-sparc.c, cpu-vax.c: initialize the new field. * bout.c (b_out_callback): replace the text size, since aout fries them. * aoutx.h: Documentation in the new style
Diffstat (limited to 'bfd/cpu-a29k.c')
-rw-r--r--bfd/cpu-a29k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c
index e780d40..3e1438c 100644
--- a/bfd/cpu-a29k.c
+++ b/bfd/cpu-a29k.c
@@ -11,6 +11,7 @@ static bfd_arch_info_type arch_info_struct =
0, /* only 1 machine */
"a29k",
"a29k",
+ 4,
true, /* the one and only */
bfd_default_compatible,
bfd_default_scan ,