mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 07:40:28 +08:00
[Darwin, machopic 5/n] Make machopic_finish() static.
It's only called from darwin.c. gcc/ChangeLog: 2019-10-12 Iain Sandoe <iain@sandoe.co.uk> * config/darwin-protos.h (machopic_finish): Delete. * config/darwin.c (machopic_finish): Make static. From-SVN: r276924
This commit is contained in:
parent
8103659e35
commit
a0f08eceae
@ -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);
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user