varasm.c (default_assemble_visibility): Rename from assemble_visibility.
authorAlan Modra <amodra@bigpond.net.au>
Sun, 8 Sep 2002 09:30:21 +0000 (09:30 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Sun, 8 Sep 2002 09:30:21 +0000 (19:00 +0930)
* 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

gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/output.h
gcc/target-def.h
gcc/varasm.c

index e063de6f8de62f751a68ef6403913a59eacac9ca..fb6d4511b356de0ff4b63e1fad71a5440001b37d 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * 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.
+
 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
 
        * reload.c (find_reloads <p constraint>): Pass operand_mode to
index 5f66c58223116993f8c98505105e175bbbd05196..85d6dbe5b6877c9965767f4225a8d68ad3e363f4 100644 (file)
@@ -8168,7 +8168,7 @@ rs6000_assemble_visibility (decl, visibility_type)
      tree decl;
      const char *visibility_type;
 {
-  assemble_visibility (decl, visibility_type);
+  default_assemble_visibility (decl, visibility_type);
 
   /* Functions need to have their entry point symbol visibility set as
      well as their descriptor symbol visibility.  */
index bbacd3104562450fb1d28b53fce68993c9c9ed7f..af469ac27c5633c4ee5506e5b23e16ce75bb453a 100644 (file)
@@ -258,7 +258,7 @@ extern void assemble_constant_align PARAMS ((tree));
 
 extern void assemble_alias             PARAMS ((tree, tree));
 
-extern void assemble_visibility                PARAMS ((tree, const char *));
+extern void default_assemble_visibility        PARAMS ((tree, const char *));
 
 /* Output a string of literal assembler code
    for an `asm' keyword used between functions.  */
index 939502f1e14deb4dd4f30b7e74afd30186c9ddf6..53b29a921e81c9bd1158159a24ea5d4392e63375 100644 (file)
@@ -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
index d950d94bf4b1ded2176f7a1037633141f47db837..49df302c0736d1061be71b1938cdedaaf24174a0 100644 (file)
@@ -4597,7 +4597,7 @@ assemble_alias (decl, target)
    VISIBILITY_TYPE.  */
 
 void
-assemble_visibility (decl, visibility_type)
+default_assemble_visibility (decl, visibility_type)
      tree decl;
      const char *visibility_type ATTRIBUTE_UNUSED;
 {