Move GNU Free Documentation License from the output into a comment
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 7b6b6238b73cb801ec77d85c0987f150a787afa9..a5231f53c4e2b17a5b0e05e0898cda1a470955d5 100644 (file)
@@ -1,3 +1,114 @@
+2000-11-28  Nick Clifton  <nickc@redhat.com>
+
+       * doc/as.1 (COPYING): Mention that the GNU Free Documentation
+       License is present in the sources, but not the output, and
+       also available from the GNU website.
+       (GNU Free Documentation License): Comment out this section.
+
+2000-11-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * Makefile.am (CPU_OBJ_VALID): Add case to filter out invalid coff
+       targets.  Remove i860 from valid a.out targets.
+       * Makefile.in: Regenerate.
+
+       * config/tc-cris.c: Include dwarf2dbg.h.
+       (md_pseudo_table): Add .file and .loc.
+       (md_assemble): Call dwarf2_emit_insn if generating ELF.
+       (s_cris_file, s_cris_loc): New.
+       * config/tc-cris.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
+       * Makefile.am: Regenerate dependencies.
+       * Makefile.in: Regenerate.
+
+2000-11-28  Alan Modra  <alan@linuxcare.com.au>
+
+       * expr.c (STANDARD_MUL_PRECEDENCE): Correct value.
+       (MRI_MUL_PRECEDENCE): Likewise.
+       (op_rank): Fix a comment typo.
+
+2000-11-26  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/tc-m68hc11.c (build_indexed_byte): Print the offset in
+       the error message.
+       (get_operand): Fix analysis for movw/movb instructions.
+
+2000-11-24  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (xscale-elf): Add target.
+       (xscale-coff): Add target.
+       * configure: Regenerate.
+
+       * config/tc-arm.c (ARM_EXT_V5E): New ARM architecture
+       extenstion.
+       (ARM_EXT_XSCALE): New ARM architecture extension.
+       (ARM_LONGMUL): Rename to ARM_EXT_LONGMUL.
+       (ARM_HALFWORD): Rename to ARM_EXT_HALFWORD.
+       (ARM_THUMB): Rename to ARM_EXT_THUMB.
+       (ARM_ARCH_V4): Remove processor from architecture.
+       (ARM_ARCH_3M): New architecutre definition.
+       (ARM_ARCH_V5TE): New architecutre definition.
+       (ARM_ARCH_XSCALE): New architecutre definition.
+       (CPU_DEFAULT): Allow to be defaulted to XScale.
+       (atpcs): New boolean variable.
+       (ldr_flags): Support 'd' flag for double word loads.
+       (str_flags): Support 'd' flag for double word stored.
+       (do_mia): New function.
+       (do_mar): New function.
+       (do_mra): New function.
+       (do_pld): New function.
+       (do_ldrd): New function.
+       (do_blx): New function.
+       (do_bkpt): New function.
+       (do_clz): New function.
+       (do_lstc2): New function.
+       (do_cdp2): New function.
+       (do_t_blx): New function.
+       (do_t_bkpt): New function.
+       (do_smla): New function.
+       (do_smlal): New function.
+       (do_smul): New function.
+       (do_qadd): New function.
+       (do_co_reg2c): New function.
+       (LONGEST_INSN): Redefine to 7.
+
+       * doc/c-arm.texi: Document -mxscale, -mmarmv5te and -matpcs
+       command line switches.
+
+2000-11-22  Jim Wilson  <wilson@redhat.com>
+
+       * config/tc-ia64.c (pseudo_func): Add missing initializers.
+       (struct rsrc): Make line unsigned.
+       (gr_values): Add missing initializer.
+       (SLOT_NUM_NOT_SET): Add unsigned cast.
+       (ia64_elf_section_flags, output_vbyte_mem, count_output, dot_radix,
+       dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
+       dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
+       dot_unwentry, dot_altrp, dot_saveg, dot_savef, dot_saveb, dot_savegf,
+       dot_spill, dot_spillreg, dot_spillreg_p, dot_label_state,
+       dot_copy_state, dot_unwabi, dot_personality, dot_proc, dot_body,
+       dot_prologue, dot_endp, dot_regstk, dot_psr, dot_alias, dot_ln,
+       dot_reg_val, dot_entry, dot_mem_offset, ia64_init, mark_resource,
+       md_undefined_symbol, md_apply_fix3, tc_gen_reloc, ia64_md_do_align):
+       Add ATTRIBUTE_UNUSED to unused parameters.
+       (convert_expr_to_ab_reg): Add parens.
+       (convert_expr_to_xy_reg): Add parens.  Comment out >= REG_GR test.
+       (dot_prologue): Initialize grsave when declared.
+       (md_pseudo_table): Add missing initializers.
+       (operand_match): Add casts to bfd_vma.
+       (emit_one_bundle): Delete unused local prev.  Make required_template
+       unsigned.
+       (specify_resource): Cast i to unsigned.
+       (note_register_values): Use fprintf_vma.
+       (print_dependency): Likewise.
+
+2000-11-21  Jim Wilson  <wilson@redhat.com>
+
+       * config/tc-ia64.c (generate_unwind_image): Call record_alignment
+       for unwind info section.
+       (dot_endp): Likewise for unwind section.
+
+       * config/tc-ia64.c (emit_one_bundle): Pass size of 8 not 4 to
+       fix_new_exp.
+
 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
 
        * config/tc-sparc.c (md_pseudo_table): Add .file and .loc.
This page took 0.046801 seconds and 4 git commands to generate.