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:
parent
0591130a7c
commit
7b14583ef0
@ -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>
|
2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
* config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
|
* config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
|
||||||
|
@ -164,7 +164,7 @@ struct m32r_hi_fixup
|
|||||||
|
|
||||||
static struct m32r_hi_fixup *m32r_hi_fixup_list;
|
static struct m32r_hi_fixup *m32r_hi_fixup_list;
|
||||||
|
|
||||||
struct
|
static const struct
|
||||||
{
|
{
|
||||||
enum bfd_architecture bfd_mach;
|
enum bfd_architecture bfd_mach;
|
||||||
int mach_flags;
|
int mach_flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user