diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-26 09:47:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-26 09:47:49 +0000 |
commit | c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9 (patch) | |
tree | d7028e43319adca2bf137354cef9f1f08417e442 /bfd/bfd-in2.h | |
parent | 98a7a8547e4713bd3d9e0fe18bf2c86264805429 (diff) | |
download | gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.zip gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.tar.gz gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.tar.bz2 |
Re-enable GAS for z8k-coff
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 2014c54..9359cd4 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3950,6 +3950,15 @@ assembler-expanded instructions. This is commonly used internally by the linker after analysis of a BFD_RELOC_XTENSA_ASM_EXPAND. */ BFD_RELOC_XTENSA_ASM_SIMPLIFY, + +/* DJNZ offset. */ + BFD_RELOC_Z8K_DISP7, + +/* CALR offset. */ + BFD_RELOC_Z8K_CALLR, + +/* 4 bit value. */ + BFD_RELOC_Z8K_IMM4L, BFD_RELOC_UNUSED }; typedef enum bfd_reloc_code_real bfd_reloc_code_real_type; reloc_howto_type *bfd_reloc_type_lookup |