aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-08-26 09:47:49 +0000
committerNick Clifton <nickc@redhat.com>2005-08-26 09:47:49 +0000
commitc0524131ea2e5bf988f957dcbccd68f0d9ea1bb9 (patch)
treed7028e43319adca2bf137354cef9f1f08417e442 /gas/ChangeLog
parent98a7a8547e4713bd3d9e0fe18bf2c86264805429 (diff)
downloadfsf-binutils-gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.zip
fsf-binutils-gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.tar.gz
fsf-binutils-gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.tar.bz2
Re-enable GAS for z8k-coff
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c3fc297..255a7b3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,20 @@
+2005-08-26 Christian Groessler <chris@groessler.org>
+
+ * configure.tgt: Set bfd_gas also for z8k cpu.
+ * config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
+ type.
+ (newfix): Adapt to bfd reloc types.
+ (build_bytes): Adapt to bfd reloc types. Ensure that enough space
+ is available in the current frag.
+ (md_convert_frag): Adapt function parameters.
+ (tc_gen_reloc): New function.
+ (md_section_align): Use bfd_get_section_alignment.
+ (md_apply_fix): Adapt to bfd reloc types. Fix handling of
+ BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
+ relocations.
+ * config/tc-z8k.h (TARGET_ARCH): Define.
+ (tc_fix_adjustable): Define.
+
2005-08-25 Chao-ying Fu <fu@mips.com>
* config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.