projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31751d9
)
* coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
author
Ian Lance Taylor
<ian@airs.com>
Tue, 31 Oct 1995 19:20:58 +0000
(19:20 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 31 Oct 1995 19:20:58 +0000
(19:20 +0000)
C_ECOMM storage classes.
bfd/ChangeLog
patch
|
blob
|
history
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 59c913e97af822ddc84c4e7c81c655cc9eaebab7..ad3b98fa66953ec2a3c9512610304c004676abe8 100644
(file)
--- 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 ff1406aa428ff5df28df60fc4c7657ee54e4331d..0a015f139d91ca4c67f1ec227ff6ac2646ecd9bc 100644
(file)
--- 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: