2006-01-21 Jie Zhang * config/bfin-parse.y (asm_1): Check value range for 16 bit immediate in load immediate intruction. 2006-01-21 Jie Zhang * config/bfin-parse.y (value_match): Use correct conversion specifications in template string for __FILE__ and __LINE__. (binary): Ditto. (unary): Ditto. 2006-01-18 Alexandre Oliva Introduce TLS descriptors for i386 and x86_64. * config/tc-i386.c (tc_i386_fix_adjustable): Handle BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL. (optimize_disp): Emit fix up for BFD_RELOC_386_TLS_DESC_CALL and BFD_RELOC_X86_64_TLSDESC_CALL immediately, and clear the displacement bits. (build_modrm_byte): Set up zero modrm for TLS desc calls. (lex_got): Handle @tlsdesc and @tlscall. (md_apply_fix, tc_gen_reloc): Handle the new relocations. 2006-01-11 Nick Clifton Fixes for building on 64-bit hosts: * config/tc-avr.c (mod_index): New union to allow conversion between pointers and integers. (md_begin, avr_ldi_expression): Use it. * config/tc-i370.c (md_assemble): Add cast for argument to print statement. * config/tc-tic54x.c (subsym_substitute): Likewise. * config/tc-mn10200.c (md_assemble): Use a union to convert the opindex field of fr_cgen structure into a pointer so that it can be stored in a frag. * config/tc-mn10300.c (md_assemble): Likewise. * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer types. * config/tc-v850.c: Replace uses of (int) casts with correct types. 2006-01-09 H.J. Lu PR gas/2117 * symbols.c (snapshot_symbol): Don't change a defined symbol. 2006-01-03 Hans-Peter Nilsson PR gas/2101 * config/tc-mmix.c (mmix_handle_mmixal): Don't treat #[0-9][FB] as a local-label reference. For older changes see ChangeLog-2005 Local Variables: mode: change-log left-margin: 8 fill-column: 74 version-control: never End: