summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/bfd-in2.h3
-rw-r--r--bfd/syms.c3
3 files changed, 7 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 78788222089..dd1a308890c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-22 H.J. Lu <hongjiu.lu@intel.com>
+
+ * syms.c: Remove BSF_COMMON from comments.
+ * bfd-in2.h: Regenerated.
+
2016-02-22 Jiong Wang <jiong.wang@arm.com>
* elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index fb4858c5bd2..612ab4b5644 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -6366,8 +6366,7 @@ typedef struct bfd_symbol
#define BSF_EXPORT BSF_GLOBAL /* No real difference. */
/* A normal C symbol would be one of:
- <<BSF_LOCAL>>, <<BSF_COMMON>>, <<BSF_UNDEFINED>> or
- <<BSF_GLOBAL>>. */
+ <<BSF_LOCAL>>, <<BSF_UNDEFINED>> or <<BSF_GLOBAL>>. */
/* The symbol is a debugging record. The value has an arbitrary
meaning, unless BSF_DEBUGGING_RELOC is also set. */
diff --git a/bfd/syms.c b/bfd/syms.c
index 0a5ded780cb..5e860f9c102 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -219,8 +219,7 @@ CODE_FRAGMENT
.#define BSF_EXPORT BSF_GLOBAL {* No real difference. *}
.
. {* A normal C symbol would be one of:
-. <<BSF_LOCAL>>, <<BSF_COMMON>>, <<BSF_UNDEFINED>> or
-. <<BSF_GLOBAL>>. *}
+. <<BSF_LOCAL>>, <<BSF_UNDEFINED>> or <<BSF_GLOBAL>>. *}
.
. {* The symbol is a debugging record. The value has an arbitrary
. meaning, unless BSF_DEBUGGING_RELOC is also set. *}