X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=953fb946479bee381ffa8db0ea69925a7844a97f;hb=01f372ca0b28ae91e88d67a9321929335cc058bc;hp=40f56222fd4e8c6c14afe1c7ff28fe4fd30d1f71;hpb=ceb94aa50d68ec7393fac7e2b239aff8ec656f85;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 40f56222fd..953fb94647 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,53 @@ +2011-07-06 Aurelien Jarno + + * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2. + +2011-07-04 Richard Sandiford + + * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling + of register 0. + +2011-07-04 Maciej W. Rozycki + + * config/tc-mips.c (append_insn): Make sure DWARF-2 location + information is properly adjusted for branches that get swapped. + +2011-07-03 Samuel Thibault + Thomas Schwinge + + PR binutils/12913 + * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of + ELFOSABI_LINUX alias. + * config/tc-ia64.c: Likewise. + +2011-06-30 Paul Carroll + + * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less + than 4 in Thumb mode. + +2011-06-30 Nick Clifton + + PR gas/12848 + * config/tc-arm.c (BAD_RANGE): New error message define. + (md_apply_fix): Use it. + Fix range check for thumb branch instructions. + +2011-06-29 Richard Sandiford + + * config/tc-mips.c (append_method): New enum. + (can_swap_branch_p, get_append_method): New functions. + (append_insn): Use get_append_method to decide how the instruction + should be added. + +2011-06-29 Richard Sandiford + + * config/tc-mips.c (append_insn): Remove bogus goto. + +2011-06-29 Richard Sandiford + + * config/tc-mips.c (append_insn): Always clear the history after an + unconditional branch. + 2011-06-29 Richard Sandiford * config/tc-mips.c (find_altered_mips16_opcode): New function.