[AArch64] Adjust veneer count.

This commit is contained in:
Marcus Shawcroft 2015-03-25 14:39:14 +00:00
parent 66849923d2
commit 357d1523b2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-03-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
* elfnn-aarch64.c (_bfd_aarch64_erratum_835769_scan):
Update erratum count.
2015-03-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* elflink.c (_bfd_elf_gc_mark_extra_sections): Don't break on

View File

@ -3092,6 +3092,8 @@ _bfd_aarch64_erratum_835769_scan (bfd *input_bfd,
free (contents);
}
*num_fixes_p = num_fixes;
return TRUE;
}