m32r: make mach_table static and const

It is only read in tc-m32r.c, so it might as well be static and const, and
that should help the compiler slightly.

gas/ChangeLog:

2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

	* config/tc-m32r.c (mach_table): Make static and const.
This commit is contained in:
Trevor Saunders 2016-05-14 16:31:45 -04:00
parent 0591130a7c
commit 7b14583ef0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-m32r.c (mach_table): Make static and const.
2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-vax.c (flonum_gen2vax): Adjust prototype to match

View File

@ -164,7 +164,7 @@ struct m32r_hi_fixup
static struct m32r_hi_fixup *m32r_hi_fixup_list;
struct
static const struct
{
enum bfd_architecture bfd_mach;
int mach_flags;