diff options
author | austern <austern@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-06 22:08:26 +0000 |
---|---|---|
committer | austern <austern@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-06 22:08:26 +0000 |
commit | 9c40570af36d485a0b1b2cf8c5d0dc3a047cfaaa (patch) | |
tree | c4ffb9b377ba06be592c6688dd70529152203fd4 /libjava | |
parent | 5772d010eebef46859ae8e17830217b02548d970 (diff) | |
download | ppe42-gcc-9c40570af36d485a0b1b2cf8c5d0dc3a047cfaaa.tar.gz ppe42-gcc-9c40570af36d485a0b1b2cf8c5d0dc3a047cfaaa.zip |
* c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY
field instead of hanging an attribute object off the decl.
* tree.h (DECL_VISIBLITY): New accessor macro for
symbol_visibility field in struct tree_decl.
(enum symbol_visibility): Move definition to before tree_decl.
(struct tree_decl): Define new two-bit field, symbol_visibility.
(decl_visibility): Remove declaration.
* varasm.c (maybe_assemble_visibility): Use DECL_VISIBILITY
instead of decl_visibility.
(default_binds_local_p_1): Use DECL_VISIBILITY instead of
decl_visibility.
(decl_visibility): Remove.
* cp/decl.c (duplicate_decls): copy DECL_VISIBILITY field.
* cp/method.c (use_thunk): give thunk same visibility as function.
* cp/optimize.c (maybe_clone_body): copy DECL_VISIBILITY field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73320 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
0 files changed, 0 insertions, 0 deletions