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