diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2002-10-11 14:28:29 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2002-10-11 14:28:29 +0000 |
commit | 5dc976556d5fa7518147ddb609b3c274df56ab79 (patch) | |
tree | a8cd509b434f2fc1aed399e4e05506d4c7ad5d83 /bfd/bfd-in2.h | |
parent | 8343f86c902d0f363da4d59931750352377f96af (diff) | |
download | gdb-5dc976556d5fa7518147ddb609b3c274df56ab79.zip gdb-5dc976556d5fa7518147ddb609b3c274df56ab79.tar.gz gdb-5dc976556d5fa7518147ddb609b3c274df56ab79.tar.bz2 |
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index eac34d2..5f226d4 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2505,6 +2505,14 @@ field in the instruction. */ BFD_RELOC_SH_IMM_HI16, BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16, + BFD_RELOC_SH_TLS_GD_32, + BFD_RELOC_SH_TLS_LD_32, + BFD_RELOC_SH_TLS_LDO_32, + BFD_RELOC_SH_TLS_IE_32, + BFD_RELOC_SH_TLS_LE_32, + BFD_RELOC_SH_TLS_DTPMOD32, + BFD_RELOC_SH_TLS_DTPOFF32, + BFD_RELOC_SH_TLS_TPOFF32, /* Thumb 23-, 12- and 9-bit pc-relative branches. The lowest bit must be zero and is not stored in the instruction. */ |