* coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
authorIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 19:20:58 +0000 (19:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 19:20:58 +0000 (19:20 +0000)
C_ECOMM storage classes.

bfd/ChangeLog
bfd/coffcode.h

index 59c913e97af822ddc84c4e7c81c655cc9eaebab7..ad3b98fa66953ec2a3c9512610304c004676abe8 100644 (file)
@@ -1,5 +1,8 @@
 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
        of xcoff_mark.
        (xcoff_mark): Call xcoff_mark_symbol.
index ff1406aa428ff5df28df60fc4c7657ee54e4331d..0a015f139d91ca4c67f1ec227ff6ac2646ecd9bc 100644 (file)
@@ -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:
This page took 0.03056 seconds and 4 git commands to generate.