This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/6] gold: Add 64-bit archive support.


> +      if (!this->header_.name.empty() && this->header_.name != "/" && this->header_.name != "/SYM64/")

This line is too long. I've fixed it, and will commit the patch on
your behalf, with this ChangeLog entry:

2015-10-28  Marcin KoÅcielnicki  <koriakin@0x04.net>

gold/
        * archive.cc (Archive::sym64name): New const.
        (Archive::setup): Add support for SYM64 armap.
        (Archive::read_armap): Likewise.
        (Archive::interpret_header): Likewise.
        (Archive::const_iterator::read_next_header): Likewise.
        * archive.h (Archive::sym64name): New const.
        (Archive::read_armap): Add mapsize template parameter.

Thanks!

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]