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/bfd-in2.h | |
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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 0bd9c8b..cb365a8 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1771,6 +1771,8 @@ not stored in the instruction. */ BFD_RELOC_ARM_LDR_IMM, BFD_RELOC_ARM_LITERAL, BFD_RELOC_ARM_IN_POOL, + BFD_RELOC_ARM_OFFSET_IMM8, + BFD_RELOC_ARM_HWLITERAL, /* start-sanitize-arc */ /* Argonaut RISC Core (ARC) relocs. |