aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-31 19:20:58 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-31 19:20:58 +0000
commit2bd0aeb94102111f37f96753dee136bb004f11e0 (patch)
treeaf03ffbc6ec6f7509363525a8df561b80792ceff
parent31751d9d3ef22c725e7122b052ec29118f692ef8 (diff)
downloadfsf-binutils-gdb-2bd0aeb94102111f37f96753dee136bb004f11e0.zip
fsf-binutils-gdb-2bd0aeb94102111f37f96753dee136bb004f11e0.tar.gz
fsf-binutils-gdb-2bd0aeb94102111f37f96753dee136bb004f11e0.tar.bz2
* coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
C_ECOMM storage classes.
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/coffcode.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 59c913e..ad3b98f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index ff1406a..0a015f1 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -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: