diff options
Diffstat (limited to 'gdb/paread.c')
-rw-r--r-- | gdb/paread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/paread.c b/gdb/paread.c index ce19622..843e372 100644 --- a/gdb/paread.c +++ b/gdb/paread.c @@ -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 */ |