X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=1e3c070687f79b4e700ee9d9a33e0a5ca1d59685;hb=3f414718815cb5115c7cb37ed22a0f8f446c93ea;hp=6f3b2c9556b690855fbda41915540d9412a98935;hpb=5515a510de9c22cdf852ca9f55cd8efbe28dbbfb;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 6f3b2c9556..1e3c070687 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,33 @@ +2004-11-29 Tomer Levi + + * config/tc-crx.c: Major code cleanup. Remove unused variables and functions, + give functions a meaningful name, add comments. + (check_range): New function - Replace operand size calculation + with range checking. + (assemble_insn): Update Algorithm, improve error issuing. + (enum op_err): New - Operand error (for issuing operand error messages). + (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation + handling. + +2004-11-29 Kazuhiro Inaoka + + * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte + miss between different section in the same module. + (tc_gen_reloc): Likewise. + +2004-11-25 Theodore A. Roth + + * gas/config/tc-avr.c (mcu_types): Add support for atmega165, + atmega325, atmega3250, atmega645 and atmega6450. + +2004-11-25 Jan Beulich + + * config/tc-i386.c (optimize_imm): Adjust immediates to only those + permissible for the selected instruction suffix. + (process_suffix): For DefaultSize instructions, suppressing the + guessing of a 'q' suffix if the instruction doesn't support it is + pointless, because only an 'l' suffix can be guessed in this place. + 2004-11-24 Nick Clifton * config/tc-iq2000.c: Remove support for IQ10 processor.