diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-01 15:55:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-01 15:55:44 +0000 |
commit | 7fac7ff4ae7bb9a3cf6be14d963944805c46a755 (patch) | |
tree | ee2686c90603a09908abaf74c2f458c5eeb845f8 /bfd/bfd-in2.h | |
parent | fef8a650d0248ba4cb1ba7bd36ce099cd8169510 (diff) | |
download | gdb-7fac7ff4ae7bb9a3cf6be14d963944805c46a755.zip gdb-7fac7ff4ae7bb9a3cf6be14d963944805c46a755.tar.gz gdb-7fac7ff4ae7bb9a3cf6be14d963944805c46a755.tar.bz2 |
Various CR16 fixes
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 0943278..db9cd85 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -4148,6 +4148,9 @@ This is the 5 bits of a value. */ BFD_RELOC_CR16_DISP20, BFD_RELOC_CR16_DISP24, BFD_RELOC_CR16_DISP24a, + BFD_RELOC_CR16_SWITCH8, + BFD_RELOC_CR16_SWITCH16, + BFD_RELOC_CR16_SWITCH32, /* NS CRX Relocations. */ BFD_RELOC_CRX_REL4, |