]> Git Repo - binutils.git/blame - gas/ChangeLog
* infcall.c (call_function_by_hand): Handle inferior exit.
[binutils.git] / gas / ChangeLog
CommitLineData
a242dc0d
AN
12008-11-06 Adam Nemet <[email protected]>
2
3 * config/tc-mips.c (COP_INSN): Change logic to always return false
4 for FP instructions.
5
620edafd
CF
62008-11-06 Chao-ying Fu <[email protected]>
7
8 * config/tc-mips.c (validate_mips_insn): Add case '1'.
9 (mips_ip): Add case '1' to process sync type.
10
8a2a2dbb
NC
112008-11-06 Joel Sherrill <[email protected]>
12
13 * configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*.
14
6dc6b655
BW
152008-11-04 Sterling Augustine <[email protected]>
16
17 * config/tc-xtensa.c (tinsn_check_arguments): Check for multiple
18 writes to the same register.
19
19e8f41a
BW
202008-11-04 Sterling Augustine <[email protected]>
21
22 * config/tc-xtensa.c (xtensa_j_opcode): New.
23 (xg_instruction_matches_option_term): Handle "FREEREG" option.
24 (xg_build_to_insn): Likewise. Update renamed tls_reloc reference.
25 (md_begin): Initialize xtensa_j_opcode.
26 (md_assemble): Update renamed tls_reloc reference. Handle "j.l".
27 (xg_assemble_vliw_tokens): Save free_reg info in the frag.
28 (tinsn_immed_from_frag): Get free_reg info back out of the frag.
29 (vinsn_to_insnbuf): Update renamed tls_reloc references.
30 Distinguish extra argument for "FREEREG" from extra TLS argument.
31 * config/tc-xtensa.h (struct xtensa_frag_type): Add free_reg field.
32 * config/xtensa-istack.h (struct tinsn_struct): Rename tls_reloc
33 field to extra_arg.
34 * config/xtensa-relax.c (widen_spec_list): Add rules to relax "j.l".
35 (build_transition): Handle "FREEREG" operand.
36 * config/xtensa-relax.h (enum op_type): Add OP_FREEREG.
37
9447ff6d
AM
382008-10-31 Alan Modra <[email protected]>
39
40 * po/id.po: Update.
41
ed163775
MR
422008-10-24 Maciej W. Rozycki <[email protected]>
43
44 * config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
45 comment so that Broadcom SB-1 cores are in the MIPS64 section.
46
570685ad
AM
472008-10-21 Alan Modra <[email protected]>
48
49 * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
50 * config/tc-ns32k.c (bit_fix_new): Likewise.
51 * config/tc-m68k.c (md_begin): Likewise.
52 * hash.c (hash_insert, hash_jam): Likewise.
53 * symbols.c (symbol_create, local_symbol_make): Likewise.
54 * frags.c (frag_alloc): Likewise.
55
8fc4ee9b
AM
562008-10-20 Jay Krell <[email protected]>
57
58 * config/bfin-parse.y: Use C style comments.
59 * config/tc-bfin.c: Likewise.
60 * config/tc-m68k.c: Likewise.
61 * config/tc-mips.c: Likewise.
62
fbf3f584
L
632008-10-12 H.J. Lu <[email protected]>
64
65 * config/tc-i386.c (processor_type): Moved to tc-i386.h.
66 (cpu_arch_tune): Make it global.
67 (cpu_arch_isa): Likewise.
68 (cpu_arch_isa_flags): Likewise.
69 (i386_align_code): Check fragP->tc_frag_data.isa,
70 fragP->tc_frag_data.isa_flags and cpu_arch_tune instead of
71 cpu_arch_isa, cpu_arch_isa_flags and cpu_arch_tune,
72 respectively.
73
74 * config/tc-i386.h (processor_type): Moved from tc-i386.c.
75 (cpu_arch_tune): New.
76 (cpu_arch_isa): Likewise.
77 (cpu_arch_isa_flags): Likewise.
78 (i386_tc_frag_data): Likewise.
79 (TC_FRAG_TYPE): Likewise.
80 (TC_FRAG_INIT): Likewise.
81
ccf8a69b
BW
822008-10-09 Bob Wilson <[email protected]>
83
84 * doc/as.texinfo (Pseudo Ops): Swap order of Comm and CFI menu entries.
85 (Altmacro, Comm, Loc, Loc_mark_labels, List, MRI, PopSection, Sleb128):
86 Moved into alphabetical order.
87
14082c76 882008-10-09 Bob Wilson <[email protected]>
884f0d36
BW
89
90 * doc/as.texinfo (Dot): Expand no-space-dir conditional to include
91 a complete sentence.
92 (Pseudo Ops): Put conditionals around Skip and Space menu entries.
93 (Line): Remove conditional declaration of Ln node and section here.
94 Put aout-bout description inside the no-line-dir conditional.
95 (Skip, Space): Use a separate conditional for each node.
96
972008-10-09 Bob Wilson <[email protected]>
98
14082c76
BW
99 * doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around
100 menu entry for File; remove version-specific .file operands from menu
101 description. Replace "LNS directives" menu entry with new entries
102 for "Loc" and "Loc_mark_labels".
103 (LNS directives): Split into separate nodes for each directive.
104 (Loc): New node for .loc directive. Mention that this directive
105 is for DWARF2 and add a missing article.
106 (Loc_mark_labels): Likewise for .loc_mark_labels.
107 (File): Change this node to describe both the default version and
108 the DWARF2 version of .file. Move the no-file-dir conditional to
109 include only the default version.
884f0d36 110
ad5fec3b
EB
1112008-10-09 Eric Botcazou <[email protected]>
112
113 * dw2gencfi.c (cfi_finish): Deal with md_fix_up_eh_frame.
114 * config/tc-i386.h (md_fix_up_eh_frame): Define on Solaris.
115 (i386_solaris_fix_up_eh_frame): Declare.
116 * config/tc-i386.c (i386_solaris_fix_up_eh_frame): New function.
117
77cca80f
NC
1182008-10-09 Nick Clifton <[email protected]>
119
120 PR 6944
121 * doc/as.texinfo (Dollar Local Labels): Correct description of
122 dollar local labels to show that the colon suffix is still
123 needed.
124
8cc9115f
NC
1252008-10-08 Nick Clifton <[email protected]>
126
127 * configure.in (ALL_LINGUAS): Add "id".
128 * configure: Regenerate.
129 * po/id.po: New Indonesian translation.
130
97c4f2d9
L
1312008-10-07 H.J. Lu <[email protected]>
132
133 * read.c (pseudo_set): Don't allow global register symbol only
134 if TC_GLOBAL_REGISTER_SYMBOL_OK is undefined.
135 * symbols.c (S_SET_EXTERNAL): Likewise.
136
137 * config/tc-mmix.h (TC_GLOBAL_REGISTER_SYMBOL_OK): Defined.
138
139 * doc/internals.texi: Document TC_GLOBAL_REGISTER_SYMBOL_OK.
140
4d4175af
BW
1412008-10-06 Bob Wilson <[email protected]>
142
143 * doc/as.texinfo (Local): New description of ELF .local directive.
144
7592cfd7
NC
1452008-10-06 Nick Clifton <[email protected]>
146
147 PR 6926
148 * read.c (get_line_sb): Renamed to get_non_macro_line_sb.
149 (_find_end_of_line): Add extra parameter indicating if the line is
150 inside a macro. If it is then do not allow the @ character to be
151 treated as a line separator character.
152 (read_a_source): Update use of _find_end_of_line.
153 (find_end_of_line): Likewise.
154 (s_irp): Update use of get_line_sb.
155 (s_macro): Likewise.
156 (do_repeat): Likewise.
157 (get_line_sb): New function. Like the old version of get_line_sb
158 except that it takes an extra parameter indicating whether the
159 line is inside a macro.
160 (get_macro_line_sb): New function.
161
cc99daad
HPN
1622008-10-04 Hans-Peter Nilsson <[email protected]>
163
164 * config/tc-cris.c: Update all comments regarding explicit relocations
165 to, besides PIC, also imply TLS or to say "relocation specifier" or
166 similar.
167 (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers.
168 (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all
169 callers. Also handle TLS relocs.
170 (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size.
171 Change all callers. Also handle TLS relocs.
172 (tls): New constant.
173 (cris_process_instruction): Check for non-PIC TLS relocations and
174 adjust message when emitting error message about relocation not
175 fitting.
176 (get_autoinc_prefix_or_indir_op): Also check for relocation suffix
177 when tls is true.
178 (get_3op_or_dip_prefix_op): Ditto.
179 (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs.
180
7e66d8ac
KH
1812008-10-03 Kazu Hirata <[email protected]>
182
183 * listing.c (buffer_line): Open the source file with FOPEN_RB.
184 Manually process line ends.
185
e144674a
NC
1862008-09-30 Wesley W. Terpstra <[email protected]>
187 Nick Clifton <[email protected]>
188
189 * config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as
190 S_SET_STORAGE_CLASS.
191
1922008-09-30 Wesley W. Terpstra <[email protected]>
193 Nick Clifton <[email protected]>
194
195 * coffgen.c (coff_write_symbols): Check to see if a symbol's flags
196 do not match it class and if necessary update the class.
197 (null_error_handler): New function. Suppresses the generation of
198 bfd error messages.
199 * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment.
200
782e11fd
AM
2012008-09-30 Alan Modra <[email protected]>
202
203 * Makefile.am: Run "make dep-am".
204 * Makefile.in: Regenerate.
205
c0cf08ad
AM
2062008-09-29 Nick Clifton <[email protected]>
207
208 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
209 tc_cfi_emit_pcrel_expr macro.
210
718a6fd8
SE
2112008-09-29 Peter O'Gorman <[email protected]>
212 Steve Ellcey <[email protected]>
213
214 * configure: Regenerate for new libtool.
215 * aclocal.m4: Ditto.
216 * Makefile.in: Ditto.
217 * doc/Makefile.in: Ditto.
218
c0a139c7
NC
2192008-09-29 Nick Clifton <[email protected]>
220
221 PR 6878
222 * app.c (do_scrub_chars): Only issue warnings about tick
223 characters detected in symbol strings if hex ticks are supported.
224
2252008-09-29 Nick Clifton <[email protected]>
226
227 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
228 tc_cfi_emit_pcrel_expr macro.
229
4f6d9c90
DJ
2302008-09-28 Daniel Jacobowitz <[email protected]>
231
232 * NEWS: Mention .cfi_val_encoded_addr.
233
2774199c
EB
2342008-09-26 Eric Botcazou <[email protected]>
235
236 * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
237 * Makefile.in (TARG_ENV_HFILES): Likewise.
238 * configure.tgt (Solaris targets): Set em=solaris.
239 * config/te-solaris.h: New file.
240
37b32935
JZ
2412008-09-26 Jie Zhang <[email protected]>
242
243 * config/bfin-parse.y (asm_1): Fix reduce/reduce conflicts.
244
f1c4cc75
RH
2452008-09-24 Richard Henderson <[email protected]>
246
247 * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
248 (struct cfi_insn_data): Add ea member.
249 (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
250 (output_cfi_insn): Handle CFI_val_encoded_addr.
251 (select_cie_for_fde): Don't match CFI_val_encoded_addr.
252 * doc/as.texinfo (.cfi_val_encoded_addr): Document.
253
ead47374
AM
2542008-09-25 Alan Modra <[email protected]>
255
256 PR 6913
257 * listing.c (print_options): Don't call fprintf without format string.
258
9a97a5d7
AM
2592008-09-19 Alan Modra <[email protected]>
260
5db484ff
AM
261 * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
262 (TC_VALIDATE_FIX_SUB): Likewise.
263 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
264 * config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
265 * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise.
266 * config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise.
267 (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
268 * config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise.
269 * config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise.
270 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS,
271 TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param.
272
9a97a5d7
AM
273 * write.c (md_register_arithmetic): Define.
274 (fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation.
275 Modify error message when registers involved.
276 (TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic.
277 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise.
278
55f8b826
AM
2792008-09-15 Alan Modra <[email protected]>
280
281 * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.
282
455bde50
AM
2832008-09-15 Alan Modra <[email protected]>
284
285 * config/tc-frv.c (md_apply_fix): Use abs_section_sym for
286 relocs with no symbol.
287 * config/tc-mmix.c (md_assemble): Mark fake symbol on
288 BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs.
289 (mmix_md_end): Likewise mark mmix reg contents section symbol.
290
2cf402d6
AM
2912008-09-14 Chris Smith <[email protected]>
292
293 * config/tc-z80.c: Opcode generation of ld a,(bc) and ld a,(de) was
294 broken, as the opcode of ld a,(de) was being emitted for both.
295
51add5c3
BW
2962008-09-12 Sterling Augustine <[email protected]>
297
298 * config/tc-xtensa.c (init_op_placement_info_table): Allow number of
299 operands equal to MAX_INSN_ARGS.
300
d053aef8
JK
3012008-09-11 Jan Kratochvil <[email protected]>
302
303 * configure.in: Call AC_SYS_LARGEFILE.
304 * config.in: Regenerate.
305 * configure: Regenerate.
306
a08f0c75
PB
3072008-09-09 Peter Bergner <[email protected]>
308
309 * config/tc-ppc.c (ppc_setup_opcodes): Simplify POWER4/NOPOWER4 test.
310 Remove POWER5 and POWER6 tests.
311
2b489661
DA
3122008-09-08 John David Anglin <[email protected]>
313
314 * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to
315 number support for 32-bit targets.
316
6e33da12
TG
3172008-09-08 Tristan Gingold <[email protected]>
318
319 * NEWS: Add a marker for the 2.19 features.
320
3dd24306
DA
3212008-09-07 John David Anglin <[email protected]>
322
ded49c3e
DA
323 * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise
324 comment regarding use of difference expressions.
325 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1.
326
3dd24306
DA
327 * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
328 (dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK.
329 (dot_cfi_lsda, output_cie, output_fde): Likewise.
330 * config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define.
331
a79558d9
RS
3322008-09-06 Richard Sandiford <[email protected]>
333
334 * config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define.
335
a6c24e68
NC
3362008-09-03 Nick Clifton <[email protected]>
337
338 * config/tc-i386.c (pe_lcomm_internal): New function. Allows the
339 alignment field of the .lcomm directive to be optional.
340 (pe_lcomm): New function. Pass pe_lcomm_internal to
341 s_comm_internal.
342 (md_pseudo_table): Implement .lcomm directive for COFF based
343 targets.
344 * doc/c-i386.texi (i386-Directives): New node. Used to document
345 the .lcomm directive.
346
5ead15d9
DA
3472008-08-30 John David Anglin <[email protected]>
348
349 * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
350 and NetBSD.
351
c879dfc5
NC
3522008-08-29 Eric B. Weddington <[email protected]>
353
354 * config/tc-avr.c (mcu_types): Add atmega16u4.
355 * doc/c-avr.texi: Likewise.
356
1ca35711
L
3572008-08-28 H.J. Lu <[email protected]>
358
359 * config/tc-ia64.c (CR_IIB0): New.
360 (CR_IIB1): Likewise.
361 (cr): Add cr.iib0 and cr.iib1.
362 (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1.
363
fc0763e6
JB
3642008-08-28 Jan Beulich <[email protected]>
365
366 * config/tc-i386.c (md_assemble): Force number of displacement
367 operands to zero when processing string instruction.
368 (i386_index_check): Special-case string instruction operands. Don't
369 fudge address prefix if there already was a memory operand. Fix
370 error message to correctly reflect the addressing mode used.
371 (i386_att_operand): Fix comment.
372 (i386_intel_operand): Snapshot, clear, and restore base and index
373 reg for each operand processed. Increment count of memory operands
374 later.
375
6bba1048
DA
3762008-08-27 John David Anglin <[email protected]>
377
378 * config/tc-hppa.c (is_SB_relative): New macro.
379 (fix_new_hppa): Remove $segrel$ marker.
380 (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is
381 segment relative.
382 * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
383
a87af027
JB
3842008-08-27 Jan Beulich <[email protected]>
385
386 * config/tc-i386.c (check_string): Use register_prefix for error
387 message.
388 (process_operands): Likewise.
389
7da4f750
MM
3902008-08-26 Mark Mitchell <[email protected]>
391
392 * c-arm.texi: Add tutorial on ARM unwinding pseudo ops.
393
6429b084
JZ
3942008-08-26 Jie Zhang <[email protected]>
395
396 * config/bfin-parse.y (check_macfunc_option): Fix instruction
397 mode checking.
398 (asm_1): Check mode for 16-bit multiply instructions.
399
da594c4a
AM
4002008-08-24 Alan Modra <[email protected]>
401
402 * configure.in: Update a number of obsolete autoconf macros.
403 * configure: Regenerate.
404 * aclocal.m4: Regenerate.
405
34857dd6
NC
4062008-08-22 Nick Clifton <[email protected]>
407
408 * config/tc-mcore.c (md_assemble): Increase length of name array
409 to include terminating NUL.
410
fec82760
JZ
4112008-08-22 Jie Zhang <[email protected]>
412
413 * config/bfin-lex.l (NUMBER): Protect special `.'.
414
73e24c68
AM
4152008-08-22 Alan Modra <[email protected]>
416
417 * symbols.c (symbol_clone): Ensure clones are not external.
418
4e3b43ed
AM
4192008-08-22 Alan Modra <[email protected]>
420
421 * config/tc-hppa.c (md_begin): Set BSF_KEEP for "dummy_symbol".
422
8c9b70b1
RH
4232008-08-21 Richard Henderson <[email protected]>
424
425 * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
426 (output_cie, output_fde): Use it.
427 (DWARF2_EH_FRAME_READ_ONLY): New.
428 (cfi_finish): Use it.
429
430 * config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit.
431 (DWARF2_CIE_DATA_ALIGNMENT): Change sign.
432 (DWARF2_EH_FRAME_READ_ONLY): New.
433 * config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations
434 from the results of DIFF_EXPR_OK manipulation.
435
c22a967f
BW
4362008-08-21 Sterling Augustine <[email protected]>
437
438 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64.
439
28dbbc02
BW
4402008-08-20 Bob Wilson <[email protected]>
441
442 * config/tc-xtensa.c (O_tlsfunc, O_tlsarg, O_tlscall): Define.
443 (O_tpoff, O_dtpoff): Define.
444 (suffix_relocs): Add entries for TLS suffixes.
445 (xtensa_elf_cons): Check for invalid use of TLS relocations.
446 (map_operator_to_reloc): Add is_literal parameter and use it to
447 control translating TLS instruction relocations to the corresponding
448 literal relocations.
449 (xg_valid_literal_expression): Allow TLS operators.
450 (xg_build_to_insn): Copy TLS operators from pseudo-instruction
451 operands to generated literals.
452 (xg_assemble_literal): Handle TLS operators. Update call to
453 map_operator_to_reloc.
454 (md_assemble): Handle CALLXn.TLS pseudo-instruction.
455 (md_apply_fix): Handle TLS relocations.
456 (emit_single_op): Handle TLS operators.
457 (convert_frag_immed): Update call to map_operator_to_reloc.
458 (vinsn_to_insnbuf): Emit relocations for TLS-related instructions.
459 * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field.
460 * config/xtensa-relax.c (append_literal_op): Add src_op parameter
461 to initialize the op_data field of the BuildOp.
462 (build_transition): Use it here to record the source operand
463 corresponding to a generated literal.
464 * config/xtensa-relax.h (build_op): Comment op_data use for literals.
4e3b43ed 465
41a7d9f3
L
4662008-08-20 H.J. Lu <[email protected]>
467
468 AVX Programming Reference (August, 2008)
469 * config/tc-i386.c (CPU_FLAGS_AES_MATCH): New.
470 (CPU_FLAGS_AVX_MATCH): Likewise.
471 (CPU_FLAGS_32BIT_MATCH): Updated.
472 (cpu_flags_match): Likewise.
473
76d12939
AM
4742008-08-20 Alan Modra <[email protected]>
475
476 PR 6848
477 * write.c (install_reloc): Check that reloc symbols have been
478 written.
479 (set_symtab): Mark symbols with BSF_KEEP.
480
e6a14101
L
4812008-08-18 H.J. Lu <[email protected]>
482
483 * config/tc-i386.c (i386_align_code): Fix a comment typo.
484
7357c5b6
AM
4852008-08-15 Alan Modra <[email protected]>
486
487 PR 6526
488 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
489 * Makefile.in: Regenerate.
490 * aclocal.m4: Regenerate.
491 * config.in: Regenerate.
492 * configure: Regenerate.
493 * doc/Makefile.in: Regenerate.
494
4e96a12e
AM
4952008-08-14 Alan Modra <[email protected]>
496
497 * config/tc-tic4x.c (tic4x_operands_parse): Make static.
498
9e9a9798
BE
4992008-08-13 Ben Elliston <[email protected]>
500
501 * doc/as.texinfo (Align): Document the PowerPC behaviour.
502
5a49b8ac
AM
5032008-08-13 Alan Modra <[email protected]>
504
505 * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c,
506 config/obj-som.c, config/tc-alpha.c, config/tc-arm.c, config/tc-bfin.c,
507 config/tc-bfin.h, config/tc-crx.c, config/tc-frv.c, config/tc-frv.h,
508 config/tc-hppa.h, config/tc-i386.c, config/tc-i860.c, config/tc-i960.h,
509 config/tc-ia64.c, config/tc-ia64.h, config/tc-m32c.c, config/tc-m32c.h,
510 config/tc-m68k.c, config/tc-maxq.c, config/tc-s390.c, config/tc-s390.h,
511 config/tc-sparc.c, config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
512 config/tc-tic4x.c, config/tc-tic4x.h, config/tc-tic54x.c,
513 config/tc-tic54x.h, config/tc-vax.c, doc/internals.texi: Banish PARAMS
514 and PTR. Convert to ISO C. Delete unnecessary forward declarations.
515
db0bc284
AM
5162008-08-12 Alan Modra <[email protected]>
517
518 * config/tc-arm.c (s_unreq): Adjust hash_delete call.
519 * config/tc-ia64.c (dot_rot): Likewise.
520
818236e5
AM
5212008-08-11 Alan Modra <[email protected]>
522
523 PR 6575
524 * hash.c: Expand PTR to void *.
525 (hash_delete): Add "freeme" parameter. Call obstack_free.
526 * hash.h: Expand PTR to void *.
527 (hash_delete): Update prototype.
528 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
529 * config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete
530 call.
531 (subsym_substitute): Likewise.
532 * doc/internals.texi (hash_delete): Update.
533
7b21ac3f
EW
5342008-08-08 Anatoly Sokolov <[email protected]>
535
536 * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51
818236e5
AM
537 architectures. Reorganize list to put mcu types in correct
538 architectures and to order list same as in GCC. Use new ISA
539 definitions in include/opcode/avr.h.
7b21ac3f
EW
540 * doc/c-avr.texi: Add avr25, avr31, avr35, and avr51 architecture
541 descriptions. Reorganize descriptions to put mcu types in correct
542 architectures and to order lists same as in GCC.
543
861fb55a
DJ
5442008-08-08 Richard Sandiford <[email protected]>
545 Daniel Jacobowitz <[email protected]>
546
547 * config/tc-mips.c (OPTION_CALL_NONPIC): New macro.
548 (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32)
549 (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG)
550 (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1.
551 (md_longopts): Add -call_nonpic.
552 (md_parse_option): Handle OPTION_CALL_NONPIC.
553 (md_show_usage): Add -call_nonpic.
554
532f93bd 5552008-08-08 Sterling Augustine <[email protected]>
818236e5 556
532f93bd
BW
557 * config/tc-xtensa.c (exclude_section_from_property_tables): New.
558 (xtensa_create_property_segments): Use it.
559 (xtensa_create_xproperty_segments): Likewise.
818236e5 560
c3c36456
AM
5612008-08-08 Alan Modra <[email protected]>
562
563 * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
564
738e5348
RS
5652008-08-06 Richard Sandiford <[email protected]>
566
567 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
568 (lo16_reloc_p): New functions.
569 (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to
570 generalize relocation checks.
571 (matching_lo_reloc): New function.
572 (fixup_has_matching_lo_p): Use it.
573 (mips16_mark_labels): Don't clobber a symbol's visibility.
574 (append_insn): Use hi16_reloc_p and lo16_reloc_p.
575 (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16.
576 (md_apply_fix): Likewise.
577 (mips16_percent_op): Add %got and %call16.
578 (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
579 Use matching_lo_reloc.
580 (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
581 generalize relocation checks.
582 (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation
583 checks.
584
6fd4f6cc
DD
5852008-08-06 DJ Delorie <[email protected]>
586
587 * NEWS: Mention these changes.
588
589 * config/tc-h8300.h (H_TICK_HEX): Define.
590 * config/tc-h8300.c (OPTION_H_TICK_HEX): New.
591 (md_longopts): Add "-h-tick-hex".
592 (md_parse_option): Support it.
593 * doc/c-h8300.texi (H8/300 Options): Document it.
594 * doc/as.texinfo (Overview): Likewise.
818236e5 595
6fd4f6cc
DD
596 * config/tc-sh.h (H_TICK_HEX): Define.
597 * config/tc-sh.c (OPTION_H_TICK_HEX): New.
598 (md_longopts): Add "-h-tick-hex".
599 (md_parse_option): Support it.
600 * doc/c-sh.texi (SH Options): Document it.
601 * doc/c-sh64.texi (SH64 Options): Document it.
602 * doc/as.texinfo (Overview): Likewise.
603
7cadeb2c
AM
6042008-08-05 Alan Modra <[email protected]>
605
606 PR gas/6656
607 * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
608 debug info if we see compiler generated debug info.
609 (dwarf2_directive_loc): Likewise. Remove redundant debug_type test.
610
413a266c
AM
6112008-08-04 Alan Modra <[email protected]>
612
613 * dwarf2dbg.c: Remove superfluous forward function declarations.
614 (DWARF2_FORMAT): Add section arg.
615 (out_header): New function, split out from..
616 (out_debug_line): ..here.
617 (out_debug_aranges): Use out_header.
618 (out_debug_abbrev): Add info_seg and line_seg args. Use
619 DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
620 (out_debug_info): Use out_header. Output 8 byte DW_AT_stmt_list
621 if line_seg is 64-bit.
622 (dwarf2_finish): Adjust out_debug_abbrev call.
623 * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
624 * config/tc-mips.c (mips_dwarf2_format): Likewise.
625
323ee3f4
AM
6262008-08-04 Alan Modra <[email protected]>
627
628 * Makefile.am (POTFILES.in): Set LC_ALL=C.
629 * Makefile.in: Regenerate.
630 * po/POTFILES.in: Regenerate.
631
9b4e5766
PB
6322008-08-01 Peter Bergner <[email protected]>
633
634 * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.
635 Handle -mvsx and -mpower7.
636 (md_show_usage): Document -mpower7 and -mvsx.
637 * doc/as.texinfo (Target PowerPC): Document -mvsx.
638 * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7.
639
38233209
PB
6402008-07-31 Peter Bergner <[email protected]>
641
642 * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
643 <cell>: Likewise.
644
081ba1b3
AM
6452008-07-30 Michael J. Eager <[email protected]>
646
647 * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
648 (md_show_usage): Likewise.
649
0af1713e
AM
6502008-07-30 Alan Modra <[email protected]>
651
652 * messages.c, symbols.c, write.c: Silence gcc warnings.
653
2cfe26b6
AM
6542008-07-28 Ineiev <[email protected]>
655
656 * config/tc-i386.c (operand_type_check): Warning fix.
657
3c7b9897
AM
6582008-07-26 Michael Eager <[email protected]>
659
660 * doc/as.texinfo: Add description of single-precision attribute.
661
81fd73ed
JZ
6622008-07-24 Jie Zhang <[email protected]>
663
664 * config/bfin-parse.y (asm_1): Error if plain symbol is used
665 as load/store offset.
666
570de991
NC
6672008-07-22 Chao-ying Fu <[email protected]>
668
669 * config/tc-mips.c (mips_ip): Reset s to argsStart.
670
b4f42c96
JZ
6712008-07-22 Jie Zhang <[email protected]>
672
673 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
674
cc189afc
DD
6752008-07-21 DJ Delorie <[email protected]>
676
677 * config/tc-h8300.c (fix_operand_size): Use the default size
678 specified by the .lbranch/.sbranch pseudos.
679
c54b5932
DD
6802008-07-18 DJ Delorie <[email protected]>
681
682 * config/tc-m32c.h (H_TICK_HEX): Define.
683 * config/tc-m32c.c (OPTION_H_TICK_HEX): Define.
684 (md_longopts): Add support for it.
685 (md_parse_option): Likewise.
686 * doc/as.texinfo (Overview): Add new m32c options.
687 * doc/c-m32c.texi (M32C-Modifiers): Likewise
688
689 * as.h: (enable_h_tick_hex): New.
690 * app.c (enable_h_tick_hex): New.
691 (LEX_IS_H): New.
692 (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex.
693 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
694 style hex constants and convert the input stream to 0x00 style.
695 (do_scrub_chars): If a 'X style character constant is found after
696 a symbol character (like you're or X'00), warn the user.
697
30c09090
RS
6982008-07-10 Richard Sandiford <[email protected]>
699
700 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
701 (mips_fix_adjustable): Likewise.
702 (mips_frob_file_after_relocs): Likewise.
703
bfbba8e4
NS
7042008-07-08 Nathan Sidwell <[email protected]>
705
706 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
707 about overriding an earlier setting.
708
b19e8a9b
AN
7092008-07-07 Adam Nemet <[email protected]>
710
711 * config/tc-mips.c (NO_ISA_COP): New macro.
712 (COP_INSN): New macro.
713 (is_opcode_valid): Use them.
714 (macro) <ld_st>: Use them. Don't accept coprocessor load store
715 insns based on the ISA if CPU is NO_ISA_COP.
716 <copz>: Likewise for coprocessor operations.
717
79947c54
CD
7182008-07-07 Paul Brook <[email protected]>
719
720 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
2cfe26b6 721 relocations.
79947c54 722
9990da1d
NC
7232008-07-07 Ralf Corsépius <[email protected]>
724
725 * configure.tgt: Add bfin-*-rtems*.
726
d62f07d0
AM
7272008-07-04 Alan Modra <[email protected]>
728
729 * config/tc-spu.c (md_apply_fix): Handle fully resolved
730 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
731
c8187e15
PB
7322008-06-25 Peter Bergner <[email protected]>
733
734 * config/tc-ppc.c (parse_cpu): Handle -m464.
735 (md_show_usage): Likewise.
736
3bb06f78
EW
7372008-06-24 Eric B. Weddington <[email protected]>
738
739 Add support for ATtiny13A.
740 * config/tc-avr.c (mcu_types): Add attiny13a.
741 * doc/c-avr.texi: Likewise.
742
6afe8e98
AM
7432008-06-24 Bob Wilson <[email protected]>
744 Alan Modra <[email protected]>
745
746 * write.c (relax_segment <rs_org>): Include current stretch
747 value when calculating whether .org is backwards.
748
7a283e07
RW
7492008-06-17 Ralf Wildenhues <[email protected]>
750
751 * configure: Regenerate.
752
0146fc9d
NC
7532008-06-17 Nick Clifton <[email protected]>
754
755 * app.c (do_scrub_chars): Do not UNGET an EOF value.
756
1afc8def
HPN
7572008-06-16 Hans-Peter Nilsson <[email protected]>
758
759 PR gas/6607
760 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
761 text_section. Do the "stepping backwards" test for text_section
762 using unsigned operands.
763
fa452fa6
PB
7642008-06-13 Peter Bergner <[email protected]>
765
766 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
767 (ppc_insert_operand): Likewise.
768 (ppc_machine): Likewise.
769 * config/tc-ppc.h: #include "opcode/ppc.h"
770 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
771 (ppc_cpu): Update extern decl.
772
bb35fb24
NC
7732008-06-12 Adam Nemet <[email protected]>
774
775 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
776 +x, +X, +p, +P, +s, +S.
777 (mips_ip): Likewise.
778
dd3cbb7e
NC
779 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
780 (mips_ip): Likewise.
781 (macro_build): Likewise.
782 (CPU_HAS_SEQ): New macro.
783 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
784
e8568f6c
EW
7852008-06-09 Eric B. Weddington <[email protected]>
786
787 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
788 * doc/c-avr.texi: Likewise.
789
83bd7402
NC
7902008-06-04 Nick Clifton <[email protected]>
791
792 * app.c (do_scrub_chars): Do not UNGET an EOF value.
793
cb19c032
L
7942008-06-03 H.J. Lu <[email protected]>
795
796 * config/tc-i386.c (set_sse_check): New.
797 (md_pseudo_table): Add "sse_check".
798
4ecab7d4
PB
7992008-06-03 Paul Brook <[email protected]>
800
801 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
802
0a903bab
NC
8032008-05-30 Nick Clifton <[email protected]>
804
805 PR 5523
806 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
807 relocs here.
808
b15591bb
AN
8092008-05-29 Maxim Kuvyrkov <[email protected]>
810
811 * config/tc-mips.c (mips_cpu_info_table): Move records for
812 ST Loongson-2E/2F processors to a better place.
813
95f283e8
L
8142008-05-23 H.J. Lu <[email protected]>
815
816 PR gas/6518
817 * config/tc-i386.c (match_template): Report ambiguous operand
818 size, not invalid suffix when there is no match in Intel
819 syntax.
820
c462b453
PB
8212008-05-22 Paul Brook <[email protected]>
822
823 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
824
7fac0536
NC
8252008-05-21 I-Jui Sung <[email protected]>
826
827 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
828 compatible cores: fa526, fa626, fa626te, fa726te.
829 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
830 fa726te} options.
831
8944f3c2
AM
8322008-05-14 Alan Modra <[email protected]>
833
834 * Makefile.am: Run "make dep-am".
835 * Makefile.in: Regenerate.
836 * doc/Makefile.in: Regenerate.
837 * po/POTFILES.in: Regenerate.
838
35903be0
CM
8392008-05-09 Catherine Moore <[email protected]>
840
841 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
842 with non-MIPS16 relocs.
843
c41e87e3
CF
8442008-05-09 Chao-ying Fu <[email protected]>
845
846 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
847 case that some characters append at the end of the name.
848 (mips_ip): Likewise.
849 (s_change_sec): Likewise.
850 (md_section_align): Likewise.
851
51c8ebc1
BW
8522008-05-07 Bob Wilson <[email protected]>
853
854 * config/tc-xtensa.c (xtensa_create_property_segments): Use
855 xtensa_make_property_section instead of xtensa_get_property_section.
856 (xtensa_create_xproperty_segments): Likewise.
857
f1f8f695
L
8582008-05-02 H.J. Lu <[email protected]>
859
860 * NEWS: Mention XSAVE, EPT and MOVBE.
861
862 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
863 (md_show_usage): Add .movbe and .ept.
864
865 * doc/c-i386.texi: Add movbe and ept to -march=. Document
866 .movbe and .ept.
867
2b661f3d
DM
8682008-04-29 David S. Miller <[email protected]>
869
870 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
871
037b32b9
AN
8722008-04-28 Adam Nemet <[email protected]>
873
874 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
875 New statics.
876 (OPTION_ELF_BASE): Make room for new option macros.
877 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
878 OPTION_DOUBLE_FLOAT): New option macros.
879 (md_longopts): Add msoft-float, mhard-float, msingle-float and
880 mdouble-float.
881 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
882 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
883 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
884 and -mdouble-float.
885 (struct mips_set_options): New fields soft_float and single_float.
886 (mips_opts): Initialized them. Add comment for each field
887 initializer.
888 (mips_after_parse_args): Set them based on file_mips_soft_float
889 and file_mips_single_float.
890 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
891 `.set singlefloat' and `.set doublefloat'.
892 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
893 Handle single-float and soft-float instructions here.
894 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
895 (is_opcode_valid_16): New function.
896 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
897 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
898 M_S_DOB>: Remove special-casing of r4650.
899 * doc/c-mips.texi (-march=): Add Octeon.
900 (MIPS Opts): Document -msoft-float and -mhard-float. Document
901 -msingle-float and -mdouble-float.
902 (MIPS floating-point): New section. Document `.set softfloat' and
903 `.set hardfloat'. Document `.set singlefloat' and `.set
904 doublefloat'.
905
f04d18b7
DM
9062008-04-25 David S. Miller <[email protected]>
907
908 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
909 %asr aliases.
910
911 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
912 rather than occaisionally 'levels'. Consistently refer to Sun's
913 UNIX variant as SunOS, every version of Solaris is also SunOS.
914 Document new 'softint_clear' and 'softint_set' aliases. Clarify
915 which architecture versions support '%dcr', '%cq', and '%gl'. Add
916 section on 32-bit/64-bit opcode translations.
917
fe4fa32c
MF
9182008-04-23 Mike Frysinger <[email protected]>
919
920 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
921 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
922 (obj-fdpicelf.o): Define.
923 * Makefile.in: Regenerate.
924 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
925 (bfin-*-*): Delete.
926 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
927 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
928 * config/obj-fdpicelf.c: New.
929 * config/obj-fdpicelf.h: Likewise.
930 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
931 the OBJ_FDPIC_ELF define.
932 (OPTION_NOPIC): Define.
933 (md_longopts): Add mnopic and mno-fdpic.
934 (md_parse_option): Handle OPTION_NOPIC.
935
6194aaab
L
9362008-04-23 Paolo Bonzini <[email protected]>
937
938 * aclocal.m4: Regenerate.
939 * configure: Regenerate.
940
1a6b486f
DM
9412008-04-23 David S. Miller <[email protected]>
942
943 * config/tc-sparc.c (v9a_asr_table): Add missing
944 'stick' and 'stick_cmpr', and document ordering rules
945 of table.
946 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
947 BFD_RELOC_SPARC_PC10.
948 * doc/c-sparc.texi: New section on Sparc constants.
949 Add documentation for %stick and %stick_cmpr.
950
879d3736
NC
9512008-04-22 David S. Miller <[email protected]>
952
953 * config/obj-elf.c (obj_elf_section_type): Add prototype
954 before obj_elf_section_word and add 'warn' arg.
955 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
956 is matched, try checking for #SECTION_TYPE.
957 (obj_elf_section): Adjust for new args.
958 (obj_elf_type_name): New function.
959 (obj_elf_type): Call it, and accept STT_foo number strings
960 in .type statements as output by SunPRO compiler.
961
81f8a913
L
9622008-04-22 H.J. Lu <[email protected]>
963
964 * config/tc-i386.c (md_assemble): Don't check SSE instructions
965 if noavx is 0.
966
c15295d5
DM
9672008-04-18 David S. Miller <[email protected]>
968
969 * doc/c-sparc.texi: Add syntax section.
970
eff014d9
L
9712008-04-18 H.J. Lu <[email protected]>
972
973 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
974 REG and NDS for instructions with immediate operand.
975
dae39acc
L
9762008-04-18 H.J. Lu <[email protected]>
977
978 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
979 FMA.
980
739f7f82
DM
9812008-04-16 David S. Miller <[email protected]>
982
983 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
984 and relocation generation.
985 (tc_gen_reloc): Likewise.
986
52b5ca5b
AS
9872008-04-15 Andrew Stubbs <[email protected]>
988
989 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
990 relocations are properly aligned, and not negative.
991
a5f245b5
NC
9922008-04-15 Khem Raj <[email protected]>
993
994 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
995
19a6653c
AM
9962008-04-14 Edmar Wienskoski <[email protected]>
997
998 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
999 accept e500mc instructions.
1000 (md_show_usage): Document -me500mc.
1001
d5a35a55
NC
10022008-04-11 Nick Clifton <[email protected]>
1003
1004 * listing.c (print_timestamp): Use localtime rather than
1005 localtime_r since not all build environments provide the latter.
1006
daf50ae7
L
10072008-04-10 H.J. Lu <[email protected]>
1008
1009 * NEWS: Mention -msse-check=[none|error|warning].
1010
1011 * config/tc-i386.c (sse_check): New.
1012 (OPTION_MSSE_CHECK): Likewise.
1013 (md_assemble): Check SSE instructions if needed.
1014 (md_longopts): Add -msse-check.
1015 (md_parse_option): Handle OPTION_MSSE_CHECK.
1016 (md_show_usage): Show -msse-check=[none|error|warning].
1017
1018 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
1019
83f10cb2
NC
1020