PR 10549
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
d86fff44
AM
12011-04-11 Alan Modra <amodra@gmail.com>
2
3 * config/tc-cr16.c (getprocreg_image): Correct range check.
4 (getprocregp_image): Likewise.
5
8c5fc800
JM
62011-04-06 Joseph Myers <joseph@codesourcery.com>
7
8 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
9 xscale*be|xscale*b, xscale*): Remove architectures.
10 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
11 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
12
592588f3
TG
132011-04-01 Tristan Gingold <gingold@adacore.com>
14
15 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
16
ac145307
BS
172011-03-31 Bernd Schmidt <bernds@codesourcery.com>
18
19 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
20 static variables.
21 (md_begin): Initialize them.
22 (s_tic6x_scomm): New static function.
23 (md_pseudo_table): Add "scomm".
24 (tc_gen_reloc): Really undo all adjustments made by
25 bfd_install_relocation.
26 * doc/c-tic6x.texi: Document the .scomm directive.
27
fc0eebac
TG
282011-03-31 Tristan Gingold <gingold@adacore.com>
29
30 * dwarf2dbg.c (DWARF2_VERSION): Define.
31 (out_debug_line): Use it.
32 (out_debug_aranges): Ditto.
33 (out_debug_info): Ditto.
34 * config/tc-ia64.h (DWARF2_VERSION): Override it.
35
f956bf33
NC
362011-03-30 Michael Snyder <msnyder@vmware.com>
37
38 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
39 * macro.c (get_any_string): Free malloced br_buf.
40 (do_formals): Free 'formal'.
f956bf33 41
c734e7e3
TG
422011-03-30 Tristan Gingold <gingold@adacore.com>
43
44 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
45 to offset only if within is set.
46 (ppc_stabx): Reformat. For stsym stabs, add a check and set
47 within only for symbols.
48
af3ecb4a
RH
492011-03-29 Richard Henderson <rth@redhat.com>
50
51 PR 12610
52 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
53 label; zap alpha_insn_label.
54
75c1c785
L
552011-03-29 H.J. Lu <hongjiu.lu@intel.com>
56
57 * config/tc-i386.c (handle_quad): Properly handle multiple
58 operands.
59
fc99ebdc
MF
602011-03-29 Mike Frysinger <vapier@gentoo.org>
61
62 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
63 reg $2 is the same as dest reg $4.
64
3823a074
MF
652011-03-29 Mike Frysinger <vapier@gentoo.org>
66
67 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
68 reg $2 is the same as dest reg $4.
69
0be99d4b
MF
702011-03-29 Mike Frysinger <vapier@gentoo.org>
71
72 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
73 reg $2 is the same as dest reg $4.
74
f4a2f576
MF
752011-03-28 Mike Frysinger <vapier@gentoo.org>
76
77 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
78 reg $1 is the same as dest reg $7.
79
314a59d5
L
802011-03-28 H.J. Lu <hongjiu.lu@intel.com>
81
82 * config/tc-i386.c (handle_quad): New.
83 (md_pseudo_table): Add "quad".
84
5b806d27
NC
852011-03-26 John Marino <binutils@marino.st>
86
87 * configure.tgt: Fix support for *-*-dragonfly*.
88 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
89 * config/te-dragonfly.h: New file.
90
b8c610a7
EW
912011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
92
93 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
94 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
95 at90pwm161.
96 * doc/c-avr.texi: Document new device names.
97
2dd0dc94
MF
982011-03-24 Mike Frysinger <vapier@gentoo.org>
99
100 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
101 reg $1 is the same as dest reg $7.
102 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
103 dest reg $7.
104
a0bc8198
MF
1052011-03-24 Mike Frysinger <vapier@gentoo.org>
106
107 * config/bfin-parse.y (check_macfuncs): Clarify error message when
108 P is mismatched. Check destination regno are off by one when P is
109 set, or are equal when P is not set.
110
ba48c47b
MF
1112011-03-23 Mike Frysinger <vapier@gentoo.org>
112
113 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
114 the same as dest reg $4.
115 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
116
6f8a4444
EW
1172011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
118
119 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
120 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
121 * doc/c-avr.texi: Document new device names.
122
8cc66334
EW
1232011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
124
125 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
126 (AVR_INSN): Change definition to match.
127 (avr_opcodes): Likewise, change to match.
128 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
129 (md_show_usage): Add XMEGA architecture names.
130 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
131 Add support for SPM Z+ instruction.
132 * doc/c-avr.texi: Add documentation for XMEGA architectures and
133 devices.
134
4fb8d1c6
EW
1352011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
136
137 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
138
869fe6ea
AM
1392011-03-18 Alan Modra <amodra@gmail.com>
140
141 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
142 on .size expression errors rather than symbols in the size expression.
143
144886fa
AM
1442011-03-18 Alan Modra <amodra@gmail.com>
145
146 * input-scrub.c (line_numberT): Delete.
147 (input_scrub_close): Reset line counters.
148 * messages.c (as_show_where): Don't print invalid line number.
149 (as_warn_internal, as_bad_internal): Likewise.
150
04648e65
AM
1512011-03-18 Alan Modra <amodra@gmail.com>
152
153 * read.c (read_a_source_file): Remove md_after_pass_hook.
154 Move "quit" label before set of dot_symbol.
155 * config/tc-d10v.h (md_after_pass_hook): Don't define.
156 * config/tc-d30v.h (md_after_pass_hook): Likewise.
157 * config/tc-m32r.h (md_after_pass_hook): Likewise.
158 (md_cleanup): Define to call m32r_fill_insn.
159
db3a4e40
AK
1602011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
161
162 * config/tc-s390.c (md_parse_option): Add -march=all option which
163 switches to the highest available CPU.
164
259af69e
AM
1652011-03-17 Alan Modra <amodra@gmail.com>
166
167 PR 12569
168 * expr.c (operand): Correct passing of "mode" to expr.
169 * read.c (do_org): Allow expr_section.
170 (get_known_segmented_expression): Don't assert anything about the
171 segment.
172
21be61f5
L
1732011-03-16 H.J. Lu <hongjiu.lu@intel.com>
174
175 * as.c (show_usage): Add --size-check=.
176 (parse_args): Add and handle OPTION_SIZE_CHECK.
177
178 * as.h (flag_size_check): New.
179
180 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
181 bad .size directive only for --size-check=error.
182
183 * doc/as.texinfo: Document --size-check=.
184
7f35e991
MF
1852011-03-14 Mike Frysinger <vapier@gentoo.org>
186
187 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
188 bf542/bf544/bf547/bf548/bf549.
189
34e77a92
RS
1902011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
191
192 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
193 determine whether a relocation is needed.
194 (md_apply_fix, arm_apply_sym_value): Likewise.
195
35fc36a8
RS
1962011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
197
198 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
199 for Thumb symbols.
200
502df130
NC
2012011-03-11 Nick Clifton <nickc@redhat.com>
202
203 * remap.c (remap_debug_filename): Always allocate a buffer for the
204 returned pointer.
205 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
206 remap_debug_filename.
207
5652b491
MS
2082011-03-10 Michael Snyder <msnyder@vmware.com>
209
210 Revert the following change:
211 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
212 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
213
293855c8
AM
2142011-03-10 Alan Modra <amodra@gmail.com>
215
216 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
217 TARGET_SYMBOL_FIELDS): Don't define.
218 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
219
9f6db0d3
MS
2202011-03-09 Michael Snyder <msnyder@vmware.com>
221
222 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
223 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
224 (emit_fixed_inc_line_addr): Assign instead of conditional in
225 assert.
9f6db0d3 226
49002d7f
L
2272011-03-05 H.J. Lu <hongjiu.lu@intel.com>
228
229 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
230 non-constant .size expression.
231
14aa5a8b
NC
2322011-03-02 Nick Clifton <nickc@redhat.com>
233
234 * ecoff.c: Incldue filenames.h
235
8b6efd89
KT
2362011-02-28 Kai Tietz <kai.tietz@onevision.com>
237
238 * depend.c (register_dependency): Use filename_(n)cmp.
239 * dwarf2dbg.c (get_filenum): Likewise.
240 * ecoff.c (add_file): Likewise.
241 (ecoff_generate_asm_lineno): Likewise.
242 * input-scrub.c (new_logical_line_flags): Likewise.
243 * listing.c (file_info): Likewise.
244 (listing_newline): Likewise.
245 * remap.c (remap_debug_filename): Likewise.
246 * stabs.c (generate_asm_file): Likewise.
247 (stabs_generate_asm_lineno): Likewise.
248
d455268f
MR
2492011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
250
251 * config/tc-mips.c (append_insn): Disable branch relaxation for
252 DSP instructions.
253
3eebd5eb
MR
2542011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
255
256 * config/tc-mips.c (macro): Handle M_PREF_AB.
257
66b3e8da
MR
2582011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
259
260 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
261 register to use.
262 (RELAX_BRANCH_UNCOND): Adjust accordingly.
263 (RELAX_BRANCH_LIKELY): Likewise.
264 (RELAX_BRANCH_LINK): Likewise.
265 (RELAX_BRANCH_TOOFAR): Likewise.
266 (RELAX_BRANCH_AT): New macro.
267 (append_insn): Encode the temporary register to use in standard
268 MIPS branch relaxation.
269 (relaxed_branch_length): Update according to changes to
270 RELAX_BRANCH_ENCODE.
271 (md_convert_frag): Use the encoded register as the temporary.
272
ce70d90a
MR
2732011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
274
275 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
276 reject PC-relative relocations.
277
5c4f07ba
MR
2782011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
279
280 * config/tc-mips.c (md_convert_frag): Correct message
281 capitalization.
282
5a0ade8b
AM
2832011-02-28 Alan Modra <amodra@gmail.com>
284
285 * symbols.c (report_op_error): Remove unnecessary forward declaration.
286 Add "op" parameter. Report operator and operand segments in error
287 message, not operand symbols.
288 (resolve_symbol_value): Always set segment for equated symbols, not
289 just when finalizing. Adjust report_op_error calls.
290
f2d8a97c
L
2912011-02-25 H.J. Lu <hongjiu.lu@intel.com>
292
7f648587
L
293 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
294 if 64bit relocations aren't allowed.
f2d8a97c 295
e1e90034
AM
2962011-02-25 Alan Modra <amodra@gmail.com>
297
298 PR gas/12519
299 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
300
dfa58db1
MR
3012011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
302
303 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
304 initialization of offset_reloc.
305
d58a1929
RH
3062011-02-15 Richard Henderson <rth@redhat.com>
307
308 * dw2gencfi.c (dot_cfi_dummy): New.
309 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
310 * read.c (pobegin): Unconditionally call cfi_pop_insert.
311
822ce8ee
RW
3122011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
313
314 * configure: Regenerate.
315
36f44611
MF
3162011-02-13 Mike Frysinger <vapier@gentoo.org>
317
318 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
319 * config/bfin-parse.y (BYTEOP2M): Delete token.
320 (asm_1): Remove BYTEOP2M insn matching.
321
26bb3ddd
MF
3222011-02-12 Mike Frysinger <vapier@gentoo.org>
323
324 * config/bfin-defs.h: Include opcode/bfin.h.
325 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
326
347d120a
MF
3272011-02-11 Mike Frysinger <vapier@gentoo.org>
328
329 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
330 (Modify Registers): Fix subtracted typo.
331 (.byte2): Extend and swap descriptions with .byte4.
332 (.byte4): Extend and swap descriptions with .byte2.
333 (.db, .dw, .dd): Document behavior.
334
5f956293
MF
3352011-02-11 Mike Frysinger <vapier@gentoo.org>
336
337 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
338
c0e524fe
AM
3392011-02-11 Alan Modra <amodra@gmail.com>
340
341 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
342
635fb38d
AM
3432011-02-10 Alan Modra <amodra@gmail.com>
344
345 * doc/as.texinfo (Overview): Add missing markup around Blackfin
346 and PowerPC options.
347
b8b738ac
AM
3482011-02-10 Alan Modra <amodra@gmail.com>
349
350 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
351 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
352 (Overview <Target PowerPC options>): Add a number of missing options.
353 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
354
2dde1948
L
3552011-02-08 H.J. Lu <hongjiu.lu@intel.com>
356
357 PR gas/6957
358 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
359 for i686.
360
a586129e
L
3612011-02-08 H.J. Lu <hongjiu.lu@intel.com>
362
363 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
364 for ISA extensions.
365 (md_parse_option): Likewise.
366
98d23bef
BS
3672011-02-04 Bernd Schmidt <bernds@codesourcery.com>
368
369 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
370 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
371 (TIC6X Options): Don't mention "-matomic".
372 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
373 (md_longopts): Remove corresponding entries.
374 (md_parse_option): Don't handle them.
375 (md_show_usage): Don't document them.
376 (tic6x_atomic): Delete variable.
377 (tic6x_update_features): Always copy tic6x_arch_enable to
378 tic6x_features.
379 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
380 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
381 (md_pseudo_table): Remove ".atomic" and ".noatomic".
382
a22429b9
NC
3832011-01-31 Nick Clifton <nickc@redhat.com>
384
385 * write.c (write_contents): Include output file name and bfd error
386 value when reporting the inability to write to the output file.
387 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
388 frag that has a non-zero fill value.
389
eb6fae19
DD
3902011-01-27 DJ Delorie <dj@redhat.com>
391
392 * config/tc-rx.c (md_convert_frag): If we can't compute the target
393 address, zero out the values stored in the object file to make
394 objdump's output consistent.
395
ca19b261
KT
3962011-01-26 Kai Tietz <kai.tietz@onevision.com>
397
398 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
399 x86_dwarf2_return_column to 32.
400
b37a4e79
NC
4012011-01-20 Nick Clifton <nickc@redhat.com>
402
403 PR gas/12384
404 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
405 comparison.
406
6ac88ef3
L
4072011-01-18 H.J. Lu <hongjiu.lu@intel.com>
408
409 * write.c (compress_debug): Return if section size is smaller
410 than 32 bytes.
411
24a2d04d
L
4122011-01-18 H.J. Lu <hongjiu.lu@intel.com>
413
414 PR gas/12409
415 * write.c (compress_debug): Return if section size is 0.
416
4a58c4bd
NC
4172011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
418
419 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
420 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
421 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
422 fmp626} options.
423
7c31ae13
NC
4242011-01-18 Nick Clifton <nickc@redhat.com>
425
426 PR gas/12390
427 * doc/all.texi: Add NS32K
428 * doc/as.texinfo: Remove target specific details of which
429 characters act as comment initiators and statement separators into
430 individual target specific files.
431 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
432 the hash character at the start of a line.
433 * doc/c-arm.texi (ARM-Chars): Likewise.
434 * doc/c-avr.texi (AVR-Chars): Likewise.
435 * doc/c-d10v.texi (D10V-Chars): Likewise.
436 * doc/c-d30v.texi (D30V-Chars): Likewise.
437 * doc/c-mmix.texi (MMIX-Chars): Likewise.
438 * doc/c-s390.texi (s390 characters): Likewise.
439 * doc/c-sh.texi (SH-Chars): Likewise.
440 * doc/c-sh64.texi (SH64-Chars): Likewise.
441 * doc/c-sparc.texi (SPARC-Chars): Likewise.
442 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
443 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
444 * doc/c-z80.texi (Z80-Chars): Likewise.
445 * doc/c-z8k.texi (Z8000-Chars): Likewise.
446 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
447 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
448 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
449 line separator characters.
450 * doc/c-cr16.texi (CR16 Syntax): Likewise.
451 * doc/c-i386.texi (i386-Chars): Likewise.
452 * doc/c-i860.texi (i860-Chars): Likewise.
453 * doc/c-i960.texi (i960-Chars): Likewise.
454 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
455 * doc/c-lm32.texi (LM32-Chars): likewise.
456 * doc/c-m32c.texi (M32C-Chars): Likewise.
457 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
458 * doc/c-m68k.texi (M68K-Chars): Likewise.
459 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
460 * doc/c-msp430.texi (MSP430-Chars): Likewise.
461 * doc/c-mt.texi (MT-Chars): Likewise.
462 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
463 * doc/c-pj.texi (PJ-Chars): Likewise.
464 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
465 * doc/c-rx.texi (RX-Chars): Likewise.
466 * doc/c-score.texi (SCORE-Chars): Likewise.
467 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
468 * doc/c-v850.texi (V850-Chars): Likewise.
469 * doc/c-vax.texi (VAX-Chars): Likewise.
470 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
471
2a2a0f38
QN
4722011-01-17 Quentin Neill <quentin.neill@amd.com>
473
474 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
475
476 * doc/c-i386.texi (i386-TBM): New section.
477
862be3fb
L
4782011-01-16 H.J. Lu <hongjiu.lu@intel.com>
479
480 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
481 (disallow_64bit_reloc): This.
482 (md_assemble): Don't check movabs for x32 mode here.
483 (i386_target_format): Updated.
484 (tc_gen_reloc): Check if 64bit relocations are allowed.
485
7f56bc95
L
4862011-01-15 H.J. Lu <hongjiu.lu@intel.com>
487
488 * config/tc-i386.c (disallow_64bit_disp): New.
489 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
490 X86_64_ABI/X86_64_X32_ABI.
491 (md_assemble): Don't allow movabs with relocation in x32 mode.
492 (i386_target_format): Updated.
493
570561f7
L
4942011-01-14 H.J. Lu <hongjiu.lu@intel.com>
495
496 * config/tc-i386.c (OPTION_N32): Renamed to ...
497 (OPTION_X32): This.
498 (md_longopts): Replace n32 with x32.
499 (md_parse_option): Updated.
500 (md_show_usage): Likewise.
501
4a22cb7c 502 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 503
c95354ed
MX
5042011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
505
506 * config/tc-mips.c (mips_ip): Update error messages. Take an
507 unadjusted offset for "+c" argument.
508
7af8ed2d
NC
5092011-01-10 Nick Clifton <nickc@redhat.com>
510
511 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
512 it.
513
cdf9ccec
NC
5142011-01-10 Nick Clifton <nickc@redhat.com>
515
516 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
517 part of the file.
518
0855e32b
NS
5192011-01-10 Nathan Sidwell <nathan@codesourcery.com>
520 Glauber de Oliveira Costa <glommer@gmail.com>
521
522 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
523 .tlsdescseq directive.
524 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
525 following a symbol.
526 (s_arm_tls_descseq): New directive.
527 (md_pseudo_table): Add it.
528 (encode_branch): Allow TLS_CALL relocs too.
529 (do_t_blx, do_t_branch23): Use encode_branch.
530 (reloc_names): Add tlsdesc and tlscall.
531 (md_apply_fix): Process tls desc relocations.
532 (tc_gen_reloc): Likewise.
533 (arm_fix_adjustable): Likewise.
534
87973e9f
QN
5352011-01-07 Quentin Neill <quentin.neill@amd.com>
536
537 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
538
539 * doc/c-i386.texi (i386-BMI): New section.
540
12505806
PK
5412011-01-06 Paul Koning <ni1d@arrl.net>
542
543 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
544 references to absolute addresses.
545
9689e3a3
DD
5462011-01-05 DJ Delorie <dj@redhat.com>
547
548 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
549 instead of an RH_NEG32 one.
550
35cc6a0b
L
5512011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
552
553 * doc/c-i386.texi: Clarify --n32.
554
f12dc422
L
5552011-01-04 H.J. Lu <hongjiu.lu@intel.com>
556
557 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
558 integer registers in VEX.vvvv. Check register-only source
559 operand when two source operands are swapped. Properly update
560 destination when two source operands are swapped.
561
0db46eb4
L
5622011-01-01 H.J. Lu <hongjiu.lu@intel.com>
563
564 * gas.c (parse_args): Update copyright to 2011.
565
5b326c3e 566For older changes see ChangeLog-2010
08d56133
NC
567\f
568Local Variables:
569mode: change-log
570left-margin: 8
571fill-column: 74
572version-control: never
573End:
This page took 0.667771 seconds and 4 git commands to generate.