[ARM] Fix 32-bit host build failure.
[external/binutils.git] / gas / ChangeLog
1 2014-07-15  Jiong Wang  <jiong.wang@arm.com>
2
3         * config/tc-arm.c (add_to_lit_pool): Use "inst.operands[1].imm" for
4         sign extension.  Casting the type of imm1 and imm2 to offsetT.  Fix
5         one logic error when checking X_op.
6
7 2014-07-14  Andreas Schwab  <schwab@linux-m68k.org>
8
9         * config/tc-m68k.c (md_convert_frag_1): Don't complain with
10         --pcrel about TAB (DBCCLBR, LONG) conversion.
11
12 2014-07-12  David Majnemer  <david.majnemer@gmail.com>
13
14         * read.c (assign_symbol): Don't force "set" symbols local for PE.
15
16 2014-07-08  Jiong Wang  <jiong.wang@arm.com>
17
18         * config/tc-arm.c (literal_pool): New field "alignment".
19         (find_or_make_literal_pool): Initialize "alignment" to 2.
20         (s_ltorg): Align the pool using value of "alignment"
21         (parse_big_immediate): New parameter "in_exp". Return
22         parsed expression if "in_exp" is not null.
23         (parse_address_main): Invoke "parse_big_immediate" for
24         constant parameter.
25         (add_to_lit_pool): Add one parameter 'nbytes'.
26         Split 8 byte entry into two 4 byte entry.
27         Add padding to align 8 byte entry to 8 byte boundary.
28         (encode_arm_cp_address): Generate literal pool entry if possible.
29         (move_or_literal_pool): Generate entry for vldr case.
30         (enum lit_type): New enum type.
31         (do_ldst): Use new enum type.
32         (do_ldstv4): Likewise.
33         (do_t_ldst): Likewise.
34         (neon_write_immbits): Support Thumb-2 mode.
35
36 2014-07-07  Barney Stratford  <barney_stratford@fastmail.fm>
37
38         * config/tc-avr.c (avr_operand): Permit referring to r26-r31 by
39         name as [xyz][hl].  Permit using a symbol whoes name begins with
40         â€˜r’ to refer to a register.
41         Allow arbitrary expressions for the P and p operators.
42         (md_apply_fix): Check the BFD_RELOC_AVR_PORT5 and
43         BFD_RELOC_AVR_PORT6 relocations.
44
45 2014-07-04  Alan Modra  <amodra@gmail.com>
46
47         * doc/internals.texi: Update "configure.in" comments.
48         * acinclude.m4: Likewise.
49         * config/tc-sparc.c: Likewise.
50
51 2014-07-04  Alan Modra  <amodra@gmail.com>
52
53         * configure.ac: Rename from configure.in.
54         * Makefile.in: Regenerate.
55         * config.in: Regenerate.
56         * doc/Makefile.in: Regenerate.
57
58 2014-07-04  Alan Modra  <amodra@gmail.com>
59
60         * doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete.
61         * doc/Makefile.in: Regenerate.
62
63 2014-07-04  Alan Modra  <amodra@gmail.com>
64
65         * configure.in: Include bfd/version.m4.
66         (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
67         (BFD_VERSION): Delete.
68         * configure.com: Get bfd version from bfd/version.m4.
69         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
70         * configure: Regenerate.
71         * Makefile.in: Regenerate.
72         * doc/Makefile.in: Regenerate.
73
74 2014-07-01  Barney Stratford   <barney_stratford@fastmail.fm>
75             Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
76             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
77             Soundararajan  <Sounderarajan.D@atmel.com>
78
79         * config/tc-avr.c (mcu_types): Add avrtiny arch.
80         Add avrtiny arch devices attiny4, attiny5, attiny9, attiny10, attiny20
81         and attiny40.
82         (md_show_usage): Add avrtiny arch in usage message.
83         (avr_operand): validate and issue error for invalid register for
84         avrtiny.
85         add new reloc exp for 16 bit lds/sts instruction.
86         (md_apply_fix): check 16 bit lds/sts operand for out of range and
87         encode.
88         (md_assemble): check ISA for arch and issue diagnostic.
89         * NEWS: Mention new support.
90         * doc/c-avr.texi: Document support for avrtiny architecture.
91
92 2014-06-27  Alan Modra  <amodra@gmail.com>
93
94         * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Don't set
95         SYM_MACHO_FIELDS_NOT_VALIDATED after reporting an error.
96         (obj_mach_o_frob_label): Avoid cascading errors.
97         (obj_mach_o_frob_symbol): Don't set SYM_MACHO_FIELDS_NOT_VALIDATED.
98
99 2014-06-18  DJ Delorie  <dj@redhat.com>
100
101         * config/rx-parse.y (BSET, BCLR, BTST, BNOT, BMCMD): Make .B
102         suffix optional.
103
104 2014-06-17  Hans-Peter Nilsson  <hp@bitrange.com>
105
106         * config/tc-mmix.c (loc_assert_s): New member frag.
107         (s_loc): Set it.
108         (mmix_md_end): If an error is reported for a LOC expression, patch
109         up the related frag.
110
111 2014-06-17  Chris Metcalf  <cmetcalf@tilera.com>
112
113         PR gas/16908
114         * macro.c (buffer_and_nest): Honour #line directives inside
115         macros.
116
117 2014-06-17 Jiong Wang <jiong.wang@arm.com>
118
119         * config/tc-arm.c (depr_it_insns): New check for inc/dec sp.
120
121 2014-06-17  Hans-Peter Nilsson  <hp@axis.com>
122
123         * config/tc-cris.c (cris_bad): New function.
124         (cris_process_instruction): Where applicable, use it instead of
125         as_bad.
126
127 2014-06-16  Nick Clifton  <nickc@redhat.com>
128
129         * config/tc-aarch64.c (md_apply_fix): Ignore unused relocs.
130
131 2014-06-16  Jiong Wang  <jiong.wang@arm.com>
132
133         * config/tc-aarch64.c (END_OF_INSN): New macro.
134         (parse_operands): Handle operand given and in wrong format when
135         operand is optional.
136
137 2014-06-16  Alan Modra  <amodra@gmail.com>
138
139         * write.h (subsegs_finish): Delete declaration.
140         * write.c (subsegs_finish): Make static.
141         (write_object_file): Call subsegs_finish from here.  Don't print
142         warning and error count here..
143         * as.c (main): ..do so here instead.  Remove dead code for "no
144         object file generated".  Split out count strings to better support
145         internationalisation.  Don't call subsegs_finish. Tidy setting of
146         "keep_it".  Run write_object_file even after errors.
147         (keep_it): Make static.
148         * config/obj-elf.c (elf_frob_symbol): Remove assert.
149         (elf_frob_file_before_adjust): Likewise.
150
151 2014-06-16  Alan Modra  <amodra@gmail.com>
152
153         * config/tc-dlx.c (machine_ip): Move initialisation of the_insn
154         earlier.
155
156 2014-06-16  Alan Modra  <amodra@gmail.com>
157
158         * config/tc-i386.c (reloc): Don't avoid pcrel check for
159         BFD_RELOC_SIZE64.  Return NO_RELOC on failing pcrel check.
160
161 2014-06-16  Alan Modra  <amodra@gmail.com>
162
163         * config/tc-tic6x.c (s_tic6x_ehtype): Clear after frag_more.
164         (tic6x_output_exidx_entry): Likewise.
165         (md_apply_fix): Simplify 1 byte md_number_to_chars.
166
167 2014-06-16  Alan Modra  <amodra@gmail.com>
168
169         * config/tc-tic54x.c (tic54x_mlib): Don't write garbage past
170         end of archive to temp file.
171         (tic54x_start_line_hook): Start scan for parallel on next line,
172         not one char into next line (which may overrun the buffer).
173
174 2014-06-16  Alan Modra  <amodra@gmail.com>
175
176         * config/tc-vax.c (md_apply_fix): Rewrite.
177         (tc_gen_reloc, vax_cons, vax_cons_fix_new): Style: Use NO_RELOC
178         define rather than the equivalent BFD_RELOC_NONE.
179
180 2014-06-16  Alan Modra  <amodra@gmail.com>
181
182         * config/tc-arm.c (s_arm_elf_cons): Initialise after frag_more.
183         (md_apply_fix): Delete now unnecessary zeroing for BFD_RELOC_ARM_GOT*
184         and BFD_RELOC_ARM_TLS* relocs.  Simplify BFD_RELOC_8 case.
185
186 2014-06-16  Alan Modra  <amodra@gmail.com>
187
188         * config/tc-cris.c (md_create_long_jump): Follow "short" jump
189         with a nop rather than leaving uninitialised.
190
191 2014-06-13  Chen Gang  <gang.chen.5i5j@gmail.com>
192
193         * config/tc-score7.c: Replace sprintf with strcpy where
194         appropriate.
195         (s7_b32_relax_to_b16): Use symbol_get_frag() to access a symbol's
196         frag.
197         * config/tc-score.c (s3_relax_branch_inst16): Likewise.
198         (s3_relax_cmpbranch_inst32): Likewise.
199
200 2014-06-07  Alan Modra  <amodra@gmail.com>
201
202         * config/tc-ppc.c (ppc_insert_operand): Handle PPC_OPERAND_SIGNOPT
203         on unsigned fields.  Comment on PPC_OPERAND_SIGNOPT signed fields
204         in 64-bit mode.
205
206 2014-06-02  Martin Storsjo  <martin@martin.st>
207
208         * doc/c-aarch64.texi: Fix the documentation on :pg_hi21:.
209
210 2014-06-05  Joel Brobecker  <brobecker@adacore.com>
211
212         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
213         bfd's development.sh.
214         * Makefile.in, configure: Regenerate.
215
216 2014-06-03  Nick Clifton  <nickc@redhat.com>
217
218         * config/tc-msp430.c (OPTION_WARN_INTR_NOPS): Use y instead of z.
219         (OPTION_NO_WARN_INTR_NOPS): Use Y instead of Z.
220         * doc/c-msp430.texi: Update command line option description.
221
222 2014-05-22  Alan Modra  <amodra@gmail.com>
223
224         * listing.c (listing_warning, listing_error): Add space after colon.
225         * messages.c (as_warn_internal, as_bad_internal): Use the same
226         string as above.
227
228 2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
229
230         * config/tc-mips.c (file_mips_opts_checked): New static global.
231         (s_module): New static function.
232         (file_ase): Remove.
233         (mips_pseudo_table): Add .module handler.
234         (mips_set_ase): Add opts argument and use instead of mips_opts.
235         (md_assemble): Use file_mips_check_options.
236         (md_parse_option): Update to use file_mips_opts instead of mips_opts.
237         (mips_set_architecture): Delete function.  Moved to...
238         (mips_after_parse_args): Here.  All logic now applies to
239         file_mips_opts first and then copies the final state to mips_opts.
240         Move error checking and defaults inference to mips_check_options and
241         file_mips_check_options.
242         (mips_check_options): New static function.  Common option checking for
243         command line, .module and .set.  Use .module values in error messages
244         instead of refering to command line options.
245         (file_mips_check_options): New static function.  A wrapper for
246         mips_check_options with file_mips_opts.  Updates BFD arch based on
247         final options.
248         (s_mipsset): Split into s_mipsset and parse_code_option.  Settings
249         supported by both .set and .module are moved to parse_code_option.
250         Warnings and errors are kept in s_mipsset because when
251         parse_code_option is used with s_module the warnings are deferred
252         until code is generated.  Any setting supporting 'default' value is
253         kept in s_mipsset as it is not applicable to s_module. Inferred
254         settings are also kept in s_mipsset as s_module does not infer any
255         settings.  Use mips_check_options.
256         (parse_code_option): New static function derived from s_mipsset.
257         (s_module): New static function that implements .module.  Allows file
258         level settings to be changed until code is generated.
259         (s_cpload, s_cpsetup, s_cplocal): Use file_mips_check_options.
260         (s_cprestore, s_cpreturn, s_cpadd, mips_address_bytes): Likewise.
261         (mips_elf_final_processing): Update file_ase to file_mips_opts.ase.
262         (md_mips_end): Use file_mips_check_options.
263         * doc/c-mips.texi: Document .module.
264
265 2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
266
267         * messages.c (as_warn_internal): Remove extra whitespace from
268         warning messages.
269
270 2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
271
272         * config/tc-mips.c (FP64_ASES): Add ASE_MSA.
273         (mips_after_parse_args): Do not select ASE_MSA without -mfp64.
274
275 2014-05-20  Mike Stump  <mikestump@comcast.net>
276
277         * messages.c (as_warn_internal): Ensure we don't interleave output
278         within a single line when make -j is used.
279         (as_bad_internal): Likewise.
280
281 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
282
283         * config/obj-elf.h (obj_elf_seen_attribute): Declare.
284         * config/obj-elf.c (recorded_attribute_info): New structure.
285         (recorded_attributes): New variable.
286         (record_attribute, obj_elf_seen_attribute): New functions.
287         (obj_elf_vendor_attribute): Record which attributes have been seen.
288
289 2014-05-20  Nick Clifton  <nickc@redhat.com>
290
291         * config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter.
292         Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
293         (msp430_srcoperand): Store vshift value in operand.
294
295 2014-05-19  Nick Clifton  <nickc@redhat.com>
296
297         PR gas/16858
298         * config/tc-i386.c (md_apply_fix): Improve the detection of code
299         symbols for 32-bit PE targets.
300
301 2014-05-18  Richard Sandiford  <rdsandiford@googlemail.com>
302
303         * config/tc-mips.c (md_obj_begin): Delete.
304         (md_obj_end): Fold into...
305         (md_mips_end): ...here.  Move to end of file.
306
307 2014-05-17  Nick Clifton  <nickc@redhat.com>
308
309         PR gas/16946
310         * config/tc-v850.c (handle_ctoff): Generate an error if called
311         when using the RH850 ABI.
312
313 2014-05-16  Kaushik Phata  <Kaushik.Phatak@kpit.com>
314
315         * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
316         and OPTION_64BIT_DOUBLES.
317         (md_longopts): Add -m32bit-doubles and -m64bit-doubles.
318         (md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
319         (md_show_usage): Show all of the RL78 options.
320         (rl78_float_cons): New static functions.
321         (md_pseudo_table): Update handler for "double".
322         * doc/c-rl78.texi: Document new options.
323         * doc/as.texinfo: Likewise.
324
325 2014-05-13  Matthew Fortune  <matthew.fortune@imgtec.com>
326
327         * config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
328         (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
329         (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
330         (GPR_SIZE, FPR_SIZE): New macros. Use throughout.
331
332 2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
333
334         * config/tc-mips.c (md_parse_option): Update missed file_mips_isa
335         references.
336
337 2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
338
339         * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
340         Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
341         (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
342         file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
343         one struct...
344         (file_mips_opts): Here. New static global. Update throughout.
345         (mips_opts): Update defaults for gp32 and fp.
346
347 2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
348
349         * config/tc-mips.c (streq): Define.
350         (mips_convert_symbolic_attribute): New function.
351         * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
352         (mips_convert_symbolic_attribute): New prototype.
353
354 2014-05-02  Max Filippov  <jcmvbkbc@gmail.com>
355
356         * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
357         fixups as signed.
358
359 2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
360
361         * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
362         and mips64r5.
363         (ISA_HAS_64BIT_FPRS): Likewise.
364         (ISA_HAS_ROR): Likewise.
365         (ISA_HAS_ODD_SINGLE_FPR): Likewise.
366         (ISA_HAS_MXHC1): Likewise.
367         (hilo_interlocks): Likewise.
368         (md_longopts): Likewise.
369         (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
370         (ISA_HAS_DROR): Likewise.
371         (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
372         OPTION_MIPS64R5.
373         (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
374         mips64r5.
375         (md_parse_option): Likewise.
376         (s_mipsset): Likewise.
377         (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
378         and mips64r5.  Also change p5600 entry to be mips32r5.
379         * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
380         mips64r5.
381         * configure: Regenerate.
382         * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
383         -mips64r5 command line options.
384         * doc/as.texinfo: Likewise.
385
386 2014-04-28  Nick Clifton  <nickc@redhat.com>
387
388         PR gas/16858
389         * config/tc-i386.c (md_apply_fix): Do not adjust value of
390         pc-relative fixes against weak symbols.
391
392 2014-04-26  Alan Modra  <amodra@gmail.com>
393
394         * po/POTFILES.in: Regenerate.
395
396 2014-04-24  Nick Clifton  <nickc@redhat.com>
397
398         * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
399         based targets.
400
401 2014-04-23  Will Newton  <will.newton@linaro.org>
402
403         * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
404         directly instead of mapping_state.
405
406 2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
407
408         * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
409         (md_longopts): Add xpa and no-xpa command line options.
410         (mips_ases): Add MIPS XPA ASE.
411         (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
412         * doc/as.texinfo: Document the MIPS XPA command line options.
413         * doc/c-mips.texi: Document the MIPS XPA command line options,
414         and assembler directives.
415
416 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
417
418         * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
419         unbreak self-test mode.
420
421 2014-04-22  Max Filippov  <jcmvbkbc@gmail.com>
422
423         * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
424         first section frag.
425
426 2014-04-22  Christian Svensson  <blue@cmd.nu>
427
428         * Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
429         * configure.in: Likewise.
430         * configure.tgt: Likewise.
431         * doc/as.texinfo: Likewise.
432         * config/obj-coff.h: Likewise.
433         * config/tc-or1k.c: New file.
434         * config/tc-or1k.h: New file.
435         * config/tc-openrisc.c: Delete.
436         * config/tc-openrisc.h: Delete.
437         * config/tc-or32.c: Delete.
438         * config/tc-or32.h: Delete.
439         * Makefile.in: Regenerate.
440         * configure: Regenerate.
441
442 2014-04-16  Alan Modra  <amodra@gmail.com>
443
444         * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
445         * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
446
447 2014-04-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
448
449         * config/tc-avr.c: Add new flag mlink-relax.
450         (md_show_usage): Add flag and help text.
451         (md_parse_option): Record whether link relax is turned on.
452         (relaxable_section): New.
453         (avr_validate_fix_sub): New.
454         (avr_force_relocation): New.
455         (md_apply_fix): Generate DIFF reloc.
456         (avr_allow_local_subtract): New.
457
458         * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
459         (TC_FORCE_RELOCATION): Define.
460         (TC_FORCE_RELOCATION_SUB_SAME): Define.
461         (TC_VALIDATE_FIX_SUB): Define.
462         (avr_force_relocation): Declare.
463         (avr_validate_fix_sub): Declare.
464         (md_allow_local_subtract): Define.
465         (avr_allow_local_subtract): Declare.
466
467 2014-04-10  Andrew Bennett  <andrew.bennett@imgtec.com>
468
469         * config/tc-mips.c (mips_cpu_info_table): Add P5600
470         configuation.
471         * doc/c-mips.texi: Document p5600.
472
473 2014-04-09  Nick Clifton  <nickc@redhat.com>
474
475         * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
476         * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
477         * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
478         * read.c (emit_expr_fix): Mark the r parameter as potentially
479         unused.
480
481 2014-04-09  Alan Modra  <amodra@gmail.com>
482
483         * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
484         New static vars.
485         (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
486         (ppc_elf_cons_fix_check): New function.
487         (md_assemble): Set last_insn, last_seg, last_subseg.
488         (ppc_byte, md_apply_fix): Handle warn_476.
489         * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
490         (ppc_elf_cons_fix_check): Declare.
491         * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
492
493 2014-04-09  Alan Modra  <amodra@gmail.com>
494
495         * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
496         * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
497         * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
498         (TC_CONS_FIX_NEW): Add RELOC parameter.
499         * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
500         * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
501         * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
502         * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
503         * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
504         * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
505         * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
506         * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
507         * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
508         Similarly.
509         * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
510         * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
511         * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
512         * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
513         * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
514         * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
515         * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
516         * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
517         * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
518         * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
519         Similarly.
520         * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
521         * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
522         Similarly.
523         * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
524         * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
525         * gas/config/tc-avr.c (exp_mod_data): Make global.
526         (pexp_mod_data): Delete.
527         (avr_parse_cons_expression): Return exp_mod_data pointer.
528         (avr_cons_fix_new): Add exp_mod_data_t pointer param.
529         (exp_mod_data_t): Move typedef..
530         * gas/config/tc-avr.h: ..to here.
531         (exp_mod_data): Declare.
532         (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
533         (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
534         (TC_CONS_FIX_NEW): Update.
535         * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
536         (cons_fix_new_hppa): Add hppa_field_selector param.
537         (fix_new_hppa): Adjust.
538         (parse_cons_expression_hppa): Return field selector.
539         * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
540         (cons_fix_new_hppa): Likewise.
541         (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
542         * gas/config/tc-i386.c (got_reloc): Delete static var.
543         (x86_cons_fix_new): Add reloc param.
544         (x86_cons): Return got reloc.
545         * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
546         (TC_CONS_FIX_NEW): Add RELOC param.
547         * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param.  Adjust
548         calls.
549         * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
550         (TC_CONS_FIX_NEW): Add reloc param.
551         * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
552         Return reloc.
553         (cons_fix_new_microblaze): Add reloc param.
554         * gas/config/tc-microblaze.h: Formatting.
555         (parse_cons_expression_microblaze): Update proto.
556         (cons_fix_new_microblaze): Likewise.
557         * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
558         (nios2_cons): Return ldo reloc.
559         (nios2_cons_fix_new): Delete.
560         * gas/config/tc-nios2.h (nios2_cons): Update prototype.
561         (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
562         * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
563         short.  Make llong use cons.
564         (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
565         (ppc_elf_cons): Delete.
566         (ppc_elf_parse_cons): New function.
567         (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
568         (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
569         * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
570         (ppc_elf_parse_cons): Declare.
571         * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
572         (sparc_cons): Return reloc specifier.
573         (cons_fix_new_sparc): Add reloc specifier param.
574         (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
575         * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
576         (TC_PARSE_CONS_RETURN_NONE): Define.
577         (sparc_cons, cons_fix_new_sparc): Update prototype.
578         * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
579         (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
580         (md_assemble): Likewise.
581         (parse_cons_expression_v850): Return reloc.
582         (cons_fix_new_v850): Add reloc parameter.
583         * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
584         (cons_fix_new_v850): Likewise.
585         * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
586         (vax_cons): Return reloc.
587         (vax_cons_fix_new): Add reloc parameter.
588         * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
589         * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
590         * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
591         * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
592         (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
593         * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
594         (do_parse_cons_expression): Adjust.
595         (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
596         to emit_expr_with_reloc.
597         (emit_expr_with_reloc): New function handling reloc, mostly
598         extracted from..
599         (emit_expr): ..here.
600         (emit_expr_fix): Add reloc param.  Adjust TC_CONS_FIX_NEW invocation.
601         Handle reloc.
602         (parse_mri_cons): Convert to ISO.
603         * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
604         (TC_PARSE_CONS_RETURN_NONE): Define.
605         (emit_expr_with_reloc): Declare.
606         (emit_expr_fix): Update prototype.
607         * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
608
609 2014-04-03  Ilya Tocar  <ilya.tocar@intel.com>
610
611         * config/tc-i386.c (cpu_arch): Add .se1.
612         * doc/c-i386.texi: Document .se1/se1.
613
614 2014-04-02  DJ Delorie  <dj@redhat.com>
615
616         * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
617         pc-relative branches.
618
619 2014-04-02  Nick Clifton  <nickc@redhat.com>
620
621         PR gas/16765
622         * config/tc-arm.c (create_unwind_entry): Report an error if an
623         attempt to recreate an unwind directive is encountered.
624
625 2014-03-27  Nick Clifton  <nickc@redhat.com>
626
627         * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
628         sprintf in order to avoid a compile time warning.
629
630 2014-03-26  Nick Clifton  <nickc@redhat.com>
631
632         * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
633         relocation is used on an 8-bit operand or vice versa.
634         (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
635         (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
636
637 2014-03-25  Nick Clifton  <nickc@redhat.com>
638
639         * config/obj-coff-seh.c (obj_coff_seh_code): New function -
640         switches the current segment back to the code segment recorded
641         when seh_proc was last invoked.
642         * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
643
644 2014-03-25  Alan Modra  <amodra@gmail.com>
645
646         * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
647         (md_assemble): Likewise.  Warn.
648
649 2014-03-21  David Weatherford <weath@cadence.com>
650             Max Filippov <jcmvbkbc@gmail.com>
651
652         * config/tc-xtensa.c (xtensa_check_frag_count)
653         xtensa_create_trampoline_frag,
654         xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
655         find_trampoline_seg, search_trampolines, get_best_trampoline,
656         check_and_update_trampolines, add_jump_to_trampoline,
657         dump_trampolines): New functions.
658         (md_parse_option): Add cases for --[no-]trampolines options.
659         (md_assemble, finish_vinsn, xtensa_end): Add call to
660         xtensa_check_frag_count.
661         (xg_assemble_vliw_tokens): Add call to
662         xtensa_maybe_create_trampoline_frag.
663         (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
664         (relax_frag_immed): Relax jump instructions that cannot reach its
665         target.
666         * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
667         relax state.
668         * doc/as.texinfo: Document --[no-]trampolines command-line options.
669         * doc/c-xtensa.texi: Document trampolines relaxation and command
670         line options.
671         * frags.c (get_frag_count, clear_frag_count): New function.
672         (frag_alloc): Increment totalfrags counter.
673         * frags.h (get_frag_count, clear_frag_count): New function.
674
675 2014-03-20  DJ Delorie  <dj@redhat.com>
676
677         * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
678         * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
679         rl78_relax().
680         * config/tc-rl78.h (md_relax_frag): Define.
681         (rl78_relax_frag): Declare.
682         * config/tc-rl78.c (rl78_relax): Add.
683         (md_assemble): Set up the variable frags also when relaxing.
684         (op_type_T): New.
685         (rl78_opcode_type): New.
686         (rl78_frag_fix_value): New.
687         (md_estimate_size_before_relax): New-ish.
688         (rl78_relax_frag): New.
689         (md_convert_frag): New-ish.
690
691 2014-03-20  Richard Sandiford  <rdsandiford@googlemail.com>
692
693         * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
694         * config/tc-mips.c (md_pcrel_from): Remove error message.
695         (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
696         BFD_RELOC_32_PCREL.  Report a specific error message for unhandled
697         PC-relative expressions.  Handle BFD_RELOC_8.
698
699 2014-03-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
700
701         * config/tc-sparc.c (hpriv_reg_table): Added entries for
702         %hstick_offset and %hstick_enable.
703         * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
704         %hstick_enable hyperprivileged registers.
705
706 2014-03-19  Daniel Gutson <daniel.gutson@tallertechnologies.com>
707             Nick Clifton  <nickc@redhat.com>
708
709         * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
710         CCS syntax compatibility mode is on or off.
711         (asmfunc_states): New enum to represent the asmfunc directive state.
712         (asmfunc_state): New variable holding the asmfunc directive state.
713         (comment_chars): Rename to arm_comment_chars.
714         (line_separator_chars): Rename to arm_line_separator_chars.
715         (s_ccs_ref): New function that handles the .ref directive.
716         (asmfunc_debug): New function.
717         (s_ccs_asmfunc): New function that handles the .asmfunc directive.
718         (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
719         (s_ccs_def): New function that handles the .def directive.
720         (tc_start_label_without_colon): New function.
721         (md_pseudo_table): Added new CCS directives.
722         (arm_ccs_mode): New function that handles the -mccs command line option.
723         (arm_long_opts): Added new -mccs command line option.
724         * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
725         (TC_START_LABEL_WITHOUT_COLON): New macro.
726         (tc_start_label_without_colon): Added extern function declaration.
727         (tc_comment_chars): Define.
728         (tc_line_separator_chars): Define.
729         * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
730         * read.c (read_begin): Likewise.
731         * doc/as.texinfo: Add documentation for the -mccs command line
732         option.
733         * doc/c-arm.texi: Likewise.
734         * doc/internals.texi: Document tc_line_separator_chars.
735         * NEWS: Mention the new feature.
736
737 2014-03-18  Jiong Wang  <jiong.wang@arm.com>
738
739         * config/tc-aarch64.c (aarch64_opts): Add new option
740         "mno-verbose-error".
741         (verbose_error_p): Initialize to 1.
742         * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
743         and -mno-verbose-error.
744
745 2014-03-17  Nick Clifton  <nickc@redhat.com>
746
747         PR gas/16694
748         * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
749         registers as well.
750
751 2014-03-13  Richard Earnshaw  <rearnsha@arm.com>
752             Jiong Wang  <Jiong.Wang@arm.com>
753
754         * doc/c-aarch64.texi: Clean up some formatting issues.
755         (AArch64 Options): Document -mcpu and -march.
756         (AArch64 Extensions): New node.
757
758 2014-03-13  Tristan Gingold  <gingold@adacore.com>
759
760         * config/tc-i386.c (use_big_obj): Declare.
761         (OPTION_MBIG_OBJ): Define.
762         (md_longopts): Add -mbig-obj option.
763         (md_parse_option): Handle it.
764         (md_show_usage): Display help for this option.
765         (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
766         * doc/c-i386.texi: Document the option.
767
768 2014-03-12  Nick Clifton  <nickc@redhat.com>
769
770         PR gas/16688
771         * config/tc-aarch64.c (literal_expression): New structure.
772         (literal_pool): Replace exp array with literal_expression array.
773         (add_to_lit_pool): When adding a bignum cache the big value.
774         (s_ltorg): When emitting a bignum initialise the global bignum
775         array from the cached value.
776
777 2014-03-12  Alan Modra  <amodra@gmail.com>
778
779         * Makefile.in: Regenerate.
780         * config.in: Regenerate.
781         * doc/Makefile.in: Regenerate.
782
783 2014-03-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
784         Vishnu KS <Vishnu.k_s@atmel.com>
785         Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
786         Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
787
788         * gas/tc-avr.c: Add new devices
789         avr25: ata5272, attiny828
790         avr35: ata5505, attiny1634
791         avr4: atmega8a, ata6285, ata6286, atmega48pa
792         avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
793         atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
794         atmega16hva2
795         avr51: atmega128a, atmega1284
796         avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
797         atxmega32e5, atxmega16e5, atxmega8e5
798         avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
799         atxmega64c3, atxmega64d4
800         avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
801         atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
802         atxmega256c3, atxmega384c3, atxmega384d3
803         avrxmega7: atxmega128a4u
804         * doc/c-avr.texi: Ditto.
805
806 2014-03-05  Alan Modra  <amodra@gmail.com>
807
808         Update copyright years.
809
810 2014-03-05  Alan Modra  <amodra@gmail.com>
811
812         * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
813         (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
814
815 2014-03-05  Alan Modra  <amodra@gmail.com>
816
817         * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
818         later.  Merge absolute and relative branch reloc selection.
819         Generate 16-bit relocs for most 16-bit insn fields given a
820         non-constant expression.
821
822 2014-03-05  Alan Modra  <amodra@gmail.com>
823
824         * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
825         (md_assemble): Don't call ppc_is_toc_sym for ELF.
826
827 2014-03-04  Heiher  <r@hev.cc>
828
829         * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
830         Loongson-3A.
831
832 2014-03-03  Nick Clifton  <nickc@redhat.com>
833
834         * config/msp430/msp430.c: Replace known mcu array with known
835         msp430 ISA mcu name array.
836         Accept any name for -mmcu option.
837         Add -mz option to warn about missing NOP following an interrupt
838         status change.
839         (check_for_nop): New.
840         (msp430_operands): Emit a warning, if requested, when an interrupt
841         changing instruction is not followed by a NOP.
842         * doc/c-msp430.c: Document -mz option.
843
844 2014-03-03  Alan Modra  <amodra@gmail.com>
845
846         * config/bfin-lex-wrapper.c: Correct copyright date.
847         * config/obj-fdpicelf.c: Likewise.
848         * config/obj-fdpicelf.h: Likewise.
849         * config/tc-frv.c: Correct copyright punctuation.
850         * config/tc-ip2k.c: Likewise.
851         * config/tc-iq2000.c: Likewise.
852         * config/tc-mep.c: Likewise.
853         * config/tc-tic4x.c: Likewise.
854         * config/tc-tic4x.h: Likewise.
855
856 2014-03-01  Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
857
858         * config/tc-avr.c: Remove atxmega16x1.
859
860 2014-02-28  Alan Modra  <amodra@gmail.com>
861
862         * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
863         field for 64-bit dwarf.
864
865 2014-02-21  Ilya Tocar  <ilya.tocar@intel.com>
866
867         * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
868         * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
869
870 2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>
871
872         * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
873         * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
874         clflushopt/.clfushopt.
875
876 2014-02-10  Alan Modra  <amodra@gmail.com>
877
878         * po/POTFILES.in: Regenerate.
879         * po/gas.pot: Regenerate.
880
881 2014-02-03  Sandra Loosemore  <sandra@codesourcery.com>
882
883         * config/tc-nios2.c (md_apply_fix): Test for new relocs.
884         (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
885         %got_hiadj relocation operators.  Sort table and add comment
886         to explain ordering.
887         (nios2_fix_adjustable): Test for new relocs.
888         * doc/c-nios2.texi (Nios II Relocations): Document new relocation
889         operators.
890
891 2014-01-30  Sandra Loosemore  <sandra@codesourcery.com>
892
893         * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
894         (nios2_assemble_args_m): Likewise.
895         (md_assemble): Likewise.
896
897 2014-01-24  DJ Delorie  <dj@redhat.com>
898
899         * config/tc-msp430.c (msp430_section): Always flag data sections,
900         regardless of -md.
901         (msp430_frob_section): New.  Make sure all sections are noticed if
902         they have content.
903         (msp430_lcomm): New.  Flag bss if .lcomm is seen.
904         (msp430_comm): New.  Likewise.
905         (md_pseudo_table): Add them.
906         * config/tc-msp430.h (msp430_frob_section): Declare.
907         (tc_frob_section): Define.
908
909 2014-01-23  Nick Clifton  <nickc@redhat.com>
910
911         * config/tc-msp430.c (show_mcu_list): Delete.
912         (md_parse_option): Accept any MCU name.  Accept several more
913         variants for the -mcpu option.
914         (md_show_usage): Do not call show_mcu_list.
915
916 2014-01-22  DJ Delorie  <dj@redhat.com>
917
918         * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
919         * doc/c-msp430.texi (MSP430 Directives): Document it.
920
921 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
922
923         * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
924         gather assert.
925
926 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
927
928         PR gas/16489
929         * config/tc-i386.c (check_VecOperands): Add check for invalid
930         register set in AVX512 gathers.
931
932 2014-01-22  Alan Modra  <amodra@gmail.com>
933
934         * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
935
936 2014-01-21  DJ Delorie  <dj@redhat.com>
937
938         * config/tc-rl78.c (require_end_of_expr): New.
939         (md_operand): Call it.
940         (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
941         as not overflowing.
942
943 2014-01-17  Will Newton  <will.newton@linaro.org>
944
945         * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
946         for the s32.f64 flavours of VCVT.
947
948 2014-01-14  Nick Clifton  <nickc@redhat.com>
949
950         PR gas/16434
951         * config/tc-z80.c (wrong_match): Provide format string to
952         as_warn.
953         (parse_exp_not_indexed): Delete unused variable dummy.
954         (emit_byte): Delete unused variable fixp.
955
956 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
957
958         * config/tc-i386.c (regbnd): Removed.
959         (vec_disp8): Likewise.
960
961 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
962
963         * as.c (parse_args): Update copyright year to 2014.
964
965 2014-01-07  Tom Tromey  <tromey@redhat.com>
966
967         * config/tc-tic30.c (debug): Avoid old VA_* compatibility
968         wrappers.
969
970 2014-01-07  Tom Tromey  <tromey@redhat.com>
971
972         * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
973         use PARAMS.
974
975 2014-01-07  Tom Tromey  <tromey@redhat.com>
976
977         * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
978
979 2013-01-07  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
980
981         * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
982
983 For older changes see ChangeLog-2013
984 \f
985 Copyright (C) 2014 Free Software Foundation, Inc.
986
987 Copying and distribution of this file, with or without modification,
988 are permitted in any medium without royalty provided the copyright
989 notice and this notice are preserved.
990
991 Local Variables:
992 mode: change-log
993 left-margin: 8
994 fill-column: 74
995 version-control: never
996 End: