* m68k-parse.h (m68k_register): Add new coldfile control
[binutils-gdb.git] / gas / ChangeLog
index 6b10cd183642a110d8f34fe81e6c8d9915df9d88..4cd00f6f49e91d13e7ce90a6cab517c0681d112f 100644 (file)
@@ -1,3 +1,192 @@
+Wed Jul  3 15:02:21 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * m68k-parse.h (m68k_register): Add new coldfile control
+       registers.
+
+       * config/tc-m68k.c (mcf5200_control_regs): New variable, 
+       array of control registers for the coldfire.
+       (cpu_of_arch): Added mcf5200.
+       (archs): Added mcf5200.
+       (init_table): Add new control registers.
+       (m68k_ip): Added support for new control registers.
+       (m68k_init_after_args): Likewise.
+
+       * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
+
+Wed Jul  3 16:05:50 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
+
+       Based on patches from Tom Quiggle <quiggle@sgi.com>:
+       * ecoff.c (last_lineno): New static variable.
+       (add_procedure): Set last_lineno.
+       (ecoff_directive_loc): Likewise.
+       (ecoff_generate_asm_lineno): Likewise.
+       (ecoff_fix_loc): New function.
+       * ecoff.h (ecoff_fix_loc): Declare.
+       * config/tc-mips.c (append_insn): When inserting nops, and using
+       ECOFF debugging, call ecoff_fix_loc.
+
+Tue Jul  2 23:02:12 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-h8300.c (build_bytes): If an operand type is 
+       marked as SRC_IN_DST retrieve it from the "destination" op.
+
+Sat Jun 29 13:38:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (arm-*-riscix*): Set emulation to riscix.
+       * configure: Rebuild.
+       * config/te-riscix.h: New file to define TE_RISCIX.
+
+       * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
+
+Fri Jun 28 15:14:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (config.status): Just run config.status as other
+       tools do.
+
+Fri Jun 28 11:09:38 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-config.in (TARGET_OS): Add definition to conf.
+
+Thu Jun 27 20:39:40 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c (append_insn): Parenthesize
+       cop_interlocks expressions.
+
+Thu Jun 27 12:18:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * listing.c (listing_print): Close the listing file if it is not
+       stdout.  Close the other files opened for the listing.
+
+       * config/tc-sparc.h (md_cons_align): Define.
+       (sparc_cons_align): Declare.
+       (HANDLE_ALIGN): Define.
+       (sparc_handle_align): Declare.
+       * config/tc-sparc.c (sparc_cons_align): New function.
+       (sparc_handle_align): New function.
+       * read.c (cons_worker): Call md_cons_align if it is defined.
+
+       * as.h (struct frag): Add fr_file and fr_line fields.
+       * frags.c (frag_new): Set fr_file and fr_line.
+       (frag_var): Likewise.
+       (frag_variant): Likewise.
+
+       * as.h (struct frag): Remove unused align_mask and align_offset
+       fields.
+
+       * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
+       From <uddeborg@carmen.se>.
+
+Wed Jun 26 13:21:34 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (mips-*-osf*): New target.
+       * configure: Rebuild.
+
+       * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
+
+Wed Jun 26 16:23:08 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
+       between co-processor comparisons and branches for the VR4300.
+
+Mon Jun 24 18:02:50 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
+       INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
+       (docdir): Removed.
+       * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+       * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
+       includedir): Use autoconf set values.
+       (docdir): Removed.
+
+Mon Jun 24 11:58:14 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * listing.c (listing_eject): Don't do anything if listing is 0.
+       (listing_list): Likewise.
+       (listing_source_line): Likewise.
+       (listing_title): Don't save title if listing is 0.
+       (listing_source_file): Check listing rather than listing_tail.
+
+       * configure.in: On alpha*-*-osf*, link against libbfd.a if not
+       using shared libraries.
+       * configure: Rebuild.
+
+Fri Jun 21 18:22:23 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
+       absolute expression if a relocation type was specified.
+
+Fri Jun 21 17:40:16 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
+
+       * configure.in: Add support for *-*-rtems* configurations.
+       * configure: Rebuild.
+
+Fri Jun 21 16:01:18 1996  Richard Henderson  <rth@tamu.edu>
+
+       * configure.in: Add alpha-*-linuxecoff* target.  Use elf for
+       alpha-*-linux* target.  Force bfd_gas for alpha-*.  Require
+       opcodes library for alpha.
+       * configure: Rebuild with autoconf 2.10.
+       * config/tc-alpha.c: Substantial rewrite to add ELF support and
+       use new opcode table.
+       * config/tc-alpha.h (md_undefined_symbol): Don't define.
+       (LOCAL_LABEL): Define differently if OBJ_ELF.
+       (FAKE_LABEL_NAME): Define if OBJ_ELF.
+       * config/alpha-opcode.h: Remove.
+       * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
+       * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
+       include/opcode/alpha.h rather than config/alpha-opcode.h.
+
+Thu Jun 20 19:10:28 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-aout.c (obj_emit_relocations): Give an error if the
+       relocation symbol was not resolved.
+       * config/obj-coff.c (do_relocs_for): Likewise.
+
+       * write.c (adjust_reloc_syms): Refetch the symbol section after
+       calling S_GET_VALUE, since it may have changed.
+
+       * expr.c (struct expr_symbol_line): Define.
+       (expr_symbol_lines): New static variable.
+       (make_expr_symbol): Add entry to expr_symbol_lines.
+       (expr_symbol_where): New function.
+       * expr.h: Use extern on function declarations.
+       (expr_symbol_where): Declare.
+       * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
+       rather than printing the meaningless name of an expression
+       symbol.
+
+Thu Jun 20 15:57:41 1996  Ken Raeburn  <raeburn@cygnus.com>
+
+       * config/tc-i386.c (md_number_to_chars): Deleted.
+       * config/tc-i386.h (md_number_to_chars): New macro.
+
+       * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
+       the file.
+       (load_symbol_address, load_expression): Use build_mem.
+       (build_operate): New function.
+       (emit_addq_r): Use it.
+
+       Wed Mar 13 22:14:14 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * symbols.c (colon):  #if VMS, use S_SET_OTHER to store `const_flag'.
+
+       Tue Mar  5 14:31:45 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * config/tc-vax.h (NOP_OPCODE): Define.
+
+       Sun Feb  4 21:01:03 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * config/obj-vms.h (S_IS_COMMON): Define.
+       (S_IS_LOCAL): Check for \002 as well as \001.
+       (LONGWORD_ALIGNMENT): New macro.
+       (SUB_SEGMENT_ALIGN): Use it.
+
+       Fri Jan 26 17:44:09 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * config/vms-conf.h: Reconcile with conf.in.
+
 Wed Jun 19 11:31:50 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
@@ -1349,7 +1538,6 @@ Mon Dec 11 16:23:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
        * mac-as.r: Fix copyright and version strings.
        (cfrg): Use PROG_NAME instead of literal name.
 
-
 Mon Dec 11 14:14:08 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * read.c (read_a_source_file): If tc_unrecognized_line is defined,