* m68k-parse.h (m68k_register): Add new coldfile control
[binutils-gdb.git] / gas / ChangeLog
index 09b3b786790b8e3de69a0ca609c3fc9fdccc6db2..4cd00f6f49e91d13e7ce90a6cab517c0681d112f 100644 (file)
@@ -1,3 +1,256 @@
+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
+       defined.
+
+       * doc/as.texinfo: Document that any number of hex digits can
+       follow \x.
+
+       * as.c (struct defsym_list): Define.
+       (defsyms): New static variable.
+       (parse_args): Just put --defsym arguments on defsyms list, rather
+       than defining them.
+       (main): Define defsyms after output file is created.
+
+       * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
+       cpu32.  From Eric Norum <Eric.Norum@usask.ca>.
+
+       * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
+       insn_error rather than calling check_absolute_expr.
+
+       * as.c (emulation_name): Remove unused static variable.
+       (default_emul_bfd_name): Add return NULL to avoid warning.
+       * ecoff.c (ecoff_stab): Remove unused variables name and
+       name_end.
+       * frags.c (frag_new): Remove unused variable tmp.
+       * hash.c (hash_grow): Parenthesize + within <<.
+       (hash_print_statistics): Use %lu, not %d, to print unsigned
+       long variables.
+       * messages.c: Include "libiberty.h".
+       (fprint_value): Add cast to avoid printf warning.
+       (sprint_value): Likewise.
+       * read.c: Include "ecoff.h".
+       (emit_expr): Add casts to avoid printf warnings.
+       * read.h: Use extern for function declarations.
+       (pop_insert): Declare.
+       * stabs.c: Include "ecoff.h".
+       * subsegs.c (subseg_set_rest): Remove unused variables tmp,
+       former_last_fragP, and new_fragP.
+       * subsegs.h (subsegs_print_statistics): Declare.
+       * symbols.c (debug_verify_symchain): Change macro to discard
+       arguments.
+       * write.c (dump_section_relocs): Likewise.
+       * write.h: Use extern for function declarations.
+       (write_print_statistics): Declare.
+       * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
+       warning.
+       * config/e-mipself.c (mipself_bfd_name): Likewise.
+       * config/obj-elf.h (elf_ecoff_set_ext): Declare.
+
+       * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
+       emit relocations against external symbols.
+
+       * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
+       message if bfd_reloc_type_lookup fails, rather than calling
+       assert.
+
+       * config/tc-alpha.c (alpha_force_relocation): Add
+       BFD_RELOC_12_PCREL to switch.
+
+Tue Jun 18 20:29:57 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
+       TE_PE (Lfoo, not .Lfoo).
+
 Tue Jun 18 17:13:33 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * read.c (s_fill): Don't warn about a zero repeat count.
@@ -1285,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,