mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
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:
@ -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>
|
2016-02-22 Jiong Wang <jiong.wang@arm.com>
|
||||||
|
|
||||||
* elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
|
* elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
|
||||||
|
@ -6366,8 +6366,7 @@ typedef struct bfd_symbol
|
|||||||
#define BSF_EXPORT BSF_GLOBAL /* No real difference. */
|
#define BSF_EXPORT BSF_GLOBAL /* No real difference. */
|
||||||
|
|
||||||
/* A normal C symbol would be one of:
|
/* A normal C symbol would be one of:
|
||||||
<<BSF_LOCAL>>, <<BSF_COMMON>>, <<BSF_UNDEFINED>> or
|
<<BSF_LOCAL>>, <<BSF_UNDEFINED>> or <<BSF_GLOBAL>>. */
|
||||||
<<BSF_GLOBAL>>. */
|
|
||||||
|
|
||||||
/* The symbol is a debugging record. The value has an arbitrary
|
/* The symbol is a debugging record. The value has an arbitrary
|
||||||
meaning, unless BSF_DEBUGGING_RELOC is also set. */
|
meaning, unless BSF_DEBUGGING_RELOC is also set. */
|
||||||
|
@ -219,8 +219,7 @@ CODE_FRAGMENT
|
|||||||
.#define BSF_EXPORT BSF_GLOBAL {* No real difference. *}
|
.#define BSF_EXPORT BSF_GLOBAL {* No real difference. *}
|
||||||
.
|
.
|
||||||
. {* A normal C symbol would be one of:
|
. {* A normal C symbol would be one of:
|
||||||
. <<BSF_LOCAL>>, <<BSF_COMMON>>, <<BSF_UNDEFINED>> or
|
. <<BSF_LOCAL>>, <<BSF_UNDEFINED>> or <<BSF_GLOBAL>>. *}
|
||||||
. <<BSF_GLOBAL>>. *}
|
|
||||||
.
|
.
|
||||||
. {* The symbol is a debugging record. The value has an arbitrary
|
. {* The symbol is a debugging record. The value has an arbitrary
|
||||||
. meaning, unless BSF_DEBUGGING_RELOC is also set. *}
|
. meaning, unless BSF_DEBUGGING_RELOC is also set. *}
|
||||||
|
Reference in New Issue
Block a user