make a few variables static
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Wed, 13 Apr 2016 08:15:10 +0000 (04:15 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Thu, 14 Apr 2016 21:06:26 +0000 (17:06 -0400)
commit4f2a7b5121a682dd924cafc252c8ded8813f0f61
tree459c87098687f3fb370fb64c973ddbfbf476e485
parent85e53f6272cc71b16db89239a3a542184d01996c
make a few variables static

They are only used in one file, so we might as well restrict there scope to
that file, and theoretically this might slightly improve compilers ability to
optimize usage of these variables.

gas/ChangeLog:

2016-04-14  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-nios2.c (nios2_as_options): Make file static.
* config/tc-ppc.c (toc_reloc_ypes): Likewise.
* config/tc-sparc.c (native_op_table): Likewise.
gas/ChangeLog
gas/config/tc-nios2.c
gas/config/tc-ppc.c
gas/config/tc-sparc.c