As a non-private function, it shouldn't have a "_bfd_" prefix, but merely
a "bfd_" one.
char call_nop_byte;
};
-extern void _bfd_elf_linker_x86_set_options
+extern void bfd_elf_linker_x86_set_options
(struct bfd_link_info *, struct elf_linker_x86_params *);
}
void
-_bfd_elf_linker_x86_set_options (struct bfd_link_info * info,
- struct elf_linker_x86_params *params)
+bfd_elf_linker_x86_set_options (struct bfd_link_info *info,
+ struct elf_linker_x86_params *params)
{
const struct elf_backend_data *bed
= get_elf_backend_data (info->output_bfd);
static void
elf_x86_create_output_section_statements (void)
{
- _bfd_elf_linker_x86_set_options (&link_info, ¶ms);
+ bfd_elf_linker_x86_set_options (&link_info, ¶ms);
}
EOF