]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Fix invalid memory accesses for more corrupt binary files.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2014-11-11 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/17531
4 * binutils/readelf.c (dynamic_nent): Change type to size_t.
5 (slurp_rela_relocs): Use size_t type for nrelas.
6 (slurp_rel_relocs): Likewise.
7 (get_program_headers): Improve out of memory error message.
8 (get_32bit_section_headers): Likewise.
9 (get_32bit_section_headers): Likewise.
10 (get_64bit_section_headers): Likewise.
11 (get_32bit_elf_symbols): Likewise.
12 (get_64bit_elf_symbols): Likewise.
13 (process_section_groups): Likewise.
14 (get_32bit_dynamic_section): Likewise.
15 (get_64bit_dynamic_section): Likewise.
16 (process_dynamic_section): Likewise.
17 (process_version_sections): Likewise.
18 (get_symbol_index_type): Likewise.
19 (process_mips_specific): Likewise.
20 (process_corefile_note_segment): Likewise.
21 (process_version_sections): Use size_t type for total.
22 (get_dynamic_data): Change type of number parameter to size_t.
23 Improve out of memory error messages.
24 (process_symbol_table): Change type of nbuckets and nchains to
25 size_t. Skip processing of sections headers if there are none.
26 Improve out of memory error messages.
27
28 2014-11-11 Nick Clifton <nickc@redhat.com>
29
30 * po/fr.po: Updated French translation.
31
32 2014-11-11 Nick Clifton <nickc@redhat.com>
33
34 PR binutils/17531
35 * readelf.c (display_arm_attribute): Avoid reading off the end of
36 the buffer when processing a Tag_nodefaults.
37
38 2014-11-10 Nick Clifton <nickc@redhat.com>
39
40 PR binutils/17531
41 * (ia64_process_unwind): Replace assertion with an error message.
42 Add range checking for group section indicies.
43 (hppa_process_unwind): Replace assertion with an error message.
44 (process_syminfo): Likewise.
45 (decode_arm_unwind_bytecode): Add range checking.
46 (dump_section_as_strings): Add more string range checking.
47 (display_tag_value): Likewise.
48 (display_arm_attribute): Likewise.
49 (display_gnu_attribute): Likewise.
50 (display_tic6x_attribute): Likewise.
51 (display_msp430x_attribute): Likewise.
52
53 2014-11-10 Nick Clifton <nickc@redhat.com>
54
55 PR binutils/17552
56 * (copy_archive): Clean up temporary files even if an error
57 occurs.
58
59 2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
60
61 * readelf.c (process_dynamic_section): Cast time value to unsigned
62 long to print.
63
64 2014-11-07 Nick Clifton <nickc@redhat.com>
65
66 PR binutils/17531
67 * readelf.c (get_data): Avoid allocating memory when we know that
68 the read will fail.
69 (find_section_by_type): New function.
70 (get_unwind_section_word): Check for invalid symbol indicies.
71 Check for invalid reloc types.
72 (get_32bit_dynamic_section): Add range checks.
73 (get_64bit_dynamic_section): Add range checks.
74 (process_dynamic_section): Check for a corrupt time value.
75 (process_symbol_table): Add range checks.
76 (dump_section_as_strings): Add string length range checks.
77 (display_tag_value): Likewise.
78 (display_arm_attribute): Likewise.
79 (display_gnu_attribute): Likewise.
80 (display_tic6x_attribute): Likewise.
81 (display_msp430x_attribute): Likewise.
82 (process_mips_specific): Add range check.
83
84 2014-11-06 Nick Clifton <nickc@redhat.com>
85
86 PR binutils/17552, binutils/17533
87 * bucomm.c (is_valid_archive_path): New function. Returns false
88 for absolute pathnames and pathnames that include /../.
89 * bucomm.h (is_valid_archive_path): Add prototype.
90 * ar.c (extract_file): Use new function to check for valid
91 pathnames when extracting files from an archive.
92 * objcopy.c (copy_archive): Likewise.
93 * doc/binutils.texi: Update documentation to mention the
94 limitation on pathname of archive members.
95
96 2014-11-05 Nick Clifton <nickc@redhat.com>
97
98 PR binutils/17531
99 * readelf.c (printable_section_name): New function.
100 (printable_section_name_from_index): New function.
101 (dump_relocations): Use new function.
102 (process_program_headers, get_32bit_elf_symbols,
103 (get_64bit_elf_symbols, process_section_headers,
104 (process_section_groups, process_relocs, ia64_process_unwind,
105 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
106 (arm_process_unwind, process_version_sections,
107 (process_symbol_table, apply_relocations, get_section_contents,
108 (dump_section_as_strings, dump_section_as_bytes,
109 (display_debug_section, process_attributes, process_mips_specific,
110 (process_mips_specific process_gnu_liblist): Likewise.
111 (get_unwind_section_word): Check for a missing symbol table.
112 Replace aborts with error messages.
113 (arm_process_unwind): Check for a missing string table.
114 (process_attributes): Check for an attribute length that is too
115 small.
116 (process_mips_specific): Check for a corrupt GOT symbol offset.
117
118 2014-11-05 Nick Clifton <nickc@redhat.com>
119
120 PR binutils/17533
121 * bucomm.c (is_valid_archive_path): New function.
122 * bucomm.h (is_valid_archive_path): Prototype it.
123 * ar.c (extract_file): Call is_valid_archive_path to verify a
124 member filename before extracting it.
125 * objcopy.c (copy_archive): Likewise.
126
127 2014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
128
129 * readelf.c (process_mips_specific): Fix format string warning.
130
131 2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
132
133 * readelf.c (process_mips_specific): Rename index to idx.
134
135 2014-11-04 Nick Clifton <nickc@redhat.com>
136
137 PR binutils/17531
138 * readelf.c (get_data): If the reason parameter is null, do not
139 print any error messages.
140 (get_32bit_section_headers): Verify section header entry size
141 before reading in the section headers.
142 (get_64bit_section_headers): Likewise.
143 (process_section_headers): Pass FALSE to get_section_headers.
144 (get_file_header): Pass TRUE to get_section_headers.
145 (process_dynamic_section): Change an assert to an error message.
146 (process_symbol_table): Handle corrupt histograms.
147
148 (get_32bit_program_headers): Verify program header entry size
149 before reading in the program headers.
150 (get_64bit_program_headers): Likewise.
151 (get_unwind_section_word): Do nothing if no section was provided.
152 Fail if the offset is outside of the section.
153 (print_dynamic_symbol): Catch out of range symbol indicies.
154 (process_mips_specific): Likewise.
155 (process_attributes): Make sure that there is enough space left in
156 the section before attempting to read the length of the next
157 attribute.
158
159 2014-11-03 Nick Clifton <nickc@redhat.com>
160
161 PR binutils/17512
162 * objdump.c (slurp_symtab): Fail gracefully if the table could not
163 be read.
164 (dump_relocs_in_section): Likewise.
165
166 2014-11-03 Nick Clifton <nickc@redhat.com>
167
168 * po/fi.po: Updated Finnish translation.
169 * po/sv.po: Updated Swedish translation.
170
171 2014-11-01 Hans-Peter Nilsson <hp@axis.com>
172
173 * readelf.c (get_32bit_elf_symbols): Cast error
174 parameters of bfd_size_type with the %lx format to
175 unsigned long.
176
177 2014-10-31 Andrew Pinski <apinski@cavium.com>
178 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
179
180 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
181
182 2014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
183
184 * cxxfilt.c (main): Add case for dlang_demangling style.
185
186 2014-10-31 Nick Clifton <nickc@redhat.com>
187
188 PR binutils/17512
189 * readelf.c (process_program_headers): Avoid memory exhaustion due
190 to corrupt values in a dynamis segment header.
191 (get_32bit_elf_symbols): Do not attempt to read an over-large
192 section.
193 (get_64bit_elf_symbols): Likewise.
194
195 2014-10-31 Nick Clifton <nickc@redhat.com>
196
197 * strings.c: Add new command line option --data to only scan the
198 initialized, loadable data secions of binaries. Choose the
199 default behaviour of --all or --data based upon a configure
200 option.
201 * doc/binutils.texi (strings): Update documentation. Include
202 description of why the --data option might be unsafe.
203 * configure.ac: Add new option --disable-default-strings-all which
204 restores the old behaviour of strings using --data by default. If
205 the option is not used make strings use --all by default.
206 * NEWS: Mention the new behaviour of strings.
207 * configure: Regenerate.
208 * config.in: Regenerate.
209
210 2014-10-30 Nick Clifton <nickc@redhat.com>
211
212 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
213 there is a single string for translation.
214 (dynamic_section_mips_val): Likewise.
215
216 2014-10-29 Nick Clifton <nickc@redhat.com>
217
218 * po/bg.po: Updated Bulgarian translation.
219 * po/sr.po: New Serbian translation.
220 * po/sv.po: Updated Swedish translation.
221
222 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
223
224 * readelf.c (print_mips_ases): Print unknown ASEs.
225 (print_mips_isa_ext): Print the value of an unknown extension.
226
227 2014-10-15 Tristan Gingold <gingold@adacore.com>
228
229 * configure: Regenerate.
230
231 2014-10-14 Tristan Gingold <gingold@adacore.com>
232
233 * NEWS: Add marker for 2.25.
234
235 2014-10-14 Alan Modra <amodra@gmail.com>
236
237 PR 17453
238 * dwarf.c (read_leb128): Avoid signed overflow.
239 (read_debug_line_header): Likewise.
240
241 2014-10-14 Alan Modra <amodra@gmail.com>
242
243 PR 17453
244 * readelf.c (process_program_headers): Correct fscanf format used
245 for interpreter.
246
247 2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
248
249 * readelf.c (display_sparc_hwcaps2): New function.
250 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
251 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
252
253 2014-09-22 Alan Modra <amodra@gmail.com>
254
255 PR 16563
256 * dwarf.c (GET): Remove semicolon.
257 (read_cie): New function, extracted from..
258 (display_debug_frames): ..here. Correctly handle signed offset
259 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
260
261 2014-09-16 Nick Clifton <nickc@redhat.com>
262
263 * readelf.c (display_arm_attribute): Use unsigned int type for
264 tag, val and type variables.
265
266 2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
267
268 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
269
270 2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
271 Matthew Fortune <matthew.fortune@imgtec.com>
272
273 * readelf.c (get_machine_flags): Add support for mips32r6 and
274 mips64r6.
275
276 2014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
277
278 * objcopy.c (is_nondebug_keep_contents_section): Change
279 '.build-id' to '.buildid'.
280
281 2014-08-22 Richard Henderson <rth@redhat.com>
282
283 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
284 * dwarf.c (dwarf_regnames_aarch64): New.
285 (init_dwarf_regnames_aarch64): New.
286 (init_dwarf_regnames): Call it.
287 * objdump.c (dump_dwarf): Likewise.
288
289 2014-08-19 Alan Modra <amodra@gmail.com>
290
291 * configure: Regenerate.
292
293 2014-08-14 Alan Modra <amodra@gmail.com>
294
295 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
296 * config.in: Regenerate.
297 * configure: Regenerate.
298
299 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
300
301 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
302 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
303 (display_mips_gnu_attribute): Abstracted fp abi printing to...
304 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
305 (print_mips_ases, print_mips_isa_ext): New static functions.
306 (get_mips_reg_size): Likewise.
307 (process_mips_specific): Display abiflags data.
308
309 2014-07-28 Alan Modra <amodra@gmail.com>
310
311 PR 13227
312 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
313
314 2014-07-07 Nick Clifton <nickc@redhat.com>
315
316 * readelf.c (get_symbol_type): Revert accidental change to
317 detection of thumb function symbols.
318
319 2014-07-04 Alan Modra <amodra@gmail.com>
320
321 * configure.ac: Rename from configure.in.
322 * Makefile.in: Regenerate.
323 * config.in: Regenerate.
324 * doc/Makefile.in: Regenerate.
325
326 2014-07-04 Alan Modra <amodra@gmail.com>
327
328 * configure.in: Include bfd/version.m4.
329 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
330 (BFD_VERSION): Delete.
331 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
332 * configure: Regenerate.
333 * Makefile.in: Regenerate.
334 * doc/Makefile.in: Regenerate.
335
336 2014-07-03 Tristan Gingold <gingold@adacore.com>
337
338 * doc/binutils.texi: Clarify addr2line output.
339
340 2014-07-01 Alan Modra <amodra@gmail.com>
341
342 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
343
344 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
345
346 * strings.c: Add -w/--include-all-whitespace option to include any
347 whitespace character in the displayed strings.
348 * NEWS: Mention the new feature.
349 * doc/binutils.texi (strings): Document the new command line
350 option.
351
352 2014-06-26 Nick Clifton <nickc@redhat.com>
353
354 * readelf.c (process_note_sections): If there are no note sections
355 try processing note segments instead.
356
357 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
358
359 PR binutils/16923
360 * rcparse.y (fixedverinfo): Prevent large version numbers from
361 corrupting other values.
362
363 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
364
365 PR binutils/16252
366 * dwarf.c (display_debug_frames): Remember the state of the
367 cfa_offset, cfa_reg, ra and cfa_exp field
368
369 2014-06-05 Joel Brobecker <brobecker@adacore.com>
370
371 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
372 bfd's development.sh.
373 * Makefile.in, configure: Regenerate.
374
375 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
376
377 * objcopy.c (is_nondebug_keep_contents_section): New function.
378 (setup_section): Use it.
379
380 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
381
382 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
383
384 2014-05-02 Alan Modra <amodra@gmail.com>
385
386 * emul_aix.c: Update bfd target vector naming.
387 * testsuite/binutils-all/objcopy.exp: Likewise.
388
389 2014-04-24 Christian Svensson <blue@cmd.nu>
390
391 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
392
393 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
394
395 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
396 command line option.
397
398 2014-04-22 Christian Svensson <blue@cmd.nu>
399
400 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
401
402 2014-04-18 Tristan Gingold <gingold@adacore.com>
403
404 * od-macho.c (dump_section_map): Adjust as load commands
405 are now chained.
406 (dump_load_command, dump_section_content): Likewise.
407
408 2014-04-16 Tristan Gingold <gingold@adacore.com>
409
410 * od-macho.c (OPT_DYLD_INFO): New macro.
411 (options): Add entry for dyld_info.
412 (mach_o_help): Likewise.
413 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
414 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
415 (bfd_mach_o_dyld_rebase_type_name): New array.
416 (export_info_data): New struct.
417 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
418 exports data.
419 (dump_load_command): Adjust dump_dyld_info call.
420 (mach_o_dump): Handle dyld_info.
421
422 2014-04-16 Tristan Gingold <gingold@adacore.com>
423
424 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
425 (dump_segment): Reformat output.
426 (dump_dyld_info): Also display end offsets.
427 (dump_load_command): Add IDX argument, display commands size
428 and offset, reformat display.
429 (dump_load_commands): Adjust for added argument.
430
431 2014-04-07 Alan Modra <amodra@gmail.com>
432
433 PR binutils/16811
434 * objcopy.c (copy_object): Error if no sections.
435
436 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
437
438 PR binutils/14698
439 ar.c: Set plugin_target early if plugins are supported.
440 nm.c: Likewise.
441
442 2014-04-03 Tristan Gingold <gingold@adacore.com>
443
444 * od-macho.c (printf_uint64): New function.
445 (dump_load_command, dump_obj_compact_unwind): Use it.
446 (dump_exe_compact_unwind): Display personality functions.
447
448 2014-04-02 Tristan Gingold <gingold@adacore.com>
449
450 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
451 (options): Add entry for twolevel_hints.
452 (dump_data_in_code): Fix error message.
453 (dump_twolevel_hints): New function.
454 (dump_load_command): Handle prebound dylib, prebind cksum
455 and twolevel hints.
456 (mach_o_dump): Handle twolevel hints.
457
458 2014-04-01 Tristan Gingold <gingold@adacore.com>
459
460 * od-macho.c (OPT_DATA_IN_CODE): New macro.
461 (options): Add entry for data in code.
462 (mach_o_help): Ditto.
463 (data_in_code_kind_name): New array.
464 (dump_data_in_code): New function.
465 (dump_load_command): Handle data in code.
466 (mach_o_dump): Ditto.
467 (dump_header): Display a terminal newline.
468
469 2014-03-27 Tristan Gingold <gingold@adacore.com>
470
471 * od-macho.c (dump_load_command): Display value for
472 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
473 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
474
475 2014-03-27 Tristan Gingold <gingold@adacore.com>
476
477 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
478 (options): Add entry for function_starts.
479 (mach_o_help): Ditto.
480 (disp_segment_prot): New function.
481 (dump_section_map): Call disp_segment_prot.
482 (dump_function_starts): New function.
483 (dump_obj_compact_unwind): Fix ouput indentation.
484 (dump_exe_compact_unwind): Fix ouput indentation.
485 (mach_o_dump): Handle function_starts.
486
487 2014-03-26 Tristan Gingold <gingold@adacore.com>
488
489 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
490
491 2014-03-24 Tristan Gingold <gingold@adacore.com>
492
493 * objdump.c (load_specific_debug_section): Set address of section.
494
495 2014-03-24 Tristan Gingold <gingold@adacore.com>
496
497 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
498 (dump_exe_compact_unwind): Change the condition. Improve
499 indentation.
500
501 2014-03-20 Nick Clifton <nickc@redhat.com>
502
503 * readelf.c (process_version_sections): Fix off-by-one error in
504 previous delta.
505
506 2014-03-19 Nick Clifton <nickc@redhat.com>
507
508 PR binutils/16723
509 * readelf.c (process_version_sections): Prevent an infinite loop
510 when the vn_next field is zero but there are still entries to be
511 processed.
512
513 2014-03-17 Tristan Gingold <gingold@adacore.com>
514
515 * od-macho.c (dump_section_header): Renames of dump_section.
516 (dump_segment): Adjust after renaming.
517 (OPT_COMPACT_UNWIND): Define.
518 (options): Add compact unwind.
519 (mach_o_help): Document compact_unwind.
520 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
521 (dump_unwind_encoding_x86, dump_unwind_encoding)
522 (dump_obj_compact_unwind, dump_exe_compact_unwind)
523 (dump_section_content): New functions.
524 (mach_o_dump): Handle compact unwind.
525
526 2014-03-17 Tristan Gingold <gingold@adacore.com>
527
528 * od-macho.c (dump_load_command): Handle lazy load dylib.
529
530 2014-03-14 Anthony Green <green@moxielogic.com>
531
532 * objcopy.c (copy_object): Check fwrite return code.
533
534 2014-03-14 Meador Inge <meadori@codesourcery.com>
535
536 * dwarf.c (strnlen): Move prototype ...
537 * sysdep.h (strnlen): ... to here.
538
539 2014-03-12 Nick Clifton <nickc@redhat.com>
540
541 PR binutils/16652
542 * doc/binutils.texi (ar cmdline): Move --plugin command line
543 option to after the command option.
544
545 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
546
547 PR binutils/16567
548 * deflex.l: Add noinput and nounput options.
549
550 2014-03-12 Alan Modra <amodra@gmail.com>
551
552 * Makefile.in: Regenerate.
553 * doc/Makefile.in: Regenerate.
554
555 2014-03-06 Nick Clifton <nickc@redhat.com>
556
557 PR binutils/16664
558 * readelf.c (process_attributes): Add checks for corrupt
559 attribute section names.
560
561 2014-03-05 Alan Modra <amodra@gmail.com>
562
563 Update copyright years.
564
565 2014-03-03 Alan Modra <amodra@gmail.com>
566
567 * README: Add "Copyright Notices" paragraph.
568
569 2014-02-11 Cary Coutant <ccoutant@google.com>
570
571 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
572 for zero-length attribute value.
573
574 2014-02-10 Alan Modra <amodra@gmail.com>
575
576 * po/binutils.pot: Regenerate.
577
578 2014-02-06 Andrew Pinski <apinski@cavium.com>
579
580 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
581
582 2014-02-06 Cary Coutant <ccoutant@google.com>
583
584 PR binutils/16444
585 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
586
587 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
588
589 * version.c (print_version): Update copyright year to 2014.
590
591 2014-01-07 Tom Tromey <tromey@redhat.com>
592
593 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
594 stdarg macros.
595 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
596 macros.
597 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
598 stdarg macros.
599
600 2014-01-07 Tom Tromey <tromey@redhat.com>
601
602 * coffgrok.h (coff_ofile): Don't use PARAMS.
603 * nlmheader.y (strerror): Don't use PARAMS.
604
605 For older changes see ChangeLog-2013
606 \f
607 Copyright (C) 2014 Free Software Foundation, Inc.
608
609 Copying and distribution of this file, with or without modification,
610 are permitted in any medium without royalty provided the copyright
611 notice and this notice are preserved.
612
613 Local Variables:
614 mode: change-log
615 left-margin: 8
616 fill-column: 74
617 version-control: never
618 End: