mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 23:56:39 +00:00
Fix typo in recent hange from using bfd target name to using the flavour.
This commit is contained in:
parent
5c08b47f03
commit
55449edd2d
@ -505,7 +505,7 @@ pa_symfile_offsets (objfile, addr)
|
||||
|
||||
static struct sym_fns pa_sym_fns =
|
||||
{
|
||||
bfd_target_som_flavour
|
||||
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user