summaryrefslogtreecommitdiff
path: root/bfd/syms.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2007-02-05 20:10:25 +0000
committerDave Brolley <brolley@redhat.com>2007-02-05 20:10:25 +0000
commit21971afd3a2cea62f4a2b4758955a87326d87dab (patch)
treebe882d36f84bddcf0c8a86265c0e77e965344cb7 /bfd/syms.c
parent00c2235b1b3d7f622b9bf375fde441607b473ef9 (diff)
downloadbinutils-redhat-21971afd3a2cea62f4a2b4758955a87326d87dab.tar.gz
Support for Toshiba MeP and for complex relocations.
Diffstat (limited to 'bfd/syms.c')
-rw-r--r--bfd/syms.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/syms.c b/bfd/syms.c
index 0ff94164ed..17c4ce8040 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -288,6 +288,14 @@ CODE_FRAGMENT
. {* This symbol is thread local. Used in ELF. *}
.#define BSF_THREAD_LOCAL 0x40000
.
+. {* This symbol represents a complex relocation expression,
+. with the expression tree serialized in the symbol name. *}
+.#define BSF_RELC 0x80000
+.
+. {* This symbol represents a signed complex relocation expression,
+. with the expression tree serialized in the symbol name. *}
+.#define BSF_SRELC 0x100000
+.
. flagword flags;
.
. {* A pointer to the section to which this symbol is