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