* coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
C_ECOMM storage classes.
This commit is contained in:
parent
31751d9d3e
commit
2bd0aeb941
2 changed files with 5 additions and 0 deletions
|
@ -2784,6 +2784,8 @@ coff_slurp_symbol_table (abfd)
|
|||
case C_RSYM:
|
||||
case C_RPSYM:
|
||||
case C_STSYM:
|
||||
case C_BCOMM:
|
||||
case C_ECOMM:
|
||||
case C_DECL:
|
||||
case C_ENTRY:
|
||||
case C_FUN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue