diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-12-20 18:16:52 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-12-20 18:16:52 +0000 |
commit | 543385e1777075e10b3d389433e514122708c277 (patch) | |
tree | 56625b15fdcffb483fab2537e00c64e9e90823c0 /bfd/reloc.c | |
parent | 61547efc7fe23d6c09acd75051e45a5a978de09f (diff) | |
download | gdb-543385e1777075e10b3d389433e514122708c277.zip gdb-543385e1777075e10b3d389433e514122708c277.tar.gz gdb-543385e1777075e10b3d389433e514122708c277.tar.bz2 |
Merge from mainline.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index ad4963f..abbcfca 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2911,6 +2911,37 @@ ENUM ENUMDOC This is a 16-bit reloc containing the small data area offset for use in add3, load, and store instructions. +ENUM + BFD_RELOC_M32R_GOT24 +ENUMX + BFD_RELOC_M32R_26_PLTREL +ENUMX + BFD_RELOC_M32R_COPY +ENUMX + BFD_RELOC_M32R_GLOB_DAT +ENUMX + BFD_RELOC_M32R_JMP_SLOT +ENUMX + BFD_RELOC_M32R_RELATIVE +ENUMX + BFD_RELOC_M32R_GOTOFF +ENUMX + BFD_RELOC_M32R_GOTPC24 +ENUMX + BFD_RELOC_M32R_GOT16_HI_ULO +ENUMX + BFD_RELOC_M32R_GOT16_HI_SLO +ENUMX + BFD_RELOC_M32R_GOT16_LO +ENUMX + BFD_RELOC_M32R_GOTPC_HI_ULO +ENUMX + BFD_RELOC_M32R_GOTPC_HI_SLO +ENUMX + BFD_RELOC_M32R_GOTPC_LO +ENUMDOC + For PIC. + ENUM BFD_RELOC_V850_9_PCREL |