X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=2fe405c44d6076052e7fa3ee7cf893e5afbab8a2;hb=2bb70ae0f43024a6f243af2088e37d0dac5b5ab2;hp=0f3dd2703c6ce79d5ce0a9f22c675fe0fa25c9d3;hpb=9fe77896a79cdc7ed17d51f0fdaa0b7153474bc2;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 0f3dd2703c..2fe405c44d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,30 @@ +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.