* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / ChangeLog
blob6e6f70a5bae04a93dccea7da2ac7acccf024a3a5
1 2012-02-25  Walter Lee  <walt@tilera.com>
3         * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
4         non-local before checking sy_value.
5         * tc-tilegx.c (emit_tilegx_instruction): Ditto.
7 2012-02-25  Walter Lee  <walt@tilera.com>
9         * tc-tilepro.c (O_tls_le): Define operator.
10         (O_tls_le_lo16): Ditto.
11         (O_tls_le_hi16): Ditto.
12         (O_tls_le_ha16): Ditto.
13         (O_tls_gd_call): Ditto.
14         (O_tls_gd_add): Ditto.
15         (O_tls_ie_load): Ditto.
16         (md_begin): Delete old operators; handle new operators.
17         (emit_tilepro_instruction): Ditto.
18         (md_apply_fix): Ditto.
19         * tc-tilegx.c (O_hw1_got): Delete operator.
20         (O_hw2_got): Ditto.
21         (O_hw3_got): Ditto.
22         (O_hw2_last_got): Ditto.
23         (O_hw1_tls_gd): Ditto.
24         (O_hw2_tls_gd): Ditto.
25         (O_hw3_tls_gd): Ditto.
26         (O_hw2_last_tls_gd): Ditto.
27         (O_hw1_tls_ie): Ditto.
28         (O_hw2_tls_ie): Ditto.
29         (O_hw3_tls_ie): Ditto.
30         (O_hw2_last_tls_ie): Ditto.
31         (O_hw0_tls_le): Define operator.
32         (O_hw0_last_tls_le): Ditto.
33         (O_hw1_last_tls_le): Ditto.
34         (O_tls_gd_call): Ditto.
35         (O_tls_gd_add): Ditto.
36         (O_tls_ie_load): Ditto.
37         (O_tls_add): Ditto.
38         (md_begin): Delete old operators; handle new operators.
39         (emit_tilegx_instruction): Ditto.
40         (md_apply_fix): Ditto.
41         * doc/c-tilegx.texi: Delete old operators; document new operators.
42         * doc/c-tilepro.texi: Ditto.
44 2012-02-25  Walter Lee  <walt@tilera.com>
46         * tc-tilepro.c (apply_special_operator): delete cases for
47         got and tls operators.
48         (md_apply_fix): Ditto.
49         * tc-tilegx.c (md_begin): Set architecture and machine.
50         (tilegx_target_format): Handle big endian.
51         (OPTION_EB): Define.
52         (OPTION_EL): Define.
53         (md_longopts): Add entries for "EB" and "EL".
54         (md_parse_option): Handle OPTION_EB and OPTION_EL.
55         (md_show_usage): Add -EB and -EL.
56         (md_number_to_chars): New.
57         (apply_special_operator): delete cases for got and tls
58         operators.
59         (md_apply_fix): Ditto.
60         * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
61         ifndef.
62         (md_number_to_chars): Delete.
63         * configure.tgt (tilegx*be): Handle.
64         * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
65         * doc/c-tilegx.texi: Ditto.
67 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
69         * config/tc-i386.c (check_hle): Use HLEPrefixNone, HLEPrefixLock,
70         HLEPrefixAny and HLEPrefixRelease.
72 2012-02-21  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
74         * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
76 2012-02-21  Iain Sandoe  <idsandoe@googlemail.com>
78         * write.c (write_object_file): Add md_pre_output_hook.
79         * config/obj-macho.c (obj_mach_o_check_before_writing): New.
80         (obj_mach_o_pre_output_hook): New.
81         * config/obj-macho.h (md_pre_output_hook): Define.
82         (obj_mach_o_pre_output_hook): Declare.
84 2012-02-21  Tristan Gingold  <gingold@adacore.com>
86         * config/tc-i386.h (OBJ_MACH_O): New section.
87         (TC_FORCE_RELOCATION): Use obj_mach_o_force_reloc.
88         (TC_FORCE_RELOCATION_SUB_SAME): New
89         (TC_FORCE_RELOCATION_SUB_LOCAL): New.
90         (TC_VALIDATE_FIX_SUB): New.
91         * frags.h (struct frag): OBJ_FRAG_TYPE, new field.
92         * symbols.c (colon): obj_frob_colon: New hook.
93         * write.c (write_object_file): md_pre_relax_hook, new
94         hook.
95         * config/obj-macho.c (obj_mach_o_frob_colon): New.
96         (obj_mach_o_frob_label): Record sub-section labels.
97         (obj_mach_o_frob_symbol): Rename from obj_macho_frob_symbol.
98         (obj_mach_o_set_subsections): New.
99         (obj_mach_o_pre_relax_hook): New.
100         (obj_mach_o_in_different_subsection): New.
101         (obj_mach_o_force_reloc_sub_same): New.
102         (obj_mach_o_force_reloc_sub_local): New.
103         (obj_mach_o_force_reloc): New.
104         * config/obj-macho.h (OBJ_SYMFIELD_TYPE): New.
105         (obj_frob_colon): New Define.
106         (obj_mach_o_frob_label): Renamed.
107         (obj_mach_o_frob_symbol): Renamed.
108         (OBJ_FRAG_TYPE): New.
109         (obj_mach_o_in_different_subsection, obj_mach_o_force_reloc,
110          obj_mach_o_force_reloc_sub_same,
111          obj_mach_o_force_reloc_sub_local): New declarations.
113 2012-02-20  Iain Sandoe  <idsandoe@googlemail.com>
115         * config/obj-macho.c (obj_mach_o_is_frame_section): New.
116         (obj_mach_o_allow_local_subtract): New.
117         * config/obj-macho.h (md_allow_local_subtract): Define.
118         (obj_mach_o_allow_local_subtract): Declare.
120 2012-02-20  Iain Sandoe  <idsandoe@googlemail.com>
122         * config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of
123         canonical information, try to determine CODE and DEBUG section flags
124         from the mach-o section data.
126 2012-02-20  Nick Clifton  <nickc@redhat.com>
128         * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
129         local symbols.
131 2012-02-12  Iain Sandoe  <idsandoe@googlemail.com>
133         * config/obj-macho.c (obj_mach_o_indirect_symbol): Force promotion of
134         any local symbol used as an indirect.
136 2012-02-10  Iain Sandoe  <idsandoe@googlemail.com>
138         * config/obj-macho.c (obj_mach_o_make_or_get_sect): Always fill in
139         stub size when provided.  (obj_mach_o_section): Flag that stub-size
140         has been provided.
142 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
144         * config/tc-i386.c (HLE_PREFIX): New.
145         (check_hle): Likewise.
146         (_i386_insn): Add have_hle.
147         (cpu_arch): Add .hle and .rtm.
148         (md_assemble): Call check_hle if i.have_hle isn't zero.
149         (parse_insn): Set i.have_hle to 1 for HLE prefix.
150         (output_jump): Support up to 2 byte opcode.
152         * doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
154 2012-02-02  Tristan Gingold  <gingold@adacore.com>
156         * config/obj-macho.c (obj_mach_o_zerofill): Silent
157         uninitialized variable warning.
159 2012-02-02  Nick Clifton  <nickc@redhat.com>
161         PR gas/13224
162         * config/obj-elf.c (obj_elf_parse_section_letters): Rename 'clone'
163         to 'is_clone' to avoid shadowing a gloabl.
164         (obj_elf_section): Likewise.
166 2012-01-31  Paul Brook  <paul@codesourcery.com>
168         * doc/c-tic6x.c: Fix typo.
170 2012-01-26  Alexey Makhalov  <makhaloff@gmail.com>
172         PR gas/13624
173         * app.c (app_push): Set 'add_newlines' to zero after saving.
175 2012-01-24  DJ Delorie  <dj@redhat.com>
177         * config/rl78-parse.y (NOT1): Add.
179 2012-01-23  Roland McGrath  <mcgrathr@google.com>
181         * configure.tgt (i386-*-nacl*): Match it.
182         * config/te-nacl.h: New file.
183         * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case.
184         * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
185         Use TE_GNU et al case for TE_NACL too.
187 2012-01-20  H.J. Lu  <hongjiu.lu@intel.com>
189         * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
190         disp_encoding.
191         (md_assemble): Updated.
192         (output_branch): Likewise.
193         (parse_insn): Support .d8 suffix.
194         (build_modrm_byte): Fake zero displacement for .d8 and .d32
195         suffixes.
197         * doc/c-i386.texi: Document .d8 suffix.
199 2012-01-17  Andrew Burgess  <aburgess@broadcom.com>
201         * write.c (fix_new_internal): Don't mark used parameter as unused.
203 2012-01-17  Alan Modra  <amodra@gmail.com>
205         * as.c (parse_args): Update copyright message year.
207 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
209         * config/tc-i386.c (cpu_arch): Add ".vmfunc".
211         * doc/c-i386.texi: Document vmfunc.
213 2012-01-13  Tristan Gingold  <gingold@adacore.com>
215         * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
216         * config/obj-macho.h (SET_SECTION_RELOCS): Define.
217         (obj_mach_o_reorder_section_relocs): Declare.
219 2012-01-13  Iain Sandoe  <idsandoe@googlemail.com>
221         * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
222         absolute indirect symbols.
224 2012-01-13  Iain Sandoe  <idsandoe@googlemail.com>
226         * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
227         (obj_mach_o_set_section_vma): New.
228         (obj_mach_o_post_relax_hook): New.
229         * config/obj-macho.h (md_post_relax_hook): Define.
230         (obj_mach_o_post_relax_hook): Declare.
232 2012-01-12  Iain Sandoe  <idsandoe@googlemail.com>
234         * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
235         lazy when the symbol is private_extern.
236         (obj_mach_o_indirect_sym): New type.
237         (obj_mach_o_indirect_symbol): New.
238         (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
239         (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
240         (obj_macho_frob_label): Likewise.  Adjust external and comm
241         symbol tests.
242         (obj_mach_o_set_indirect_symbols): New.
243         (obj_mach_o_frob_file_after_relocs): New.
244         *config/obj-macho.h (obj_frob_file_after_relocs): Define.
245         (obj_mach_o_frob_file_after_relocs): Declare.
247 2012-01-12  Tristan Gingold  <gingold@adacore.com>
249         PR gas/13591
250         * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
252 2012-01-10  Tristan Gingold  <gingold@adacore.com>
254         * struc-symbol.h (struct symbol_flags): New struct, created from...
255         (struct symbol): ... this one.  Add sy_flags field, remove flag fields.
256         (struct local_symbol): Replace lsy_marker field by lsy_flags.
257         Adjust comment.
258         (local_symbol_resolved_p): Adjust.
259         (local_symbol_mark_resolved): Likewise.
260         * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
261         (local_symbol_make, local_symbol_convert, colon)
262         (symbol_clone_if_forward_ref, verify_symbol_chain)
263         (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
264         (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
265         (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
266         (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
267         (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
268         (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
269         (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
270         (symbol_mark_mri_common, symbol_clear_mri_common)
271         (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
272         (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
273         (symbol_equated_reloc_p, dot_symbol_init)
274         (print_symbol_value_1): Adjust.
276 2012-01-09  Iain Sandoe  <idsandoe@googlemail.com>
278         * config/obj-macho.c (obj_mach_o_weak): Remove.
279         (obj_mach_o_common_parse): Set symbol qualifiers.
280         (LAZY, REFE): New macros.
281         (obj_mach_o_symbol_type): New enum.
282         (obj_mach_o_set_symbol_qualifier): New.
283         (obj_mach_o_sym_qual): New.
284         (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
285         a dummy function.
286         (obj_mach_o_type_for_symbol): New.
287         (obj_macho_frob_label): New.
288         (obj_macho_frob_symbol): New.
289         * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
290         (obj_frob_label, obj_macho_frob_label): Declare.
291         (obj_frob_symbol, obj_macho_frob_symbol): Declare.
293 2012-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
295         * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
297 2012-01-08  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
298             Richard Sandiford  <rdsandiford@googlemail.com>
300         * config/tc-mips.c (mips_move_labels): Take the list of labels and
301         textness as parameters.
302         (mips_move_text_labels): New function.
303         (append_insn): Use it instead of mips_move_labels.
304         (mips_emit_delays, start_noreorder): Likewise.
305         (mips_align): Take the labels rather than just one label.
306         Move all labels to after the .align.
307         (s_align): Change the last argument to mips_align.
308         (s_cons): Likewise.
309         (s_float_cons): Likewise.
310         (s_gpword): Likewise.
311         (s_gpdword): Likewise.
313 2012-01-06  Tristan Gingold  <gingold@adacore.com>
315         * config/tc-i386.c: Update copyright year.
316         (lex_got): Also defined for Mach-O.
317         Add a guard for non-ELF configuration.
318         (md_longopts): Also handle -64 for Mach-O.
319         (md_parse_option): Likewise.
320         (i386_target_format): Adjust for x86_64-darwin.
322 2012-01-04  Iain Sandoe  <idsandoe@googlemail.com>
324         * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
325         (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
326         (obj_mach_o_make_or_get_sect): Likewise.
327         (obj_mach_o_section): Split out the functionality shared with zerofill.
328         (obj_mach_o_zerofill): New.
329         (obj_mach_o_common_parse): Ensure whitespace is skipped.
330         (mach_o_pseudo_table): Add .zerofill.
332 2012-01-03  Iain Sandoe  <idsandoe@googlemail.com>
334         * config/obj-macho.c (obj_macho_process_stab): New.
335         * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
336         (obj_macho_process_stab): Declare.
338 For older changes see ChangeLog-2011
340 Local Variables:
341 mode: change-log
342 left-margin: 8
343 fill-column: 74
344 version-control: never
345 End: