* som.c (hppa_som_gen_reloc_type): Use correct enum type for
authorJeff Law <law@redhat.com>
Wed, 2 Mar 1994 19:59:03 +0000 (19:59 +0000)
committerJeff Law <law@redhat.com>
Wed, 2 Mar 1994 19:59:03 +0000 (19:59 +0000)
commit44fd66228a251a2f66fab7a7412b248d2b6b929a
treeac8c1c046542ebc254395e7e35665c564b9234bd
parent3c5d10c8dfbe06ac621c1807e2944f751c8f2f18
    * som.c (hppa_som_gen_reloc_type): Use correct enum type for
        field parameter.
        (bfd_som_set_section_attributes): Use unsigned int rather than
        unsigned char to avoid GNU-C extensions.
        (bfd_som_attach_aux_hdr): Return a boolean to indicate success
        or failure rather than aborting on failure.

        * som.h (bfd_som_set_section_attributes): Fix prototype to match
        som.c changes.
        (bfd_som_attach_aux_hdr): Add prototype.
        (hppa_som-gen_reloc_type): Likewise.

        * elf32-hppa.c: Add a couple casts to make HP compiler happy.
        (hppa_look_for_stubs_in_section): Do not return false on failure
        until rest of code is ready to handle it.  Abort for now.
bfd/ChangeLog
bfd/elf32-hppa.c
bfd/som.c
bfd/som.h