It's not wired up, so can't be used.
obj_aout_s_get_type,
obj_aout_s_set_type,
0, /* copy_symbol_attributes. */
- 0, /* generate_asm_lineno. */
obj_aout_process_stab,
obj_aout_separate_stab_sections,
0, /* init_stab_section. */
0, /* s_get_type */
0, /* s_set_type */
0, /* copy_symbol_attributes */
- 0, /* generate_asm_lineno */
0, /* process_stab */
coff_separate_stab_sections,
obj_coff_init_stab_section,
0, /* s_get_type. */
0, /* s_set_type. */
0, /* copy_symbol_attributes. */
- ecoff_generate_asm_lineno,
ecoff_stab,
ecoff_separate_stab_sections,
0, /* init_stab_section. */
#endif /* NEED_ECOFF_DEBUG */
}
-static void
-elf_generate_asm_lineno (void)
-{
-#ifdef NEED_ECOFF_DEBUG
- if (ECOFF_DEBUGGING)
- ecoff_generate_asm_lineno ();
-#endif
-}
-
static void
elf_process_stab (int what ATTRIBUTE_UNUSED,
const char *string ATTRIBUTE_UNUSED,
0, /* s_get_type */
0, /* s_set_type */
elf_copy_symbol_attributes,
- elf_generate_asm_lineno,
elf_process_stab,
elf_separate_stab_sections,
elf_init_stab_section,
int (*s_get_type) (symbolS *);
void (*s_set_type) (symbolS *, int);
void (*copy_symbol_attributes) (symbolS *, symbolS *);
- void (*generate_asm_lineno) (void);
void (*process_stab) (int, const char *, int, int, int);
int (*separate_stab_sections) (void);
void (*init_stab_section) (segT, segT);