Make register name tables in visium.h static in order to prevent multiple definitions.

* visium.h (gen_reg_table): Make static.
	(fp_reg_table): Likewise.
	(cc_table): Likewise.
This commit is contained in:
Nick Clifton
2015-09-09 14:50:08 +01:00
parent d8f187c1ab
commit 7bdf96efee
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
2015-09-09 Daniel Santos <daniel.santos@pobox.com>
* visium.h (gen_reg_table): Make static.
(fp_reg_table): Likewise.
(cc_table): Likewise.
2015-07-20 Matthew Wahab <matthew.wahab@arm.com>
* arm.h (ARM_AEXT_V6ZK): Rename to ARM_AEXT_V6KZ.