Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 9cb014d185dc01d0796ccee5e633642fef8f9833..c1d13397a4f2d50619fe3896aed615b2ecc92515 100644 (file)
@@ -1,5 +1,265 @@
+start-sanitize-d10v
+Fri Aug 30 14:47:38 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (find_opcode): Fix problem with calculating 
+       branch sizes in across sections.
+
+end-sanitize-d10v      
+start-sanitize-v850
+Fri Aug 30 00:44:13 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-850.c (md_assemble): Handle hi() correctly.  Handle
+       hi0() too.
+
+Wed Aug 28 23:11:08 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_begin): Deal with end of opcode
+       table marker.
+
+end-sanitize-v850
+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
This page took 0.027798 seconds and 4 git commands to generate.