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]

[Committed][AArch64] Adjust stub count.


This patch ensures the stub count gets updated correctly.

Committed.

/Marcus

2015-03-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>

	* elfnn-aarch64.c (_bfd_aarch64_erratum_835769_scan):
	Update erratum count.


diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c
index 2d81199..4ac4691 100644
--- a/bfd/elfnn-aarch64.c
+++ b/bfd/elfnn-aarch64.c
@@ -3092,6 +3092,8 @@ _bfd_aarch64_erratum_835769_scan (bfd *input_bfd,
 	free (contents);
     }
 
+  *num_fixes_p = num_fixes;
+
   return TRUE;
 }
 
-- 
1.9.1




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