Dimitry Andric 72e8ce06c0 Fix a problem in ld, causing it to sometimes print messages similar to
"invalid string offset 65521 >= 27261 for section `.strtab'". for object
files produced by recent versions of clang.

In BFD's elf_create_symbuf() function, the size of the symbol buffer
('ssymbuf') is not calculated correctly, and the initial value for the
'ssym' variable is off by one, since 'ssymbuf' has shndx_count + 1
members.

MFC after:	1 week
2016-02-22 22:16:32 +00:00
..
2015-12-25 16:19:21 +00:00
2016-01-22 16:59:06 +00:00
2015-10-11 17:45:20 +00:00
2016-01-23 15:33:11 +00:00
2016-01-05 05:25:16 +00:00
2016-01-18 08:52:09 +00:00
2016-01-22 07:32:39 +00:00
2016-02-02 11:36:58 +00:00
2016-02-02 21:10:43 +00:00
2015-12-31 22:45:00 +00:00
2015-11-12 03:25:04 +00:00
2015-11-21 09:09:25 +00:00