mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
C_ECOMM storage classes.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Tue Oct 31 12:34:11 1995 Ian Lance Taylor <ian@cygnus.com>
|
Tue Oct 31 12:34:11 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
|
||||||
|
C_ECOMM storage classes.
|
||||||
|
|
||||||
* xcofflink.c (xcoff_mark_symbol): New static function, broken out
|
* xcofflink.c (xcoff_mark_symbol): New static function, broken out
|
||||||
of xcoff_mark.
|
of xcoff_mark.
|
||||||
(xcoff_mark): Call xcoff_mark_symbol.
|
(xcoff_mark): Call xcoff_mark_symbol.
|
||||||
|
@ -2784,6 +2784,8 @@ coff_slurp_symbol_table (abfd)
|
|||||||
case C_RSYM:
|
case C_RSYM:
|
||||||
case C_RPSYM:
|
case C_RPSYM:
|
||||||
case C_STSYM:
|
case C_STSYM:
|
||||||
|
case C_BCOMM:
|
||||||
|
case C_ECOMM:
|
||||||
case C_DECL:
|
case C_DECL:
|
||||||
case C_ENTRY:
|
case C_ENTRY:
|
||||||
case C_FUN:
|
case C_FUN:
|
||||||
|
Reference in New Issue
Block a user