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