d474b3ce3d846e8139d8383c1c657af617a3d474
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2012-07-31 Jan Beulich <jbeulich@suse.com>
2
3 * config/tc-i386.c (check_byte_reg): Check for I/O port
4 register earlier, and just once. Drop diagnostic that got
5 issued only for some registers.
6
7 2012-07-31 Jan Beulich <jbeulich@suse.com>
8
9 * config/tc-i386.c (match_template): New local variable
10 'specific_error'. Set it from i.error after failed
11 check_VecOperands or VEX_check_operands. Use it if set in
12 preference to i.error when actually issuing disagnostic.
13
14 2012-07-30 Nick Clifton <nickc@redhat.com>
15
16 * po/gas.pot: Updated template.
17 * po/es.po: Updated Spanish translation.
18 * po/fi.po: Updated Finnish translation.
19 * po/fr.po: Updated French translation.
20
21 2012-07-27 Mike Frysinger <vapier@gentoo.org>
22
23 * configure.in (BFD_VERSION): Run bfd/configure --version and
24 parse the output of that.
25 * configure: Regenerate.
26
27 2012-07-27 Tristan Gingold <gingold@adacore.com>
28
29 * NEWS: Add marker for 2.23.
30
31 2012-07-27 James Murray <jsm@jsm-net.demon.co.uk>
32
33 * config/tc-m68hc11.c: Replace binary with hex for cygwin.
34
35 2012-07-26 Segher Boessenkool <segher@kernel.crashing.org>
36
37 * listing.c (struct list_message): New.
38 (struct list_info_struct): Delete "message". Add "messages"
39 and "last_message".
40 (listing_message): Adjust.
41 (listing_newline): Adjust.
42 (print_lines): Adjust.
43
44 2012-07-24 Jan Beulich <jbeulich@suse.com>
45
46 * config/tc-i386-intel.c (i386_intel_simplify_register): Handle
47 xmm/ymm index register being specified first as well as esp/rsp
48 base register being specified last in a memory operand.
49
50 2012-07-24 Jan Beulich <jbeulich@suse.com>
51
52 * config/tc-i386-intel.c (i386_intel_simplify_register):
53 Replace literal 4 by corresponding ESP_REG_NUM.
54
55 2012-07-24 Sandra Loosemore <sandra@codesourcery.com>
56 Jie Zhang <jzhang918@gmail.com>
57
58 * config/tc-arm.c (md_apply_fix): Use encoding A2 of ADR
59 if offset is negative.
60
61 2012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
62
63 * config/tc-i386.c: Add ADX, RDSEED and PRFCHW asm directives.
64 * doc/c-i386.texi: Document the new directives.
65
66 2012-07-05 Sean Keys <skeys@ipdatasys.com>
67 * config/tc-xgate.c: Revised assembler so that operands
68 are collected before the addressing mode is determined.
69
70 2012-07-02 Nick Clifton <nickc@redhat.com>
71
72 * write.c (fixup_segment): Only perform the subtraction of an
73 fx_subsy symbol if MD_APPLY_SYM_VALUE allows it and the symbol is
74 properly defined.
75 * config/tc-msp430.h (MD_APPLY_SYM_VALUE): Define.
76
77 2012-06-30 Alan Modra <amodra@gmail.com>
78
79 PR gas/14315
80 * config/obj-elf.c (obj_elf_weak): Don't set local.
81
82 2012-06-30 Johan Olmutz Nielsen <jnielsen@ddci.com>
83
84 * frags.h (frag_offset_fixed_p): Update prototype.
85 * frags.c (frag_offset_fixed_p): Change type of "offset" to offsetT.
86 * expr.c (expr, resolve_expression): Likewise for frag_off var.
87
88 2012-06-29 Nick Clifton <nickc@redhat.com>
89
90 PR gas/14263
91 * config/tc-arm.c (parse_operands): Initialise val.
92
93 2012-06-28 Nick Clifton <nickc@redhat.com>
94
95 PR gas/14260
96 * config/tc-arm.c (encode_arm_addr_mode_common): Generate an error
97 message if literal pool addressing is used.
98
99 2012-06-28 Nick Clifton <nickc@redhat.com>
100
101 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using
102 linker relaxation.
103 (dwarf2_gen_line_info): Generate real, local, labels for line
104 numbers.
105 (dwarf2dbg_convert_frag): Do not finalize the computation of the
106 frag's symbol value when linker relaxation is enabled.
107 (ADDR_DELTA_LIMIT): Define.
108 (size_fixed_inc_line_addr): Use ADDR_DELTA_LIMIT.
109 (emit_fixed_inc_line_addr): Likewise.
110 * write.c (fixup_segment): If the subtraction of two symbols
111 cannot be resolved but is valid, then prevent bogus range warnings
112 by pre-biasing add_number.
113 * config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0.
114
115 2012-06-28 Sean Keys <skeys@ipdatasys.com>
116
117 * config/tc-xgate.h: Defined tc_frob_symbol.
118 * config/tc-xgate.c (xgate_frob_symbol): Wrote new function to mark
119 symbols as being XGATE by setting st_target_internal value.
120
121 2012-06-22 Roland McGrath <mcgrathr@google.com>
122
123 * NEWS: Mention 'rep ret' too.
124
125 * config/tc-i386.c (parse_insn): Don't complain about REP prefix
126 when the template has opcode_modifier.repprefixok set.
127 * NEWS: Mention the change.
128
129 2012-06-18 Iain Sandoe <iain@codesourcery.com>
130
131 * configure.in: Check DECLS for free, getenv, malloc, realloc,
132 * configure: Regenerate.
133 * config.in: Likewise.
134
135 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
136
137 * config/tc-i386.c (x86_address_bytes): New.
138 * config/tc-i386.h (TC_ADDRESS_BYTES): Likewise.
139 (x86_address_bytes): Likewise.
140
141 2012-06-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
142
143 PR gas/12698
144 * config/tc-arm.c (do_t_mrs): Do not require an m-profile
145 architecure when assembling for all archiectures.
146 (do_t_msr): Likewise.
147
148 2012-06-11 Georg-Johann Lay <avr@gjlay.de>
149
150 PR 13503
151 * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
152 from 2012-05-16.
153
154 2012-06-09 H.J. Lu <hongjiu.lu@intel.com>
155
156 * input-scrub.c (input_scrub_include_sb): Use sb_build to
157 allocate sufficient space for from_sb. Use sb_terminate to
158 terminate string.
159 * read.c (read_a_source_file): Use sb_build to allocate
160 sufficient space and replace sb_add_string with sb_add_buffer.
161 (s_macro): Likewise.
162 (input_scrub_insert_line): Likewise.
163 (s_irp): Use sb_build to allocate sufficient space.
164 (do_repeat): Use sb_build to allocate sufficient space
165 for many.
166 * sb.c (sb_build): Remove static.
167 * sb.h (sb_build): New prototype.
168
169 2012-06-09 Alan Modra <amodra@gmail.com>
170
171 * sb.c: Include limits.h.
172 (dsize): Delete.
173 (MALLOC_OVERHEAD, INIT_ALLOC): Define.
174 (sb_new): Use INIT_ALLOC.
175 (sb_check): Modify allocation strategy using MALLOC_OVERHEAD.
176 (sb_terminate): Don't use sb_add_char.
177
178 2012-06-07 Alan Modra <amodra@gmail.com>
179
180 PR gas/14201
181 * sb.h (sb_max_power_two): Delete.
182 (struct sb): Delete "item" and "pot". Make "len" a size_t. Add "max".
183 (sb_element): Delete.
184 (sb_add_char, sb_add_buffer, sb_skip_comma, sb_skip_write): Update
185 prototypes.
186 * sb.c (string_count, free_list): Delete.
187 (sb_build, sb_kill, sb_check): Rewrite.
188 (scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
189 sb_skip_white, sb_skip_comma): Replace assorted int params,
190 vars and return types with size_t.
191 * input-scrub.c: Likewise.
192 * macro.c: Likewise.
193 * macro.h: Likewise.
194 * as.c: Likewise.
195 * as.h: Likewise.
196 * input-file.h: Likewise.
197 * input-file.c: Likewise.
198 * read.c: Likewise.
199 * app.c: ..or ptrdiff_t.
200 * input-file.c (input_file_get): Use ferror.
201 (input_file_give_next_buffer): Use input_file_get.
202
203 2012-05-31 Sean Keys <skeys@ipdatasys.com>
204
205 * config/tc-xgate.c (md_begin): Refactored code.
206
207 2012-05-29 Roland McGrath <mcgrathr@google.com>
208
209 * read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.
210 (read_a_source_file) [HANDLE_BUNDLE]: Reset it.
211 [HANDLE_BUNDLE] (s_bundle_lock, s_bundle_unlock): Allow nested
212 pairs.
213
214 2012-05-28 Nick Clifton <nickc@redhat.com>
215
216 * read.c (read_symbol_name): New function. Reads a symbol names.
217 Allows escape codes in names.
218 (s_comm_internal): Use read_symbol_name.
219 (s_globl, s_lsym, s_set, s_weakref): Likewise.
220 * doc/as.texinfo: Document support for multibyte characters in
221 symbol names.
222
223 2012-05-21 Mike Frysinger <vapier@gentoo.org>
224
225 * config/tc-mips.c (mips_after_parse_args): Assert that arch_info
226 is non-NULL.
227
228 2012-05-19 Alan Modra <amodra@gmail.com>
229
230 * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACES
231 targets when checking for "comdat".
232
233 2012-05-19 Alan Modra <amodra@gmail.com>
234
235 * config/tc-dlx.c (s_proc): Don't use asprintf.
236
237 2012-05-18 Alan Modra <amodra@gmail.com>
238
239 * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintf
240 return value.
241
242 2012-05-18 James Lemke <jwlemke@codesourcery.com>
243 Alan Modra <amodra@gmail.com>
244
245 * config/tc-ppc.c: Don't capitalise error and warning messages.
246 (md_parse_option): Add checks for -a32 -mvle.
247
248 2012-05-18 Alan Modra <amodra@gmail.com>
249
250 * config/obj-evax.c: Include as.h first.
251
252 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
253
254 * aclocal.m4: Regenerate.
255 * configure: Regenerate.
256 * Makefile.in: Regenerate.
257
258 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
259 Nick Clifton <nickc@redhat.com>
260
261 PR 14072
262 * configure.in: Add check that sysdep.h has been included before
263 any system header files.
264 * configure: Regenerate.
265 * config.in: Regenerate.
266 * aclocal.m4: Regenerate.
267 * Makefile.am: Use wrappers around C files generated by flex.
268 * Makefile.in: Regenerate.
269 * doc/Makefile.in: Regenerate.
270 * itbl-lex-wrapper.c: New file.
271 * config/bfin-lex-wrapper.c: New file.
272 * cgen.c: Include as.h before setjmp.h.
273 * config/tc-dlx.c: Include as.h before any other header.
274 * config/tc-h8300.c: Likewise.
275 * config/tc-lm32.c: Likewise.
276 * config/tc-mep.c: Likewise.
277 * config/tc-microblaze.c: Likewise.
278 * config/tc-mmix.c: Likewise.
279 * config/tc-msp430.c: Likewise.
280 * config/tc-or32.c: Likewise.
281 * config/tc-tic4x.c: Likewise.
282 * config/tc-tic54x.c: Likewise.
283 * config/tc-xtensa.c: Likewise.
284
285 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
286
287 * config/tc-alpha.c (maybe_set_gp): Pass proper `bfd'
288 as the first argument for `bfd_get_section_vma'.
289
290 2012-05-16 Alberto Garcia <agarcia@igalia.com>
291
292 PR gas/14082
293 * app.c (do_scrub_chars): Prevent possible out of bounds access to
294 lex[] array.
295
296 2012-05-16 Georg-Johann Lay <avr@gjlay.de>
297
298 PR target/13503
299 * config/tc-avr.c (avr_cons_fix_new): Rename R_AVR_8_HHI8 to
300 R_AVR_8_HLO8.
301 (exp_mod_data) Ditto. And replace "hhi8" with "hlo8".
302 (md_apply_fix): Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.
303
304 2012-05-16 Nathan Sidwell <nathan@codesourcery.com>
305 Kwok Cheung Yeung <kcy@codesourcery.com>
306
307 * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,
308 51qm variants.
309
310 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
311
312 * config/tc-m68hc11.c: Add S12X and XGATE co-processor support.
313 Add option to offset S12 addresses into XGATE memory space.
314 Tweak target flags to match other tools. (i.e. -m m68hc11).
315 * doc/as.texinfo: Mention new options.
316 * doc/c-m68hc11.texi: Document new options.
317 * NEWS: Mention new support.
318
319 2012-05-14 DJ Delorie <dj@redhat.com>
320
321 * config/rx-parse.y (rx_range): declare.
322 (O1,O2,O3,O4): Add calls to rx_range.
323 (UO1,UO2,UO3): Likewise.
324 (IMM2,IMMB): Likewise.
325 (rx_range): New.
326
327 * config/tc-rx.c (rx_fetchalign): Declare.
328 (md_pseudo_table): Add .fetchalign.
329 (RX_NBASE_FETCHALIGN): New.
330 (fetchalign_bytes): New.
331 (rx_fetchalign): New.
332 (rx_frag_init): If a "magic" value is found, also init the
333 machine-specific data.
334 (md_assemble): Note following opcode size if called for.
335 (rx_next_opcode): New.
336 (rx_relax_frag): Support .fetchalign.
337 (md_convert_frag): Likewise.
338 * doc/c-rx.texi (RX-Directives): Add .fetchalign.
339
340 2012-05-14 James Lemke <jwlemke@codesourcery.com>
341
342 * config/tc-ppc.c (insn_validate): New func of existing code to call..
343 (ppc_setup_opcodes): ..from 2 places here.
344 Revise for second (VLE) opcode table.
345 Add #ifdef'd code to print opcode tables.
346
347 2012-05-14 James Lemke <jwlemke@codesourcery.com>
348
349 * config/tc-ppc.c (ppc_setup_opcodes): Allow out-of-order
350 for the VLE conditional branches.
351
352 2012-05-14 Catherine Moore <clm@codesourcery.com>
353 Maciej W. Rozycki <macro@codesourcery.com>
354 Rhonda Wittels <rhonda@codesourcery.com>
355
356 * config/tc-ppc.c (PPC_VLE_SPLIT16A): New macro.
357 (PPC_VLE_SPLIT16D): New macro.
358 (PPC_VLE_LO16A): New macro.
359 (PPC_VLE_LO16D): New macro.
360 (PPC_VLE_HI16A): New macro.
361 (PPC_VLE_HI16D): New macro.
362 (PPC_VLE_HA16A): New macro.
363 (PPC_VLE_HA16D): New macro.
364 (PPC_APUINFO_VLE): New definition.
365 (md_chars_to_number): New function.
366 (md_parse_option): Check for combinations of little
367 endian and -mvle.
368 (md_show_usage): Document -mvle.
369 (ppc_arch): Recognize VLE.
370 (ppc_mach): Recognize bfd_mach_ppc_vle.
371 (ppc_setup_opcodes): Print the opcode table if
372 * config/tc-ppc.h (ppc_frag_check): Declare.
373 * doc/c-ppc.texi: Document -mvle.
374 * NEWS: Mention PowerPC VLE port.
375
376 2012-05-14 Catherine Moore <clm@codesourcery.com>
377
378 * config/tc-ppc.h (ppc_dw2_line_min_insn_length): Declare.
379 (DWARF2_LINE_MIN_INSN_LENGTH): Redefine.
380 * config/tc-ppc.c (ppc_dw2_line_min_insn_length): New.
381 * dwarf2dbg.c (scale_addr_delta): Handle values of 1
382 for DWARF2_LINE_MIN_INSN_LENGTH.
383
384 2012-05-12 H.J. Lu <hongjiu.lu@intel.com>
385
386 * config/tc-i386.c (tc_gen_reloc): Remove x32 addend overflow
387 for BFD_RELOC_64.
388
389 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
390
391 PR binutils/14028
392 * configure.in: Invoke ACX_HEADER_STRING.
393 * configure: Regenerate.
394 * config.in: Regenerate.
395 * as.h: If STRINGS_WITH_STRING is defined then include both
396 string.h and strings.h.
397
398 2012-05-11 Georg-Johann Lay <avr@gjlay.de
399
400 PR target/13503
401 * config/tc-avr.c (exp_mod_pm): Remove variable.
402 (exp_mod_data_t): New typedef.
403 (pexp_mod_data, exp_mod_data): New variables.
404 (avr_parse_cons_expression): Scan through exp_mod_data[] to find
405 data expression modifiers "pm", "gs", "lo8", hi8", "hhi8", "hh8"
406 and set pexp_mod_data accordingly to be used in avr_cons_fix_new.
407 (avr_cons_fix_new): Handle new data expression modifiers shipped
408 in pexp_mod_data.
409 (md_apply_fix): Handle BFD_RELOC_AVR_8_LO, BFD_RELOC_AVR_8_HI,
410 BFD_RELOC_AVR_8_HHI.
411
412 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
413
414 * config/tc-i386.c (tc_gen_reloc): Use bfd_signed_vma in x32
415 addend overflow check.
416
417 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
418
419 * config/tc-i386.c (tc_gen_reloc): Display signed hex number in
420 x32 addend overflow check.
421
422 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
423
424 * config/tc-i386.c (tc_gen_reloc): Use fits_in_signed_long.
425
426 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
427
428 * config/tc-i386.c (tc_gen_reloc): Check x32 addend overflow
429 for BFD_RELOC_64.
430
431 2012-05-08 Alan Modra <amodra@gmail.com>
432
433 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
434 LC and LANG environment vars.
435 * Makefile.in: Regenerate.
436
437 2012-05-07 Alan Modra <amodra@gmail.com>
438
439 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
440 * Makefile.in: Regenerate.
441
442 2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
443
444 * config/tc-z80.h(md_register_arithmetic): Define as 0.
445 * config/tc-z80.c(md_begin): Store register names in symbol table,
446 preventing usage as ordinary symbol.
447 * config/tc-z80.c(contains_register): New function.
448 * config/tc-z80.c(parse_exp2): Removed.
449 * config/tc-z80.c(parse_exp_not_indexed): New function.
450 * config/tc-z80.c(parse_exp): Add code to recogize indexed
451 addressing after parsing.
452 * config/tc-z80.c(emit_byte, emit_word): Use contains_register.
453 * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify
454 condition for jump to register.
455 * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use
456 parse_exp_not_indexed.
457
458 2012-05-05 Alan Modra <amodra@gmail.com>
459
460 * ecoff.c: Replace all uses of bfd_abs_section, bfd_com_section,
461 bfd_und_section and bfd_ind_section with their _ptr variants, or
462 use corresponding bfd_is_* macros.
463 * symbols.c: Likewise.
464 * config/obj-aout.c: Likewise.
465 * config/obj-coff-seh.h: Likewise.
466 * config/tc-hppa.c: Likewise.
467 * config/tc-hppa.h: Likewise.
468 * config/tc-ia64.c: Likewise.
469 * config/tc-m32r.c: Likewise.
470 * config/tc-microblaze.c: Likewise.
471 * config/tc-mips.c: Likewise.
472 * config/tc-score.c: Likewise.
473 * config/tc-score7.c: Likewise.
474 * config/tc-tic6x.c: Likewise.
475
476 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
477
478 * configure.tgt: Support x86_64-*-linux-gnux32.
479
480 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
481
482 * config/tc-i386.c (match_template): Add `instruction' to
483 unsupported error message.
484
485 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
486
487 * config/tc-i386.c (output_insn): Reformat.
488
489 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
490
491 * config/tc-i386.c (output_insn): Remove the extra VEX check.
492
493 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
494
495 * config/tc-i386.c (match_template): Improve unsupported error
496 message.
497
498 2012-05-03 Sean Keys <skeys@ipdatasys.com>
499
500 * configure, Makefile.in: Regenerate.
501 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
502 * configure.tgt: Added cpu type.
503 Added files for XGATE assembler.
504 * config/tc-xgate.c: Assembler for XGATE.
505 * config/tc-xgate.h: Header definition for assembler
506 Added files for XGATE testsuite.
507 * doc/Makefile.am (CPU_DOCS): Added XGATE file.
508 * doc/c-xgate.texi: Document XGATE and XGATE port.
509 * doc/as.texinfo: Ditto.
510 * doc/all.texi: Ditto
511 * NEWS: Mention the new support.
512
513 2012-04-30 DJ Delorie <dj@redhat.com>
514
515 * config/rx-parse.y (rx_intop): Add parameter for operation size.
516 Check for large positive constants really being small negative
517 ones.
518 (BRA, BSR): Update calls to rx_intop.
519 (immediate): Likewise.
520
521 2012-04-26 Mark Wielaard <mjw@redhat.com>
522
523 * dwarf2dbg.c (DWARF2_ARANGES_VERSION): New define to 2.
524 (DWARF2_LINE_VERSION): Likewise.
525 (out_debug_line): Use DWARF2_LINE_VERSION not DWARF2_VERSION.
526 (out_debug_aranges): Use DWARF2_ARANGES_VERSION not DWARF2_VERSION.
527 (out_debug_abbrev): Use DW_FORM_data for DW_AT_high_pc when
528 DWARF2_VERSION >= 4.
529 (out_debug_info): Use difference between start and end as data
530 value for DW_AT_high_pc when DWARF2_VERSION >= 4.
531 * config/tc-ia64.h (DWARF2_LINE_VERSION): Override it.
532
533 2012-04-27 David S. Miller <davem@davemloft.net>
534
535 * doc/c-sparc.text: Document %l34 and %h34.
536
537 * config/tc-sparc.c (v9a_asr_table): Add 'cfr'.
538
539 * config/tc-sparc.c (sparc_arch_table): Add HWCAP_PAUSE to sparc4,
540 v8pluse, v8plusv, v9e, and v9v.
541 (v9a_asr_table): Add 'pause'.
542
543 * config/tc-sparc.c (sparc_arch_table): Add HWCAP_CBCOND to
544 sparc4, v8pluse, v8plusv, v9e, and v9v.
545 (sparc_ip): Handle R_SPARC_5 of immediate constants inline in
546 order to accomodate cbcond which otherwise would require two
547 relocations to be handled in a single instruction..
548
549 * config/tc-sparc.c (sparc_ip): Likewise. Accept instruction
550 names containing "_".
551 (sparc_arch_table): Add sparc4, v8pluse, and v9e. Add crypto
552 hwcap masks to v8plusv and v9v.
553
554 * config/tc-sparc.c (sparc_arch_table): Rework to use HWCAP_*
555 masks.
556 (sparc_md_end): No longer need to translate hwcap_seen values into
557 ELF hwcap bits, they now match exactly.
558 (get_hwcap_name): Use HWCAP_* and handle new values.
559 (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
560
561 2012-04-20 Tristan Gingold <gingold@adacore.com>
562
563 * config/tc-ia64.c (obj_elf_vms_common): New function.
564 (md_pseudo_table): Add .vms_common pseudo.
565 * config/obj-elf.h (obj_elf_section_name): Add a prototype.
566 * config/obj-elf.c (obj_elf_section_name): Make it public.
567
568 2012-04-17 Richard Sandiford <r.sandiford@uk.ibm.com>
569
570 * config/tc-avr.c (md_apply_fix): Fix handling of BFD_RELOC32.
571
572 2012-04-12 David S. Miller <davem@davemloft.net>
573
574 * config/tc-sparc.c (sparc_ip): Handle '=', "%h34", "%l34", and
575 BFD_RELOC_SPARC_H34.
576 (md_apply_fix): Handle BFD_RELOC_SPARC_WDISP10 and BFD_RELOC_SPARC_H34.
577 (tc_gen_reloc): Likewise.
578
579 2012-04-12 Roland McGrath <mcgrathr@google.com>
580
581 * configure.tgt (arm-*-nacl*): Match it.
582 * config/te-nacl.h (FPU_DEFAULT, EABI_DEFAULT): Define.
583 (LOCAL_LABELS_DOLLAR): Define.
584 * config/tc-arm.c (elf32_arm_target_format) [TE_NACL]:
585 Use nacl format variants.
586
587 2012-04-12 Jie Zhang <jie@codesourcery.com>
588 Meador Inge <meadori@codesourcery.com>
589
590 * config/tc-arm.c (only_one_reg_in_list): New function.
591 (encode_ldmstm): Ditto.
592 (do_ldmstm): Use a different encoding when pushing or poping
593 a single register.
594 (A_COND_MASK): New macro.
595 (A_PUSH_POP_OP_MASK): Ditto.
596 (A1_OPCODE_PUSH): Ditto.
597 (A2_OPCODE_PUSH): Ditto.
598 (A2_OPCODE_POP): Ditto.
599
600 2012-04-06 Maciej W. Rozycki <macro@linux-mips.org>
601
602 * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
603 -mno-fix-24k.
604
605 2012-04-06 Roland McGrath <mcgrathr@google.com>
606
607 * configure.in (AC_CHECK_HEADERS): Add locale.h.
608 * config.in: Regenerate.
609 * configure: Regenerate.
610
611 2012-04-05 Nick Clifton <nickc@redhat.com>
612
613 * configure.in (AC_CHECK_FUNCS): Add setlocale.
614 (AM_LC_MESSAGES): Add.
615 * aclocal.m4: Regenerate.
616 * config.in: Regenerate.
617 * configure: Regenerate.
618
619 2012-04-03 DJ Delorie <dj@redhat.com>
620
621 * config/rx-parse.y: Make the .L optional for ADC and SBB.
622
623 2012-04-02 DJ Delorie <dj@redhat.com>
624
625 * config/rx-parse.y: IMM->IMM_, take an extra parameter for the
626 transfer size.
627 (IMM): New, call IMM_ with the default 32.
628 (IMMW,IMMB): Likewise, for 16 and 8.
629 (NIMM, MBIMM): Add size parameter.
630 (immediate): Likewise. Allow 32768..65535 for 16-bit transfers.
631 (MOV.W): Use IMMW instead of IMM.
632
633 * config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
634 (op_dp20_rm_l): New.
635 (op_dp20_rim_l): New.
636
637 * config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
638 (ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).
639
640 2012-03-29 Terry Guo <terry.guo@arm.com>
641
642 * config/tc-arm.c (arm_cpus): Add cortex-m0plus.
643 * doc/c-arm.texi (ARM Options): Document -mcpu=cortex-m0plus.
644
645 2012-03-23 Maxim Kuvyrkov <maxim@codesourcery.com>
646
647 * config/tc-mips.c (mips_cpu_info_table): Add entry for Broadcom XLP.
648 * doc/c-mips.texi: Mention XLP.
649
650 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
651
652 [SH] Support the .uaquad and .8byte directives also for non-sh64
653 configurations.
654
655 * config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
656 BFD_RELOC_64.
657 * doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
658 description...
659 * doc/c-sh.texi (SH Machine Directives): ... here.
660
661 2012-03-20 Nick Clifton <nickc@redhat.com>
662
663 * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP system
664 registers.
665 (do_vmsr): Likewise.
666 (arm_opcode_insns): Do not default to using the FPSCR register in
667 the VMRS and VMSR registers.
668
669 2012-03-16 Roland McGrath <mcgrathr@google.com>
670
671 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT32, ELF_TARGET_FORMAT64):
672 Define for this case.
673 * configure.tgt (i386-*-nacl*): If ${cpu} is x86_64*, default to x32.
674
675 2012-03-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
676
677 * config/tc-arm.c (aeabi_set_public_attributes): Correct
678 handling of Tag_DIV_use.
679
680 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
681
682 * doc/as.texinfo (Bundle directives): Fix typo.
683
684 2012-03-14 Ryan Mansfield <rmansfield@qnx.com>
685
686 * doc/as.texinfo (Bundle directives): Replace @defn with @dfn.
687
688 2012-03-13 Roland McGrath <mcgrathr@google.com>
689
690 * config/tc-arm.c (arm_frag_max_var): New function.
691 * config/tc-arm.h: Declare it.
692 (md_frag_max_var): New macro.
693
694 * config/tc-i386.c (i386_frag_max_var): New function.
695 * config/tc-i386.h: Declare it.
696 (md_frag_max_var): New macro.
697
698 * doc/as.texinfo (Bundle directives): New node.
699 (Pseudo Ops): Add it to the menu.
700 * NEWS: Mention new feature.
701 * read.c [md_frag_max_var] (HANDLE_BUNDLE): New macro.
702 [HANDLE_BUNDLE] (bundle_align_p2): New variable.
703 [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.
704 [HANDLE_BUNDLE] (start_bundle, pending_bundle_size, finish_bundle):
705 New functions.
706 (assemble_one): New function if [HANDLE_BUNDLE], #define directly
707 to md_assembly if not.
708 (read_a_source_file): Call assemble_one in place of md_assemble.
709 (read_a_source_file) [HANDLE_BUNDLE]: Check for unterminated
710 .bundle_lock at end of processing.
711 [HANDLE_BUNDLE] (s_bundle_align_mode, s_bundle_lock, s_bundle_unlock):
712 New functions.
713 [HANDLE_BUNDLE] (potable): Add their entries.
714 * read.h: Declare new functions.
715
716 2012-03-10 Edmar Wienskoski <edmar@freescale.com>
717
718 * config/tc-ppc.c (md_show_usage): Document -me5500 and -me6500.
719 (ppc_handle_align): Add termination nop opcode for e500mc family.
720 * doc/as.texinfo: Document options -me5500 and -me6500.
721 * doc/c-ppc.texi: Likewise.
722
723 2012-03-07 Nick Clifton <nickc@redhat.com>
724
725 * config/tc-mn10300.c (other_registers): Add SSP and USP.
726 (md_assemble): Add support for TLS relocs.
727 (mn10300_parse_name): Likewise.
728
729 2012-02-27 Alan Modra <amodra@gmail.com>
730
731 * config/tc-crx.c (check_range): Correct uint32_t misconceptions.
732
733 2012-02-27 Alan Modra <amodra@gmail.com>
734
735 * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED on
736 params. Properly generate NOP pattern. Comment reason for
737 subseg_text_p failure.
738
739 2012-02-27 Alan Modra <amodra@gmail.com>
740
741 * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits
742 and sign extend before range tests.
743 (constant_fits_size_p): Similarly.
744 (get_specific): Trim X_add_number to 32 bits.
745 (fix_operand_size): Likewise, and use unsigned test for signed
746 ranges.
747
748 2012-02-27 Alan Modra <amodra@gmail.com>
749
750 * config/tc-crx.c: Include bfd_stdint.h.
751 (getconstant): Remove irrelevant comment. Don't fail due to
752 sign-extension of int mask.
753 (check_range): Rewrite using unsigned arithmetic throughout.
754
755 2012-02-25 Walter Lee <walt@tilera.com>
756
757 * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
758 non-local before checking sy_value.
759 * tc-tilegx.c (emit_tilegx_instruction): Ditto.
760
761 2012-02-25 Walter Lee <walt@tilera.com>
762
763 * tc-tilepro.c (O_tls_le): Define operator.
764 (O_tls_le_lo16): Ditto.
765 (O_tls_le_hi16): Ditto.
766 (O_tls_le_ha16): Ditto.
767 (O_tls_gd_call): Ditto.
768 (O_tls_gd_add): Ditto.
769 (O_tls_ie_load): Ditto.
770 (md_begin): Delete old operators; handle new operators.
771 (emit_tilepro_instruction): Ditto.
772 (md_apply_fix): Ditto.
773 * tc-tilegx.c (O_hw1_got): Delete operator.
774 (O_hw2_got): Ditto.
775 (O_hw3_got): Ditto.
776 (O_hw2_last_got): Ditto.
777 (O_hw1_tls_gd): Ditto.
778 (O_hw2_tls_gd): Ditto.
779 (O_hw3_tls_gd): Ditto.
780 (O_hw2_last_tls_gd): Ditto.
781 (O_hw1_tls_ie): Ditto.
782 (O_hw2_tls_ie): Ditto.
783 (O_hw3_tls_ie): Ditto.
784 (O_hw2_last_tls_ie): Ditto.
785 (O_hw0_tls_le): Define operator.
786 (O_hw0_last_tls_le): Ditto.
787 (O_hw1_last_tls_le): Ditto.
788 (O_tls_gd_call): Ditto.
789 (O_tls_gd_add): Ditto.
790 (O_tls_ie_load): Ditto.
791 (O_tls_add): Ditto.
792 (md_begin): Delete old operators; handle new operators.
793 (emit_tilegx_instruction): Ditto.
794 (md_apply_fix): Ditto.
795 * doc/c-tilegx.texi: Delete old operators; document new operators.
796 * doc/c-tilepro.texi: Ditto.
797
798 2012-02-25 Walter Lee <walt@tilera.com>
799
800 * tc-tilepro.c (apply_special_operator): delete cases for
801 got and tls operators.
802 (md_apply_fix): Ditto.
803 * tc-tilegx.c (md_begin): Set architecture and machine.
804 (tilegx_target_format): Handle big endian.
805 (OPTION_EB): Define.
806 (OPTION_EL): Define.
807 (md_longopts): Add entries for "EB" and "EL".
808 (md_parse_option): Handle OPTION_EB and OPTION_EL.
809 (md_show_usage): Add -EB and -EL.
810 (md_number_to_chars): New.
811 (apply_special_operator): delete cases for got and tls
812 operators.
813 (md_apply_fix): Ditto.
814 * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
815 ifndef.
816 (md_number_to_chars): Delete.
817 * configure.tgt (tilegx*be): Handle.
818 * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
819 * doc/c-tilegx.texi: Ditto.
820
821 2012-02-21 H.J. Lu <hongjiu.lu@intel.com>
822
823 * config/tc-i386.c (check_hle): Use HLEPrefixNone, HLEPrefixLock,
824 HLEPrefixAny and HLEPrefixRelease.
825
826 2012-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
827
828 * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
829
830 2012-02-21 Iain Sandoe <idsandoe@googlemail.com>
831
832 * write.c (write_object_file): Add md_pre_output_hook.
833 * config/obj-macho.c (obj_mach_o_check_before_writing): New.
834 (obj_mach_o_pre_output_hook): New.
835 * config/obj-macho.h (md_pre_output_hook): Define.
836 (obj_mach_o_pre_output_hook): Declare.
837
838 2012-02-21 Tristan Gingold <gingold@adacore.com>
839
840 * config/tc-i386.h (OBJ_MACH_O): New section.
841 (TC_FORCE_RELOCATION): Use obj_mach_o_force_reloc.
842 (TC_FORCE_RELOCATION_SUB_SAME): New
843 (TC_FORCE_RELOCATION_SUB_LOCAL): New.
844 (TC_VALIDATE_FIX_SUB): New.
845 * frags.h (struct frag): OBJ_FRAG_TYPE, new field.
846 * symbols.c (colon): obj_frob_colon: New hook.
847 * write.c (write_object_file): md_pre_relax_hook, new
848 hook.
849 * config/obj-macho.c (obj_mach_o_frob_colon): New.
850 (obj_mach_o_frob_label): Record sub-section labels.
851 (obj_mach_o_frob_symbol): Rename from obj_macho_frob_symbol.
852 (obj_mach_o_set_subsections): New.
853 (obj_mach_o_pre_relax_hook): New.
854 (obj_mach_o_in_different_subsection): New.
855 (obj_mach_o_force_reloc_sub_same): New.
856 (obj_mach_o_force_reloc_sub_local): New.
857 (obj_mach_o_force_reloc): New.
858 * config/obj-macho.h (OBJ_SYMFIELD_TYPE): New.
859 (obj_frob_colon): New Define.
860 (obj_mach_o_frob_label): Renamed.
861 (obj_mach_o_frob_symbol): Renamed.
862 (OBJ_FRAG_TYPE): New.
863 (obj_mach_o_in_different_subsection, obj_mach_o_force_reloc,
864 obj_mach_o_force_reloc_sub_same,
865 obj_mach_o_force_reloc_sub_local): New declarations.
866
867 2012-02-20 Iain Sandoe <idsandoe@googlemail.com>
868
869 * config/obj-macho.c (obj_mach_o_is_frame_section): New.
870 (obj_mach_o_allow_local_subtract): New.
871 * config/obj-macho.h (md_allow_local_subtract): Define.
872 (obj_mach_o_allow_local_subtract): Declare.
873
874 2012-02-20 Iain Sandoe <idsandoe@googlemail.com>
875
876 * config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of
877 canonical information, try to determine CODE and DEBUG section flags
878 from the mach-o section data.
879
880 2012-02-20 Nick Clifton <nickc@redhat.com>
881
882 * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
883 local symbols.
884
885 2012-02-12 Iain Sandoe <idsandoe@googlemail.com>
886
887 * config/obj-macho.c (obj_mach_o_indirect_symbol): Force promotion of
888 any local symbol used as an indirect.
889
890 2012-02-10 Iain Sandoe <idsandoe@googlemail.com>
891
892 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Always fill in
893 stub size when provided. (obj_mach_o_section): Flag that stub-size
894 has been provided.
895
896 2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
897
898 * config/tc-i386.c (HLE_PREFIX): New.
899 (check_hle): Likewise.
900 (_i386_insn): Add have_hle.
901 (cpu_arch): Add .hle and .rtm.
902 (md_assemble): Call check_hle if i.have_hle isn't zero.
903 (parse_insn): Set i.have_hle to 1 for HLE prefix.
904 (output_jump): Support up to 2 byte opcode.
905
906 * doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
907
908 2012-02-02 Tristan Gingold <gingold@adacore.com>
909
910 * config/obj-macho.c (obj_mach_o_zerofill): Silent
911 uninitialized variable warning.
912
913 2012-02-02 Nick Clifton <nickc@redhat.com>
914
915 PR gas/13224
916 * config/obj-elf.c (obj_elf_parse_section_letters): Rename 'clone'
917 to 'is_clone' to avoid shadowing a gloabl.
918 (obj_elf_section): Likewise.
919
920 2012-01-31 Paul Brook <paul@codesourcery.com>
921
922 * doc/c-tic6x.c: Fix typo.
923
924 2012-01-26 Alexey Makhalov <makhaloff@gmail.com>
925
926 PR gas/13624
927 * app.c (app_push): Set 'add_newlines' to zero after saving.
928
929 2012-01-24 DJ Delorie <dj@redhat.com>
930
931 * config/rl78-parse.y (NOT1): Add.
932
933 2012-01-23 Roland McGrath <mcgrathr@google.com>
934
935 * configure.tgt (i386-*-nacl*): Match it.
936 * config/te-nacl.h: New file.
937 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case.
938 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
939 Use TE_GNU et al case for TE_NACL too.
940
941 2012-01-20 H.J. Lu <hongjiu.lu@intel.com>
942
943 * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
944 disp_encoding.
945 (md_assemble): Updated.
946 (output_branch): Likewise.
947 (parse_insn): Support .d8 suffix.
948 (build_modrm_byte): Fake zero displacement for .d8 and .d32
949 suffixes.
950
951 * doc/c-i386.texi: Document .d8 suffix.
952
953 2012-01-17 Andrew Burgess <aburgess@broadcom.com>
954
955 * write.c (fix_new_internal): Don't mark used parameter as unused.
956
957 2012-01-17 Alan Modra <amodra@gmail.com>
958
959 * as.c (parse_args): Update copyright message year.
960
961 2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
962
963 * config/tc-i386.c (cpu_arch): Add ".vmfunc".
964
965 * doc/c-i386.texi: Document vmfunc.
966
967 2012-01-13 Tristan Gingold <gingold@adacore.com>
968
969 * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
970 * config/obj-macho.h (SET_SECTION_RELOCS): Define.
971 (obj_mach_o_reorder_section_relocs): Declare.
972
973 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
974
975 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
976 absolute indirect symbols.
977
978 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
979
980 * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
981 (obj_mach_o_set_section_vma): New.
982 (obj_mach_o_post_relax_hook): New.
983 * config/obj-macho.h (md_post_relax_hook): Define.
984 (obj_mach_o_post_relax_hook): Declare.
985
986 2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
987
988 * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
989 lazy when the symbol is private_extern.
990 (obj_mach_o_indirect_sym): New type.
991 (obj_mach_o_indirect_symbol): New.
992 (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
993 (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
994 (obj_macho_frob_label): Likewise. Adjust external and comm
995 symbol tests.
996 (obj_mach_o_set_indirect_symbols): New.
997 (obj_mach_o_frob_file_after_relocs): New.
998 *config/obj-macho.h (obj_frob_file_after_relocs): Define.
999 (obj_mach_o_frob_file_after_relocs): Declare.
1000
1001 2012-01-12 Tristan Gingold <gingold@adacore.com>
1002
1003 PR gas/13591
1004 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
1005
1006 2012-01-10 Tristan Gingold <gingold@adacore.com>
1007
1008 * struc-symbol.h (struct symbol_flags): New struct, created from...
1009 (struct symbol): ... this one. Add sy_flags field, remove flag fields.
1010 (struct local_symbol): Replace lsy_marker field by lsy_flags.
1011 Adjust comment.
1012 (local_symbol_resolved_p): Adjust.
1013 (local_symbol_mark_resolved): Likewise.
1014 * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
1015 (local_symbol_make, local_symbol_convert, colon)
1016 (symbol_clone_if_forward_ref, verify_symbol_chain)
1017 (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
1018 (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
1019 (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
1020 (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
1021 (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
1022 (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
1023 (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
1024 (symbol_mark_mri_common, symbol_clear_mri_common)
1025 (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
1026 (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
1027 (symbol_equated_reloc_p, dot_symbol_init)
1028 (print_symbol_value_1): Adjust.
1029
1030 2012-01-09 Iain Sandoe <idsandoe@googlemail.com>
1031
1032 * config/obj-macho.c (obj_mach_o_weak): Remove.
1033 (obj_mach_o_common_parse): Set symbol qualifiers.
1034 (LAZY, REFE): New macros.
1035 (obj_mach_o_symbol_type): New enum.
1036 (obj_mach_o_set_symbol_qualifier): New.
1037 (obj_mach_o_sym_qual): New.
1038 (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
1039 a dummy function.
1040 (obj_mach_o_type_for_symbol): New.
1041 (obj_macho_frob_label): New.
1042 (obj_macho_frob_symbol): New.
1043 * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
1044 (obj_frob_label, obj_macho_frob_label): Declare.
1045 (obj_frob_symbol, obj_macho_frob_symbol): Declare.
1046
1047 2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
1048
1049 * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
1050
1051 2012-01-08 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1052 Richard Sandiford <rdsandiford@googlemail.com>
1053
1054 * config/tc-mips.c (mips_move_labels): Take the list of labels and
1055 textness as parameters.
1056 (mips_move_text_labels): New function.
1057 (append_insn): Use it instead of mips_move_labels.
1058 (mips_emit_delays, start_noreorder): Likewise.
1059 (mips_align): Take the labels rather than just one label.
1060 Move all labels to after the .align.
1061 (s_align): Change the last argument to mips_align.
1062 (s_cons): Likewise.
1063 (s_float_cons): Likewise.
1064 (s_gpword): Likewise.
1065 (s_gpdword): Likewise.
1066
1067 2012-01-06 Tristan Gingold <gingold@adacore.com>
1068
1069 * config/tc-i386.c: Update copyright year.
1070 (lex_got): Also defined for Mach-O.
1071 Add a guard for non-ELF configuration.
1072 (md_longopts): Also handle -64 for Mach-O.
1073 (md_parse_option): Likewise.
1074 (i386_target_format): Adjust for x86_64-darwin.
1075
1076 2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
1077
1078 * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
1079 (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
1080 (obj_mach_o_make_or_get_sect): Likewise.
1081 (obj_mach_o_section): Split out the functionality shared with zerofill.
1082 (obj_mach_o_zerofill): New.
1083 (obj_mach_o_common_parse): Ensure whitespace is skipped.
1084 (mach_o_pseudo_table): Add .zerofill.
1085
1086 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
1087
1088 * config/obj-macho.c (obj_macho_process_stab): New.
1089 * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
1090 (obj_macho_process_stab): Declare.
1091
1092 For older changes see ChangeLog-2011
1093 \f
1094 Local Variables:
1095 mode: change-log
1096 left-margin: 8
1097 fill-column: 74
1098 version-control: never
1099 End:
This page took 0.051546 seconds and 4 git commands to generate.