OSDN Git Service

* config/i386/i386.c: Remove unnecessary function declarations.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2007 16:34:51 +0000 (16:34 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2007 16:34:51 +0000 (16:34 +0000)
commit788002f3dac20d0e196ef9cd158ef6826f445e63
treebc7851cd126a07c5e47eade8c99566606e01f531
parentd981691c17d94e7ea783a9eac2a69693d7bbc2b2
    * config/i386/i386.c: Remove unnecessary function declarations.
        Move targetm definition, and all related macros, to the end of
        the file.  Resort some functions to put definitions before uses.
        (ix86_attribute_table): Make static.  Move to end of file.
        (ix86_gimplify_va_arg): Make static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123159 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c