]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/trans-decl.c
In gcc/:
authorGeoffrey Keating <geoffk@apple.com>
Wed, 1 Nov 2006 05:06:12 +0000 (05:06 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 1 Nov 2006 05:06:12 +0000 (05:06 +0000)
commit5880f14fe8b5809110d1c3858c9259641fd5b92d
tree8c979fbf4f8d2c543fdfc9e8d717c274dd8a9eb5
parent4d04fa0539961487bc95baa222c100afbc6fdf30
In gcc/:

* coverage.c (coverage_checksum_string): Update comment.
* dwarf2out.c (switch_to_eh_frame_section): Update for removal
of get_file_function_name.
* cgraphunit.c (cgraph_build_static_cdtor): Update for rename
of get_file_function_name_long.
* tree.c (get_file_function_name): Rename from
get_file_function_name_long; improve comment; handle 'I' and 'D'
specially when the target has ctor/dtor support; remove special
handling for 'F'.
(get_file_function_name): Remove.
* tree.h (get_file_function_name): Rename from
        get_file_function_name_long.
(get_file_function_name): Remove prototype.
In gcc/cp/:
* name-lookup.c (get_anonymous_namespace_name): New.
(push_namespace_with_attribs): Use get_anonymous_namespace_name.
* decl2.c (start_objects): Update for rename of
get_file_function_name_long.
In gcc/fortran/:
* trans-decl.c (gfc_generate_constructors): Update for removal
of get_file_function_name.

From-SVN: r118360
gcc/ChangeLog
gcc/cgraphunit.c
gcc/coverage.c
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/name-lookup.c
gcc/dwarf2out.c
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/tree.c
gcc/tree.h
This page took 0.053932 seconds and 5 git commands to generate.