diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7878822208..dd1a308890 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 fb4858c5bd..612ab4b564 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 0a5ded780c..5e860f9c10 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. *}