OSDN Git Service

* xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
authorGeoffrey Keating <geoffk@geoffk.org>
Wed, 6 Sep 2000 21:21:51 +0000 (21:21 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Wed, 6 Sep 2000 21:21:51 +0000 (21:21 +0000)
commit8496a526956037fcff5fb280871890ff49a81a92
tree6441815965161b99b660a16f72120f32893837e8
parent9c3e07729031aedd6fd5c3fbff6946d42d944a17
* xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
  pseduo-section when determining where the TOC ends.

* coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
output x_tvndx as it is only two bytes wide.

* coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
        reloc is 26 or 32 bits wide.

* coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
        for relocs that don't change anything.  Also look at the full
        6 bits of bitsize.
bfd/ChangeLog
bfd/coff-rs6000.c
bfd/xcofflink.c