]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
928f27840f980d558de8280e6943db547334b7fa
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2
3 * MAINTAINERS: Change my mailing address.
4
5 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
6
7 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
8
9 2002-08-22 Nick Clifton <nickc@redhat.com>
10
11 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
12 HPPA.
13
14 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
15
16 * readelf.c (parse_args): Change debug_dump_opt to static.
17
18 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
19
20 * stabs.c (parse_stab_argtype): Pass length of physname to
21 stab_demangle_argtypes.
22 (stab_demangle_argtypes): Add new parameter - length of physname.
23 Pass length of physname on to stab_demangle_prefix.
24 (stab_demangle_prefix): Add new parameter - length of physname.
25 Use length of physname (if supplied) to compute end of function
26 name.
27
28 2002-08-15 Alan Modra <amodra@bigpond.net.au>
29
30 * readelf.c: Include elf/i370.h.
31 (dump_relocations): Handle EM_S370.
32 (dynamic_segment_parisc_val): Print \n.
33 (process_dynamic_segment <DT_BIND_NOW>): Here too.
34
35 2002-08-14 Nick Clifton <nickc@redhat.com>
36
37 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
38 * objdump.c (usage): Likewise.
39 * doc/binutils.texi: Likewise.
40
41 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
42
43 * rcparse.y (acc_entry): Don't warn about ALT use with
44 non-VIRTKEY.
45
46 2002-08-13 H.J. Lu <hjl@gnu.org>
47
48 * objcopy.c (copy_object): Don't warn about the unsupported
49 architecture unless the input target is defaulted or the
50 output architecture is different from the input.
51
52 2002-08-09 Nick Clifton <nickc@redhat.com>
53
54 * po/sv.po: Updated Swedish translation.
55
56 2002-08-05 Alan Modra <amodra@bigpond.net.au>
57
58 * prdbg.c (pr_fix_visibility): Remove assert.
59
60 2002-07-31 Nick Clifton <nickc@redhat.com>
61
62 * addr2line.c (process_file): Rename parameter 'filename' to
63 'file_name' in order to avoid shadowing global symbol of the
64 same name.
65 (main): Likewise.
66
67 2002-07-30 Jakub Jelinek <jakub@redhat.com>
68
69 * readelf.c (OPTION_DEBUG_DUMP): Define.
70 (options): Use it.
71 (usage): Update help.
72 (parse_args): Handle --debug-dump separately from -w.
73 * doc/binutils.texi (readelf): Update documentation.
74
75 2002-07-25 Nick Clifton <nickc@redhat.com>
76
77 * po/es.po: Updated Spanish translation.
78 * po/fr.po: Updated French translation.
79
80 2002-07-24 Nick Clifton <nickc@redhat.com>
81
82 * po/es.po: Updated Spanish translation.
83
84 2002-07-23 Alan Modra <amodra@bigpond.net.au>
85
86 * Makefile.am: Run "make dep-am".
87 * Makefile.in: Regenerate.
88
89 2002-07-23 Nick Clifton <nickc@redhat.com>
90
91 * po/fr.po: Updated French translation.
92
93 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
94
95 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
96
97 2002-07-20 Alan Modra <amodra@bigpond.net.au>
98
99 * budemang.c: Include config.h and string.h/strings.h.
100
101 2002-07-18 Denis Chertykov <denisc@overta.ru>
102 Frank Ch. Eigler <fche@redhat.com>
103
104 * readelf.c: Include "elf/ip2k.h".
105 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
106 (dump_relocations): Likewise.
107 (get_machine_name): Likewise.
108 * NEWS: Mention IP2K support.
109
110 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
111
112 * NEWS: Add 'Changes in 2.13'.
113
114 2002-07-10 Jakub Jelinek <jakub@redhat.com>
115
116 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
117 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
118 (get_section_type_name): Handle SHT_GNU_LIBLIST.
119 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
120 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
121 (process_gnu_liblist): New.
122 (process_file): Call it.
123
124 2002-07-03 Alan Modra <amodra@bigpond.net.au>
125
126 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
127 * Makefile.in: Regenerate.
128
129 2002-07-02 Alan Modra <amodra@bigpond.net.au>
130
131 * budemang.c: New file, "demangle" function.
132 * budemang.h: New file.
133 * addr2line.c (translate_addresses): Use "demangle".
134 * nm.c (print_symname): Likewise.
135 * objdump.c (objdump_print_symname): Likewise.
136 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
137 here since that obfuscates.
138 * rdcoff.c: Don't #include demangle.h.
139 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
140 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
141 (HFILES): Add budemang.h. Sort.
142 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
143 Run "make dep-am".
144 * Makefile.in: Regenerate.
145
146 2002-07-01 Matt Thomas <matt@3am-software.com>
147
148 * readelf.c: Include "elf/vax.h".
149 (guess_is_rela): Move EM_VAX from unknown to RELA case.
150 (dump_relocations): Handle VAX relocations.
151 (get_machine_flags): Handle VAX machine flags.
152
153 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
154
155 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
156
157 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
158
159 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
160
161 2002-06-26 Alan Modra <amodra@bigpond.net.au>
162
163 * nm.c (print_symname): When demangling, strip leading dots from
164 symbol names to avoid confusing the demangler.
165
166 2002-06-25 H.J. Lu <hjl@gnu.org>
167
168 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
169 * Makefile.in: Regenerated.
170
171 2002-06-21 Igor Schein <igor@txc.com>
172
173 * configure.in: Quote bu_cv_have_fopen64.
174 * configure: Regenerate.
175
176 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
177
178 * configure.in: Check for strcoll.
179 * configure: Regenerate.
180 * config.in: Regenerate.
181 * nm.c (main): Set locale for LC_COLLATE category.
182 (non_numeric_forward): Use strcoll if available.
183
184 2002-06-20 Dave Brolley <brolley@redhat.com>
185
186 * MAINTAINERS: Add self as fr30 and frv maintainer.
187
188 2002-06-18 H.J. Lu (hjl@gnu.org)
189
190 * nm.c: Include "elf/common.h".
191 (extended_symbol_info): Add elfinfo, a pointer to
192 elf_symbol_type.
193 (SYM_SIZE): Use elfinfo if it is not NULL.
194 (get_symbol_type): New function.
195 (display_archive): Set print_width for each archive member.
196 (display_file): Likewise.
197 (display_rel_file): Don't set print_width here.
198 (print_object_filename_sysv): Handle print_width.
199 (print_archive_member_sysv): Likewise.
200 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
201 (print_symbol): Set the elfinfo field in extended_symbol_info
202 for ELF.
203 (print_object_filename_sysv): Fix the output format.
204 (print_symbol_info_sysv): Print type and section for ELF.
205
206 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
207
208 * nm.c (print_size_symbols): Remove assignment, which makes
209 the symbol's size equal to its value when --size-sort is
210 used.
211
212 2002-06-18 Dave Brolley <brolley@redhat.com>
213
214 From Catherine Moore:
215 * readelf.c (elf/frv.h): #include it.
216 (guess_is_rela): Support EM_CYGNUS_FRV.
217 (dump_relocations): Ditto.
218 (get_machine_name): Ditto.
219 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
220
221 2002-06-18 Jakub Jelinek <jakub@redhat.com>
222
223 * readelf.c (get_file_header): Only read the first section header if
224 e_shoff is non-zero.
225
226 2002-06-15 H.J. Lu (hjl@gnu.org)
227
228 * nm.c (print_size): New variable. Initialize to 0.
229 (long_options): Add 'S'/"print-size".
230 (main): Handle 'S'.
231 (print_symbol_info_bsd): Print size only if print_size is not
232 0.
233
234 * doc/binutils.texi: Document -S/--print-size.
235
236 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
237
238 * nm.c (struct extended_symbol_info): New strcuture: Add the size
239 of the symbols to the information provided by the symbol_info
240 structure.
241 (print_symbols): Pass the symbol size to print_symbol.
242 (print_size_symbols): Pass the symbol size to print_symbol.
243 (print_symbol): Extra argument: The size of the symbol. Store
244 this in the extended_symbol_info structure.
245 (print_symbol_info): Change type of info parameter to
246 extended_symbol_info. Display the size, if known.
247 (print_symbol_info_posix): Likewise.
248 (print_symbol_info_sysv): Likewise.
249
250 2002-06-08 Alan Modra <amodra@bigpond.net.au>
251
252 * Makefile.am: Run "make dep-am".
253 * Makefile.in: Regenerate.
254 * doc/Makefile.in: Regnerate.
255
256 * bucomm.c: Replace CONST with const.
257 * nm.c: Likewise.
258 * objdump.c: Likewise.
259
260 2002-06-07 H.J. Lu <hjl@gnu.org>
261
262 * readelf.c (DW_CFA_GNU_args_size): Don't define.
263 (DW_CFA_GNU_negative_offset_extended): Likewise.
264 (DW_CFA_GNU_window_save): Likewise.
265 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
266 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
267
268 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
269
270 * nm.c: When computing size of symbols for an ELF target use the
271 internal size field.
272
273 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
274
275 * testsuite/binutils-all/objcopy.exp: clear xfail for
276 "hppa*64*-*-hpux*".
277 * testsuite/binutils-all/hppa/objdump.exp: Return if
278 "*64*-*-*".
279
280 2002-06-05 Alan Modra <amodra@bigpond.net.au>
281
282 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
283
284 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
285
286 * objdump.c: Fix formatting.
287
288 2002-05-29 Ben Elliston <bje@redhat.com>
289
290 * MAINTAINERS: Add self as M68k maintainer.
291
292 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
293
294 * readelf.c: Modified/Added DLX elf support.
295
296 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
297
298 * arsup.c: Fix formatting.
299 * debug.c (debug_record_label): Add missing colon to error
300 message.
301 * ieee.c (parse_ieee_ty): Fix spelling typo.
302 * readelf.c (process_program_headers): Remove English assumption
303 about making a plural word.
304 (process_section_headers): Likewise.
305 (process_relocs): Allow quotes to be translated.
306 (process_unwind): Likewise,
307 (process_mips_specific): Improve error message.
308 (get_note_type): Fix spelling typo.
309
310 * configure.in (ALL_LINGUAS): Add sv
311 * po/sv.po: New file.
312
313 2002-05-27 Alan Modra <amodra@bigpond.net.au>
314
315 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
316 (unw_print_grmask): Likewise.
317 (unw_print_frmask): Likewise.
318
319 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
320
321 * arsup.c: Remove ARGSUSED.
322 * debug.c: Likewise.
323 * ieee.c: Likewise.
324 * nlmconv.c: Likewise.
325 * prdbg.c: Likewise.
326 * stabs.c: Likewise.
327 * wrstabs.c: Likewise.
328
329 2002-05-25 Alan Modra <amodra@bigpond.net.au>
330
331 * arlex.l: Use #include "" instead of <> for local header files.
332 * coffdump.c: Likewise.
333 * coffgrok.c: Likewise.
334 * nlmconv.c: Likewise.
335 * nlmheader.y: Likewise.
336 * srconv.c: Likewise.
337 * strings.c: Likewise.
338 * sysdump.c: Likewise.
339 * unwind-ia64.h: Likewise.
340 * windres.h: Likewise.
341 * winduni.h: Likewise.
342
343 2002-05-24 Tom Rix <trix@redhat.com>
344
345 * MAINTAINERS: Add self as the d10v maintainer.
346
347 2002-05-24 TAMURA Kent <kent@netbsd.org>
348
349 * configure.in: Builds dlltool for i386-netbsdpe.
350 * configure: Regenerate.
351
352 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
353
354 * size.c: Fix formatting.
355 * srconv.c: Likewise.
356 * stabs.c: Likewise.
357 * sysdump.c: Likewise.
358 * unwind-ia64.c: Likewise.
359 * wrstabs.c: Likewise.
360
361 2002-05-23 Jakub Jelinek <jakub@redhat.com>
362
363 * readelf.c (get_segment_type): Add PT_TLS.
364 (get_elf_section_flags): Add SHF_TLS.
365 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
366 (process_dynamic_segment): Use puts instead of printf.
367 (get_symbol_type): Support STT_TLS.
368 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
369 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
370 Add SEC_THREAD_LOCAL.
371
372 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
373
374 * rdcoff.c: Fix formatting.
375 * rddbg.c: Likewise.
376 * readelf.c: Likewise.
377 * rename.c: Likewise.
378 * resbin.c: Likewise.
379 * resrc.c: Likewise.
380 * resres.c: Likewise.
381
382 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
383
384 * filemode.c: Fix formatting.
385 * ieee.c: Likewise.
386 * is-ranlib.c: Likewise.
387 * is-strip.c: Likewise.
388 * maybe-ranlib.c: Likewise.
389 * maybe-strip.c: Likewise.
390 * nlmconv.c: Likewise.
391 * nm.c: Likewise.
392 * not-ranlib.c: Likewise.
393 * not-strip.c: Likewise.
394 * objcopy.c: Likewise.
395 * objdump.c: Likewise.
396
397 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
398
399 * objdump.c (dump_headers): Fix output formatting for ELF32
400 architectures in a BFD64 enabled toolchain.
401
402 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
403
404 * debug.c: Fix formatting.
405 * debug.h: Likewise.
406 * dlltool.c: Likewise.
407 * dllwrap.c: Likewise.
408 * emul_aix.c: Likewise.
409 * emul_vanilla.c: Likewise.
410
411 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
412
413 * addr2line.c: Fix formatting.
414 * ar.c: Likewise.
415 * arsup.c: Likewise.
416 * arsup.h: Likewise.
417 * binemul.c: Likewise.
418 * binemul.h: Likewise.
419 * bucomm.c: Likewise.
420 * coffdump.c: Likewise.
421 * coffgrok.c: Likewise.
422 * coffgrok.h: Likewise.
423
424 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
425
426 * MAINTAINERS: Add myself as the second AVR port maintainer.
427
428 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
429
430 * MAINTAINERS: Update my email address.
431
432 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
433
434 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
435
436 2002-05-09 Alan Modra <amodra@bigpond.net.au>
437
438 * configure.in: Replace `*pe' with `pe' throughout.
439 * configure: Regenerate.
440
441 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
442
443 * Makefile.am: Honour DESTDIR.
444 * Makefile.in: Regenerate.
445
446 2002-05-06 Alan Modra <amodra@bigpond.net.au>
447
448 * dlltool.c (process_def_file): Add missing prototype.
449 (new_directive, assemble_file, main): Likewise.
450 (process_def_file, new_directive): Make static.
451 (inform): Rewrite using VA_FIXEDARG.
452 * dllwrap.c (mybasename): Add missing prototype.
453 (strhash, main): Likewise.
454 (inform): Rewrite using VA_FIXEDARG.
455 (warn): Likewise.
456 (cleanup_and_exit): Use old style function definition.
457 (strhash): Likewise.
458 * windres.c (define_resource): Use one memset to clear all of
459 struct res_resource.
460
461 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
462 call to rules that need no lookahead. Check for no lookahead.
463
464 2002-05-06 Borut Razem <borut.razem@siol.net>
465
466 * rclex.l (get_string): Correct "strings" list handling.
467 * resrc.c (read_rc_file): Discard strings.
468
469 2002-05-04 Alan Modra <amodra@bigpond.net.au>
470
471 * ar.c (replace_members): Remove unused var. Formatting fix.
472 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
473
474 * MAINTAINERS: Sort port maintainers by CPU.
475
476 2002-05-04 Bob Byrnes <byrnes@curl.com>
477
478 * size.c (display_archive): Add last_arfile and code to close archives.
479
480 2002-05-01 Alan Modra <amodra@bigpond.net.au>
481
482 * nm.c (print_symbol): Check returned filename from
483 bfd_find_nearest_line is non-NULL.
484
485 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
486
487 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
488
489 2002-04-24 Christian Groessler <chris@groessler.org>
490
491 * MAINTAINERS: Changed my email address.
492
493 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
494
495 * arparse.y: Fix syntax warning.
496
497 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
498
499 * readelf.c (fetch_location_list): Remove unused function.
500
501 * readelf.c (process_corefile_note_segment): Catch corrupt notes
502 and display a warning message, then exit the loop.
503
504 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
505
506 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
507
508 * resrc.c (write_rc_dialog): If charset is non-default value
509 display all of the DIALOGEX parameters.
510
511 2002-04-15 Eric Kohl <ekohl@rz-online.de>
512
513 * rcparse.y: Allow two to five parameter in FONT statement of
514 DIALOGEX resources.
515 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
516 resource data.
517 (res_to_bin_dialog): Likewise.
518 * windres.h: Added misssing charset variable to dialog_ex
519 structure.
520
521 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
522
523 * rcparse.y: Set MEMFLAG_PURE by default.
524
525 2002-04-09 Bernd Herd <info@herdsoft.com>
526
527 * rcparse.y: CLASS definitions in DIALOG resources
528 are quoted.
529 Fix typo in BEDIT warning.
530 Don't add default dialog style when explicit style specified.
531 Add WS_CAPTION dialog style if CAPTION is specified.
532
533 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
534 (handle_quotes) "\a" escape (used for right justified key
535 definitions in menus) is encodes as binary 8.
536
537 * resrc.c (write_rc_dialog): Print style even if it is 0.
538 (write_rc_directory): Fix overlooked sublang shift bug.
539 (bin_to_res_dialog): Don't print empty dialog caption.
540
541 * resbin.c (bin_to_res_dialog): Use signature to identify
542 DIALOGEX.
543
544 * windres.c (main): Set default LANGUAGE to english/us.
545
546 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
547
548 * resrc.c: print CLASS names in quotes
549
550 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
551
552 * MAINTAINERS: Update my email address.
553
554 2002-04-04 Alan Modra <amodra@bigpond.net.au>
555
556 * dep-in.sed: Cope with absolute paths.
557 * Makefile.am (dep.sed): Subst TOPDIR.
558 Run "make dep-am".
559 * Makefile.in: Regenerate.
560
561 2002-03-27 Peter Targett <peter.targett@arc.com>
562
563 * MAINTAINERS: Update my email address.
564
565 2002-03-21 Alan Modra <amodra@bigpond.net.au>
566
567 * Makefile.am: Run "make dep-am".
568 * Makefile.in: Regenerate.
569 * doc/Makefile.in: Regenerate.
570 * po/POTFILES.in: Regenerate.
571 * aclocal.m4: Regenerate.
572 * config.in: Regenerate.
573 * configure: Regenerate.
574
575 2002-03-20 Daniel Berlin <dan@dberlin.org>
576
577 * readelf.c: Add support for displaying dwarf2 location lists.
578 (do_debug_loc, debug_loc_section, debug_loc_size): New.
579 (parse_args): Use 'O' as shorthand for displaying location list
580 section.
581 (process_section_headers): Handle debug_loc as well.
582 (load_debug_loc): New.
583 (free_debug_loc): New.
584 (fetch_location_list): New.
585 (display_debug_loc): New.
586 (display_debug_info): Call load_debug_loc and free_debug_loc.
587 (debug_displays): We can display .debug_loc now, too.
588 (usage): Update usage string.
589 (read_and_display_attr_value): Note location lists, but don't
590 display them inline.
591
592 2002-03-18 Tom Rix <trix@redhat.com>
593
594 * Makefile.am: Add binutils emulation support.
595 * configure.in: Same.
596 * configure.tgt: New file. Same.
597 * ar.c (main): Use ar_emul_parse_arg.
598 (usage): Use ar_emul_usage.
599 (replace_members): Use ar_emul_replace, ar_emul_append.
600 * binemul.c: New file. Define the binutils emulation
601 layer. Define default methods.
602 * binemul.h: New file. Binutils emulation layer header file.
603 * emul_aix.c: New file. AIX binutils emulation.
604 * emul_vanilla.c: New file. Default binutils emulation.
605 * Makefile.in: Regenerate.
606 * configure: Same.
607
608 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
609
610 * po/fr.po: Updated version.
611
612 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
613
614 * po/fr.po: Updated version.
615
616 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
617
618 * README: Update some version numbers.
619
620 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
621
622 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
623 (Architecture Selection): Likewise.
624
625 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
626
627 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
628 generating .exp file.
629
630 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
631
632 * readelf.c (dump_relocations): Fix typo.
633
634 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
635
636 * NEWS: Mark 2.12 branch.
637
638 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
639
640 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
641 types for 64-bit MIPS. Narrow some fields for 80-char
642 output.
643 (dump_relocations): Change spelling from 'unrecognised'
644 to 'unrecognized'.
645 (decode_ARM_machine_flags): Likewise.
646 (parse_args): Likewise.
647 (read_and_display_attr_value): Likewise.
648 (display_debug_section): Likewise.
649
650 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
651
652 * NEWS: Mention support for MMIX.
653
654 2002-02-13 Matt Fredette <fredette@netbsd.org>
655
656 * readelf.c (get_machine_flags): Recognize EF_M68000.
657
658 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
659
660 * MAINTAINERS: Added self as MN10300 co-maintainer.
661
662 2002-02-12 Alan Modra <amodra@bigpond.net.au>
663
664 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
665 DT_PPC64_OPDSZ.
666
667 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
668
669 * MAINTAINERS: List myself as branch maintainer.
670
671 2002-02-11 Alan Modra <amodra@bigpond.net.au>
672
673 * configure: Regenerate.
674 * objcopy.c: Update copyright date.
675 * doc/Makefile.in: Regenerate.
676
677 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
678
679 * nlmconv.c: Back out localtime PARAMS change.
680
681 2002-02-11 Alan Modra <amodra@bigpond.net.au>
682
683 * objcopy.c (MKDIR): Define.
684 (copy_archive): Make name_list.name const. Use MKDIR.
685 Handle duplicate files in archives by making more temp dirs.
686
687 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
688
689 * coffdump.c: Include "getopt.h" after "bucomm.h"
690 so that macros are defined correctly.
691 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
692 prototype. Prototype main.
693 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
694
695 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
696
697 * MAINTAINERS: Added self as SH co-maintainer.
698
699 2002-02-05 Nick Clifton <nickc@redhat.com>
700
701 * po/tr.po: Updated translation.
702
703 2002-02-01 Alan Modra <amodra@bigpond.net.au>
704
705 * Makefile.am: Run "make dep-am"
706 * Makefile.in: Regenerate.
707
708 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
709
710 * nm.c (print_value): Mark abfd unused.
711
712 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
713
714 * unwind-ia64.c (unw_decoder): Change second argument
715 to unsigned int, to match function prototypes.
716
717 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
718
719 * objdump.c: Include "getopt.h" after "bucomm.h" so that
720 __GNU_LIBRARY__ will be defined.
721 * size.c: Likewise.
722
723 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
724
725 * configure: Regenerated.
726
727 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
728
729 * doc/Makefile.am (install): Depend on install-info.
730 * doc/Makefile.in: Regenerate.
731
732 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
733
734 * objcopy.c (strip_usage): Document -d as an alias
735 --strip-debug.
736
737 * size.c (usage): Document [-t | --totals] options.
738 (long_options): Add --totals option.
739 (main): If the [-t | --totals] option is specified and
740 the output format is Berkeley-style, print the total
741 text, data, and bss sizes of all objects listed.
742 (print_berkeley_format): If the [-t | --totals] option
743 is specified, track the total text, data, and bss
744 sizes.
745 * doc/binutils.texi (size): Document [-t | --totals] options.
746 (strip): Document -d as an alias for --strip-debug.
747 * NEWS: Mention new feature of size.
748
749 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
750
751 * po/fr.po: Updated version.
752 * po/es.po: Updated version.
753
754 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
755
756 * addr2line.c (usage): Update text to provide verbose
757 description of the command line options.
758 * ar.c (usage): Update text to provide verbose
759 description of the command line options.
760 (main): Accept -h and -H when running as ranlib.
761 * coffdump.c (show_usage): Update text to provide verbose
762 description of the command line options.
763 * dlltool.c (main): Accept -H as an alias for --help.
764 * nlmconv.c (show_usage): Update text to provide verbose
765 description of the command line options.
766 * nm.c (usage): Replace OPTIONS with option(s).
767 (main): Accept -H as an alias for --help.
768 * objcopy.c (strip_main): Accept -H as an alias for --help.
769 * objdump.c (main): Accept -v as an alias for --verbose.
770 * readelf.c (usage): Adjust format to match style used in
771 other binutils.
772 * size.c (usage): Update text to provide verbose description
773 of the command line options.
774 (main): Accept -v, -h and -H as command line options.
775 * srconv.c (show_usage): Update text to provide verbose
776 description of the command line options.
777 * strings.c (main): Accept -H and -v as command line options.
778 (usage): Update text to provide verbose description of the
779 command line options.
780 * sysdump.c (show_usage): Update text to provide verbose
781 description of the command line options.
782 * windres.c (usage): Adjust format to match style used in
783 other binutils.
784
785 * coffdump.c: Fix formatting.
786 * nlmconv.c: Fix formatting.
787 * srconv.c: Fix formatting.
788 * sysdump.c: Fix formatting.
789
790 2002-01-22 Alan Modra <amodra@bigpond.net.au>
791
792 * Makefile.am: Run "make dep-am".
793 * Makefile.in: Regenerate.
794
795 2002-01-18 Andreas Jaeger <aj@suse.de>
796
797 * version.c (print_version): Update year.
798
799 2002-01-17 Alan Modra <amodra@bigpond.net.au>
800
801 * readelf.c (get_machine_name): Handle EM_PPC64.
802 (guess_is_rela): Here too.
803
804 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
805
806 * po/binutils.pot: Regenerate.
807 * po/fr.po: Regenerate.
808 * po/tr.po: Regenerate.
809
810 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
811
812 * po/tr.po: Import new version.
813
814 2002-01-16 Alan Modra <amodra@bigpond.net.au>
815
816 * readelf.c (get_ppc64_dynamic_type): New.
817 (get_dynamic_type): Call it.
818
819 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
820
821 * objcopy.c (copy_usage): Use "options" instead of "switches".
822 (strip_usage): Use "options" instead of "switches".
823 * doc/binutils.texi (dlltool): Refer to "options" instead of
824 "switches".
825
826 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
827
828 * MAINTAINERS: Add self as co-maintainer for the ARM code.
829
830 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
831
832 * po/es.po: Import from translation project.
833 * configure.in (ALL_LINGUAS): Add es.
834 * configure: Regenerate.
835
836 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
837
838 * readelf.c (get_netbsd_elfcore_note_type): Use
839 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
840
841 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
842
843 * readelf.c: Update copyright years.
844 (get_note_type): Return a const char *.
845 (get_netbsd_elfcore_note_type): New function.
846 (process_note): Use get_netbsd_elfcore_note_type to get
847 the note type string for NetBSD ELF core files.
848
849 2002-01-06 Steve Ellcey <sje@cup.hp.com>
850
851 * readelf.c (get_ia64_segment_type): Add support for macros.
852 (get_segment_type): Add support for IA64 specific macros.
853
854 2001-12-20 Julian v. Bock <julian@wongr.net>
855
856 * readelf.c (print_symbol): New function: Print a formatted symbol
857 name. If --wide is specified do not truncate it.
858 (dump_relocations): Use print_symbol() to print symbol names.
859 (process_symbol_table): Likewise.
860 (process_syminfo): Likewise.
861 (process_mips_specific): Likewise.
862 (usage): Document new feature of --wide switch.
863 * doc/binutils.texi (objdump): Document additional behaviour of
864 --wide.
865
866 2001-12-18 Michael Snyder <msnyder@redhat.com>
867
868 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
869 (copy_object): Don't set the start address or flags of a core file.
870 (copy_section): Don't relocate a core file. Don't copy contents
871 if the input section has the contents flag set, but the output
872 section does not (which happens with the fake 'note' pseudo-
873 sections that BFD creates for corefiles).
874
875 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
876
877 * readelf.c (get_machine_flags): Recognize header flags for ABI and
878 ASE extensions. More robust code for ISA checking. Ignore empty fields
879 in header flags for GNU extensions.
880
881 2001-12-18 Alan Modra <amodra@bigpond.net.au>
882
883 * objcopy.c (copy_archive): Set output bfd format outside the loop.
884
885 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
886
887 * po/ja.po: Import from translation project.
888 * configure.in (ALL_LINGUAS): Add ja.
889 * configure: Regenerate.
890
891 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
892
893 * addr2line.c (main): Protoype.
894 * ar.c (main): Protoype.
895 * nm.c (main): Protoype.
896 * objcopy.c (main): Protoype.
897 * objdump.c (main): Protoype.
898 * size.c (main): Protoype.
899 * strings.c (main): Protoype.
900
901 2001-12-17 Alan Modra <amodra@bigpond.net.au>
902
903 * readelf.c (symtab_shndx_hdr): New global.
904 (SECTION_HEADER_INDEX): Define.
905 (SECTION_HEADER_NUM): Define.
906 (SECTION_HEADER): Define.
907 (GET_ELF_SYMBOLS): Pass two params rather than three.
908 (get_32bit_elf_symbols): Take file and section args. Read and
909 use SHT_SYMTAB_SHNDX.
910 (get_64bit_elf_symbols): Likewise.
911 (dump_relocations): Use SECTION_HEADER to index "section_headers".
912 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
913 Remember symtab_shdx_hdr.
914 (process_program_headers): Scan from index 1 for segment map.
915 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
916 "section_headers".
917 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
918 (process_unwind): Likewise.
919 (process_version_sections): Likewise.
920 (process_symbol_table): Likewise.
921 (display_debug_info): Likewise.
922 (process_dynamic_segment): Fake up a symtab section for changed
923 GET_ELF_SYMBOLS.
924 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
925 (process_program_headers): Kill signed/unsigned warning.
926 (load_debug_str): Likewise.
927 (display_debug_info): Likewise.
928
929 2001-12-13 Jakub Jelinek <jakub@redhat.com>
930
931 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
932
933 2001-12-11 Alan Modra <amodra@bigpond.net.au>
934
935 * readelf.c (process_file_header): Print extended e_shnum and
936 e_shdtrndx values. Set elf_header values for same.
937 (get_32bit_section_headers): Add "num" arg to read "num" headers.
938 (get_64bit_section_headers): Likewise.
939 (process_section_headers): Update calls.
940 (get_file_header): Call get_32bit_section_headers or 64bit variant.
941
942 2001-12-10 Jakub Jelinek <jakub@redhat.com>
943
944 * objcopy.c (setup_section): Copy entsize.
945
946 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
947
948 * readelf.c (guess_is_rela): Add support for stormy16.
949 (dump_relocations): Likewise.
950 (get_machine_name): Likewise.
951
952 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
953
954 * dllwrap.c (main) Replace multiple strings describing a
955 single error with a single, newline escaped sentence to permit
956 better translation into foreign languages.
957
958 * readelf.c (get_elf_class): Remove internalionalisation of ELF
959 class names.
960
961 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
962
963 * strings.c (get_char): Initialize value.
964
965 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
966
967 * arlex.l: Silence compile warnings.
968 * arsup.h: Likewise. Fix formatting.
969
970 2001-12-04 Jakub Jelinek <jakub@redhat.com>
971
972 * strings.c: Include config.h before bfd.h.
973 (file_off): New type.
974 (file_open): Define.
975 (print_strings): Use file_off instead of file_ptr. Print addresses
976 which don't fit into long correctly.
977 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
978 available.
979 (strings_file): Use file_off instead of file_ptr. Use file_open.
980 * configure.in: Check for getc_unlocked.
981 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
982 be defined for it.
983 * configure: Rebuilt.
984 * config.h.in: Rebuilt.
985
986 2001-11-29 H.J. Lu <hjl@gnu.org>
987
988 * bucomm.c (make_tempname): Revert the changes made on
989 2001-11-14 and 2001-11-12. They won't work with directories.
990
991 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
992
993 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
994 CFLAGS_FOR_TARGET to runtest in environment.
995 * Makefile.in: Rebuild.
996 * doc/Makefile.in: Rebuild.
997
998 2001-11-28 Mike Stump <mrs@wrs.com>
999
1000 * objcopy.c (setup_section): Preserve SEC_RELOC when
1001 --set-section-flags is used.
1002
1003 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1004
1005 * readelf.c (do_debug_str): New variable.
1006 (display_debug_str): New function: Display the contents of a
1007 .debug_str section.
1008 (load_debug_str): New function: Load in the contents of a
1009 .debug_str section.
1010 (free_debug_str): New function: Free the memory used by
1011 load_debug_str().
1012 (fetch_indirect_string): Retrieve a string from the .debug_str
1013 section.
1014 (usage): Add -ws.
1015 (parse_args): Accept -ws.
1016 (process_section_headers): Allow the display of the .debug_str
1017 section.
1018 (read_and_display_attr_value): Use fetch_indirect_string. Show
1019 offset into .debug_str section.
1020 (display_debug_info): Use load_debug_str and free_debug_str.
1021 (debug_displays): Add .debug_str.
1022 * doc/binutils.texi: Document -ws.
1023
1024 2001-11-19 Andreas Jaeger <aj@suse.de>
1025
1026 * testsuite/binutils-all/objdump.exp: Add x86-64.
1027
1028 2001-11-15 Andreas Schwab <schwab@suse.de>
1029
1030 * readelf.c: Fix warnings without terminating newline.
1031
1032 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1033
1034 * doc/binutils.texi (objdump): Document ppc -M options.
1035
1036 2001-11-14 Andreas Jaeger <aj@suse.de>
1037
1038 * doc/binutils.texi (objdump): Fix description to use x86-64.
1039
1040 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1041
1042 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1043 not all systems provide mkstemp.
1044
1045 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1046
1047 * doc/binutils.texi (objdump): Document x86 -M options.
1048
1049 2001-11-13 Keith Walker <keith.walker@arm.com>
1050
1051 * readelf.c (read_and_display_attr_value): New function to
1052 handle DW_FORM_indirect.
1053 (read_and_display_attr): Use it.
1054
1055 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1056
1057 * readelf.c (display_debug_lines): Deal with unknown standard
1058 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1059 DW_LNS_set_isa.
1060
1061 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1062
1063 * MAINTAINERS: Add self as tic54x maintainer. This target
1064 includes the IBM C54XDSP clone.
1065
1066 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1067
1068 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1069
1070 2001-11-09 Jeffrey A Law (law@cygnus.com)
1071
1072 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1073 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1074 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1075 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1076 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1077 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1078 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1079
1080 * readelf.c (get_elf_class): Fix ISO portability glitch.
1081 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1082
1083 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1084
1085 * readelf.c (debug_str, debug_str_size): New.
1086 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1087 Call free_abbrevs.
1088 (read_and_display_addr): Handle DW_FORM_strp.
1089 (display_debug_info): Read .debug_str section if present,
1090 so that DW_FORM_strp can be handled.
1091 Fix test for non-existant .debug_abbrev section.
1092
1093 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1094
1095 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1096
1097 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1098
1099 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1100
1101 * MAINTAINERS: Add self as s390/s390x maintainer.
1102
1103 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
1104
1105 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1106
1107 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1108
1109 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1110 * configure: Regernate.
1111 * po/fr.po: New file.
1112 * po/tr.po: New file.
1113
1114 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1115
1116 * MAINTAINERS: Add self as MMIX port maintainer.
1117 * readelf.c: Include elf/mmix.h.
1118 (guess_is_rela): MMIX is RELA.
1119 (dump_relocations): Handle MMIX relocations.
1120 * Makefile.am: Regenerate dependencies.
1121 * Makefile.in: Regenerate.
1122
1123 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1124
1125 * readelf.c (parse_args): Handle multiple options to the -w
1126 switch.
1127
1128 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1129
1130 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1131 LOPROC, LOOS and LOUSER.
1132
1133 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1134
1135 * MAINTAINERS: Update my email address.
1136
1137 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1138
1139 * doc/Makefile.in: Regenerate.
1140 * configure: Regenerate.
1141
1142 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1143
1144 * readelf.c (display_debug_line, display_debug_pubnames,
1145 display_debug_info, display_debug_frames): Detect and warn
1146 about 64-bit format entries.
1147 (display_debug_aranges): Reword 64-bit warning.
1148 (debug_displays): Add .debug_pubtypes as a known, but not yet
1149 supported, debug section.
1150
1151 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1152
1153 * coffdump.c (PROGRAM_VERSION): Delete.
1154 (main <'V'>): Call print_version.
1155 * srconv.c: Likewise.
1156 * sysdump.c: Likewise.
1157 * version.c (program_version): Remove.
1158 (print_version): Use BFD_VERSION_STRING. Just print the current
1159 year in copyright message.
1160 * addr2line.c (program_version): Remove unused declaration.
1161 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1162 place of BFD_VERSION.
1163 * Makefile.am (Makefile): Depend on bfd/configure.in.
1164 (cplus-dem.o): Depend on Makefile.
1165 Run "make dep-am".
1166 * Makefile.in: Regenerate.
1167
1168 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1169
1170 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1171 format .debug_arange sections.
1172 (main): Add missing prototype.
1173
1174 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1175
1176 * Makefile.am: Update dependencies with "make dep-am".
1177 * Makefile.in: Regenerate.
1178
1179 2001-09-28 Richard Henderson <rth@redhat.com>
1180
1181 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1182
1183 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1184
1185 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1186 VA_CLOSE.
1187 (non_fatal): Likewise.
1188 * objdump.c (objdump_sprintf): Likewise.
1189 * readelf.c (error): Likewise.
1190 (warn): Likewise.
1191
1192 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1193
1194 * readelf.c (do_wide): New.
1195 (options): Add --wide.
1196 (usage, parse_args): Likewise.
1197 (process_program_headers): Put each segment on a single line if
1198 --wide is given.
1199 (process_section_headers): Put each section on a single line if
1200 --wide is given.
1201 * doc/binutils.texi: Document it.
1202 * NEWS: Likewise.
1203
1204 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1205
1206 * readelf.c (print_vma): Print 8 digits of low hex value.
1207
1208 2001-09-24 Andreas Jaeger <aj@suse.de>
1209
1210 * nlmconv.c: Fix warnings about unused attributes and function
1211 prototypes.
1212
1213 * strings.c: Add prototype for get_char.
1214
1215 2000-09-19 H.J. Lu <hjl@gnu.org>
1216
1217 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1218 $(srcdir)/cxxfilt.man.
1219 * doc/Makefile.in: Rebuild.
1220
1221 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1222
1223 * objcopy.c (copy_main): Correct rename-section string parsing.
1224 Consolidate new_name parsing, and error messages.
1225
1226 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1227
1228 * addr2line.c: Don't include <ctype.h>.
1229 (main): For gettext, also set the LC_CTYPE locate facet.
1230 * ar.c (main): Likewise.
1231 * coffdump.c (main): Likewise.
1232 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1233 (main): For gettext, also set the LC_CTYPE locate facet.
1234 Use ISALNUM instead of isalpha/isdigit.
1235 * dllwrap.c: Don't include <ctype.h>.
1236 (main): For gettext, also set the LC_CTYPE locate facet.
1237 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1238 (main): For gettext, also set the LC_CTYPE locate facet.
1239 Use TOUPPER instead of islower/toupper.
1240 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1241 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1242 Use TOUPPER instead of islower/toupper.
1243 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1244 * objcopy.c (main): Likewise.
1245 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1246 (disassemble_bytes): Use ISPRINT instead of isprint.
1247 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1248 (dump_data): Use ISPRINT instead of isprint.
1249 (main): For gettext, also set the LC_CTYPE locate facet.
1250 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1251 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1252 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1253 Use TOUPPER instead of islower/toupper.
1254 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1255 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1256 (write_rc_accelerators): Use ISPRINT instead of isprint.
1257 (write_rc_rcdata): Likewise.
1258 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1259 * srconv.c (main): Likewise.
1260 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1261 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1262 isdigit/isupper/islower.
1263 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1264 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1265 stab_demangle_prefix, stab_demangle_qualified,
1266 stab_demangle_template, stab_demangle_type,
1267 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1268 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1269 (isgraphic): Use ISPRINT instead of isascii/isprint.
1270 (main): Remove HAVE_LC_MESSAGES dependency.
1271 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1272 (pbarray): Use ISPRINT instead of isprint.
1273 (main): For gettext, also set the LC_CTYPE locate facet.
1274 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1275 (format_from_filename): Use ISPRINT instead of isprint.
1276 (main): For gettext, also set the LC_CTYPE locate facet.
1277 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1278 (unicode_print): Use ISPRINT instead of isprint.
1279 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1280 (stab_variable): Use ISDIGIT instead of isdigit.
1281
1282 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1283
1284 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1285 Replace bfd_read call with call to bfd_bread.
1286 (extract_file): Likewise.
1287
1288 * objdump.c (dump_section_header): Cast section->filepos to
1289 unsigned long to suit printf format string.
1290 * readelf.c (process_section_headers): Similarly for sh_offset.
1291 (process_unwind): Likewise.
1292
1293 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1294
1295 * strings.c (encoding, encoding_bytes): New variables.
1296 (long_options): Add --encoding.
1297 (main): Accept -e and --encoding.
1298 (get_char): New function. Read a, possibly wide, character from
1299 the input stream.
1300 (print_strings): Use get_char().
1301 (usage): Document new command line option.
1302 * doc/binutils.texi: Document new command line option.
1303 * NEWS: Announce new command line option.
1304
1305 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1306
1307 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1308 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1309 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1310 Removed EM_CYGNUS_ARC.
1311
1312 2001-09-04 Jeffrey A Law (law@cygnus.com)
1313
1314 * readelf.c: Include elf/h8 for H8 series definitions.
1315 (guess_is_rela): H8 series if RELA.
1316 (dump_relocations): Handle H8 series relocations.
1317
1318 2001-08-31 Eric Christopher <echristo@redhat.com>
1319
1320 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1321
1322 2001-08-29 Peter Targett <peter.targett@arccores.com>
1323
1324 * MAINTAINERS: Include ARC Maintainer.
1325
1326 2001-08-29 Ben Elliston <bje@redhat.com>
1327
1328 * stabs.c (stab_demangle_template): Initialise s4.
1329
1330 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1331
1332 * readelf.c (dump_relocations): Recognise EM_PPC64.
1333
1334 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1335
1336 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1337
1338 2001-08-25 H.J. Lu <hjl@gnu.org>
1339
1340 * nm.c (print_width): New.
1341 (display_rel_file): Set `print_width' according to
1342 bfd_sprintf_vma.
1343 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1344
1345 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1346
1347 * objcopy.c (use_alt_mach_code): New variable.
1348 (OPTION_ALT_MACH_CODE): Define.
1349 (copy_options): Added --alt-machine-code.
1350 (copy_main): Handle it.
1351 (copy_object): Switch to alternate machine code if requested.
1352 * doc/binutils.texi: Document new option.
1353 * NEWS: Likewise.
1354
1355 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1356
1357 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1358
1359 2001-08-21 H.J. Lu <hjl@gnu.org>
1360
1361 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1362 (display_debug_info): Cast for 64bit hosts.
1363 (display_debug_frames): Likewise.
1364 (process_mips_specific): Likewise.
1365
1366 2001-08-21 Andreas Jaeger <aj@suse.de>
1367
1368 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1369
1370 * sysdump.c: Add missing prototypes.
1371 * srconv.c: Likewise.
1372 * unwind-ia64.c: Likewise.
1373 * coffdump.c: Likewise.
1374
1375 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1376
1377 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1378 of declaring xcalloc.
1379
1380 2001-08-10 H.J. Lu <hjl@gnu.org>
1381
1382 * nm.c (print_value): Add one arg, bfd *.
1383 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1384 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1385 (print_symbol_info_sysv): Likewise.
1386 (print_symbol_info_posix): Likewise.
1387
1388 * objdump.c (dump_section_header): Replace printf_vma with
1389 bfd_printf_vma.
1390 (print_section_stabs): Likewise.
1391 (dump_bfd_header): Likewise.
1392 (objdump_print_value): Replace sprintf_vma with
1393 bfd_sprintf_vma.
1394 (disassemble_bytes): Likewise.
1395 (dump_reloc_set): Likewise.
1396
1397 2001-08-10 Andreas Jaeger <aj@suse.de>
1398
1399 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1400 to build warnings.
1401 * configure: Regenerate.
1402
1403 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1404
1405 * readelf.c: Add missing prototypes.
1406 * objdump.c: Likewise. Format existing prototypes.
1407
1408 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1409
1410 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1411 of any RELA relocation for the abbrev_offset memory location that
1412 refers to the .debug_abbrev section symbol.
1413
1414 2001-08-07 H.J. Lu <hjl@gnu.org>
1415
1416 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1417 (main): Return process_file ().
1418
1419 2001-08-05 Philip Blundell <philb@gnu.org>
1420
1421 * doc/binutils.texi: Use "Thumb" not "THUMB".
1422
1423 2001-08-03 John Healy <jhealy@redhat.com>
1424
1425 Patch suggested by Frank Eigler <fche@redhat.com>.
1426 * objdump.c (disassemble_data): Fill in section member of the
1427 disasm_info structure.
1428
1429 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1430
1431 * configure.in: Added --with-windres option.
1432 * configure: Regenerated.
1433
1434 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1435
1436 * doc/binutils.texi: Use @command{name} for commands;
1437 use @option{-opt} for options; use @table @env for list of options;
1438 remove spaces arround [ | ] in synopsis.
1439
1440 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1441 center title.
1442
1443 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1444
1445 * objcopy.c: Fix formatting.
1446 (section_rename): New structure.
1447 (OPTION_RENAME_SECTION): New switch.
1448 (copy_usage): Document new switch.
1449 (add_section_rename): New function: Add a node to the section
1450 rename list.
1451 (find_section_rename): New function: Find the new name and
1452 flags for a section.
1453 (setup_section): Call find_section_name to determine the name
1454 of the output section.
1455 (copy_main): Handle OPTION_RENAME_SECTION.
1456 * binutils.texi: Document new switch.
1457 * NEWS: Mention new switch.
1458
1459 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1460
1461 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1462 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1463 bug-binutils@gcc.org.
1464
1465 2001-07-28 Matthias Kramm <kramm@quiss.org>
1466
1467 * bucomm.c (list_supported_architectures): New function.
1468 * bucomm.h (list_supported_architectures): Declare.
1469 * objdump.c (usage): Call the above.
1470
1471 2001-07-25 Dave Brolley <brolley@redhat.com>
1472
1473 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1474 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1475
1476 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1477
1478 * README: Update for 2.11. Change bug reporting email address.
1479 * MAINTAINERS: Tidy up. Change bug reporting email address.
1480
1481 2001-07-16 DJ Delorie <dj@redhat.com>
1482
1483 * resres.c (write_res_header): Align header size.
1484 (res_align_file): Calculate alignment correctly.
1485
1486 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1487 correct 10).
1488 * resrc.c (write_rc_resource): Likewise.
1489 * windres.h (SUBLANG_SHIFT): Define - as 10.
1490
1491 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1492
1493 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1494
1495 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1496
1497 * MAINTAINERS: Add notes about branch checkins.
1498
1499 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1500
1501 * readelf.c (display_debug_macinfo): New function, display
1502 .debug_macinfo section.
1503 (do_debug_macinfo): New variable.
1504 (parse_args): Handle "-w[mM]" to mean display macro info.
1505 (process_section_headers): Handle debug_macinfo.
1506 (debug_displays): Replace unsupported function with macinfo
1507 function for .debug_macinfo display.
1508 * doc/binutils.texi: Document new command line switch.
1509 * NEWS: Document new feature of readelf.
1510
1511 2001-07-05 H.J. Lu <hjl@gnu.org>
1512
1513 * objcopy.c (filter_symbols): Don't turn undefined symbols
1514 into local.
1515
1516 2001-07-03 H.J. Lu <hjl@gnu.org>
1517
1518 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1519 $@.pod.
1520 (ar.1): Likewise.
1521 (dlltool.1): Likewise.
1522 (nlmconv.1): Likewise.
1523 (nm.1): Likewise.
1524 (objcopy.1): Likewise.
1525 (objdump.1): Likewise.
1526 (ranlib.1): Likewise.
1527 (readelf.1): Likewise.
1528 (size.1): Likewise.
1529 (strings.1): Likewise.
1530 (strip.1): Likewise.
1531 (windres.1): Likewise.
1532 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1533 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1534 $(DEMANGLER_NAME).
1535 (as.1): Removed.
1536 * doc/Makefile.in: Regenerated.
1537
1538 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1539
1540 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1541
1542 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1543
1544 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1545
1546 2001-06-29 James Cownie <jcownie@etnus.com>
1547
1548 * readelf.c: Support DWARF 2.1 attributes.
1549
1550 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1551
1552 * readelf.c (GET_DATA_ALLOC): Remove.
1553 (GET_DATA): Remove.
1554 (get_data): New function combining above macros, with an extra
1555 test for zero size.
1556 (slurp_rela_relocs): Use get_data, and catch error return.
1557 (slurp_rel_relocs): Likewise.
1558 (get_32bit_program_headers): Likewise.
1559 (get_64bit_program_headers): Likewise.
1560 (get_32bit_section_headers): Likewise.
1561 (get_64bit_section_headers): Likewise.
1562 (get_32bit_elf_symbols): Likewise.
1563 (get_64bit_elf_symbols): Likewise.
1564 (process_section_headers): Likewise.
1565 (process_relocs): Likewise.
1566 (slurp_ia64_unwind_table): Likewise.
1567 (process_unwind): Likewise.
1568 (get_32bit_dynamic_segment): Likewise.
1569 (get_64bit_dynamic_segment): Likewise.
1570 (process_dynamic_segment): Likewise.
1571 (process_version_sections): Likewise.
1572 (process_symbol_table): Likewise.
1573 (dump_section): Likewise.
1574 (display_debug_info): Likewise.
1575 (display_debug_section): Likewise.
1576 (process_section_contents): Likewise.
1577 (process_corefile_note_segment): Likewise.
1578 (process_mips_specific): Likewise. Also free econf32, econf64.
1579
1580 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1581
1582 * readelf.c (dump_relocations): Print "bad symbol index" if
1583 symtab == NULL with non-zero symtab_index.
1584 (process_relocs): Don't bomb if reloc section has no symsec.
1585
1586 2001-06-24 H.J. Lu <hjl@gnu.org>
1587
1588 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1589 by accident.
1590 (copy_main): Apply the the change made to strip_main on
1591 2001-05-30 by accident.
1592
1593 2001-06-23 Andreas Jaeger <aj@suse.de>
1594
1595 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1596 parameter 'code'.
1597 (unw_decode_x2): Likewise.
1598 (unw_decode_x3): Likewise.
1599 (unw_decode_x4): Likewise.
1600
1601 2001-06-23 Ben Elliston <bje@redhat.com>
1602
1603 * MAINTAINERS: Add myself as M88k maintainer.
1604
1605 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1606
1607 * objcopy.c (strip_main): Support -o or --output-file command lien
1608 switch.
1609
1610 2001-06-19 H.J. Lu <hjl@gnu.org>
1611
1612 * doc/Makefile.in: Regenerated.
1613
1614 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1615
1616 * readelf.c: Restore formatting.
1617
1618 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1619
1620 * Makefile.am: Move documentation into doc subdirectory.
1621 * Makefile.in: Regenerated.
1622 * binutils.texi: Move into doc subdirectory.
1623 * addr2line.1: Removed.
1624 * ar.1: Likewise.
1625 * dlltool.1: Likewise.
1626 * nlmconv.1: Likewise.
1627 * nm.1: Likewise.
1628 * objcopy.1: Likewise.
1629 * objdump.1: Likewise.
1630 * ranlib.1: Likewise.
1631 * readelf.1: Likewise.
1632 * size.1: Likewise.
1633 * strings.1: Likewise.
1634 * strip.1: Likewise.
1635 * windres.1: Likewise.
1636 * cxxfilt.man: Likewise.
1637 * doc: New Directory.
1638 * doc/Makefile.am: New file.
1639 * doc/Makefile.in: Generate.
1640
1641 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1642
1643 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1644
1645 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1646
1647 * MAINTAINERS: Update my email address.
1648
1649 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1650
1651 * objcopy.c: Add new switches: --keep-global-symbol,
1652 --keep-symbols, --localize-symbols, --keep-global-symbols and
1653 --weaken-symbols.
1654 * binutils.texi: Document new switches.
1655 * objcopy.1: Regenerate.
1656 * NEWS: Announce new feature.
1657
1658 2001-05-28 Andreas Jaeger <aj@suse.de>
1659
1660 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1661 variables, fix format strings.
1662
1663 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1664
1665 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1666 when computing the address of the line to show.
1667
1668 2001-05-16 Richard Henderson <rth@redhat.com>
1669
1670 * readelf.c (do_debug_frames_interp): New.
1671 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1672 (byte_get_big_endian): Likewise.
1673 (parse_args) ['F']: Set do_debug_frames_interp.
1674 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1675 (frame_display_row): Don't trunc pc_begin to int.
1676 (size_of_encoded_value): New.
1677 (display_debug_frames): Handle 64-bit targets. Print raw data
1678 unless do_debug_frames_interp.
1679 (debug_displays): Remove duplicate .debug_frame.
1680
1681 2001-05-15 Ralf Baechle <ralf@gnu.org>
1682
1683 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1684 The former constant was never in active use and is used otherwise
1685 by the ABI.
1686
1687 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1688
1689 * readelf.c (process_unwind): Print all unwind sections, not just
1690 one.
1691
1692 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1693
1694 * readelf.c (process_unwind): Remove const specifier.
1695
1696 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1697
1698 * strings.c (isgraphic): Do not use isascii() unless it is needed
1699 for isprint() to work.
1700 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1701
1702 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1703
1704 * NEWS: Announce support for OpenRISC.
1705
1706 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1707
1708 * dlltool.c (do_default_excludes): Initialise to true.
1709
1710 2001-04-10 Alan Modra <amodra@one.net.au>
1711
1712 * MAINTAINERS: Update my email address
1713 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1714
1715 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1716
1717 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1718
1719 2001-03-30 H.J. Lu <hjl@gnu.org>
1720
1721 * readelf.c (process_unwind): Just return if do_unwind is 0.
1722
1723 2001-03-28 Roger Sayle <roger@metaphorics.com>
1724
1725 * dlltool.c (make_one_lib_file): Fix section flags for
1726 .text, .data and .bss in stub ds*.o files to match those
1727 generated by gas.
1728
1729 2001-03-29 H.J. Lu <hjl@gnu.org>
1730
1731 * readelf.c (process_unwind): Only do unwind sections for
1732 IA64.
1733
1734 2001-03-28 H.J. Lu <hjl@gnu.org>
1735
1736 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1737 * Makefile.in: Regenerate.
1738
1739 2001-03-26 Andreas Jaeger <aj@suse.de>
1740
1741 * binutils.texi (nm): Fix texi syntax.
1742
1743 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1744
1745 * binutils.texi: Put @c man begin and @c man end indications
1746 to generate man pages using texi2pod and pod2man. Put @c man title
1747 to identify each man. Add SEEALSO entries.
1748 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1749 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1750 sort the list.
1751 (*.1): Build the man pages from binutils.texi.
1752 * Makefile.in: Regenerate.
1753
1754 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1755
1756 * defparse.y (opt_equal_name): allow "." in name.
1757 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1758 (gen_exp_file): Likewise.
1759
1760 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1761
1762 * NEWS: Document addition of -B switch to objcopy.
1763 * binutils.texi: Document addition of -B switch to objcopy.
1764 * objcopy.c: (copy_options): Add --binary-architecture.
1765 (copy_usage): Document -B/--binary-architecture.
1766 (copy_main): Support -B/--binary-architecture. Set
1767 bfd_external_binary_architecture.
1768
1769 2001-03-11 Andreas Jaeger <aj@suse.de>
1770
1771 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1772 (dump_relocations): Likewise.
1773 (get_machine_name): Likewise.
1774
1775 2001-02-28 Nick Clifton <nickc@redhat.com>
1776
1777 * readelf.c: (struct unw_aux_info): Remove const modifier for
1778 'strtab' field.
1779 (process_unwind): Remove non-K&R compliant LHS type cast in call
1780 to GET_DATA_ALLOC macro.
1781
1782 2001-02-28 Philip Blundell <pb@futuretv.com>
1783
1784 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1785 ABI is in use; remove ambiguity between the "unknown" EABI and
1786 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1787 renamed EF_xx constants.
1788
1789 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1790
1791 * configure.in (BFD_VERSION): New.
1792 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1793 * configure: Regenerate.
1794 * Makefile.am: Run "make dep-am"
1795 * Makefile.in: Regenerate.
1796
1797 2001-02-14 Nick Clifton <nickc@redhat.com>
1798
1799 * MAINTAINERS: Add "Obvious Fix" rule.
1800
1801 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1802
1803 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1804 literal concatenation.
1805
1806 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1807
1808 * readelf.c (struct unw_aux_info): Remove const from the info member.
1809 (process_unwind): Don't type-cast the third argument to the
1810 GET_DATA_ALLOC macro.
1811
1812 2001-02-11 Nick Clifton <nickc@redhat.com>
1813
1814 * readelf.c (dump_relocations): Free corrected allocated
1815 array.
1816 (process_unwind): Fix compile time warning.
1817
1818 2001-02-10 Nick Clifton <nickc@redhat.com>
1819
1820 * binutils.texi: Document new --unwind option to readelf.
1821
1822 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1823
1824 * readelf.c: Add linux target for S/390.
1825
1826 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1827
1828 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1829 printf is a macro.
1830
1831 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1832
1833 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1834 * aclocal.m4: Regenerate.
1835 * configure: Regenerate.
1836
1837 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1838
1839 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1840 * objdump.c (bfd_target_vector): Likewise.
1841
1842 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1843
1844 * readelf.c (process_unwind): New function.
1845 (slurp_ia64_unwind_table): Ditto.
1846 (dump_ia64_unwind): Ditto.
1847 (find_symbol_for_address): Ditto.
1848 (slurp_rela_relocs): New function (split off from dump_relocations()).
1849 (slurp_rel_relocs): Ditto.
1850 (parse_args): Handle '-u' option.
1851
1852 * unwind-ia64.c: New file.
1853 * unwind-ia64.h: New file.
1854 * Makefile.am: Include unwind-ia64.c in readelf build.
1855 * Makefile.in: Regenerate.
1856 * po/binutils.pot: Regenerate.
1857
1858 2001-02-04 Philip Blundell <philb@gnu.org>
1859
1860 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1861 * configure: Regenerate.
1862
1863 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1864
1865 * ieee.c (ieee_add_bb11): Don't check for backslashes
1866 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1867
1868 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1869
1870 * ieee.c: Update copyright.
1871 (ieee_start_compilation_unit): Don't check for backslashes
1872 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1873
1874 * stabs.c: Update copyright. Include "filenames.h".
1875 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1876
1877 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1878
1879 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1880 sections are present before using them. Remove code duplication.
1881 (process_symbol_table): Check if VERDEF or VERNEED sections are
1882 present before using them.
1883
1884 2001-01-17 Nick Clifton <nickc@redhat.com>
1885
1886 * objcopy.c (copy_object): Fail if attempting to convert the
1887 endianness of the input object file.
1888
1889 * binutils.texi: Explain that objcopy cannot convert endianness.
1890
1891 2001-01-16 Nick Clifton <nickc@redhat.com>
1892
1893 * readelf.c (string_table_length): New variable.
1894 (SECTION_NAME): Catch out of range indices and missing section
1895 pointers.
1896 (process_section_headers): Delete useless local variable
1897 string_table_offset. Set the value of string_table_length
1898 after loading the string table.
1899 (process_mips_specific): Use SECTION_NAME macro.
1900 (process_file): Set string_table_length to 0 when it is freed.
1901
1902 2001-01-12 Nick Clifton <nickc@redhat.com>
1903
1904 * version.c (print_version): Update copyright date.
1905
1906 2001-01-11 Peter Targett <peter.targett@arccores.com>
1907
1908 * readelf.c (dump_relocations): Include selection with EM_ARC.
1909 (get_machine_name) Update name to "ARC".
1910
1911 2001-01-09 Nick Clifton <nickc@redhat.com>
1912
1913 * Makefile.am: Add rule to build objdump.o from objdump.c and
1914 using OBJDUMP_DEFS.
1915 * Makefile.in: Regenerate.
1916
1917 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1918 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1919 -DDISASSEMBLER_NEEDS_RELOCS.
1920 * configure: Regenerate.
1921
1922 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1923 is defined read in the relocs even if dump_reloc_info is
1924 false.
1925
1926 2001-01-07 Philip Blundell <philb@gnu.org>
1927
1928 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1929 `bug-binutils'.
1930 * README: Likewise.
1931
1932 2000-12-19 Nick Clifton <nickc@redhat.com>
1933
1934 * dlltool.c: Add missing support for arm-epoc-pe.
1935 * configure.in: Add missing support for arm-epoc-pe.
1936 * configure: Regenerate.
1937
1938 2000-12-15 Nick Clifton <nickc@redhat.com>
1939
1940 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1941 Mode parts of the x86 port.
1942
1943 2000-12-04 Andreas Jaeger <aj@suse.de>
1944
1945 * readelf.c (guess_is_rela): Add EM_X86_64.
1946 (dump_relocations): Add EM_X86_64.
1947 (get_machine_name): Add EM_X86_64.
1948 Include "elf/x86-64.h".
1949
1950 2000-12-12 Nick Clifton <nickc@redhat.com>
1951
1952 * readelf.c: Fix formatting.
1953
1954 2000-12-11 Jan Hubicka <jh@suse.cz>
1955
1956 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1957
1958 2000-12-07 Andrew Haley <aph@redhat.com>
1959
1960 * readelf.c (display_debug_frames): Only display columns that are
1961 referenced by the frame debug info.
1962
1963 2000-12-05 Nick Clifton <nickc@redhat.com>
1964
1965 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1966
1967 2000-12-04 Jason Merrill <jason@redhat.com>
1968
1969 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1970 (display_debug_section): Likewise.
1971 (display_debug_info): Display CU header before bailing.
1972
1973 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1974
1975 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1976 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1977 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1978
1979 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1980 and E_MIPS_ARCH_64.
1981
1982 * readelf.c (get_machine_flags): Add case for
1983 E_MIPS_MACH_SB1.
1984
1985 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
1986
1987 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1988
1989 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1990
1991 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
1992 Change sourceware.cygnus.com to sources.redhat.com.
1993 Fix typo for "amongst".
1994
1995 2000-11-28 Nick Clifton <nickc@redhat.com>
1996
1997 * strip.1 (COPYING): Mention that the GNU Free Documentation
1998 License is present in the sources, but not the output, and
1999 also available from the GNU website.
2000 (GNU Free Documentation License): Comment out this section.
2001 * strings.1: Ditto.
2002 * size.1: Ditto.
2003 * ranlib.1: Ditto.
2004 * objdump.1: Ditto.
2005 * objcopy.1: Ditto.
2006 * nm.1: Ditto.
2007 * nlmconv.1: Ditto.
2008 * ar.1: Ditto.
2009 * addr2line.1: Ditto.
2010
2011 2000-11-27 DJ Delorie <dj@redhat.com>
2012
2013 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2014 (parse_args): Support -wf option.
2015 (process_section_headers): Ditto.
2016 (debug_displays): Ditto.
2017 (display_debug_frames): New, dump *_frame sections.
2018 (frame_need_space): Support for above.
2019 (frame_display_row): Ditto.
2020 * binutils.texi: Document it.
2021
2022 2000-11-24 Nick Clifton <nickc@redhat.com>
2023
2024 * NEWS: Announce support for v5t, v5te and XScale.
2025
2026 2000-11-22 Nick Clifton <nickc@redhat.com>
2027
2028 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2029 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2030 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2031 (get_elf_section_flags: Add SHF_GROUP.
2032 (process_section_headers): Adjust output for 32-bit binaries
2033 to look nice on an 80 column terminal.
2034
2035 2000-11-20 H.J. Lu <hjl@gnu.org>
2036
2037 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2038 ELFOSABI_AIX.
2039
2040 2000-11-17 Richard Henderson <rth@redhat.com>
2041
2042 * readelf.c (display_debug_lines): Adjust last change to
2043 use sizeof (external->li_length).
2044
2045 2000-11-17 Richard Henderson <rth@redhat.com>
2046
2047 * readelf.c (display_debug_lines): Fix section length check
2048 and end_of_sequence computation.
2049
2050 2000-11-06 Nick Clifton <nickc@redhat.com>
2051
2052 * binutils.texi: Add GNU Free Documentation License.
2053 * objcopy.1: Add GNU Free Documentation License.
2054 * objdump.1: Add GNU Free Documentation License.
2055 * addr2line.1: Add GNU Free Documentation License.
2056 * ar.1: Add GNU Free Documentation License.
2057 * nlmconv.1: Add GNU Free Documentation License.
2058 * nm.1: Add GNU Free Documentation License.
2059 * ranlib.1: Add GNU Free Documentation License.
2060 * size.1: Add GNU Free Documentation License.
2061 * strings.1: Add GNU Free Documentation License.
2062 * strip.1: Add GNU Free Documentation License.
2063
2064 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2065
2066 * objcopy.c (--srec-len=nn): New parameter to set the
2067 maximum length of generated Srecords.
2068 (--srec-forceS3): New parameter that restricts the generation of
2069 Srecords to type S3 only.
2070 * binutils.texi: Document new command line switches.
2071 * objcopy.1: Docuemnt the new command line switches.
2072 * NEWS: Announce the existence of the new command line switches.
2073
2074 2000-10-31 Nick Clifton <nickc@redhat.com>
2075
2076 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2077 code. Add Eric Chrisopher as maintainer of MN10300 port.
2078
2079 2000-10-12 Roger Sayle <roger@metaphorics.com>
2080
2081 * Make comma after string after icon/control optional.
2082
2083 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2084
2085 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2086
2087 * NEWS: Mention support for MIPS32.
2088
2089 2000-09-08 Nick Clifton <nickc@redhat.com>
2090
2091 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2092
2093 2000-09-07 H.J. Lu <hjl@gnu.org>
2094
2095 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2096 * configure: Rebuild.
2097
2098 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2099
2100 * configure: Rebuilt with new libtool.m4.
2101
2102 2000-09-05 Nick Clifton <nickc@redhat.com>
2103
2104 * aclocal.m4: Regenerate.
2105 * config.in: Regenerate.
2106 * configure: Regenerate.
2107
2108 2000-09-04 Todd Vierling <tv@wasabisystems.com>
2109
2110 * strip.1: Fix stray '\' in -o formatting.
2111
2112 2000-09-02 Nick Clifton <nickc@redhat.com>
2113
2114 * configure.in: Increase version number to 2.10.91.
2115 * configure: Regenerate.
2116 * aclocal.m4: Regenerate.
2117 * config.in: Regenerate.
2118 * po/binutils.pot: Regenerate.
2119
2120 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2121
2122 * acinclude.m4: Include libtool and gettext macros from the
2123 top level.
2124 * aclocal.m4, configure: Rebuilt.
2125
2126 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
2127
2128 * resrc.c (close_input_stream): Delete extraneous logic
2129
2130 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2131
2132 * NEWS: Mention support for CRIS.
2133
2134 2000-08-21 Nick Clifton <nickc@redhat.com>
2135
2136 * addr2line.c: Changed email address for Ulrich Lauther.
2137
2138 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2139
2140 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2141
2142 2000-08-17 Nick Clifton <nickc@redhat.com>
2143
2144 * readelf.c (display_debug_pubnames): Only issue warning
2145 message once. Terminate message with a new line.
2146 (display_debug_aranges): Only display version 2 debug info.
2147
2148 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2149
2150 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2151 for compatability with old BSD systems.
2152
2153 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2154
2155 * NEWS: Mention i860 support.
2156
2157 2000-08-11 Carlo Wood <carlo@alinoe.com>
2158
2159 * addr2line.c (main): Add const to char *.
2160
2161 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2162
2163 * ar.c (main): Don't crash if called with no arguments
2164 or only '-X32_64' as an argument.
2165
2166 2000-08-08 DJ Delorie <dj@redhat.com>
2167
2168 * resrc.c: use "gcc -xc" instead of -xc-header
2169
2170 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2171
2172 * readelf.c (elf/i860.h): Include.
2173 (dump_relocations): Add recognition of i860 architecture.
2174 (guess_is_rela): Add recognition of i860 architecture.
2175
2176 2000-08-03 Nick Clifton <nickc@cygnus.com>
2177
2178 * MAINTAINERS: Add information about CGEN maintainers.
2179
2180 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2181
2182 * nm.c (main): Ignore '-X32_64' as an option.
2183 * ar.c (main): Likewise.
2184 * binutils.texi (nm): Document new option.
2185 (ar): Likewise.
2186
2187 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2188
2189 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2190
2191 2000-07-20 H.J. Lu <hjl@gnu.org>
2192
2193 * binutils.texi: Put back "@end table" deleted by
2194 accident.
2195
2196 2000-07-05 Kenneth Block <krblock@computer.org>
2197
2198 * nm.c: Add optional style to demangle switch.
2199 * objdump.c: Add optional style to demangle switch.
2200 * addr2line.c: Add optional style to demangle switch.
2201 * binutils.texi: Document optional style to demangle
2202 switch.
2203
2204 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2205
2206 * MAINTAINERS: Add self as CRIS port maintainer.
2207 * readelf.c: Include elf/cris.h.
2208 (guess_is_rela): Handle EM_CRIS.
2209 (dump_relocations): Ditto.
2210 (get_machine_name): Ditto.
2211 * Makefile.am: Rebuild dependencies.
2212 * Makefile.in: Regenerate.
2213 * po/binutils.pot: Regenerate.
2214
2215 2000-07-19 H.J. Lu <hjl@gnu.org>
2216
2217 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2218 "AUXILIARY".
2219 (process_dynamic_segment): Print out strings for DT_CONFIG,
2220 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2221
2222 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2223
2224 * nm.c (usage): Change output of `nm --help' to include a
2225 description of the purpose of the program and a detailed
2226 description of the accepted options.
2227
2228 2000-07-19 H.J. Lu <hjl@gnu.org>
2229
2230 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2231 to DF_1_NODEFLIB.
2232
2233 2000-07-19 H.J. Lu <hjl@gnu.org>
2234
2235 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2236
2237 2000-07-19 H.J. Lu <hjl@gnu.org>
2238
2239 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2240 DT_FEATURE.
2241 (process_dynamic_segment): Likewise.
2242
2243 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2244 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2245 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2246 DF_1_NODUMP and DF_1_CONLFAT.
2247
2248 2000-07-18 Nick Clifton <nickc@cygnus.com>
2249
2250 * binutils.texi (readelf): Fix spelling typo.
2251
2252 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2253
2254 * objdump.c (usage): Make output of `objdump --help' more
2255 consistent with the rest of the GNU world. Add a line describing
2256 the purpose of the program.
2257
2258 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2259
2260 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2261 warning.
2262
2263 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2264
2265 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2266 to fix warnings.
2267 (process_symbol_table): Ditto.
2268 (procesS_extended_line_op): Ditto.
2269 (display_debug_lines): Ditto.
2270 (display_debug_pubnames): Ditto.
2271 (read_and_display_attr): Ditto.
2272
2273 2000-07-09 Nick Clifton <nickc@cygnus.com>
2274
2275 * MAINTAINERS: Add several more port specific maintainers.
2276
2277 2000-07-05 Nick Clifton <nickc@cygnus.com>
2278
2279 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2280
2281 2000-06-05 DJ Delorie <dj@redhat.com>
2282
2283 * MAINTAINERS: New.
2284
2285 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2286
2287 * dllwrap.c: Changed mistaken dyn_string_append() calls
2288 to dyn_string_append_cstr().
2289
2290 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2291
2292 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2293 struct debug_type stores size in bytes.
2294
2295 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2296
2297 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2298 (CLEANFILES): Add DEPA.
2299 * Makefile.in: Regenerate.
2300
2301 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2302
2303 * ar.c: Revert incorrect 2000-06-25 patch.
2304 * bucomm.c: Likewise.
2305
2306 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2307
2308 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2309 (external_coff_symbol_p): New function.
2310 (parse_coff): Use it.
2311
2312 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2313
2314 * ar.c (normalize): Advance past both characters in a DOS based
2315 <letter>: filepath prefix.
2316 (main): Likewise.
2317 * bucomm.c (make_tempname): Likewise.
2318
2319 2000-06-24 Nick Clifton <nickc@cygnus.com>
2320
2321 * objdump.c (usage): Fix description of --stabs switch.
2322
2323 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2324
2325 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2326 find one.
2327 * Makefile.in: Regenerate.
2328
2329 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2330
2331 * ar.c (normalize): Correct pointer comparison when checking for
2332 backslashes.
2333 (main): Likewise.
2334 * bucomm.c (make_tempname): Likewise.
2335
2336 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2337 and search for backslashes in the original pathname.
2338 (ieee_add_bb11): Likewise.
2339
2340 2000-06-18 Nick Clifton <nickc@redhat.com>
2341
2342 * ar.c (print_contents): Improve verbose message.
2343
2344 2000-06-15 H.J. Lu <hjl@gnu.org>
2345
2346 * dyn-string.c: Removed. Not needed with dyn-string.c in
2347 libiberty.
2348 * dyn-string.h: Likewise.
2349
2350 * Makefile.am: Remove references to dyn-string.c and
2351 dyn-string.h. Rebuild dependency.
2352 * Makefile.in: Rebuild.
2353
2354 2000-06-15 H.J. Lu <hjl@gnu.org>
2355
2356 * binutils.texi: Put a warning on copying relocatable object
2357 files between two different formats.
2358
2359 2000-06-13 DJ Delorie <dj@cygnus.com>
2360
2361 * rcparse.y (control): ICON controls take an id as the first
2362 parameter, not an optional string. Also, call new convenience
2363 function that takes res_id's.
2364 * resrc.c (define_control): missing text means zero-length string,
2365 not zero ID.
2366 (define_icon_control): New.
2367 * windres.h: declare define_icon_control.
2368
2369 2000-06-13 H.J. Lu <hjl@gnu.org>
2370
2371 * configure: Regenerate.
2372
2373 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2374
2375 * configure.in (VERSION): Update to show this is the CVS mainline.
2376
2377 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2378
2379 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2380 analogous to <SPACE>.
2381
2382 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2383
2384 * objdump.c (display_target_list): Use bfd_close_all_done, not
2385 bfd_close to fix crash caused by 2000-05-24 change.
2386
2387 2000-05-25 DJ Delorie <dj@cygnus.com>
2388
2389 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2390
2391 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2392
2393 * Makefile.am: Update dependencies with "make dep-am"
2394 * Makefile.in: Regenerate.
2395
2396 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * ar.c: Include filenames.h.
2399 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2400 and drive letters in file names.
2401 (main): Support backslashes and drive letters in argv[0]. Drop
2402 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2403 FILENAME_CMP instead of strcmp to compare file names.
2404 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2405 DJGPP v2.
2406 (do_quick_append) [__GO32__]: Ditto.
2407 (get_pos_bfd, delete_members, move_members, replace_members):
2408 Compare file names with FILENAME_CMP.
2409
2410 * bucomm.c: Include filenames.h.
2411 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2412 forward/backward slashes and drive letters in file names.
2413
2414 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2415 mixed forward/backward slashes and drive letters in file names.
2416
2417 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2418 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2419 mode.
2420
2421 * objcopy.c: Include filenames.h.
2422 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2423 before comparing to "strip".
2424 Use FILENAME_CMP to compare file names.
2425
2426 * arsup.c: Include filenames.h.
2427 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2428 FILENAME_CMP to compare file names.
2429 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2430 the temporary file name.
2431
2432 * configure.in: Check for setmode.
2433 * configure: Regenerate.
2434
2435 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2436
2437 * objdump.c (display_target_list): Close the bfd.
2438 (display_info_table): Likewise.
2439
2440 2000-05-14 H.J. Lu (hjl@gnu.org)
2441
2442 * objcopy.c (filter_symbols): Don't strip global symbols in
2443 relocatable object files.
2444
2445 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2446
2447 * size.c (usage): Associate short options with corresponding long
2448 option to give a clue as to their function.
2449
2450 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2451
2452 * size.c (main): Accept and ignore `-f' option.
2453
2454 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2455
2456 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2457 bindtextdomain): Replace defines with those from intl/libgettext.h
2458 to quieten gcc warnings.
2459
2460 2000-05-12 H.J. Lu <hjl@gnu.org>
2461
2462 * nlmconv.c (temp_filename): Removed.
2463
2464 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2465 choose_temp_base ().
2466 * objdump.c (display_target_list): Likewise.
2467 (display_info_table): Likewise.
2468
2469 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2470
2471 * objcopy.c (setup_section): Add const and gettext calls for err.
2472
2473 2000-05-02 H.J. Lu <hjl@gnu.org>
2474
2475 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2476 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2477 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2478 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2479 and ELFOSABI_OPENBSD.
2480
2481 2000-05-02 Kazu Hirata <kazu@hxi.com>
2482
2483 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2484 * srconv.c: Likewise.
2485 * sysdump.c: Likewise.
2486
2487 2000-04-23 Denis Chertykov <denisc@overta.ru>
2488
2489 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2490 (get_machine_name): machine name for EM_AVR added.
2491
2492 2000-04-21 Richard Henderson <rth@cygnus.com>
2493 David Mosberger <davidm@hpl.hp.com>
2494
2495 * Makefile.am (readelf.o): Add elf/ia64.h.
2496 * Makefile.in: Rebuild.
2497 * readelf.c: Include elf/ia64.h.
2498 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2499
2500 2000-04-17 Timothy Wall <twall@cygnus.com>
2501
2502 * objdump.c (disassemble_data): Set octets per byte *after*
2503 resolving arch/mach for binary files.
2504
2505 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2506
2507 * arlex.l: Add directives to increase lex buffer size.
2508
2509 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2510 already included by bucomm.h.
2511
2512 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2513
2514 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2515 `strftime' since strftime is not available on all systems.
2516 (process_mips_specific): Ditto.
2517
2518 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2519
2520 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2521 --enable-build-warnings option.
2522 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2523 * Makefile.in, configure: Re-generate.
2524
2525 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2526
2527 * addr2line.c: Update copyright.
2528 * objcopy.1: Likewise, and title.
2529 * strings.1: Likewise.
2530
2531 * version.c (print_version): Add 2000.
2532
2533 * rddbg.c (read_section_stabs_debugging_info): Don't use
2534 bfd_size_type for strx to avoid printf problems if BFD64.
2535
2536 * bucomm.c: (report): Remove `static'.
2537 Move inclusion of stdarg.h/vararg.h from here.
2538 * bucomm.h: To here.
2539 (CONST): Change all occurences to const.
2540 (report): Declare it.
2541 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2542 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2543 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2544
2545 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2546 Correct a typo in an error message.
2547 (do_quick_append): Use non_fatal instead of fprintf.
2548 (move_members): Use fatal instead of fprintf, exit.
2549 * coffdump.c (main): Same here.
2550
2551 * dlltool.c (display): Delete.
2552 (warn): Delete.
2553 (inform): Use `report' instead of `display'.
2554 (rvaafter): Remove trailing \n from fatal error msg.
2555 (rvabefore): Ditto.
2556 (asm_prefix): Ditto.
2557 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2558 (def_name): Likewise.
2559 (run): Likewise.
2560 (scan_all_symbols): Likewise.
2561 (gen_lib_file): Likewise.
2562 (def_library): Likewise. Remove extra program_name too.
2563 (run): Remove \n from inform strings.
2564 (scan_drectve_symbols): Likewise.
2565 (add_excludes): Likewise.
2566 (scan_open_obj_file): Likewise.
2567 (gen_exp_file): Likewise.
2568 (gen_lib_file): Likewise.
2569 (process_duplicates): Likewise.
2570
2571 * Makefile.am (dllwrap_SOURCES): Add version.c.
2572 * dllwrap.c (program_version): Delete.
2573 (print_version): Delete.
2574 (display): Always print trailing \n.
2575 (warn): New.
2576 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2577 (run): Here too.
2578 (main): And here.
2579 (usage): gettext'ify.
2580 (long_options): Add missing initialisers.
2581
2582 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2583 (select_output_format): Likewise.
2584 (powerpc_mangle_relocs): Likewise.
2585 (link_inputs): Likewise.
2586
2587 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2588 (set_output_format): Likewise.
2589 (main): Use non_fatal instead of fprintf.
2590 (display_rel_file): Likewise.
2591
2592 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2593 (slurp_dynamic_symtab): Same here.
2594 (disassemble_data): And here.
2595 (read_section_stabs): And here.
2596 (read_section_stabs): And here.
2597 (dump_bfd): And here.
2598 (main): And here.
2599 (objdump_sprintf): Use fatal instead of fprintf, exit.
2600 (disassemble_data): Same here.
2601
2602 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2603 (parse_coff_struct_type): Same here.
2604 (parse_coff_enum_type): And here.
2605 (parse_coff): And here.
2606 * rddbg.c (read_debugging_info): And here.
2607 * size.c (main): And here.
2608 * windres.c (format_from_name): And here.
2609 * wrstabs.c (stab_write_symbol): Here too.
2610 (write_stabs_in_sections_debugging_info): And here.
2611 (stab_int_type): And here.
2612 (stab_struct_field): And here.
2613 (stab_typdef): And here.
2614
2615 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2616 * srconv.c (main): Same here.
2617 * strings.c (main): And here.
2618 (integer_arg): And here.
2619 * sysdump.c (main): And here.
2620
2621 2000-04-06 Timothy Wall <twall@cygnus.com>
2622
2623 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2624
2625 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2626
2627 * readelf.c (decode_location_expression): Loop through multiple
2628 operations.
2629 (read_and_display_attr): Pass in length.
2630
2631 * readelf.c (read_and_display_attr): Add CU offset to references.
2632 (display_debug_info): Pass it in.
2633
2634 2000-04-06 Nick Clifton <nickc@cygnus.com>
2635
2636 * readelf.c (decode_ARM_machine_flags): New function.
2637 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2638 targets.
2639
2640 (get_machine_name): Catch EM_AVR
2641
2642 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2643
2644 * binutils.texi: Remove optional `=' from long options that have
2645 an `=' in the argument.
2646 * objcopy.1: Here too. Remove extra space on discard-all.
2647
2648 * binutils.texi (objcopy): Mention --redefine-sym.
2649 * objcopy.1: Here too.
2650 * NEWS: And here.
2651
2652 * objcopy.c (parse_flags): Split off flag names from error message
2653 gettext as they are not translated.
2654 (copy_main): Similarly split off option name for --add-section,
2655 --set-section-flags, --change-section-vma, --change-section-lma
2656 error messages.
2657 Some white space changes.
2658
2659 from Matthew Benjamin <matt@linuxbox.nu>
2660 * objcopy.c (struct redefine_node): New.
2661 (redefine_sym_list): New.
2662 (redefine_list_append): New.
2663 (lookup_sym_redefinition): New.
2664 (OPTION_REDEFINE_SYM): New.
2665 (copy_options): Add --redefine-sym option.
2666 (copy_usage): Mention it.
2667 (filter_symbols): Rename symbols on redefine_sym_list.
2668 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2669 (copy_main): Handle OPTION_REDEFINE_SYM.
2670
2671 2000-04-04 H.J. Lu <hjl@gnu.org>
2672
2673 * readelf.c (process_symbol_table): Correctly read in symbol
2674 versioning information.
2675
2676 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2677
2678 * po/binutils.pot: Regenerate.
2679
2680 * addr2line.c (usage): Restore translated part of bug string.
2681 * ar.c (usage): Likewise.
2682 * nlmconv.c (show_usage): Likewise.
2683 * nm.c (usage): Likewise.
2684 * objcopy.c (copy_usage): Likewise.
2685 (strip_usage): Likewise.
2686 * objdump.c (usage): Likewise.
2687 * readelf.c (usage): Likewise.
2688 * size.c (usage): Likewise.
2689 * strings.c (usage): Likewise.
2690 * windres.c (usage): Likewise.
2691
2692 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2693 (DEP): Quote when passing vars to sub-make. Add warning
2694 message to end.
2695 (DEP1): Rewrite for "gcc -MM".
2696 (CLEANFILES): Add DEP2.
2697 Update dependencies.
2698 * Makefile.in: Regenerate.
2699
2700 2000-04-04 H.J. Lu <hjl@gnu.org>
2701
2702 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2703 (arparse.h): Depend on arparse.c
2704 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2705
2706 2000-04-03 H.J. Lu (hjl@gnu.org)
2707
2708 * size.c (usage): Use REPORT_BUGS_TO.
2709
2710 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2711
2712 * bucomm.h: #include "bin-bugs.h"
2713 * addr2line.c (usage): Use REPORT_BUGS_TO.
2714 * ar.c (usage): Likewise.
2715 * nlmconv.c (show_usage): Likewise.
2716 * nm.c (usage): Likewise.
2717 (OPTION_TARGET): Define.
2718 (long_options): Use OPTION_TARGET rather than 200.
2719 (main): Likewise.
2720
2721 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2722 (strip_usage): Likewise.
2723 * objdump.c (usage): Likewise.
2724 * readelf.c (usage): Likewise.
2725 * strings.c (usage): Likewise.
2726 * windres.c (usage): Likewise.
2727
2728 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2729
2730 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2731
2732 2000-03-27 Nick Clifton <nickc@cygnus.com>
2733
2734 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2735 string offsets in corrupt stabs entries.
2736
2737 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2738
2739 * readelf.c: Include elf/avr.h
2740 (dump_relocations): Add EM_AVR case.
2741
2742 2000-03-09 Tim Waugh <twaugh@redhat.com>
2743
2744 * strings.1: Correct '-bytes' to '--bytes'.
2745
2746 2000-03-08 H.J. Lu <hjl@gnu.org>
2747
2748 * Makefile.am (install-exec-local): Depend on
2749 install-binPROGRAMS for parallel make.
2750 * Makefile.in: Regenerated.
2751
2752 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2753
2754 From Brad Lucier <lucier@math.purdue.edu>:
2755 * readelf.c (process_dynamic_segment): Add cast to make sure
2756 argument to %* is int.
2757
2758 2000-02-25 H.J. Lu <hjl@gnu.org>
2759
2760 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2761
2762 2000-02-24 Nick Clifton <nickc@cygnus.com>
2763
2764 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2765 * configure: Regenerate.
2766
2767 * dlltool.c: Add support for sh-pe and mips-pe targets.
2768 * rescoff.c: Add support for sh-pe and mips-pe targets.
2769
2770 2000-02-23 H.J. Lu <hjl@gnu.org>
2771
2772 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2773
2774 2000-02-22 Nick Clifton <nickc@cygnus.com>
2775
2776 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2777
2778 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2779
2780 From Brad Lucier <lucier@math.purdue.edu>:
2781 * readelf.c (process_version_sections): Add casts to make sure
2782 argument to %* is an int.
2783 (process_mips_specific): Add casts to make printf arguments match
2784 format.
2785
2786 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2787
2788 * objdump.c (dump_section_header): Change `opb' to unsigned.
2789 (find_symbol_for_address): Same here.
2790 (disassemble_data): And here. Change `addr_offset',
2791 `stop_offset', `nextstop_offset' to unsigned long.
2792 (dump_data): Change opb to unsigned.
2793
2794 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2795
2796 * resrc.c: Remove unmatched #if for cygwin.
2797
2798 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2799
2800 * binutils.texi: Document the change of flavor name from atpcs-special
2801 to special-atpcs to prevent name conflict in gdb.
2802
2803 2000-02-08 Timothy Wall <twall@redhat.com>
2804
2805 * objdump.c (show_line): Fix bug preventing printing of the very
2806 first line (line zero) of a file when interlisting source and
2807 assembly. Added option to print entire context from start of file
2808 when the first line from that file is encountered.
2809
2810 2000-02-03 Timothy Wall <twall@redhat.com>
2811
2812 * objdump.c (dump_section_header, find_symbol_for_address,
2813 show_line, disassemble_bytes, disassemble_data, dump_data):
2814 distinguish between octets and bytes.
2815
2816 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2817
2818 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2819 check to unresolved symbols.
2820 (print_symbol_info_sysv): Ditto.
2821 (print_symbol_info_posix): Ditto.
2822
2823 * binutils.texi: Document new 'V' symclass flag for nm.
2824
2825 2000-01-27 Nick Clifton <nickc@redhat.com>
2826
2827 * binutils.texi (objdump): Document new ARM specific
2828 disassembler options.
2829
2830 * objdump.c (usage): Call disassembler_usage().
2831
2832 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2833
2834 * readelf.c (get_dynamic_flags): Return buff.
2835 (process_dynamic_segment): Don't pass error strings to printf
2836 as format arg.
2837 (read_and_display_attr): Use lx and ld to print longs.
2838 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2839 before printing.
2840 Update copyright.
2841
2842 2000-01-17 Nick Clifton <nickc@cygnus.com>
2843
2844 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2845
2846 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2847
2848 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2849 false.
2850 (debug_tag_type): Here too.
2851 * ieee.c (ieee_builtin_type): And here.
2852 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2853
2854 2000-01-13 Nick Clifton <nickc@cygnus.com>
2855
2856 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2857 System/370".
2858
2859 2000-01-11 Nick Clifton <nickc@cygnus.com>
2860
2861 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2862
2863 2000-01-10 Nick Clifton <nickc@cygnus.com>
2864
2865 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2866
2867 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2868
2869 * windres.c (long_options): Add --use-temp-file and
2870 --no-use-temp-file options.
2871 (usage): Document.
2872 (main): Handle.
2873
2874 * windres.h: Update read_rc_file prototype.
2875
2876 * resrc.c (cpp_temp_file): New static variable.
2877 (istream_type): New static variable.
2878 (close_pipe): Delete function.
2879 (run_cmd): New static function.
2880 (open_input_stream): New static function.
2881 (close_input_stream): New static function.
2882 (look_for_default): Handle DOS directory separator. Use
2883 open_input_stream instead of popen.
2884 (read_rc_file): Likewise.
2885
2886 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2887 options.
2888
2889 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2890
2891 * dlltool.c (create_compat_implib): New variable.
2892 (gen_exp_file): Use.
2893 (make_one_lib_file): Use.
2894 (long_options): Add --compat-implib option.
2895 (usage): Handle.
2896 (main): Handle.
2897
2898 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2899 (main): Use. Don't look for "32" in cygwin and mingw target names.
2900
2901 2000-01-03 Nick Clifton <nickc@cygnus.com>
2902
2903 * binutils.texi: Document new, ARM specific disassembler
2904 command line switch "-M force-thumb".
2905
2906 For older changes see ChangeLog-9899
2907 \f
2908 Local Variables:
2909 mode: change-log
2910 left-margin: 8
2911 fill-column: 74
2912 version-control: never
2913 End: