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