aboutsummaryrefslogtreecommitdiff
path: root/gcc/target-def.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-09-08 09:30:21 +0000
committerAlan Modra <amodra@gcc.gnu.org>2002-09-08 19:00:21 +0930
commitbd79540a0357babd460c034c12ffe3a351941b41 (patch)
tree715c9e4325bd9ce4cae1f8c6de9140f6aa6f5751 /gcc/target-def.h
parent32ff9c742f9792aec74fb54cefe1f0b5bf6d61be (diff)
downloadgcc-bd79540a0357babd460c034c12ffe3a351941b41.zip
gcc-bd79540a0357babd460c034c12ffe3a351941b41.tar.gz
gcc-bd79540a0357babd460c034c12ffe3a351941b41.tar.bz2
varasm.c (default_assemble_visibility): Rename from assemble_visibility.
* varasm.c (default_assemble_visibility): Rename from assemble_visibility. * output.h: Here too. * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here. * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here. From-SVN: r56948
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r--gcc/target-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h
index 939502f..53b29a9 100644
--- a/gcc/target-def.h
+++ b/gcc/target-def.h
@@ -59,7 +59,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#ifndef TARGET_ASM_ASSEMBLE_VISIBILITY
-#define TARGET_ASM_ASSEMBLE_VISIBILITY assemble_visibility
+#define TARGET_ASM_ASSEMBLE_VISIBILITY default_assemble_visibility
#endif
#define TARGET_ASM_FUNCTION_PROLOGUE default_function_pro_epilogue