Move sparc opcode hwcaps out of sparc_opcode flags field.
[binutils.git] / gas / ChangeLog
1 2012-04-27  David S. Miller  <davem@davemloft.net>
2
3         * config/tc-sparc.c (sparc_arch_table): Rework to use HWCAP_*
4         masks.
5         (sparc_md_end): No longer need to translate hwcap_seen values into
6         ELF hwcap bits, they now match exactly.
7         (get_hwcap_name): Use HWCAP_* and handle new values.
8         (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
9
10 2012-04-20  Tristan Gingold  <gingold@adacore.com>
11
12         * config/tc-ia64.c (obj_elf_vms_common): New function.
13         (md_pseudo_table): Add .vms_common pseudo.
14         * config/obj-elf.h (obj_elf_section_name): Add a prototype.
15         * config/obj-elf.c (obj_elf_section_name): Make it public.
16
17 2012-04-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
18
19         * config/tc-avr.c (md_apply_fix): Fix handling of BFD_RELOC32.
20
21 2012-04-12  David S. Miller  <davem@davemloft.net>
22
23         * config/tc-sparc.c (sparc_ip): Handle '=', "%h34", "%l34", and
24         BFD_RELOC_SPARC_H34.
25         (md_apply_fix): Handle BFD_RELOC_SPARC_WDISP10 and BFD_RELOC_SPARC_H34.
26         (tc_gen_reloc): Likewise.
27
28 2012-04-12  Roland McGrath  <mcgrathr@google.com>
29
30         * configure.tgt (arm-*-nacl*): Match it.
31         * config/te-nacl.h (FPU_DEFAULT, EABI_DEFAULT): Define.
32         (LOCAL_LABELS_DOLLAR): Define.
33         * config/tc-arm.c (elf32_arm_target_format) [TE_NACL]:
34         Use nacl format variants.
35
36 2012-04-12  Jie Zhang  <jie@codesourcery.com>
37             Meador Inge  <meadori@codesourcery.com>
38
39         * config/tc-arm.c (only_one_reg_in_list): New function.
40         (encode_ldmstm): Ditto.
41         (do_ldmstm): Use a different encoding when pushing or poping
42         a single register.
43         (A_COND_MASK): New macro.
44         (A_PUSH_POP_OP_MASK): Ditto.
45         (A1_OPCODE_PUSH): Ditto.
46         (A2_OPCODE_PUSH): Ditto.
47         (A2_OPCODE_POP): Ditto.
48
49 2012-04-06  Maciej W. Rozycki  <macro@linux-mips.org>
50
51         * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
52         -mno-fix-24k.
53
54 2012-04-06  Roland McGrath  <mcgrathr@google.com>
55
56         * configure.in (AC_CHECK_HEADERS): Add locale.h.
57         * config.in: Regenerate.
58         * configure: Regenerate.
59
60 2012-04-05  Nick Clifton  <nickc@redhat.com>
61
62         * configure.in (AC_CHECK_FUNCS): Add setlocale.
63         (AM_LC_MESSAGES): Add.
64         * aclocal.m4: Regenerate.
65         * config.in: Regenerate.
66         * configure: Regenerate.
67
68 2012-04-03  DJ Delorie  <dj@redhat.com>
69
70         * config/rx-parse.y: Make the .L optional for ADC and SBB.
71
72 2012-04-02  DJ Delorie  <dj@redhat.com>
73
74         * config/rx-parse.y: IMM->IMM_, take an extra parameter for the
75         transfer size.
76         (IMM): New, call IMM_ with the default 32.
77         (IMMW,IMMB): Likewise, for 16 and 8.
78         (NIMM, MBIMM): Add size parameter.
79         (immediate): Likewise.  Allow 32768..65535 for 16-bit transfers.
80         (MOV.W): Use IMMW instead of IMM.
81
82         * config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
83         (op_dp20_rm_l): New.
84         (op_dp20_rim_l): New.
85
86         * config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
87         (ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).
88
89 2012-03-29  Terry Guo  <terry.guo@arm.com>
90
91         * config/tc-arm.c (arm_cpus): Add cortex-m0plus.
92         * doc/c-arm.texi (ARM Options): Document -mcpu=cortex-m0plus.
93
94 2012-03-23  Maxim Kuvyrkov  <maxim@codesourcery.com>
95
96         * config/tc-mips.c (mips_cpu_info_table): Add entry for Broadcom XLP.
97         * doc/c-mips.texi: Mention XLP.
98
99 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
100
101         [SH] Support the .uaquad and .8byte directives also for non-sh64
102         configurations.
103
104         * config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
105         BFD_RELOC_64.
106         * doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
107         description...
108         * doc/c-sh.texi (SH Machine Directives): ... here.
109
110 2012-03-20  Nick Clifton  <nickc@redhat.com>
111
112         * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP system
113         registers.
114         (do_vmsr): Likewise.
115         (arm_opcode_insns): Do not default to using the FPSCR register in
116         the VMRS and VMSR registers.
117
118 2012-03-16  Roland McGrath  <mcgrathr@google.com>
119
120         * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT32, ELF_TARGET_FORMAT64):
121         Define for this case.
122         * configure.tgt (i386-*-nacl*): If ${cpu} is x86_64*, default to x32.
123
124 2012-03-16  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
125
126         * config/tc-arm.c (aeabi_set_public_attributes): Correct
127         handling of Tag_DIV_use.
128
129 2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
130
131         * doc/as.texinfo (Bundle directives): Fix typo.
132
133 2012-03-14  Ryan Mansfield  <rmansfield@qnx.com>
134
135         * doc/as.texinfo (Bundle directives): Replace @defn with @dfn.
136
137 2012-03-13  Roland McGrath  <mcgrathr@google.com>
138
139         * config/tc-arm.c (arm_frag_max_var): New function.
140         * config/tc-arm.h: Declare it.
141         (md_frag_max_var): New macro.
142
143         * config/tc-i386.c (i386_frag_max_var): New function.
144         * config/tc-i386.h: Declare it.
145         (md_frag_max_var): New macro.
146
147         * doc/as.texinfo (Bundle directives): New node.
148         (Pseudo Ops): Add it to the menu.
149         * NEWS: Mention new feature.
150         * read.c [md_frag_max_var] (HANDLE_BUNDLE): New macro.
151         [HANDLE_BUNDLE] (bundle_align_p2): New variable.
152         [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.
153         [HANDLE_BUNDLE] (start_bundle, pending_bundle_size, finish_bundle):
154         New functions.
155         (assemble_one): New function if [HANDLE_BUNDLE], #define directly
156         to md_assembly if not.
157         (read_a_source_file): Call assemble_one in place of md_assemble.
158         (read_a_source_file) [HANDLE_BUNDLE]: Check for unterminated
159         .bundle_lock at end of processing.
160         [HANDLE_BUNDLE] (s_bundle_align_mode, s_bundle_lock, s_bundle_unlock):
161         New functions.
162         [HANDLE_BUNDLE] (potable): Add their entries.
163         * read.h: Declare new functions.
164
165 2012-03-10  Edmar Wienskoski  <edmar@freescale.com>
166
167         * config/tc-ppc.c (md_show_usage): Document -me5500 and -me6500.
168         (ppc_handle_align): Add termination nop opcode for e500mc family.
169         * doc/as.texinfo: Document options -me5500 and -me6500.
170         * doc/c-ppc.texi: Likewise.
171
172 2012-03-07  Nick Clifton  <nickc@redhat.com>
173
174         * config/tc-mn10300.c (other_registers): Add SSP and USP.
175         (md_assemble): Add support for TLS relocs.
176         (mn10300_parse_name): Likewise.
177
178 2012-02-27  Alan Modra  <amodra@gmail.com>
179
180         * config/tc-crx.c (check_range): Correct uint32_t misconceptions.
181
182 2012-02-27  Alan Modra  <amodra@gmail.com>
183
184         * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED on
185         params.  Properly generate NOP pattern.  Comment reason for
186         subseg_text_p failure.
187
188 2012-02-27  Alan Modra  <amodra@gmail.com>
189
190         * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits
191         and sign extend before range tests.
192         (constant_fits_size_p): Similarly.
193         (get_specific): Trim X_add_number to 32 bits.
194         (fix_operand_size): Likewise, and use unsigned test for signed
195         ranges.
196
197 2012-02-27  Alan Modra  <amodra@gmail.com>
198
199         * config/tc-crx.c: Include bfd_stdint.h.
200         (getconstant): Remove irrelevant comment.  Don't fail due to
201         sign-extension of int mask.
202         (check_range): Rewrite using unsigned arithmetic throughout.
203
204 2012-02-25  Walter Lee  <walt@tilera.com>
205
206         * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
207         non-local before checking sy_value.
208         * tc-tilegx.c (emit_tilegx_instruction): Ditto.
209
210 2012-02-25  Walter Lee  <walt@tilera.com>
211
212         * tc-tilepro.c (O_tls_le): Define operator.
213         (O_tls_le_lo16): Ditto.
214         (O_tls_le_hi16): Ditto.
215         (O_tls_le_ha16): Ditto.
216         (O_tls_gd_call): Ditto.
217         (O_tls_gd_add): Ditto.
218         (O_tls_ie_load): Ditto.
219         (md_begin): Delete old operators; handle new operators.
220         (emit_tilepro_instruction): Ditto.
221         (md_apply_fix): Ditto.
222         * tc-tilegx.c (O_hw1_got): Delete operator.
223         (O_hw2_got): Ditto.
224         (O_hw3_got): Ditto.
225         (O_hw2_last_got): Ditto.
226         (O_hw1_tls_gd): Ditto.
227         (O_hw2_tls_gd): Ditto.
228         (O_hw3_tls_gd): Ditto.
229         (O_hw2_last_tls_gd): Ditto.
230         (O_hw1_tls_ie): Ditto.
231         (O_hw2_tls_ie): Ditto.
232         (O_hw3_tls_ie): Ditto.
233         (O_hw2_last_tls_ie): Ditto.
234         (O_hw0_tls_le): Define operator.
235         (O_hw0_last_tls_le): Ditto.
236         (O_hw1_last_tls_le): Ditto.
237         (O_tls_gd_call): Ditto.
238         (O_tls_gd_add): Ditto.
239         (O_tls_ie_load): Ditto.
240         (O_tls_add): Ditto.
241         (md_begin): Delete old operators; handle new operators.
242         (emit_tilegx_instruction): Ditto.
243         (md_apply_fix): Ditto.
244         * doc/c-tilegx.texi: Delete old operators; document new operators.
245         * doc/c-tilepro.texi: Ditto.
246
247 2012-02-25  Walter Lee  <walt@tilera.com>
248
249         * tc-tilepro.c (apply_special_operator): delete cases for
250         got and tls operators.
251         (md_apply_fix): Ditto.
252         * tc-tilegx.c (md_begin): Set architecture and machine.
253         (tilegx_target_format): Handle big endian.
254         (OPTION_EB): Define.
255         (OPTION_EL): Define.
256         (md_longopts): Add entries for "EB" and "EL".
257         (md_parse_option): Handle OPTION_EB and OPTION_EL.
258         (md_show_usage): Add -EB and -EL.
259         (md_number_to_chars): New.
260         (apply_special_operator): delete cases for got and tls
261         operators.
262         (md_apply_fix): Ditto.
263         * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
264         ifndef.
265         (md_number_to_chars): Delete.
266         * configure.tgt (tilegx*be): Handle.
267         * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
268         * doc/c-tilegx.texi: Ditto.
269
270 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
271
272         * config/tc-i386.c (check_hle): Use HLEPrefixNone, HLEPrefixLock,
273         HLEPrefixAny and HLEPrefixRelease.
274
275 2012-02-21  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
276
277         * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
278
279 2012-02-21  Iain Sandoe  <idsandoe@googlemail.com>
280
281         * write.c (write_object_file): Add md_pre_output_hook.
282         * config/obj-macho.c (obj_mach_o_check_before_writing): New.
283         (obj_mach_o_pre_output_hook): New.
284         * config/obj-macho.h (md_pre_output_hook): Define.
285         (obj_mach_o_pre_output_hook): Declare.
286
287 2012-02-21  Tristan Gingold  <gingold@adacore.com>
288
289         * config/tc-i386.h (OBJ_MACH_O): New section.
290         (TC_FORCE_RELOCATION): Use obj_mach_o_force_reloc.
291         (TC_FORCE_RELOCATION_SUB_SAME): New
292         (TC_FORCE_RELOCATION_SUB_LOCAL): New.
293         (TC_VALIDATE_FIX_SUB): New.
294         * frags.h (struct frag): OBJ_FRAG_TYPE, new field.
295         * symbols.c (colon): obj_frob_colon: New hook.
296         * write.c (write_object_file): md_pre_relax_hook, new
297         hook.
298         * config/obj-macho.c (obj_mach_o_frob_colon): New.
299         (obj_mach_o_frob_label): Record sub-section labels.
300         (obj_mach_o_frob_symbol): Rename from obj_macho_frob_symbol.
301         (obj_mach_o_set_subsections): New.
302         (obj_mach_o_pre_relax_hook): New.
303         (obj_mach_o_in_different_subsection): New.
304         (obj_mach_o_force_reloc_sub_same): New.
305         (obj_mach_o_force_reloc_sub_local): New.
306         (obj_mach_o_force_reloc): New.
307         * config/obj-macho.h (OBJ_SYMFIELD_TYPE): New.
308         (obj_frob_colon): New Define.
309         (obj_mach_o_frob_label): Renamed.
310         (obj_mach_o_frob_symbol): Renamed.
311         (OBJ_FRAG_TYPE): New.
312         (obj_mach_o_in_different_subsection, obj_mach_o_force_reloc,
313          obj_mach_o_force_reloc_sub_same,
314          obj_mach_o_force_reloc_sub_local): New declarations.
315
316 2012-02-20  Iain Sandoe  <idsandoe@googlemail.com>
317
318         * config/obj-macho.c (obj_mach_o_is_frame_section): New.
319         (obj_mach_o_allow_local_subtract): New.
320         * config/obj-macho.h (md_allow_local_subtract): Define.
321         (obj_mach_o_allow_local_subtract): Declare.
322
323 2012-02-20  Iain Sandoe  <idsandoe@googlemail.com>
324
325         * config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of
326         canonical information, try to determine CODE and DEBUG section flags
327         from the mach-o section data.
328
329 2012-02-20  Nick Clifton  <nickc@redhat.com>
330
331         * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
332         local symbols.
333
334 2012-02-12  Iain Sandoe  <idsandoe@googlemail.com>
335
336         * config/obj-macho.c (obj_mach_o_indirect_symbol): Force promotion of
337         any local symbol used as an indirect.
338
339 2012-02-10  Iain Sandoe  <idsandoe@googlemail.com>
340
341         * config/obj-macho.c (obj_mach_o_make_or_get_sect): Always fill in
342         stub size when provided.  (obj_mach_o_section): Flag that stub-size
343         has been provided.
344
345 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
346
347         * config/tc-i386.c (HLE_PREFIX): New.
348         (check_hle): Likewise.
349         (_i386_insn): Add have_hle.
350         (cpu_arch): Add .hle and .rtm.
351         (md_assemble): Call check_hle if i.have_hle isn't zero.
352         (parse_insn): Set i.have_hle to 1 for HLE prefix.
353         (output_jump): Support up to 2 byte opcode.
354
355         * doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
356
357 2012-02-02  Tristan Gingold  <gingold@adacore.com>
358
359         * config/obj-macho.c (obj_mach_o_zerofill): Silent
360         uninitialized variable warning.
361
362 2012-02-02  Nick Clifton  <nickc@redhat.com>
363
364         PR gas/13224
365         * config/obj-elf.c (obj_elf_parse_section_letters): Rename 'clone'
366         to 'is_clone' to avoid shadowing a gloabl.
367         (obj_elf_section): Likewise.
368
369 2012-01-31  Paul Brook  <paul@codesourcery.com>
370
371         * doc/c-tic6x.c: Fix typo.
372
373 2012-01-26  Alexey Makhalov  <makhaloff@gmail.com>
374
375         PR gas/13624
376         * app.c (app_push): Set 'add_newlines' to zero after saving.
377
378 2012-01-24  DJ Delorie  <dj@redhat.com>
379
380         * config/rl78-parse.y (NOT1): Add.
381
382 2012-01-23  Roland McGrath  <mcgrathr@google.com>
383
384         * configure.tgt (i386-*-nacl*): Match it.
385         * config/te-nacl.h: New file.
386         * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case.
387         * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
388         Use TE_GNU et al case for TE_NACL too.
389
390 2012-01-20  H.J. Lu  <hongjiu.lu@intel.com>
391
392         * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
393         disp_encoding.
394         (md_assemble): Updated.
395         (output_branch): Likewise.
396         (parse_insn): Support .d8 suffix.
397         (build_modrm_byte): Fake zero displacement for .d8 and .d32
398         suffixes.
399
400         * doc/c-i386.texi: Document .d8 suffix.
401
402 2012-01-17  Andrew Burgess  <aburgess@broadcom.com>
403
404         * write.c (fix_new_internal): Don't mark used parameter as unused.
405
406 2012-01-17  Alan Modra  <amodra@gmail.com>
407
408         * as.c (parse_args): Update copyright message year.
409
410 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
411
412         * config/tc-i386.c (cpu_arch): Add ".vmfunc".
413
414         * doc/c-i386.texi: Document vmfunc.
415
416 2012-01-13  Tristan Gingold  <gingold@adacore.com>
417
418         * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
419         * config/obj-macho.h (SET_SECTION_RELOCS): Define.
420         (obj_mach_o_reorder_section_relocs): Declare.
421
422 2012-01-13  Iain Sandoe  <idsandoe@googlemail.com>
423
424         * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
425         absolute indirect symbols.
426
427 2012-01-13  Iain Sandoe  <idsandoe@googlemail.com>
428
429         * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
430         (obj_mach_o_set_section_vma): New.
431         (obj_mach_o_post_relax_hook): New.
432         * config/obj-macho.h (md_post_relax_hook): Define.
433         (obj_mach_o_post_relax_hook): Declare.
434
435 2012-01-12  Iain Sandoe  <idsandoe@googlemail.com>
436
437         * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
438         lazy when the symbol is private_extern.
439         (obj_mach_o_indirect_sym): New type.
440         (obj_mach_o_indirect_symbol): New.
441         (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
442         (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
443         (obj_macho_frob_label): Likewise.  Adjust external and comm
444         symbol tests.
445         (obj_mach_o_set_indirect_symbols): New.
446         (obj_mach_o_frob_file_after_relocs): New.
447         *config/obj-macho.h (obj_frob_file_after_relocs): Define.
448         (obj_mach_o_frob_file_after_relocs): Declare.
449
450 2012-01-12  Tristan Gingold  <gingold@adacore.com>
451
452         PR gas/13591
453         * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
454
455 2012-01-10  Tristan Gingold  <gingold@adacore.com>
456
457         * struc-symbol.h (struct symbol_flags): New struct, created from...
458         (struct symbol): ... this one.  Add sy_flags field, remove flag fields.
459         (struct local_symbol): Replace lsy_marker field by lsy_flags.
460         Adjust comment.
461         (local_symbol_resolved_p): Adjust.
462         (local_symbol_mark_resolved): Likewise.
463         * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
464         (local_symbol_make, local_symbol_convert, colon)
465         (symbol_clone_if_forward_ref, verify_symbol_chain)
466         (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
467         (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
468         (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
469         (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
470         (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
471         (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
472         (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
473         (symbol_mark_mri_common, symbol_clear_mri_common)
474         (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
475         (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
476         (symbol_equated_reloc_p, dot_symbol_init)
477         (print_symbol_value_1): Adjust.
478
479 2012-01-09  Iain Sandoe  <idsandoe@googlemail.com>
480
481         * config/obj-macho.c (obj_mach_o_weak): Remove.
482         (obj_mach_o_common_parse): Set symbol qualifiers.
483         (LAZY, REFE): New macros.
484         (obj_mach_o_symbol_type): New enum.
485         (obj_mach_o_set_symbol_qualifier): New.
486         (obj_mach_o_sym_qual): New.
487         (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
488         a dummy function.
489         (obj_mach_o_type_for_symbol): New.
490         (obj_macho_frob_label): New.
491         (obj_macho_frob_symbol): New.
492         * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
493         (obj_frob_label, obj_macho_frob_label): Declare.
494         (obj_frob_symbol, obj_macho_frob_symbol): Declare.
495
496 2012-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
497
498         * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
499
500 2012-01-08  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
501             Richard Sandiford  <rdsandiford@googlemail.com>
502
503         * config/tc-mips.c (mips_move_labels): Take the list of labels and
504         textness as parameters.
505         (mips_move_text_labels): New function.
506         (append_insn): Use it instead of mips_move_labels.
507         (mips_emit_delays, start_noreorder): Likewise.
508         (mips_align): Take the labels rather than just one label.
509         Move all labels to after the .align.
510         (s_align): Change the last argument to mips_align.
511         (s_cons): Likewise.
512         (s_float_cons): Likewise.
513         (s_gpword): Likewise.
514         (s_gpdword): Likewise.
515
516 2012-01-06  Tristan Gingold  <gingold@adacore.com>
517
518         * config/tc-i386.c: Update copyright year.
519         (lex_got): Also defined for Mach-O.
520         Add a guard for non-ELF configuration.
521         (md_longopts): Also handle -64 for Mach-O.
522         (md_parse_option): Likewise.
523         (i386_target_format): Adjust for x86_64-darwin.
524
525 2012-01-04  Iain Sandoe  <idsandoe@googlemail.com>
526
527         * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
528         (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
529         (obj_mach_o_make_or_get_sect): Likewise.
530         (obj_mach_o_section): Split out the functionality shared with zerofill.
531         (obj_mach_o_zerofill): New.
532         (obj_mach_o_common_parse): Ensure whitespace is skipped.
533         (mach_o_pseudo_table): Add .zerofill.
534
535 2012-01-03  Iain Sandoe  <idsandoe@googlemail.com>
536
537         * config/obj-macho.c (obj_macho_process_stab): New.
538         * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
539         (obj_macho_process_stab): Declare.
540
541 For older changes see ChangeLog-2011
542 \f
543 Local Variables:
544 mode: change-log
545 left-margin: 8
546 fill-column: 74
547 version-control: never
548 End:
This page took 0.054141 seconds and 4 git commands to generate.