diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-22 04:39:21 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-22 04:39:43 -0800 |
commit | 75c1920bb02f09534da55b98277a613b7cb430cc (patch) | |
tree | 8def6d9a02325f458f1d8de679f79540ceaab16b | |
parent | 9a2284679086e32c0c2a46e08b23edde6fc8be85 (diff) | |
download | binutils-75c1920bb02f09534da55b98277a613b7cb430cc.zip binutils-75c1920bb02f09534da55b98277a613b7cb430cc.tar.gz binutils-75c1920bb02f09534da55b98277a613b7cb430cc.tar.bz2 |
Remove BSF_COMMON from comments
BSF_COMMON isn't defined in BFD.
* syms.c: Remove BSF_COMMON from comments.
* bfd-in2.h: Regenerated.
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/bfd-in2.h | 3 | ||||
-rw-r--r-- | bfd/syms.c | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7878822..dd1a308 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 fb4858c..612ab4b 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. */ @@ -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. *} |