* gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5c7a0b3e
AM
12012-09-11 Alan Modra <amodra@gmail.com>
2
3 * Makefile.am (bootstrap): Add $EXEEXT to dependency.
4 * Makefile.in: Regenerate.
5
00716ab1
AM
62012-09-10 Matthias Klose <doko@ubuntu.com>
7
8 * config.in: Disable sanity check for kfreebsd.
9
6d2920c8
L
102012-09-10 H.J. Lu <hongjiu.lu@intel.com>
11
12 * configure: Regenerated.
13
7078b409
AG
142012-09-07 Anthony Green <green@moxielogic.com>
15
16 * config/tc-moxie.c (md_pcrel_from): Branches are now relative
6d2920c8 17 to the address following the branch instruction.
7078b409 18
1dd53816
AK
192012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20
21 * config/tc-s390.c (set_highgprs_p): New variable.
22 (s390_machinemode): New function.
23 (md_pseudo_table): Add new pseudo command machinemode.
24 (md_parse_option): Set set_highgprs_p to TRUE if -mzarch was
25 specified on command line.
26 (s390_elf_final_processing): Set the highgprs flag in the ELF
27 header depending on set_highgprs_p.
28
29 * doc/c-s390.texi: Document new pseudo machinemode.
30
47527d7e
JL
312012-09-05 James Lemke <jwlemke@codesourcery.com>
32
33 * doc/c-ppc.texi: Document -mvle.
b4b783be 34 * doc/as.texinfo: Likewise.
47527d7e 35
b3e14eda
L
362012-09-04 Sergey A. Guriev <sergey.a.guriev@intel.com>
37
38 * config/tc-ia64.c (reg_symbol): Add a new register.
39 (indirect_reg): Ditto.
40 (pseudo_func): Add new symbolic constants.
41 (operand_match): Add new operand types recognition.
42 (operand_insn): Add new register recognition.
43 (md_begin): Add new register definition.
44 (specify_resource): Add new register recognition.
45
6c106515
HPN
462012-09-01 Hans-Peter Nilsson <hp@bitrange.com>
47
48 PR gas/14521
49 * config/tc-mmix.h (tc_frob_file_before_fix): Renumber sections
50 after call to mmix_frob_file.
51
b1929900
MR
522012-08-31 Maciej W. Rozycki <macro@codesourcery.com>
53
54 * doc/c-mips.texi (MIPS Opts): Correct a typo in the -mips5
55 option.
56
e5b95258
WL
572012-08-27 Walter Lee <walt@tilera.com>
58
59 * tc-tilegx.c (O_hw0_plt): Define operator.
60 (O_hw1_plt): Ditto.
61 (O_hw1_last_plt): Ditto.
62 (O_hw2_last_plt): Ditto.
63 (md_begin): Handle new operators.
64 (emit_tilegx_instruction): Ditto.
65 (md_apply_fix): Ditto.
66 * doc/c-tilegx.texi: Document new operators.
67
3c9017d2
MGD
682012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
69
70 * config/tc-arm.c (ARM_ENC_TAB): Add sha1h and sha2op entries.
71 (do_sha1h): New function.
72 (do_sha1su1): Likewise.
73 (do_sha256su0): Likewise.
74 (insns): Add 2 operand SHA instructions.
75
48adcd8e
MGD
762012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
77
78 * config/tc-arm.c (NEON_ENC_TAB): Add sha3op entry.
79 (do_crypto_3op_1): New function.
80 (do_sha1c): Likewise.
81 (do_sha1p): Likewise.
82 (do_sha1m): Likewise.
83 (do_sha1su0): Likewise.
84 (do_sha256h): Likewise.
85 (do_sha256h2): Likewise.
86 (do_sha256su1): Likewise.
87 (insns): Add SHA 3 operand instructions.
88
4f51b4bd
MGD
892012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
90
91 * config/tc-arm.c (neon_type_mask): Add P64 type.
92 (type_chk_of_el_type): Handle P64 type.
93 (el_type_of_type_chk): Likewise.
94 (do_neon_vmull): Handle VMULL.P64.
95
91ff7894
MGD
962012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
97
98 * config/tc-arm.c (NEON_ENC_TAB): Add aes entry.
99 (neon_type_mask): Add N_UNT.
100 (neon_check_type): Don't always decay typed to untyped sizes.
101 (do_crypto_2op_1): New function.
102 (do_aese): Likewise.
103 (do_aesd): Likewise.
104 (do_aesmc.8): Likewise.
105 (do_aesimc.8): Likewise.
106 (insns): Add AES instructions.
107
c70a8987
MGD
1082012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
109
110 * config/tc-arm.c (el_type_type_check): Add handling for 16-bit
111 floating point types.
112 (do_neon_cvttb_2): New function.
113 (do_neon_cvttb_1): Likewise.
114 (do_neon_cvtb): Refactor to use do_neon_cvttb_1.
115 (do_neon_cvtt): Likewise.
116
30bdf752
MGD
1172012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
118
119 * config/tc-arm.c (NEON_ENC_TAB): Add vrint entries.
120 (neon_cvt_mode): Add neon_cvt_mode_r.
121 (do_vrint_1): New function.
122 (do_vrint_x): Likewise.
123 (do_vrint_z): Likewise.
124 (do_vrint_r): Likewise.
125 (do_vrint_a): Likewise.
126 (do_vrint_n): Likewise.
127 (do_vrint_p): Likewise.
128 (do_vrint_m): Likewise.
129 (insns): Add VRINT instructions.
130
7e8e6784
MGD
1312012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
132
133 * config/tc-arm.c (NEON_ENC_TAB): Add vcvta entry.
134 (neon_cvt_mode): New enumeration.
135 (do_vfp_nsyn_cvt_fpv8): New function.
136 (do_neon_cvt_1): Add support for new conversions.
137 (do_neon_cvtr): Use neon_cvt_mode enumerator.
138 (do_neon_cvt): Likewise.
139 (do_neon_cvta): New function.
140 (do_neon_cvtn): Likewise.
141 (do_neon_cvtp): Likewise.
142 (do_neon_cvtm): Likewise.
143 (insns): Add new VCVT instructions.
144
6b9a8b67
MGD
1452012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm>
146
147 * config/tc-arm.c (CVT_FLAVOUR_VAR): New define.
148 (CVT_VAR): New helper define.
149 (neon_cvt_flavour): New enumeration, function renamed...
150 (get_neon_cvt_flavour): ...to this.
151 (do_vfp_nsyn_cvt): Update to use new neon_cvt_flavour.
152 (do_vfp_nsyn_cvtz): Likewise.
153 (do_neon_cvt_1): Likewise.
154
73924fbc
MGD
1552012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
156
157 * config/tc-arm.c (NEON_ENC_TAB): Add vmaxnm, vminnm entries.
158 (vfp_or_neon_is_neon_bits): Add NEON_CHECK_ARCH8 enumerator.
159 (vfp_or_neon_is_neon): Add check for SIMD for ARMv8.
160 (do_maxnm): New function.
161 (insns): Add vmaxnm, vminnm entries.
162
33399f07
MGD
1632012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
164
165 * config/tc-arm.c (NEON_ENC_TAB): Add entries for VSEL.
166 (NEON_ENC_FPV8_): New define.
167 (do_vfp_nsyn_fpv8): New function.
168 (do_vsel): Likewise.
169 (insns): Add VSEL instructions.
170
9eb6c0f1
MGD
1712012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
172
173 * config/tc-arm.c (do_rm_rn): New function.
174 (do_strlex): Likewise.
175 (do_t_strlex): Likewise.
176 (insns): Add support for LDRA/STRL instructions.
177
8884b720
MGD
1782012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
179
180 * config/tc-arm.c (do_t_bkpt_hlt1): New function.
181 (do_t_hlt): New function.
182 (do_t_bkpt): Use do_t_bkpt_hlt1.
183 (insns): Add HLT.
184
b79f7053
MGD
1852012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
186
187 * config/tc-arm.c (insns): Add DCPS instruction.
188
53c4b28b
MGD
1892012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
190
191 * config/tc-arm.c (T16_32_TAB): Add _sevl.
192 (insns): Add SEVL.
193
e797f7e0
MGD
1942012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
195
196 * config/tc-arm.c (asm_barrier_opt): Add arch field.
197 (mark_feature_used): New function.
198 (parse_barrier): Check specified option is valid for the
199 specified architecture.
200 (UL_BARRIER): New macro.
201 (barrier_opt_names): Update for new barrier options.
202
12e37cbc
MGD
2032012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
204
205 * config/tc-arm.c (do_setend): Warn on deprecated SETEND.
206 (do_t_setend): Likewise.
207
5a01bb1d
MGD
2082012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
209
210 * config/tc-arm.c (do_t_it): Fully initialise now_it.
211 (new_automatic_it_block): Likewise.
212 (handle_it_block): Record whether current instruction is
213 conditionally executed.
214 * config/tc-arm.c (depr_insn_mask): New structure.
215 (depr_it_insns): New variable.
216 (it_fsm_post_encode): Warn on deprecated uses.
217 * config/tc-arm.h (current_it): Add new fields.
218
dcbd0d71
MGD
2192012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
220
221 * config/tc-arm.c (deprecated_coproc_regs_s): New structure.
222 (deprecated_coproc_regs): New variable.
223 (deprecated_coproc_reg_count): Likewise.
224 (do_co_reg): Error on obsolete & warn on deprecated registers.
225
59d09be6
MGD
2262012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
227
228 * config/tc-arm.c (check_obsolete): New function.
229 (do_rd_rm_rn): Check swp{b} for obsoletion.
230
bca38921
MGD
2312012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
232
233 * config/tc-arm.h (arm_ext_v8): New variable.
234 (fpu_vfp_ext_armv8): Likewise.
235 (fpu_neon_ext_armv8): Likewise.
236 (fpu_crypto_ext_armv8): Likewise.
237 (arm_archs): Add armv8-a.
238 (arm_extensions): Add crypto, fp, and simd.
239 (arm_fpus): Add fp-armv8, neon-fp-armv8, crypto-neon-fp-armv8.
240 (cpu_arch_ver): Add support for ARMv8.
241 (aeabi_set_public_sttributes): Likewise.
242 * doc/c-arm.texi (ARM Options): Document new architecture and
243 extension options for ARMv8.
244
542385d9
L
2452012-08-20 H.J. Lu <hongjiu.lu@intel.com>
246
247 * doc/as.texinfo: Replace --n32 with --x32.
248
7b458c12
L
2492012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com>
250
251 * config/tc-i386.c (cpu_arch): Add CPU_BTVER1_FLAGS and
252 CPU_BTVER2_FLAGS.
253 (i386_align_code): Add case for PROCESSOR_BT.
254
255 * config/tc-i386.h (enum processor_type): Add PROCESSOR_BT.
256
257 * doc/c-i386.texi: Add -march={btver1, btver2} options.
258
f76bf5e0
L
2592012-08-14 H.J. Lu <hongjiu.lu@intel.com>
260
261 PR gas/14457
262 * config/tc-i386.c (i386_att_operand): Terminate register name
263 when reporting bad register.
264
c3330fbe
HPN
2652012-08-14 Hans-Peter Nilsson <hp@bitrange.com>
266
267 * config/tc-mmix.c (loc_asserts): New variable.
268 (mmix_greg_internal): Handle expressions not determinable at first
269 pass.
270 (s_loc): Ditto. Record expressions where the section isn't
271 determinable at the first pass, and assume they don't refer to
272 other sections.
273 (mmix_md_end): Verify that recorded LOC expressions weren't
274 to other sections, else emit error messages.
275
a06ea964
NC
2762012-08-13 Ian Bolton <ian.bolton@arm.com>
277 Laurent Desnogues <laurent.desnogues@arm.com>
278 Jim MacArthur <jim.macarthur@arm.com>
279 Marcus Shawcroft <marcus.shawcroft@arm.com>
280 Nigel Stephens <nigel.stephens@arm.com>
281 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
282 Richard Earnshaw <rearnsha@arm.com>
283 Sofiane Naci <sofiane.naci@arm.com>
284 Tejas Belagod <tejas.belagod@arm.com>
285 Yufeng Zhang <yufeng.zhang@arm.com>
286
287 * Makefile.am: Add AArch64.
288 * Makefile.in: Regenerate.
289 * config/tc-aarch64.c: New file.
290 * config/tc-aarch64.h: New file.
291 * configure.tgt: Add AArch64.
292 * doc/Makefile.am: Add AArch64.
293 * doc/Makefile.in: Regenerate.
294 * doc/all.texi: Add AArch64.
295 * doc/as.texinfo: Add AArch64.
296 * doc/c-aarch64.texi: New file.
297 * po/POTFILES.in: Regenerate.
298 * NEWS: Mention the new support.
299
35d0a169
MR
3002012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
301
302 * config/tc-mips.c (NO_ISA_COP, COP_INSN): Remove macros.
303 (is_opcode_valid): Remove coprocessor instruction exclusions.
304 Replace OPCODE_IS_MEMBER with opcode_is_member.
305 (is_opcode_valid_16): Replace OPCODE_IS_MEMBER with
306 opcode_is_member.
307 (macro): Remove coprocessor instruction exclusions.
308
a276b80c
MR
3092012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
310
311 * config/tc-mips.c (s_cpload, s_cpsetup): Fail if MIPS16 mode.
312 (s_cplocal, s_cprestore, s_cpreturn): Likewise.
313
848930b2
JB
3142012-08-07 Jan Beulich <jbeulich@suse.com>
315
316 * config/tc-i386-intel.c (build_modrm_byte): Split determining
317 default segment from figuring out encoding. Honor RegRex for
318 the former.
319
7bab8ab5
JB
3202012-08-07 Jan Beulich <jbeulich@suse.com>
321
322 * config/tc-i386.c (set_check): Renamed from set_sse_check.
323 Generalize to also handle operand checking option.
324 (enum i386_error): New enumerator 'invalid_vector_register_set'.
325 (match_template): Handle it.
326 (enum check_kind): Give it a tag. Drop sse_ prefixes from
327 enumerators.
328 (operand_check): New.
329 (md_pseudo_table): Add "operand_check".
330 (check_VecOperands): Don't special case RIP addressing. Check
331 that vSIB operands use distinct vector registers unless no
332 checking was requested.
333 (OPTION_MOPERAND_CHECK): New.
334 (md_parse_option): Handle it.
335 (OPTION_MAVXSCALAR, OPTION_X32): Adjust.
336 (md_longopts): Add "moperand-check".
337 (md_show_usage): Add help text for it.
338
4c692bc7
JB
3392012-08-07 Jan Beulich <jbeulich@suse.com>
340
341 * config/tc-i386.c (register_number): New function.
342 (build_vex_prefix, process_immext, process_operands,
343 build_modrm_byte, i386_index_check): Use it.
344
a988325c
NC
3452012-08-07 Daniel Green <venix1@gmail.com>
346
347 * config/tc-i386.c (lex_got): Provide implementation for PE
348 format.
349
464ab0e5
MR
3502012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
351
352 * config/tc-mips.c (append_insn): Also handle moving delay-slot
353 instruction across frags for fixed branches.
354
3db8daf3
MR
3552012-08-03 Maciej W. Rozycki <macro@codesourcery.com>
356
357 * frags.c (frag_grow): Never shrink the obstack size requested
358 below the default.
359
03d46c0e
SK
3602012-08-02 Sean Keys <skeys@ipdatasys.com>
361
362 * config/tc-m68hc11.c (s_m68hc11_parse_pseudo_instruction):
363 New function to parse pseudo ops that are unreleated to
364 existing pseudo ops.
365
711eefe4
SL
3662012-08-01 Catherine Moore <clm@codesourcery.com>
367 Sandra Loosemore <sandra@codesourcery.com>
368
369 * config/mips/tc-mips.c (mips_cpu_info): Add the 34kn.
370 * doc/c-mips.texi (MIPS Opts): Document it.
371
8fbf7334
JL
3722012-08-01 James Lemke <jwlemke@codesourcery.com>
373
4e47244d 374 * dwarf2dbg.c (out_set_addr): Allow for non-constant value of
8fbf7334 375 DWARF2_LINE_MIN_INSN_LENGTH
4e47244d 376 * config/tc-ppc.c (ppc_dwarf2_line_min_insn_length): Declare
8fbf7334
JL
377 and initialize.
378 (md_apply_fix): Branch addr can be a multiple of 2 or 4.
4e47244d 379 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): Now a
8fbf7334
JL
380 variable reference.
381
03f66e8a 3822012-07-31 Maciej W. Rozycki <macro@codesourcery.com>
4e47244d
L
383 Chao-Ying Fu <fu@mips.com>
384 Catherine Moore <clm@codesourcery.com>
03f66e8a 385
7a2d09cc
MR
386 * config/tc-mips.c (ISA_SUPPORTS_DSP_ASE): Also set if microMIPS
387 mode.
388 (ISA_SUPPORTS_DSPR2_ASE): Likewise.
389 (macro_build) <'2'>: Handle microMIPS.
03f66e8a
MR
390 (macro) <M_BALIGN>: Update error handling.
391 (validate_micromips_insn) <'2', '3', '4', '5', '6'>: New cases.
392 <'7', '8', '0', '@', '^'>: Likewise.
393 (mips_ip) <'2', '3', '4', '5', '6', '7', '8'>: Handle microMIPS.
394 <'9'>: Fix formatting.
395 <'0', '@'>: Handle microMIPS.
396 <'^'>: New case.
397
4a2608e3
JB
3982012-07-31 Jan Beulich <jbeulich@suse.com>
399
400 * config/tc-i386.c (match_template): Adjust error message
401 for 'bad_imm4' case.
402
5a819eb9
JB
4032012-07-31 Jan Beulich <jbeulich@suse.com>
404
405 * config/tc-i386.c (check_byte_reg): Check for I/O port
406 register earlier, and just once. Drop diagnostic that got
407 issued only for some registers.
408
5614d22c
JB
4092012-07-31 Jan Beulich <jbeulich@suse.com>
410
411 * config/tc-i386.c (match_template): New local variable
412 'specific_error'. Set it from i.error after failed
413 check_VecOperands or VEX_check_operands. Use it if set in
414 preference to i.error when actually issuing disagnostic.
415
a6dc81d2
NC
4162012-07-30 Nick Clifton <nickc@redhat.com>
417
418 * po/gas.pot: Updated template.
419 * po/es.po: Updated Spanish translation.
420 * po/fi.po: Updated Finnish translation.
421 * po/fr.po: Updated French translation.
422
c4dd807e
MF
4232012-07-27 Mike Frysinger <vapier@gentoo.org>
424
425 * configure.in (BFD_VERSION): Run bfd/configure --version and
426 parse the output of that.
427 * configure: Regenerate.
428
af18cb59
TG
4292012-07-27 Tristan Gingold <gingold@adacore.com>
430
431 * NEWS: Add marker for 2.23.
432
204d254e
SK
4332012-07-27 James Murray <jsm@jsm-net.demon.co.uk>
434
435 * config/tc-m68hc11.c: Replace binary with hex for cygwin.
436
c71bb85d
SB
4372012-07-26 Segher Boessenkool <segher@kernel.crashing.org>
438
439 * listing.c (struct list_message): New.
440 (struct list_info_struct): Delete "message". Add "messages"
441 and "last_message".
442 (listing_message): Adjust.
443 (listing_newline): Adjust.
444 (print_lines): Adjust.
445
9e2934f7
JB
4462012-07-24 Jan Beulich <jbeulich@suse.com>
447
448 * config/tc-i386-intel.c (i386_intel_simplify_register): Handle
449 xmm/ymm index register being specified first as well as esp/rsp
450 base register being specified last in a memory operand.
451
8280f326
JB
4522012-07-24 Jan Beulich <jbeulich@suse.com>
453
454 * config/tc-i386-intel.c (i386_intel_simplify_register):
455 Replace literal 4 by corresponding ESP_REG_NUM.
456
5e73442d
SL
4572012-07-24 Sandra Loosemore <sandra@codesourcery.com>
458 Jie Zhang <jzhang918@gmail.com>
459
460 * config/tc-arm.c (md_apply_fix): Use encoding A2 of ADR
461 if offset is negative.
462
e2e1fcde
L
4632012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
464
465 * config/tc-i386.c: Add ADX, RDSEED and PRFCHW asm directives.
466 * doc/c-i386.texi: Document the new directives.
467
6b0d957e 4682012-07-05 Sean Keys <skeys@ipdatasys.com>
4e47244d
L
469
470 * config/tc-xgate.c: Revised assembler so that operands
471 are collected before the addressing mode is determined.
6b0d957e 472
586ec8c1
NC
4732012-07-02 Nick Clifton <nickc@redhat.com>
474
475 * write.c (fixup_segment): Only perform the subtraction of an
476 fx_subsy symbol if MD_APPLY_SYM_VALUE allows it and the symbol is
477 properly defined.
478 * config/tc-msp430.h (MD_APPLY_SYM_VALUE): Define.
479
e95a6b1c
AM
4802012-06-30 Alan Modra <amodra@gmail.com>
481
482 PR gas/14315
483 * config/obj-elf.c (obj_elf_weak): Don't set local.
484
08ea7020
AM
4852012-06-30 Johan Olmutz Nielsen <jnielsen@ddci.com>
486
487 * frags.h (frag_offset_fixed_p): Update prototype.
488 * frags.c (frag_offset_fixed_p): Change type of "offset" to offsetT.
489 * expr.c (expr, resolve_expression): Likewise for frag_off var.
490
99aad254
NC
4912012-06-29 Nick Clifton <nickc@redhat.com>
492
493 PR gas/14263
494 * config/tc-arm.c (parse_operands): Initialise val.
495
2b2f5df9
NC
4962012-06-28 Nick Clifton <nickc@redhat.com>
497
498 PR gas/14260
499 * config/tc-arm.c (encode_arm_addr_mode_common): Generate an error
500 message if literal pool addressing is used.
501
453dc3f0
NC
5022012-06-28 Nick Clifton <nickc@redhat.com>
503
504 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using
505 linker relaxation.
506 (dwarf2_gen_line_info): Generate real, local, labels for line
507 numbers.
508 (dwarf2dbg_convert_frag): Do not finalize the computation of the
509 frag's symbol value when linker relaxation is enabled.
510 (ADDR_DELTA_LIMIT): Define.
511 (size_fixed_inc_line_addr): Use ADDR_DELTA_LIMIT.
512 (emit_fixed_inc_line_addr): Likewise.
513 * write.c (fixup_segment): If the subtraction of two symbols
514 cannot be resolved but is valid, then prevent bogus range warnings
515 by pre-biasing add_number.
516 * config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0.
517
6b0d957e
SK
5182012-06-28 Sean Keys <skeys@ipdatasys.com>
519
4e47244d
L
520 * config/tc-xgate.h: Defined tc_frob_symbol.
521 * config/tc-xgate.c (xgate_frob_symbol): Wrote new function to mark
522 symbols as being XGATE by setting st_target_internal value.
6b0d957e 523
29c048b6
RM
5242012-06-22 Roland McGrath <mcgrathr@google.com>
525
fe13e45b
RM
526 * NEWS: Mention 'rep ret' too.
527
29c048b6
RM
528 * config/tc-i386.c (parse_insn): Don't complain about REP prefix
529 when the template has opcode_modifier.repprefixok set.
530 * NEWS: Mention the change.
531
a574142b
AM
5322012-06-18 Iain Sandoe <iain@codesourcery.com>
533
534 * configure.in: Check DECLS for free, getenv, malloc, realloc,
535 * configure: Regenerate.
536 * config.in: Likewise.
537
357d1bd8
L
5382012-06-13 H.J. Lu <hongjiu.lu@intel.com>
539
540 * config/tc-i386.c (x86_address_bytes): New.
541 * config/tc-i386.h (TC_ADDRESS_BYTES): Likewise.
542 (x86_address_bytes): Likewise.
543
1a43faaf
NC
5442012-06-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
545
546 PR gas/12698
547 * config/tc-arm.c (do_t_mrs): Do not require an m-profile
548 architecure when assembling for all archiectures.
549 (do_t_msr): Likewise.
550
e4efb665
NC
5512012-06-11 Georg-Johann Lay <avr@gjlay.de>
552
553 PR 13503
554 * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
555 from 2012-05-16.
556
d2ae702c
L
5572012-06-09 H.J. Lu <hongjiu.lu@intel.com>
558
559 * input-scrub.c (input_scrub_include_sb): Use sb_build to
560 allocate sufficient space for from_sb. Use sb_terminate to
561 terminate string.
562 * read.c (read_a_source_file): Use sb_build to allocate
563 sufficient space and replace sb_add_string with sb_add_buffer.
564 (s_macro): Likewise.
565 (input_scrub_insert_line): Likewise.
566 (s_irp): Use sb_build to allocate sufficient space.
567 (do_repeat): Use sb_build to allocate sufficient space
568 for many.
569 * sb.c (sb_build): Remove static.
570 * sb.h (sb_build): New prototype.
571
5197bfb5
AM
5722012-06-09 Alan Modra <amodra@gmail.com>
573
574 * sb.c: Include limits.h.
575 (dsize): Delete.
576 (MALLOC_OVERHEAD, INIT_ALLOC): Define.
577 (sb_new): Use INIT_ALLOC.
578 (sb_check): Modify allocation strategy using MALLOC_OVERHEAD.
579 (sb_terminate): Don't use sb_add_char.
580
39a45edc
AM
5812012-06-07 Alan Modra <amodra@gmail.com>
582
583 PR gas/14201
584 * sb.h (sb_max_power_two): Delete.
585 (struct sb): Delete "item" and "pot". Make "len" a size_t. Add "max".
586 (sb_element): Delete.
587 (sb_add_char, sb_add_buffer, sb_skip_comma, sb_skip_write): Update
588 prototypes.
589 * sb.c (string_count, free_list): Delete.
590 (sb_build, sb_kill, sb_check): Rewrite.
591 (scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
592 sb_skip_white, sb_skip_comma): Replace assorted int params,
593 vars and return types with size_t.
594 * input-scrub.c: Likewise.
595 * macro.c: Likewise.
596 * macro.h: Likewise.
597 * as.c: Likewise.
598 * as.h: Likewise.
599 * input-file.h: Likewise.
600 * input-file.c: Likewise.
601 * read.c: Likewise.
602 * app.c: ..or ptrdiff_t.
603 * input-file.c (input_file_get): Use ferror.
604 (input_file_give_next_buffer): Use input_file_get.
605
6b0d957e
SK
6062012-05-31 Sean Keys <skeys@ipdatasys.com>
607
4e47244d 608 * config/tc-xgate.c (md_begin): Refactored code.
6b0d957e 609
d416e51d
RM
6102012-05-29 Roland McGrath <mcgrathr@google.com>
611
612 * read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.
613 (read_a_source_file) [HANDLE_BUNDLE]: Reset it.
614 [HANDLE_BUNDLE] (s_bundle_lock, s_bundle_unlock): Allow nested
615 pairs.
616
7bfd842d
NC
6172012-05-28 Nick Clifton <nickc@redhat.com>
618
619 * read.c (read_symbol_name): New function. Reads a symbol names.
620 Allows escape codes in names.
621 (s_comm_internal): Use read_symbol_name.
622 (s_globl, s_lsym, s_set, s_weakref): Likewise.
623 * doc/as.texinfo: Document support for multibyte characters in
624 symbol names.
625
95bfe26e
MF
6262012-05-21 Mike Frysinger <vapier@gentoo.org>
627
628 * config/tc-mips.c (mips_after_parse_args): Assert that arch_info
629 is non-NULL.
630
59365e19
AM
6312012-05-19 Alan Modra <amodra@gmail.com>
632
633 * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACES
634 targets when checking for "comdat".
635
f3719d90
AM
6362012-05-19 Alan Modra <amodra@gmail.com>
637
638 * config/tc-dlx.c (s_proc): Don't use asprintf.
639
74cda0c4
AM
6402012-05-18 Alan Modra <amodra@gmail.com>
641
642 * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintf
643 return value.
644
d6ed37ed
AM
6452012-05-18 James Lemke <jwlemke@codesourcery.com>
646 Alan Modra <amodra@gmail.com>
647
648 * config/tc-ppc.c: Don't capitalise error and warning messages.
649 (md_parse_option): Add checks for -a32 -mvle.
650
222661cb
AM
6512012-05-18 Alan Modra <amodra@gmail.com>
652
653 * config/obj-evax.c: Include as.h first.
654
f2c621e4
AS
6552012-05-18 Andreas Schwab <schwab@linux-m68k.org>
656
657 * aclocal.m4: Regenerate.
658 * configure: Regenerate.
659 * Makefile.in: Regenerate.
660
df7b86aa
NC
6612012-05-17 Daniel Richard G. <skunk@iskunk.org>
662 Nick Clifton <nickc@redhat.com>
663
664 PR 14072
665 * configure.in: Add check that sysdep.h has been included before
666 any system header files.
667 * configure: Regenerate.
668 * config.in: Regenerate.
669 * aclocal.m4: Regenerate.
670 * Makefile.am: Use wrappers around C files generated by flex.
671 * Makefile.in: Regenerate.
672 * doc/Makefile.in: Regenerate.
673 * itbl-lex-wrapper.c: New file.
674 * config/bfin-lex-wrapper.c: New file.
675 * cgen.c: Include as.h before setjmp.h.
676 * config/tc-dlx.c: Include as.h before any other header.
677 * config/tc-h8300.c: Likewise.
678 * config/tc-lm32.c: Likewise.
679 * config/tc-mep.c: Likewise.
680 * config/tc-microblaze.c: Likewise.
681 * config/tc-mmix.c: Likewise.
682 * config/tc-msp430.c: Likewise.
683 * config/tc-or32.c: Likewise.
684 * config/tc-tic4x.c: Likewise.
685 * config/tc-tic54x.c: Likewise.
686 * config/tc-xtensa.c: Likewise.
687
a0f49396
NC
6882012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
689
690 * config/tc-alpha.c (maybe_set_gp): Pass proper `bfd'
691 as the first argument for `bfd_get_section_vma'.
692
536695d0
NC
6932012-05-16 Alberto Garcia <agarcia@igalia.com>
694
695 PR gas/14082
696 * app.c (do_scrub_chars): Prevent possible out of bounds access to
697 lex[] array.
698
40551fb8
NC
6992012-05-16 Georg-Johann Lay <avr@gjlay.de>
700
701 PR target/13503
702 * config/tc-avr.c (avr_cons_fix_new): Rename R_AVR_8_HHI8 to
703 R_AVR_8_HLO8.
704 (exp_mod_data) Ditto. And replace "hhi8" with "hlo8".
705 (md_apply_fix): Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.
706
c1c30076
NS
7072012-05-16 Nathan Sidwell <nathan@codesourcery.com>
708 Kwok Cheung Yeung <kcy@codesourcery.com>
709
710 * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,
711 51qm variants.
712
6927f982
NC
7132012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
714
715 * config/tc-m68hc11.c: Add S12X and XGATE co-processor support.
716 Add option to offset S12 addresses into XGATE memory space.
717 Tweak target flags to match other tools. (i.e. -m m68hc11).
718 * doc/as.texinfo: Mention new options.
719 * doc/c-m68hc11.texi: Document new options.
720 * NEWS: Mention new support.
721
0e25bcb4
DD
7222012-05-14 DJ Delorie <dj@redhat.com>
723
918edac3
DD
724 * config/rx-parse.y (rx_range): declare.
725 (O1,O2,O3,O4): Add calls to rx_range.
726 (UO1,UO2,UO3): Likewise.
727 (IMM2,IMMB): Likewise.
728 (rx_range): New.
729
0e25bcb4
DD
730 * config/tc-rx.c (rx_fetchalign): Declare.
731 (md_pseudo_table): Add .fetchalign.
732 (RX_NBASE_FETCHALIGN): New.
733 (fetchalign_bytes): New.
734 (rx_fetchalign): New.
735 (rx_frag_init): If a "magic" value is found, also init the
736 machine-specific data.
737 (md_assemble): Note following opcode size if called for.
738 (rx_next_opcode): New.
739 (rx_relax_frag): Support .fetchalign.
740 (md_convert_frag): Likewise.
741 * doc/c-rx.texi (RX-Directives): Add .fetchalign.
742
b9c361e0
JL
7432012-05-14 James Lemke <jwlemke@codesourcery.com>
744
745 * config/tc-ppc.c (insn_validate): New func of existing code to call..
746 (ppc_setup_opcodes): ..from 2 places here.
747 Revise for second (VLE) opcode table.
748 Add #ifdef'd code to print opcode tables.
749
7502012-05-14 James Lemke <jwlemke@codesourcery.com>
751
752 * config/tc-ppc.c (ppc_setup_opcodes): Allow out-of-order
753 for the VLE conditional branches.
754
7552012-05-14 Catherine Moore <clm@codesourcery.com>
756 Maciej W. Rozycki <macro@codesourcery.com>
757 Rhonda Wittels <rhonda@codesourcery.com>
758
759 * config/tc-ppc.c (PPC_VLE_SPLIT16A): New macro.
760 (PPC_VLE_SPLIT16D): New macro.
761 (PPC_VLE_LO16A): New macro.
762 (PPC_VLE_LO16D): New macro.
763 (PPC_VLE_HI16A): New macro.
764 (PPC_VLE_HI16D): New macro.
765 (PPC_VLE_HA16A): New macro.
766 (PPC_VLE_HA16D): New macro.
767 (PPC_APUINFO_VLE): New definition.
768 (md_chars_to_number): New function.
769 (md_parse_option): Check for combinations of little
770 endian and -mvle.
771 (md_show_usage): Document -mvle.
772 (ppc_arch): Recognize VLE.
773 (ppc_mach): Recognize bfd_mach_ppc_vle.
6927f982 774 (ppc_setup_opcodes): Print the opcode table if
b9c361e0
JL
775 * config/tc-ppc.h (ppc_frag_check): Declare.
776 * doc/c-ppc.texi: Document -mvle.
777 * NEWS: Mention PowerPC VLE port.
778
7792012-05-14 Catherine Moore <clm@codesourcery.com>
780
781 * config/tc-ppc.h (ppc_dw2_line_min_insn_length): Declare.
782 (DWARF2_LINE_MIN_INSN_LENGTH): Redefine.
783 * config/tc-ppc.c (ppc_dw2_line_min_insn_length): New.
784 * dwarf2dbg.c (scale_addr_delta): Handle values of 1
6927f982 785 for DWARF2_LINE_MIN_INSN_LENGTH.
b9c361e0 786
56e63005
L
7872012-05-12 H.J. Lu <hongjiu.lu@intel.com>
788
789 * config/tc-i386.c (tc_gen_reloc): Remove x32 addend overflow
790 for BFD_RELOC_64.
791
208a4923
NC
7922012-05-11 Daniel Richard G. <skunk@iskunk.org>
793
794 PR binutils/14028
795 * configure.in: Invoke ACX_HEADER_STRING.
796 * configure: Regenerate.
797 * config.in: Regenerate.
798 * as.h: If STRINGS_WITH_STRING is defined then include both
799 string.h and strings.h.
800
99700d6f
NC
8012012-05-11 Georg-Johann Lay <avr@gjlay.de
802
803 PR target/13503
804 * config/tc-avr.c (exp_mod_pm): Remove variable.
805 (exp_mod_data_t): New typedef.
806 (pexp_mod_data, exp_mod_data): New variables.
807 (avr_parse_cons_expression): Scan through exp_mod_data[] to find
808 data expression modifiers "pm", "gs", "lo8", hi8", "hhi8", "hh8"
809 and set pexp_mod_data accordingly to be used in avr_cons_fix_new.
810 (avr_cons_fix_new): Handle new data expression modifiers shipped
811 in pexp_mod_data.
812 (md_apply_fix): Handle BFD_RELOC_AVR_8_LO, BFD_RELOC_AVR_8_HI,
813 BFD_RELOC_AVR_8_HHI.
814
268a8d3a
L
8152012-05-10 H.J. Lu <hongjiu.lu@intel.com>
816
817 * config/tc-i386.c (tc_gen_reloc): Use bfd_signed_vma in x32
818 addend overflow check.
819
6f2c9068
L
8202012-05-10 H.J. Lu <hongjiu.lu@intel.com>
821
822 * config/tc-i386.c (tc_gen_reloc): Display signed hex number in
823 x32 addend overflow check.
824
83acd3e8
L
8252012-05-09 H.J. Lu <hongjiu.lu@intel.com>
826
827 * config/tc-i386.c (tc_gen_reloc): Use fits_in_signed_long.
828
8cf0d2dd
L
8292012-05-09 H.J. Lu <hongjiu.lu@intel.com>
830
831 * config/tc-i386.c (tc_gen_reloc): Check x32 addend overflow
832 for BFD_RELOC_64.
833
e5b62927
AM
8342012-05-08 Alan Modra <amodra@gmail.com>
835
836 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
837 LC and LANG environment vars.
838 * Makefile.in: Regenerate.
839
cce3d66c
AM
8402012-05-07 Alan Modra <amodra@gmail.com>
841
842 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
843 * Makefile.in: Regenerate.
844
25045f79
AM
8452012-05-06 Arnold Metselaar <arnold_m@operamail.com>
846
847 * config/tc-z80.h(md_register_arithmetic): Define as 0.
cce3d66c
AM
848 * config/tc-z80.c(md_begin): Store register names in symbol table,
849 preventing usage as ordinary symbol.
25045f79
AM
850 * config/tc-z80.c(contains_register): New function.
851 * config/tc-z80.c(parse_exp2): Removed.
852 * config/tc-z80.c(parse_exp_not_indexed): New function.
cce3d66c
AM
853 * config/tc-z80.c(parse_exp): Add code to recogize indexed
854 addressing after parsing.
25045f79 855 * config/tc-z80.c(emit_byte, emit_word): Use contains_register.
cce3d66c
AM
856 * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify
857 condition for jump to register.
858 * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use
859 parse_exp_not_indexed.
25045f79 860
45dfa85a
AM
8612012-05-05 Alan Modra <amodra@gmail.com>
862
863 * ecoff.c: Replace all uses of bfd_abs_section, bfd_com_section,
864 bfd_und_section and bfd_ind_section with their _ptr variants, or
865 use corresponding bfd_is_* macros.
866 * symbols.c: Likewise.
867 * config/obj-aout.c: Likewise.
868 * config/obj-coff-seh.h: Likewise.
869 * config/tc-hppa.c: Likewise.
870 * config/tc-hppa.h: Likewise.
871 * config/tc-ia64.c: Likewise.
872 * config/tc-m32r.c: Likewise.
873 * config/tc-microblaze.c: Likewise.
874 * config/tc-mips.c: Likewise.
875 * config/tc-score.c: Likewise.
876 * config/tc-score7.c: Likewise.
877 * config/tc-tic6x.c: Likewise.
878
3c995545
L
8792012-05-04 H.J. Lu <hongjiu.lu@intel.com>
880
881 * configure.tgt: Support x86_64-*-linux-gnux32.
882
35262a23
L
8832012-05-04 H.J. Lu <hongjiu.lu@intel.com>
884
885 * config/tc-i386.c (match_template): Add `instruction' to
886 unsupported error message.
887
89e71f5c
L
8882012-05-04 H.J. Lu <hongjiu.lu@intel.com>
889
890 * config/tc-i386.c (output_insn): Reformat.
891
ae5c1c7b
L
8922012-05-04 H.J. Lu <hongjiu.lu@intel.com>
893
894 * config/tc-i386.c (output_insn): Remove the extra VEX check.
895
10efe3f6
L
8962012-05-04 H.J. Lu <hongjiu.lu@intel.com>
897
898 * config/tc-i386.c (match_template): Improve unsupported error
899 message.
900
f6c1a2d5
NC
9012012-05-03 Sean Keys <skeys@ipdatasys.com>
902
903 * configure, Makefile.in: Regenerate.
904 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
905 * configure.tgt: Added cpu type.
906 Added files for XGATE assembler.
907 * config/tc-xgate.c: Assembler for XGATE.
908 * config/tc-xgate.h: Header definition for assembler
909 Added files for XGATE testsuite.
910 * doc/Makefile.am (CPU_DOCS): Added XGATE file.
911 * doc/c-xgate.texi: Document XGATE and XGATE port.
912 * doc/as.texinfo: Ditto.
913 * doc/all.texi: Ditto
914 * NEWS: Mention the new support.
915
cad335c9
DD
9162012-04-30 DJ Delorie <dj@redhat.com>
917
918 * config/rx-parse.y (rx_intop): Add parameter for operation size.
919 Check for large positive constants really being small negative
920 ones.
921 (BRA, BSR): Update calls to rx_intop.
922 (immediate): Likewise.
923
88ebb0a1
MW
9242012-04-26 Mark Wielaard <mjw@redhat.com>
925
926 * dwarf2dbg.c (DWARF2_ARANGES_VERSION): New define to 2.
927 (DWARF2_LINE_VERSION): Likewise.
928 (out_debug_line): Use DWARF2_LINE_VERSION not DWARF2_VERSION.
929 (out_debug_aranges): Use DWARF2_ARANGES_VERSION not DWARF2_VERSION.
930 (out_debug_abbrev): Use DW_FORM_data for DW_AT_high_pc when
931 DWARF2_VERSION >= 4.
932 (out_debug_info): Use difference between start and end as data
933 value for DW_AT_high_pc when DWARF2_VERSION >= 4.
934 * config/tc-ia64.h (DWARF2_LINE_VERSION): Override it.
935
ec668d69
DM
9362012-04-27 David S. Miller <davem@davemloft.net>
937
2755f698
DM
938 * doc/c-sparc.text: Document %l34 and %h34.
939
2e52845b
DM
940 * config/tc-sparc.c (v9a_asr_table): Add 'cfr'.
941
58004e23
DM
942 * config/tc-sparc.c (sparc_arch_table): Add HWCAP_PAUSE to sparc4,
943 v8pluse, v8plusv, v9e, and v9v.
944 (v9a_asr_table): Add 'pause'.
945
698544e1
DM
946 * config/tc-sparc.c (sparc_arch_table): Add HWCAP_CBCOND to
947 sparc4, v8pluse, v8plusv, v9e, and v9v.
948 (sparc_ip): Handle R_SPARC_5 of immediate constants inline in
949 order to accomodate cbcond which otherwise would require two
950 relocations to be handled in a single instruction..
951
6cda1326
DM
952 * config/tc-sparc.c (sparc_ip): Likewise. Accept instruction
953 names containing "_".
954 (sparc_arch_table): Add sparc4, v8pluse, and v9e. Add crypto
955 hwcap masks to v8plusv and v9v.
956
ec668d69
DM
957 * config/tc-sparc.c (sparc_arch_table): Rework to use HWCAP_*
958 masks.
959 (sparc_md_end): No longer need to translate hwcap_seen values into
960 ELF hwcap bits, they now match exactly.
961 (get_hwcap_name): Use HWCAP_* and handle new values.
962 (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
963
2b0bc501
TG
9642012-04-20 Tristan Gingold <gingold@adacore.com>
965
966 * config/tc-ia64.c (obj_elf_vms_common): New function.
967 (md_pseudo_table): Add .vms_common pseudo.
968 * config/obj-elf.h (obj_elf_section_name): Add a prototype.
969 * config/obj-elf.c (obj_elf_section_name): Make it public.
970
0b649256
RS
9712012-04-17 Richard Sandiford <r.sandiford@uk.ibm.com>
972
973 * config/tc-avr.c (md_apply_fix): Fix handling of BFD_RELOC32.
974
2615994e
DM
9752012-04-12 David S. Miller <davem@davemloft.net>
976
977 * config/tc-sparc.c (sparc_ip): Handle '=', "%h34", "%l34", and
978 BFD_RELOC_SPARC_H34.
979 (md_apply_fix): Handle BFD_RELOC_SPARC_WDISP10 and BFD_RELOC_SPARC_H34.
980 (tc_gen_reloc): Likewise.
981
b38cadfb
NC
9822012-04-12 Roland McGrath <mcgrathr@google.com>
983
984 * configure.tgt (arm-*-nacl*): Match it.
985 * config/te-nacl.h (FPU_DEFAULT, EABI_DEFAULT): Define.
986 (LOCAL_LABELS_DOLLAR): Define.
987 * config/tc-arm.c (elf32_arm_target_format) [TE_NACL]:
988 Use nacl format variants.
989
6530b175 9902012-04-12 Jie Zhang <jie@codesourcery.com>
4e47244d 991 Meador Inge <meadori@codesourcery.com>
6530b175
NC
992
993 * config/tc-arm.c (only_one_reg_in_list): New function.
994 (encode_ldmstm): Ditto.
995 (do_ldmstm): Use a different encoding when pushing or poping
996 a single register.
997 (A_COND_MASK): New macro.
998 (A_PUSH_POP_OP_MASK): Ditto.
999 (A1_OPCODE_PUSH): Ditto.
1000 (A2_OPCODE_PUSH): Ditto.
1001 (A2_OPCODE_POP): Ditto.
1002
45e279f5
MR
10032012-04-06 Maciej W. Rozycki <macro@linux-mips.org>
1004
1005 * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
1006 -mno-fix-24k.
1007
58797674
RM
10082012-04-06 Roland McGrath <mcgrathr@google.com>
1009
1010 * configure.in (AC_CHECK_HEADERS): Add locale.h.
1011 * config.in: Regenerate.
1012 * configure: Regenerate.
1013
44350750
NC
10142012-04-05 Nick Clifton <nickc@redhat.com>
1015
1016 * configure.in (AC_CHECK_FUNCS): Add setlocale.
1017 (AM_LC_MESSAGES): Add.
1018 * aclocal.m4: Regenerate.
1019 * config.in: Regenerate.
1020 * configure: Regenerate.
1021
e91a22ce
DD
10222012-04-03 DJ Delorie <dj@redhat.com>
1023
1024 * config/rx-parse.y: Make the .L optional for ADC and SBB.
1025
b1c0804b
DD
10262012-04-02 DJ Delorie <dj@redhat.com>
1027
1028 * config/rx-parse.y: IMM->IMM_, take an extra parameter for the
1029 transfer size.
1030 (IMM): New, call IMM_ with the default 32.
1031 (IMMW,IMMB): Likewise, for 16 and 8.
1032 (NIMM, MBIMM): Add size parameter.
1033 (immediate): Likewise. Allow 32768..65535 for 16-bit transfers.
1034 (MOV.W): Use IMMW instead of IMM.
1035
1036 * config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
1037 (op_dp20_rm_l): New.
1038 (op_dp20_rim_l): New.
1039
1040 * config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
1041 (ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).
1042
ce32bd10
MGD
10432012-03-29 Terry Guo <terry.guo@arm.com>
1044
1045 * config/tc-arm.c (arm_cpus): Add cortex-m0plus.
1046 * doc/c-arm.texi (ARM Options): Document -mcpu=cortex-m0plus.
1047
55a36193
MK
10482012-03-23 Maxim Kuvyrkov <maxim@codesourcery.com>
1049
1050 * config/tc-mips.c (mips_cpu_info_table): Add entry for Broadcom XLP.
1051 * doc/c-mips.texi: Mention XLP.
1052
32b9ff0d
TS
10532012-03-21 Thomas Schwinge <thomas@codesourcery.com>
1054
1055 [SH] Support the .uaquad and .8byte directives also for non-sh64
1056 configurations.
1057
1058 * config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
1059 BFD_RELOC_64.
1060 * doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
1061 description...
1062 * doc/c-sh.texi (SH Machine Directives): ... here.
1063
7465e07a
NC
10642012-03-20 Nick Clifton <nickc@redhat.com>
1065
1066 * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP system
1067 registers.
1068 (do_vmsr): Likewise.
1069 (arm_opcode_insns): Do not default to using the FPSCR register in
1070 the VMRS and VMSR registers.
1071
8059fb19
RM
10722012-03-16 Roland McGrath <mcgrathr@google.com>
1073
1074 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT32, ELF_TARGET_FORMAT64):
1075 Define for this case.
1076 * configure.tgt (i386-*-nacl*): If ${cpu} is x86_64*, default to x32.
1077
69239280
MGD
10782012-03-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1079
1080 * config/tc-arm.c (aeabi_set_public_attributes): Correct
1081 handling of Tag_DIV_use.
1082
27dcf5c0
TS
10832012-03-15 Thomas Schwinge <thomas@codesourcery.com>
1084
1085 * doc/as.texinfo (Bundle directives): Fix typo.
1086
ec82c18e
L
10872012-03-14 Ryan Mansfield <rmansfield@qnx.com>
1088
1089 * doc/as.texinfo (Bundle directives): Replace @defn with @dfn.
1090
8d3eaee6 10912012-03-13 Roland McGrath <mcgrathr@google.com>
fa94de6b
RM
1092
1093 * config/tc-arm.c (arm_frag_max_var): New function.
1094 * config/tc-arm.h: Declare it.
1095 (md_frag_max_var): New macro.
1096
1097 * config/tc-i386.c (i386_frag_max_var): New function.
1098 * config/tc-i386.h: Declare it.
1099 (md_frag_max_var): New macro.
1100
1101 * doc/as.texinfo (Bundle directives): New node.
1102 (Pseudo Ops): Add it to the menu.
1103 * NEWS: Mention new feature.
1104 * read.c [md_frag_max_var] (HANDLE_BUNDLE): New macro.
1105 [HANDLE_BUNDLE] (bundle_align_p2): New variable.
1106 [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.
1107 [HANDLE_BUNDLE] (start_bundle, pending_bundle_size, finish_bundle):
1108 New functions.
1109 (assemble_one): New function if [HANDLE_BUNDLE], #define directly
1110 to md_assembly if not.
1111 (read_a_source_file): Call assemble_one in place of md_assemble.
1112 (read_a_source_file) [HANDLE_BUNDLE]: Check for unterminated
1113 .bundle_lock at end of processing.
1114 [HANDLE_BUNDLE] (s_bundle_align_mode, s_bundle_lock, s_bundle_unlock):
1115 New functions.
1116 [HANDLE_BUNDLE] (potable): Add their entries.
1117 * read.h: Declare new functions.
1118
aea77599
AM
11192012-03-10 Edmar Wienskoski <edmar@freescale.com>
1120
1121 * config/tc-ppc.c (md_show_usage): Document -me5500 and -me6500.
1122 (ppc_handle_align): Add termination nop opcode for e500mc family.
1123 * doc/as.texinfo: Document options -me5500 and -me6500.
1124 * doc/c-ppc.texi: Likewise.
1125
0a22ae8e
NC
11262012-03-07 Nick Clifton <nickc@redhat.com>
1127
1128 * config/tc-mn10300.c (other_registers): Add SSP and USP.
1129 (md_assemble): Add support for TLS relocs.
1130 (mn10300_parse_name): Likewise.
1131
805e800d
AM
11322012-02-27 Alan Modra <amodra@gmail.com>
1133
1134 * config/tc-crx.c (check_range): Correct uint32_t misconceptions.
1135
b9fcee79
AM
11362012-02-27 Alan Modra <amodra@gmail.com>
1137
1138 * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED on
1139 params. Properly generate NOP pattern. Comment reason for
1140 subseg_text_p failure.
1141
35a35807
AM
11422012-02-27 Alan Modra <amodra@gmail.com>
1143
1144 * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits
1145 and sign extend before range tests.
1146 (constant_fits_size_p): Similarly.
1147 (get_specific): Trim X_add_number to 32 bits.
1148 (fix_operand_size): Likewise, and use unsigned test for signed
1149 ranges.
1150
1f42f8b3
AM
11512012-02-27 Alan Modra <amodra@gmail.com>
1152
1153 * config/tc-crx.c: Include bfd_stdint.h.
1154 (getconstant): Remove irrelevant comment. Don't fail due to
1155 sign-extension of int mask.
1156 (check_range): Rewrite using unsigned arithmetic throughout.
1157
481fe810
WL
11582012-02-25 Walter Lee <walt@tilera.com>
1159
1160 * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
1161 non-local before checking sy_value.
1162 * tc-tilegx.c (emit_tilegx_instruction): Ditto.
1163
6f7be959
WL
11642012-02-25 Walter Lee <walt@tilera.com>
1165
1166 * tc-tilepro.c (O_tls_le): Define operator.
1167 (O_tls_le_lo16): Ditto.
1168 (O_tls_le_hi16): Ditto.
1169 (O_tls_le_ha16): Ditto.
1170 (O_tls_gd_call): Ditto.
1171 (O_tls_gd_add): Ditto.
1172 (O_tls_ie_load): Ditto.
1173 (md_begin): Delete old operators; handle new operators.
1174 (emit_tilepro_instruction): Ditto.
1175 (md_apply_fix): Ditto.
1176 * tc-tilegx.c (O_hw1_got): Delete operator.
1177 (O_hw2_got): Ditto.
1178 (O_hw3_got): Ditto.
1179 (O_hw2_last_got): Ditto.
1180 (O_hw1_tls_gd): Ditto.
1181 (O_hw2_tls_gd): Ditto.
1182 (O_hw3_tls_gd): Ditto.
1183 (O_hw2_last_tls_gd): Ditto.
1184 (O_hw1_tls_ie): Ditto.
1185 (O_hw2_tls_ie): Ditto.
1186 (O_hw3_tls_ie): Ditto.
1187 (O_hw2_last_tls_ie): Ditto.
1188 (O_hw0_tls_le): Define operator.
1189 (O_hw0_last_tls_le): Ditto.
1190 (O_hw1_last_tls_le): Ditto.
1191 (O_tls_gd_call): Ditto.
1192 (O_tls_gd_add): Ditto.
1193 (O_tls_ie_load): Ditto.
1194 (O_tls_add): Ditto.
1195 (md_begin): Delete old operators; handle new operators.
1196 (emit_tilegx_instruction): Ditto.
1197 (md_apply_fix): Ditto.
1198 * doc/c-tilegx.texi: Delete old operators; document new operators.
1199 * doc/c-tilepro.texi: Ditto.
1200
82590249
WL
12012012-02-25 Walter Lee <walt@tilera.com>
1202
5414dbef
WL
1203 * tc-tilepro.c (apply_special_operator): delete cases for
1204 got and tls operators.
1205 (md_apply_fix): Ditto.
fb6cedde
WL
1206 * tc-tilegx.c (md_begin): Set architecture and machine.
1207 (tilegx_target_format): Handle big endian.
1208 (OPTION_EB): Define.
1209 (OPTION_EL): Define.
1210 (md_longopts): Add entries for "EB" and "EL".
1211 (md_parse_option): Handle OPTION_EB and OPTION_EL.
1212 (md_show_usage): Add -EB and -EL.
1213 (md_number_to_chars): New.
5414dbef
WL
1214 (apply_special_operator): delete cases for got and tls
1215 operators.
1216 (md_apply_fix): Ditto.
fb6cedde
WL
1217 * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
1218 ifndef.
1219 (md_number_to_chars): Delete.
1220 * configure.tgt (tilegx*be): Handle.
1221 * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
1222 * doc/c-tilegx.texi: Ditto.
82590249 1223
82c2def5
L
12242012-02-21 H.J. Lu <hongjiu.lu@intel.com>
1225
1226 * config/tc-i386.c (check_hle): Use HLEPrefixNone, HLEPrefixLock,
1227 HLEPrefixAny and HLEPrefixRelease.
1228
1bf10b0d
NC
12292012-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1230
1231 * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
1232
16a87420
IS
12332012-02-21 Iain Sandoe <idsandoe@googlemail.com>
1234
1235 * write.c (write_object_file): Add md_pre_output_hook.
1236 * config/obj-macho.c (obj_mach_o_check_before_writing): New.
1237 (obj_mach_o_pre_output_hook): New.
1238 * config/obj-macho.h (md_pre_output_hook): Define.
1239 (obj_mach_o_pre_output_hook): Declare.
1240
cdaa5616
IS
12412012-02-21 Tristan Gingold <gingold@adacore.com>
1242
1243 * config/tc-i386.h (OBJ_MACH_O): New section.
1244 (TC_FORCE_RELOCATION): Use obj_mach_o_force_reloc.
1245 (TC_FORCE_RELOCATION_SUB_SAME): New
1246 (TC_FORCE_RELOCATION_SUB_LOCAL): New.
1247 (TC_VALIDATE_FIX_SUB): New.
1248 * frags.h (struct frag): OBJ_FRAG_TYPE, new field.
1249 * symbols.c (colon): obj_frob_colon: New hook.
1250 * write.c (write_object_file): md_pre_relax_hook, new
1251 hook.
1252 * config/obj-macho.c (obj_mach_o_frob_colon): New.
1253 (obj_mach_o_frob_label): Record sub-section labels.
1254 (obj_mach_o_frob_symbol): Rename from obj_macho_frob_symbol.
1255 (obj_mach_o_set_subsections): New.
1256 (obj_mach_o_pre_relax_hook): New.
1257 (obj_mach_o_in_different_subsection): New.
1258 (obj_mach_o_force_reloc_sub_same): New.
1259 (obj_mach_o_force_reloc_sub_local): New.
1260 (obj_mach_o_force_reloc): New.
1261 * config/obj-macho.h (OBJ_SYMFIELD_TYPE): New.
1262 (obj_frob_colon): New Define.
1263 (obj_mach_o_frob_label): Renamed.
1264 (obj_mach_o_frob_symbol): Renamed.
1265 (OBJ_FRAG_TYPE): New.
1266 (obj_mach_o_in_different_subsection, obj_mach_o_force_reloc,
1267 obj_mach_o_force_reloc_sub_same,
1268 obj_mach_o_force_reloc_sub_local): New declarations.
1269
854ac8ba
IS
12702012-02-20 Iain Sandoe <idsandoe@googlemail.com>
1271
1272 * config/obj-macho.c (obj_mach_o_is_frame_section): New.
1273 (obj_mach_o_allow_local_subtract): New.
1274 * config/obj-macho.h (md_allow_local_subtract): Define.
1275 (obj_mach_o_allow_local_subtract): Declare.
1276
a5759139
IS
12772012-02-20 Iain Sandoe <idsandoe@googlemail.com>
1278
1279 * config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of
1280 canonical information, try to determine CODE and DEBUG section flags
1281 from the mach-o section data.
1282
9ad45734
NC
12832012-02-20 Nick Clifton <nickc@redhat.com>
1284
1285 * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
1286 local symbols.
1287
8e43fc02
IS
12882012-02-12 Iain Sandoe <idsandoe@googlemail.com>
1289
1290 * config/obj-macho.c (obj_mach_o_indirect_symbol): Force promotion of
1291 any local symbol used as an indirect.
1292
fb4914b0
IS
12932012-02-10 Iain Sandoe <idsandoe@googlemail.com>
1294
1295 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Always fill in
1296 stub size when provided. (obj_mach_o_section): Flag that stub-size
1297 has been provided.
1298
42164a71
L
12992012-02-08 H.J. Lu <hongjiu.lu@intel.com>
1300
1301 * config/tc-i386.c (HLE_PREFIX): New.
1302 (check_hle): Likewise.
1303 (_i386_insn): Add have_hle.
1304 (cpu_arch): Add .hle and .rtm.
1305 (md_assemble): Call check_hle if i.have_hle isn't zero.
1306 (parse_insn): Set i.have_hle to 1 for HLE prefix.
1307 (output_jump): Support up to 2 byte opcode.
1308
1309 * doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
1310
facf03f2
TG
13112012-02-02 Tristan Gingold <gingold@adacore.com>
1312
1313 * config/obj-macho.c (obj_mach_o_zerofill): Silent
1314 uninitialized variable warning.
1315
f6616a06
NC
13162012-02-02 Nick Clifton <nickc@redhat.com>
1317
1318 PR gas/13224
1319 * config/obj-elf.c (obj_elf_parse_section_letters): Rename 'clone'
1320 to 'is_clone' to avoid shadowing a gloabl.
1321 (obj_elf_section): Likewise.
1322
bac03263 13232012-01-31 Paul Brook <paul@codesourcery.com>
f6616a06 1324
bac03263
PB
1325 * doc/c-tic6x.c: Fix typo.
1326
f8819316
NC
13272012-01-26 Alexey Makhalov <makhaloff@gmail.com>
1328
1329 PR gas/13624
1330 * app.c (app_push): Set 'add_newlines' to zero after saving.
1331
21abe33a
DD
13322012-01-24 DJ Delorie <dj@redhat.com>
1333
1334 * config/rl78-parse.y (NOT1): Add.
1335
8d63c93e
RM
13362012-01-23 Roland McGrath <mcgrathr@google.com>
1337
1338 * configure.tgt (i386-*-nacl*): Match it.
1339 * config/te-nacl.h: New file.
1340 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case.
1341 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
1342 Use TE_GNU et al case for TE_NACL too.
1343
a501d77e
L
13442012-01-20 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
1347 disp_encoding.
1348 (md_assemble): Updated.
1349 (output_branch): Likewise.
1350 (parse_insn): Support .d8 suffix.
1351 (build_modrm_byte): Fake zero displacement for .d8 and .d32
1352 suffixes.
1353
1354 * doc/c-i386.texi: Document .d8 suffix.
1355
032fbb7a
AM
13562012-01-17 Andrew Burgess <aburgess@broadcom.com>
1357
1358 * write.c (fix_new_internal): Don't mark used parameter as unused.
1359
576477a6
AM
13602012-01-17 Alan Modra <amodra@gmail.com>
1361
1362 * as.c (parse_args): Update copyright message year.
1363
8729a6f6
L
13642012-01-13 H.J. Lu <hongjiu.lu@intel.com>
1365
1366 * config/tc-i386.c (cpu_arch): Add ".vmfunc".
1367
1368 * doc/c-i386.texi: Document vmfunc.
1369
34dd18bc
IS
13702012-01-13 Tristan Gingold <gingold@adacore.com>
1371
1372 * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
1373 * config/obj-macho.h (SET_SECTION_RELOCS): Define.
1374 (obj_mach_o_reorder_section_relocs): Declare.
1375
687be931
IS
13762012-01-13 Iain Sandoe <idsandoe@googlemail.com>
1377
1378 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
1379 absolute indirect symbols.
1380
c3402d20
IS
13812012-01-13 Iain Sandoe <idsandoe@googlemail.com>
1382
1383 * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
1384 (obj_mach_o_set_section_vma): New.
1385 (obj_mach_o_post_relax_hook): New.
1386 * config/obj-macho.h (md_post_relax_hook): Define.
1387 (obj_mach_o_post_relax_hook): Declare.
1388
50d10658
IS
13892012-01-12 Iain Sandoe <idsandoe@googlemail.com>
1390
1391 * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
1392 lazy when the symbol is private_extern.
1393 (obj_mach_o_indirect_sym): New type.
1394 (obj_mach_o_indirect_symbol): New.
1395 (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
1396 (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
1397 (obj_macho_frob_label): Likewise. Adjust external and comm
1398 symbol tests.
1399 (obj_mach_o_set_indirect_symbols): New.
1400 (obj_mach_o_frob_file_after_relocs): New.
1401 *config/obj-macho.h (obj_frob_file_after_relocs): Define.
1402 (obj_mach_o_frob_file_after_relocs): Declare.
1403
0a4734dc
TG
14042012-01-12 Tristan Gingold <gingold@adacore.com>
1405
1406 PR gas/13591
1407 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
1408
158184ac
TG
14092012-01-10 Tristan Gingold <gingold@adacore.com>
1410
1411 * struc-symbol.h (struct symbol_flags): New struct, created from...
1412 (struct symbol): ... this one. Add sy_flags field, remove flag fields.
1413 (struct local_symbol): Replace lsy_marker field by lsy_flags.
1414 Adjust comment.
1415 (local_symbol_resolved_p): Adjust.
1416 (local_symbol_mark_resolved): Likewise.
1417 * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
1418 (local_symbol_make, local_symbol_convert, colon)
1419 (symbol_clone_if_forward_ref, verify_symbol_chain)
1420 (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
1421 (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
1422 (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
1423 (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
1424 (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
1425 (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
1426 (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
1427 (symbol_mark_mri_common, symbol_clear_mri_common)
1428 (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
1429 (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
1430 (symbol_equated_reloc_p, dot_symbol_init)
1431 (print_symbol_value_1): Adjust.
1432
b22161d6
IS
14332012-01-09 Iain Sandoe <idsandoe@googlemail.com>
1434
1435 * config/obj-macho.c (obj_mach_o_weak): Remove.
1436 (obj_mach_o_common_parse): Set symbol qualifiers.
1437 (LAZY, REFE): New macros.
1438 (obj_mach_o_symbol_type): New enum.
1439 (obj_mach_o_set_symbol_qualifier): New.
1440 (obj_mach_o_sym_qual): New.
1441 (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
1442 a dummy function.
1443 (obj_mach_o_type_for_symbol): New.
1444 (obj_macho_frob_label): New.
1445 (obj_macho_frob_symbol): New.
1446 * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
1447 (obj_frob_label, obj_macho_frob_label): Declare.
1448 (obj_frob_symbol, obj_macho_frob_symbol): Declare.
1449
de64cffd
RS
14502012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
1451
1452 * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
1453
462427c4
RS
14542012-01-08 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1455 Richard Sandiford <rdsandiford@googlemail.com>
1456
1457 * config/tc-mips.c (mips_move_labels): Take the list of labels and
1458 textness as parameters.
1459 (mips_move_text_labels): New function.
1460 (append_insn): Use it instead of mips_move_labels.
1461 (mips_emit_delays, start_noreorder): Likewise.
1462 (mips_align): Take the labels rather than just one label.
1463 Move all labels to after the .align.
1464 (s_align): Change the last argument to mips_align.
1465 (s_cons): Likewise.
1466 (s_float_cons): Likewise.
1467 (s_gpword): Likewise.
1468 (s_gpdword): Likewise.
1469
d382c579
TG
14702012-01-06 Tristan Gingold <gingold@adacore.com>
1471
1472 * config/tc-i386.c: Update copyright year.
1473 (lex_got): Also defined for Mach-O.
1474 Add a guard for non-ELF configuration.
1475 (md_longopts): Also handle -64 for Mach-O.
1476 (md_parse_option): Likewise.
1477 (i386_target_format): Adjust for x86_64-darwin.
1478
8cf6e084
IS
14792012-01-04 Iain Sandoe <idsandoe@googlemail.com>
1480
1481 * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
1482 (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
1483 (obj_mach_o_make_or_get_sect): Likewise.
1484 (obj_mach_o_section): Split out the functionality shared with zerofill.
1485 (obj_mach_o_zerofill): New.
1486 (obj_mach_o_common_parse): Ensure whitespace is skipped.
1487 (mach_o_pseudo_table): Add .zerofill.
1488
68588f95
IS
14892012-01-03 Iain Sandoe <idsandoe@googlemail.com>
1490
1491 * config/obj-macho.c (obj_macho_process_stab): New.
1492 * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
1493 (obj_macho_process_stab): Declare.
1494
23e1d329 1495For older changes see ChangeLog-2011
08d56133
NC
1496\f
1497Local Variables:
1498mode: change-log
1499left-margin: 8
1500fill-column: 74
1501version-control: never
1502End:
This page took 0.723001 seconds and 4 git commands to generate.