From: H.J. Lu Date: Mon, 22 Feb 2016 12:39:21 +0000 (-0800) Subject: Remove BSF_COMMON from comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75c1920bb02f09534da55b98277a613b7cb430cc;p=binutils-gdb.git Remove BSF_COMMON from comments BSF_COMMON isn't defined in BFD. * syms.c: Remove BSF_COMMON from comments. * bfd-in2.h: Regenerated. --- 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 + + * syms.c: Remove BSF_COMMON from comments. + * bfd-in2.h: Regenerated. + 2016-02-22 Jiong Wang * 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: - <>, <>, <> or - <>. */ + <>, <> or <>. */ /* 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: -. <>, <>, <> or -. <>. *} +. <>, <> or <>. *} . . {* The symbol is a debugging record. The value has an arbitrary . meaning, unless BSF_DEBUGGING_RELOC is also set. *}