X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2FChangeLog;h=8cf8f04f985f6cb62bc8335ea2a4e1697472a2ac;hb=8dbcd839b1bbad39586246ca2d444822b5f91ad7;hp=1ea804032e4865b953ce6870866a91c0d3cd120e;hpb=922f0baccf93217b92e33eafb8e52c6df255f058;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ea804032e..8cf8f04f98 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,136 @@ +2007-10-15 Peter Bergner + + * config/tc-ppc.c (ppc_setup_opcodes): Verify instructions are sorted + according to major opcode number. + +2007-10-15 Alan Modra + + * read.c (do_s_func): Check asprintf return status. + * stabs.c (stabs_generate_asm_func): Likewise. + (stabs_generate_asm_endfunc): Likewise. + +2007-10-12 H.J. Lu + + * config/tc-i386.c (process_operands): Simplify implicit xmm0 + handling. + +2007-10-12 H.J. Lu + + * config/tc-i386.c (process_operands): Check the firstxmm0 + field in opcode_modifier for instruction with a implicit + xmm0 as the first operand. + +2007-10-12 Eric B. Weddington + + * config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B, + AT90PWM3B. + * doc/c-avr.texi: Document new devices. + +2007-10-12 M R Swami Reddy + + * config/tc-cr16.c: Update the md_relax_table for 1 word b + instruction range information. + +2007-10-12 Daniel Jacobowitz + + * doc/as.texinfo (Object Attributes): New chapter. + (Pseudo Ops): Document .gnu_attribute. + (LNS directives): Correct .loc_mark_labels documentation. + +2007-10-11 Nick Clifton + + * config/obj-elf.c (obj_elf_section): When pushing a section, if + there is a comma then the following argument must be a subsection + number. + +2007-10-11 H.J. Lu + + * doc/c-i386.texi: Update which instruction's operands are + swapped. + +2007-10-11 Nick Clifton + + PR gas/5161 + * config/tc-ia64.c: Allow for translations of error and warning + messages. + * po/gas.pot: Regenerate. + + PR gas/5158 + * config/tc-h8300.c (tc_gen_reloc): Allow for translation of error + message. + * po/gas.pot: Regenerate. + + PR gas/5155 + * config/tc-msp430.c: Fix spelling typos. + +2007-10-11 Nick Clifton + + * doc/as.texinfo (Type): Fix typo: STT_FUNC not STT_FUNCTION. + +2007-10-08 Maciej W. Rozycki + + * config/tc-mips.c (AT): Rename to... + (ATREG): ... this. + (AT): New definition. + (mips_set_options): Rename "noat" to "at"; change the type. + (mips_opts): Update accordingly. + (append_insn): Likewise. + (macro_build_ldst_constoffset): Likewise. + (load_address): Likewise. + (macro, macro2): Likewise. + (s_mipsset): Handle ".set at=REG". Update handling of ".set at" + and ".set noat". + +2007-10-08 Nick Clifton + + * doc/as.texinfo (Previous): Clarify explanation of the behaviour + of this pseudo-op and add a couple of examples. + +2007-10-08 Nick Clifton + + PR gas/5121 gas/5122 gas/5123 + * Makefile.am (CFILES): Add cgen.c + (TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, + tc-tic4x.c and xtensa-relax.c. + (TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, + tc-tic4x.h and xtensa-relax.h. + (TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, + te-ic960.h, te-linux.h. Add te-aix5.h, te-armeabi.h, + te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h. + (CONFIG_ATOF_CFILES): New variable. + (POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with + dependency upon TARG_ENV_HFILES. + (DEPTC): Do not put "#include opcodes/-desc.h" into + cgen-desc.h when foo-desc.h does not exit. + Run make dep-am. + * Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + * po/POTFILES.in: Regenerate. + PR gas/5124 gas/5125 + * po/es.po: Regenerate. + * po/fr.po: Regenerate. + * po/gas.pot: Regenerate. + * po/rw.po: Regenerate. + * po/tr.po: Regenerate. + * config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation + of error messages. + PR gas/5126 + * config/obj-som.c: Likewise. + PR gas/5129 + * config/tc-arc.c: Likewise. + PR gas/5131 gas/5132 + * config/tc-arm.c: Likewise. + PR gas/5137 + * config/tc-bfin.c: Likewise. + PR gas/5143 + * config/tc-frv.c: Likewise. + PR gas/5142 + * config/tc-dlx.c: Likewise. + 2007-10-08 Eric B. Weddington * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U, - ATtiny48. + ATtiny48, AT90PWM216, AT90PWM316. * doc/c-avr.texi: Document new devices. 2007-10-08 Nick Clifton