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