* alias.c: Include target.h.
commit4f8e9d5c57e3ca403d0460f3a13d8cc1a9704da8
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Jun 2002 20:50:32 +0000 (2 20:50 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Jun 2002 20:50:32 +0000 (2 20:50 +0000)
treea4b763cf2a0c406f961159b6a014874c2fe760a1
parent3eb82013e62ddc46156ae95d0ae0eddc40a4988b
    * alias.c: Include target.h.
        (mark_constant_function): Use targetm.binds_local_p instead
        of checking TREE_PUBLIC ourselves.
        * Makefile.in (alias.o): Add TARGET_H.

        * gcc.c-torture/execute/pure-1.c: Don't mark any of the
        test functions static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54186 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pure-1.c