* Better long-filename handling. Reads SOM ABI compliant extended
authorJeff Law <law@redhat.com>
Sat, 19 Mar 1994 02:17:15 +0000 (02:17 +0000)
committerJeff Law <law@redhat.com>
Sat, 19 Mar 1994 02:17:15 +0000 (02:17 +0000)
commit3b4994959e4bfa7127f916a0d5baaf562293cdf8
treedfc9322314b38b7d95b042cf963a493cf680c8e2
parent4fe278b83a96a439c34e0ef78ec695d13c8fefe1
    * Better long-filename handling.  Reads SOM ABI compliant extended
        names, but doesn't quite write compliant extended names yet.
        * som.c (som_slurp_extended_name_table): Delete function.  The
        generic code will handle things correctly.
        (som_slurp_armap): Seek to the beginning of the next member.
        (normalize): New function.
        (som_bfd_ar_write_symbol_stuff): Take the size of the extended
        name table into account when computing the file offsets in the
        SOM dictionary.  Make sure to align to an even boundary.
        (som_write_armap): Initialize the checksum to zero.
        (ar_maxchars): Fix.  Opps.
bfd/ChangeLog
bfd/som.c