diff options
author | Roland McGrath <roland@gnu.org> | 2013-07-12 20:40:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-07-12 20:40:13 +0000 |
commit | 7e11d300d1343e64c26694655a623ee0d19a693d (patch) | |
tree | da6ede67feaf98141d1631090e32f9ffdc9e1652 /bfd/reloc.c | |
parent | ba92f8875272b3d30872644d5305868ff4d047b8 (diff) | |
download | gdb-7e11d300d1343e64c26694655a623ee0d19a693d.zip gdb-7e11d300d1343e64c26694655a623ee0d19a693d.tar.gz gdb-7e11d300d1343e64c26694655a623ee0d19a693d.tar.bz2 |
bfd/
* reloc.c: Add BFD_RELOC_390_PC12DBL, BFD_RELOC_390_PLT12DBL,
BFD_RELOC_390_PC24DBL, BFD_RELOC_390_PLT24DBL (should have
been added here with 2013-07-05 elf32-s390.c change).
* bfd-in2.h: Regenerate (no-op).
* libbfd.h: Regenerate (no-op).
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index f880fd7..25c089c 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -4658,6 +4658,14 @@ ENUM ENUMDOC 16 bit GOT offset. ENUM + BFD_RELOC_390_PC12DBL +ENUMDOC + PC relative 12 bit shifted by 1. +ENUM + BFD_RELOC_390_PLT12DBL +ENUMDOC + 12 bit PC rel. PLT shifted by 1. +ENUM BFD_RELOC_390_PC16DBL ENUMDOC PC relative 16 bit shifted by 1. @@ -4666,6 +4674,14 @@ ENUM ENUMDOC 16 bit PC rel. PLT shifted by 1. ENUM + BFD_RELOC_390_PC24DBL +ENUMDOC + PC relative 24 bit shifted by 1. +ENUM + BFD_RELOC_390_PLT24DBL +ENUMDOC + 24 bit PC rel. PLT shifted by 1. +ENUM BFD_RELOC_390_PC32DBL ENUMDOC PC relative 32 bit shifted by 1. @@ -5719,7 +5735,7 @@ ENUMX BFD_RELOC_NIOS2_HIADJ16 ENUMX BFD_RELOC_NIOS2_GPREL -ENUMX +ENUMX BFD_RELOC_NIOS2_UJMP ENUMX BFD_RELOC_NIOS2_CJMP |