* objcopy.c: Changes to keep it from stripping symbols used
authorJeff Law <law@redhat.com>
Sun, 20 Mar 1994 19:27:40 +0000 (19:27 +0000)
committerJeff Law <law@redhat.com>
Sun, 20 Mar 1994 19:27:40 +0000 (19:27 +0000)
commitfb158b92f988b291a7726b54d2851742ab3ee32e
tree256fc49754d8cc21b5cbfddbc7f3570a083d600e
parent517a6af6328a583cc95518c0448cb96dc7833449
    * objcopy.c: Changes to keep it from stripping symbols used
        in output relocations.
        (mark_symbols_used_in_relocations): New function.  Mark symbols
        used in output relocations with BSF_KEEP.
        (filter_symbols): Do not strip symbols marked with BSF_KEEP.
        (copy_object): Reorder actions.  First setup sections, then
        build the output symbol table, then copy the section contents.
binutils/ChangeLog