2006-01-31 Paul Brook <paul@codesourcery.com>
[external/binutils.git] / gas / ChangeLog
1 2006-01-31  Paul Brook  <paul@codesourcery.com>
2         Richard Earnshaw <rearnsha@arm.com>
3
4         * config/tc-arm.c: Use arm_feature_set.
5         (arm_ext_*, arm_arch_full, arm_arch_t2, arm_arch_none,
6         arm_cext_iwmmxt, arm_cext_xscale, arm_cext_maverick, fpu_fpa_ext_v1,
7         fpu_fpa_ext_v2, fpu_vfp_ext_v1xd, fpu_vfp_ext_v1, fpu_vfp_ext_v2):
8         New variables.
9         (insns): Use them.
10         (md_atof, opcode_select, opcode_select, md_assemble, md_assemble,
11         md_begin, arm_parse_extension, arm_parse_cpu, arm_parse_arch,
12         arm_parse_fpu, arm_parse_float_abi, aeabi_set_public_attributes,
13         s_arm_cpu, s_arm_arch, s_arm_fpu): Use macros for accessing CPU
14         feature flags.
15         (arm_legacy_option_table, arm_option_cpu_value_table): New types.
16         (arm_opts): Move old cpu/arch options from here...
17         (arm_legacy_opts): ... to here.
18         (md_parse_option): Search arm_legacy_opts.
19         (arm_cpus, arm_archs, arm_extensions, arm_fpus)
20         (arm_float_abis, arm_eabis): Make const.
21
22 2006-01-25  Bob Wilson  <bob.wilson@acm.org>
23
24         * config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.
25
26 2006-01-21  Jie Zhang  <jie.zhang@analog.com>
27
28         * config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
29         in load immediate intruction.
30
31 2006-01-21  Jie Zhang  <jie.zhang@analog.com>
32
33         * config/bfin-parse.y (value_match): Use correct conversion
34         specifications in template string for __FILE__ and __LINE__.
35         (binary): Ditto.
36         (unary): Ditto.
37
38 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
39
40         Introduce TLS descriptors for i386 and x86_64.
41         * config/tc-i386.c (tc_i386_fix_adjustable): Handle
42         BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC_CALL,
43         BFD_RELOC_X86_64_GOTPC32_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL.
44         (optimize_disp): Emit fix up for BFD_RELOC_386_TLS_DESC_CALL and
45         BFD_RELOC_X86_64_TLSDESC_CALL immediately, and clear the
46         displacement bits.
47         (build_modrm_byte): Set up zero modrm for TLS desc calls.
48         (lex_got): Handle @tlsdesc and @tlscall.
49         (md_apply_fix, tc_gen_reloc): Handle the new relocations.
50
51 2006-01-11  Nick Clifton  <nickc@redhat.com>
52
53         Fixes for building on 64-bit hosts:
54         * config/tc-avr.c (mod_index): New union to allow conversion
55         between pointers and integers.
56         (md_begin, avr_ldi_expression): Use it.
57         * config/tc-i370.c (md_assemble): Add cast for argument to print
58         statement.
59         * config/tc-tic54x.c (subsym_substitute): Likewise.
60         * config/tc-mn10200.c (md_assemble): Use a union to convert the
61         opindex field of fr_cgen structure into a pointer so that it can
62         be stored in a frag.
63         * config/tc-mn10300.c (md_assemble): Likewise.
64         * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer
65         types.
66         * config/tc-v850.c: Replace uses of (int) casts with correct
67         types.
68
69 2006-01-09  H.J. Lu  <hongjiu.lu@intel.com>
70
71         PR gas/2117
72         * symbols.c (snapshot_symbol): Don't change a defined symbol.
73
74 2006-01-03  Hans-Peter Nilsson  <hp@bitrange.com>
75
76         PR gas/2101
77         * config/tc-mmix.c (mmix_handle_mmixal): Don't treat #[0-9][FB] as
78         a local-label reference.
79
80 For older changes see ChangeLog-2005
81 \f
82 Local Variables:
83 mode: change-log
84 left-margin: 8
85 fill-column: 74
86 version-control: never
87 End: