2012-09-19 Steve Ellcey <sellcey@mips.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
c76b75fd
SE
12012-09-19 Steve Ellcey <sellcey@mips.com>
2
3 * configure.tgt: Add mips*-mti-elf* target.
4
4b8c8c02
RE
52012-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6
7 * config/tc-arm.c: Changed ldra and strl-form mnemonics
8 to lda and stl-form for armv8.
9
5a1ad39d
RE
102012-09-17 Yufeng Zhang <yufeng.zhang@arm.com>
11
12 * config/tc-aarch64.c (aarch64_archs): Rename 'armv8' to 'armv8-a'.
13
6c9c0a50
DE
142012-09-14 David Edelsohn <dje.gcc@gmail.com>
15
16 * configure: Regenerate.
17
e202fa84
AG
182012-09-13 Anthony Green <green@moxielogic.com>
19
20 * config/tc-moxie.h (DEFAULT_TARGET_FORMAT): Define.
21 (TARGET_FORMAT): Don't hard-code endian-ness.
22 * config/tc-moxie.c (target_big_endian, moxie_target_format):
23 Define.
24 (md_assemble): Handle bi-endian encodings.
25 (md_shortopts, md_parse_option, md_show_usage, md_apply_fix)
26 (md_number_to_chars, md_chars_to_number): Update for bi-endian
27 support.
28
f41aef5f
RE
292012-09-12 Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com>
30
31 * config/tc-aarch64.c
32 (reloc_table): Add reloc to table entry.
33 (parse_address_main): Add support for #:<reloc_op>:<symbol>.
34 (parse_operands): Check for unused reloc.
35 (md_apply_fix): New case for reloc.
36 (aarch64_force_relocation): Likewise.
1179bed3
DC
37
382012-09-11 Georg-Johann Lay <avr@gjlay.de>
39
40 PR gas/13503
41 * config/tc-avr.h (TC_VALIDATE_FIX): Skip: BFD_RELOC_AVR_8_LO,
42 BFD_RELOC_AVR_8_HI, BFD_RELOC_AVR_8_HLO.
43
5c7a0b3e
AM
442012-09-11 Alan Modra <amodra@gmail.com>
45
46 * Makefile.am (bootstrap): Add $EXEEXT to dependency.
47 * Makefile.in: Regenerate.
48
00716ab1
AM
492012-09-10 Matthias Klose <doko@ubuntu.com>
50
51 * config.in: Disable sanity check for kfreebsd.
52
6d2920c8
L
532012-09-10 H.J. Lu <hongjiu.lu@intel.com>
54
55 * configure: Regenerated.
56
7078b409
AG
572012-09-07 Anthony Green <green@moxielogic.com>
58
59 * config/tc-moxie.c (md_pcrel_from): Branches are now relative
6d2920c8 60 to the address following the branch instruction.
7078b409 61
1dd53816
AK
622012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
63
64 * config/tc-s390.c (set_highgprs_p): New variable.
65 (s390_machinemode): New function.
66 (md_pseudo_table): Add new pseudo command machinemode.
67 (md_parse_option): Set set_highgprs_p to TRUE if -mzarch was
68 specified on command line.
69 (s390_elf_final_processing): Set the highgprs flag in the ELF
70 header depending on set_highgprs_p.
71
72 * doc/c-s390.texi: Document new pseudo machinemode.
73
47527d7e
JL
742012-09-05 James Lemke <jwlemke@codesourcery.com>
75
76 * doc/c-ppc.texi: Document -mvle.
b4b783be 77 * doc/as.texinfo: Likewise.
47527d7e 78
b3e14eda
L
792012-09-04 Sergey A. Guriev <sergey.a.guriev@intel.com>
80
81 * config/tc-ia64.c (reg_symbol): Add a new register.
82 (indirect_reg): Ditto.
83 (pseudo_func): Add new symbolic constants.
84 (operand_match): Add new operand types recognition.
85 (operand_insn): Add new register recognition.
86 (md_begin): Add new register definition.
87 (specify_resource): Add new register recognition.
88
6c106515
HPN
892012-09-01 Hans-Peter Nilsson <hp@bitrange.com>
90
91 PR gas/14521
92 * config/tc-mmix.h (tc_frob_file_before_fix): Renumber sections
93 after call to mmix_frob_file.
94
b1929900
MR
952012-08-31 Maciej W. Rozycki <macro@codesourcery.com>
96
97 * doc/c-mips.texi (MIPS Opts): Correct a typo in the -mips5
98 option.
99
e5b95258
WL
1002012-08-27 Walter Lee <walt@tilera.com>
101
102 * tc-tilegx.c (O_hw0_plt): Define operator.
103 (O_hw1_plt): Ditto.
104 (O_hw1_last_plt): Ditto.
105 (O_hw2_last_plt): Ditto.
106 (md_begin): Handle new operators.
107 (emit_tilegx_instruction): Ditto.
108 (md_apply_fix): Ditto.
109 * doc/c-tilegx.texi: Document new operators.
110
3c9017d2
MGD
1112012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
112
113 * config/tc-arm.c (ARM_ENC_TAB): Add sha1h and sha2op entries.
114 (do_sha1h): New function.
115 (do_sha1su1): Likewise.
116 (do_sha256su0): Likewise.
117 (insns): Add 2 operand SHA instructions.
118
48adcd8e
MGD
1192012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
120
121 * config/tc-arm.c (NEON_ENC_TAB): Add sha3op entry.
122 (do_crypto_3op_1): New function.
123 (do_sha1c): Likewise.
124 (do_sha1p): Likewise.
125 (do_sha1m): Likewise.
126 (do_sha1su0): Likewise.
127 (do_sha256h): Likewise.
128 (do_sha256h2): Likewise.
129 (do_sha256su1): Likewise.
130 (insns): Add SHA 3 operand instructions.
131
4f51b4bd
MGD
1322012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
133
134 * config/tc-arm.c (neon_type_mask): Add P64 type.
135 (type_chk_of_el_type): Handle P64 type.
136 (el_type_of_type_chk): Likewise.
137 (do_neon_vmull): Handle VMULL.P64.
138
91ff7894
MGD
1392012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
140
141 * config/tc-arm.c (NEON_ENC_TAB): Add aes entry.
142 (neon_type_mask): Add N_UNT.
143 (neon_check_type): Don't always decay typed to untyped sizes.
144 (do_crypto_2op_1): New function.
145 (do_aese): Likewise.
146 (do_aesd): Likewise.
147 (do_aesmc.8): Likewise.
148 (do_aesimc.8): Likewise.
149 (insns): Add AES instructions.
150
c70a8987
MGD
1512012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
152
153 * config/tc-arm.c (el_type_type_check): Add handling for 16-bit
154 floating point types.
155 (do_neon_cvttb_2): New function.
156 (do_neon_cvttb_1): Likewise.
157 (do_neon_cvtb): Refactor to use do_neon_cvttb_1.
158 (do_neon_cvtt): Likewise.
159
30bdf752
MGD
1602012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
161
162 * config/tc-arm.c (NEON_ENC_TAB): Add vrint entries.
163 (neon_cvt_mode): Add neon_cvt_mode_r.
164 (do_vrint_1): New function.
165 (do_vrint_x): Likewise.
166 (do_vrint_z): Likewise.
167 (do_vrint_r): Likewise.
168 (do_vrint_a): Likewise.
169 (do_vrint_n): Likewise.
170 (do_vrint_p): Likewise.
171 (do_vrint_m): Likewise.
172 (insns): Add VRINT instructions.
173
7e8e6784
MGD
1742012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
175
176 * config/tc-arm.c (NEON_ENC_TAB): Add vcvta entry.
177 (neon_cvt_mode): New enumeration.
178 (do_vfp_nsyn_cvt_fpv8): New function.
179 (do_neon_cvt_1): Add support for new conversions.
180 (do_neon_cvtr): Use neon_cvt_mode enumerator.
181 (do_neon_cvt): Likewise.
182 (do_neon_cvta): New function.
183 (do_neon_cvtn): Likewise.
184 (do_neon_cvtp): Likewise.
185 (do_neon_cvtm): Likewise.
186 (insns): Add new VCVT instructions.
187
6b9a8b67
MGD
1882012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm>
189
190 * config/tc-arm.c (CVT_FLAVOUR_VAR): New define.
191 (CVT_VAR): New helper define.
192 (neon_cvt_flavour): New enumeration, function renamed...
193 (get_neon_cvt_flavour): ...to this.
194 (do_vfp_nsyn_cvt): Update to use new neon_cvt_flavour.
195 (do_vfp_nsyn_cvtz): Likewise.
196 (do_neon_cvt_1): Likewise.
197
73924fbc
MGD
1982012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
199
200 * config/tc-arm.c (NEON_ENC_TAB): Add vmaxnm, vminnm entries.
201 (vfp_or_neon_is_neon_bits): Add NEON_CHECK_ARCH8 enumerator.
202 (vfp_or_neon_is_neon): Add check for SIMD for ARMv8.
203 (do_maxnm): New function.
204 (insns): Add vmaxnm, vminnm entries.
205
33399f07
MGD
2062012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
207
208 * config/tc-arm.c (NEON_ENC_TAB): Add entries for VSEL.
209 (NEON_ENC_FPV8_): New define.
210 (do_vfp_nsyn_fpv8): New function.
211 (do_vsel): Likewise.
212 (insns): Add VSEL instructions.
213
9eb6c0f1
MGD
2142012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
215
216 * config/tc-arm.c (do_rm_rn): New function.
217 (do_strlex): Likewise.
218 (do_t_strlex): Likewise.
219 (insns): Add support for LDRA/STRL instructions.
220
8884b720
MGD
2212012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
222
223 * config/tc-arm.c (do_t_bkpt_hlt1): New function.
224 (do_t_hlt): New function.
225 (do_t_bkpt): Use do_t_bkpt_hlt1.
226 (insns): Add HLT.
227
b79f7053
MGD
2282012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
229
230 * config/tc-arm.c (insns): Add DCPS instruction.
231
53c4b28b
MGD
2322012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
233
234 * config/tc-arm.c (T16_32_TAB): Add _sevl.
235 (insns): Add SEVL.
236
e797f7e0
MGD
2372012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
238
239 * config/tc-arm.c (asm_barrier_opt): Add arch field.
240 (mark_feature_used): New function.
241 (parse_barrier): Check specified option is valid for the
242 specified architecture.
243 (UL_BARRIER): New macro.
244 (barrier_opt_names): Update for new barrier options.
245
12e37cbc
MGD
2462012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
247
248 * config/tc-arm.c (do_setend): Warn on deprecated SETEND.
249 (do_t_setend): Likewise.
250
5a01bb1d
MGD
2512012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
252
253 * config/tc-arm.c (do_t_it): Fully initialise now_it.
254 (new_automatic_it_block): Likewise.
255 (handle_it_block): Record whether current instruction is
256 conditionally executed.
257 * config/tc-arm.c (depr_insn_mask): New structure.
258 (depr_it_insns): New variable.
259 (it_fsm_post_encode): Warn on deprecated uses.
260 * config/tc-arm.h (current_it): Add new fields.
261
dcbd0d71
MGD
2622012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
263
264 * config/tc-arm.c (deprecated_coproc_regs_s): New structure.
265 (deprecated_coproc_regs): New variable.
266 (deprecated_coproc_reg_count): Likewise.
267 (do_co_reg): Error on obsolete & warn on deprecated registers.
268
59d09be6
MGD
2692012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
270
271 * config/tc-arm.c (check_obsolete): New function.
272 (do_rd_rm_rn): Check swp{b} for obsoletion.
273
bca38921
MGD
2742012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
275
276 * config/tc-arm.h (arm_ext_v8): New variable.
277 (fpu_vfp_ext_armv8): Likewise.
278 (fpu_neon_ext_armv8): Likewise.
279 (fpu_crypto_ext_armv8): Likewise.
280 (arm_archs): Add armv8-a.
281 (arm_extensions): Add crypto, fp, and simd.
282 (arm_fpus): Add fp-armv8, neon-fp-armv8, crypto-neon-fp-armv8.
283 (cpu_arch_ver): Add support for ARMv8.
284 (aeabi_set_public_sttributes): Likewise.
285 * doc/c-arm.texi (ARM Options): Document new architecture and
286 extension options for ARMv8.
287
542385d9
L
2882012-08-20 H.J. Lu <hongjiu.lu@intel.com>
289
290 * doc/as.texinfo: Replace --n32 with --x32.
291
7b458c12
L
2922012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com>
293
294 * config/tc-i386.c (cpu_arch): Add CPU_BTVER1_FLAGS and
295 CPU_BTVER2_FLAGS.
296 (i386_align_code): Add case for PROCESSOR_BT.
297
298 * config/tc-i386.h (enum processor_type): Add PROCESSOR_BT.
299
300 * doc/c-i386.texi: Add -march={btver1, btver2} options.
301
f76bf5e0
L
3022012-08-14 H.J. Lu <hongjiu.lu@intel.com>
303
304 PR gas/14457
305 * config/tc-i386.c (i386_att_operand): Terminate register name
306 when reporting bad register.
307
c3330fbe
HPN
3082012-08-14 Hans-Peter Nilsson <hp@bitrange.com>
309
310 * config/tc-mmix.c (loc_asserts): New variable.
311 (mmix_greg_internal): Handle expressions not determinable at first
312 pass.
313 (s_loc): Ditto. Record expressions where the section isn't
314 determinable at the first pass, and assume they don't refer to
315 other sections.
316 (mmix_md_end): Verify that recorded LOC expressions weren't
317 to other sections, else emit error messages.
318
a06ea964
NC
3192012-08-13 Ian Bolton <ian.bolton@arm.com>
320 Laurent Desnogues <laurent.desnogues@arm.com>
321 Jim MacArthur <jim.macarthur@arm.com>
322 Marcus Shawcroft <marcus.shawcroft@arm.com>
323 Nigel Stephens <nigel.stephens@arm.com>
324 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
325 Richard Earnshaw <rearnsha@arm.com>
326 Sofiane Naci <sofiane.naci@arm.com>
327 Tejas Belagod <tejas.belagod@arm.com>
328 Yufeng Zhang <yufeng.zhang@arm.com>
329
330 * Makefile.am: Add AArch64.
331 * Makefile.in: Regenerate.
332 * config/tc-aarch64.c: New file.
333 * config/tc-aarch64.h: New file.
334 * configure.tgt: Add AArch64.
335 * doc/Makefile.am: Add AArch64.
336 * doc/Makefile.in: Regenerate.
337 * doc/all.texi: Add AArch64.
338 * doc/as.texinfo: Add AArch64.
339 * doc/c-aarch64.texi: New file.
340 * po/POTFILES.in: Regenerate.
341 * NEWS: Mention the new support.
342
35d0a169
MR
3432012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
344
345 * config/tc-mips.c (NO_ISA_COP, COP_INSN): Remove macros.
346 (is_opcode_valid): Remove coprocessor instruction exclusions.
347 Replace OPCODE_IS_MEMBER with opcode_is_member.
348 (is_opcode_valid_16): Replace OPCODE_IS_MEMBER with
349 opcode_is_member.
350 (macro): Remove coprocessor instruction exclusions.
351
a276b80c
MR
3522012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
353
354 * config/tc-mips.c (s_cpload, s_cpsetup): Fail if MIPS16 mode.
355 (s_cplocal, s_cprestore, s_cpreturn): Likewise.
356
848930b2
JB
3572012-08-07 Jan Beulich <jbeulich@suse.com>
358
359 * config/tc-i386-intel.c (build_modrm_byte): Split determining
360 default segment from figuring out encoding. Honor RegRex for
361 the former.
362
7bab8ab5
JB
3632012-08-07 Jan Beulich <jbeulich@suse.com>
364
365 * config/tc-i386.c (set_check): Renamed from set_sse_check.
366 Generalize to also handle operand checking option.
367 (enum i386_error): New enumerator 'invalid_vector_register_set'.
368 (match_template): Handle it.
369 (enum check_kind): Give it a tag. Drop sse_ prefixes from
370 enumerators.
371 (operand_check): New.
372 (md_pseudo_table): Add "operand_check".
373 (check_VecOperands): Don't special case RIP addressing. Check
374 that vSIB operands use distinct vector registers unless no
375 checking was requested.
376 (OPTION_MOPERAND_CHECK): New.
377 (md_parse_option): Handle it.
378 (OPTION_MAVXSCALAR, OPTION_X32): Adjust.
379 (md_longopts): Add "moperand-check".
380 (md_show_usage): Add help text for it.
381
4c692bc7
JB
3822012-08-07 Jan Beulich <jbeulich@suse.com>
383
384 * config/tc-i386.c (register_number): New function.
385 (build_vex_prefix, process_immext, process_operands,
386 build_modrm_byte, i386_index_check): Use it.
387
a988325c
NC
3882012-08-07 Daniel Green <venix1@gmail.com>
389
390 * config/tc-i386.c (lex_got): Provide implementation for PE
391 format.
392
464ab0e5
MR
3932012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
394
395 * config/tc-mips.c (append_insn): Also handle moving delay-slot
396 instruction across frags for fixed branches.
397
3db8daf3
MR
3982012-08-03 Maciej W. Rozycki <macro@codesourcery.com>
399
400 * frags.c (frag_grow): Never shrink the obstack size requested
401 below the default.
402
03d46c0e
SK
4032012-08-02 Sean Keys <skeys@ipdatasys.com>
404
405 * config/tc-m68hc11.c (s_m68hc11_parse_pseudo_instruction):
406 New function to parse pseudo ops that are unreleated to
407 existing pseudo ops.
408
711eefe4
SL
4092012-08-01 Catherine Moore <clm@codesourcery.com>
410 Sandra Loosemore <sandra@codesourcery.com>
411
412 * config/mips/tc-mips.c (mips_cpu_info): Add the 34kn.
413 * doc/c-mips.texi (MIPS Opts): Document it.
414
8fbf7334
JL
4152012-08-01 James Lemke <jwlemke@codesourcery.com>
416
4e47244d 417 * dwarf2dbg.c (out_set_addr): Allow for non-constant value of
8fbf7334 418 DWARF2_LINE_MIN_INSN_LENGTH
4e47244d 419 * config/tc-ppc.c (ppc_dwarf2_line_min_insn_length): Declare
8fbf7334
JL
420 and initialize.
421 (md_apply_fix): Branch addr can be a multiple of 2 or 4.
4e47244d 422 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): Now a
8fbf7334
JL
423 variable reference.
424
03f66e8a 4252012-07-31 Maciej W. Rozycki <macro@codesourcery.com>
4e47244d
L
426 Chao-Ying Fu <fu@mips.com>
427 Catherine Moore <clm@codesourcery.com>
03f66e8a 428
7a2d09cc
MR
429 * config/tc-mips.c (ISA_SUPPORTS_DSP_ASE): Also set if microMIPS
430 mode.
431 (ISA_SUPPORTS_DSPR2_ASE): Likewise.
432 (macro_build) <'2'>: Handle microMIPS.
03f66e8a
MR
433 (macro) <M_BALIGN>: Update error handling.
434 (validate_micromips_insn) <'2', '3', '4', '5', '6'>: New cases.
435 <'7', '8', '0', '@', '^'>: Likewise.
436 (mips_ip) <'2', '3', '4', '5', '6', '7', '8'>: Handle microMIPS.
437 <'9'>: Fix formatting.
438 <'0', '@'>: Handle microMIPS.
439 <'^'>: New case.
440
4a2608e3
JB
4412012-07-31 Jan Beulich <jbeulich@suse.com>
442
443 * config/tc-i386.c (match_template): Adjust error message
444 for 'bad_imm4' case.
445
5a819eb9
JB
4462012-07-31 Jan Beulich <jbeulich@suse.com>
447
448 * config/tc-i386.c (check_byte_reg): Check for I/O port
449 register earlier, and just once. Drop diagnostic that got
450 issued only for some registers.
451
5614d22c
JB
4522012-07-31 Jan Beulich <jbeulich@suse.com>
453
454 * config/tc-i386.c (match_template): New local variable
455 'specific_error'. Set it from i.error after failed
456 check_VecOperands or VEX_check_operands. Use it if set in
457 preference to i.error when actually issuing disagnostic.
458
a6dc81d2
NC
4592012-07-30 Nick Clifton <nickc@redhat.com>
460
461 * po/gas.pot: Updated template.
462 * po/es.po: Updated Spanish translation.
463 * po/fi.po: Updated Finnish translation.
464 * po/fr.po: Updated French translation.
465
c4dd807e
MF
4662012-07-27 Mike Frysinger <vapier@gentoo.org>
467
468 * configure.in (BFD_VERSION): Run bfd/configure --version and
469 parse the output of that.
470 * configure: Regenerate.
471
af18cb59
TG
4722012-07-27 Tristan Gingold <gingold@adacore.com>
473
474 * NEWS: Add marker for 2.23.
475
204d254e
SK
4762012-07-27 James Murray <jsm@jsm-net.demon.co.uk>
477
478 * config/tc-m68hc11.c: Replace binary with hex for cygwin.
479
c71bb85d
SB
4802012-07-26 Segher Boessenkool <segher@kernel.crashing.org>
481
482 * listing.c (struct list_message): New.
483 (struct list_info_struct): Delete "message". Add "messages"
484 and "last_message".
485 (listing_message): Adjust.
486 (listing_newline): Adjust.
487 (print_lines): Adjust.
488
9e2934f7
JB
4892012-07-24 Jan Beulich <jbeulich@suse.com>
490
491 * config/tc-i386-intel.c (i386_intel_simplify_register): Handle
492 xmm/ymm index register being specified first as well as esp/rsp
493 base register being specified last in a memory operand.
494
8280f326
JB
4952012-07-24 Jan Beulich <jbeulich@suse.com>
496
497 * config/tc-i386-intel.c (i386_intel_simplify_register):
498 Replace literal 4 by corresponding ESP_REG_NUM.
499
5e73442d
SL
5002012-07-24 Sandra Loosemore <sandra@codesourcery.com>
501 Jie Zhang <jzhang918@gmail.com>
502
503 * config/tc-arm.c (md_apply_fix): Use encoding A2 of ADR
504 if offset is negative.
505
e2e1fcde
L
5062012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
507
508 * config/tc-i386.c: Add ADX, RDSEED and PRFCHW asm directives.
509 * doc/c-i386.texi: Document the new directives.
510
6b0d957e 5112012-07-05 Sean Keys <skeys@ipdatasys.com>
4e47244d
L
512
513 * config/tc-xgate.c: Revised assembler so that operands
514 are collected before the addressing mode is determined.
6b0d957e 515
586ec8c1
NC
5162012-07-02 Nick Clifton <nickc@redhat.com>
517
518 * write.c (fixup_segment): Only perform the subtraction of an
519 fx_subsy symbol if MD_APPLY_SYM_VALUE allows it and the symbol is
520 properly defined.
521 * config/tc-msp430.h (MD_APPLY_SYM_VALUE): Define.
522
e95a6b1c
AM
5232012-06-30 Alan Modra <amodra@gmail.com>
524
525 PR gas/14315
526 * config/obj-elf.c (obj_elf_weak): Don't set local.
527
08ea7020
AM
5282012-06-30 Johan Olmutz Nielsen <jnielsen@ddci.com>
529
530 * frags.h (frag_offset_fixed_p): Update prototype.
531 * frags.c (frag_offset_fixed_p): Change type of "offset" to offsetT.
532 * expr.c (expr, resolve_expression): Likewise for frag_off var.
533
99aad254
NC
5342012-06-29 Nick Clifton <nickc@redhat.com>
535
536 PR gas/14263
537 * config/tc-arm.c (parse_operands): Initialise val.
538
2b2f5df9
NC
5392012-06-28 Nick Clifton <nickc@redhat.com>
540
541 PR gas/14260
542 * config/tc-arm.c (encode_arm_addr_mode_common): Generate an error
543 message if literal pool addressing is used.
544
453dc3f0
NC
5452012-06-28 Nick Clifton <nickc@redhat.com>
546
547 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using
548 linker relaxation.
549 (dwarf2_gen_line_info): Generate real, local, labels for line
550 numbers.
551 (dwarf2dbg_convert_frag): Do not finalize the computation of the
552 frag's symbol value when linker relaxation is enabled.
553 (ADDR_DELTA_LIMIT): Define.
554 (size_fixed_inc_line_addr): Use ADDR_DELTA_LIMIT.
555 (emit_fixed_inc_line_addr): Likewise.
556 * write.c (fixup_segment): If the subtraction of two symbols
557 cannot be resolved but is valid, then prevent bogus range warnings
558 by pre-biasing add_number.
559 * config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0.
560
6b0d957e
SK
5612012-06-28 Sean Keys <skeys@ipdatasys.com>
562
4e47244d
L
563 * config/tc-xgate.h: Defined tc_frob_symbol.
564 * config/tc-xgate.c (xgate_frob_symbol): Wrote new function to mark
565 symbols as being XGATE by setting st_target_internal value.
6b0d957e 566
29c048b6
RM
5672012-06-22 Roland McGrath <mcgrathr@google.com>
568
fe13e45b
RM
569 * NEWS: Mention 'rep ret' too.
570
29c048b6
RM
571 * config/tc-i386.c (parse_insn): Don't complain about REP prefix
572 when the template has opcode_modifier.repprefixok set.
573 * NEWS: Mention the change.
574
a574142b
AM
5752012-06-18 Iain Sandoe <iain@codesourcery.com>
576
577 * configure.in: Check DECLS for free, getenv, malloc, realloc,
578 * configure: Regenerate.
579 * config.in: Likewise.
580
357d1bd8
L
5812012-06-13 H.J. Lu <hongjiu.lu@intel.com>
582
583 * config/tc-i386.c (x86_address_bytes): New.
584 * config/tc-i386.h (TC_ADDRESS_BYTES): Likewise.
585 (x86_address_bytes): Likewise.
586
1a43faaf
NC
5872012-06-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
588
589 PR gas/12698
590 * config/tc-arm.c (do_t_mrs): Do not require an m-profile
591 architecure when assembling for all archiectures.
592 (do_t_msr): Likewise.
593
e4efb665
NC
5942012-06-11 Georg-Johann Lay <avr@gjlay.de>
595
596 PR 13503
597 * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
598 from 2012-05-16.
599
d2ae702c
L
6002012-06-09 H.J. Lu <hongjiu.lu@intel.com>
601
602 * input-scrub.c (input_scrub_include_sb): Use sb_build to
603 allocate sufficient space for from_sb. Use sb_terminate to
604 terminate string.
605 * read.c (read_a_source_file): Use sb_build to allocate
606 sufficient space and replace sb_add_string with sb_add_buffer.
607 (s_macro): Likewise.
608 (input_scrub_insert_line): Likewise.
609 (s_irp): Use sb_build to allocate sufficient space.
610 (do_repeat): Use sb_build to allocate sufficient space
611 for many.
612 * sb.c (sb_build): Remove static.
613 * sb.h (sb_build): New prototype.
614
5197bfb5
AM
6152012-06-09 Alan Modra <amodra@gmail.com>
616
617 * sb.c: Include limits.h.
618 (dsize): Delete.
619 (MALLOC_OVERHEAD, INIT_ALLOC): Define.
620 (sb_new): Use INIT_ALLOC.
621 (sb_check): Modify allocation strategy using MALLOC_OVERHEAD.
622 (sb_terminate): Don't use sb_add_char.
623
39a45edc
AM
6242012-06-07 Alan Modra <amodra@gmail.com>
625
626 PR gas/14201
627 * sb.h (sb_max_power_two): Delete.
628 (struct sb): Delete "item" and "pot". Make "len" a size_t. Add "max".
629 (sb_element): Delete.
630 (sb_add_char, sb_add_buffer, sb_skip_comma, sb_skip_write): Update
631 prototypes.
632 * sb.c (string_count, free_list): Delete.
633 (sb_build, sb_kill, sb_check): Rewrite.
634 (scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
635 sb_skip_white, sb_skip_comma): Replace assorted int params,
636 vars and return types with size_t.
637 * input-scrub.c: Likewise.
638 * macro.c: Likewise.
639 * macro.h: Likewise.
640 * as.c: Likewise.
641 * as.h: Likewise.
642 * input-file.h: Likewise.
643 * input-file.c: Likewise.
644 * read.c: Likewise.
645 * app.c: ..or ptrdiff_t.
646 * input-file.c (input_file_get): Use ferror.
647 (input_file_give_next_buffer): Use input_file_get.
648
6b0d957e
SK
6492012-05-31 Sean Keys <skeys@ipdatasys.com>
650
4e47244d 651 * config/tc-xgate.c (md_begin): Refactored code.
6b0d957e 652
d416e51d
RM
6532012-05-29 Roland McGrath <mcgrathr@google.com>
654
655 * read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.
656 (read_a_source_file) [HANDLE_BUNDLE]: Reset it.
657 [HANDLE_BUNDLE] (s_bundle_lock, s_bundle_unlock): Allow nested
658 pairs.
659
7bfd842d
NC
6602012-05-28 Nick Clifton <nickc@redhat.com>
661
662 * read.c (read_symbol_name): New function. Reads a symbol names.
663 Allows escape codes in names.
664 (s_comm_internal): Use read_symbol_name.
665 (s_globl, s_lsym, s_set, s_weakref): Likewise.
666 * doc/as.texinfo: Document support for multibyte characters in
667 symbol names.
668
95bfe26e
MF
6692012-05-21 Mike Frysinger <vapier@gentoo.org>
670
671 * config/tc-mips.c (mips_after_parse_args): Assert that arch_info
672 is non-NULL.
673
59365e19
AM
6742012-05-19 Alan Modra <amodra@gmail.com>
675
676 * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACES
677 targets when checking for "comdat".
678
f3719d90
AM
6792012-05-19 Alan Modra <amodra@gmail.com>
680
681 * config/tc-dlx.c (s_proc): Don't use asprintf.
682
74cda0c4
AM
6832012-05-18 Alan Modra <amodra@gmail.com>
684
685 * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintf
686 return value.
687
d6ed37ed
AM
6882012-05-18 James Lemke <jwlemke@codesourcery.com>
689 Alan Modra <amodra@gmail.com>
690
691 * config/tc-ppc.c: Don't capitalise error and warning messages.
692 (md_parse_option): Add checks for -a32 -mvle.
693
222661cb
AM
6942012-05-18 Alan Modra <amodra@gmail.com>
695
696 * config/obj-evax.c: Include as.h first.
697
f2c621e4
AS
6982012-05-18 Andreas Schwab <schwab@linux-m68k.org>
699
700 * aclocal.m4: Regenerate.
701 * configure: Regenerate.
702 * Makefile.in: Regenerate.
703
df7b86aa
NC
7042012-05-17 Daniel Richard G. <skunk@iskunk.org>
705 Nick Clifton <nickc@redhat.com>
706
707 PR 14072
708 * configure.in: Add check that sysdep.h has been included before
709 any system header files.
710 * configure: Regenerate.
711 * config.in: Regenerate.
712 * aclocal.m4: Regenerate.
713 * Makefile.am: Use wrappers around C files generated by flex.
714 * Makefile.in: Regenerate.
715 * doc/Makefile.in: Regenerate.
716 * itbl-lex-wrapper.c: New file.
717 * config/bfin-lex-wrapper.c: New file.
718 * cgen.c: Include as.h before setjmp.h.
719 * config/tc-dlx.c: Include as.h before any other header.
720 * config/tc-h8300.c: Likewise.
721 * config/tc-lm32.c: Likewise.
722 * config/tc-mep.c: Likewise.
723 * config/tc-microblaze.c: Likewise.
724 * config/tc-mmix.c: Likewise.
725 * config/tc-msp430.c: Likewise.
726 * config/tc-or32.c: Likewise.
727 * config/tc-tic4x.c: Likewise.
728 * config/tc-tic54x.c: Likewise.
729 * config/tc-xtensa.c: Likewise.
730
a0f49396
NC
7312012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
732
733 * config/tc-alpha.c (maybe_set_gp): Pass proper `bfd'
734 as the first argument for `bfd_get_section_vma'.
735
536695d0
NC
7362012-05-16 Alberto Garcia <agarcia@igalia.com>
737
738 PR gas/14082
739 * app.c (do_scrub_chars): Prevent possible out of bounds access to
740 lex[] array.
741
40551fb8
NC
7422012-05-16 Georg-Johann Lay <avr@gjlay.de>
743
744 PR target/13503
745 * config/tc-avr.c (avr_cons_fix_new): Rename R_AVR_8_HHI8 to
746 R_AVR_8_HLO8.
747 (exp_mod_data) Ditto. And replace "hhi8" with "hlo8".
748 (md_apply_fix): Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.
749
c1c30076
NS
7502012-05-16 Nathan Sidwell <nathan@codesourcery.com>
751 Kwok Cheung Yeung <kcy@codesourcery.com>
752
753 * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,
754 51qm variants.
755
6927f982
NC
7562012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
757
758 * config/tc-m68hc11.c: Add S12X and XGATE co-processor support.
759 Add option to offset S12 addresses into XGATE memory space.
760 Tweak target flags to match other tools. (i.e. -m m68hc11).
761 * doc/as.texinfo: Mention new options.
762 * doc/c-m68hc11.texi: Document new options.
763 * NEWS: Mention new support.
764
0e25bcb4
DD
7652012-05-14 DJ Delorie <dj@redhat.com>
766
918edac3
DD
767 * config/rx-parse.y (rx_range): declare.
768 (O1,O2,O3,O4): Add calls to rx_range.
769 (UO1,UO2,UO3): Likewise.
770 (IMM2,IMMB): Likewise.
771 (rx_range): New.
772
0e25bcb4
DD
773 * config/tc-rx.c (rx_fetchalign): Declare.
774 (md_pseudo_table): Add .fetchalign.
775 (RX_NBASE_FETCHALIGN): New.
776 (fetchalign_bytes): New.
777 (rx_fetchalign): New.
778 (rx_frag_init): If a "magic" value is found, also init the
779 machine-specific data.
780 (md_assemble): Note following opcode size if called for.
781 (rx_next_opcode): New.
782 (rx_relax_frag): Support .fetchalign.
783 (md_convert_frag): Likewise.
784 * doc/c-rx.texi (RX-Directives): Add .fetchalign.
785
b9c361e0
JL
7862012-05-14 James Lemke <jwlemke@codesourcery.com>
787
788 * config/tc-ppc.c (insn_validate): New func of existing code to call..
789 (ppc_setup_opcodes): ..from 2 places here.
790 Revise for second (VLE) opcode table.
791 Add #ifdef'd code to print opcode tables.
792
7932012-05-14 James Lemke <jwlemke@codesourcery.com>
794
795 * config/tc-ppc.c (ppc_setup_opcodes): Allow out-of-order
796 for the VLE conditional branches.
797
7982012-05-14 Catherine Moore <clm@codesourcery.com>
799 Maciej W. Rozycki <macro@codesourcery.com>
800 Rhonda Wittels <rhonda@codesourcery.com>
801
802 * config/tc-ppc.c (PPC_VLE_SPLIT16A): New macro.
803 (PPC_VLE_SPLIT16D): New macro.
804 (PPC_VLE_LO16A): New macro.
805 (PPC_VLE_LO16D): New macro.
806 (PPC_VLE_HI16A): New macro.
807 (PPC_VLE_HI16D): New macro.
808 (PPC_VLE_HA16A): New macro.
809 (PPC_VLE_HA16D): New macro.
810 (PPC_APUINFO_VLE): New definition.
811 (md_chars_to_number): New function.
812 (md_parse_option): Check for combinations of little
813 endian and -mvle.
814 (md_show_usage): Document -mvle.
815 (ppc_arch): Recognize VLE.
816 (ppc_mach): Recognize bfd_mach_ppc_vle.
6927f982 817 (ppc_setup_opcodes): Print the opcode table if
b9c361e0
JL
818 * config/tc-ppc.h (ppc_frag_check): Declare.
819 * doc/c-ppc.texi: Document -mvle.
820 * NEWS: Mention PowerPC VLE port.
821
8222012-05-14 Catherine Moore <clm@codesourcery.com>
823
824 * config/tc-ppc.h (ppc_dw2_line_min_insn_length): Declare.
825 (DWARF2_LINE_MIN_INSN_LENGTH): Redefine.
826 * config/tc-ppc.c (ppc_dw2_line_min_insn_length): New.
827 * dwarf2dbg.c (scale_addr_delta): Handle values of 1
6927f982 828 for DWARF2_LINE_MIN_INSN_LENGTH.
b9c361e0 829
56e63005
L
8302012-05-12 H.J. Lu <hongjiu.lu@intel.com>
831
832 * config/tc-i386.c (tc_gen_reloc): Remove x32 addend overflow
833 for BFD_RELOC_64.
834
208a4923
NC
8352012-05-11 Daniel Richard G. <skunk@iskunk.org>
836
837 PR binutils/14028
838 * configure.in: Invoke ACX_HEADER_STRING.
839 * configure: Regenerate.
840 * config.in: Regenerate.
841 * as.h: If STRINGS_WITH_STRING is defined then include both
842 string.h and strings.h.
843
99700d6f
NC
8442012-05-11 Georg-Johann Lay <avr@gjlay.de
845
846 PR target/13503
847 * config/tc-avr.c (exp_mod_pm): Remove variable.
848 (exp_mod_data_t): New typedef.
849 (pexp_mod_data, exp_mod_data): New variables.
850 (avr_parse_cons_expression): Scan through exp_mod_data[] to find
851 data expression modifiers "pm", "gs", "lo8", hi8", "hhi8", "hh8"
852 and set pexp_mod_data accordingly to be used in avr_cons_fix_new.
853 (avr_cons_fix_new): Handle new data expression modifiers shipped
854 in pexp_mod_data.
855 (md_apply_fix): Handle BFD_RELOC_AVR_8_LO, BFD_RELOC_AVR_8_HI,
856 BFD_RELOC_AVR_8_HHI.
857
268a8d3a
L
8582012-05-10 H.J. Lu <hongjiu.lu@intel.com>
859
860 * config/tc-i386.c (tc_gen_reloc): Use bfd_signed_vma in x32
861 addend overflow check.
862
6f2c9068
L
8632012-05-10 H.J. Lu <hongjiu.lu@intel.com>
864
865 * config/tc-i386.c (tc_gen_reloc): Display signed hex number in
866 x32 addend overflow check.
867
83acd3e8
L
8682012-05-09 H.J. Lu <hongjiu.lu@intel.com>
869
870 * config/tc-i386.c (tc_gen_reloc): Use fits_in_signed_long.
871
8cf0d2dd
L
8722012-05-09 H.J. Lu <hongjiu.lu@intel.com>
873
874 * config/tc-i386.c (tc_gen_reloc): Check x32 addend overflow
875 for BFD_RELOC_64.
876
e5b62927
AM
8772012-05-08 Alan Modra <amodra@gmail.com>
878
879 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
880 LC and LANG environment vars.
881 * Makefile.in: Regenerate.
882
cce3d66c
AM
8832012-05-07 Alan Modra <amodra@gmail.com>
884
885 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
886 * Makefile.in: Regenerate.
887
25045f79
AM
8882012-05-06 Arnold Metselaar <arnold_m@operamail.com>
889
890 * config/tc-z80.h(md_register_arithmetic): Define as 0.
cce3d66c
AM
891 * config/tc-z80.c(md_begin): Store register names in symbol table,
892 preventing usage as ordinary symbol.
25045f79
AM
893 * config/tc-z80.c(contains_register): New function.
894 * config/tc-z80.c(parse_exp2): Removed.
895 * config/tc-z80.c(parse_exp_not_indexed): New function.
cce3d66c
AM
896 * config/tc-z80.c(parse_exp): Add code to recogize indexed
897 addressing after parsing.
25045f79 898 * config/tc-z80.c(emit_byte, emit_word): Use contains_register.
cce3d66c
AM
899 * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify
900 condition for jump to register.
901 * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use
902 parse_exp_not_indexed.
25045f79 903
45dfa85a
AM
9042012-05-05 Alan Modra <amodra@gmail.com>
905
906 * ecoff.c: Replace all uses of bfd_abs_section, bfd_com_section,
907 bfd_und_section and bfd_ind_section with their _ptr variants, or
908 use corresponding bfd_is_* macros.
909 * symbols.c: Likewise.
910 * config/obj-aout.c: Likewise.
911 * config/obj-coff-seh.h: Likewise.
912 * config/tc-hppa.c: Likewise.
913 * config/tc-hppa.h: Likewise.
914 * config/tc-ia64.c: Likewise.
915 * config/tc-m32r.c: Likewise.
916 * config/tc-microblaze.c: Likewise.
917 * config/tc-mips.c: Likewise.
918 * config/tc-score.c: Likewise.
919 * config/tc-score7.c: Likewise.
920 * config/tc-tic6x.c: Likewise.
921
3c995545
L
9222012-05-04 H.J. Lu <hongjiu.lu@intel.com>
923
924 * configure.tgt: Support x86_64-*-linux-gnux32.
925
35262a23
L
9262012-05-04 H.J. Lu <hongjiu.lu@intel.com>
927
928 * config/tc-i386.c (match_template): Add `instruction' to
929 unsupported error message.
930
89e71f5c
L
9312012-05-04 H.J. Lu <hongjiu.lu@intel.com>
932
933 * config/tc-i386.c (output_insn): Reformat.
934
ae5c1c7b
L
9352012-05-04 H.J. Lu <hongjiu.lu@intel.com>
936
937 * config/tc-i386.c (output_insn): Remove the extra VEX check.
938
10efe3f6
L
9392012-05-04 H.J. Lu <hongjiu.lu@intel.com>
940
941 * config/tc-i386.c (match_template): Improve unsupported error
942 message.
943
f6c1a2d5
NC
9442012-05-03 Sean Keys <skeys@ipdatasys.com>
945
946 * configure, Makefile.in: Regenerate.
947 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
948 * configure.tgt: Added cpu type.
949 Added files for XGATE assembler.
950 * config/tc-xgate.c: Assembler for XGATE.
951 * config/tc-xgate.h: Header definition for assembler
952 Added files for XGATE testsuite.
953 * doc/Makefile.am (CPU_DOCS): Added XGATE file.
954 * doc/c-xgate.texi: Document XGATE and XGATE port.
955 * doc/as.texinfo: Ditto.
956 * doc/all.texi: Ditto
957 * NEWS: Mention the new support.
958
cad335c9
DD
9592012-04-30 DJ Delorie <dj@redhat.com>
960
961 * config/rx-parse.y (rx_intop): Add parameter for operation size.
962 Check for large positive constants really being small negative
963 ones.
964 (BRA, BSR): Update calls to rx_intop.
965 (immediate): Likewise.
966
88ebb0a1
MW
9672012-04-26 Mark Wielaard <mjw@redhat.com>
968
969 * dwarf2dbg.c (DWARF2_ARANGES_VERSION): New define to 2.
970 (DWARF2_LINE_VERSION): Likewise.
971 (out_debug_line): Use DWARF2_LINE_VERSION not DWARF2_VERSION.
972 (out_debug_aranges): Use DWARF2_ARANGES_VERSION not DWARF2_VERSION.
973 (out_debug_abbrev): Use DW_FORM_data for DW_AT_high_pc when
974 DWARF2_VERSION >= 4.
975 (out_debug_info): Use difference between start and end as data
976 value for DW_AT_high_pc when DWARF2_VERSION >= 4.
977 * config/tc-ia64.h (DWARF2_LINE_VERSION): Override it.
978
ec668d69
DM
9792012-04-27 David S. Miller <davem@davemloft.net>
980
2755f698
DM
981 * doc/c-sparc.text: Document %l34 and %h34.
982
2e52845b
DM
983 * config/tc-sparc.c (v9a_asr_table): Add 'cfr'.
984
58004e23
DM
985 * config/tc-sparc.c (sparc_arch_table): Add HWCAP_PAUSE to sparc4,
986 v8pluse, v8plusv, v9e, and v9v.
987 (v9a_asr_table): Add 'pause'.
988
698544e1
DM
989 * config/tc-sparc.c (sparc_arch_table): Add HWCAP_CBCOND to
990 sparc4, v8pluse, v8plusv, v9e, and v9v.
991 (sparc_ip): Handle R_SPARC_5 of immediate constants inline in
992 order to accomodate cbcond which otherwise would require two
993 relocations to be handled in a single instruction..
994
6cda1326
DM
995 * config/tc-sparc.c (sparc_ip): Likewise. Accept instruction
996 names containing "_".
997 (sparc_arch_table): Add sparc4, v8pluse, and v9e. Add crypto
998 hwcap masks to v8plusv and v9v.
999
ec668d69
DM
1000 * config/tc-sparc.c (sparc_arch_table): Rework to use HWCAP_*
1001 masks.
1002 (sparc_md_end): No longer need to translate hwcap_seen values into
1003 ELF hwcap bits, they now match exactly.
1004 (get_hwcap_name): Use HWCAP_* and handle new values.
1005 (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
1006
2b0bc501
TG
10072012-04-20 Tristan Gingold <gingold@adacore.com>
1008
1009 * config/tc-ia64.c (obj_elf_vms_common): New function.
1010 (md_pseudo_table): Add .vms_common pseudo.
1011 * config/obj-elf.h (obj_elf_section_name): Add a prototype.
1012 * config/obj-elf.c (obj_elf_section_name): Make it public.
1013
0b649256
RS
10142012-04-17 Richard Sandiford <r.sandiford@uk.ibm.com>
1015
1016 * config/tc-avr.c (md_apply_fix): Fix handling of BFD_RELOC32.
1017
2615994e
DM
10182012-04-12 David S. Miller <davem@davemloft.net>
1019
1020 * config/tc-sparc.c (sparc_ip): Handle '=', "%h34", "%l34", and
1021 BFD_RELOC_SPARC_H34.
1022 (md_apply_fix): Handle BFD_RELOC_SPARC_WDISP10 and BFD_RELOC_SPARC_H34.
1023 (tc_gen_reloc): Likewise.
1024
b38cadfb
NC
10252012-04-12 Roland McGrath <mcgrathr@google.com>
1026
1027 * configure.tgt (arm-*-nacl*): Match it.
1028 * config/te-nacl.h (FPU_DEFAULT, EABI_DEFAULT): Define.
1029 (LOCAL_LABELS_DOLLAR): Define.
1030 * config/tc-arm.c (elf32_arm_target_format) [TE_NACL]:
1031 Use nacl format variants.
1032
6530b175 10332012-04-12 Jie Zhang <jie@codesourcery.com>
4e47244d 1034 Meador Inge <meadori@codesourcery.com>
6530b175
NC
1035
1036 * config/tc-arm.c (only_one_reg_in_list): New function.
1037 (encode_ldmstm): Ditto.
1038 (do_ldmstm): Use a different encoding when pushing or poping
1039 a single register.
1040 (A_COND_MASK): New macro.
1041 (A_PUSH_POP_OP_MASK): Ditto.
1042 (A1_OPCODE_PUSH): Ditto.
1043 (A2_OPCODE_PUSH): Ditto.
1044 (A2_OPCODE_POP): Ditto.
1045
45e279f5
MR
10462012-04-06 Maciej W. Rozycki <macro@linux-mips.org>
1047
1048 * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
1049 -mno-fix-24k.
1050
58797674
RM
10512012-04-06 Roland McGrath <mcgrathr@google.com>
1052
1053 * configure.in (AC_CHECK_HEADERS): Add locale.h.
1054 * config.in: Regenerate.
1055 * configure: Regenerate.
1056
44350750
NC
10572012-04-05 Nick Clifton <nickc@redhat.com>
1058
1059 * configure.in (AC_CHECK_FUNCS): Add setlocale.
1060 (AM_LC_MESSAGES): Add.
1061 * aclocal.m4: Regenerate.
1062 * config.in: Regenerate.
1063 * configure: Regenerate.
1064
e91a22ce
DD
10652012-04-03 DJ Delorie <dj@redhat.com>
1066
1067 * config/rx-parse.y: Make the .L optional for ADC and SBB.
1068
b1c0804b
DD
10692012-04-02 DJ Delorie <dj@redhat.com>
1070
1071 * config/rx-parse.y: IMM->IMM_, take an extra parameter for the
1072 transfer size.
1073 (IMM): New, call IMM_ with the default 32.
1074 (IMMW,IMMB): Likewise, for 16 and 8.
1075 (NIMM, MBIMM): Add size parameter.
1076 (immediate): Likewise. Allow 32768..65535 for 16-bit transfers.
1077 (MOV.W): Use IMMW instead of IMM.
1078
1079 * config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
1080 (op_dp20_rm_l): New.
1081 (op_dp20_rim_l): New.
1082
1083 * config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
1084 (ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).
1085
ce32bd10
MGD
10862012-03-29 Terry Guo <terry.guo@arm.com>
1087
1088 * config/tc-arm.c (arm_cpus): Add cortex-m0plus.
1089 * doc/c-arm.texi (ARM Options): Document -mcpu=cortex-m0plus.
1090
55a36193
MK
10912012-03-23 Maxim Kuvyrkov <maxim@codesourcery.com>
1092
1093 * config/tc-mips.c (mips_cpu_info_table): Add entry for Broadcom XLP.
1094 * doc/c-mips.texi: Mention XLP.
1095
32b9ff0d
TS
10962012-03-21 Thomas Schwinge <thomas@codesourcery.com>
1097
1098 [SH] Support the .uaquad and .8byte directives also for non-sh64
1099 configurations.
1100
1101 * config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
1102 BFD_RELOC_64.
1103 * doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
1104 description...
1105 * doc/c-sh.texi (SH Machine Directives): ... here.
1106
7465e07a
NC
11072012-03-20 Nick Clifton <nickc@redhat.com>
1108
1109 * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP system
1110 registers.
1111 (do_vmsr): Likewise.
1112 (arm_opcode_insns): Do not default to using the FPSCR register in
1113 the VMRS and VMSR registers.
1114
8059fb19
RM
11152012-03-16 Roland McGrath <mcgrathr@google.com>
1116
1117 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT32, ELF_TARGET_FORMAT64):
1118 Define for this case.
1119 * configure.tgt (i386-*-nacl*): If ${cpu} is x86_64*, default to x32.
1120
69239280
MGD
11212012-03-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1122
1123 * config/tc-arm.c (aeabi_set_public_attributes): Correct
1124 handling of Tag_DIV_use.
1125
27dcf5c0
TS
11262012-03-15 Thomas Schwinge <thomas@codesourcery.com>
1127
1128 * doc/as.texinfo (Bundle directives): Fix typo.
1129
ec82c18e
L
11302012-03-14 Ryan Mansfield <rmansfield@qnx.com>
1131
1132 * doc/as.texinfo (Bundle directives): Replace @defn with @dfn.
1133
8d3eaee6 11342012-03-13 Roland McGrath <mcgrathr@google.com>
fa94de6b
RM
1135
1136 * config/tc-arm.c (arm_frag_max_var): New function.
1137 * config/tc-arm.h: Declare it.
1138 (md_frag_max_var): New macro.
1139
1140 * config/tc-i386.c (i386_frag_max_var): New function.
1141 * config/tc-i386.h: Declare it.
1142 (md_frag_max_var): New macro.
1143
1144 * doc/as.texinfo (Bundle directives): New node.
1145 (Pseudo Ops): Add it to the menu.
1146 * NEWS: Mention new feature.
1147 * read.c [md_frag_max_var] (HANDLE_BUNDLE): New macro.
1148 [HANDLE_BUNDLE] (bundle_align_p2): New variable.
1149 [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.
1150 [HANDLE_BUNDLE] (start_bundle, pending_bundle_size, finish_bundle):
1151 New functions.
1152 (assemble_one): New function if [HANDLE_BUNDLE], #define directly
1153 to md_assembly if not.
1154 (read_a_source_file): Call assemble_one in place of md_assemble.
1155 (read_a_source_file) [HANDLE_BUNDLE]: Check for unterminated
1156 .bundle_lock at end of processing.
1157 [HANDLE_BUNDLE] (s_bundle_align_mode, s_bundle_lock, s_bundle_unlock):
1158 New functions.
1159 [HANDLE_BUNDLE] (potable): Add their entries.
1160 * read.h: Declare new functions.
1161
aea77599
AM
11622012-03-10 Edmar Wienskoski <edmar@freescale.com>
1163
1164 * config/tc-ppc.c (md_show_usage): Document -me5500 and -me6500.
1165 (ppc_handle_align): Add termination nop opcode for e500mc family.
1166 * doc/as.texinfo: Document options -me5500 and -me6500.
1167 * doc/c-ppc.texi: Likewise.
1168
0a22ae8e
NC
11692012-03-07 Nick Clifton <nickc@redhat.com>
1170
1171 * config/tc-mn10300.c (other_registers): Add SSP and USP.
1172 (md_assemble): Add support for TLS relocs.
1173 (mn10300_parse_name): Likewise.
1174
805e800d
AM
11752012-02-27 Alan Modra <amodra@gmail.com>
1176
1177 * config/tc-crx.c (check_range): Correct uint32_t misconceptions.
1178
b9fcee79
AM
11792012-02-27 Alan Modra <amodra@gmail.com>
1180
1181 * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED on
1182 params. Properly generate NOP pattern. Comment reason for
1183 subseg_text_p failure.
1184
35a35807
AM
11852012-02-27 Alan Modra <amodra@gmail.com>
1186
1187 * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits
1188 and sign extend before range tests.
1189 (constant_fits_size_p): Similarly.
1190 (get_specific): Trim X_add_number to 32 bits.
1191 (fix_operand_size): Likewise, and use unsigned test for signed
1192 ranges.
1193
1f42f8b3
AM
11942012-02-27 Alan Modra <amodra@gmail.com>
1195
1196 * config/tc-crx.c: Include bfd_stdint.h.
1197 (getconstant): Remove irrelevant comment. Don't fail due to
1198 sign-extension of int mask.
1199 (check_range): Rewrite using unsigned arithmetic throughout.
1200
481fe810
WL
12012012-02-25 Walter Lee <walt@tilera.com>
1202
1203 * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
1204 non-local before checking sy_value.
1205 * tc-tilegx.c (emit_tilegx_instruction): Ditto.
1206
6f7be959
WL
12072012-02-25 Walter Lee <walt@tilera.com>
1208
1209 * tc-tilepro.c (O_tls_le): Define operator.
1210 (O_tls_le_lo16): Ditto.
1211 (O_tls_le_hi16): Ditto.
1212 (O_tls_le_ha16): Ditto.
1213 (O_tls_gd_call): Ditto.
1214 (O_tls_gd_add): Ditto.
1215 (O_tls_ie_load): Ditto.
1216 (md_begin): Delete old operators; handle new operators.
1217 (emit_tilepro_instruction): Ditto.
1218 (md_apply_fix): Ditto.
1219 * tc-tilegx.c (O_hw1_got): Delete operator.
1220 (O_hw2_got): Ditto.
1221 (O_hw3_got): Ditto.
1222 (O_hw2_last_got): Ditto.
1223 (O_hw1_tls_gd): Ditto.
1224 (O_hw2_tls_gd): Ditto.
1225 (O_hw3_tls_gd): Ditto.
1226 (O_hw2_last_tls_gd): Ditto.
1227 (O_hw1_tls_ie): Ditto.
1228 (O_hw2_tls_ie): Ditto.
1229 (O_hw3_tls_ie): Ditto.
1230 (O_hw2_last_tls_ie): Ditto.
1231 (O_hw0_tls_le): Define operator.
1232 (O_hw0_last_tls_le): Ditto.
1233 (O_hw1_last_tls_le): Ditto.
1234 (O_tls_gd_call): Ditto.
1235 (O_tls_gd_add): Ditto.
1236 (O_tls_ie_load): Ditto.
1237 (O_tls_add): Ditto.
1238 (md_begin): Delete old operators; handle new operators.
1239 (emit_tilegx_instruction): Ditto.
1240 (md_apply_fix): Ditto.
1241 * doc/c-tilegx.texi: Delete old operators; document new operators.
1242 * doc/c-tilepro.texi: Ditto.
1243
82590249
WL
12442012-02-25 Walter Lee <walt@tilera.com>
1245
5414dbef
WL
1246 * tc-tilepro.c (apply_special_operator): delete cases for
1247 got and tls operators.
1248 (md_apply_fix): Ditto.
fb6cedde
WL
1249 * tc-tilegx.c (md_begin): Set architecture and machine.
1250 (tilegx_target_format): Handle big endian.
1251 (OPTION_EB): Define.
1252 (OPTION_EL): Define.
1253 (md_longopts): Add entries for "EB" and "EL".
1254 (md_parse_option): Handle OPTION_EB and OPTION_EL.
1255 (md_show_usage): Add -EB and -EL.
1256 (md_number_to_chars): New.
5414dbef
WL
1257 (apply_special_operator): delete cases for got and tls
1258 operators.
1259 (md_apply_fix): Ditto.
fb6cedde
WL
1260 * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
1261 ifndef.
1262 (md_number_to_chars): Delete.
1263 * configure.tgt (tilegx*be): Handle.
1264 * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
1265 * doc/c-tilegx.texi: Ditto.
82590249 1266
82c2def5
L
12672012-02-21 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 * config/tc-i386.c (check_hle): Use HLEPrefixNone, HLEPrefixLock,
1270 HLEPrefixAny and HLEPrefixRelease.
1271
1bf10b0d
NC
12722012-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1273
1274 * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
1275
16a87420
IS
12762012-02-21 Iain Sandoe <idsandoe@googlemail.com>
1277
1278 * write.c (write_object_file): Add md_pre_output_hook.
1279 * config/obj-macho.c (obj_mach_o_check_before_writing): New.
1280 (obj_mach_o_pre_output_hook): New.
1281 * config/obj-macho.h (md_pre_output_hook): Define.
1282 (obj_mach_o_pre_output_hook): Declare.
1283
cdaa5616
IS
12842012-02-21 Tristan Gingold <gingold@adacore.com>
1285
1286 * config/tc-i386.h (OBJ_MACH_O): New section.
1287 (TC_FORCE_RELOCATION): Use obj_mach_o_force_reloc.
1288 (TC_FORCE_RELOCATION_SUB_SAME): New
1289 (TC_FORCE_RELOCATION_SUB_LOCAL): New.
1290 (TC_VALIDATE_FIX_SUB): New.
1291 * frags.h (struct frag): OBJ_FRAG_TYPE, new field.
1292 * symbols.c (colon): obj_frob_colon: New hook.
1293 * write.c (write_object_file): md_pre_relax_hook, new
1294 hook.
1295 * config/obj-macho.c (obj_mach_o_frob_colon): New.
1296 (obj_mach_o_frob_label): Record sub-section labels.
1297 (obj_mach_o_frob_symbol): Rename from obj_macho_frob_symbol.
1298 (obj_mach_o_set_subsections): New.
1299 (obj_mach_o_pre_relax_hook): New.
1300 (obj_mach_o_in_different_subsection): New.
1301 (obj_mach_o_force_reloc_sub_same): New.
1302 (obj_mach_o_force_reloc_sub_local): New.
1303 (obj_mach_o_force_reloc): New.
1304 * config/obj-macho.h (OBJ_SYMFIELD_TYPE): New.
1305 (obj_frob_colon): New Define.
1306 (obj_mach_o_frob_label): Renamed.
1307 (obj_mach_o_frob_symbol): Renamed.
1308 (OBJ_FRAG_TYPE): New.
1309 (obj_mach_o_in_different_subsection, obj_mach_o_force_reloc,
1310 obj_mach_o_force_reloc_sub_same,
1311 obj_mach_o_force_reloc_sub_local): New declarations.
1312
854ac8ba
IS
13132012-02-20 Iain Sandoe <idsandoe@googlemail.com>
1314
1315 * config/obj-macho.c (obj_mach_o_is_frame_section): New.
1316 (obj_mach_o_allow_local_subtract): New.
1317 * config/obj-macho.h (md_allow_local_subtract): Define.
1318 (obj_mach_o_allow_local_subtract): Declare.
1319
a5759139
IS
13202012-02-20 Iain Sandoe <idsandoe@googlemail.com>
1321
1322 * config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of
1323 canonical information, try to determine CODE and DEBUG section flags
1324 from the mach-o section data.
1325
9ad45734
NC
13262012-02-20 Nick Clifton <nickc@redhat.com>
1327
1328 * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
1329 local symbols.
1330
8e43fc02
IS
13312012-02-12 Iain Sandoe <idsandoe@googlemail.com>
1332
1333 * config/obj-macho.c (obj_mach_o_indirect_symbol): Force promotion of
1334 any local symbol used as an indirect.
1335
fb4914b0
IS
13362012-02-10 Iain Sandoe <idsandoe@googlemail.com>
1337
1338 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Always fill in
1339 stub size when provided. (obj_mach_o_section): Flag that stub-size
1340 has been provided.
1341
42164a71
L
13422012-02-08 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 * config/tc-i386.c (HLE_PREFIX): New.
1345 (check_hle): Likewise.
1346 (_i386_insn): Add have_hle.
1347 (cpu_arch): Add .hle and .rtm.
1348 (md_assemble): Call check_hle if i.have_hle isn't zero.
1349 (parse_insn): Set i.have_hle to 1 for HLE prefix.
1350 (output_jump): Support up to 2 byte opcode.
1351
1352 * doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
1353
facf03f2
TG
13542012-02-02 Tristan Gingold <gingold@adacore.com>
1355
1356 * config/obj-macho.c (obj_mach_o_zerofill): Silent
1357 uninitialized variable warning.
1358
f6616a06
NC
13592012-02-02 Nick Clifton <nickc@redhat.com>
1360
1361 PR gas/13224
1362 * config/obj-elf.c (obj_elf_parse_section_letters): Rename 'clone'
1363 to 'is_clone' to avoid shadowing a gloabl.
1364 (obj_elf_section): Likewise.
1365
bac03263 13662012-01-31 Paul Brook <paul@codesourcery.com>
f6616a06 1367
bac03263
PB
1368 * doc/c-tic6x.c: Fix typo.
1369
f8819316
NC
13702012-01-26 Alexey Makhalov <makhaloff@gmail.com>
1371
1372 PR gas/13624
1373 * app.c (app_push): Set 'add_newlines' to zero after saving.
1374
21abe33a
DD
13752012-01-24 DJ Delorie <dj@redhat.com>
1376
1377 * config/rl78-parse.y (NOT1): Add.
1378
8d63c93e
RM
13792012-01-23 Roland McGrath <mcgrathr@google.com>
1380
1381 * configure.tgt (i386-*-nacl*): Match it.
1382 * config/te-nacl.h: New file.
1383 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case.
1384 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
1385 Use TE_GNU et al case for TE_NACL too.
1386
a501d77e
L
13872012-01-20 H.J. Lu <hongjiu.lu@intel.com>
1388
1389 * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
1390 disp_encoding.
1391 (md_assemble): Updated.
1392 (output_branch): Likewise.
1393 (parse_insn): Support .d8 suffix.
1394 (build_modrm_byte): Fake zero displacement for .d8 and .d32
1395 suffixes.
1396
1397 * doc/c-i386.texi: Document .d8 suffix.
1398
032fbb7a
AM
13992012-01-17 Andrew Burgess <aburgess@broadcom.com>
1400
1401 * write.c (fix_new_internal): Don't mark used parameter as unused.
1402
576477a6
AM
14032012-01-17 Alan Modra <amodra@gmail.com>
1404
1405 * as.c (parse_args): Update copyright message year.
1406
8729a6f6
L
14072012-01-13 H.J. Lu <hongjiu.lu@intel.com>
1408
1409 * config/tc-i386.c (cpu_arch): Add ".vmfunc".
1410
1411 * doc/c-i386.texi: Document vmfunc.
1412
34dd18bc
IS
14132012-01-13 Tristan Gingold <gingold@adacore.com>
1414
1415 * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
1416 * config/obj-macho.h (SET_SECTION_RELOCS): Define.
1417 (obj_mach_o_reorder_section_relocs): Declare.
1418
687be931
IS
14192012-01-13 Iain Sandoe <idsandoe@googlemail.com>
1420
1421 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
1422 absolute indirect symbols.
1423
c3402d20
IS
14242012-01-13 Iain Sandoe <idsandoe@googlemail.com>
1425
1426 * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
1427 (obj_mach_o_set_section_vma): New.
1428 (obj_mach_o_post_relax_hook): New.
1429 * config/obj-macho.h (md_post_relax_hook): Define.
1430 (obj_mach_o_post_relax_hook): Declare.
1431
50d10658
IS
14322012-01-12 Iain Sandoe <idsandoe@googlemail.com>
1433
1434 * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
1435 lazy when the symbol is private_extern.
1436 (obj_mach_o_indirect_sym): New type.
1437 (obj_mach_o_indirect_symbol): New.
1438 (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
1439 (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
1440 (obj_macho_frob_label): Likewise. Adjust external and comm
1441 symbol tests.
1442 (obj_mach_o_set_indirect_symbols): New.
1443 (obj_mach_o_frob_file_after_relocs): New.
1444 *config/obj-macho.h (obj_frob_file_after_relocs): Define.
1445 (obj_mach_o_frob_file_after_relocs): Declare.
1446
0a4734dc
TG
14472012-01-12 Tristan Gingold <gingold@adacore.com>
1448
1449 PR gas/13591
1450 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
1451
158184ac
TG
14522012-01-10 Tristan Gingold <gingold@adacore.com>
1453
1454 * struc-symbol.h (struct symbol_flags): New struct, created from...
1455 (struct symbol): ... this one. Add sy_flags field, remove flag fields.
1456 (struct local_symbol): Replace lsy_marker field by lsy_flags.
1457 Adjust comment.
1458 (local_symbol_resolved_p): Adjust.
1459 (local_symbol_mark_resolved): Likewise.
1460 * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
1461 (local_symbol_make, local_symbol_convert, colon)
1462 (symbol_clone_if_forward_ref, verify_symbol_chain)
1463 (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
1464 (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
1465 (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
1466 (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
1467 (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
1468 (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
1469 (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
1470 (symbol_mark_mri_common, symbol_clear_mri_common)
1471 (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
1472 (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
1473 (symbol_equated_reloc_p, dot_symbol_init)
1474 (print_symbol_value_1): Adjust.
1475
b22161d6
IS
14762012-01-09 Iain Sandoe <idsandoe@googlemail.com>
1477
1478 * config/obj-macho.c (obj_mach_o_weak): Remove.
1479 (obj_mach_o_common_parse): Set symbol qualifiers.
1480 (LAZY, REFE): New macros.
1481 (obj_mach_o_symbol_type): New enum.
1482 (obj_mach_o_set_symbol_qualifier): New.
1483 (obj_mach_o_sym_qual): New.
1484 (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
1485 a dummy function.
1486 (obj_mach_o_type_for_symbol): New.
1487 (obj_macho_frob_label): New.
1488 (obj_macho_frob_symbol): New.
1489 * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
1490 (obj_frob_label, obj_macho_frob_label): Declare.
1491 (obj_frob_symbol, obj_macho_frob_symbol): Declare.
1492
de64cffd
RS
14932012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
1494
1495 * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
1496
462427c4
RS
14972012-01-08 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1498 Richard Sandiford <rdsandiford@googlemail.com>
1499
1500 * config/tc-mips.c (mips_move_labels): Take the list of labels and
1501 textness as parameters.
1502 (mips_move_text_labels): New function.
1503 (append_insn): Use it instead of mips_move_labels.
1504 (mips_emit_delays, start_noreorder): Likewise.
1505 (mips_align): Take the labels rather than just one label.
1506 Move all labels to after the .align.
1507 (s_align): Change the last argument to mips_align.
1508 (s_cons): Likewise.
1509 (s_float_cons): Likewise.
1510 (s_gpword): Likewise.
1511 (s_gpdword): Likewise.
1512
d382c579
TG
15132012-01-06 Tristan Gingold <gingold@adacore.com>
1514
1515 * config/tc-i386.c: Update copyright year.
1516 (lex_got): Also defined for Mach-O.
1517 Add a guard for non-ELF configuration.
1518 (md_longopts): Also handle -64 for Mach-O.
1519 (md_parse_option): Likewise.
1520 (i386_target_format): Adjust for x86_64-darwin.
1521
8cf6e084
IS
15222012-01-04 Iain Sandoe <idsandoe@googlemail.com>
1523
1524 * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
1525 (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
1526 (obj_mach_o_make_or_get_sect): Likewise.
1527 (obj_mach_o_section): Split out the functionality shared with zerofill.
1528 (obj_mach_o_zerofill): New.
1529 (obj_mach_o_common_parse): Ensure whitespace is skipped.
1530 (mach_o_pseudo_table): Add .zerofill.
1531
68588f95
IS
15322012-01-03 Iain Sandoe <idsandoe@googlemail.com>
1533
1534 * config/obj-macho.c (obj_macho_process_stab): New.
1535 * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
1536 (obj_macho_process_stab): Declare.
1537
23e1d329 1538For older changes see ChangeLog-2011
08d56133
NC
1539\f
1540Local Variables:
1541mode: change-log
1542left-margin: 8
1543fill-column: 74
1544version-control: never
1545End:
This page took 0.664737 seconds and 4 git commands to generate.