diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:50:12 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:50:12 +0000 |
commit | d93525185ce69a5f63029f41e439e4cc8869e210 (patch) | |
tree | 69bccf971c2c0ee67bc42709708f2782ca1e1c47 /bfd/reloc.c | |
parent | 9e5a05682cf4ef027e1a56c1a896967390644e0d (diff) | |
download | gdb-d93525185ce69a5f63029f41e439e4cc8869e210.zip gdb-d93525185ce69a5f63029f41e439e4cc8869e210.tar.gz gdb-d93525185ce69a5f63029f41e439e4cc8869e210.tar.bz2 |
Support for Toshiba MeP and for complex relocations.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 1b8c8d7..f81a3bf 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -3701,6 +3701,50 @@ ENUMDOC Motorola Mcore relocations. ENUM + BFD_RELOC_MEP_8 +ENUMX + BFD_RELOC_MEP_16 +ENUMX + BFD_RELOC_MEP_32 +ENUMX + BFD_RELOC_MEP_PCREL8A2 +ENUMX + BFD_RELOC_MEP_PCREL12A2 +ENUMX + BFD_RELOC_MEP_PCREL17A2 +ENUMX + BFD_RELOC_MEP_PCREL24A2 +ENUMX + BFD_RELOC_MEP_PCABS24A2 +ENUMX + BFD_RELOC_MEP_LOW16 +ENUMX + BFD_RELOC_MEP_HI16U +ENUMX + BFD_RELOC_MEP_HI16S +ENUMX + BFD_RELOC_MEP_GPREL +ENUMX + BFD_RELOC_MEP_TPREL +ENUMX + BFD_RELOC_MEP_TPREL7 +ENUMX + BFD_RELOC_MEP_TPREL7A2 +ENUMX + BFD_RELOC_MEP_TPREL7A4 +ENUMX + BFD_RELOC_MEP_UIMM24 +ENUMX + BFD_RELOC_MEP_ADDR24A4 +ENUMX + BFD_RELOC_MEP_GNU_VTINHERIT +ENUMX + BFD_RELOC_MEP_GNU_VTENTRY +ENUMDOC + Toshiba Media Processor Relocations. +COMMENT + +ENUM BFD_RELOC_MMIX_GETA ENUMX BFD_RELOC_MMIX_GETA_1 @@ -4671,6 +4715,12 @@ ENUMDOC Sony Xstormy16 Relocations. ENUM + BFD_RELOC_RELC +ENUMDOC + Self-describing complex relocations. +COMMENT + +ENUM BFD_RELOC_XC16X_PAG ENUMX BFD_RELOC_XC16X_POF |