2004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6f3b2c9556b690855fbda41915540d9412a98935..7018ad5ef7d9fe876bc7846c54713c019065b245 100644 (file)
@@ -1,3 +1,128 @@
+2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
+       BFD_RELOC_SH_IMMS10BY8 relocation.
+
+       * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
+       than just ignoring bad code.
+
+2004-12-16  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-v850.c (handle_lo16): New function.
+       (v850_reloc_prefix): Use it to check lo().
+       (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
+
+2004-12-14  P.J. Darcy  <darcypj@us.ibm.com>
+
+       * configure.in: Add s390x-ibm-tpf support.
+       * configure: Regenerate.
+
+2004-12-15 Jan Beulich  <jbeulich@novell.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Only set type and
+       attributes on new sections. Emit warning when type of re-declared
+       section doesn't match.
+
+2004-12-15 Jan Beulich  <jbeulich@novell.com>
+
+       * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
+       '.cfi_startproc simple' doesn't inherit the old value.
+
+2004-12-15  Jan Beulich  <jbeulich@novell.com>
+
+       * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
+       to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
+       generation to emit a factored offset.
+
+2004-12-10  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
+       which is too large in the case of NO_PIC without 64-bit
+       addresses.
+
+       * config/tc-mips.c (mips_in_shared): New static variable.
+       (macro_build_lui): Permit "_gp" if !mips_in_shared.
+       (md_longopts): Add -mshared and -mno-shared.
+       (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
+       (s_cpload): Implement !mips_in_shared case.
+       (s_cpsetup): Likewise.
+       * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
+       * NEWS: Mention -mno-shared.
+
+2004-12-09  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
+       for function start.
+
+2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * config/tc-mips.c (append_insn): If we emit a nop during a relax
+       sequence, increase the size of the sequence.
+
+       * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
+       use CPU_RM9000.
+
+2004-12-07  Ben Elliston  <bje@gnu.org>
+
+       * read.c (s_align): Use an align_limit temporary to allay a GCC
+       signed/unsigned comparison warning.
+
+2004-12-01  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
+       * configure.in: Use it for arm*-*-linux-gnueabi*.
+       * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
+       * config/te-armlinuxeabi.h: New file.
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+       * configure: Likewise.
+       * doc/Makefile.in: Regenerated. 
+
+2004-12-02  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
+       (xtensa_restore_emit_state): Likewise.
+
+2004-12-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
+       (s_align): Use it.
+
+2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
+
+       * Makefile.am: Change LOCALEDIR to $(datadir)/share.
+       * Makefile.in: Regenerate.
+
+2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * config/tc-crx.c: Major code cleanup. Remove unused variables and
+       functions, give functions a meaningful name, add comments.
+       (check_range): New function - Replace operand size calculation
+       with range checking.
+       (assemble_insn): Update Algorithm, improve error issuing.
+       (enum op_err): New.
+       (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
+       handling.
+
+2004-11-29  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
+       miss between different section in the same module.
+       (tc_gen_reloc): Likewise.
+
+2004-11-25  Theodore A. Roth  <troth@openavr.org>
+
+       * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
+       atmega325, atmega3250, atmega645 and atmega6450.
+
+2004-11-25 Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (optimize_imm): Adjust immediates to only those
+       permissible for the selected instruction suffix.
+       (process_suffix): For DefaultSize instructions, suppressing the
+       guessing of a 'q' suffix if the instruction doesn't support it is
+       pointless, because only an 'l' suffix can be guessed in this place.
+
 2004-11-24  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-iq2000.c: Remove support for IQ10 processor.
This page took 0.031909 seconds and 4 git commands to generate.