aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2007-02-05 19:50:12 +0000
committerDave Brolley <brolley@redhat.com>2007-02-05 19:50:12 +0000
commitd93525185ce69a5f63029f41e439e4cc8869e210 (patch)
tree69bccf971c2c0ee67bc42709708f2782ca1e1c47 /bfd/elfcode.h
parent9e5a05682cf4ef027e1a56c1a896967390644e0d (diff)
downloadfsf-binutils-gdb-d93525185ce69a5f63029f41e439e4cc8869e210.zip
fsf-binutils-gdb-d93525185ce69a5f63029f41e439e4cc8869e210.tar.gz
fsf-binutils-gdb-d93525185ce69a5f63029f41e439e4cc8869e210.tar.bz2
Support for Toshiba MeP and for complex relocations.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index d58cf34..04c2d91 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -1237,6 +1237,12 @@ elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic)
case STT_TLS:
sym->symbol.flags |= BSF_THREAD_LOCAL;
break;
+ case STT_RELC:
+ sym->symbol.flags |= BSF_RELC;
+ break;
+ case STT_SRELC:
+ sym->symbol.flags |= BSF_SRELC;
+ break;
}
if (dynamic)