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