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 /gas/config/tc-z8k.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 'gas/config/tc-z8k.h')
-rw-r--r-- | gas/config/tc-z8k.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-z8k.h b/gas/config/tc-z8k.h index 9132ec4..3765a15 100644 --- a/gas/config/tc-z8k.h +++ b/gas/config/tc-z8k.h @@ -22,6 +22,8 @@ #define TC_Z8K #define TARGET_BYTES_BIG_ENDIAN 1 +#define TARGET_ARCH bfd_arch_z8k +#define TARGET_FORMAT "coff-z8k" struct internal_reloc; @@ -31,6 +33,8 @@ struct internal_reloc; #define IGNORE_NONSTANDARD_ESCAPES #undef WARN_SIGNED_OVERFLOW_WORD +#define tc_fix_adjustable(X) 0 + #define LISTING_HEADER "Zilog Z8000 GAS " #define RELOC_32 1234 |