diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 09:30:21 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 09:30:21 +0000 |
commit | cdf91bb736907528b5d318d01ebd8b1dea595756 (patch) | |
tree | 715c9e4325bd9ce4cae1f8c6de9140f6aa6f5751 /gcc/output.h | |
parent | 96b2515bbbc95c6a4f85e50313bc21d79a63ac23 (diff) | |
download | gcc-cdf91bb736907528b5d318d01ebd8b1dea595756.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index bbacd310456..af469ac27c5 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -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. */ |