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-01-29 15:35:55 +00:00
2015-08-09 05:14:25 +00:00
2015-05-21 05:06:08 +00:00
2015-12-25 16:19:21 +00:00
2014-12-26 07:36:42 +00:00
2016-01-22 16:59:06 +00:00
2015-10-11 17:45:20 +00:00
2015-09-23 05:39:20 +00:00
2016-01-23 15:33:11 +00:00
2016-01-05 05:25:16 +00:00
2015-07-28 18:41:28 +00:00
2015-01-06 22:29:12 +00:00
2016-01-18 08:52:09 +00:00
2015-09-27 07:04:16 +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-07-08 23:57:58 +00:00
2015-10-08 11:42:15 +00:00
2015-11-12 03:25:04 +00:00
2015-01-03 23:16:13 +00:00
2015-11-21 09:09:25 +00:00