m32r: make mach_table static and const
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 14 May 2016 20:31:45 +0000 (16:31 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 16 May 2016 09:06:48 +0000 (05:06 -0400)
commit7b14583ef0c858dc8f29c127f70b034f7f5d4ad2
tree1d156aa41117eb2b00580c6ef16693c572f0c2fb
parent0591130a7c17645db7a62598f6768e9a1cc8d839
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.
gas/ChangeLog
gas/config/tc-m32r.c