X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=8818688235adc6cc181b87b3ad6f893cd7a826e1;hb=4396b6862a60b1add68552ddac6b8d68513e51e8;hp=32aa3fad28dbd4f3b519cb5f4b1f86476170a242;hpb=872ce6ff99eaf767ce26c1c69d11b7d910274dbc;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 32aa3fad28..8818688235 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,80 @@ +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 ... @@ -1350,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.