]> git.ipfire.org Git - thirdparty/gcc.git/commit
tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
authorAlan Modra <amodra@bigpond.net.au>
Sat, 7 Sep 2002 00:19:27 +0000 (00:19 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Sat, 7 Sep 2002 00:19:27 +0000 (09:49 +0930)
commit93638d7a89548904eca63862085c30e2808922dc
tree5de5ac5f72323e7b1a2c867059483f6f69c4f135
parent370ce32a02500b1394456b4d1ca495e464624cc0
tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.

* doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
* target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
(TARGET_ASM_OUT): Add the above here.
* target.h (struct gcc_target): Add "visibility" field.
* varasm.c (maybe_assemble_visibility): Call targetm visibility func.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
(TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
(rs6000_legitimize_reload_address, first_reg_to_save): Formatting.

From-SVN: r56906
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/target.h
gcc/varasm.c