diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-07-31 14:34:21 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-07-31 14:34:21 +0000 |
commit | d1b40d8eebdd41440f78785f9b23dbf6ad793d81 (patch) | |
tree | 8825953d042641e1aa12e7d8d2f593df6cc05a20 /bfd/reloc.c | |
parent | 50569deeb552da3ae4ee075dc071f2b87947029f (diff) | |
download | gdb-d1b40d8eebdd41440f78785f9b23dbf6ad793d81.zip gdb-d1b40d8eebdd41440f78785f9b23dbf6ad793d81.tar.gz gdb-d1b40d8eebdd41440f78785f9b23dbf6ad793d81.tar.bz2 |
Wed Jul 31 15:00:12 1996 James G. Smith <jsmith@cygnus.co.uk>
* reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
Added, for internal use by the ARM gas.
* libbfd.h: Rebuilt
* bfd-in2.h: Rebuilt
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index f2d6567..a418604 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2158,6 +2158,10 @@ ENUMX BFD_RELOC_ARM_LITERAL ENUMX BFD_RELOC_ARM_IN_POOL +ENUMX + BFD_RELOC_ARM_OFFSET_IMM8 +ENUMX + BFD_RELOC_ARM_HWLITERAL ENUMDOC These relocs are only used within the ARM assembler. They are not (at present) written to any object files. |