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