Remove BSF_COMMON from comments

BSF_COMMON isn't defined in BFD.

	* syms.c: Remove BSF_COMMON from comments.
	* bfd-in2.h: Regenerated.
This commit is contained in:
H.J. Lu 2016-02-22 04:39:21 -08:00
parent 9a22846790
commit 75c1920bb0
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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. */

View File

@ -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. *}