summaryrefslogtreecommitdiff
path: root/gcc/config/darwin-protos.h
diff options
context:
space:
mode:
authoraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-10 23:07:09 +0000
committeraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-10 23:07:09 +0000
commit2c5b6111f39e67a317d3767cc06651bbd0bba45b (patch)
treefa8c5589023376eb75a70c99f8eb770481c2c97d /gcc/config/darwin-protos.h
parent90483006aa904ba60a0e156f3f03ac466c9e79f3 (diff)
downloadgcc-2c5b6111f39e67a317d3767cc06651bbd0bba45b.tar.gz
* config/darwin-protos.h (darwin_assemble_visibility): Declare.
* config/darwin.c (darwin_assemble_visibility): Define. Warn for anything other than VISIBILITY_DEFAULT and VISIBILITY_HIDDEN. * config/darwin.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Use darwin_assemble_visibility instead of default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r--gcc/config/darwin-protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h
index 69b0b6fcb3e..41bad646ce1 100644
--- a/gcc/config/darwin-protos.h
+++ b/gcc/config/darwin-protos.h
@@ -118,5 +118,6 @@ extern void machopic_output_stub (FILE *, const char *, const char *);
extern void darwin_exception_section (void);
extern void darwin_eh_frame_section (void);
extern void darwin_globalize_label (FILE *, const char *);
+extern void darwin_assemble_visibility (tree, int);
extern void darwin_asm_output_dwarf_delta (FILE *, int, const char *,
const char *);