Changed minimum section alignment

This commit is contained in:
Steve Chamberlain 1991-10-21 22:55:06 +00:00
parent 16871f331b
commit 14dd454bea
1 changed files with 3 additions and 2 deletions

View File

@ -139,7 +139,8 @@ asection *input_section;
return(bfd_reloc_dangerous); return(bfd_reloc_dangerous);
} }
/* sym_ptr_ptr = r_symndx, in coff_slurp_reloc_table() */ /* sym_ptr_ptr = r_symndx, in coff_slurp_reloc_table() */
value = (unsigned int)reloc_entry->addend; /* r_symndx */ value = 0;/*EXTRACT_HWORD(insn) << 16;*/
value += (unsigned int)reloc_entry->addend; /* r_symndx */
value += part1_consth_value; value += part1_consth_value;
value >>= 16; value >>= 16;
insn = INSERT_HWORD(insn,value); insn = INSERT_HWORD(insn,value);
@ -232,7 +233,7 @@ bfd_target a29kcoff_big_vec =
'/', /* ar_pad_char */ '/', /* ar_pad_char */
15, /* ar_max_namelen */ 15, /* ar_max_namelen */
3, /* minimum section alignment */ 2, /* minimum section alignment */
_do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* data */ _do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* data */
_do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdrs */ _do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdrs */