mips.h: Move variable declarations to end of file and enclose them all in #ifndef...
commitab77a036ff36a414ba6c54d03216d03cf0797591
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 18 Oct 2007 17:27:19 +0000 (18 17:27 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 18 Oct 2007 17:27:19 +0000 (18 17:27 +0000)
treef05aabb5b85370f32f7719356a62c20480111231
parent4ec4ca36f8b0265728e15504294c8c31d1b75ac4
mips.h: Move variable declarations to end of file and enclose them all in #ifndef...

gcc/
* config/mips/mips.h: Move variable declarations to end of file and
enclose them all in #ifndef USED_FOR_TARGET.
* config/mips/mips.c: Reorder functions into more logical groups,
and so that callees appear before callers.  Put the targetm
initializer at the end of the file.  Remove forward static
declarations where possible.
(mips_init_builtins): Add "static" to definition.
(mips_expand_builtin, mips_mode_rep_extended): Likewise.

From-SVN: r129452
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h