diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-21 11:17:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-21 11:17:53 +0000 |
commit | 28d39d1a3a0fa205e5223b183c3df93264865dc5 (patch) | |
tree | dfebb4b1e52edb4cd6259433d2a520694b180a95 /bfd/bfd-in2.h | |
parent | b0a30fcea7c66ee6d345a9b08b42529aaf3a2836 (diff) | |
download | gdb-28d39d1a3a0fa205e5223b183c3df93264865dc5.zip gdb-28d39d1a3a0fa205e5223b183c3df93264865dc5.tar.gz gdb-28d39d1a3a0fa205e5223b183c3df93264865dc5.tar.bz2 |
Stop indexed move byte instructions from being relaxed.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 4cc59e0..f66c29c 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3377,6 +3377,10 @@ value and a 8-bit page number. The symbol address is transformed to follow the 16K memory bank of 68HC12 (seen as mapped in the window). */ BFD_RELOC_M68HC11_24, +/* Motorola 68HC12 reloc. +This is the 5 bits of a value. */ + BFD_RELOC_M68HC12_5B, + /* These relocs are only used within the CRIS assembler. They are not (at present) written to any object files. */ BFD_RELOC_CRIS_BDISP8, |