[PATCH 4/6] gold: Fix empty string alignment in .rodata.str*

Cary Coutant ccoutant@gmail.com
Wed Oct 28 23:38:00 GMT 2015


> +                   && ((*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



More information about the Binutils mailing list