]> git.ipfire.org Git - thirdparty/gcc.git/commit
alias.c: Include target.h.
authorRichard Henderson <rth@redhat.com>
Sun, 2 Jun 2002 20:50:32 +0000 (13:50 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 2 Jun 2002 20:50:32 +0000 (13:50 -0700)
commitab7803738d10fe9619297816fb7a92936b30dc3c
treea4b763cf2a0c406f961159b6a014874c2fe760a1
parentb9305c66c295ed669ae1926a66ce0efee15ecf9f
alias.c: Include target.h.

        * 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.

From-SVN: r54186
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pure-1.c