Remove BSF_COMMON from comments
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 22 Feb 2016 12:39:21 +0000 (04:39 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 22 Feb 2016 12:39:43 +0000 (04:39 -0800)
BSF_COMMON isn't defined in BFD.

* syms.c: Remove BSF_COMMON from comments.
* bfd-in2.h: Regenerated.

bfd/ChangeLog
bfd/bfd-in2.h
bfd/syms.c

index 7878822208910626df70de908622c44037f5b817..dd1a308890cf6770157c15319a4d43cd2c79fcf6 100644 (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
index fb4858c5bd2c1680af8467b4a4b34eb3903c3c79..612ab4b5644677de6507cd848ddaddc8f8d93deb 100644 (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.  */
index 0a5ded780cb5dc8352e892c183582d09bf25e2f4..5e860f9c102b86cc23794b49a85f5f80cdcd1ee2 100644 (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.  *}
This page took 0.030349 seconds and 4 git commands to generate.