X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=8818688235adc6cc181b87b3ad6f893cd7a826e1;hb=4396b6862a60b1add68552ddac6b8d68513e51e8;hp=9e9d9706baa1306cf2a73fb5f72080a6624f7e38;hpb=86b57e315da1124d5b816ea48f7030933bf2f7ce;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 9e9d9706ba..8818688235 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,221 @@ +2007-08-09 Paul Brook + + * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment. + +2007-08-09 H.J. Lu + + * config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb. + +2007-07-29 H.J. Lu + + * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert + DWORD memory to Reg64 in Intel synax. + (check_qword_reg): Allow cvtsd2si to convert QWORD memory to + Reg32 in Intel syntax. + +2007-07-25 Sterling Augustine + + * config/tc-xtensa.c (xtensa_extui_opcode): New. + (xg_expand_assembly_insn): Check for invalid extui operands. + (md_begin): Initialize xtensa_extui_opcode. + +2007-07-24 Nick Clifton + + * config/tc-mep.h (skip_whitespace): Remove definition. + +2007-07-23 H.J. Lu + + * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386. + (f32_15): Removed. + (jump_31): New. + (f32_patt): Remove f32_15. + (f16_patt): Likewise. + (i386_align_code): Updated to alt_long_patt for 64bit by + default. + + * config/tc-i386.h (processor_type): Add PROCESSOR_I386. + +2007-07-23 Evandro Menezes + + * config/tc-i386.c (i386_align_code): Enable alignment up to + MAX_MEM_FOR_RS_ALIGN_CODE bytes. Remove special treatment + for K8. + + * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31. + +2007-07-20 Nick Clifton + + * app.c (do_scrub_chars): Provide a one character buffer to hold a + pushed back newline at the end of an unterminated quoted string. + +2007-07-14 Nick Clifton + + * config/tc-arm.c (create_register_alias): Return a boolean rather + than an integer. + Check the return value of insert_reg_alias and do not continue to + create aliases once an insertion has failed. + (s_unreq): Delete the all-upper-case and all-lower-case + alternatives as well. + +2007-07-12 Kai Tietz + + * symbols.c: Print bfd_hostptr_t to file via fprintf_vma. + * write.c: Likewise. + +2007-07-11 Daniel Jacobowitz + + * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use + HAVE_64BIT_SYMBOLS. + +2007-07-04 Richard Sandiford + + * config/tc-mips.c (mips_cpu_info_table): Add new entries for + {24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2. + Deprecate *x and *fx. + * doc/c-mips.texi: Document the new CPU arguments. Deprecate + *x and *fx. + +2007-07-04 H.J. Lu + + * config/obj-coff.h (x86_64_target_format): Renamed to ... + (i386_target_format): This + (TARGET_FORMAT): Use i386_target_format. + + * config/tc-i386.c (x86_64_target_format): Removed. + (i386_target_format): Handle PE formats. + +2007-07-04 Nick Clifton + + * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order + to get the right length of printed value. + +2007-07-03 Nick Clifton + + * COPYING: Replace with GPLv3 text. + * app.c: Update copyright notice to refer to GPLv3. + * as.c, as.h, asintl.h, atof_generic.c, bignum.h, bit_fix.h, + cgen.c, cond.c, debug.c, depend.c, dw2gencfi.c, dw2gencfi.h, + dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c, emul.h, + emul_target.h, expr.c, expr.h, flonum-copy.c, flonum.h, + flonum-konst.c, frags.c, frags.h, hash.c, hash.h, input-file.c, + input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c, + itbl-ops.h, itbl-parse.y, listing.c, listing.h, literal.c, + macro.c, messages.c, obj.h, output-file.c, output-file.h, read.c, + read.h, sb.c, sb,h, stabs.c, struc-symbol.h, subsegs.c, subsegs.h, + symbols.c, symbols.h, tc.h, write.c, write.h, config/aout_gnu.h, + config/config/atof-ieee.c, config/atof-vax.c, config/bfin-aux.h, + config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y, + config/itbl-mips.h, config/m68k-parse.h, config/m68k-parse.y, + config/obj-aout.c, config/obj-aout.h, config/obj-coff.c, + config/obj-coff.h, config/obj-ecoff.c, config/obj-ecoff.h, + config/obj-elf.c, config/obj-elf.h, config/obj-evax.c, + config/obj-evax.h, config/obj-multi.h, config/obj-som.c, + config/obj-som.h, config/tc-alpha.c, config/tc-alpha.h, + config/tc-arc.c, config/tc-arc.h, config/tc-arm.c, + config/tc-arm.h, config/tc-avr.c, config/tc-avr.h, + config/tc-bfin.c, config/tc-bfin.h, config/tc-cr16.c, + config/tc-cr16.h, config/tc-cris.c, config/tc-cris.h, + config/tc-crx.c, config/tc-crx.h, config/tc-d10v.c, + config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h, + config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c, + config/tc-fr30.h, config/tc-frv.c, config/tc-frv.h, + config/tc-generic.c, config/tc-generic.h, config/tc-h8300.c, + config/tc-h8300.h, config/tc-hppa.c, config/tc-hppa.h, + config/tc-i370.c, config/tc-i370.h, config/tc-i386.c, + config/tc-i386.h, config/tc-i860.c, config/tc-i860.h, + config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c, + config/tc-ia64.h, config/tc-ip2k.c, config/tc-ip2k.h, + config/tc-iq2000.c, config/tc-iq2000.h, config/tc-m32c.c, + config/tc-m32c.h, config/tc-m32r.c, config/tc-m32r.h, + config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c, + config/tc-m68k.h, config/tc-maxq.c, config/tc-maxq.h, + config/tc-mcore.c, config/tc-mcore.h, config/tc-mep.c, + config/tc-mep.h, config/tc-mips.c, config/tc-mips.h, + config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c, + config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h, + config/tc-msp430.c, config/tc-msp430.h, config/tc-mt.c, + config/tc-mt.h, config/tc-ns32k.c, config/tc-ms32k.h, + config/tc-openrisc.c, config/tc-openrisc.h, config/tc-or32.c, + config/tc-or32.h, config/tc-pdp11.c, config/tc-pdp11.h, + config/tc-pj.c, config/tc-pj.h, config/tc-ppc.c, config/tc-ppc.h, + config/tc-s390.c, config/tc-s390.h, config/tc-score.c, + config/tc-score.h, config/tc-sh64.c, config/tc-sh64.h, + config/tc-sh.c, config/tc-sh.h, config/tc-sparc.c, + config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h, + config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c, + config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h, + config/tc-v850.c, config/tc-v850.h, config/tc-vax.c, + config/tc-vax.h, config/tc-xc16x.c, config/tc-x16x.h, + config/tc-xstormy16.c, config/tc-xstormy16.h, config/tc-xtensa.c, + config/tc-xtensa.h, config/tc-z80.c, config/tc-z80.h, + config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h, + config/te-freebsd.h, config/te-hppa.h, config/te-irix.h, + config/te-netware.h, config/te-sparcaout.h, config/te-tmips.h, + config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h, + config/xtensa-relax.c, config/xtensa-relax.h: Likewise. + + * flonum-mult.c: Likewise, and also correct typo referring to + non-existant GNU Assembler General Public License. + * config/tc-m68851.h: Likewise. + * NEWS: Mention the new license. Also note where the 2.17 release + happened. + * config/e-crisaout.c: Add copyright header. + * config/e-criself.c, config/e-i386aout.c, config/e-i386coff.c, + config/e-i386elf.c, config/e-mipscoff.c, config/e-mipself.c, + config/obj-multi.c, config/te-aix5.h, config/te-armeabi.h, + config/te-armlinuxeabi.h, config/te-dynix.h, config/te-epoc-pe.h, + config/te-generic.h, config/te-gnu.h, config/te-go32.h, + config/te-hppa64.h, config/te-hppalinux64.h, config/te-hpux.h, + config/te-i386aix.h, config/te-ia64aix.h, config/te-interix.h, + config/te-linux.h, config/te-lnews.h, config/te-lynx.h, + config/te-mach.h, config/te-macos.h, config/te-nbsd532.h, + config/te-nbsd.h, config/te-pc532mach.h, config/te-pe.h, + config/te-pep.h, config/te-psos.h, config/te-riscix.h, + config/te-sun3.h, config/te-svr4.h, config/te-symbian.h, + config/te-wince-pe.h: Likewise. + +2007-07-03 Nathan Sidwell + + * config/tc-m68k.c (m68k_ip): Add j & K operand types. + (install_operand): Add E encoding. + (md_begin): Check and skip initial '.' arg character. + (get_num): Add 0..511 case. + +2007-07-03 Alan Modra + + PR 4713 + * config/obj-elf.c (elf_ecoff_set_ext): Make static when OBJ_MAYBE_ELF. + * config/obj-elf.h (obj_ecoff_set_ext): Comment. + +2007-07-03 Mikkel Lauritsen + + PR 4722 + * app.c (do_scrub_chars ): Check for output buffer full + after memcpy. + +2007-07-02 Joseph Myers + + * config/tc-mips.c (s_dtprelword, s_dtpreldword, + s_dtprel_internal): New. + (mips_pseudo_table): Add .dtprelword and .dtpreldword. + (md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and + BFD_RELOC_MIPS_TLS_DTPREL64. + +2007-07-02 Alan Modra + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * config.in: Regenerate. + * doc/Makefile.in: Regenerate. + * po/POTFILES.in: Regenerate. + * po/gas.pot: Regenerate. + +2007-07-02 Alan Modra + + * config/tc-ppc.c (ppc_pe_section): Comment out code assigning + coff section flag values to bfd section flag. + 2007-06-30 H.J. Lu * aclocal.m4: Regenerated. @@ -1209,7 +1427,7 @@ (check_qword_reg): Likewise. (check_word_reg): Likewise. -2006-01-04 Julian Brown +2007-01-04 Julian Brown * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM. (do_neon_qshl_imm): Likewise.