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