* gas/v850/hilo.s: New testfile.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a829610f6f5f1b23171b99a12131ece8e35403bc..4f636b72935837847977cbbb0f67e2d9715e922d 100644 (file)
@@ -1,3 +1,632 @@
+start-sanitize-d10v
+Wed Aug 28 19:20:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (find_opcode): Fix a bug which could generate
+       the wrong opcode for cases like st2w where there are many forms
+       of the same instruction.
+
+end-sanitize-d10v
+Tue Aug 27 13:53:22 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * expr.c (operand): If md_parse_name is defined, call it before
+       calling symbol_find_or_make.
+       * config/tc-ppc.h (md_parse_name): Define.
+       (ppc_parse_name): Declare.
+       * config/tc-ppc.c (reg_name_search): Add regs and regcount
+       parameters.
+       (register_name): Update call to reg_name_search.
+       (cr_operand): New static variable.
+       (cr_names): New static const array.
+       (ppc_parse_name): New function.
+       (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
+       cr_operand before calling expression.
+
+Tue Aug 27 09:05:50 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (tc_gen_reloc): Add new argument to
+       hppa_gen_reloc_type call.
+
+start-sanitize-d10v
+Mon Aug 26 18:24:51 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fixed ".word".  Fixed problem with range checking
+       on addresses.  Improved error messages.
+       * doc/c-d10v.texi: Added docs for register pairs.
+
+Mon Aug 26 13:39:27 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Fix bug in parallel 
+       checking code.
+
+end-sanitize-d10v
+Mon Aug 26 14:38:22 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ecoff.c (init_file): Initialize fMerge to 1.
+       (add_file): Restore old file merging code, but only merge files if
+       fMerge is set.
+       (ecoff_directive_loc): Clear fMerge field of current file.
+       (ecoff_generate_asm_lineno): Likewise.
+
+start-sanitize-d10v
+Fri Aug 23 11:40:47 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * doc/c-d10v.texi: Fix typo. 
+
+end-sanitize-d10v      
+start-sanitize-v850
+Fri Aug 23 10:41:32 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Correct bit masking for
+       hi and lo expressions.
+
+       * config/tc-v850.c (md_assemble): Rough cut at demanding
+       "ep" or "r30" in sst and sld instructions.
+       (md_apply_fix3): Don't abort.  Just warn that we don't
+       have relocs yet.
+
+       * config/tc-v850.c (CC_NAME_CNT): Define.
+       (cc_name): New function.
+       (md_assemble): Handle V850_OPERAND_CC correctly.
+
+       * config/tc-v850.c (md_assemble): Don't forget to initialize
+       "insn"!
+
+       * config/tc-v850.c (reg_name_search): Generalize to search
+       any given register table.
+       (register_name): Pass appropriate table and size to reg_name_search.
+       (system_register_name): New function.
+       (SYSREG_NAME_CNT): Define.
+       (md_assemble): Handle operands which are system registers.
+       
+       * config/tc-v850.c (md_assemble): If we find a register, but the
+       opcode doesn't want a register, then we don't have a match.
+       (md_assemble): Get size of the instruction from the opcode table.
+
+end-sanitize-v850
+Thu Aug 22 10:20:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set and substitute HLDENV.
+       * configure: Rebuild.
+       * Makefile.in (HLDENV): New variable.
+       (as.new): Use $(HLDENV).
+
+       * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
+       if an array dimension is not known.
+
+start-sanitize-d10v
+Thu Aug 22 10:50:00 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fix a reloc bug caused by my last change. 
+       * doc/c-d10v.texi: Cleanup.
+       
+end-sanitize-d10v      
+start-sanitize-v850
+Tue Aug 20 15:15:16 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
+
+       * config/tc-v850.c: New file.
+       * config/tc-v850.h: New file.
+       * configure (v850-*-elf): New target.
+       * configure.in (v850-*-elf): New target.
+       
+end-sanitize-v850
+start-sanitize-d10v
+Wed Aug 21 15:50:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * doc/c-d10v.texi: New file.
+       * doc/all.texi: Added D10V stuff.
+       * doc/as.texinfo: Added D10V stuff.
+
+Tue Aug 20 14:10:02 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: All references to defined symbols should
+       now use the optimal instruction.  .float and .double now work. 
+
+end-sanitize-d10v      
+Mon Aug 19 14:41:36 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
+       section address for the i960 as is done for the i386.
+
+Thu Aug 15 16:37:59 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-config.in: Add wildcards for config matching, add mips-*-*
+       case, forward-include bfd/elf-bfd.h.
+
+start-sanitize-d10v
+Thu Aug 15 13:24:30 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Add additional information to the opcode
+        table to help determinine which instructions can be done
+        in parallel. 
+
+end-sanitize-d10v      
+Thu Aug 15 17:01:31 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-arm.c: Major changes to add Thumb support, with lots
+       of change input from <rearnsha@armltd.co.uk>.
+       Reverted to INSN_SIZE macro, rather than insn_size variable.
+       (insns): Added ARM "bx" instruction support.
+       (tinsns): Added Thumb instruction definition structure.
+       (arm_tops_hsh): Added hash structure for Thumb opcodes.
+       (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
+       (opcode_select,s_arm,s_thumb,s_code): Added.
+       (decode_shift): Allow upper-case RRX.
+       (do_ldst): Simpler halfword support.
+       (do_ldmstm): Improved.
+       (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
+       thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
+       do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
+       do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
+       do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
+       do_t_adr): Added.
+       (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
+       (md_parse_option): Add support for -mthumb.
+       (md_show_usage): Updated to reflect new command line option.
+       (arm_data_in_code, arm_canonicalize_symbol_name): Added.
+       * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
+       fragment information to be held.
+
+Thu Aug 15 16:12:00 1996  Richard Earnshaw (rearnsha@armltd.co.uk)
+
+       * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is 
+       non-null, but is a constant.
+       (fix_new_arm): Call make_expr_symbol to make the expression symbol
+       so that error reporting will work correctly.
+
+Wed Aug 14 10:37:21 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
+       against weak symbols.
+
+Tue Aug 13 17:39:24 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
+       (ppc_force_relocation): Declare if OBJ_XCOFF.
+       * config/tc-ppc.c (ppc_force_relocation): New function if
+       OBJ_XCOFF.
+
+Mon Aug 12 16:49:43 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.h (BYTE_ORDER): Don't define.  No longer used.
+
+start-sanitize-d10v
+Fri Aug  9 17:48:28 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fix problem with relocs. 
+
+end-sanitize-d10v      
+Fri Aug  9 14:16:14 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
+       with nops if not in data_section or bss_section.
+
+Thu Aug  8 12:32:56 1996  Klaus Kaempf  <kkaempf@progis.de>
+
+       Add support for openVMS/Alpha.
+       * as.h (PRINTF_LIKE): Don't define if VMS, for now.
+       * config/obj-evax.c: New file.
+       * config/obj-evax.h: New file.
+       * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
+       defined.
+       * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
+       defined.  Add case for bfd_target_evax_flavour.
+       * config/vms-a-conf.h: New file.
+       * conf-a-gas.com: New file.
+       * configure.in: Add target alpha-*-*vms*.
+       * configure: Rebuild.
+       * makefile.vms: New file.
+       * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
+       Don't call ffs on openVMS/Alpha.
+
+Wed Aug  7 14:19:03 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
+
+       * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
+       <strings.h> if they exist.  Call GAS_CHECK_DECL_NEEDED on strstr
+       and sbrk.
+       * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
+       (NEED_DECLARATION_SBRK): New macro.
+       * configure, conf.in: Rebuild.
+       * as.h: Only include <strings.h> if HAVE_STRINGS_H.
+       (strstr): Declare if NEED_DECLARATION_STRSTR.
+       * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
+
+Wed Aug  7 11:50:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * symbols.c (resolve_symbol_value): Handle addition or subtraction
+       by a constant before entering the main switch.  Reject attempts to
+       apply an arithmetic function to non-absolute symbols, except for
+       the special case of subtraction of two symbols in the same
+       section.
+
+       * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
+       not to more than a 16 byte boundary.
+
+       * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
+       #ifndef OBJ_ELF lines.  From Eric Valette <valette@crf.canon.fr>.
+       (tc_gen_reloc): If out of memory call as_fatal rather than
+       assert.  If no howto found, call as_bad_where rather than
+       as_fatal.  Change the error message slightly.  Set howto to a
+       non-NULL value in order to keep going.
+
+start-sanitize-d10v
+Tue Aug  6 12:58:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
+
+end-sanitize-d10v      
+Tue Aug  6 11:15:26 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-h8300.c (get_specific): New operand "size" derived
+       from ".b", ".w" and ".l" extensions.  All callers changed.  If
+       the base instruction has no operands, then use the size to
+       determine which specific instruction to use.
+
+Mon Aug  5 14:21:10 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
+
+Fri Aug  2 11:23:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (md_section_align): Don't change addr if
+       OBJ_ELF.
+
+Thu Aug  1 23:51:52 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c: Revert yesterday's changes.
+       
+start-sanitize-d10v
+Wed Jul 31 14:46:11 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Disable range checking on 16-bit values.
+
+end-sanitize-d10v      
+Wed Jul 31 16:27:19 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
+       not just the ones that don't match.
+
+start-sanitize-d10v
+Wed Jul 31 11:45:15 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
+
+end-sanitize-d10v
+Wed Jul 31 15:41:42 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
+       pre-cursor to adding Thumb support. Also added cpu_variant flag
+       information to each of the asm_flg structures.
+       (md_parse_option): Updated ARM7 parsing to allow 't' for
+       thumb/halfword support, aswell as 'm' for long multiply.
+       (md_show_usage): Updated help message.
+       (md_assemble): Check that instruction flags are applicated to the
+       current cpu variant.
+       (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
+       BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
+       signextension instructions.
+       (do_ldst): Generate halfword and signextension variants if
+       mnemonic flags match.
+       (ldst_extend): Do not allow shifts in the offset field of halfword
+       or signextension instructions.
+       (validate_offset_imm): Provide check on halfword and signextension
+       immediate range.
+       (add_to_lit_pool): Merge identical literal pool values.
+
+Tue Jul 30 14:28:23 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (selector_table): Add 'E' selector.
+       (cons_fix_new_hppa): Don't coke on e_esel.
+       (tc_gen_reloc, SOM version): Handle R_COMP2 when used
+       to help generate exception handling tables.
+       (md_apply_fix): Don't try to apply fixups with an e_esel
+       selector.
+       (hppa_fix_adjustable): Fixups with e_esel selectors
+       are not adjustable.
+
+Tue Jul 30 15:51:41 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
+       pseudo-ops.
+
+start-sanitize-d10v
+Fri Jul 26 11:43:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Added lots of error checking.  Added hacks
+       to support accumulator shifts.
+       
+end-sanitize-d10v
+Fri Jul 26 11:56:08 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * symbols.c (S_SET_EXTERNAL): Let .weak override.
+       (S_CLEAR_EXTERNAL): Likewise.
+       (S_SET_WEAK): Remove error; just let .weak override.
+
+start-sanitize-d10v
+Thu Jul 25 15:22:51 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (md_assemble): Now handles multiline
+       instructions.
+
+Thu Jul 25 12:03:33 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fix packaging bug. Added range checking.
+       Added kludge for divs instruction.  Fixed minor problem with
+       multiple text sections.
+       * config/tc-d10v.h (d10v_cleanup): Change prototype. 
+       
+Tue Jul 23 10:49:36 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (md_apply_fix3): Fix all instruction
+       addresses to be right-shifted by 2.
+
+Mon Jul 22 11:32:36 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Many changes to get relocs working.
+       (register_name): No longer creates a symbol for register names.
+       (pre_defined_registers): moved to opcodes/d10v-opc.c.
+       (d10v_insert_operand): Now works correctly for either container.
+       * config/tc-d10v.h (d10v_cleanup): Declare. 
+       
+end-sanitize-d10v      
+Mon Jul 22 14:01:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
+       BFD_RELOC_PCREL_LO16 are expected to be PC relative.
+
+Mon Jul 22 12:46:55 1996  Richard Henderson  <rth@tamu.edu>
+
+       * tc-alpha.c: Patches to track current minimum alignment to reduce
+       the number of fragments created with frag_align.
+       (alpha_current_align): New static variable.
+       (s_alpha_text): Reset alignment to 0.
+       (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
+       (s_alpha_stringer, s_alpha_space): New functions.
+       (s_alpha_cons, alpha_flush_pending_output): Remove functions.
+       (alpha_cons_align): New function to replace both of them.
+       (emit_insn): Only align if alpha_current_align is less than 2;
+       reset alpha_current_align to 2.
+       (s_alpha_gprel32): Likewise.
+       (s_alpha_section): New function.  Basically duplicate the other
+       alpha section change hooks.  Only define for ELF.
+       (s_alpha_float_cons): Simplify alignment handling.
+       (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
+       If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
+       Don't define the s_alpha_cons pseudo-ops.  Do define
+       s_alpha_stringer and s_alpha_space pseudo-ops.
+       (alpha_align): Skip if less than current default alignment.  Set
+       default alignment.
+       * tc-alpha.h (md_flush_pending_output): Remove.
+       (md_cons_align): Add.
+
+       * tc-alpha.c: Add oodles of function description comments.
+       (md_bignum_to_chars): Remove; there are no callers.
+       (md_show_usage): Mention some more variants.
+
+Thu Jul 18 15:54:54 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Andrew Gierth <ANDREWG@microlise.co.uk>:
+       * configure.in (sparc-*-sysv4*): New target.
+       * configure: Rebuild.
+
+       * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
+       uaxword to use s_uacons.
+       (sparc_no_align_cons): New static variable.
+       (s_uacons): New static function.
+       (sparc_cons_align): If sparc_no_align_cons is set, just clear it
+       and return.
+
+       * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
+
+       * configure.in: Add mips-*-irix6* target.  Handle Irix 6 like Irix
+       5 with regard to shared libraries.
+       * configure: Rebuild.
+
+       * config/tc-m68k.c (m68k_ip): Use the correct length when
+       allocating space for the unsupported architecture error message.
+
+start-sanitize-d10v
+Thu Jul 18 12:57:10 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
+
+Wed Jul 17 14:25:13 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: New file.
+       * config/tc-d10v.h: New file.
+       * configure (d10v-*-elf): New target.
+       * configure.in (d10v-*-elf): New target.
+end-sanitize-d10v
+       
+Fri Jul 12 20:54:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
+
+Wed Jul 10 12:39:08 1996  Richard Henderson  <rth@tamu.edu>
+
+       * config/tc-alpha.c (alpha_align): Change fill parameter
+       to a pointer.  Take NULL as 0 or nop depending on section.  Change
+       all callers.
+       (s_alpha_align): Rename local variables.
+
+       * doc/as.texinfo (.align): Document action of omitted
+       fill parameter.
+
+Wed Jul 10 00:23:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (md_apply_fix3): Give a useful error message
+       when an unsupported PC relative reloc is seen, rather than calling
+       abort.
+
+       * app.c (do_scrub_chars): Remove not_cpp_line local variable.
+       Instead, check state when '#' comment is seen.
+
+Mon Jul  8 14:11:49 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
+       OBJ_MAYBE_ELF.
+       (tc_gen_reloc): If fixup was changed to be PC relative, change
+       reloc type accordingly.  Use name of reloc in error message.
+
+       * as.h: Don't define const or volatile.
+       * flonum.h: Don't define const.
+
+       * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
+       if fx_pcrel is set.  Correct setting the addend case in the
+       OBJ_ELF case (from Andreas Schwab
+       <schwab@issan.informatik.uni-dortmund.de>).
+       (md_show_usage): Correct -mfc5200 to -m5200.
+
+Fri Jul  5 10:32:58 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * doc/c-m68k.texi: Document -m5200 flag.
+       * doc/as.texinfo: Likewise.
+
+       * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
+       scale factor.
+
+Fri Jul  5 11:07:24 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
+       (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
+
+Thu Jul  4 11:59:46 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (VERSION): Set to cygnus-2.7.1.
+
+       * Released binutils 2.7.
+
+Thu Jul  4 10:11:33 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c (mips_ip): Only perform range check when
+       dealing with O_constant expressions.
+
+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>
+
+       * read.h (is_it_end_of_statement): Declare.
+       * read.c (is_it_end_of_statement): Remove declaration.
+
+       * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
+       within &&.
+       (md_assemble): Fix handling of @l with an unsigned constant.  Add
+       default case to reloc switch.
+
+       * 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.
@@ -153,7 +782,6 @@ Tue Jun 18 13:19:51 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
        Don't always promote L_8 to L_16.
        (do_a_fix_imm): Clean up L_32 and L_24 handling.
 
-start-sanitize-h8s
        * config/tc-h8300.c (Smode): New variable.
        (h8300hmode): Turn off Hmode.
        (h8300smode): New function.  Turn on Smode and Hmode.
@@ -166,7 +794,6 @@ start-sanitize-h8s
        * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
        (Smode): Declare.
 
-end-sanitize-h8s
 Mon Jun 17 15:50:53 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
 
        * doc/as.texinfo: Reorder chapter of machine dependent options so
@@ -1419,7 +2046,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,
This page took 0.055783 seconds and 4 git commands to generate.