PR gas/12532
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2011-04-12 Nick Clifton <nickc@redhat.com>
2
3 PR gas/12532
4 * config/tc-arm.c (relax_branch): Do not relax branches to
5 preemptable global symbols.
6
7 2011-04-11 Julian Brown <julian@codesourcery.com>
8
9 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
10 for *APSR bitmasks.
11 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
12 Remove OP_RVC_PSR.
13 (parse_operands): Likewise.
14 (do_mrs): Tweak error message for constraint.
15 (do_t_mrs): Update constraints for changes to APSR support.
16 (do_t_msr): Likewise. Don't set PSR_f flag here.
17 (psrs): Remove "g", "nzcvq", "nzcvqg".
18 (insns): Tweak entries for msr and mrs instructions.
19
20 2011-04-11 Kai Tietz <ktietz@redhat.com>
21
22 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
23
24 2011-04-11 Nick Clifton <nickc@redhat.com>
25
26 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
27 * config/tc-i386.h (x86_cons): Always prototype.
28
29 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
30 in order to avoid a compile time warning.
31 (getprocreg_image): Likewise.
32
33 2011-04-11 Alan Modra <amodra@gmail.com>
34
35 * config/tc-cr16.c (getprocreg_image): Correct range check.
36 (getprocregp_image): Likewise.
37
38 2011-04-06 Joseph Myers <joseph@codesourcery.com>
39
40 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
41 xscale*be|xscale*b, xscale*): Remove architectures.
42 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
43 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
44
45 2011-04-01 Tristan Gingold <gingold@adacore.com>
46
47 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
48
49 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
50
51 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
52 static variables.
53 (md_begin): Initialize them.
54 (s_tic6x_scomm): New static function.
55 (md_pseudo_table): Add "scomm".
56 (tc_gen_reloc): Really undo all adjustments made by
57 bfd_install_relocation.
58 * doc/c-tic6x.texi: Document the .scomm directive.
59
60 2011-03-31 Tristan Gingold <gingold@adacore.com>
61
62 * dwarf2dbg.c (DWARF2_VERSION): Define.
63 (out_debug_line): Use it.
64 (out_debug_aranges): Ditto.
65 (out_debug_info): Ditto.
66 * config/tc-ia64.h (DWARF2_VERSION): Override it.
67
68 2011-03-30 Michael Snyder <msnyder@vmware.com>
69
70 * obj-elf.c (obj_elf_section): Free malloced name.
71 * macro.c (get_any_string): Free malloced br_buf.
72 (do_formals): Free 'formal'.
73
74 2011-03-30 Tristan Gingold <gingold@adacore.com>
75
76 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
77 to offset only if within is set.
78 (ppc_stabx): Reformat. For stsym stabs, add a check and set
79 within only for symbols.
80
81 2011-03-29 Richard Henderson <rth@redhat.com>
82
83 PR 12610
84 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
85 label; zap alpha_insn_label.
86
87 2011-03-29 H.J. Lu <hongjiu.lu@intel.com>
88
89 * config/tc-i386.c (handle_quad): Properly handle multiple
90 operands.
91
92 2011-03-29 Mike Frysinger <vapier@gentoo.org>
93
94 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
95 reg $2 is the same as dest reg $4.
96
97 2011-03-29 Mike Frysinger <vapier@gentoo.org>
98
99 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
100 reg $2 is the same as dest reg $4.
101
102 2011-03-29 Mike Frysinger <vapier@gentoo.org>
103
104 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
105 reg $2 is the same as dest reg $4.
106
107 2011-03-28 Mike Frysinger <vapier@gentoo.org>
108
109 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
110 reg $1 is the same as dest reg $7.
111
112 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
113
114 * config/tc-i386.c (handle_quad): New.
115 (md_pseudo_table): Add "quad".
116
117 2011-03-26 John Marino <binutils@marino.st>
118
119 * configure.tgt: Fix support for *-*-dragonfly*.
120 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
121 * config/te-dragonfly.h: New file.
122
123 2011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
124
125 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
126 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
127 at90pwm161.
128 * doc/c-avr.texi: Document new device names.
129
130 2011-03-24 Mike Frysinger <vapier@gentoo.org>
131
132 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
133 reg $1 is the same as dest reg $7.
134 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
135 dest reg $7.
136
137 2011-03-24 Mike Frysinger <vapier@gentoo.org>
138
139 * config/bfin-parse.y (check_macfuncs): Clarify error message when
140 P is mismatched. Check destination regno are off by one when P is
141 set, or are equal when P is not set.
142
143 2011-03-23 Mike Frysinger <vapier@gentoo.org>
144
145 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
146 the same as dest reg $4.
147 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
148
149 2011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
150
151 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
152 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
153 * doc/c-avr.texi: Document new device names.
154
155 2011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
156
157 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
158 (AVR_INSN): Change definition to match.
159 (avr_opcodes): Likewise, change to match.
160 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
161 (md_show_usage): Add XMEGA architecture names.
162 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
163 Add support for SPM Z+ instruction.
164 * doc/c-avr.texi: Add documentation for XMEGA architectures and
165 devices.
166
167 2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
168
169 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
170
171 2011-03-18 Alan Modra <amodra@gmail.com>
172
173 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
174 on .size expression errors rather than symbols in the size expression.
175
176 2011-03-18 Alan Modra <amodra@gmail.com>
177
178 * input-scrub.c (line_numberT): Delete.
179 (input_scrub_close): Reset line counters.
180 * messages.c (as_show_where): Don't print invalid line number.
181 (as_warn_internal, as_bad_internal): Likewise.
182
183 2011-03-18 Alan Modra <amodra@gmail.com>
184
185 * read.c (read_a_source_file): Remove md_after_pass_hook.
186 Move "quit" label before set of dot_symbol.
187 * config/tc-d10v.h (md_after_pass_hook): Don't define.
188 * config/tc-d30v.h (md_after_pass_hook): Likewise.
189 * config/tc-m32r.h (md_after_pass_hook): Likewise.
190 (md_cleanup): Define to call m32r_fill_insn.
191
192 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
193
194 * config/tc-s390.c (md_parse_option): Add -march=all option which
195 switches to the highest available CPU.
196
197 2011-03-17 Alan Modra <amodra@gmail.com>
198
199 PR 12569
200 * expr.c (operand): Correct passing of "mode" to expr.
201 * read.c (do_org): Allow expr_section.
202 (get_known_segmented_expression): Don't assert anything about the
203 segment.
204
205 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
206
207 * as.c (show_usage): Add --size-check=.
208 (parse_args): Add and handle OPTION_SIZE_CHECK.
209
210 * as.h (flag_size_check): New.
211
212 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
213 bad .size directive only for --size-check=error.
214
215 * doc/as.texinfo: Document --size-check=.
216
217 2011-03-14 Mike Frysinger <vapier@gentoo.org>
218
219 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
220 bf542/bf544/bf547/bf548/bf549.
221
222 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
223
224 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
225 determine whether a relocation is needed.
226 (md_apply_fix, arm_apply_sym_value): Likewise.
227
228 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
229
230 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
231 for Thumb symbols.
232
233 2011-03-11 Nick Clifton <nickc@redhat.com>
234
235 * remap.c (remap_debug_filename): Always allocate a buffer for the
236 returned pointer.
237 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
238 remap_debug_filename.
239
240 2011-03-10 Michael Snyder <msnyder@vmware.com>
241
242 Revert the following change:
243 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
244 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
245
246 2011-03-10 Alan Modra <amodra@gmail.com>
247
248 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
249 TARGET_SYMBOL_FIELDS): Don't define.
250 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
251
252 2011-03-09 Michael Snyder <msnyder@vmware.com>
253
254 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
255 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
256 (emit_fixed_inc_line_addr): Assign instead of conditional in
257 assert.
258
259 2011-03-05 H.J. Lu <hongjiu.lu@intel.com>
260
261 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
262 non-constant .size expression.
263
264 2011-03-02 Nick Clifton <nickc@redhat.com>
265
266 * ecoff.c: Incldue filenames.h
267
268 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
269
270 * depend.c (register_dependency): Use filename_(n)cmp.
271 * dwarf2dbg.c (get_filenum): Likewise.
272 * ecoff.c (add_file): Likewise.
273 (ecoff_generate_asm_lineno): Likewise.
274 * input-scrub.c (new_logical_line_flags): Likewise.
275 * listing.c (file_info): Likewise.
276 (listing_newline): Likewise.
277 * remap.c (remap_debug_filename): Likewise.
278 * stabs.c (generate_asm_file): Likewise.
279 (stabs_generate_asm_lineno): Likewise.
280
281 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
282
283 * config/tc-mips.c (append_insn): Disable branch relaxation for
284 DSP instructions.
285
286 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
287
288 * config/tc-mips.c (macro): Handle M_PREF_AB.
289
290 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
291
292 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
293 register to use.
294 (RELAX_BRANCH_UNCOND): Adjust accordingly.
295 (RELAX_BRANCH_LIKELY): Likewise.
296 (RELAX_BRANCH_LINK): Likewise.
297 (RELAX_BRANCH_TOOFAR): Likewise.
298 (RELAX_BRANCH_AT): New macro.
299 (append_insn): Encode the temporary register to use in standard
300 MIPS branch relaxation.
301 (relaxed_branch_length): Update according to changes to
302 RELAX_BRANCH_ENCODE.
303 (md_convert_frag): Use the encoded register as the temporary.
304
305 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
306
307 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
308 reject PC-relative relocations.
309
310 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
311
312 * config/tc-mips.c (md_convert_frag): Correct message
313 capitalization.
314
315 2011-02-28 Alan Modra <amodra@gmail.com>
316
317 * symbols.c (report_op_error): Remove unnecessary forward declaration.
318 Add "op" parameter. Report operator and operand segments in error
319 message, not operand symbols.
320 (resolve_symbol_value): Always set segment for equated symbols, not
321 just when finalizing. Adjust report_op_error calls.
322
323 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
324
325 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
326 if 64bit relocations aren't allowed.
327
328 2011-02-25 Alan Modra <amodra@gmail.com>
329
330 PR gas/12519
331 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
332
333 2011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
334
335 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
336 initialization of offset_reloc.
337
338 2011-02-15 Richard Henderson <rth@redhat.com>
339
340 * dw2gencfi.c (dot_cfi_dummy): New.
341 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
342 * read.c (pobegin): Unconditionally call cfi_pop_insert.
343
344 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
345
346 * configure: Regenerate.
347
348 2011-02-13 Mike Frysinger <vapier@gentoo.org>
349
350 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
351 * config/bfin-parse.y (BYTEOP2M): Delete token.
352 (asm_1): Remove BYTEOP2M insn matching.
353
354 2011-02-12 Mike Frysinger <vapier@gentoo.org>
355
356 * config/bfin-defs.h: Include opcode/bfin.h.
357 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
358
359 2011-02-11 Mike Frysinger <vapier@gentoo.org>
360
361 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
362 (Modify Registers): Fix subtracted typo.
363 (.byte2): Extend and swap descriptions with .byte4.
364 (.byte4): Extend and swap descriptions with .byte2.
365 (.db, .dw, .dd): Document behavior.
366
367 2011-02-11 Mike Frysinger <vapier@gentoo.org>
368
369 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
370
371 2011-02-11 Alan Modra <amodra@gmail.com>
372
373 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
374
375 2011-02-10 Alan Modra <amodra@gmail.com>
376
377 * doc/as.texinfo (Overview): Add missing markup around Blackfin
378 and PowerPC options.
379
380 2011-02-10 Alan Modra <amodra@gmail.com>
381
382 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
383 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
384 (Overview <Target PowerPC options>): Add a number of missing options.
385 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
386
387 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
388
389 PR gas/6957
390 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
391 for i686.
392
393 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
394
395 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
396 for ISA extensions.
397 (md_parse_option): Likewise.
398
399 2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
400
401 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
402 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
403 (TIC6X Options): Don't mention "-matomic".
404 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
405 (md_longopts): Remove corresponding entries.
406 (md_parse_option): Don't handle them.
407 (md_show_usage): Don't document them.
408 (tic6x_atomic): Delete variable.
409 (tic6x_update_features): Always copy tic6x_arch_enable to
410 tic6x_features.
411 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
412 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
413 (md_pseudo_table): Remove ".atomic" and ".noatomic".
414
415 2011-01-31 Nick Clifton <nickc@redhat.com>
416
417 * write.c (write_contents): Include output file name and bfd error
418 value when reporting the inability to write to the output file.
419 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
420 frag that has a non-zero fill value.
421
422 2011-01-27 DJ Delorie <dj@redhat.com>
423
424 * config/tc-rx.c (md_convert_frag): If we can't compute the target
425 address, zero out the values stored in the object file to make
426 objdump's output consistent.
427
428 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
429
430 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
431 x86_dwarf2_return_column to 32.
432
433 2011-01-20 Nick Clifton <nickc@redhat.com>
434
435 PR gas/12384
436 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
437 comparison.
438
439 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
440
441 * write.c (compress_debug): Return if section size is smaller
442 than 32 bytes.
443
444 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
445
446 PR gas/12409
447 * write.c (compress_debug): Return if section size is 0.
448
449 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
450
451 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
452 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
453 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
454 fmp626} options.
455
456 2011-01-18 Nick Clifton <nickc@redhat.com>
457
458 PR gas/12390
459 * doc/all.texi: Add NS32K
460 * doc/as.texinfo: Remove target specific details of which
461 characters act as comment initiators and statement separators into
462 individual target specific files.
463 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
464 the hash character at the start of a line.
465 * doc/c-arm.texi (ARM-Chars): Likewise.
466 * doc/c-avr.texi (AVR-Chars): Likewise.
467 * doc/c-d10v.texi (D10V-Chars): Likewise.
468 * doc/c-d30v.texi (D30V-Chars): Likewise.
469 * doc/c-mmix.texi (MMIX-Chars): Likewise.
470 * doc/c-s390.texi (s390 characters): Likewise.
471 * doc/c-sh.texi (SH-Chars): Likewise.
472 * doc/c-sh64.texi (SH64-Chars): Likewise.
473 * doc/c-sparc.texi (SPARC-Chars): Likewise.
474 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
475 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
476 * doc/c-z80.texi (Z80-Chars): Likewise.
477 * doc/c-z8k.texi (Z8000-Chars): Likewise.
478 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
479 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
480 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
481 line separator characters.
482 * doc/c-cr16.texi (CR16 Syntax): Likewise.
483 * doc/c-i386.texi (i386-Chars): Likewise.
484 * doc/c-i860.texi (i860-Chars): Likewise.
485 * doc/c-i960.texi (i960-Chars): Likewise.
486 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
487 * doc/c-lm32.texi (LM32-Chars): likewise.
488 * doc/c-m32c.texi (M32C-Chars): Likewise.
489 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
490 * doc/c-m68k.texi (M68K-Chars): Likewise.
491 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
492 * doc/c-msp430.texi (MSP430-Chars): Likewise.
493 * doc/c-mt.texi (MT-Chars): Likewise.
494 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
495 * doc/c-pj.texi (PJ-Chars): Likewise.
496 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
497 * doc/c-rx.texi (RX-Chars): Likewise.
498 * doc/c-score.texi (SCORE-Chars): Likewise.
499 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
500 * doc/c-v850.texi (V850-Chars): Likewise.
501 * doc/c-vax.texi (VAX-Chars): Likewise.
502 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
503
504 2011-01-17 Quentin Neill <quentin.neill@amd.com>
505
506 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
507
508 * doc/c-i386.texi (i386-TBM): New section.
509
510 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
511
512 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
513 (disallow_64bit_reloc): This.
514 (md_assemble): Don't check movabs for x32 mode here.
515 (i386_target_format): Updated.
516 (tc_gen_reloc): Check if 64bit relocations are allowed.
517
518 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
519
520 * config/tc-i386.c (disallow_64bit_disp): New.
521 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
522 X86_64_ABI/X86_64_X32_ABI.
523 (md_assemble): Don't allow movabs with relocation in x32 mode.
524 (i386_target_format): Updated.
525
526 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
527
528 * config/tc-i386.c (OPTION_N32): Renamed to ...
529 (OPTION_X32): This.
530 (md_longopts): Replace n32 with x32.
531 (md_parse_option): Updated.
532 (md_show_usage): Likewise.
533
534 * doc/c-i386.texi: Replace --n32 with --x32.
535
536 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
537
538 * config/tc-mips.c (mips_ip): Update error messages. Take an
539 unadjusted offset for "+c" argument.
540
541 2011-01-10 Nick Clifton <nickc@redhat.com>
542
543 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
544 it.
545
546 2011-01-10 Nick Clifton <nickc@redhat.com>
547
548 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
549 part of the file.
550
551 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
552 Glauber de Oliveira Costa <glommer@gmail.com>
553
554 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
555 .tlsdescseq directive.
556 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
557 following a symbol.
558 (s_arm_tls_descseq): New directive.
559 (md_pseudo_table): Add it.
560 (encode_branch): Allow TLS_CALL relocs too.
561 (do_t_blx, do_t_branch23): Use encode_branch.
562 (reloc_names): Add tlsdesc and tlscall.
563 (md_apply_fix): Process tls desc relocations.
564 (tc_gen_reloc): Likewise.
565 (arm_fix_adjustable): Likewise.
566
567 2011-01-07 Quentin Neill <quentin.neill@amd.com>
568
569 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
570
571 * doc/c-i386.texi (i386-BMI): New section.
572
573 2011-01-06 Paul Koning <ni1d@arrl.net>
574
575 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
576 references to absolute addresses.
577
578 2011-01-05 DJ Delorie <dj@redhat.com>
579
580 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
581 instead of an RH_NEG32 one.
582
583 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
584
585 * doc/c-i386.texi: Clarify --n32.
586
587 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
588
589 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
590 integer registers in VEX.vvvv. Check register-only source
591 operand when two source operands are swapped. Properly update
592 destination when two source operands are swapped.
593
594 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
595
596 * gas.c (parse_args): Update copyright to 2011.
597
598 For older changes see ChangeLog-2010
599 \f
600 Local Variables:
601 mode: change-log
602 left-margin: 8
603 fill-column: 74
604 version-control: never
605 End:
This page took 0.042866 seconds and 5 git commands to generate.