X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=1e3c070687f79b4e700ee9d9a33e0a5ca1d59685;hb=3f414718815cb5115c7cb37ed22a0f8f446c93ea;hp=3d8d742d64d4cfb5e24d113b6e1d63ab4d429c4f;hpb=444bf5f39e21b0ff755f500c7f62a34f20c0dcc4;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 3d8d742d64..1e3c070687 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,94 @@ +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. + Convert to ISO C90 formatting. + * config/tc-iq2000.h: Likewise. + +2004-11-23 Nick Clifton + + * config/tc-mn10300.c (md_relax_table): More fixes to the offsets + in this table. They should be correct now. + +2004-11-23 Jan Beulich + + * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to + indicate the MMX extensions added by both SSE and 3DNow!A. + (Cpu3dnowA): Declare. + (CpuUnknownFlags): Update. + * config/tc-i386.c (cpu_sub_arch_name): Declare. + (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do + neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies + 3DNow!. Athlon additionally implies 3DNow!A. Several new + entries (those starting with a dot are for sub-arch specification). + (set_cpu_arch): Handle sub-arch specifications. + (parse_insn): Distinguish between instructions not supported because + of insufficient CPU features and because of 64-bit mode. + * doc/c-i386.texi: Describe enhanced .arch directive. + +2004-11-22 Bob Wilson + + * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow. + +2004-11-22 Bob Wilson + + * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section + without a corresponding .debug_info section. + +2004-11-22 Hans-Peter Nilsson + + * read.c (potable): Add "error" and "warning". + (s_errwarn): New function. + * read.h (s_errwarn): Declare. + * doc/as.texinfo (Error, Warning): Document .error and .warning. + +2004-11-22 Nick Clifton + + * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to + c_dot_file_symbol. + +2004-11-19 Alan Modra + + * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes, + struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h. + +2004-11-19 Alan Modra + + * config/obj-coff.c (c_dot_file_symbol): Add "app" param. + (coff_adjust_symtab): Adjust call. + (crawl_symbols): Likewise. + * config/obj-coff.h (c_dot_file_symbol): Add "app" param. + (obj_app_file): Adjust. + 2004-11-18 Inderpreet Singh * configure.in: Enable bfd_assember for the MAXQ port.