* symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c,

coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c, paread.c:
	Change from using bfd target name to using the flavour.
This commit is contained in:
Jim Kingdon
1993-10-31 18:54:28 +00:00
parent 47f45d6636
commit 0eed42deee
9 changed files with 27 additions and 45 deletions

View File

@ -504,8 +504,7 @@ pa_symfile_offsets (objfile, addr)
static struct sym_fns pa_sym_fns =
{
"som", /* sym_name: name or name prefix of BFD target type */
3, /* sym_namelen: number of significant sym_name chars */
bfd_target_som_flavour
pa_new_init, /* sym_new_init: init anything gbl to entire symtab */
pa_symfile_init, /* sym_init: read initial info, setup for sym_read() */
pa_symfile_read, /* sym_read: read a symbol file into symtab */