]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* symbols.c (resolve_symbol_value): If both left and right
[binutils.git] / gas / ChangeLog
index 1af76b23e1580dfe256dbcce2ad53a0c859e32e9..1c2f3c0b30e3a8246e1d7eef025a345da1b726a3 100644 (file)
@@ -1,3 +1,267 @@
+Thu Feb 20 13:56:00 1997  Ian Lance Taylor  <[email protected]>
+
+       * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
+       complex expression.
+
+       * symbols.c (resolve_symbol_value): If both left and right
+       operands are undefined, warn about both of them.
+
+Wed Feb 19 00:53:28 1997  Ian Lance Taylor  <[email protected]>
+
+       Based on patches from Eric Youngdale <[email protected]>:
+       * config/obj-elf.c (elf_pseudo_table): Add "symver".
+       (obj_elf_symver): New static function.
+       * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
+       field.
+
+       * write.c (relax_segment): Make type and printf format agree.
+
+       * read.c (get_line_sb): Don't end the line on a semicolon inside a
+       string.
+
+start-sanitize-d30v
+Tue Feb 18 18:42:51 1997  Martin M. Hunt  <[email protected]>
+
+       * config/tc-d30v.c, config/tc-d30v.h: New files.
+
+       * configure: Rebuilt.
+       
+       * configure.in: Add case for d30v.
+
+end-sanitize-d30v      
+Sun Feb 16 17:47:29 1997  Fred Fish  <[email protected]>
+
+       * config/tc-alpha.h (md_operand): Define with a null expansion,
+       like all the other targets.
+       * doc/internals.texi (CPU backend): Add missing word in 
+       md_flush_pending_output description.  Fix typo in md_convert_frag
+       description.
+start-sanitize-tic80
+       * config/tc-tic80: Minor comment additions/changes.
+end-sanitize-tic80
+       
+Fri Feb 14 18:09:59 1997  Philippe De Muyter  <[email protected]>
+
+       * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
+       (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
+       * config/obj-coff.c (obj_coff_def): Use
+       tc_canonicalize_symbol_name if defined.
+       (obj_coff_tag, obj_coff_val): Likewise.
+       * expr.c (operand): Reject '~' as operator if is_name_beginner.
+
+Fri Feb 14 17:24:48 1997  Ian Lance Taylor  <[email protected]>
+
+       Based on notes from Peter Eriksson <[email protected]>.  The target
+       does not actually work, though:
+       * configure.in (i386-sequent-bsd*): New target.
+       * configure: Rebuild.
+       * config/tc-dynix.h: New file.
+       * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
+
+       * read.c (do_align): Add max parameter.  Change all callers.
+       Remove useless static variables.
+       (s_align): New static function.  Do common portion of
+       s_align_bytes and s_align_ptwo.
+       (s_align_bytes, s_align_ptwo): Just call s_align.
+       * frags.c (frag_align): Add max parameter.  Change all callers.
+       (frag_align_pattern): Likewise.
+       * frags.h (frag_align, frag_align_pattern): Update declarations.
+       * write.c (relax_segment): Limit alignment change to fr_subtype.
+       Fix some types to be addressT.
+       * config/obj-coff.c (size_section): Likewise.
+       * config/obj-ieee.c (size_section): Likewise.
+       * config/tc-d10v.h (md_do_align): Add max parameter.
+       * config/tc-i386.h (md_do_align): Likewise.
+       * config/tc-m88k.h (md_do_align): Likewise.
+       * config/tc-m88k.c (m88k_do_align): Likewise.
+       * config/tc-sh.h (md_do_align): Likewise.
+       * config/tc-sh.c (sh_do_align): Likewise.
+       * as.h: Improve comments on rs_align and rs_align_code.
+       * doc/as.texinfo: Document new alignment arguments.
+       * doc/internals.texi (Frags): Document use of fr_subtype field for
+       rs_align and rs_align_code.
+
+Fri Feb 14 15:56:06 1997  Gavin Koch  <[email protected]>
+
+       * config/tc-mips.c: Changed opcode parsing.
+
+Thu Feb 13 20:02:16 1997  Fred Fish  <[email protected]>
+
+       * config/{tc-alpha.h, tc-arc.h, tc-d10v.h, tc-generic.h, tc-i960.h,
+       tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-v850.h, tc-vax.h, tc-w65.h}:
+       Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
+       * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
+       tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
+       to a location consistent with the rest of the target include files.
+       * config/tc-i386.c: Remove misleading comment.
+       * doc/internals.texi (CPU backend): Add description of function
+       md_undefined_symbol.
+start-sanitize-tic80
+       * config/tc-tic80.c: Add code to insert predefined symbols into the
+       symbol table so they can be parsed by the standard expression parser.
+       Remove custom code that use to parse them.
+       * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
+       to a location consistent with the rest of the target include files.
+end-sanitize-tic80
+       
+Thu Feb 13 21:44:18 1997  Klaus Kaempf  <[email protected]>
+
+       * as.h: GNU c provides unlink() function.
+
+       Unify section handling on openVMS/Alpha:
+       * config/tc-alpha.c(s_alpha_link): Remove.
+       (s_alpha_section): New function.
+       Remove case-hacking of symbols
+       Add .code_address pseudo-op.
+       (BFD_RELOC_ALPHA_CODEADDR): New relocation.
+       (s_alpha_code_address): New function.
+       (alpha_ctors_section, alpha_dtors_section): New sections for C++
+       static constructors/destructors.
+       Add debug code for crash debugs, to be removed when traceback code
+       is added to object code.
+       (s_alpha_name): New function for .name pseudo-op.
+       (alpha_print_token): New function to print token expressions with
+       alpha specific extensions.
+
+       * makefile.vms: Allow compilation with current gcc snapshot.
+
+Thu Feb 13 16:29:04 1997  Fred Fish  <[email protected]>
+
+       * doc/Makefile.in (TEXI2DVI): Set to just name of program.
+       (DVIPS): Set to dvips.
+       (ps, as.ps, gasp.ps): New targets.
+       (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
+       and MAKEINFO env variables.
+       (internals.ps): Use DVIPS macro.
+       (clean): Remove core and backup files.
+       (distclean): Remove temporary files from building internals.
+       (clean-dvi): Ditto.
+       * doc/internals.texi (Frags): Fix typo.
+       (GAS processing): Ditto.
+       (CPU backend): Ditto.
+       * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
+       * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
+       * read.c: Remove ugly hack that dealt with config files not
+       correctly defining TARGET_BYTES_BIG_ENDIAN.
+       (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
+       * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
+       * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
+       * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
+       * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
+       * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
+       * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
+       with TARGET_BYTES_BIG_ENDIAN defined to 0.
+       * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
+       and simplify.  Test value of TARGET_BYTES_BIG_ENDIAN, not just
+       whether it is defined or not.
+       * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
+       * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
+       and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
+       whether it is defined or not.
+start-sanitize-tic80
+       * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
+       (TARGET_BYTES_BIG_ENDIAN): Define to 0.
+end-sanitize-tic80
+       
+Thu Feb 13 14:40:16 1997  Doug Evans  <[email protected]>
+
+       * write.c (write_relocs): Correct text in as_fatal error message,
+       bfd_perform_relocation -> bfd_install_relocation.
+
+Thu Feb 13 14:48:03 1997  Philippe De Muyter  <[email protected]>
+
+       * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
+       * read.c (LEX_TILDE): Define if not defined.
+       (lex_type): Use LEX_TILDE.
+       * expr.c (get_symbol_end): Check first char with is_name_beginner,
+       not is_part_of_name.
+
+Thu Feb 13 11:40:58 1997  Ian Lance Taylor  <[email protected]>
+
+       * config/tc-sparc.c (md_show_usage): Add missing backslash at end
+       of continued line.
+
+       * config/tc-mips.c (mips16_extended_frag): Correct base address
+       for an extended PC relative instruction.
+       (md_convert_frag): Likewise.
+
+       * config/tc-mips.c (prev_nop_frag): New static variable.
+       (prev_nop_frag_holds): New static variable.
+       (prev_nop_frag_required): New static variable.
+       (prev_nop_frag_since): New static variable.
+       (append_insn): If we aren't reordering, and prev_nop_frag is not
+       NULL, and we don't need any nops, then decrease the size of
+       prev_nop_frag.  Don't insert nops because of instructions in
+       noreorder sections.  Remember whether the previous instructions
+       where in noreorder sections even when not reordering.
+       (mips_no_prev_insn): Add preserver parameter.  Change all
+       callers.  Refer prev_nop_frag variables when appropriate.
+       (mips_emit_delays): Set up prev_nop_frag.
+       (s_mipsset): Clear prev_nop_frag if reordering.
+
+Wed Feb 12 14:36:29 1997  Ian Lance Taylor  <[email protected]>
+
+       * config/tc-mips.c (append_insn): Remove useless code which
+       handled swapping a mips16 jump with a mips16 instruction with a
+       reloc.
+
+       * config/tc-mips.c (md_parse_option): When debugging, set
+       mips_optimize to 1, not 0.
+
+       * config/tc-mips.c (mips16_ip): Handle an extend operand.
+
+       * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
+       like the expression was based on `.', adjust the value of the
+       symbol.
+
+       * config/tc-mips.c (append_insn): Warn about an attempt to put an
+       extended instruction in a delay slot when not reordering.
+       (md_convert_frag): Warn if an extended instruction appears in a
+       delay slot.
+
+       * config/tc-mips.c (mips_pseudo_table): Add "insn".
+       (s_insn): New static function.
+       * doc/c-mips.texi: Document .insn.
+
+       * config/tc-mips.c (md_begin): Add the general registers to the
+       symbol table.
+       (mips16_ip): First parse the expression, and then see whether it
+       came up with a register, rather than trying to first see whether
+       we are looking at a register.
+
+start-sanitize-tic80
+Tue Feb 11 15:13:39 1997  Fred Fish  <[email protected]>
+
+       * config/tc-tic80.c: Numerous changes and additions to flesh
+       out functions that were previously just stubs, and fix some
+       problems found using the new TIc80 testsuite cases.
+
+end-sanitize-tic80
+Tue Feb 11 15:52:22 1997  Ian Lance Taylor  <[email protected]>
+
+       * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
+       (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
+
+       * config/tc-mips.c (append_insn): Output jump instruction as a
+       pair of 2 byte instructions, rather than as a single 4 byte
+       instruction.
+
+start-sanitize-r5900
+       * config/tc-mips.c (md_begin): Correct test of mips_5900.
+       (mips_ip): Don't check INSN_ISA for a macro.
+
+end-sanitize-r5900
+start-sanitize-r5900
+Fri Feb  7 11:11:06 1997  Gavin Koch  <[email protected]>
+        
+        * config/tc-mips.c: added r5900.
+        
+end-sanitize-r5900
+Mon Feb 10 22:06:00 1997  Dawn Perchik  ([email protected])
+
+       * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
+       config/itbl-mips.h: Add copyright message and fix indentation.
+
 Mon Feb 10 18:09:00 1997  Dawn Perchik  ([email protected])
 
        * itbl-ops.c: New file.  Add support for dynamically read 
@@ -110,7 +374,6 @@ Thu Jan 30 12:08:40 1997  Ian Lance Taylor  <[email protected]>
        (s_space): Set mri_pending_align if an odd number of bytes were
        output.
 
-start-sanitize-d10v
 Wed Jan 29 15:31:12 1997  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.h (md_do_align): Add this hook to call
@@ -119,7 +382,6 @@ Wed Jan 29 15:31:12 1997  Martin M. Hunt  <[email protected]>
        * config/tc-d10v.c (find_opcode): Correctly calculate
        branch displacement when .aligns are present.
 
-end-sanitize-d10v      
 Wed Jan 29 09:42:11 1997  Jeffrey A Law  ([email protected])
 
        * config/tc-mn10200.c (md_relax_table): Define.
@@ -398,7 +660,6 @@ Wed Dec 18 22:54:39 1996  Stan Shebs  <[email protected]>
 
        * mpw-make.sed: Use NewFolderRecursive for installation.
 
-start-sanitize-d10v
 Wed Dec 18 16:00:42 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c (do_assemble): Correct previous bug fix.
@@ -408,7 +669,6 @@ Wed Dec 18 15:27:40 1996  Martin M. Hunt  <[email protected]>
        * config/tc-d10v.c (md_assemble): Fix bug which caused
        second instruction in a line to be case sensitize. PR11312
 
-end-sanitize-d10v      
 Wed Dec 18 10:08:46 1996  Jeffrey A Law  ([email protected])
 
        * config/tc-mn10200.c (mn10200_insert_operand): Don't
@@ -512,13 +772,11 @@ Thu Dec 12 15:18:21 1996  Michael Meissner  <[email protected]>
        BFD_RELOC_24_PLT_PCREL relocation.
        (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
 
-start-sanitize-d10v
 Tue Dec 10 13:51:55 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c (write_2_short): Remove code that called
        parallel_ok() when the programmer specified parallel instructions.
 
-end-sanitize-d10v
 Tue Dec 10 12:23:19 1996  Jeffrey A Law  ([email protected])
 
        * config/tc-mn10300.c (md_assemble): Update to handle endianness
@@ -581,7 +839,6 @@ Fri Dec  6 15:36:32 1996  Jeffrey A Law  ([email protected])
        * config/tc-mn10300.c: Fix various gcc -Wall warnings.
        Remove '$' prefixing for registers.
 
-start-sanitize-d10v
 Fri Dec  6 00:55:48 1996  Martin  <[email protected]>
 
        * config/tc-d10v.c (md_assemble): Check to see if prev_seg
@@ -590,19 +847,16 @@ Fri Dec  6 00:55:48 1996  Martin  <[email protected]>
 
        * config/tc-d10v.h (d10v_cleanup): Change prototype.
        
-end-sanitize-d10v      
 Thu Dec  5 11:03:31 1996  Ian Lance Taylor  <[email protected]>
 
        * write.c (fixup_segment): Don't discard the symbol for a PC
        relative fixup to an absolute symbol.
 
-start-sanitize-d10v
 Wed Dec  4 15:42:41 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
        with multiple sections.
 
-end-sanitize-d10v      
 Wed Dec  4 13:00:07 1996  Ian Lance Taylor  <[email protected]>
 
        * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
@@ -724,14 +978,12 @@ Thu Nov 21 11:56:11 1996  Jeffrey A Law  ([email protected])
        (md_assemble): Create fixups as needed.
        (md_apply_fix3): Gut.  It shouldn't ever get called anymore.
 
-start-sanitize-d10v
 Tue Nov 19 17:48:06 1996  Michael Meissner  <[email protected]>
 
        * config/tc-d10v.c (parallel_ok): When automatically converting
        serial ops to parallel, do not consider a branch as the first
        instruction.
 
-end-sanitize-d10v
 Tue Nov 19 13:35:22 1996  Jeffrey A Law  ([email protected])
 
        * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
@@ -742,7 +994,6 @@ Mon Nov 18 15:26:55 1996  Jeffrey A Law  ([email protected])
        via PARAMS.
        (check_operand): Likewise.
 
-start-sanitize-d10v
 Mon Nov 18 15:22:28 1996  Michael Meissner  <[email protected]>
 
        * config/tc-d10v.c (parallel_ok): Branch and link instructions
@@ -760,7 +1011,6 @@ Fri Nov  8 13:55:03 1996  Martin M. Hunt  <[email protected]>
 
        * doc/c-d10v.texi: Add info on @word modifier.
 
-end-sanitize-d10v      
 Wed Nov  6 13:46:07 1996  Jeffrey A Law  ([email protected])
        
        * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
@@ -850,13 +1100,11 @@ Tue Oct 29 12:28:16 1996  Jeffrey A Law  ([email protected])
        do any fixups.
 
 end-sanitize-v850
-start-sanitize-d10v
 Mon Oct 28 10:48:40 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.h (md_cleanup): New function.  This is needed to
        write out any buffered instructions when a ".end" is found.
 
-end-sanitize-d10v      
 Mon Oct 28 10:43:45 1996  Martin M. Hunt  <[email protected]>
 
        * read.c (read_a_source_file): New hook md_cleanup().
@@ -904,13 +1152,11 @@ Tue Oct 22 22:01:25 1996  Jeffrey A Law  ([email protected])
        differently for movea & sst/sld insns.
 
 end-sanitize-v850
-start-sanitize-d10v
 Tue Oct 22 17:09:32 1996  Michael Meissner  <[email protected]>
 
        * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
        of instructions.
 
-end-sanitize-d10v
 Tue Oct 22 11:28:39 1996  Ian Lance Taylor  <[email protected]>
 
        * obj.h (struct format_ops): Add frob_file_after_relocs field.
@@ -1143,14 +1389,12 @@ Tue Sep 24 19:05:08 1996  Ian Lance Taylor  <[email protected]>
        * read.c (float_cons): Call md_flush_pending_output if it is
        defined.
 
-start-sanitize-d10v
 Tue Sep 24 12:22:18 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c (md_operand): Created.  Allows operands to 
        start with '#'.
        * config/tc-d10v.h (md_operand): Undefined.
 
-end-sanitize-d10v      
 Mon Sep 23 12:13:18 1996  Ian Lance Taylor  <[email protected]>
 
        * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
@@ -1213,7 +1457,6 @@ Sat Sep  7 13:25:55 1996  James G. Smith  <[email protected]>
        instruction field. Add code to generate shorter sequences for
        constants with a single contiguous seqeuence of ones.
 
-start-sanitize-d10v
 Fri Sep  6 17:07:12 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c (d10v_dot_word): New function to support
@@ -1221,7 +1464,6 @@ Fri Sep  6 17:07:12 1996  Martin M. Hunt  <[email protected]>
        (md_apply_fix3): Cleanup and changes to support correct sizes
        for 16 and 18-bit relocs.
 
-end-sanitize-d10v      
 Fri Sep  6 16:00:29 1996  Doug Evans  <[email protected]>
 
        * configure.in (sparc-*-aout): Set `em'.
@@ -1265,13 +1507,11 @@ Wed Sep  4 11:24:29 1996  James G. Smith  <[email protected]>
        * config/tc-mips.c (load_register): Remove unnecessary code that
        was causing the high 32bits of 64bit constants to be lost.
        
-start-sanitize-d10v
 Tue Sep  3 13:52:56 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c: Added changes to support function
        pointers and "@word" syntax.
 
-end-sanitize-d10v      
 start-sanitize-v850
 Tue Sep  3 11:57:18 1996  Jeffrey A Law  ([email protected])
 
@@ -1358,13 +1598,11 @@ Fri Aug 30 18:12:00 1996  Ian Lance Taylor  <[email protected]>
        * read.c (emit_expr): Fix conversion of byte count to BFD reloc
        code.
 
-start-sanitize-d10v
 Fri Aug 30 14:47:38 1996  Martin M. Hunt  <[email protected]>
 
        * 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  ([email protected])
 
@@ -1377,14 +1615,12 @@ Wed Aug 28 23:11:08 1996  Jeffrey A Law  ([email protected])
        table marker.
 
 end-sanitize-v850
-start-sanitize-d10v
 Wed Aug 28 19:20:04 1996  Martin M. Hunt  <[email protected]>
 
        * 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  <[email protected]>
 
        * expr.c (operand): If md_parse_name is defined, call it before
@@ -1405,7 +1641,6 @@ Tue Aug 27 09:05:50 1996  Jeffrey A Law  ([email protected])
        * 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  <[email protected]>
 
        * config/tc-d10v.c: Fixed ".word".  Fixed problem with range checking
@@ -1417,7 +1652,6 @@ Mon Aug 26 13:39:27 1996  Martin M. Hunt  <[email protected]>
        * 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  <[email protected]>
 
        * ecoff.c (init_file): Initialize fMerge to 1.
@@ -1426,12 +1660,10 @@ Mon Aug 26 14:38:22 1996  Ian Lance Taylor  <[email protected]>
        (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  <[email protected]>
 
        * doc/c-d10v.texi: Fix typo. 
 
-end-sanitize-d10v      
 start-sanitize-v850
 Fri Aug 23 10:41:32 1996  Jeffrey A Law  ([email protected])
 
@@ -1472,13 +1704,11 @@ Thu Aug 22 10:20:30 1996  Ian Lance Taylor  <[email protected]>
        * 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  <[email protected]>
 
        * 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  <[email protected]>
 
@@ -1488,7 +1718,6 @@ Tue Aug 20 15:15:16 1996  J.T. Conklin  <[email protected]>
        * configure.in (v850-*-elf): New target.
        
 end-sanitize-v850
-start-sanitize-d10v
 Wed Aug 21 15:50:54 1996  Martin M. Hunt  <[email protected]>
 
        * doc/c-d10v.texi: New file.
@@ -1500,7 +1729,6 @@ Tue Aug 20 14:10:02 1996  Martin M. Hunt  <[email protected]>
        * 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  <[email protected]>
 
        * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
@@ -1511,14 +1739,12 @@ Thu Aug 15 16:37:59 1996  Stan Shebs  <[email protected]>
        * 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  <[email protected]>
 
        * 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  <[email protected]>
 
        * config/tc-arm.c: Major changes to add Thumb support, with lots
@@ -1568,12 +1794,10 @@ Mon Aug 12 16:49:43 1996  Ian Lance Taylor  <[email protected]>
 
        * 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  <[email protected]>
 
        * config/tc-d10v.c: Fix problem with relocs. 
 
-end-sanitize-d10v      
 Fri Aug  9 14:16:14 1996  Ian Lance Taylor  <[email protected]>
 
        * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
@@ -1627,12 +1851,10 @@ Wed Aug  7 11:50:26 1996  Ian Lance Taylor  <[email protected]>
        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  <[email protected]>
 
        * 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  ([email protected])
 
        * config/tc-h8300.c (get_specific): New operand "size" derived
@@ -1653,23 +1875,19 @@ Thu Aug  1 23:51:52 1996  Jeffrey A Law  ([email protected])
 
        * config/tc-hppa.c: Revert yesterday's changes.
        
-start-sanitize-d10v
 Wed Jul 31 14:46:11 1996  Martin M. Hunt  <[email protected]>
 
        * config/tc-d10v.c: Disable range checking on 16-bit values.
 
-end-sanitize-d10v      
 Wed Jul 31 16:27:19 1996  Ian Lance Taylor  <[email protected]>
 
        * 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  <[email protected]>
 
        * 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  <[email protected]>
 
        * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
@@ -1707,20 +1925,17 @@ Tue Jul 30 15:51:41 1996  Ian Lance Taylor  <[email protected]>
        * 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  <[email protected]>
 
        * 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  <[email protected]>
 
        * 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  <[email protected]>
 
        * config/tc-d10v.c (md_assemble): Now handles multiline
@@ -1746,7 +1961,6 @@ Mon Jul 22 11:32:36 1996  Martin M. Hunt  <[email protected]>
        (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  <[email protected]>
 
        * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
@@ -1803,7 +2017,6 @@ Thu Jul 18 15:54:54 1996  Ian Lance Taylor  <[email protected]>
        * 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  <[email protected]>
 
        * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
@@ -1814,7 +2027,6 @@ Wed Jul 17 14:25:13 1996  Martin M. Hunt  <[email protected]>
        * 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  <[email protected]>
 
This page took 0.049385 seconds and 4 git commands to generate.