diff options
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 8c707aa..66e7443 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -2531,9 +2531,9 @@ scan_xcoff_symtab (minimal_symbol_reader &reader, } /* FALLTHROUGH */ + case C_FCN: /* C_FCN is .bf and .ef symbols. I think it is sufficient to handle only the C_FUN and C_EXT. */ - case C_FCN: case C_BSTAT: case C_ESTAT: |