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 4/6] gold: Fix empty string alignment in .rodata.str*


> +                   && ((*curr)->first.length - (*last)->first.length) % this->addralign_ == 0

Line too long.

I've fixed this, and will commit it for you with the following ChangeLog entry:

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

gold/
        PR gold/18959
        * stringpool.cc (Stringpool_template::new_key_offset): Align all
        strings, even zero-length.
        (Stringpool_template::set_string_offsets): Likewise.

-cary


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