summaryrefslogtreecommitdiff
path: root/bfd/syms.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/syms.c')
-rw-r--r--bfd/syms.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/syms.c b/bfd/syms.c
index 5e860f9c102..118595d3d0f 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -231,7 +231,9 @@ CODE_FRAGMENT
.
. {* Used by the linker. *}
.#define BSF_KEEP (1 << 5)
-.#define BSF_KEEP_G (1 << 6)
+.
+. {* An ELF common symbol. *}
+.#define BSF_ELF_COMMON (1 << 6)
.
. {* A weak global symbol, overridable without warnings by
. a regular global symbol of the same name. *}