MIPS: Make `mask_address_var' static
authorMaciej W. Rozycki <macro@mips.com>
Tue, 15 May 2018 15:02:59 +0000 (16:02 +0100)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 15 May 2018 15:02:59 +0000 (16:02 +0100)
commitea33cd9290063d977fb2c31ea6a8567da585ab88
tree2a5c8d1374fcd7b614bc0cfbdbdd668a85bad5a5
parent0726fcc61a8b7c943de513ec598b2189c5f67715
MIPS: Make `mask_address_var' static

Make the `mask_address_var' variable static, it is not used outside
mips-tdep.c and having no target name embedded within it causes a risk
of a namespace clash.

gdb/
* mips-tdep.c (mask_address_var): Make variable static.
gdb/ChangeLog
gdb/mips-tdep.c
This page took 0.025107 seconds and 4 git commands to generate.