diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/darwin-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/darwin.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h index e5614b6..afeca81 100644 --- a/gcc/config/darwin-protos.h +++ b/gcc/config/darwin-protos.h @@ -53,8 +53,6 @@ extern void darwin_set_default_type_attributes (tree); #endif /* TREE_CODE */ -extern void machopic_finish (FILE *); - extern int machopic_reloc_rw_mask (void); extern section *machopic_select_section (tree, int, unsigned HOST_WIDE_INT); diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index ddce9f8..8efb14e 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1188,7 +1188,7 @@ machopic_output_indirection (machopic_indirection **slot, FILE *asm_out_file) return 1; } -void +static void machopic_finish (FILE *asm_out_file) { if (machopic_indirections) |