* z8k-dis.c (unparse_instr): prettier tabs
[deliverable/binutils-gdb.git] / gas / config / ChangeLog
index 15b26a73c710d193a46fe6b25f09afa4954fc9ac..11d56af908ecd85219d6b0fc624dbdc3aa7d9696 100644 (file)
@@ -1,3 +1,94 @@
+Tue Sep 29 10:51:55 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
+       #elif, since it is not supported by old compilers.
+       ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a
+       couple of expressions in tc-m68k.c.
+
+Mon Sep 28 21:16:51 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
+
+Fri Sep 25 18:18:52 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * tc-m68k.h: if M68KCOFF, define DOT_LABEL_PREFIX (to require
+       local labels to start with a .) and set REGISTER_PREFIX to %.
+       tc-m68k.c (m68k_reg_parse): accept REGISTER_PREFIX if defined.
+
+Tue Sep 22 13:02:07 1992  Sean Eric Fagan  (sef@cygnus.com)
+
+       * obj-coffbfd.c (do_relocs_for,fill_section): now allocate all
+       sections starting from zero, rather than making them consecutive.
+       This makes subsequent reloc calculations easier, esp if the object
+       format doesn't understand addends. (obj_coff_lcomm): (maybe temporarily)
+       allocate lcomm in .data rather than in .bss.  It seems that some
+       tools can't cope with a non-zero sized bss before linkage.
+Tue Sep 22 15:10:51 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * tc-m68k.c: Replace "enum m68k_architecture" with "int"
+       throughout.  That enum no longer means what we thought it meant.
+
+       * tc-m68k.c (md_assemble, md_parse_option): Handle new
+       "-mno-688[58]1" options.
+
+       * tc-m68k.c: Added CPU32 support.
+
+Fri Sep 18 08:02:18 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * tc-m68k.c (m68k_ip): An(disp) is not pc relative.
+
+Sun Sep 13 20:29:39 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
+       obj-coffbfd.c (fixup_segment): check for signed .word overflow if
+       WARN_SIGNED_OVERFLOW_WORD.
+
+       * obj-coffbfd.c (fixup_segment): fixed missing parens in
+       expression checking for byte or word overflow.
+
+Fri Sep 11 10:21:04 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       Support for i386 coff
+       * obj-coffbfd.h : added stuff 
+       * tc-i386.c (tc_coff_fix2rtype): new function
+       * tc-i386.h : new coff defines
+
+Wed Sep  9 11:10:24 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
+        Motorola and MIT syntax; gas can now assemble either type of
+        file.
+       tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
+       From Steve Chamberlain:
+       m68kcoff.mt: for m68k COFF.
+       obj-coffbfd.c: (fixup_mdeps) added
+        (size_section) removed bad sanity check
+        (fill_section) added rs_machine_dependent case
+        (write_object_file) call fixup_mdeps
+        (fixup_segment) set fx_subsy to 0.
+       obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
+        handle m68k.
+       tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
+        pseudo ops.
+
+Fri Aug 28 16:25:22 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
+       tc-i960.c (md_ri_to_chars): Always output bout object file in
+       little endian byte order (used to use endianness of host).
+
+Tue Aug 25 15:11:08 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * z8k.c, z8k.h, z8k.mt: z8000 support stuff
+
+Mon Aug 24 12:45:12 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * tc-m68k.c: use TARGET_CPU to choose default cpu type.
+
+       * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
+       so that we can assemble hand-written libgcc code.
+
 Wed Aug 19 11:20:59 1992  Ian Lance Taylor  (ian@cygnus.com)
 
        * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
This page took 0.024641 seconds and 4 git commands to generate.