aboutsummaryrefslogtreecommitdiff
path: root/gdb/paread.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-01 07:51:03 +0000
committerJeff Law <law@redhat.com>1993-11-01 07:51:03 +0000
commit55449edd2d0977112e4da8684ed389db346e1366 (patch)
treeea7351ad24945ea70f5020dc446f8d9d5a4a77c6 /gdb/paread.c
parent5c08b47f03ae8466dfb8ced24779c1a361edc6b3 (diff)
downloadgdb-55449edd2d0977112e4da8684ed389db346e1366.zip
gdb-55449edd2d0977112e4da8684ed389db346e1366.tar.gz
gdb-55449edd2d0977112e4da8684ed389db346e1366.tar.bz2
Fix typo in recent hange from using bfd target name to using the flavour.
Diffstat (limited to 'gdb/paread.c')
-rw-r--r--gdb/paread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/paread.c b/gdb/paread.c
index d48a93b..6399378 100644
--- a/gdb/paread.c
+++ b/gdb/paread.c
@@ -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 */