52248474d7699cfac419a5bdd49b535e248b4ee7
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2003-11-19  Alan Modra  <amodra@bigpond.net.au>
2
3         * objdump.c: Wrap long lines, init vars separately from decl.
4         (disassemble_section): Reset require_sec after call to
5         find_symbol_for_address.
6
7 2003-11-14  Nick Clifton  <nickc@redhat.com>
8
9         * objdump.c (find_symbol_for_address): Change parameters so
10         that the entire disassemble_info structure is passed, not just
11         a few fields.  Use the symbol_is_valid field to check the
12         validity of located symbols and continue searching if they are
13         not valid.
14         (objdump_print_addr): Alter parameters passed to
15         find_symbol_for_address.
16         (objdump_symbol_at_address): Likewise.
17         (disassemble_section): Likewise.  Also use symbol_is_valid
18         function to check the validity of located symbols.
19
20 2003-11-13  Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
21
22         * ar.c (open_inarch): Emit a warning when an archive is created
23         (only shown with -v) in order to confrom to POSIX specification.
24
25 2003-11-11  Wang Li  <charles@linux.net.cn>
26
27         * objcopy.c (wildcard): New variable.  True if wildcard pattern
28         matching is allowed in symbol names.
29         (strip_options): Add -w option to enable wildcard pattern
30         matching.
31         (copy_options): Likewise.
32         (copy_usage): Mention new switch.
33         (strip_usage): Likewise.
34         (is_specified_symbol): If performing wildcard matches use fnmatch
35         to compare symbol names with entries on the symbol list.
36         (strip_main): Accept -w switch.
37         (copy_main): Likewise.
38         * Makefile.am: Add dependency on fnmatch.h for objcopy.c
39         * Makefile.in: Regenerate.
40         * doc/binutils.texi: Document new switch.
41         * NEWS: Mention new switch.
42
43 2003-11-11  Alan Modra  <amodra@bigpond.net.au>
44
45         * objdump.c: Revert rev 1.81 commit.
46
47 2003-11-10  Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
48
49         * ar.c (print_contents): Remove "member" from verbose output in
50         order to conform to POSIX specification.
51
52 2003-11-10  Alan Modra  <amodra@bigpond.net.au>
53
54         * README: Expand bug reporting information.
55
56 2003-11-07  Jonathan R. Grant  <jg-binutils@jguk.org>
57
58         * bucomm,c (get_file_size): New function.  Returns the size of a
59           file.
60         * bucomm.h: Add prototype for get_file_size.
61         * addr2line.c (process_file): Use new function.
62         * ar.c (main, ranlib_only, ranlib_touch): Likewise.
63         * nm.c (display_file): Likewise.
64         * objcopy.c (add_specific_symbols, copy_file, strip_main,
65           copy_main): Likewise.
66         * objdump.c (display_file): Likewise.
67         * size.c (display_file): Likewise.
68         * strings.c (strings_file): Likewise.
69         * readelf.c (process_file): Use similar code to get_file_size.
70
71 2003-11-06  Bruno Rohee  <bruno@rohee.com>
72
73         * ieee.c: Fix "the the" typo.
74         * stabs.c: Likewise.
75
76 2003-10-30  Marshall T. Vandegrift  <llasram@wuli.nu>
77
78         * readelf.c (dump_section): Do not dump the contents of SHT_NOBITS
79         sections - they have no file space assigned to their contents.
80
81 2003-10-28  Segher Boessenkool  <segher@kernel.crashing.org>
82
83         * readelf.c (dump_section): Don't display DEL characters.
84
85 2003-10-27  Kazu Hirata  <kazu@cs.umass.edu>
86
87         * ChangeLog: Fix typos.
88         * ChangeLog-9197: Likewise.
89         * ChangeLog-9899: Likewise.
90         * NEWS: Likewise.
91         * ar.c: Fix comment typos.
92         * arsup.c: Likewise.
93         * coffgrok.c: Likewise.
94         * debug.c: Likewise.
95         * debug.h: Likewise.
96         * dlltool.c: Likewise.
97         * ieee.c: Likewise.
98         * nm.c: Likewise.
99         * objdump.c: Likewise.
100         * prdbg.c: Likewise.
101         * readelf.c: Likewise.
102         * resrc.c: Likewise.
103         * sysinfo.y: Likewise.
104         * windres.c: Likewise.
105
106 2003-10-27  Nick Clifton  <nickc@redhat.com>
107
108         * objcopy.c (copy_section): Do not complain when a target does not
109         support relocations.
110         (mark_symbols_used_in_relocations): Likewise.
111
112 2003-10-14  Anil Paranjpe  <anilp1@KPITCummins.com>
113
114         * objcopy.c (copy_main): Reads machine flags from arch_info
115         structure.
116
117 2003-10-20  Andrew Cagney  <cagney@redhat.com>
118
119         * coffgrok.h (coff_section): Replace 'struct sec" with "struct
120         bfd_section".
121
122 2003-10-07  Nathan Sidwell  <nathan@codesourcery.com>
123
124         * objdump.c (read_section_stabs): Just read one section, return
125         pointer to it. Add size parameter.
126         (print_section_stabs): Add string offset parameter. Adjust.
127         (struct stab_section_names): Add string offset member.
128         (find_stabs_sections): Correct check for split section suffix,
129         adjust read_section_stabs and print_section_stabs calls.
130         (dump_stabs_section): Clear string_offset, free string table.
131
132 2003-10-01  Martin Fuchs  <martin-fuchs@gmx.net>
133
134         * resrc.c (define_icon): Fix storage of color attributes 'planes' and
135         'bit count' in icon groups.
136
137 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
138
139         * NEWS: Add an indication of the cutoff for 2.14.
140
141 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
142
143         * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2.
144
145 2003-09-29  H.J. Lu  <hongjiu.lu@intel.com>
146
147         * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON.
148         (get_symbol_index_type): Likewise.
149
150 2003-09-25  H.J. Lu  <hongjiu.lu@intel.com>
151
152         * readelf.c (process_version_sections): Indent version names.
153
154 2003-09-15  Anthony Green  <green@redhat.com>
155
156         * dlltool.c (prefix_encode): Fix ISO C90 conversion.
157         (dlltmp): Ditto.
158         (dtab): Ditto.
159
160 2003-09-14  Andreas Jaeger  <aj@suse.de>
161
162         * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
163         unneeded (void *) casts.
164         * ar.c: Likewise.
165         * arlex.l: Likewise.
166         * arparse.y: Likewise.
167         * arsup.c: Likewise.
168         * binemul.c: Likewise.
169         * binemul.h: Likewise.
170         * bucomm.c: Likewise.
171         * bucomm.h: Likewise.
172         * budbg.h: Likewise.
173         * budemang.c: Likewise.
174         * budemang.h: Likewise.
175         * coffdump.c: Likewise.
176         * coffgrok.c: Likewise.
177         * cxxfilt.c: Likewise.
178         * debug.c: Likewise.
179         * debug.h: Likewise.
180         * deflex.l: Likewise.
181         * dlltool.c: Likewise.
182         * dlltool.h: Likewise.
183         * dllwrap.c: Likewise.
184         * emul_aix.c: Likewise.
185         * filemode.c: Likewise.
186         * ieee.c: Likewise.
187         * nlmconv.c: Likewise.
188         * nlmconv.h: Likewise.
189         * nlmheader.y: Likewise.
190         * nm.c: Likewise.
191         * prdbg.c: Likewise.
192         * rclex.l: Likewise.
193         * rcparse.y: Likewise.
194         * rdcoff.c: Likewise.
195         * rddbg.c: Likewise.
196         * rename.c: Likewise.
197         * resbin.c: Likewise.
198         * rescoff.c: Likewise.
199         * resrc.c: Likewise.
200         * size.c: Likewise.
201         * srconv.c: Likewise.
202         * stabs.c: Likewise.
203         * strings.c: Likewise.
204         * sysdump.c: Likewise.
205         * sysinfo.y: Likewise.
206         * syslex.l: Likewise.
207         * unwind-ia64.c: Likewise.
208         * unwind-ia64.h: Likewise.
209         * version.c: Likewise.
210         * windres.c: Likewise.
211         * windres.h: Likewise.
212         * winduni.c: Likewise.
213         * wrstabs.c: Likewise.
214
215 2003-09-10  James E Wilson  <wilson@specifixinc.com>
216
217         * MAINTAINERS: Update my e-mail address.
218
219 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
220
221         * MAINTAINERS: Update my e-mail address.
222
223 2003-09-04  Nick Clifton  <nickc@redhat.com>
224
225         * MAINTAINERS: Make it clear what should be done with patches to
226         the top level configure files (other than config.guess and
227         config.sub).  Add binutils@sources.redhat.com as an address to
228         which patches can be sent.
229
230 2003-09-04  Nick Clifton  <nickc@redhat.com>
231
232         * readelf.c (get_machine_flags): Recognise V850E1 machine type.
233
234 2003-09-03  Andrew Cagney  <cagney@redhat.com>
235
236         * objdump.c: Refer to init_disassemble_info in comments.
237         (disassemble_data): Replace INIT_DISASSEMBLE_INFO with
238         init_disassemble_info.
239
240 2003-09-03  Nick Clifton  <nickc@redhat.com>
241
242         * objdump.c (struct objdump_disasm_info): Add new fields
243         'dynrelbuf', 'dynrelcount' and 'disassemble_fn'.
244         (process_section_p): New function:  Returns TRUE if a section
245         can be dumped.
246         (disassemble_section): New function: Contains the body of
247         disassemble_data(), but just for one section.
248         (disassemble_data): Use bfd_map_over_sections to walk section
249         chain.
250         (find_stabs_section): New function: Find a stabs containing
251         section and then dump it.
252         (dump_stabs_section): New function: Use bfd_map_over_sections
253         to find the section to dump.
254         (dump_stabs): Use dump_stabs_section.
255         (dump_section): New function: Display the contents of a
256         section.
257         (dump_data): Use bfd_map_over_sections to display section
258         contents.
259         (dump_relocs_in_section): Display the relocs in a given section.
260         (dump_relocs): Use bfd_map_over_sections to display relocs.
261         (adjust_addresses): New function: Adjust the vma and lma of
262         sections.
263         (dump_bfd): Use bfd_map_over_sections.
264         * doc/binutils.texi: Document the "objdump -s" (no longer)
265         dumps empty sections.
266         
267 2003-08-24  Jonathan R. Grant  <jg-binutils@jguk.org>
268
269         * objdump.c: Improve comments/documentation.
270         dump_data: Eliminate duplicate function calls to bfd_section_size.
271
272 2003-09-02  Alan Modra  <amodra@bigpond.net.au>
273
274         * MAINTAINERS: Move Dave Anglin's entry to where it belongs.
275
276 2003-08-21  Nick Clifton  <nickc@redhat.com>
277
278         * po/tr.po: Updated Turkish translation.
279
280 2003-08-14  Alan Modra  <amodra@bigpond.net.au>
281
282         * dep-in.sed: Remove libintl.h.
283         * Makefile.am (POTFILES.in): Unset LC_COLLATE.
284         Run "make dep-am".
285         * Makefile.in: Regenerate.
286
287 2003-08-11  Ian Lance Taylor  <ian@airs.com>
288
289         * readelf.c (process_archive): Fix error handling.  Remove memory
290         leak.
291
292         * readelf.c: Add ability to read archives.
293         (archive_file_offset): New variable.
294         (archive_file_size): New variable.
295         (get_data): Include archive_file_offset in file offset
296         calculation when fseeking.
297         (process_program_headers): Likewise.
298         (process_symbol_table): Likewise.
299         (process_dynamic_segment): Handle computation of end of file
300         position when the file is in an archive.
301         (process_object): New function.  Contains the body of
302         process_file().
303         (process_archive): New function.  Call process_object on each
304         member of an archive.
305         (process_file): Detect archives and handle appropriately.
306         * Makefile.am: Add dependency on aout/ar.h for readelf.c
307         * Makefile.in: Regenerate.
308         * NEWS: Document readelf's new ability.
309         * doc/binutils: Alter text to say that readelf supports archives
310         and 64-bit ELF files.
311         
312 2003-08-08  Nick Clifton  <nickc@redhat.com>
313
314         * po/fr.po: Updated French translation.
315
316 2003-08-05  Alan Modra  <amodra@bigpond.net.au>
317
318         * objcopy.c: Remove unnecessary prototypes and casts.
319         * objdump.c: Remove unnecessary casts.
320         * readelf.c: Convert to C90.  Remove unnecessary prototypes and casts.
321         (get_osabi_name): Move so we don't need a forward declaration.
322
323 2003-08-04  Bradley Harrington  <bharring@us.ibm.com>
324             Alan Modra  <amodra@bigpond.net.au>
325
326         * objdump.c (include_paths, include_path_count): New vars.
327         (usage): Describe --include.
328         (long_options): Add "include".
329         (add_include_path): New function.
330         (struct print_file_list): Make filename const.  Add modname.
331         (try_print_file_open, update_source_path): New functions.
332         (show_line): Use them.
333         (main): Handle 'I' option.  Don't check for NULL xrealloc arg.
334
335 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
336
337         * objdump.c: Remove unnecessary prototypes.
338         (disassemble_bytes): Add rel_offset parameter.  Simplify reloc skipping
339         code, and print relocs when dump_dynamic_reloc_info.
340         (disassemble_data): Read and handle dynamic relocs.  Correct reloc
341         skip code.  Formatting.
342         (dump_bfd): Don't dump dynamic relocs when disassembling.
343
344 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
345
346         * MAINTAINERS: Remove self as M88k maintainer.  Future M88k
347         maintenance defaults to the blanket write privilege maintainers.
348
349 2003-07-29  Michael Meissner  <gnu@the-meissners.org>
350
351         * MAINTAINERS: Updated my email address.
352
353 2003-07-29  Nick Clifton  <nickc@redhat.com>
354
355         * objdump.c: Update to ISO C.
356
357 2003-07-24  Nick Clifton  <nickc@redhat.com>
358
359         * objdump.c (disassemble_data): Do not ignore sections without the
360         LOAD flag when disassemble_all is true.  Only print a message
361         about disassembling a section if it contains some data.
362
363         * po/fr.po: Updated French translation.
364
365 2003-07-23  Nick Clifton  <nickc@redhat.com>
366
367         * objcopy.c: Switch to ISO C.  Remove debugging code accidentally
368         left in.  Some formatting tidy ups.
369
370 2003-07-22  Salvador Eduardo Tropea <set@computer.org>
371
372         * objdump.c: New command line option --debugging-tags.
373         * doc/binutils.texi: Document new command line option.
374         * prdbg.c: Code to print the debug info as tags compatible 
375         with ctags.
376         * budbg.h: Adjust prototype.
377         * NEWS: Mention new switch
378         
379 2003-07-18  Nick Clifton  <nickc@redhat.com>
380
381         * objdump.c (main) :Accept multiple -M switch.
382         * doc/binutils.texi: Document that multiple -M switches are
383         accepted and that a single -M switch can contain comma
384         separated options.
385
386 2003-07-17  Nick Clifton  <nickc@redhat.com>
387
388         * objdump.c (main): Issue a warning message if multiple -M
389         switches are used.
390         
391         * doc/binutils.texi (objdump): Update documentation about -M
392         option.
393         
394 2003-07-17  Nick Clifton  <nickc@redhat.com>
395
396         * po/es.po: New Spanish translation.
397
398 2003-07-11  Alan Modra  <amodra@bigpond.net.au>
399
400         * po/binutils.pot: Regenerate.
401
402 2003-07-05  Christopher Faylor  <cgf@redhat.com>
403
404         * dlltool.c (prefix_encode): Use a fixed length for alpha.
405
406 2003-07-04  Christopher Faylor  <cgf@redhat.com>
407
408         * dlltool.c (prefix_encode): New function.  Encode temp file prefix
409         from pid.
410         (dlltmp): Pass address of pointer being alloced or suffer neverending
411         mallocs.
412         (make_one_lib_file): Allocate enough space for new longer stub names.
413         (gen_lib_file): Ditto.
414         (main): Generate the temp file prefix from the pid if prefix was not
415         specified on the command line.
416
417 2003-07-04  Nick Clifton  <nickc@redhat.com>
418
419         * readelf.c (get_data): Print (unsigned) hex values for size and
420         offset in error messages.
421         (process_section_headers): If the string table could not be
422         allocated, do not continue.
423
424 2003-07-01  Jakub Jelinek  <jakub@redhat.com>
425
426         * readelf.c (dynamic_segment_ia64_val): Print address and newline
427         for sections by default.  Comment fix.
428
429 2003-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
430
431         * rcparse.y (res_text_field): New res_id variable.
432         (res_null_text): New static const struct res_id object,
433         with empty unicode name field.
434         (control): Pop parsing of optresidc up one level. Set
435         res_text_field to $2 except for controls which do not accept
436         a text field.  Set res_text_field to res_null_text for the
437         special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR).
438         (control_params): Adjust to use res_text_field rather
439         than optresidc.
440         (COMBOBOX): Add comment about discrepency between documented
441         vs. observed default style.
442         * resrc.c (define_control): Make first param const.
443         * windres.h (define_control): Adjust prototype.
444
445 2003-06-27  Nick Clifton  <nickc@redhat.com>
446
447         * objcopy.c (copy_object): Replace call to
448         bfd_create_gnu_debuglink_section with separate calls to
449         bfd_add_gnu_debuglink_section and
450         bfd_fill_in_gnu_debuglink_section, separated by a walk over the
451         symbol tables.
452
453 2003-06-26  Roland McGrath  <roland@redhat.com>
454
455         * readelf.c (loadaddr): Variable removed.
456         (dynamic_info, version_info): Fix type long -> bfd_vma.
457         (program_headers): New variable.
458         (get_program_headers): New function, broken out of
459         process_program_headers.
460         (process_program_headers): Call it.  Don't set `loadaddr'.
461         (slurp_ia64_unwind_table): Use get_program_headers.
462         (process_corefile_note_segments):  Likewise.
463         (offset_from_vma): New function.
464         (process_relocs, process_dynamic_segment): Call that instead of
465         subtracting `loadaddr'.
466         (process_version_sections, process_symbol_table): Likewise.
467         (process_mips_specific): Likewise.
468
469 2003-06-26  Nick Clifton  <nickc@redhat.com>
470
471         * objcopy (enum strip_action): Add STRIP_NONDEBUG.
472         (OPTION_ONLY_KEEP_DEBUG): New.
473         (strip_options): Add --only-keep-debug.
474         (copy_options): Likewise.
475         (is_strip_section): Invert return value if STRIP_NONDEBUG is
476         active.
477         (copy_object): Do not copy private data when STRIP_NONDEBUG is
478         active.
479         (setup_section): Likewise.
480         (strip_main): Handle --only-keep-debug.
481         (copy_main): Likewise.
482         * NEWS: Mention new switch
483         * doc/binutils.texi: Document new switch.
484
485 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
486
487         * NEWS: Correct spelling of "relocatable".
488         * objdump.c: Likewise.
489         * sysroff.info: Likewise.
490
491 2003-06-19  Nick Clifton  <nickc@redhat.com>
492
493         * readelf.c (print_vma): When printing DEC_5 values, if the
494         number is bigger than 99999 switch to using hexadecimal
495         notation.
496
497 2003-06-11  Nick Clifton  <nickc@redhat.com>
498
499         * objcopy.c (gnu_debuglink_filename): New variable.
500         (OPTION_ADD_GNU_DEBUGLINK): New switch
501         (copy_options): Describe --add-gnu-debuglink switch.
502         Mention that --strip-debug removes sections as well.
503         (is_strip_section): Process the sections removed and kept
504         lists before checking for debugging sections.
505         (add_redefine_syms_file): Make function static.
506         (copy_object): Use is_strip_section.
507         Check to see if a .gnu_debuglink section should be added.  If
508         so, call bfd_add_gnu_debuglink.
509         (setup_section): Use is_strip_section.
510         (copy_section): Use is_strip_section.
511         (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK.
512         * NEWS: Mention new objcopy switch.
513         * doc/binutils.texi: Document new switch.
514
515 2003-06-11  H.J. Lu <hongjiu.lu@intel.com>
516
517         * po/Make-in (DESTDIR): New.
518         (install-data-yes): Support $(DESTDIR).
519         (uninstall): Likewise.
520
521 2003-06-11  Alan Modra  <amodra@bigpond.net.au>
522
523         * Makefile.in: Regenerate.
524
525 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
526
527         * readelf.c (get_segment_type): Handle PT_GNU_STACK.
528
529 2003-06-03  Elias Athanasopoulos  <elathan@phys.uoa.gr>
530
531         * NEWS: Document the new BSD/POSIX single-character mapping for
532         .comment/.note sections.
533         
534 2003-06-02  Chris Demetriou  <cgd@broadcom.com>
535             Jason Thorpe  <thorpej@wasabisystems.com>
536
537         * objcopy.c (redefine_list_append): Add an argument that
538         indicates the context from which this function is being
539         called.  Change all callers.
540         (copy_options): Add a new option, --redefine-syms.
541         (copy_usage): Document new option.
542         (copy_main): Handle the --redefine-syms option.
543         * doc/binutils.text (objcopy): Document new option.
544
545 2003-05-31  Richard Henderson  <rth@redhat.com>
546
547         * readelf.c (byte_get_signed): New.
548         (get_encoded_value): New.
549         (display_debug_frames): Use it.  Always pre-process opcodes.
550
551 2003-05-20  Michal Ludvig  <mludvig@suse.cz>
552
553         * readelf.c (display_debug_frames): Print both registers
554         for DW_CFA_register.
555
556 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
557
558         * configure.in: Accept i[3-7]86 variants. Escape '[]' for
559         i[3-7]86-*-interix.
560         * configure.in: Regenerate.
561
562 2003-05-13  Michael Eager <eager@mvista.com>
563
564         * objcopy.c: Treat identical src/dst file names as if only one
565         entered.  One Windows creating an output file of the same name as
566         the input file will delete the input file before it is read.
567
568 2003-05-12  Salvador Eduardo Tropea  <salvador@inti.gov.ar>
569
570         * debug.c (debug_get_real_type): Extend test for circular debug
571         references.
572
573 2003-05-12  Nick Clifton  <nickc@redhat.com>
574
575         * configure.in (ALL_LINGUAS): Add zh_CN.
576         * configure: Regenerate.
577         * po/zh_CN.po: New file: Chinese (simplified) translation.
578
579 2003-05-11  Jason Eckhardt  <jle@rice.edu>
580
581         * MAINTAINERS: Update my mail address.
582
583 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
584
585         * readelf.c (dump_relocations): Enlarge the type field in wide
586         mode by one character.
587
588 2003-05-03  Richard Henderson  <rth@redhat.com>
589
590         * readelf.c (struct Frame_Chunk): Add cfa_exp.
591         (frame_display_row): Just print "exp" for cfa or register
592         defined by a location expression.
593         (display_debug_frames): Handle DW_CFA_def_cfa_expression,
594         DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
595
596 2003-04-30  H.J. Lu <hjl@gnu.org>
597
598         * objdump.c (only): Change it to char **.
599         (only_size): New.
600         (only_used): New.
601         (disassemble_data): Check only as an array.
602         (dump_data): Likewise.
603         (dump_relocs): Likewise.
604         (main): Treat only as an array.
605
606 2003-04-24  Dimitrie O. Paun <dpaun@rogers.com>
607
608         * doc/binutils.texi: Fix the documentation for the -fo option.
609
610 2003-04-23  J"orn Rennecke <joern.rennecke@superh.com>
611
612         * readelf.c (get_machine_name) <EM_SH>: Amend return value
613         to refer to SuperH.
614
615         * readelf.c (decode_location_expression): Don't add a trailing ';'.
616
617 2003-04-23  Dimitrie O. Paun <dpaun@rogers.com>
618             Nick Clifton  <nickc@redhat.com>
619
620         * windres.c (long_options): Move close to main, where it is used.
621         Add 'input' and 'output' long options.
622         (main): Accept "-fo" as an alias for "-o".  This is for rc
623         comptibility.
624         * doc/binutils.texi: Mention that -fo is accepted as an alias for
625         -o, but discourage its use.
626
627 2003-04-22  Dimitrie O. Paun  <dpaun@rogers.com>
628
629         * windres.c (format_from_name): Make the exit on error
630         behaviour optional.
631         (main): Rename the -I option to -J. Introduce -I as a synonym
632         for --include-dir.  For backwards compatibility also support the
633         old -I behaviour, but issue a deprecation warning.
634         * doc/binutils.texi: Rename -I to -J.  Document the new behaviour
635         of the -I option.
636
637 2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
638
639         * readelf.c: Replace references to Mitsubishi M32R with
640         references to Renesas M32R.
641
642 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
643
644         * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
645
646 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
647
648         * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
649         for debugging information types not supported by objdump.
650
651 2003-04-09  Bernd Jendrissek <berndj@prism.co.za>
652
653         * configure.in: Recognize canonical form of i[3-6]86-pe*.
654         * configure: Regenerate.
655
656 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
657
658         * readelf.c (display_debug_info): Apply RELA relocations on the
659         entire section.
660         (byte_put_little_endian, byte_put_big_endian): New functions.
661         (byte_put): New variable.
662         (get_file_header): Initialize it.
663
664 2003-04-05  Dimitrie O. Paun <dpaun@rogers.com>
665
666         * windres.c: Add -l for compatibility with wrc, and rc.
667         Use the short option as a key for long options that have
668         a synonymous short option.
669         * doc/binutils.texi: Added -l to the list of options.
670
671 2003-04-03  Dimitrie O. Paun <dpaun@rogers.com>
672
673         * windres.c: Add -U for compatibility with wrc, rc, and cpp.
674         (main): Just pass the -U option down to the preprocessor.
675         * doc/binutils.texi: Added -U to the list of options.
676
677 2003-04-01  Dimitrie O. Paun <dpaun@rogers.com>
678
679         * windres.c (usage): Report -r option.
680         (main): Ignore the -r option.
681         * doc/binutils.texi: Add -r to the list of options.
682
683 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
684
685         * MAINTAINERS: Add myself as Xtensa maintainer.
686
687 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
688
689         * readelf.c: Include "elf/xtensa.h".
690         (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
691         targets that use RELA relocations.
692         (dump_relocations): Call elf_xtensa_reloc_type for
693         EM_XTENSA and EM_XTENSA_OLD.
694         (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
695
696 2003-04-01  Nick Clifton  <nickc@redhat.com>
697
698         * configure.in: Change "arm-pe*" to "arm-*-pe*".  Similarly for
699         thumb-pe*, mcore-pe and mcore-*elf.
700         * configure: Regenerate.
701
702 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
703
704         * objdump.c (dump_data): Don't truncate the address to long; make
705         the width large enough, and uniform for all entries in a section.
706
707 2003-03-31  H.J. Lu <hjl@gnu.org>
708
709         * readelf.c: Include "libiberty.h".
710         (dynamic_relocations): New.
711         (process_relocs): Properly handle dynamic relocation.
712         (process_dynamic_segment): Fill relocation elements in
713         dynamic_info.
714
715 2003-03-31  Kevin Buettner <kevinb@redhat.com>
716
717         * readelf.c (read_and_display_attr, read_and_display_attr_value):
718         Add new arguments ``offset_size'' and ``dwarf_version''.  Adjust
719         all callers.
720         (display_debug_lines, display_debug_pubnames, display_debug_info)
721         (display_debug_aranges, display_debug_frames, read_and_display_attr)
722         (read_and_display_attr_value): Add 64-bit DWARF support.
723
724 2003-03-31  Ian Lance Taylor <ian@airs.com>
725
726         * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
727         (optresid): Handle a resource id that can be a string or a number.
728         * resrc.c (define_control): Replace 'text' parameter with 'iid' a
729         struct res_id.
730         (define_icon_control): Pass a struct res_id to define_control.
731         * windres.h (define_control): Change prototype.
732
733 2003-03-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
734
735         * objcopy (OPTION_FORMATS_INFO): Define.
736         (strip_options): Add "info"/OPTION_FORMATS_INFO option.
737         (copy_options): Likewise.
738         (strip_usage): Add "--info" to usage.
739         (copy_usage): Likewise.
740         (strip_main): Declare formats_info. Iniatilize it to FALSE.
741         Handle "info".
742         (copy_main). Likewise.
743         * doc/binutils.texi. Document the "--info" option for
744         objcopy/strip.
745         * NEWS: Mention the new command line switch.
746
747         * objdump.c (endian_string): Move to bucomm.c.
748         (display_info): Likewise.
749         (display_target_list): Likewise.
750         (display_info_table): Likewise.
751         (display_target_tables): Likewise.
752         (main): Assign the return value of display_info to exit_status.
753         * bucomm.c: Include bfdver.h and libbfd.h
754         (display_target_list): Call bfd_nonfatal instead of nonfatal and
755         return 0 on a non-fatal error, 1 on success.
756         (display_info_table): Likewise. 
757         * bucomm.h (display_info): Provide a prototype.
758         * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
759         libbfd.h.
760         * Makefile.in: Regenerate.
761
762 2003-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
763
764         * dlltool.c (gen_def_file): Put demangled name comments on
765         own line preceding export name.
766
767 2003-03-17  Nick Clifton  <nickc@redhat.com>
768
769         * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
770         printf for emitting new lines.
771
772 2003-03-16  Elias Athanasopoulos  <elathan@phys.uoa.gr>
773
774         * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
775         the symbol's value when --size-sort is used, unless -S is used.
776         doc/binutils.texi (--size-sort): For non-bsd formats both the
777         value and size of the symbols are displayed.
778         
779 2003-03-13  Nick Clifton  <nickc@redhat.com>
780
781         * po/da.po: Update.
782
783 2003-03-12  Nick Clifton  <nickc@redhat.com>
784
785         * MAINTAINERS: Remove Peter Targett as ARC maintainer.
786
787 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
788
789         * MAINTAINERS: Update my mail address.
790
791 2003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
792
793         * stabs.c (BYTES_IN_WORD): Remove definition.
794         * wrstabs.c (BYTES_IN_WORD): Likewise.
795
796 2003-03-04  Nick Clifton  <nickc@redhat.com>
797
798         * nm.c (main): Print a warning message if --size-sort and
799         --undefined-only are used together.
800
801 2003-03-04  Elias Athanasopoulos  <elathan@phys.uoa.gr>
802
803         * nm.c (print_symbol): Remove check for undefined_only.
804         
805 2003-03-03  Nick Clifton  <nickc@redhat.com>
806
807         * po/da.po: Installed latest translation.
808
809 2003-02-24  Nick Clifton  <nickc@redhat.com>
810
811         * README: Update binutils references to 2.13.
812         Add paragraph about using --disable-nls.
813
814 2003-02-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
815
816         * doc/binutils.texi (nm --size-sort): Update.
817
818 2003-02-21  James E Wilson  <wilson@tuliptree.org>
819
820         * MAINTAINERS: Update email address.
821
822 2003-02-21  Ian Wienand  <ianw@gelato.unsw.edu.au>
823
824         * readelf.c (get_ia64_dynamic_type): New function.
825         (dynamic_segment_ia64_val): New function.
826         (get_dynamic_type): If machine type is EM_IA_64 call
827         get_ia64_dynamic_val.
828         (get_ia64_section_type_name): Handle sections with types in the
829         SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
830         (get_dynamic_flags): If machine type is EM_IA_64 call
831         dynamic_segment_ia64_val.
832
833 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
834
835         * doc/binutils.texi: Fix typos and obvious texinfo mistakes.  Make
836         section title capitalization more consistent.  Update descriptions
837         of various options to be consistent with the code.  Fix errors and
838         incomplete list in the description of c++filt format options.  Remove
839         information about the linker.  Change to be more polite about poor
840         bug reports.  Replace FDL appendix with include of fdl.texi.
841         * doc/fdl.texi: New file.
842
843 2003-02-21  Roger Sayle  <roger@eyesopen.com>
844
845         * objcopy.c (filter_symbols): Fix compilation problems with
846         HP-UX's C compiler.
847
848 2003-02-19  Christopher Faylor  <cgf@redhat.com>
849
850         * rclex.l (handle_quotes): Fix minor formatting problems introduced in
851         previous change.
852
853 2003-02-19  Mark Blackburn  <marklist@fangorn.ca>
854
855         * rclex.l (handle_quotes): Handle strings spanning more than one line.
856
857 2003-02-12  Bob Wilson  <bob.wilson@acm.org>
858
859         * nm.c (usage): Add `java' and `gnat' demangle styles and make
860         quotes consistent.
861         * objdump.c (usage): Ditto.  Also fix some typos.
862
863         * readelf.c (parse_args): Include 'H' option in call to getopt_long.
864
865         * debug.c (debug_record_variable): Handle global register variables.
866
867         * stabs.c (parse_stab): For N_SLINE only include
868         function_start_offset if the symbol is within a function;
869         otherwise, the value is absolute.
870
871 2003-02-10  Nick Clifton  <nickc@redhat.com>
872
873         * readelf.c (decode_ARM_machine_flags): Handle the
874         EF_ARM_MAVERICK_FLOAT flag.
875
876 2003-02-04  Andreas Schwab  <schwab@suse.de>
877
878         * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
879         long and use %ld in printf format.
880
881 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
882
883         * readelf.c (dump_relocations): Reorder the r_info field for
884         little-endian mips elf64.  Move #ifdef BFD64 to cover the new code.
885
886 2003-01-21  Daniel Berlin  <dan@dberlin.org>
887
888         * readelf.c (display_debug_loc): Skip address base changes.
889
890 2003-01-17  Fabio Alemagna  <falemagn@aros.org>
891
892         * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
893         and ELFOSABI_NSK.
894
895 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
896
897         * readelf.c: Include elf/ppc64.h.
898         (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
899         * Makefile.am: Run "make dep-am".
900         * Makefile.in: Regenerate.
901
902 2003-01-02  Ben Elliston  <bje@redhat.com>
903
904         * readelf.c (guess_is_rela): Handle EM_IQ2000.
905         (get_machine_name): Likewise.
906         (dump_relocations): Likewise.
907         * NEWS: Mention IQ2000 support.
908
909 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
910
911         * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
912
913 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
914
915         * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
916         changes in MIPS -M options.
917
918 2002-12-30    Dmitry Diky <diwil@mail.ru>
919
920         * Makefile.am: Add msp430 target.
921         * Makefile.in: Regenerate.
922         * readelf.c: Add support for msp430 target.
923
924 2002-12-27  Chris Demetriou  <cgd@broadcom.com>
925
926         * doc/binutils.texi (objdump): Document MIPS -M options.
927
928 2002-12-23  Andreas Schwab  <schwab@suse.de>
929
930         * readelf.c (main): Reset dump request after each file.
931
932 2002-12-23  Nick Clifton  <nickc@redhat.com>
933
934         * nlmconv.c (main): Pass TRUE as third argument to
935         bfd_arch_get_compatible.
936
937 2002-12-23  Nick Clifton  <nickc@redhat.com>
938
939         * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
940         macro.  Handle 'S' encoding, accepting 8-bit characters.
941         (main): Parse 'S' encoding.
942         (get_char): Accept 'S' encoding.
943         (print_strings): Use STRING_ISGRAPHIC.
944         (usage): Document support of 'S' encoding.
945         * doc/binutils.texi: Document support of 'S' encoding/
946         * NEWS: Mention new feature.
947
948 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
949
950         * README <building ar>: Don't use libibery's needed_list or
951         required_list, instead link libiberty/*.o.
952
953 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
954
955         * doc/binutils.texi: Fix typos.
956
957 2002-12-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
958
959         * doc/binutils.texi: Add missing parenthesis.
960
961 2002-12-15  Nick Kelsey  <nickk@ubicom.com>
962
963         * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
964         symbols by adding the given prefix to the begining of the symbol
965         name. This is useful to provide name space separation regardless
966         of how the object file was created. Added --prefix-sections=
967         <prefix> and --prefix-alloc-sections=<prefix> options to rename all
968         sections (or all sections with the alloc flag set) by adding the given
969         prefix to the begining of the symbol name.
970         * NEWS: Mention this new feature.
971         * doc/binutils.texi: Document this new feature.
972
973 2002-12-13  Alan Modra  <amodra@bigpond.net.au>
974
975         * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
976         dyn_string_append with dyn_string_append_cstr.
977
978         * emul_aix.c (ar_emul_aix_create): Remove unused function.
979
980 2002-12-10  James Cownie <jcownie@etnus.com>
981
982         * readelf.h (get_TAG_name, get_AT_name,
983         read_and_display_attr_value): Add support for UPC extensions to
984         DWARF2 spec.
985         * NEWS: Mention this new support.
986
987 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
988
989         * NEWS: Mention that bfd no longer declares a "boolean" type.
990
991 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
992
993         * readelf.c (process_program_headers): When setting loadaddr, don't
994         assume segment size is 4k.  Use p_align instead.
995         (loadaddr): Change from int to long.
996         (dynamic_addr, dynamic_info, version_info): Likewise.
997         (process_dynamic_segment <syminsz>): Likewise.
998         (process_dynamic_segment): Adjust print format string.
999         (rela_addr, rela_size): Delete.
1000         (process_relocs): Formatting.
1001
1002 2002-12-05  Jim Wilson  <wilson@redhat.com>
1003
1004         * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
1005         * configure: Regenerate.
1006
1007 2002-12-04  Ian Lance Taylor  <ian@airs.com>
1008
1009         * MAINTAINERS: Change e-mail address back to airs.com.
1010
1011 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
1012
1013         * MAINTAINERS: Add self.
1014
1015 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
1016
1017         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
1018         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
1019         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
1020         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
1021         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
1022         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
1023         with TRUE/FALSE.  Formatting.
1024
1025 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
1026
1027         * readelf.c Replace occurrences of Elf32_Internal_* and
1028         Elf64_Internal_* with Elf_Internal_*.
1029         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
1030         Zero r_addend fields.
1031         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
1032         Elf_Internal_Rela.
1033
1034 2002-11-23  Nick Clifton  <nickc@redhat.com>
1035
1036         * size.c (usage): Fix typo describing switch for hex format.
1037
1038 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
1039
1040         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
1041         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
1042         testcase
1043
1044 2002-11-14  Nick Clifton  <nickc@redhat.com>
1045
1046         * readelf.c (process_program_headers): Add comment about return
1047         value.  Ensure that 0 is returned if the headers are not loaded.
1048         (process_file): If process_section_headers failed to load the
1049         headers disable any tests that rely upon them.  Similarly for
1050         process_program_headers.
1051
1052 2002-11-12  Nick Clifton  <nickc@redhat.com>
1053
1054         * po/da.po: Updated Danish translation.
1055
1056 2002-11-12  Klee Dienes  <kdienes@apple.com>
1057
1058         * rddbg.c (read_section_stabs_debugging_info): Also recognize
1059         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
1060
1061 2002-11-11  Christopher Faylor  <cgf@redhat.com>
1062
1063         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
1064         cgf maintainership.
1065
1066 2002-11-11  Christopher Faylor  <cgf@redhat.com>
1067
1068         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
1069
1070 2002-11-07  Nick Clifton  <nickc@redhat.com>
1071
1072         * configure.in (ALL_LINGUAS): Add 'da'.
1073         * configure: Regenerate.
1074         * po/da.po: New Danish translation.
1075
1076         * readelf.c (get_symbol_index_type): Revert part of previous
1077         patch: Display unknown symbol types in decimal, not hex.
1078
1079 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
1080
1081         * dlltool.c (add_excludes): Don't prefix excluded fastcall
1082         symbols with underscore.
1083         (xlate): Ignore add_underscore for decorated fastcall symbols.
1084
1085 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
1086
1087         * deflex.l: Accept '@' as first character of an ID.
1088         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
1089         ASM_PREFIX for fastcall symbols.
1090         (scan_drectve_symbols): Handle fastcall symbols when generating
1091         undecorated aliases for symbols in drectve section.
1092         (scan_filtered_symbols): Likewise, with export-all.
1093         (xlate): Likewise, with --kill-at.
1094         (make_imp_label): New function to handle fastcall symbols
1095         correctly.
1096         (make_one_lib_file): Use make_imp_label instead of make_label
1097         for imp symbols.
1098
1099 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
1100
1101         * MAINTAINERS: Add self as TIC4X maintainer.
1102
1103 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
1104
1105         * readelf.c (get_symbol_index_type): Add hex number to
1106         PROCESSOR-specific, OS-specific, reserved and unknown symbol
1107         types.
1108
1109 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
1110
1111         * readelf.c (byte_get_little_endian): Comment typo fix.
1112         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
1113         as the format string.
1114         (dump_relocations): Correct section sym names.
1115         (process_section_headers): Clear symtab_shndx_hdr.
1116         (read_and_display_attr_value): Don't pass indirect string to printf
1117         as the format string.
1118         (display_debug_frames): Indicate when zero terminator found.  Decode
1119         DW_EH_PE_pcrel addresses.
1120
1121 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
1122
1123         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
1124         order to ensure proper disassembly of the valid 0-value opcode.
1125         * configure: Regenerate.
1126         * aclocal.m4: Regenerate.
1127         * config.in: Regenerate.
1128         * configure.in: Regenerate.
1129         * doc/Makefile.in: Regenerate.
1130         * po/binutils.pot: Regenerate.
1131
1132 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1133
1134         * MAINTAINERS: Add self as SH maintainer.
1135
1136 2002-10-23  Ben Elliston  <bje@redhat.com>
1137
1138         * doc/binutils.texi (objdump): Document -z and move the entry for
1139         --disassemble-zeroes to the end of the options section (for `z').
1140
1141 2002-10-21  Nick Clifton  <nickc@redhat.com>
1142
1143         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
1144
1145 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
1146
1147         * objdump.c (dump_data): Correct addr_offset for opb != 1.
1148
1149 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
1150
1151         * bucomm.c (list_supported_targets): Use bfd_target_list.
1152
1153         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
1154         other object errors in preference to bfd_core errors.
1155
1156 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
1157
1158         * Makefile.am: Run "make dep-am".
1159         * objdump.c: #include "bfdver.h".
1160         * version.c: Likewise.
1161         * Makefile.in: Regenerate.
1162         * config.in: Regenerate.
1163         * configure: Regenerate.
1164         * po/POTFILES.in: Regenerate.
1165
1166 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
1167
1168         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
1169         sections.  Allow relocations against the absolute symbol.  Don't
1170         use the value in compunit.cu_abbrev_offset if we found a RELA
1171         relocation.
1172
1173 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
1174
1175         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
1176         ordinary ones are available.
1177
1178 2002-09-30  H.J. Lu <hjl@gnu.org>
1179
1180         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
1181         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
1182
1183 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
1184
1185         * Makefile.am (CFILES): Add cxxfilt.c.
1186         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
1187         (cxxfilt_LDADD): Delete.
1188         Remove all references to underscore.c.
1189         Regen dependencies.
1190         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
1191         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
1192         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
1193         adjustments to fit into binutils framework.
1194         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
1195
1196 2002-09-12  Roland McGrath  <roland@redhat.com>
1197
1198         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
1199         Handle DW_OP_GNU_push_tls_address.
1200
1201 2002-09-11  Nick Clifton  <nickc@redhat.com>
1202
1203         * po/tr.po: Updated Turkish translation.
1204
1205 2002-09-10  Nick Clifton  <nickc@redhat.com>
1206
1207         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
1208         testsuite changes.  Add paragraphs about testsuite and config
1209         patches.
1210
1211 2002-08-29  Nick Clifton  <nickc@redhat.com>
1212
1213         * readelf.c (get_machine_flags): Remove redundant reference to
1214         E_V850EA_ARCH.
1215
1216 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1217
1218         * objdump.c (dump_bfd): Restore lines accidentally deleted in
1219         last commit.
1220
1221 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1222
1223         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
1224         (dump_bfd_header): Likewise.
1225
1226 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
1227
1228         * nm.c: Revert last change.
1229
1230 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
1231
1232         * nm.c (display_rel_file): Don't report "no symbols" as an error.
1233         * objdump.c (slurp_symtab): Likewise.
1234         (slurp_dynamic_symtab): Likewise.
1235         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
1236
1237 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
1238
1239         * MAINTAINERS: Change my mailing address.
1240
1241 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1242
1243         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
1244
1245 2002-08-22  Nick Clifton  <nickc@redhat.com>
1246
1247         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
1248         HPPA.
1249
1250 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1251
1252         * readelf.c (parse_args): Change debug_dump_opt to static.
1253
1254 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
1255
1256         * stabs.c (parse_stab_argtype): Pass length of physname to
1257         stab_demangle_argtypes.
1258         (stab_demangle_argtypes): Add new parameter - length of physname.
1259         Pass length of physname on to stab_demangle_prefix.
1260         (stab_demangle_prefix): Add new parameter - length of physname.
1261         Use length of physname (if supplied) to compute end of function
1262         name.
1263
1264 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
1265
1266         * readelf.c: Include elf/i370.h.
1267         (dump_relocations): Handle EM_S370.
1268         (dynamic_segment_parisc_val): Print \n.
1269         (process_dynamic_segment <DT_BIND_NOW>): Here too.
1270
1271 2002-08-14  Nick Clifton  <nickc@redhat.com>
1272
1273         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
1274         * objdump.c (usage): Likewise.
1275         * doc/binutils.texi: Likewise.
1276
1277 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
1278
1279         * rcparse.y (acc_entry): Don't warn about ALT use with
1280         non-VIRTKEY.
1281
1282 2002-08-13  H.J. Lu <hjl@gnu.org>
1283
1284         * objcopy.c (copy_object): Don't warn about the unsupported
1285         architecture unless the input target is defaulted or the
1286         output architecture is different from the input.
1287
1288 2002-08-09  Nick Clifton  <nickc@redhat.com>
1289
1290         * po/sv.po: Updated Swedish translation.
1291
1292 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
1293
1294         * prdbg.c (pr_fix_visibility): Remove assert.
1295
1296 2002-07-31  Nick Clifton  <nickc@redhat.com>
1297
1298         * addr2line.c (process_file): Rename parameter 'filename' to
1299         'file_name' in order to avoid shadowing global symbol of the
1300         same name.
1301         (main): Likewise.
1302
1303 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
1304
1305         * readelf.c (OPTION_DEBUG_DUMP): Define.
1306         (options): Use it.
1307         (usage): Update help.
1308         (parse_args): Handle --debug-dump separately from -w.
1309         * doc/binutils.texi (readelf): Update documentation.
1310
1311 2002-07-25  Nick Clifton  <nickc@redhat.com>
1312
1313         * po/es.po: Updated Spanish translation.
1314         * po/fr.po: Updated French translation.
1315
1316 2002-07-24  Nick Clifton  <nickc@redhat.com>
1317
1318         * po/es.po: Updated Spanish translation.
1319
1320 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
1321
1322         * Makefile.am: Run "make dep-am".
1323         * Makefile.in: Regenerate.
1324
1325 2002-07-23  Nick Clifton  <nickc@redhat.com>
1326
1327         * po/fr.po: Updated French translation.
1328
1329 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
1330
1331         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
1332
1333 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
1334
1335         * budemang.c: Include config.h and string.h/strings.h.
1336
1337 2002-07-18 Denis Chertykov  <denisc@overta.ru>
1338            Frank Ch. Eigler  <fche@redhat.com>
1339
1340         * readelf.c: Include "elf/ip2k.h".
1341         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
1342         (dump_relocations): Likewise.
1343         (get_machine_name): Likewise.
1344         * NEWS: Mention IP2K support.
1345
1346 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
1347
1348         * NEWS: Add 'Changes in 2.13'.
1349
1350 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
1351
1352         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
1353         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
1354         (get_section_type_name): Handle SHT_GNU_LIBLIST.
1355         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
1356         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
1357         (process_gnu_liblist): New.
1358         (process_file): Call it.
1359
1360 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
1361
1362         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1363         * Makefile.in: Regenerate.
1364
1365 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
1366
1367         * budemang.c: New file, "demangle" function.
1368         * budemang.h: New file.
1369         * addr2line.c (translate_addresses): Use "demangle".
1370         * nm.c (print_symname): Likewise.
1371         * objdump.c (objdump_print_symname): Likewise.
1372         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
1373         here since that obfuscates.
1374         * rdcoff.c: Don't #include demangle.h.
1375         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
1376         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
1377         (HFILES): Add budemang.h.  Sort.
1378         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
1379         Run "make dep-am".
1380         * Makefile.in: Regenerate.
1381
1382 2002-07-01  Matt Thomas  <matt@3am-software.com>
1383
1384         * readelf.c: Include "elf/vax.h".
1385         (guess_is_rela): Move EM_VAX from unknown to RELA case.
1386         (dump_relocations): Handle VAX relocations.
1387         (get_machine_flags): Handle VAX machine flags.
1388
1389 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1390
1391         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
1392
1393 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
1394
1395         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
1396
1397 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
1398
1399         * nm.c (print_symname): When demangling, strip leading dots from
1400         symbol names to avoid confusing the demangler.
1401
1402 2002-06-25  H.J. Lu <hjl@gnu.org>
1403
1404         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1405         * Makefile.in: Regenerated.
1406
1407 2002-06-21  Igor Schein  <igor@txc.com>
1408
1409         * configure.in: Quote bu_cv_have_fopen64.
1410         * configure: Regenerate.
1411
1412 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
1413
1414         * configure.in: Check for strcoll.
1415         * configure: Regenerate.
1416         * config.in: Regenerate.
1417         * nm.c (main): Set locale for LC_COLLATE category.
1418         (non_numeric_forward): Use strcoll if available.
1419
1420 2002-06-20  Dave Brolley  <brolley@redhat.com>
1421
1422         * MAINTAINERS: Add self as fr30 and frv maintainer.
1423
1424 2002-06-18  H.J. Lu  (hjl@gnu.org)
1425
1426         * nm.c: Include "elf/common.h".
1427         (extended_symbol_info): Add elfinfo, a pointer to
1428         elf_symbol_type.
1429         (SYM_SIZE): Use elfinfo if it is not NULL.
1430         (get_symbol_type): New function.
1431         (display_archive): Set print_width for each archive member.
1432         (display_file): Likewise.
1433         (display_rel_file): Don't set print_width here.
1434         (print_object_filename_sysv): Handle print_width.
1435         (print_archive_member_sysv): Likewise.
1436         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
1437         (print_symbol): Set the elfinfo field in extended_symbol_info
1438         for ELF.
1439         (print_object_filename_sysv): Fix the output format.
1440         (print_symbol_info_sysv): Print type and section for ELF.
1441
1442 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
1443
1444         * nm.c (print_size_symbols): Remove assignment, which makes
1445         the symbol's size equal to its value when --size-sort is
1446         used.
1447
1448 2002-06-18  Dave Brolley  <brolley@redhat.com>
1449
1450         From Catherine Moore:
1451         * readelf.c (elf/frv.h): #include it.
1452         (guess_is_rela): Support EM_CYGNUS_FRV.
1453         (dump_relocations): Ditto.
1454         (get_machine_name): Ditto.
1455         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
1456
1457 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
1458
1459         * readelf.c (get_file_header): Only read the first section header if
1460         e_shoff is non-zero.
1461
1462 2002-06-15  H.J. Lu  (hjl@gnu.org)
1463
1464         * nm.c (print_size): New variable. Initialize to 0.
1465         (long_options): Add 'S'/"print-size".
1466         (main): Handle 'S'.
1467         (print_symbol_info_bsd): Print size only if print_size is not
1468         0.
1469
1470         * doc/binutils.texi: Document -S/--print-size.
1471
1472 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
1473
1474         * nm.c (struct extended_symbol_info): New structure: Add the size
1475         of the symbols to the information provided by the symbol_info
1476         structure.
1477         (print_symbols): Pass the symbol size to print_symbol.
1478         (print_size_symbols): Pass the symbol size to print_symbol.
1479         (print_symbol): Extra argument: The size of the symbol.  Store
1480         this in the extended_symbol_info structure.
1481         (print_symbol_info): Change type of info parameter to
1482         extended_symbol_info.  Display the size, if known.
1483         (print_symbol_info_posix): Likewise.
1484         (print_symbol_info_sysv): Likewise.
1485
1486 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1487
1488         * Makefile.am: Run "make dep-am".
1489         * Makefile.in: Regenerate.
1490         * doc/Makefile.in: Regnerate.
1491
1492         * bucomm.c: Replace CONST with const.
1493         * nm.c: Likewise.
1494         * objdump.c: Likewise.
1495
1496 2002-06-07  H.J. Lu <hjl@gnu.org>
1497
1498         * readelf.c (DW_CFA_GNU_args_size): Don't define.
1499         (DW_CFA_GNU_negative_offset_extended): Likewise.
1500         (DW_CFA_GNU_window_save): Likewise.
1501         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
1502         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
1503
1504 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
1505
1506         * nm.c: When computing size of symbols for an ELF target use the
1507         internal size field.
1508
1509 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1510
1511         * testsuite/binutils-all/objcopy.exp: clear xfail for
1512         "hppa*64*-*-hpux*".
1513         * testsuite/binutils-all/hppa/objdump.exp: Return if
1514         "*64*-*-*".
1515
1516 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1517
1518         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
1519
1520 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
1521
1522         * objdump.c: Fix formatting.
1523
1524 2002-05-29  Ben Elliston  <bje@redhat.com>
1525
1526         * MAINTAINERS: Add self as M68k maintainer.
1527
1528 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1529
1530         * readelf.c: Modified/Added DLX elf support.
1531
1532 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
1533
1534         * arsup.c: Fix formatting.
1535         * debug.c (debug_record_label): Add missing colon to error
1536         message.
1537         * ieee.c (parse_ieee_ty): Fix spelling typo.
1538         * readelf.c (process_program_headers): Remove English assumption
1539         about making a plural word.
1540         (process_section_headers): Likewise.
1541         (process_relocs): Allow quotes to be translated.
1542         (process_unwind): Likewise,
1543         (process_mips_specific): Improve error message.
1544         (get_note_type): Fix spelling typo.
1545
1546         * configure.in (ALL_LINGUAS): Add sv
1547         * po/sv.po: New file.
1548
1549 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
1550
1551         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1552         (unw_print_grmask): Likewise.
1553         (unw_print_frmask): Likewise.
1554
1555 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
1556
1557         * arsup.c: Remove ARGSUSED.
1558         * debug.c: Likewise.
1559         * ieee.c: Likewise.
1560         * nlmconv.c: Likewise.
1561         * prdbg.c: Likewise.
1562         * stabs.c: Likewise.
1563         * wrstabs.c: Likewise.
1564
1565 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1566
1567         * arlex.l: Use #include "" instead of <> for local header files.
1568         * coffdump.c: Likewise.
1569         * coffgrok.c: Likewise.
1570         * nlmconv.c: Likewise.
1571         * nlmheader.y: Likewise.
1572         * srconv.c: Likewise.
1573         * strings.c: Likewise.
1574         * sysdump.c: Likewise.
1575         * unwind-ia64.h: Likewise.
1576         * windres.h: Likewise.
1577         * winduni.h: Likewise.
1578
1579 2002-05-24  Tom Rix  <trix@redhat.com>
1580
1581         * MAINTAINERS: Add self as the d10v maintainer.
1582
1583 2002-05-24   TAMURA Kent <kent@netbsd.org>
1584
1585         * configure.in: Builds dlltool for i386-netbsdpe.
1586         * configure: Regenerate.
1587
1588 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1589
1590         * size.c: Fix formatting.
1591         * srconv.c: Likewise.
1592         * stabs.c: Likewise.
1593         * sysdump.c: Likewise.
1594         * unwind-ia64.c: Likewise.
1595         * wrstabs.c: Likewise.
1596
1597 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1598
1599         * readelf.c (get_segment_type): Add PT_TLS.
1600         (get_elf_section_flags): Add SHF_TLS.
1601         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
1602         (process_dynamic_segment): Use puts instead of printf.
1603         (get_symbol_type): Support STT_TLS.
1604         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1605         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1606         Add SEC_THREAD_LOCAL.
1607
1608 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1609
1610         * rdcoff.c: Fix formatting.
1611         * rddbg.c: Likewise.
1612         * readelf.c: Likewise.
1613         * rename.c: Likewise.
1614         * resbin.c: Likewise.
1615         * resrc.c: Likewise.
1616         * resres.c: Likewise.
1617
1618 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
1619
1620         * filemode.c: Fix formatting.
1621         * ieee.c: Likewise.
1622         * is-ranlib.c: Likewise.
1623         * is-strip.c: Likewise.
1624         * maybe-ranlib.c: Likewise.
1625         * maybe-strip.c: Likewise.
1626         * nlmconv.c: Likewise.
1627         * nm.c: Likewise.
1628         * not-ranlib.c: Likewise.
1629         * not-strip.c: Likewise.
1630         * objcopy.c: Likewise.
1631         * objdump.c: Likewise.
1632
1633 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1634
1635         * objdump.c (dump_headers): Fix output formatting for ELF32
1636         architectures in a BFD64 enabled toolchain.
1637
1638 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
1639
1640         * debug.c: Fix formatting.
1641         * debug.h: Likewise.
1642         * dlltool.c: Likewise.
1643         * dllwrap.c: Likewise.
1644         * emul_aix.c: Likewise.
1645         * emul_vanilla.c: Likewise.
1646
1647 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
1648
1649         * addr2line.c: Fix formatting.
1650         * ar.c: Likewise.
1651         * arsup.c: Likewise.
1652         * arsup.h: Likewise.
1653         * binemul.c: Likewise.
1654         * binemul.h: Likewise.
1655         * bucomm.c: Likewise.
1656         * coffdump.c: Likewise.
1657         * coffgrok.c: Likewise.
1658         * coffgrok.h: Likewise.
1659
1660 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1661
1662         * MAINTAINERS: Add myself as the second AVR port maintainer.
1663
1664 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
1665
1666         * MAINTAINERS: Update my email address.
1667
1668 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
1669
1670         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1671
1672 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1673
1674         * configure.in: Replace `*pe' with `pe' throughout.
1675         * configure: Regenerate.
1676
1677 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1678
1679         * Makefile.am: Honour DESTDIR.
1680         * Makefile.in: Regenerate.
1681
1682 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
1683
1684         * dlltool.c (process_def_file): Add missing prototype.
1685         (new_directive, assemble_file, main): Likewise.
1686         (process_def_file, new_directive): Make static.
1687         (inform): Rewrite using VA_FIXEDARG.
1688         * dllwrap.c (mybasename): Add missing prototype.
1689         (strhash, main): Likewise.
1690         (inform): Rewrite using VA_FIXEDARG.
1691         (warn): Likewise.
1692         (cleanup_and_exit): Use old style function definition.
1693         (strhash): Likewise.
1694         * windres.c (define_resource): Use one memset to clear all of
1695         struct res_resource.
1696
1697         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
1698         call to rules that need no lookahead.  Check for no lookahead.
1699
1700 2002-05-06  Borut Razem  <borut.razem@siol.net>
1701
1702         * rclex.l (get_string): Correct "strings" list handling.
1703         * resrc.c (read_rc_file): Discard strings.
1704
1705 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1706
1707         * ar.c (replace_members): Remove unused var.  Formatting fix.
1708         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1709
1710         * MAINTAINERS: Sort port maintainers by CPU.
1711
1712 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1713
1714         * size.c (display_archive): Add last_arfile and code to close archives.
1715
1716 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1717
1718         * nm.c (print_symbol): Check returned filename from
1719         bfd_find_nearest_line is non-NULL.
1720
1721 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
1722
1723         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1724
1725 2002-04-24  Christian Groessler <chris@groessler.org>
1726
1727         * MAINTAINERS: Changed my email address.
1728
1729 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1730
1731         * arparse.y: Fix syntax warning.
1732
1733 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
1734
1735         * readelf.c (fetch_location_list): Remove unused function.
1736
1737         * readelf.c (process_corefile_note_segment): Catch corrupt notes
1738         and display a warning message, then exit the loop.
1739
1740         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1741
1742 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
1743
1744         * resrc.c (write_rc_dialog): If charset is non-default value
1745         display all of the DIALOGEX parameters.
1746
1747 2002-04-15  Eric Kohl <ekohl@rz-online.de>
1748
1749         * rcparse.y: Allow two to five parameter in FONT statement of
1750         DIALOGEX resources.
1751         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1752         resource data.
1753         (res_to_bin_dialog): Likewise.
1754         * windres.h: Added misssing charset variable to dialog_ex
1755         structure.
1756
1757 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
1758
1759         * rcparse.y: Set MEMFLAG_PURE by default.
1760
1761 2002-04-09  Bernd Herd <info@herdsoft.com>
1762
1763         * rcparse.y: CLASS definitions in DIALOG resources
1764         are quoted.
1765         Fix typo in BEDIT warning.
1766         Don't add default dialog style when explicit style specified.
1767         Add WS_CAPTION dialog style if CAPTION is specified.
1768
1769         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1770         (handle_quotes) "\a" escape (used for right justified key
1771         definitions in menus) is encodes as binary 8.
1772
1773         * resrc.c (write_rc_dialog): Print style even if it is 0.
1774         (write_rc_directory): Fix overlooked sublang shift bug.
1775         (bin_to_res_dialog): Don't print empty dialog caption.
1776
1777         * resbin.c (bin_to_res_dialog): Use signature to identify
1778         DIALOGEX.
1779
1780         * windres.c (main): Set default LANGUAGE to english/us.
1781
1782 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
1783
1784         * resrc.c: print CLASS names in quotes
1785
1786 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1787
1788         * MAINTAINERS: Update my email address.
1789
1790 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1791
1792         * dep-in.sed: Cope with absolute paths.
1793         * Makefile.am (dep.sed): Subst TOPDIR.
1794         Run "make dep-am".
1795         * Makefile.in: Regenerate.
1796
1797 2002-03-27  Peter Targett  <peter.targett@arc.com>
1798
1799         * MAINTAINERS: Update my email address.
1800
1801 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1802
1803         * Makefile.am: Run "make dep-am".
1804         * Makefile.in: Regenerate.
1805         * doc/Makefile.in: Regenerate.
1806         * po/POTFILES.in: Regenerate.
1807         * aclocal.m4: Regenerate.
1808         * config.in: Regenerate.
1809         * configure: Regenerate.
1810
1811 2002-03-20  Daniel Berlin  <dan@dberlin.org>
1812
1813         * readelf.c: Add support for displaying dwarf2 location lists.
1814         (do_debug_loc, debug_loc_section, debug_loc_size): New.
1815         (parse_args): Use 'O' as shorthand for displaying location list
1816         section.
1817         (process_section_headers): Handle debug_loc as well.
1818         (load_debug_loc): New.
1819         (free_debug_loc): New.
1820         (fetch_location_list): New.
1821         (display_debug_loc): New.
1822         (display_debug_info): Call load_debug_loc and free_debug_loc.
1823         (debug_displays): We can display .debug_loc now, too.
1824         (usage): Update usage string.
1825         (read_and_display_attr_value): Note location lists, but don't
1826         display them inline.
1827
1828 2002-03-18  Tom Rix  <trix@redhat.com>
1829
1830         * Makefile.am: Add binutils emulation support.
1831         * configure.in: Same.
1832         * configure.tgt: New file.  Same.
1833         * ar.c (main): Use ar_emul_parse_arg.
1834         (usage): Use ar_emul_usage.
1835         (replace_members): Use ar_emul_replace, ar_emul_append.
1836         * binemul.c: New file.  Define the binutils emulation
1837         layer. Define default methods.
1838         * binemul.h: New file.  Binutils emulation layer header file.
1839         * emul_aix.c: New file.  AIX binutils emulation.
1840         * emul_vanilla.c: New file. Default binutils emulation.
1841         * Makefile.in: Regenerate.
1842         * configure: Same.
1843
1844 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1845
1846         * po/fr.po: Updated version.
1847
1848 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1849
1850         * po/fr.po: Updated version.
1851
1852 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1853
1854         * README: Update some version numbers.
1855
1856 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1857
1858         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1859         (Architecture Selection): Likewise.
1860
1861 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
1862
1863         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1864         generating .exp file.
1865
1866 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
1867
1868         * readelf.c (dump_relocations): Fix typo.
1869
1870 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1871
1872         * NEWS: Mark 2.12 branch.
1873
1874 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
1875
1876         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1877         types for 64-bit MIPS.  Narrow some fields for 80-char
1878         output.
1879         (dump_relocations): Change spelling from 'unrecognised'
1880         to 'unrecognized'.
1881         (decode_ARM_machine_flags): Likewise.
1882         (parse_args): Likewise.
1883         (read_and_display_attr_value): Likewise.
1884         (display_debug_section): Likewise.
1885
1886 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1887
1888         * NEWS: Mention support for MMIX.
1889
1890 2002-02-13  Matt Fredette  <fredette@netbsd.org>
1891
1892         * readelf.c (get_machine_flags): Recognize EF_M68000.
1893
1894 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
1895
1896         * MAINTAINERS: Added self as MN10300 co-maintainer.
1897
1898 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
1899
1900         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1901         DT_PPC64_OPDSZ.
1902
1903 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
1904
1905         * MAINTAINERS: List myself as branch maintainer.
1906
1907 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1908
1909         * configure: Regenerate.
1910         * objcopy.c: Update copyright date.
1911         * doc/Makefile.in: Regenerate.
1912
1913 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1914
1915         * nlmconv.c: Back out localtime PARAMS change.
1916
1917 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1918
1919         * objcopy.c (MKDIR): Define.
1920         (copy_archive): Make name_list.name const.  Use MKDIR.
1921         Handle duplicate files in archives by making more temp dirs.
1922
1923 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1924
1925         * coffdump.c: Include "getopt.h" after "bucomm.h"
1926         so that macros are defined correctly.
1927         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1928         prototype.  Prototype main.
1929         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1930
1931 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
1932
1933         * MAINTAINERS: Added self as SH co-maintainer.
1934
1935 2002-02-05  Nick Clifton <nickc@redhat.com>
1936
1937         * po/tr.po: Updated translation.
1938
1939 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
1940
1941         * Makefile.am: Run "make dep-am"
1942         * Makefile.in: Regenerate.
1943
1944 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1945
1946         * nm.c (print_value): Mark abfd unused.
1947
1948 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1949
1950         * unwind-ia64.c (unw_decoder): Change second argument
1951         to unsigned int, to match function prototypes.
1952
1953 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1954
1955         * objdump.c: Include "getopt.h" after "bucomm.h" so that
1956         __GNU_LIBRARY__ will be defined.
1957         * size.c: Likewise.
1958
1959 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1960
1961         * configure: Regenerated.
1962
1963 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1964
1965         * doc/Makefile.am (install): Depend on install-info.
1966         * doc/Makefile.in: Regenerate.
1967
1968 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
1969
1970         * objcopy.c (strip_usage): Document -d as an alias
1971         --strip-debug.
1972
1973         * size.c (usage): Document [-t | --totals] options.
1974         (long_options): Add --totals option.
1975         (main): If the [-t | --totals] option is specified and
1976         the output format is Berkeley-style, print the total
1977         text, data, and bss sizes of all objects listed.
1978         (print_berkeley_format): If the [-t | --totals] option
1979         is specified, track the total text, data, and bss
1980         sizes.
1981         * doc/binutils.texi (size): Document [-t | --totals] options.
1982         (strip): Document -d as an alias for --strip-debug.
1983         * NEWS: Mention new feature of size.
1984
1985 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1986
1987         * po/fr.po: Updated version.
1988         * po/es.po: Updated version.
1989
1990 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
1991
1992         * addr2line.c (usage): Update text to provide verbose
1993         description of the command line options.
1994         * ar.c (usage): Update text to provide verbose
1995         description of the command line options.
1996         (main): Accept -h and -H when running as ranlib.
1997         * coffdump.c (show_usage): Update text to provide verbose
1998         description of the command line options.
1999         * dlltool.c (main): Accept -H as an alias for --help.
2000         * nlmconv.c (show_usage): Update text to provide verbose
2001         description of the command line options.
2002         * nm.c (usage): Replace OPTIONS with option(s).
2003         (main): Accept -H as an alias for --help.
2004         * objcopy.c (strip_main): Accept -H as an alias for --help.
2005         * objdump.c (main): Accept -v as an alias for --verbose.
2006         * readelf.c (usage): Adjust format to match style used in
2007         other binutils.
2008         * size.c (usage): Update text to provide verbose description
2009         of the command line options.
2010         (main): Accept -v, -h and -H as command line options.
2011         * srconv.c (show_usage): Update text to provide verbose
2012         description of the command line options.
2013         * strings.c (main): Accept -H and -v as command line options.
2014         (usage): Update text to provide verbose description of the
2015         command line options.
2016         * sysdump.c (show_usage): Update text to provide verbose
2017         description of the command line options.
2018         * windres.c (usage): Adjust format to match style used in
2019         other binutils.
2020
2021         * coffdump.c: Fix formatting.
2022         * nlmconv.c: Fix formatting.
2023         * srconv.c: Fix formatting.
2024         * sysdump.c: Fix formatting.
2025
2026 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
2027
2028         * Makefile.am: Run "make dep-am".
2029         * Makefile.in: Regenerate.
2030
2031 2002-01-18  Andreas Jaeger  <aj@suse.de>
2032
2033         * version.c (print_version): Update year.
2034
2035 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
2036
2037         * readelf.c (get_machine_name): Handle EM_PPC64.
2038         (guess_is_rela): Here too.
2039
2040 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
2041
2042         * po/binutils.pot: Regenerate.
2043         * po/fr.po: Regenerate.
2044         * po/tr.po: Regenerate.
2045
2046 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
2047
2048         * po/tr.po: Import new version.
2049
2050 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
2051
2052         * readelf.c (get_ppc64_dynamic_type): New.
2053         (get_dynamic_type): Call it.
2054
2055 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
2056
2057         * objcopy.c (copy_usage): Use "options" instead of "switches".
2058         (strip_usage): Use "options" instead of "switches".
2059         * doc/binutils.texi (dlltool):  Refer to "options" instead of
2060         "switches".
2061
2062 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
2063
2064         * MAINTAINERS: Add self as co-maintainer for the ARM code.
2065
2066 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
2067
2068         * po/es.po: Import from translation project.
2069         * configure.in (ALL_LINGUAS): Add es.
2070         * configure: Regenerate.
2071
2072 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
2073
2074         * readelf.c (get_netbsd_elfcore_note_type): Use
2075         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
2076
2077 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
2078
2079         * readelf.c: Update copyright years.
2080         (get_note_type): Return a const char *.
2081         (get_netbsd_elfcore_note_type): New function.
2082         (process_note): Use get_netbsd_elfcore_note_type to get
2083         the note type string for NetBSD ELF core files.
2084
2085 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
2086
2087         * readelf.c (get_ia64_segment_type): Add support for macros.
2088         (get_segment_type): Add support for IA64 specific macros.
2089
2090 2001-12-20  Julian v. Bock  <julian@wongr.net>
2091
2092         * readelf.c (print_symbol): New function: Print a formatted symbol
2093         name.  If --wide is specified do not truncate it.
2094         (dump_relocations): Use print_symbol() to print symbol names.
2095         (process_symbol_table): Likewise.
2096         (process_syminfo): Likewise.
2097         (process_mips_specific): Likewise.
2098         (usage): Document new feature of --wide switch.
2099         * doc/binutils.texi (objdump): Document additional behaviour of
2100         --wide.
2101
2102 2001-12-18  Michael Snyder  <msnyder@redhat.com>
2103
2104         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
2105         (copy_object): Don't set the start address or flags of a core file.
2106         (copy_section): Don't relocate a core file.  Don't copy contents
2107         if the input section has the contents flag set, but the output
2108         section does not (which happens with the fake 'note' pseudo-
2109         sections that BFD creates for corefiles).
2110
2111 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2112
2113         * readelf.c (get_machine_flags): Recognize header flags for ABI and
2114         ASE extensions. More robust code for ISA checking. Ignore empty fields
2115         in header flags for GNU extensions.
2116
2117 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
2118
2119         * objcopy.c (copy_archive): Set output bfd format outside the loop.
2120
2121 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
2122
2123         * po/ja.po: Import from translation project.
2124         * configure.in (ALL_LINGUAS): Add ja.
2125         * configure: Regenerate.
2126
2127 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2128
2129         * addr2line.c (main): Protoype.
2130         * ar.c (main): Protoype.
2131         * nm.c (main): Protoype.
2132         * objcopy.c (main): Protoype.
2133         * objdump.c (main): Protoype.
2134         * size.c (main): Protoype.
2135         * strings.c (main): Protoype.
2136
2137 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
2138
2139         * readelf.c (symtab_shndx_hdr): New global.
2140         (SECTION_HEADER_INDEX): Define.
2141         (SECTION_HEADER_NUM): Define.
2142         (SECTION_HEADER): Define.
2143         (GET_ELF_SYMBOLS): Pass two params rather than three.
2144         (get_32bit_elf_symbols): Take file and section args.  Read and
2145         use SHT_SYMTAB_SHNDX.
2146         (get_64bit_elf_symbols): Likewise.
2147         (dump_relocations): Use SECTION_HEADER to index "section_headers".
2148         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
2149         Remember symtab_shdx_hdr.
2150         (process_program_headers): Scan from index 1 for segment map.
2151         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
2152         "section_headers".
2153         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
2154         (process_unwind): Likewise.
2155         (process_version_sections): Likewise.
2156         (process_symbol_table): Likewise.
2157         (display_debug_info): Likewise.
2158         (process_dynamic_segment): Fake up a symtab section for changed
2159         GET_ELF_SYMBOLS.
2160         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
2161         (process_program_headers): Kill signed/unsigned warning.
2162         (load_debug_str): Likewise.
2163         (display_debug_info): Likewise.
2164
2165 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
2166
2167         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
2168
2169 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
2170
2171         * readelf.c (process_file_header): Print extended e_shnum and
2172         e_shdtrndx values.  Set elf_header values for same.
2173         (get_32bit_section_headers): Add "num" arg to read "num" headers.
2174         (get_64bit_section_headers): Likewise.
2175         (process_section_headers): Update calls.
2176         (get_file_header): Call get_32bit_section_headers or 64bit variant.
2177
2178 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
2179
2180         * objcopy.c (setup_section): Copy entsize.
2181
2182 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
2183
2184         * readelf.c (guess_is_rela): Add support for stormy16.
2185         (dump_relocations): Likewise.
2186         (get_machine_name): Likewise.
2187
2188 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
2189
2190         * dllwrap.c (main) Replace multiple strings describing a
2191         single error with a single, newline escaped sentence to permit
2192         better translation into foreign languages.
2193
2194         * readelf.c (get_elf_class): Remove internalionalisation of ELF
2195         class names.
2196
2197 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2198
2199         * strings.c (get_char): Initialize value.
2200
2201 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2202
2203         * arlex.l: Silence compile warnings.
2204         * arsup.h: Likewise. Fix formatting.
2205
2206 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
2207
2208         * strings.c: Include config.h before bfd.h.
2209         (file_off): New type.
2210         (file_open): Define.
2211         (print_strings): Use file_off instead of file_ptr.  Print addresses
2212         which don't fit into long correctly.
2213         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
2214         available.
2215         (strings_file): Use file_off instead of file_ptr.  Use file_open.
2216         * configure.in: Check for getc_unlocked.
2217         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
2218         be defined for it.
2219         * configure: Rebuilt.
2220         * config.h.in: Rebuilt.
2221
2222 2001-11-29  H.J. Lu <hjl@gnu.org>
2223
2224         * bucomm.c (make_tempname): Revert the changes made on
2225         2001-11-14 and 2001-11-12. They won't work with directories.
2226
2227 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2228
2229         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
2230         CFLAGS_FOR_TARGET to runtest in environment.
2231         * Makefile.in: Rebuild.
2232         * doc/Makefile.in: Rebuild.
2233
2234 2001-11-28  Mike Stump  <mrs@wrs.com>
2235
2236         * objcopy.c (setup_section): Preserve SEC_RELOC when
2237         --set-section-flags is used.
2238
2239 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
2240
2241         * readelf.c (do_debug_str): New variable.
2242         (display_debug_str): New function: Display the contents of a
2243         .debug_str section.
2244         (load_debug_str): New function: Load in the contents of a
2245         .debug_str section.
2246         (free_debug_str): New function: Free the memory used by
2247         load_debug_str().
2248         (fetch_indirect_string): Retrieve a string from the .debug_str
2249         section.
2250         (usage): Add -ws.
2251         (parse_args): Accept -ws.
2252         (process_section_headers): Allow the display of the .debug_str
2253         section.
2254         (read_and_display_attr_value): Use fetch_indirect_string.  Show
2255         offset into .debug_str section.
2256         (display_debug_info): Use load_debug_str and free_debug_str.
2257         (debug_displays): Add .debug_str.
2258         * doc/binutils.texi: Document -ws.
2259
2260 2001-11-19  Andreas Jaeger  <aj@suse.de>
2261
2262         * testsuite/binutils-all/objdump.exp: Add x86-64.
2263
2264 2001-11-15  Andreas Schwab  <schwab@suse.de>
2265
2266         * readelf.c: Fix warnings without terminating newline.
2267
2268 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
2269
2270         * doc/binutils.texi (objdump): Document ppc -M options.
2271
2272 2001-11-14  Andreas Jaeger  <aj@suse.de>
2273
2274         * doc/binutils.texi (objdump): Fix description to use x86-64.
2275
2276 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
2277
2278         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
2279         not all systems provide mkstemp.
2280
2281 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
2282
2283         * doc/binutils.texi (objdump): Document x86 -M options.
2284
2285 2001-11-13  Keith Walker <keith.walker@arm.com>
2286
2287         * readelf.c (read_and_display_attr_value): New function to
2288         handle DW_FORM_indirect.
2289         (read_and_display_attr): Use it.
2290
2291 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
2292
2293         * readelf.c (display_debug_lines): Deal with unknown standard
2294         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
2295         DW_LNS_set_isa.
2296
2297 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
2298
2299         * MAINTAINERS: Add self as tic54x maintainer.  This target
2300         includes the IBM C54XDSP clone.
2301
2302 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
2303
2304         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
2305
2306 2001-11-09  Jeffrey A Law  (law@cygnus.com)
2307
2308         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
2309         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
2310         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
2311         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
2312         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
2313         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
2314         (unw_decode_b2, unw_decode_b3_b4): Likewise.
2315
2316         * readelf.c (get_elf_class): Fix ISO portability glitch.
2317         (get_data_encoding, get_osabi_name, request_dump): Likewise.
2318
2319 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
2320
2321         * readelf.c (debug_str, debug_str_size): New.
2322         (display_debug_abbrev): If no abbrevs were read, skip the CU.
2323         Call free_abbrevs.
2324         (read_and_display_addr): Handle DW_FORM_strp.
2325         (display_debug_info): Read .debug_str section if present,
2326         so that DW_FORM_strp can be handled.
2327         Fix test for non-existant .debug_abbrev section.
2328
2329 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
2330
2331         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
2332
2333         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
2334
2335 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2336
2337         * MAINTAINERS: Add self as s390/s390x maintainer.
2338
2339 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
2340
2341         * MAINTAINERS: Add self as PPC XCOFF maintainer.
2342
2343 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
2344
2345         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
2346         * configure: Regernate.
2347         * po/fr.po: New file.
2348         * po/tr.po: New file.
2349
2350 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
2351
2352         * MAINTAINERS: Add self as MMIX port maintainer.
2353         * readelf.c: Include elf/mmix.h.
2354         (guess_is_rela): MMIX is RELA.
2355         (dump_relocations): Handle MMIX relocations.
2356         * Makefile.am: Regenerate dependencies.
2357         * Makefile.in: Regenerate.
2358
2359 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
2360
2361         * readelf.c (parse_args): Handle multiple options to the -w
2362         switch.
2363
2364 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
2365
2366         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
2367         LOPROC, LOOS and LOUSER.
2368
2369 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
2370
2371         * MAINTAINERS: Update my email address.
2372
2373 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
2374
2375         * doc/Makefile.in: Regenerate.
2376         * configure: Regenerate.
2377
2378 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
2379
2380         * readelf.c (display_debug_line, display_debug_pubnames,
2381         display_debug_info, display_debug_frames): Detect and warn
2382         about 64-bit format entries.
2383         (display_debug_aranges): Reword 64-bit warning.
2384         (debug_displays): Add .debug_pubtypes as a known, but not yet
2385         supported, debug section.
2386
2387 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
2388
2389         * coffdump.c (PROGRAM_VERSION): Delete.
2390         (main <'V'>): Call print_version.
2391         * srconv.c: Likewise.
2392         * sysdump.c: Likewise.
2393         * version.c (program_version): Remove.
2394         (print_version): Use BFD_VERSION_STRING.  Just print the current
2395         year in copyright message.
2396         * addr2line.c (program_version): Remove unused declaration.
2397         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
2398         place of BFD_VERSION.
2399         * Makefile.am (Makefile): Depend on bfd/configure.in.
2400         (cplus-dem.o): Depend on Makefile.
2401         Run "make dep-am".
2402         * Makefile.in: Regenerate.
2403
2404 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
2405
2406         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
2407         format .debug_arange sections.
2408         (main): Add missing prototype.
2409
2410 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
2411
2412         * Makefile.am: Update dependencies with "make dep-am".
2413         * Makefile.in: Regenerate.
2414
2415 2001-09-28  Richard Henderson  <rth@redhat.com>
2416
2417         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
2418
2419 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
2420
2421         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
2422         VA_CLOSE.
2423         (non_fatal): Likewise.
2424         * objdump.c (objdump_sprintf): Likewise.
2425         * readelf.c (error): Likewise.
2426         (warn): Likewise.
2427
2428 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
2429
2430         * readelf.c (do_wide): New.
2431         (options): Add --wide.
2432         (usage, parse_args): Likewise.
2433         (process_program_headers): Put each segment on a single line if
2434         --wide is given.
2435         (process_section_headers): Put each section on a single line if
2436         --wide is given.
2437         * doc/binutils.texi: Document it.
2438         * NEWS: Likewise.
2439
2440 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
2441
2442         * readelf.c (print_vma): Print 8 digits of low hex value.
2443
2444 2001-09-24  Andreas Jaeger  <aj@suse.de>
2445
2446         * nlmconv.c: Fix warnings about unused attributes and function
2447         prototypes.
2448
2449         * strings.c: Add prototype for get_char.
2450
2451 2000-09-19  H.J. Lu  <hjl@gnu.org>
2452
2453         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
2454         $(srcdir)/cxxfilt.man.
2455         * doc/Makefile.in: Rebuild.
2456
2457 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
2458
2459         * objcopy.c (copy_main): Correct rename-section string parsing.
2460         Consolidate new_name parsing, and error messages.
2461
2462 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
2463
2464         * addr2line.c: Don't include <ctype.h>.
2465         (main): For gettext, also set the LC_CTYPE locate facet.
2466         * ar.c (main): Likewise.
2467         * coffdump.c (main): Likewise.
2468         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
2469         (main): For gettext, also set the LC_CTYPE locate facet.
2470         Use ISALNUM instead of isalpha/isdigit.
2471         * dllwrap.c: Don't include <ctype.h>.
2472         (main): For gettext, also set the LC_CTYPE locate facet.
2473         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
2474         (main): For gettext, also set the LC_CTYPE locate facet.
2475         Use TOUPPER instead of islower/toupper.
2476         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
2477         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
2478         Use TOUPPER instead of islower/toupper.
2479         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
2480         * objcopy.c (main): Likewise.
2481         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2482         (disassemble_bytes): Use ISPRINT instead of isprint.
2483         (dump_section_stabs): Use ISDIGIT instead of isdigit.
2484         (dump_data): Use ISPRINT instead of isprint.
2485         (main): For gettext, also set the LC_CTYPE locate facet.
2486         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
2487         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
2488         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
2489         Use TOUPPER instead of islower/toupper.
2490         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
2491         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
2492         (write_rc_accelerators): Use ISPRINT instead of isprint.
2493         (write_rc_rcdata): Likewise.
2494         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
2495         * srconv.c (main): Likewise.
2496         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2497         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
2498         isdigit/isupper/islower.
2499         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
2500         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
2501         stab_demangle_prefix, stab_demangle_qualified,
2502         stab_demangle_template, stab_demangle_type,
2503         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
2504         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
2505         (isgraphic): Use ISPRINT instead of isascii/isprint.
2506         (main): Remove HAVE_LC_MESSAGES dependency.
2507         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2508         (pbarray): Use ISPRINT instead of isprint.
2509         (main): For gettext, also set the LC_CTYPE locate facet.
2510         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
2511         (format_from_filename): Use ISPRINT instead of isprint.
2512         (main): For gettext, also set the LC_CTYPE locate facet.
2513         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
2514         (unicode_print): Use ISPRINT instead of isprint.
2515         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2516         (stab_variable): Use ISDIGIT instead of isdigit.
2517
2518 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
2519
2520         * ar.c (print_contents): Cast args of bfd_seek to the right types.
2521         Replace bfd_read call with call to bfd_bread.
2522         (extract_file): Likewise.
2523
2524         * objdump.c (dump_section_header): Cast section->filepos to
2525         unsigned long to suit printf format string.
2526         * readelf.c (process_section_headers): Similarly for sh_offset.
2527         (process_unwind): Likewise.
2528
2529 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
2530
2531         * strings.c (encoding, encoding_bytes): New variables.
2532         (long_options): Add --encoding.
2533         (main): Accept -e and --encoding.
2534         (get_char): New function.  Read a, possibly wide, character from
2535         the input stream.
2536         (print_strings): Use get_char().
2537         (usage): Document new command line option.
2538         * doc/binutils.texi: Document new command line option.
2539         * NEWS: Announce new command line option.
2540
2541 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
2542
2543         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2544         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2545         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2546         Removed EM_CYGNUS_ARC.
2547
2548 2001-09-04  Jeffrey A Law  (law@cygnus.com)
2549
2550         * readelf.c: Include elf/h8 for H8 series definitions.
2551         (guess_is_rela): H8 series if RELA.
2552         (dump_relocations): Handle H8 series relocations.
2553
2554 2001-08-31  Eric Christopher  <echristo@redhat.com>
2555
2556         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2557
2558 2001-08-29  Peter Targett  <peter.targett@arccores.com>
2559
2560         * MAINTAINERS: Include ARC Maintainer.
2561
2562 2001-08-29  Ben Elliston  <bje@redhat.com>
2563
2564         * stabs.c (stab_demangle_template): Initialise s4.
2565
2566 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
2567
2568         * readelf.c (dump_relocations): Recognise EM_PPC64.
2569
2570 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2571
2572         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2573
2574 2001-08-25  H.J. Lu  <hjl@gnu.org>
2575
2576         * nm.c (print_width): New.
2577         (display_rel_file): Set `print_width' according to
2578         bfd_sprintf_vma.
2579         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2580
2581 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
2582
2583         * objcopy.c (use_alt_mach_code): New variable.
2584         (OPTION_ALT_MACH_CODE): Define.
2585         (copy_options): Added --alt-machine-code.
2586         (copy_main): Handle it.
2587         (copy_object): Switch to alternate machine code if requested.
2588         * doc/binutils.texi: Document new option.
2589         * NEWS: Likewise.
2590
2591 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2592
2593         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2594
2595 2001-08-21  H.J. Lu  <hjl@gnu.org>
2596
2597         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2598         (display_debug_info): Cast for 64bit hosts.
2599         (display_debug_frames): Likewise.
2600         (process_mips_specific): Likewise.
2601
2602 2001-08-21  Andreas Jaeger  <aj@suse.de>
2603
2604         * coffgrok.h: Add missing parameter for prototype of coff_grok.
2605
2606         * sysdump.c: Add missing prototypes.
2607         * srconv.c: Likewise.
2608         * unwind-ia64.c: Likewise.
2609         * coffdump.c: Likewise.
2610
2611         * sysinfo.y: Print prototypes, include <ansidecl.h>.
2612
2613         * coffgrok.c: Add missing prototypes, include libiberty.h instead
2614         of declaring xcalloc.
2615
2616 2001-08-10  H.J. Lu  <hjl@gnu.org>
2617
2618         * nm.c (print_value): Add one arg, bfd *.
2619         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2620         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2621         (print_symbol_info_sysv): Likewise.
2622         (print_symbol_info_posix): Likewise.
2623
2624         * objdump.c (dump_section_header): Replace printf_vma with
2625         bfd_printf_vma.
2626         (print_section_stabs): Likewise.
2627         (dump_bfd_header): Likewise.
2628         (objdump_print_value): Replace sprintf_vma with
2629         bfd_sprintf_vma.
2630         (disassemble_bytes): Likewise.
2631         (dump_reloc_set): Likewise.
2632
2633 2001-08-10  Andreas Jaeger  <aj@suse.de>
2634
2635         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2636         to build warnings.
2637         * configure: Regenerate.
2638
2639 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2640
2641         * readelf.c: Add missing prototypes.
2642         * objdump.c: Likewise.  Format existing prototypes.
2643
2644 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
2645
2646         * readelf.c (display_debug_info): Add to abbrev_offset the addend
2647         of any RELA relocation for the abbrev_offset memory location that
2648         refers to the .debug_abbrev section symbol.
2649
2650 2001-08-07  H.J. Lu  <hjl@gnu.org>
2651
2652         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2653         (main): Return process_file ().
2654
2655 2001-08-05  Philip Blundell  <philb@gnu.org>
2656
2657         * doc/binutils.texi: Use "Thumb" not "THUMB".
2658
2659 2001-08-03  John Healy  <jhealy@redhat.com>
2660
2661         Patch suggested by Frank Eigler <fche@redhat.com>.
2662         * objdump.c (disassemble_data): Fill in section member of the
2663         disasm_info structure.
2664
2665 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
2666
2667         * configure.in: Added --with-windres option.
2668         * configure: Regenerated.
2669
2670 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2671
2672         * doc/binutils.texi: Use @command{name} for commands;
2673         use @option{-opt} for options; use @table @env for list of options;
2674         remove spaces arround [ | ] in synopsis.
2675
2676         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2677         center title.
2678
2679 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
2680
2681         * objcopy.c: Fix formatting.
2682         (section_rename): New structure.
2683         (OPTION_RENAME_SECTION): New switch.
2684         (copy_usage): Document new switch.
2685         (add_section_rename): New function: Add a node to the section
2686         rename list.
2687         (find_section_rename): New function: Find the new name and
2688         flags for a section.
2689         (setup_section): Call find_section_name to determine the name
2690         of the output section.
2691         (copy_main): Handle OPTION_RENAME_SECTION.
2692         * binutils.texi: Document new switch.
2693         * NEWS: Mention new switch.
2694
2695 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2696
2697         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2698         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2699         bug-binutils@gcc.org.
2700
2701 2001-07-28  Matthias Kramm  <kramm@quiss.org>
2702
2703         * bucomm.c (list_supported_architectures): New function.
2704         * bucomm.h (list_supported_architectures): Declare.
2705         * objdump.c (usage): Call the above.
2706
2707 2001-07-25  Dave Brolley  <brolley@redhat.com>
2708
2709         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2710         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2711
2712 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2713
2714         * README: Update for 2.11.  Change bug reporting email address.
2715         * MAINTAINERS: Tidy up.  Change bug reporting email address.
2716
2717 2001-07-16  DJ Delorie  <dj@redhat.com>
2718
2719         * resres.c (write_res_header): Align header size.
2720         (res_align_file): Calculate alignment correctly.
2721
2722         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2723         correct 10).
2724         * resrc.c (write_rc_resource): Likewise.
2725         * windres.h (SUBLANG_SHIFT): Define - as 10.
2726
2727 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
2728
2729         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2730
2731 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2732
2733         * MAINTAINERS: Add notes about branch checkins.
2734
2735 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
2736
2737         * readelf.c (display_debug_macinfo): New function, display
2738         .debug_macinfo section.
2739         (do_debug_macinfo): New variable.
2740         (parse_args): Handle "-w[mM]" to mean display macro info.
2741         (process_section_headers): Handle debug_macinfo.
2742         (debug_displays): Replace unsupported function with macinfo
2743         function for .debug_macinfo display.
2744         * doc/binutils.texi: Document new command line switch.
2745         * NEWS: Document new feature of readelf.
2746
2747 2001-07-05  H.J. Lu  <hjl@gnu.org>
2748
2749         * objcopy.c (filter_symbols): Don't turn undefined symbols
2750         into local.
2751
2752 2001-07-03  H.J. Lu <hjl@gnu.org>
2753
2754         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2755         $@.pod.
2756         (ar.1): Likewise.
2757         (dlltool.1): Likewise.
2758         (nlmconv.1): Likewise.
2759         (nm.1): Likewise.
2760         (objcopy.1): Likewise.
2761         (objdump.1): Likewise.
2762         (ranlib.1): Likewise.
2763         (readelf.1): Likewise.
2764         (size.1): Likewise.
2765         (strings.1): Likewise.
2766         (strip.1): Likewise.
2767         (windres.1): Likewise.
2768         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2769         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2770         $(DEMANGLER_NAME).
2771         (as.1): Removed.
2772         * doc/Makefile.in: Regenerated.
2773
2774 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
2775
2776         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2777
2778 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
2779
2780         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2781
2782 2001-06-29  James Cownie <jcownie@etnus.com>
2783
2784         * readelf.c: Support DWARF 2.1 attributes.
2785
2786 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
2787
2788         * readelf.c (GET_DATA_ALLOC): Remove.
2789         (GET_DATA): Remove.
2790         (get_data): New function combining above macros, with an extra
2791         test for zero size.
2792         (slurp_rela_relocs): Use get_data, and catch error return.
2793         (slurp_rel_relocs): Likewise.
2794         (get_32bit_program_headers): Likewise.
2795         (get_64bit_program_headers): Likewise.
2796         (get_32bit_section_headers): Likewise.
2797         (get_64bit_section_headers): Likewise.
2798         (get_32bit_elf_symbols): Likewise.
2799         (get_64bit_elf_symbols): Likewise.
2800         (process_section_headers): Likewise.
2801         (process_relocs): Likewise.
2802         (slurp_ia64_unwind_table): Likewise.
2803         (process_unwind): Likewise.
2804         (get_32bit_dynamic_segment): Likewise.
2805         (get_64bit_dynamic_segment): Likewise.
2806         (process_dynamic_segment): Likewise.
2807         (process_version_sections): Likewise.
2808         (process_symbol_table): Likewise.
2809         (dump_section): Likewise.
2810         (display_debug_info): Likewise.
2811         (display_debug_section): Likewise.
2812         (process_section_contents): Likewise.
2813         (process_corefile_note_segment): Likewise.
2814         (process_mips_specific): Likewise.  Also free econf32, econf64.
2815
2816 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
2817
2818         * readelf.c (dump_relocations): Print "bad symbol index" if
2819         symtab == NULL with non-zero symtab_index.
2820         (process_relocs): Don't bomb if reloc section has no symsec.
2821
2822 2001-06-24  H.J. Lu  <hjl@gnu.org>
2823
2824         * objcopy.c (strip_main): Revert the change made on 2001-05-30
2825         by accident.
2826         (copy_main): Apply the the change made to strip_main on
2827         2001-05-30 by accident.
2828
2829 2001-06-23  Andreas Jaeger  <aj@suse.de>
2830
2831         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2832         parameter 'code'.
2833         (unw_decode_x2): Likewise.
2834         (unw_decode_x3): Likewise.
2835         (unw_decode_x4): Likewise.
2836
2837 2001-06-23  Ben Elliston  <bje@redhat.com>
2838
2839         * MAINTAINERS: Add myself as M88k maintainer.
2840
2841 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
2842
2843         * objcopy.c (strip_main): Support -o or --output-file command lien
2844         switch.
2845
2846 2001-06-19  H.J. Lu <hjl@gnu.org>
2847
2848         * doc/Makefile.in: Regenerated.
2849
2850 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
2851
2852         * readelf.c: Restore formatting.
2853
2854 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2855
2856         * Makefile.am: Move documentation into doc subdirectory.
2857         * Makefile.in: Regenerated.
2858         * binutils.texi: Move into doc subdirectory.
2859         * addr2line.1: Removed.
2860         * ar.1: Likewise.
2861         * dlltool.1: Likewise.
2862         * nlmconv.1: Likewise.
2863         * nm.1: Likewise.
2864         * objcopy.1: Likewise.
2865         * objdump.1: Likewise.
2866         * ranlib.1: Likewise.
2867         * readelf.1: Likewise.
2868         * size.1: Likewise.
2869         * strings.1: Likewise.
2870         * strip.1: Likewise.
2871         * windres.1: Likewise.
2872         * cxxfilt.man: Likewise.
2873         * doc: New Directory.
2874         * doc/Makefile.am: New file.
2875         * doc/Makefile.in: Generate.
2876
2877 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
2878
2879         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
2880
2881 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2882
2883         * MAINTAINERS: Update my email address.
2884
2885 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
2886
2887         * objcopy.c: Add new switches: --keep-global-symbol,
2888         --keep-symbols, --localize-symbols, --keep-global-symbols and
2889         --weaken-symbols.
2890         * binutils.texi: Document new switches.
2891         * objcopy.1: Regenerate.
2892         * NEWS: Announce new feature.
2893
2894 2001-05-28  Andreas Jaeger  <aj@suse.de>
2895
2896         * readelf.c (display_debug_frames): Fix warnings: Remove unused
2897         variables, fix format strings.
2898
2899 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2900
2901         * objdump.c (disassemble_bytes): Remove section VMA adjustment
2902         when computing the address of the line to show.
2903
2904 2001-05-16  Richard Henderson  <rth@redhat.com>
2905
2906         * readelf.c (do_debug_frames_interp): New.
2907         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2908         (byte_get_big_endian): Likewise.
2909         (parse_args) ['F']: Set do_debug_frames_interp.
2910         (Frame_Chunk): Make data_factor signed, add fde_encoding.
2911         (frame_display_row): Don't trunc pc_begin to int.
2912         (size_of_encoded_value): New.
2913         (display_debug_frames): Handle 64-bit targets.  Print raw data
2914         unless do_debug_frames_interp.
2915         (debug_displays): Remove duplicate .debug_frame.
2916
2917 2001-05-15  Ralf Baechle  <ralf@gnu.org>
2918
2919         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2920         The former constant was never in active use and is used otherwise
2921         by the ABI.
2922
2923 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2924
2925         * readelf.c (process_unwind): Print all unwind sections, not just
2926         one.
2927
2928 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2929
2930         * readelf.c (process_unwind): Remove const specifier.
2931
2932 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2933
2934         * strings.c (isgraphic): Do not use isascii() unless it is needed
2935         for isprint() to work.
2936         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2937
2938 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
2939
2940         * NEWS: Announce support for OpenRISC.
2941
2942 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
2943
2944         * dlltool.c (do_default_excludes): Initialise to true.
2945
2946 2001-04-10  Alan Modra  <amodra@one.net.au>
2947
2948         * MAINTAINERS: Update my email address
2949         * nm.c (print_symbol_info_bsd): Use a simple printf string.
2950
2951 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2952
2953         * readelf.c (display_debug_lines): Fix typo for "Prologue".
2954
2955 2001-03-30  H.J. Lu  <hjl@gnu.org>
2956
2957         * readelf.c (process_unwind): Just return if do_unwind is 0.
2958
2959 2001-03-28  Roger Sayle  <roger@metaphorics.com>
2960
2961         * dlltool.c (make_one_lib_file): Fix section flags for
2962         .text, .data and .bss in stub ds*.o files to match those
2963         generated by gas.
2964
2965 2001-03-29  H.J. Lu  <hjl@gnu.org>
2966
2967         * readelf.c (process_unwind): Only do unwind sections for
2968         IA64.
2969
2970 2001-03-28  H.J. Lu  <hjl@gnu.org>
2971
2972         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2973         * Makefile.in: Regenerate.
2974
2975 2001-03-26  Andreas Jaeger  <aj@suse.de>
2976
2977         * binutils.texi (nm): Fix texi syntax.
2978
2979 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2980
2981         * binutils.texi: Put @c man begin and @c man end indications
2982         to generate man pages using texi2pod and pod2man. Put @c man title
2983         to identify each man. Add SEEALSO entries.
2984         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2985         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2986         sort the list.
2987         (*.1): Build the man pages from binutils.texi.
2988         * Makefile.in: Regenerate.
2989
2990 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
2991
2992         * defparse.y (opt_equal_name): allow "." in name.
2993         * dlltool.c (def_exports): Added ability to generate forwarded exports.
2994         (gen_exp_file): Likewise.
2995
2996 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2997
2998         * NEWS: Document addition of -B switch to objcopy.
2999         * binutils.texi:  Document addition of -B switch to objcopy.
3000         * objcopy.c: (copy_options): Add --binary-architecture.
3001         (copy_usage): Document -B/--binary-architecture.
3002         (copy_main): Support -B/--binary-architecture.  Set
3003         bfd_external_binary_architecture.
3004
3005 2001-03-11  Andreas Jaeger  <aj@suse.de>
3006
3007         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
3008         (dump_relocations): Likewise.
3009         (get_machine_name): Likewise.
3010
3011 2001-02-28  Nick Clifton  <nickc@redhat.com>
3012
3013         * readelf.c: (struct unw_aux_info): Remove const modifier for
3014         'strtab' field.
3015         (process_unwind): Remove non-K&R compliant LHS type cast in call
3016         to GET_DATA_ALLOC macro.
3017
3018 2001-02-28  Philip Blundell  <pb@futuretv.com>
3019
3020         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
3021         ABI is in use; remove ambiguity between the "unknown" EABI and
3022         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
3023         renamed EF_xx constants.
3024
3025 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
3026
3027         * configure.in (BFD_VERSION): New.
3028         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3029         * configure: Regenerate.
3030         * Makefile.am: Run "make dep-am"
3031         * Makefile.in: Regenerate.
3032
3033 2001-02-14  Nick Clifton  <nickc@redhat.com>
3034
3035         * MAINTAINERS: Add "Obvious Fix" rule.
3036
3037 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3038
3039         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
3040         literal concatenation.
3041
3042 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3043
3044         * readelf.c (struct unw_aux_info): Remove const from the info member.
3045         (process_unwind): Don't type-cast the third argument to the
3046         GET_DATA_ALLOC macro.
3047
3048 2001-02-11  Nick Clifton  <nickc@redhat.com>
3049
3050         * readelf.c (dump_relocations): Free corrected allocated
3051         array.
3052         (process_unwind): Fix compile time warning.
3053
3054 2001-02-10  Nick Clifton  <nickc@redhat.com>
3055
3056         * binutils.texi: Document new --unwind option to readelf.
3057
3058 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3059
3060         * readelf.c: Add linux target for S/390.
3061
3062 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
3063
3064         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
3065         printf is a macro.
3066
3067 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
3068
3069         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
3070         * aclocal.m4: Regenerate.
3071         * configure: Regenerate.
3072
3073 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
3074
3075         * bucomm.c (bfd_target_vector): Change extern array to pointer.
3076         * objdump.c (bfd_target_vector): Likewise.
3077
3078 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
3079
3080         * readelf.c (process_unwind): New function.
3081         (slurp_ia64_unwind_table): Ditto.
3082         (dump_ia64_unwind): Ditto.
3083         (find_symbol_for_address): Ditto.
3084         (slurp_rela_relocs): New function (split off from dump_relocations()).
3085         (slurp_rel_relocs): Ditto.
3086         (parse_args): Handle '-u' option.
3087
3088         * unwind-ia64.c: New file.
3089         * unwind-ia64.h: New file.
3090         * Makefile.am: Include unwind-ia64.c in readelf build.
3091         * Makefile.in: Regenerate.
3092         * po/binutils.pot: Regenerate.
3093
3094 2001-02-04  Philip Blundell  <philb@gnu.org>
3095
3096         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
3097         * configure: Regenerate.
3098
3099 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
3100
3101         * ieee.c (ieee_add_bb11): Don't check for backslashes
3102         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
3103
3104 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
3105
3106         * ieee.c: Update copyright.
3107         (ieee_start_compilation_unit): Don't check for backslashes
3108         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
3109
3110         * stabs.c: Update copyright. Include "filenames.h".
3111         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
3112
3113 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
3114
3115         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
3116         sections are present before using them.  Remove code duplication.
3117         (process_symbol_table): Check if VERDEF or VERNEED sections are
3118         present before using them.
3119
3120 2001-01-17  Nick Clifton  <nickc@redhat.com>
3121
3122         * objcopy.c (copy_object): Fail if attempting to convert the
3123         endianness of the input object file.
3124
3125         * binutils.texi: Explain that objcopy cannot convert endianness.
3126
3127 2001-01-16  Nick Clifton  <nickc@redhat.com>
3128
3129         * readelf.c (string_table_length): New variable.
3130         (SECTION_NAME): Catch out of range indices and missing section
3131         pointers.
3132         (process_section_headers): Delete useless local variable
3133         string_table_offset.  Set the value of string_table_length
3134         after loading the string table.
3135         (process_mips_specific): Use SECTION_NAME macro.
3136         (process_file): Set string_table_length to 0 when it is freed.
3137
3138 2001-01-12  Nick Clifton  <nickc@redhat.com>
3139
3140         * version.c (print_version): Update copyright date.
3141
3142 2001-01-11  Peter Targett  <peter.targett@arccores.com>
3143
3144         * readelf.c (dump_relocations): Include selection with EM_ARC.
3145         (get_machine_name) Update name to "ARC".
3146
3147 2001-01-09  Nick Clifton  <nickc@redhat.com>
3148
3149         * Makefile.am: Add rule to build objdump.o from objdump.c and
3150         using OBJDUMP_DEFS.
3151         * Makefile.in: Regenerate.
3152
3153         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
3154         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
3155         -DDISASSEMBLER_NEEDS_RELOCS.
3156         * configure: Regenerate.
3157
3158         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
3159         is defined read in the relocs even if dump_reloc_info is
3160         false.
3161
3162 2001-01-07  Philip Blundell  <philb@gnu.org>
3163
3164         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
3165         `bug-binutils'.
3166         * README: Likewise.
3167
3168 2000-12-19  Nick Clifton  <nickc@redhat.com>
3169
3170         * dlltool.c: Add missing support for arm-epoc-pe.
3171         * configure.in: Add missing support for arm-epoc-pe.
3172         * configure: Regenerate.
3173
3174 2000-12-15  Nick Clifton  <nickc@redhat.com>
3175
3176         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
3177         Mode parts of the x86 port.
3178
3179 2000-12-04  Andreas Jaeger  <aj@suse.de>
3180
3181         * readelf.c (guess_is_rela): Add EM_X86_64.
3182         (dump_relocations): Add EM_X86_64.
3183         (get_machine_name): Add EM_X86_64.
3184         Include "elf/x86-64.h".
3185
3186 2000-12-12  Nick Clifton  <nickc@redhat.com>
3187
3188         * readelf.c: Fix formatting.
3189
3190 2000-12-11  Jan Hubicka  <jh@suse.cz>
3191
3192         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
3193
3194 2000-12-07  Andrew Haley  <aph@redhat.com>
3195
3196         * readelf.c (display_debug_frames): Only display columns that are
3197         referenced by the frame debug info.
3198
3199 2000-12-05  Nick Clifton  <nickc@redhat.com>
3200
3201         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
3202
3203 2000-12-04  Jason Merrill  <jason@redhat.com>
3204
3205         * readelf.c (process_section_headers): Handle linkonce.wi sections.
3206         (display_debug_section): Likewise.
3207         (display_debug_info): Display CU header before bailing.
3208
3209 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
3210
3211         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
3212         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
3213         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
3214
3215         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
3216         and E_MIPS_ARCH_64.
3217
3218         * readelf.c (get_machine_flags): Add case for
3219         E_MIPS_MACH_SB1.
3220
3221 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
3222
3223         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
3224
3225 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
3226
3227         * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
3228         Change sourceware.cygnus.com to sources.redhat.com.
3229         Fix typo for "amongst".
3230
3231 2000-11-28  Nick Clifton  <nickc@redhat.com>
3232
3233         * strip.1 (COPYING): Mention that the GNU Free Documentation
3234         License is present in the sources, but not the output, and
3235         also available from the GNU website.
3236         (GNU Free Documentation License): Comment out this section.
3237         * strings.1: Ditto.
3238         * size.1: Ditto.
3239         * ranlib.1: Ditto.
3240         * objdump.1: Ditto.
3241         * objcopy.1: Ditto.
3242         * nm.1: Ditto.
3243         * nlmconv.1: Ditto.
3244         * ar.1: Ditto.
3245         * addr2line.1: Ditto.
3246
3247 2000-11-27  DJ Delorie  <dj@redhat.com>
3248
3249         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
3250         (parse_args): Support -wf option.
3251         (process_section_headers): Ditto.
3252         (debug_displays): Ditto.
3253         (display_debug_frames): New, dump *_frame sections.
3254         (frame_need_space): Support for above.
3255         (frame_display_row): Ditto.
3256         * binutils.texi: Document it.
3257
3258 2000-11-24  Nick Clifton  <nickc@redhat.com>
3259
3260         * NEWS: Announce support for v5t, v5te and XScale.
3261
3262 2000-11-22  Nick Clifton  <nickc@redhat.com>
3263
3264         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
3265         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
3266         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
3267         (get_elf_section_flags: Add SHF_GROUP.
3268         (process_section_headers): Adjust output for 32-bit binaries
3269         to look nice on an 80 column terminal.
3270
3271 2000-11-20  H.J. Lu  <hjl@gnu.org>
3272
3273         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
3274         ELFOSABI_AIX.
3275
3276 2000-11-17  Richard Henderson  <rth@redhat.com>
3277
3278         * readelf.c (display_debug_lines): Adjust last change to
3279         use sizeof (external->li_length).
3280
3281 2000-11-17  Richard Henderson  <rth@redhat.com>
3282
3283         * readelf.c (display_debug_lines): Fix section length check
3284         and end_of_sequence computation.
3285
3286 2000-11-06  Nick Clifton  <nickc@redhat.com>
3287
3288         * binutils.texi: Add GNU Free Documentation License.
3289         * objcopy.1: Add GNU Free Documentation License.
3290         * objdump.1: Add GNU Free Documentation License.
3291         * addr2line.1: Add GNU Free Documentation License.
3292         * ar.1: Add GNU Free Documentation License.
3293         * nlmconv.1: Add GNU Free Documentation License.
3294         * nm.1: Add GNU Free Documentation License.
3295         * ranlib.1: Add GNU Free Documentation License.
3296         * size.1: Add GNU Free Documentation License.
3297         * strings.1: Add GNU Free Documentation License.
3298         * strip.1: Add GNU Free Documentation License.
3299
3300 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
3301
3302         * objcopy.c (--srec-len=nn): New parameter to set the
3303         maximum length of generated Srecords.
3304         (--srec-forceS3): New parameter that restricts the generation of
3305         Srecords to type S3 only.
3306         * binutils.texi: Document new command line switches.
3307         * objcopy.1: Docuemnt the new command line switches.
3308         * NEWS: Announce the existence of the new command line switches.
3309
3310 2000-10-31  Nick Clifton  <nickc@redhat.com>
3311
3312         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
3313         code.  Add Eric Chrisopher as maintainer of MN10300 port.
3314
3315 2000-10-12  Roger Sayle  <roger@metaphorics.com>
3316
3317         * Make comma after string after icon/control optional.
3318
3319 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
3320
3321         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
3322
3323         * NEWS: Mention support for MIPS32.
3324
3325 2000-09-08  Nick Clifton  <nickc@redhat.com>
3326
3327         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
3328
3329 2000-09-07  H.J. Lu  <hjl@gnu.org>
3330
3331         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3332         * configure: Rebuild.
3333
3334 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3335
3336         * configure: Rebuilt with new libtool.m4.
3337
3338 2000-09-05  Nick Clifton  <nickc@redhat.com>
3339
3340         * aclocal.m4: Regenerate.
3341         * config.in: Regenerate.
3342         * configure: Regenerate.
3343
3344 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
3345
3346         * strip.1: Fix stray '\' in -o formatting.
3347
3348 2000-09-02  Nick Clifton  <nickc@redhat.com>
3349
3350         * configure.in: Increase version number to 2.10.91.
3351         * configure: Regenerate.
3352         * aclocal.m4: Regenerate.
3353         * config.in: Regenerate.
3354         * po/binutils.pot: Regenerate.
3355
3356 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
3357
3358         * acinclude.m4: Include libtool and gettext macros from the
3359         top level.
3360         * aclocal.m4, configure: Rebuilt.
3361
3362 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
3363
3364         * resrc.c (close_input_stream): Delete extraneous logic
3365
3366 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
3367
3368         * NEWS: Mention support for CRIS.
3369
3370 2000-08-21  Nick Clifton  <nickc@redhat.com>
3371
3372         * addr2line.c: Changed email address for Ulrich Lauther.
3373
3374 2000-08-17  Christopher C. Chimelis <chris@debian.org>
3375
3376         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
3377
3378 2000-08-17  Nick Clifton  <nickc@redhat.com>
3379
3380         * readelf.c (display_debug_pubnames): Only issue warning
3381         message once.  Terminate message with a new line.
3382         (display_debug_aranges): Only display version 2 debug info.
3383
3384 2000-08-14  Todd Vierling <tv@wasabisystems.com>
3385
3386         * objcopy.c (strip_main): Silently accept -d as an alias for -g
3387         for compatibility with old BSD systems.
3388
3389 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
3390
3391         * NEWS: Mention i860 support.
3392
3393 2000-08-11  Carlo Wood <carlo@alinoe.com>
3394
3395         * addr2line.c (main): Add const to char *.
3396
3397 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
3398
3399         * ar.c (main): Don't crash if called with no arguments
3400         or only '-X32_64' as an argument.
3401
3402 2000-08-08  DJ Delorie  <dj@redhat.com>
3403
3404         * resrc.c: use "gcc -xc" instead of -xc-header
3405
3406 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
3407
3408         * readelf.c (elf/i860.h): Include.
3409         (dump_relocations): Add recognition of i860 architecture.
3410         (guess_is_rela): Add recognition of i860 architecture.
3411
3412 2000-08-03  Nick Clifton  <nickc@cygnus.com>
3413
3414         * MAINTAINERS: Add information about CGEN maintainers.
3415
3416 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
3417
3418         * nm.c (main): Ignore '-X32_64' as an option.
3419         * ar.c (main): Likewise.
3420         * binutils.texi (nm): Document new option.
3421         (ar): Likewise.
3422
3423 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3424
3425         * rdcoff.c (external_coff_symbol_p): K&R-ise.
3426
3427 2000-07-20  H.J. Lu  <hjl@gnu.org>
3428
3429         * binutils.texi: Put back "@end table" deleted by
3430         accident.
3431
3432 2000-07-05  Kenneth Block  <krblock@computer.org>
3433
3434         * nm.c: Add optional style to demangle switch.
3435         * objdump.c: Add optional style to demangle switch.
3436         * addr2line.c: Add optional style to demangle switch.
3437         * binutils.texi: Document optional style to demangle
3438         switch.
3439
3440 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3441
3442         * MAINTAINERS: Add self as CRIS port maintainer.
3443         * readelf.c: Include elf/cris.h.
3444         (guess_is_rela): Handle EM_CRIS.
3445         (dump_relocations): Ditto.
3446         (get_machine_name): Ditto.
3447         * Makefile.am: Rebuild dependencies.
3448         * Makefile.in: Regenerate.
3449         * po/binutils.pot: Regenerate.
3450
3451 2000-07-19  H.J. Lu  <hjl@gnu.org>
3452
3453         * readelf.c (get_dynamic_type): Change "AUXILARY" to
3454         "AUXILIARY".
3455         (process_dynamic_segment): Print out strings for DT_CONFIG,
3456         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
3457
3458 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
3459
3460         * nm.c (usage): Change output of `nm --help' to include a
3461         description of the purpose of the program and a detailed
3462         description of the accepted options.
3463
3464 2000-07-19  H.J. Lu  <hjl@gnu.org>
3465
3466         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
3467         to DF_1_NODEFLIB.
3468
3469 2000-07-19  H.J. Lu  <hjl@gnu.org>
3470
3471         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
3472
3473 2000-07-19  H.J. Lu  <hjl@gnu.org>
3474
3475         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
3476         DT_FEATURE.
3477         (process_dynamic_segment): Likewise.
3478
3479         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
3480         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
3481         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
3482         DF_1_NODUMP and DF_1_CONLFAT.
3483
3484 2000-07-18  Nick Clifton  <nickc@cygnus.com>
3485
3486         * binutils.texi (readelf): Fix spelling typo.
3487
3488 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
3489
3490         * objdump.c (usage): Make output of `objdump --help' more
3491         consistent with the rest of the GNU world.  Add a line describing
3492         the purpose of the program.
3493
3494 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
3495
3496         * stabs.c (parse_stab_range_type): Cast to proper type to fix
3497         warning.
3498
3499 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
3500
3501         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
3502         to fix warnings.
3503         (process_symbol_table): Ditto.
3504         (procesS_extended_line_op): Ditto.
3505         (display_debug_lines): Ditto.
3506         (display_debug_pubnames): Ditto.
3507         (read_and_display_attr): Ditto.
3508
3509 2000-07-09  Nick Clifton  <nickc@cygnus.com>
3510
3511         * MAINTAINERS: Add several more port specific maintainers.
3512
3513 2000-07-05  Nick Clifton  <nickc@cygnus.com>
3514
3515         * MAINTAINERS: Add blanket write privs for Michael Meissner.
3516
3517 2000-06-05  DJ Delorie  <dj@redhat.com>
3518
3519         * MAINTAINERS: New.
3520
3521 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
3522
3523         * dllwrap.c: Changed mistaken dyn_string_append() calls
3524         to dyn_string_append_cstr().
3525
3526 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
3527
3528         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
3529         struct debug_type stores size in bytes.
3530
3531 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
3532
3533         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
3534         (CLEANFILES): Add DEPA.
3535         * Makefile.in: Regenerate.
3536
3537 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
3538
3539         * ar.c: Revert incorrect 2000-06-25 patch.
3540         * bucomm.c: Likewise.
3541
3542 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
3543
3544         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
3545         (external_coff_symbol_p): New function.
3546         (parse_coff): Use it.
3547
3548 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
3549
3550         * ar.c (normalize): Advance past both characters in a DOS based
3551         <letter>: filepath prefix.
3552         (main): Likewise.
3553         * bucomm.c (make_tempname): Likewise.
3554
3555 2000-06-24  Nick Clifton  <nickc@cygnus.com>
3556
3557         * objdump.c (usage): Fix description of --stabs switch.
3558
3559 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
3560
3561         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3562         find one.
3563         * Makefile.in: Regenerate.
3564
3565 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
3566
3567         * ar.c (normalize): Correct pointer comparison when checking for
3568         backslashes.
3569         (main): Likewise.
3570         * bucomm.c (make_tempname): Likewise.
3571
3572         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
3573         and search for backslashes in the original pathname.
3574         (ieee_add_bb11): Likewise.
3575
3576 2000-06-18  Nick Clifton  <nickc@redhat.com>
3577
3578         * ar.c (print_contents): Improve verbose message.
3579
3580 2000-06-15  H.J. Lu  <hjl@gnu.org>
3581
3582         * dyn-string.c: Removed. Not needed with dyn-string.c in
3583         libiberty.
3584         * dyn-string.h: Likewise.
3585
3586         * Makefile.am: Remove references to dyn-string.c and
3587         dyn-string.h. Rebuild dependency.
3588         * Makefile.in: Rebuild.
3589
3590 2000-06-15  H.J. Lu  <hjl@gnu.org>
3591
3592         * binutils.texi: Put a warning on copying relocatable object
3593         files between two different formats.
3594
3595 2000-06-13  DJ Delorie  <dj@cygnus.com>
3596
3597         * rcparse.y (control): ICON controls take an id as the first
3598         parameter, not an optional string.  Also, call new convenience
3599         function that takes res_id's.
3600         * resrc.c (define_control): missing text means zero-length string,
3601         not zero ID.
3602         (define_icon_control): New.
3603         * windres.h: declare define_icon_control.
3604
3605 2000-06-13  H.J. Lu  <hjl@gnu.org>
3606
3607         * configure: Regenerate.
3608
3609 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
3610
3611         * configure.in (VERSION): Update to show this is the CVS mainline.
3612
3613 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
3614
3615         * strings.c (isgraphic): Interpret <TAB> as a printable character,
3616         analogous to <SPACE>.
3617
3618 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
3619
3620         * objdump.c (display_target_list): Use bfd_close_all_done, not
3621         bfd_close to fix crash caused by 2000-05-24 change.
3622
3623 2000-05-25  DJ Delorie  <dj@cygnus.com>
3624
3625         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
3626
3627 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3628
3629         * Makefile.am: Update dependencies with "make dep-am"
3630         * Makefile.in: Regenerate.
3631
3632 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
3633
3634         * ar.c: Include filenames.h.
3635         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
3636         and drive letters in file names.
3637         (main): Support backslashes and drive letters in argv[0].  Drop
3638         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
3639         FILENAME_CMP instead of strcmp to compare file names.
3640         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
3641         DJGPP v2.
3642         (do_quick_append) [__GO32__]: Ditto.
3643         (get_pos_bfd, delete_members, move_members, replace_members):
3644         Compare file names with FILENAME_CMP.
3645
3646         * bucomm.c: Include filenames.h.
3647         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
3648         forward/backward slashes and drive letters in file names.
3649
3650         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
3651         mixed forward/backward slashes and drive letters in file names.
3652
3653         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
3654         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
3655         mode.
3656
3657         * objcopy.c: Include filenames.h.
3658         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
3659         before comparing to "strip".
3660         Use FILENAME_CMP to compare file names.
3661
3662         * arsup.c: Include filenames.h.
3663         (map_over_list, ar_delete, ar_replace, ar_extract): Use
3664         FILENAME_CMP to compare file names.
3665         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
3666         the temporary file name.
3667
3668         * configure.in: Check for setmode.
3669         * configure: Regenerate.
3670
3671 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
3672
3673         * objdump.c (display_target_list): Close the bfd.
3674         (display_info_table): Likewise.
3675
3676 2000-05-14  H.J. Lu  (hjl@gnu.org)
3677
3678         * objcopy.c (filter_symbols): Don't strip global symbols in
3679         relocatable object files.
3680
3681 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
3682
3683         * size.c (usage): Associate short options with corresponding long
3684         option to give a clue as to their function.
3685
3686 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
3687
3688         * size.c (main): Accept and ignore `-f' option.
3689
3690 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
3691
3692         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
3693         bindtextdomain): Replace defines with those from intl/libgettext.h
3694         to quieten gcc warnings.
3695
3696 2000-05-12  H.J. Lu  <hjl@gnu.org>
3697
3698         * nlmconv.c (temp_filename): Removed.
3699
3700         * nlmconv.c (link_inputs): Use make_temp_file () instead of
3701         choose_temp_base ().
3702         * objdump.c (display_target_list): Likewise.
3703         (display_info_table): Likewise.
3704
3705 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
3706
3707         * objcopy.c (setup_section): Add const and gettext calls for err.
3708
3709 2000-05-02  H.J. Lu  <hjl@gnu.org>
3710
3711         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3712         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3713         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3714         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3715         and ELFOSABI_OPENBSD.
3716
3717 2000-05-02  Kazu Hirata  <kazu@hxi.com>
3718
3719         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3720         * srconv.c: Likewise.
3721         * sysdump.c: Likewise.
3722
3723 2000-04-23  Denis Chertykov  <denisc@overta.ru>
3724
3725         * readelf.c (guess_is_rela): AVR uses RELA relocations.
3726         (get_machine_name): machine name for EM_AVR added.
3727
3728 2000-04-21  Richard Henderson  <rth@cygnus.com>
3729             David Mosberger  <davidm@hpl.hp.com>
3730
3731         * Makefile.am (readelf.o): Add elf/ia64.h.
3732         * Makefile.in: Rebuild.
3733         * readelf.c: Include elf/ia64.h.
3734         (guess_is_rela, dump_relocations): Handle EM_IA_64.
3735
3736 2000-04-17  Timothy Wall  <twall@cygnus.com>
3737
3738         * objdump.c (disassemble_data): Set octets per byte *after*
3739         resolving arch/mach for binary files.
3740
3741 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3742
3743         * arlex.l: Add directives to increase lex buffer size.
3744
3745         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3746         already included by bucomm.h.
3747
3748 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
3749
3750         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3751         `strftime' since strftime is not available on all systems.
3752         (process_mips_specific): Ditto.
3753
3754 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
3755
3756         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3757         --enable-build-warnings option.
3758         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3759         * Makefile.in, configure: Re-generate.
3760
3761 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
3762
3763         * addr2line.c: Update copyright.
3764         * objcopy.1: Likewise, and title.
3765         * strings.1: Likewise.
3766
3767         * version.c (print_version): Add 2000.
3768
3769         * rddbg.c (read_section_stabs_debugging_info): Don't use
3770         bfd_size_type for strx to avoid printf problems if BFD64.
3771
3772         * bucomm.c: (report): Remove `static'.
3773         Move inclusion of stdarg.h/vararg.h from here.
3774         * bucomm.h: To here.
3775         (CONST): Change all occurences to const.
3776         (report): Declare it.
3777         (bfd_fatal): Add ATTRIBUTE_NORETURN.
3778         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3779         (non_fatal): Add ATTRIBUTE_PRINTF_1.
3780
3781         * ar.c (main): Use fatal or non_fatal instead of fprintf.
3782         Correct a typo in an error message.
3783         (do_quick_append): Use non_fatal instead of fprintf.
3784         (move_members): Use fatal instead of fprintf, exit.
3785         * coffdump.c (main): Same here.
3786
3787         * dlltool.c (display): Delete.
3788         (warn): Delete.
3789         (inform): Use `report' instead of `display'.
3790         (rvaafter): Remove trailing \n from fatal error msg.
3791         (rvabefore): Ditto.
3792         (asm_prefix): Ditto.
3793         (yyerror): Replace `warn' with `non_fatal', and remove \n.
3794         (def_name): Likewise.
3795         (run): Likewise.
3796         (scan_all_symbols): Likewise.
3797         (gen_lib_file): Likewise.
3798         (def_library): Likewise.  Remove extra program_name too.
3799         (run): Remove \n from inform strings.
3800         (scan_drectve_symbols): Likewise.
3801         (add_excludes): Likewise.
3802         (scan_open_obj_file): Likewise.
3803         (gen_exp_file): Likewise.
3804         (gen_lib_file): Likewise.
3805         (process_duplicates): Likewise.
3806
3807         * Makefile.am (dllwrap_SOURCES): Add version.c.
3808         * dllwrap.c (program_version): Delete.
3809         (print_version): Delete.
3810         (display): Always print trailing \n.
3811         (warn): New.
3812         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
3813         (run): Here too.
3814         (main): And here.
3815         (usage): gettext'ify.
3816         (long_options): Add missing initialisers.
3817
3818         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3819         (select_output_format): Likewise.
3820         (powerpc_mangle_relocs): Likewise.
3821         (link_inputs): Likewise.
3822
3823         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3824         (set_output_format): Likewise.
3825         (main): Use non_fatal instead of fprintf.
3826         (display_rel_file): Likewise.
3827
3828         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3829         (slurp_dynamic_symtab): Same here.
3830         (disassemble_data): And here.
3831         (read_section_stabs): And here.
3832         (read_section_stabs): And here.
3833         (dump_bfd): And here.
3834         (main): And here.
3835         (objdump_sprintf): Use fatal instead of fprintf, exit.
3836         (disassemble_data): Same here.
3837
3838         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3839         (parse_coff_struct_type): Same here.
3840         (parse_coff_enum_type): And here.
3841         (parse_coff): And here.
3842         * rddbg.c (read_debugging_info): And here.
3843         * size.c (main): And here.
3844         * windres.c (format_from_name): And here.
3845         * wrstabs.c (stab_write_symbol): Here too.
3846         (write_stabs_in_sections_debugging_info): And here.
3847         (stab_int_type): And here.
3848         (stab_struct_field): And here.
3849         (stab_typdef): And here.
3850
3851         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3852         * srconv.c (main): Same here.
3853         * strings.c (main): And here.
3854         (integer_arg): And here.
3855         * sysdump.c (main): And here.
3856
3857 2000-04-06  Timothy Wall  <twall@cygnus.com>
3858
3859         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3860
3861 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
3862
3863         * readelf.c (decode_location_expression): Loop through multiple
3864         operations.
3865         (read_and_display_attr): Pass in length.
3866
3867         * readelf.c (read_and_display_attr): Add CU offset to references.
3868         (display_debug_info): Pass it in.
3869
3870 2000-04-06  Nick Clifton  <nickc@cygnus.com>
3871
3872         * readelf.c (decode_ARM_machine_flags): New function.
3873         (get_machine_flags): Call decode_ARM_machine_flags for ARM
3874         targets.
3875
3876         (get_machine_name): Catch EM_AVR
3877
3878 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
3879
3880         * binutils.texi: Remove optional `=' from long options that have
3881         an `=' in the argument.
3882         * objcopy.1: Here too.  Remove extra space on discard-all.
3883
3884         * binutils.texi (objcopy): Mention --redefine-sym.
3885         * objcopy.1: Here too.
3886         * NEWS: And here.
3887
3888         * objcopy.c (parse_flags): Split off flag names from error message
3889         gettext as they are not translated.
3890         (copy_main): Similarly split off option name for --add-section,
3891         --set-section-flags, --change-section-vma, --change-section-lma
3892         error messages.
3893         Some white space changes.
3894
3895         from Matthew Benjamin <matt@linuxbox.nu>
3896         * objcopy.c (struct redefine_node): New.
3897         (redefine_sym_list): New.
3898         (redefine_list_append): New.
3899         (lookup_sym_redefinition): New.
3900         (OPTION_REDEFINE_SYM): New.
3901         (copy_options): Add --redefine-sym option.
3902         (copy_usage): Mention it.
3903         (filter_symbols): Rename symbols on redefine_sym_list.
3904         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3905         (copy_main): Handle OPTION_REDEFINE_SYM.
3906
3907 2000-04-04  H.J. Lu  <hjl@gnu.org>
3908
3909         * readelf.c (process_symbol_table): Correctly read in symbol
3910         versioning information.
3911
3912 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3913
3914         * po/binutils.pot: Regenerate.
3915
3916         * addr2line.c (usage): Restore translated part of bug string.
3917         * ar.c (usage): Likewise.
3918         * nlmconv.c (show_usage): Likewise.
3919         * nm.c (usage): Likewise.
3920         * objcopy.c (copy_usage): Likewise.
3921         (strip_usage): Likewise.
3922         * objdump.c (usage): Likewise.
3923         * readelf.c (usage): Likewise.
3924         * size.c (usage): Likewise.
3925         * strings.c (usage): Likewise.
3926         * windres.c (usage): Likewise.
3927
3928         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3929         (DEP): Quote when passing vars to sub-make.  Add warning
3930         message to end.
3931         (DEP1): Rewrite for "gcc -MM".
3932         (CLEANFILES): Add DEP2.
3933         Update dependencies.
3934         * Makefile.in: Regenerate.
3935
3936 2000-04-04  H.J. Lu  <hjl@gnu.org>
3937
3938         * Makefile.am (GENERATED_HFILES): Add rcparse.h
3939         (arparse.h): Depend on arparse.c
3940         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3941
3942 2000-04-03  H.J. Lu  (hjl@gnu.org)
3943
3944         * size.c (usage): Use REPORT_BUGS_TO.
3945
3946 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3947
3948         * bucomm.h: #include "bin-bugs.h"
3949         * addr2line.c (usage): Use REPORT_BUGS_TO.
3950         * ar.c (usage): Likewise.
3951         * nlmconv.c (show_usage): Likewise.
3952         * nm.c (usage): Likewise.
3953         (OPTION_TARGET): Define.
3954         (long_options): Use OPTION_TARGET rather than 200.
3955         (main): Likewise.
3956
3957         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3958         (strip_usage): Likewise.
3959         * objdump.c (usage): Likewise.
3960         * readelf.c (usage): Likewise.
3961         * strings.c (usage): Likewise.
3962         * windres.c (usage): Likewise.
3963
3964 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3965
3966         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3967
3968 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3969
3970         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3971         string offsets in corrupt stabs entries.
3972
3973 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3974
3975         * readelf.c: Include elf/avr.h
3976         (dump_relocations): Add EM_AVR case.
3977
3978 2000-03-09  Tim Waugh  <twaugh@redhat.com>
3979
3980         * strings.1: Correct '-bytes' to '--bytes'.
3981
3982 2000-03-08  H.J. Lu  <hjl@gnu.org>
3983
3984         * Makefile.am (install-exec-local): Depend on
3985         install-binPROGRAMS for parallel make.
3986         * Makefile.in: Regenerated.
3987
3988 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3989
3990         From Brad Lucier <lucier@math.purdue.edu>:
3991         * readelf.c (process_dynamic_segment): Add cast to make sure
3992         argument to %* is int.
3993
3994 2000-02-25  H.J. Lu  <hjl@gnu.org>
3995
3996         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3997
3998 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3999
4000         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
4001         * configure: Regenerate.
4002
4003         * dlltool.c: Add support for sh-pe and mips-pe targets.
4004         * rescoff.c: Add support for sh-pe and mips-pe targets.
4005
4006 2000-02-23  H.J. Lu  <hjl@gnu.org>
4007
4008         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
4009
4010 2000-02-22  Nick Clifton  <nickc@cygnus.com>
4011
4012         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
4013
4014 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
4015
4016         From Brad Lucier <lucier@math.purdue.edu>:
4017         * readelf.c (process_version_sections): Add casts to make sure
4018         argument to %* is an int.
4019         (process_mips_specific): Add casts to make printf arguments match
4020         format.
4021
4022 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
4023
4024         * objdump.c (dump_section_header): Change `opb' to unsigned.
4025         (find_symbol_for_address): Same here.
4026         (disassemble_data): And here.  Change `addr_offset',
4027         `stop_offset', `nextstop_offset' to unsigned long.
4028         (dump_data): Change opb to unsigned.
4029
4030 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
4031
4032         * resrc.c: Remove unmatched #if for cygwin.
4033
4034 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4035
4036         * binutils.texi: Document the change of flavor name from atpcs-special
4037         to special-atpcs to prevent name conflict in gdb.
4038
4039 2000-02-08  Timothy Wall  <twall@redhat.com>
4040
4041         * objdump.c (show_line): Fix bug preventing printing of the very
4042         first line (line zero) of a file when interlisting source and
4043         assembly.  Added option to print entire context from start of file
4044         when the first line from that file is encountered.
4045
4046 2000-02-03  Timothy Wall <twall@redhat.com>
4047
4048         * objdump.c (dump_section_header, find_symbol_for_address,
4049         show_line, disassemble_bytes, disassemble_data, dump_data):
4050         distinguish between octets and bytes.
4051
4052 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
4053
4054         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
4055         check to unresolved symbols.
4056         (print_symbol_info_sysv):  Ditto.
4057         (print_symbol_info_posix):  Ditto.
4058
4059         * binutils.texi: Document new 'V' symclass flag for nm.
4060
4061 2000-01-27  Nick Clifton  <nickc@redhat.com>
4062
4063         * binutils.texi (objdump): Document new ARM specific
4064         disassembler options.
4065
4066         * objdump.c (usage): Call disassembler_usage().
4067
4068 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
4069
4070         * readelf.c (get_dynamic_flags): Return buff.
4071         (process_dynamic_segment): Don't pass error strings to printf
4072         as format arg.
4073         (read_and_display_attr): Use lx and ld to print longs.
4074         (process_corefile_note_segment): Cast bfd_vma to unsigned long
4075         before printing.
4076         Update copyright.
4077
4078 2000-01-17  Nick Clifton  <nickc@cygnus.com>
4079
4080         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
4081
4082 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
4083
4084         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
4085         false.
4086         (debug_tag_type): Here too.
4087         * ieee.c (ieee_builtin_type): And here.
4088         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
4089
4090 2000-01-13  Nick Clifton  <nickc@cygnus.com>
4091
4092         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
4093         System/370".
4094
4095 2000-01-11  Nick Clifton  <nickc@cygnus.com>
4096
4097         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
4098
4099 2000-01-10  Nick Clifton  <nickc@cygnus.com>
4100
4101         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
4102
4103 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
4104
4105         * windres.c (long_options): Add --use-temp-file and
4106         --no-use-temp-file options.
4107         (usage): Document.
4108         (main): Handle.
4109
4110         * windres.h: Update read_rc_file prototype.
4111
4112         * resrc.c (cpp_temp_file): New static variable.
4113         (istream_type): New static variable.
4114         (close_pipe): Delete function.
4115         (run_cmd): New static function.
4116         (open_input_stream): New static function.
4117         (close_input_stream): New static function.
4118         (look_for_default): Handle DOS directory separator. Use
4119         open_input_stream instead of popen.
4120         (read_rc_file): Likewise.
4121
4122         * binutils.texi: Document --use-temp-file, --no-use-temp-file
4123         options.
4124
4125 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
4126
4127         * dlltool.c (create_compat_implib): New variable.
4128         (gen_exp_file): Use.
4129         (make_one_lib_file): Use.
4130         (long_options): Add --compat-implib option.
4131         (usage): Handle.
4132         (main): Handle.
4133
4134         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
4135         (main): Use. Don't look for "32" in cygwin and mingw target names.
4136
4137 2000-01-03  Nick Clifton  <nickc@cygnus.com>
4138
4139         * binutils.texi: Document new, ARM specific disassembler
4140         command line switch "-M force-thumb".
4141
4142 For older changes see ChangeLog-9899
4143 \f
4144 Local Variables:
4145 mode: change-log
4146 left-margin: 8
4147 fill-column: 74
4148 version-control: never
4149 End: