* read.c (read_a_source_file): Remove md_after_pass_hook.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
04648e65
AM
12011-03-18 Alan Modra <amodra@gmail.com>
2
3 * read.c (read_a_source_file): Remove md_after_pass_hook.
4 Move "quit" label before set of dot_symbol.
5 * config/tc-d10v.h (md_after_pass_hook): Don't define.
6 * config/tc-d30v.h (md_after_pass_hook): Likewise.
7 * config/tc-m32r.h (md_after_pass_hook): Likewise.
8 (md_cleanup): Define to call m32r_fill_insn.
9
db3a4e40
AK
102011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11
12 * config/tc-s390.c (md_parse_option): Add -march=all option which
13 switches to the highest available CPU.
14
259af69e
AM
152011-03-17 Alan Modra <amodra@gmail.com>
16
17 PR 12569
18 * expr.c (operand): Correct passing of "mode" to expr.
19 * read.c (do_org): Allow expr_section.
20 (get_known_segmented_expression): Don't assert anything about the
21 segment.
22
21be61f5
L
232011-03-16 H.J. Lu <hongjiu.lu@intel.com>
24
25 * as.c (show_usage): Add --size-check=.
26 (parse_args): Add and handle OPTION_SIZE_CHECK.
27
28 * as.h (flag_size_check): New.
29
30 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
31 bad .size directive only for --size-check=error.
32
33 * doc/as.texinfo: Document --size-check=.
34
7f35e991
MF
352011-03-14 Mike Frysinger <vapier@gentoo.org>
36
37 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
38 bf542/bf544/bf547/bf548/bf549.
39
34e77a92
RS
402011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
41
42 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
43 determine whether a relocation is needed.
44 (md_apply_fix, arm_apply_sym_value): Likewise.
45
35fc36a8
RS
462011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
47
48 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
49 for Thumb symbols.
50
502df130
NC
512011-03-11 Nick Clifton <nickc@redhat.com>
52
53 * remap.c (remap_debug_filename): Always allocate a buffer for the
54 returned pointer.
55 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
56 remap_debug_filename.
57
5652b491
MS
582011-03-10 Michael Snyder <msnyder@vmware.com>
59
60 Revert the following change:
61 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
62 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
63
293855c8
AM
642011-03-10 Alan Modra <amodra@gmail.com>
65
66 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
67 TARGET_SYMBOL_FIELDS): Don't define.
68 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
69
9f6db0d3
MS
702011-03-09 Michael Snyder <msnyder@vmware.com>
71
72 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
73 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
74 (emit_fixed_inc_line_addr): Assign instead of conditional in
75 assert.
9f6db0d3 76
49002d7f
L
772011-03-05 H.J. Lu <hongjiu.lu@intel.com>
78
79 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
80 non-constant .size expression.
81
14aa5a8b
NC
822011-03-02 Nick Clifton <nickc@redhat.com>
83
84 * ecoff.c: Incldue filenames.h
85
8b6efd89
KT
862011-02-28 Kai Tietz <kai.tietz@onevision.com>
87
88 * depend.c (register_dependency): Use filename_(n)cmp.
89 * dwarf2dbg.c (get_filenum): Likewise.
90 * ecoff.c (add_file): Likewise.
91 (ecoff_generate_asm_lineno): Likewise.
92 * input-scrub.c (new_logical_line_flags): Likewise.
93 * listing.c (file_info): Likewise.
94 (listing_newline): Likewise.
95 * remap.c (remap_debug_filename): Likewise.
96 * stabs.c (generate_asm_file): Likewise.
97 (stabs_generate_asm_lineno): Likewise.
98
d455268f
MR
992011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
100
101 * config/tc-mips.c (append_insn): Disable branch relaxation for
102 DSP instructions.
103
3eebd5eb
MR
1042011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
105
106 * config/tc-mips.c (macro): Handle M_PREF_AB.
107
66b3e8da
MR
1082011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
109
110 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
111 register to use.
112 (RELAX_BRANCH_UNCOND): Adjust accordingly.
113 (RELAX_BRANCH_LIKELY): Likewise.
114 (RELAX_BRANCH_LINK): Likewise.
115 (RELAX_BRANCH_TOOFAR): Likewise.
116 (RELAX_BRANCH_AT): New macro.
117 (append_insn): Encode the temporary register to use in standard
118 MIPS branch relaxation.
119 (relaxed_branch_length): Update according to changes to
120 RELAX_BRANCH_ENCODE.
121 (md_convert_frag): Use the encoded register as the temporary.
122
ce70d90a
MR
1232011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
124
125 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
126 reject PC-relative relocations.
127
5c4f07ba
MR
1282011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
129
130 * config/tc-mips.c (md_convert_frag): Correct message
131 capitalization.
132
5a0ade8b
AM
1332011-02-28 Alan Modra <amodra@gmail.com>
134
135 * symbols.c (report_op_error): Remove unnecessary forward declaration.
136 Add "op" parameter. Report operator and operand segments in error
137 message, not operand symbols.
138 (resolve_symbol_value): Always set segment for equated symbols, not
139 just when finalizing. Adjust report_op_error calls.
140
f2d8a97c
L
1412011-02-25 H.J. Lu <hongjiu.lu@intel.com>
142
7f648587
L
143 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
144 if 64bit relocations aren't allowed.
f2d8a97c 145
e1e90034
AM
1462011-02-25 Alan Modra <amodra@gmail.com>
147
148 PR gas/12519
149 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
150
dfa58db1
MR
1512011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
152
153 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
154 initialization of offset_reloc.
155
d58a1929
RH
1562011-02-15 Richard Henderson <rth@redhat.com>
157
158 * dw2gencfi.c (dot_cfi_dummy): New.
159 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
160 * read.c (pobegin): Unconditionally call cfi_pop_insert.
161
822ce8ee
RW
1622011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163
164 * configure: Regenerate.
165
36f44611
MF
1662011-02-13 Mike Frysinger <vapier@gentoo.org>
167
168 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
169 * config/bfin-parse.y (BYTEOP2M): Delete token.
170 (asm_1): Remove BYTEOP2M insn matching.
171
26bb3ddd
MF
1722011-02-12 Mike Frysinger <vapier@gentoo.org>
173
174 * config/bfin-defs.h: Include opcode/bfin.h.
175 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
176
347d120a
MF
1772011-02-11 Mike Frysinger <vapier@gentoo.org>
178
179 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
180 (Modify Registers): Fix subtracted typo.
181 (.byte2): Extend and swap descriptions with .byte4.
182 (.byte4): Extend and swap descriptions with .byte2.
183 (.db, .dw, .dd): Document behavior.
184
5f956293
MF
1852011-02-11 Mike Frysinger <vapier@gentoo.org>
186
187 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
188
c0e524fe
AM
1892011-02-11 Alan Modra <amodra@gmail.com>
190
191 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
192
635fb38d
AM
1932011-02-10 Alan Modra <amodra@gmail.com>
194
195 * doc/as.texinfo (Overview): Add missing markup around Blackfin
196 and PowerPC options.
197
b8b738ac
AM
1982011-02-10 Alan Modra <amodra@gmail.com>
199
200 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
201 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
202 (Overview <Target PowerPC options>): Add a number of missing options.
203 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
204
2dde1948
L
2052011-02-08 H.J. Lu <hongjiu.lu@intel.com>
206
207 PR gas/6957
208 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
209 for i686.
210
a586129e
L
2112011-02-08 H.J. Lu <hongjiu.lu@intel.com>
212
213 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
214 for ISA extensions.
215 (md_parse_option): Likewise.
216
98d23bef
BS
2172011-02-04 Bernd Schmidt <bernds@codesourcery.com>
218
219 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
220 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
221 (TIC6X Options): Don't mention "-matomic".
222 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
223 (md_longopts): Remove corresponding entries.
224 (md_parse_option): Don't handle them.
225 (md_show_usage): Don't document them.
226 (tic6x_atomic): Delete variable.
227 (tic6x_update_features): Always copy tic6x_arch_enable to
228 tic6x_features.
229 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
230 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
231 (md_pseudo_table): Remove ".atomic" and ".noatomic".
232
a22429b9
NC
2332011-01-31 Nick Clifton <nickc@redhat.com>
234
235 * write.c (write_contents): Include output file name and bfd error
236 value when reporting the inability to write to the output file.
237 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
238 frag that has a non-zero fill value.
239
eb6fae19
DD
2402011-01-27 DJ Delorie <dj@redhat.com>
241
242 * config/tc-rx.c (md_convert_frag): If we can't compute the target
243 address, zero out the values stored in the object file to make
244 objdump's output consistent.
245
ca19b261
KT
2462011-01-26 Kai Tietz <kai.tietz@onevision.com>
247
248 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
249 x86_dwarf2_return_column to 32.
250
b37a4e79
NC
2512011-01-20 Nick Clifton <nickc@redhat.com>
252
253 PR gas/12384
254 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
255 comparison.
256
6ac88ef3
L
2572011-01-18 H.J. Lu <hongjiu.lu@intel.com>
258
259 * write.c (compress_debug): Return if section size is smaller
260 than 32 bytes.
261
24a2d04d
L
2622011-01-18 H.J. Lu <hongjiu.lu@intel.com>
263
264 PR gas/12409
265 * write.c (compress_debug): Return if section size is 0.
266
4a58c4bd
NC
2672011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
268
269 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
270 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
271 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
272 fmp626} options.
273
7c31ae13
NC
2742011-01-18 Nick Clifton <nickc@redhat.com>
275
276 PR gas/12390
277 * doc/all.texi: Add NS32K
278 * doc/as.texinfo: Remove target specific details of which
279 characters act as comment initiators and statement separators into
280 individual target specific files.
281 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
282 the hash character at the start of a line.
283 * doc/c-arm.texi (ARM-Chars): Likewise.
284 * doc/c-avr.texi (AVR-Chars): Likewise.
285 * doc/c-d10v.texi (D10V-Chars): Likewise.
286 * doc/c-d30v.texi (D30V-Chars): Likewise.
287 * doc/c-mmix.texi (MMIX-Chars): Likewise.
288 * doc/c-s390.texi (s390 characters): Likewise.
289 * doc/c-sh.texi (SH-Chars): Likewise.
290 * doc/c-sh64.texi (SH64-Chars): Likewise.
291 * doc/c-sparc.texi (SPARC-Chars): Likewise.
292 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
293 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
294 * doc/c-z80.texi (Z80-Chars): Likewise.
295 * doc/c-z8k.texi (Z8000-Chars): Likewise.
296 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
297 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
298 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
299 line separator characters.
300 * doc/c-cr16.texi (CR16 Syntax): Likewise.
301 * doc/c-i386.texi (i386-Chars): Likewise.
302 * doc/c-i860.texi (i860-Chars): Likewise.
303 * doc/c-i960.texi (i960-Chars): Likewise.
304 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
305 * doc/c-lm32.texi (LM32-Chars): likewise.
306 * doc/c-m32c.texi (M32C-Chars): Likewise.
307 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
308 * doc/c-m68k.texi (M68K-Chars): Likewise.
309 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
310 * doc/c-msp430.texi (MSP430-Chars): Likewise.
311 * doc/c-mt.texi (MT-Chars): Likewise.
312 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
313 * doc/c-pj.texi (PJ-Chars): Likewise.
314 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
315 * doc/c-rx.texi (RX-Chars): Likewise.
316 * doc/c-score.texi (SCORE-Chars): Likewise.
317 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
318 * doc/c-v850.texi (V850-Chars): Likewise.
319 * doc/c-vax.texi (VAX-Chars): Likewise.
320 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
321
2a2a0f38
QN
3222011-01-17 Quentin Neill <quentin.neill@amd.com>
323
324 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
325
326 * doc/c-i386.texi (i386-TBM): New section.
327
862be3fb
L
3282011-01-16 H.J. Lu <hongjiu.lu@intel.com>
329
330 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
331 (disallow_64bit_reloc): This.
332 (md_assemble): Don't check movabs for x32 mode here.
333 (i386_target_format): Updated.
334 (tc_gen_reloc): Check if 64bit relocations are allowed.
335
7f56bc95
L
3362011-01-15 H.J. Lu <hongjiu.lu@intel.com>
337
338 * config/tc-i386.c (disallow_64bit_disp): New.
339 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
340 X86_64_ABI/X86_64_X32_ABI.
341 (md_assemble): Don't allow movabs with relocation in x32 mode.
342 (i386_target_format): Updated.
343
570561f7
L
3442011-01-14 H.J. Lu <hongjiu.lu@intel.com>
345
346 * config/tc-i386.c (OPTION_N32): Renamed to ...
347 (OPTION_X32): This.
348 (md_longopts): Replace n32 with x32.
349 (md_parse_option): Updated.
350 (md_show_usage): Likewise.
351
4a22cb7c 352 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 353
c95354ed
MX
3542011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
355
356 * config/tc-mips.c (mips_ip): Update error messages. Take an
357 unadjusted offset for "+c" argument.
358
7af8ed2d
NC
3592011-01-10 Nick Clifton <nickc@redhat.com>
360
361 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
362 it.
363
cdf9ccec
NC
3642011-01-10 Nick Clifton <nickc@redhat.com>
365
366 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
367 part of the file.
368
0855e32b
NS
3692011-01-10 Nathan Sidwell <nathan@codesourcery.com>
370 Glauber de Oliveira Costa <glommer@gmail.com>
371
372 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
373 .tlsdescseq directive.
374 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
375 following a symbol.
376 (s_arm_tls_descseq): New directive.
377 (md_pseudo_table): Add it.
378 (encode_branch): Allow TLS_CALL relocs too.
379 (do_t_blx, do_t_branch23): Use encode_branch.
380 (reloc_names): Add tlsdesc and tlscall.
381 (md_apply_fix): Process tls desc relocations.
382 (tc_gen_reloc): Likewise.
383 (arm_fix_adjustable): Likewise.
384
87973e9f
QN
3852011-01-07 Quentin Neill <quentin.neill@amd.com>
386
387 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
388
389 * doc/c-i386.texi (i386-BMI): New section.
390
12505806
PK
3912011-01-06 Paul Koning <ni1d@arrl.net>
392
393 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
394 references to absolute addresses.
395
9689e3a3
DD
3962011-01-05 DJ Delorie <dj@redhat.com>
397
398 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
399 instead of an RH_NEG32 one.
400
35cc6a0b
L
4012011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
402
403 * doc/c-i386.texi: Clarify --n32.
404
f12dc422
L
4052011-01-04 H.J. Lu <hongjiu.lu@intel.com>
406
407 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
408 integer registers in VEX.vvvv. Check register-only source
409 operand when two source operands are swapped. Properly update
410 destination when two source operands are swapped.
411
0db46eb4
L
4122011-01-01 H.J. Lu <hongjiu.lu@intel.com>
413
414 * gas.c (parse_args): Update copyright to 2011.
415
5b326c3e 416For older changes see ChangeLog-2010
08d56133
NC
417\f
418Local Variables:
419mode: change-log
420left-margin: 8
421fill-column: 74
422version-control: never
423End:
This page took 0.575162 seconds and 4 git commands to generate.