1 2003-06-02 Chris Demetriou <cgd@broadcom.com>
2 Jason Thorpe <thorpej@wasabisystems.com>
4 * objcopy.c (redefine_list_append): Add an argument that
5 indicates the context from which this function is being
6 called. Change all callers.
7 (copy_options): Add a new option, --redefine-syms.
8 (copy_usage): Document new option.
9 (copy_main): Handle the --redefine-syms option.
10 * doc/binutils.text (objcopy): Document new option.
12 2003-05-31 Richard Henderson <rth@redhat.com>
14 * readelf.c (byte_get_signed): New.
15 (get_encoded_value): New.
16 (display_debug_frames): Use it. Always pre-process opcodes.
18 2003-05-20 Michal Ludvig <mludvig@suse.cz>
20 * readelf.c (display_debug_frames): Print both registers
23 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
25 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
27 * configure.in: Regenerate.
29 2003-05-13 Michael Eager <eager@mvista.com>
31 * objcopy.c: Treat identical src/dst file names as if only one
32 entered. One Windows creating an output file of the same name as
33 the input file will delete the input file before it is read.
35 2003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
37 * debug.c (debug_get_real_type): Extend test for circular debug
40 2003-05-12 Nick Clifton <nickc@redhat.com>
42 * configure.in (ALL_LINGUAS): Add zh_CN.
43 * configure: Regenerate.
44 * po/zh_CN.po: New file: Chinese (simplified) translation.
46 2003-05-11 Jason Eckhardt <jle@rice.edu>
48 * MAINTAINERS: Update my mail address.
50 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
52 * readelf.c (dump_relocations): Enlarge the type field in wide
53 mode by one character.
55 2003-05-03 Richard Henderson <rth@redhat.com>
57 * readelf.c (struct Frame_Chunk): Add cfa_exp.
58 (frame_display_row): Just print "exp" for cfa or register
59 defined by a location expression.
60 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
61 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
63 2003-04-30 H.J. Lu <hjl@gnu.org>
65 * objdump.c (only): Change it to char **.
68 (disassemble_data): Check only as an array.
69 (dump_data): Likewise.
70 (dump_relocs): Likewise.
71 (main): Treat only as an array.
73 2003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
75 * doc/binutils.texi: Fix the documentation for the -fo option.
77 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
79 * readelf.c (get_machine_name) <EM_SH>: Amend return value
82 * readelf.c (decode_location_expression): Don't add a trailing ';'.
84 2003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
85 Nick Clifton <nickc@redhat.com>
87 * windres.c (long_options): Move close to main, where it is used.
88 Add 'input' and 'output' long options.
89 (main): Accept "-fo" as an alias for "-o". This is for rc
91 * doc/binutils.texi: Mention that -fo is accepted as an alias for
92 -o, but discourage its use.
94 2003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
96 * windres.c (format_from_name): Make the exit on error
98 (main): Rename the -I option to -J. Introduce -I as a synonym
99 for --include-dir. For backwards compatibility also support the
100 old -I behaviour, but issue a deprecation warning.
101 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
104 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
106 * readelf.c: Replace references to Mitsubishi M32R with
107 references to Renesas M32R.
109 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
111 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
113 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
115 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
116 for debugging information types not supported by objdump.
118 2003-04-09 Bernd Jendrissek <berndj@prism.co.za>
120 * configure.in: Recognize canonical form of i[3-6]86-pe*.
121 * configure: Regenerate.
123 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
125 * readelf.c (display_debug_info): Apply RELA relocations on the
127 (byte_put_little_endian, byte_put_big_endian): New functions.
128 (byte_put): New variable.
129 (get_file_header): Initialize it.
131 2003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
133 * windres.c: Add -l for compatibility with wrc, and rc.
134 Use the short option as a key for long options that have
135 a synonymous short option.
136 * doc/binutils.texi: Added -l to the list of options.
138 2003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
140 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
141 (main): Just pass the -U option down to the preprocessor.
142 * doc/binutils.texi: Added -U to the list of options.
144 2003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
146 * windres.c (usage): Report -r option.
147 (main): Ignore the -r option.
148 * doc/binutils.texi: Add -r to the list of options.
150 2003-04-01 Bob Wilson <bob.wilson@acm.org>
152 * MAINTAINERS: Add myself as Xtensa maintainer.
154 2003-04-01 Bob Wilson <bob.wilson@acm.org>
156 * readelf.c: Include "elf/xtensa.h".
157 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
158 targets that use RELA relocations.
159 (dump_relocations): Call elf_xtensa_reloc_type for
160 EM_XTENSA and EM_XTENSA_OLD.
161 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
163 2003-04-01 Nick Clifton <nickc@redhat.com>
165 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
166 thumb-pe*, mcore-pe and mcore-*elf.
167 * configure: Regenerate.
169 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
171 * objdump.c (dump_data): Don't truncate the address to long; make
172 the width large enough, and uniform for all entries in a section.
174 2003-03-31 H.J. Lu <hjl@gnu.org>
176 * readelf.c: Include "libiberty.h".
177 (dynamic_relocations): New.
178 (process_relocs): Properly handle dynamic relocation.
179 (process_dynamic_segment): Fill relocation elements in
182 2003-03-31 Kevin Buettner <kevinb@redhat.com>
184 * readelf.c (read_and_display_attr, read_and_display_attr_value):
185 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
187 (display_debug_lines, display_debug_pubnames, display_debug_info)
188 (display_debug_aranges, display_debug_frames, read_and_display_attr)
189 (read_and_display_attr_value): Add 64-bit DWARF support.
191 2003-03-31 Ian Lance Taylor <ian@airs.com>
193 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
194 (optresid): Handle a resource id that can be a string or a number.
195 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
197 (define_icon_control): Pass a struct res_id to define_control.
198 * windres.h (define_control): Change prototype.
200 2003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
202 * objcopy (OPTION_FORMATS_INFO): Define.
203 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
204 (copy_options): Likewise.
205 (strip_usage): Add "--info" to usage.
206 (copy_usage): Likewise.
207 (strip_main): Declare formats_info. Iniatilize it to FALSE.
209 (copy_main). Likewise.
210 * doc/binutils.texi. Document the "--info" option for
212 * NEWS: Mention the new command line switch.
214 * objdump.c (endian_string): Move to bucomm.c.
215 (display_info): Likewise.
216 (display_target_list): Likewise.
217 (display_info_table): Likewise.
218 (display_target_tables): Likewise.
219 (main): Assign the return value of display_info to exit_status.
220 * bucomm.c: Include bfdver.h and libbfd.h
221 (display_target_list): Call bfd_nonfatal instead of nonfatal and
222 return 0 on a non-fatal error, 1 on success.
223 (display_info_table): Likewise.
224 * bucomm.h (display_info): Provide a prototype.
225 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
227 * Makefile.in: Regenerate.
229 2003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
231 * dlltool.c (gen_def_file): Put demangled name comments on
232 own line preceding export name.
234 2003-03-17 Nick Clifton <nickc@redhat.com>
236 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
237 printf for emitting new lines.
239 2003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
241 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
242 the symbol's value when --size-sort is used, unless -S is used.
243 doc/binutils.texi (--size-sort): For non-bsd formats both the
244 value and size of the symbols are displayed.
246 2003-03-13 Nick Clifton <nickc@redhat.com>
250 2003-03-12 Nick Clifton <nickc@redhat.com>
252 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
254 2003-03-10 Ben Elliston <bje@wasabisystems.com>
256 * MAINTAINERS: Update my mail address.
258 2003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
260 * stabs.c (BYTES_IN_WORD): Remove definition.
261 * wrstabs.c (BYTES_IN_WORD): Likewise.
263 2003-03-04 Nick Clifton <nickc@redhat.com>
265 * nm.c (main): Print a warning message if --size-sort and
266 --undefined-only are used together.
268 2003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
270 * nm.c (print_symbol): Remove check for undefined_only.
272 2003-03-03 Nick Clifton <nickc@redhat.com>
274 * po/da.po: Installed latest translation.
276 2003-02-24 Nick Clifton <nickc@redhat.com>
278 * README: Update binutils references to 2.13.
279 Add paragraph about using --disable-nls.
281 2003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
283 * doc/binutils.texi (nm --size-sort): Update.
285 2003-02-21 James E Wilson <wilson@tuliptree.org>
287 * MAINTAINERS: Update email address.
289 2003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
291 * readelf.c (get_ia64_dynamic_type): New function.
292 (dynamic_segment_ia64_val): New function.
293 (get_dynamic_type): If machine type is EM_IA_64 call
294 get_ia64_dynamic_val.
295 (get_ia64_section_type_name): Handle sections with types in the
296 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
297 (get_dynamic_flags): If machine type is EM_IA_64 call
298 dynamic_segment_ia64_val.
300 2003-02-21 Bob Wilson <bob.wilson@acm.org>
302 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
303 section title capitalization more consistent. Update descriptions
304 of various options to be consistent with the code. Fix errors and
305 incomplete list in the description of c++filt format options. Remove
306 information about the linker. Change to be more polite about poor
307 bug reports. Replace FDL appendix with include of fdl.texi.
308 * doc/fdl.texi: New file.
310 2003-02-21 Roger Sayle <roger@eyesopen.com>
312 * objcopy.c (filter_symbols): Fix compilation problems with
315 2003-02-19 Christopher Faylor <cgf@redhat.com>
317 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
320 2003-02-19 Mark Blackburn <marklist@fangorn.ca>
322 * rclex.l (handle_quotes): Handle strings spanning more than one line.
324 2003-02-12 Bob Wilson <bob.wilson@acm.org>
326 * nm.c (usage): Add `java' and `gnat' demangle styles and make
328 * objdump.c (usage): Ditto. Also fix some typos.
330 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
332 * debug.c (debug_record_variable): Handle global register variables.
334 * stabs.c (parse_stab): For N_SLINE only include
335 function_start_offset if the symbol is within a function;
336 otherwise, the value is absolute.
338 2003-02-10 Nick Clifton <nickc@redhat.com>
340 * readelf.c (decode_ARM_machine_flags): Handle the
341 EF_ARM_MAVERICK_FLOAT flag.
343 2003-02-04 Andreas Schwab <schwab@suse.de>
345 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
346 long and use %ld in printf format.
348 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
350 * readelf.c (dump_relocations): Reorder the r_info field for
351 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
353 2003-01-21 Daniel Berlin <dan@dberlin.org>
355 * readelf.c (display_debug_loc): Skip address base changes.
357 2003-01-17 Fabio Alemagna <falemagn@aros.org>
359 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
362 2003-01-16 Alan Modra <amodra@bigpond.net.au>
364 * readelf.c: Include elf/ppc64.h.
365 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
366 * Makefile.am: Run "make dep-am".
367 * Makefile.in: Regenerate.
369 2003-01-02 Ben Elliston <bje@redhat.com>
371 * readelf.c (guess_is_rela): Handle EM_IQ2000.
372 (get_machine_name): Likewise.
373 (dump_relocations): Likewise.
374 * NEWS: Mention IQ2000 support.
376 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
378 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
380 2002-12-30 Chris Demetriou <cgd@broadcom.com>
382 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
383 changes in MIPS -M options.
385 2002-12-30 Dmitry Diky <diwil@mail.ru>
387 * Makefile.am: Add msp430 target.
388 * Makefile.in: Regenerate.
389 * readelf.c: Add support for msp430 target.
391 2002-12-27 Chris Demetriou <cgd@broadcom.com>
393 * doc/binutils.texi (objdump): Document MIPS -M options.
395 2002-12-23 Andreas Schwab <schwab@suse.de>
397 * readelf.c (main): Reset dump request after each file.
399 2002-12-23 Nick Clifton <nickc@redhat.com>
401 * nlmconv.c (main): Pass TRUE as third argument to
402 bfd_arch_get_compatible.
404 2002-12-23 Nick Clifton <nickc@redhat.com>
406 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
407 macro. Handle 'S' encoding, accepting 8-bit characters.
408 (main): Parse 'S' encoding.
409 (get_char): Accept 'S' encoding.
410 (print_strings): Use STRING_ISGRAPHIC.
411 (usage): Document support of 'S' encoding.
412 * doc/binutils.texi: Document support of 'S' encoding/
413 * NEWS: Mention new feature.
415 2002-12-20 Alan Modra <amodra@bigpond.net.au>
417 * README <building ar>: Don't use libibery's needed_list or
418 required_list, instead link libiberty/*.o.
420 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
422 * doc/binutils.texi: Fix typos.
424 2002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
426 * doc/binutils.texi: Add missing parenthesis.
428 2002-12-15 Nick Kelsey <nickk@ubicom.com>
430 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
431 symbols by adding the given prefix to the begining of the symbol
432 name. This is useful to provide name space seperation regardless
433 of how the object file was created. Added --prefix-sections=
434 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
435 sections (or all sections with the alloc flag set) by adding the given
436 prefix to the begining of the symbol name.
437 * NEWS: Mention this new feature.
438 * doc/binutils.texi: Document this new feature.
440 2002-12-13 Alan Modra <amodra@bigpond.net.au>
442 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
443 dyn_string_append with dyn_string_append_cstr.
445 * emul_aix.c (ar_emul_aix_create): Remove unused function.
447 2002-12-10 James Cownie <jcownie@etnus.com>
449 * readelf.h (get_TAG_name, get_AT_name,
450 read_and_display_attr_value): Add support for UPC extensions to
452 * NEWS: Mention this new support.
454 2002-12-08 Alan Modra <amodra@bigpond.net.au>
456 * NEWS: Mention that bfd no longer declares a "boolean" type.
458 2002-12-07 Alan Modra <amodra@bigpond.net.au>
460 * readelf.c (process_program_headers): When setting loadaddr, don't
461 assume segment size is 4k. Use p_align instead.
462 (loadaddr): Change from int to long.
463 (dynamic_addr, dynamic_info, version_info): Likewise.
464 (process_dynamic_segment <syminsz>): Likewise.
465 (process_dynamic_segment): Adjust print format string.
466 (rela_addr, rela_size): Delete.
467 (process_relocs): Formatting.
469 2002-12-05 Jim Wilson <wilson@redhat.com>
471 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
472 * configure: Regenerate.
474 2002-12-04 Ian Lance Taylor <ian@airs.com>
476 * MAINTAINERS: Change e-mail address back to airs.com.
478 2002-12-04 Aldy Hernandez <aldyh@redhat.com>
480 * MAINTAINERS: Add self.
482 2002-11-30 Alan Modra <amodra@bigpond.net.au>
484 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
485 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
486 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
487 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
488 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
489 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
490 with TRUE/FALSE. Formatting.
492 2002-11-29 Jakub Jelinek <jakub@redhat.com>
494 * readelf.c Replace occurrences of Elf32_Internal_* and
495 Elf64_Internal_* with Elf_Internal_*.
496 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
497 Zero r_addend fields.
498 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
501 2002-11-23 Nick Clifton <nickc@redhat.com>
503 * size.c (usage): Fix typo describing switch for hex format.
505 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
507 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
508 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
511 2002-11-14 Nick Clifton <nickc@redhat.com>
513 * readelf.c (process_program_headers): Add comment about return
514 value. Ensure that 0 is returned if the headers are not loaded.
515 (process_file): If process_section_headers failed to load the
516 headers disable any tests that rely upon them. Similarly for
517 process_program_headers.
519 2002-11-12 Nick Clifton <nickc@redhat.com>
521 * po/da.po: Updated Danish translation.
523 2002-11-12 Klee Dienes <kdienes@apple.com>
525 * rddbg.c (read_section_stabs_debugging_info): Also recognize
526 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
528 2002-11-11 Christopher Faylor <cgf@redhat.com>
530 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
533 2002-11-11 Christopher Faylor <cgf@redhat.com>
535 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
537 2002-11-07 Nick Clifton <nickc@redhat.com>
539 * configure.in (ALL_LINGUAS): Add 'da'.
540 * configure: Regenerate.
541 * po/da.po: New Danish translation.
543 * readelf.c (get_symbol_index_type): Revert part of previous
544 patch: Display unknown symbol types in decimal, not hex.
546 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
548 * dlltool.c (add_excludes): Don't prefix excluded fastcall
549 symbols with underscore.
550 (xlate): Ignore add_underscore for decorated fastcall symbols.
552 2002-11-07 Eric Kohl <ekohl@rz-online.de>
554 * deflex.l: Accept '@' as first character of an ID.
555 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
556 ASM_PREFIX for fastcall symbols.
557 (scan_drectve_symbols): Handle fastcall symbols when generating
558 undecorated aliases for symbols in drectve section.
559 (scan_filtered_symbols): Likewise, with export-all.
560 (xlate): Likewise, with --kill-at.
561 (make_imp_label): New function to handle fastcall symbols
563 (make_one_lib_file): Use make_imp_label instead of make_label
566 2002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
568 * MAINTAINERS: Add self as TIC4X maintainer.
570 2002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
572 * readelf.c (get_symbol_index_type): Add hex number to
573 PROCESSOR-specific, OS-specific, reserved and unknown symbol
576 2002-11-04 Alan Modra <amodra@bigpond.net.au>
578 * readelf.c (byte_get_little_endian): Comment typo fix.
579 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
580 as the format string.
581 (dump_relocations): Correct section sym names.
582 (process_section_headers): Clear symtab_shndx_hdr.
583 (read_and_display_attr_value): Don't pass indirect string to printf
584 as the format string.
585 (display_debug_frames): Indicate when zero terminator found. Decode
586 DW_EH_PE_pcrel addresses.
588 2002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
590 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
591 order to ensure proper disassembly of the valid 0-value opcode.
592 * configure: Regenerate.
593 * aclocal.m4: Regenerate.
594 * config.in: Regenerate.
595 * configure.in: Regenerate.
596 * doc/Makefile.in: Regenerate.
597 * po/binutils.pot: Regenerate.
599 2002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
601 * MAINTAINERS: Add self as SH maintainer.
603 2002-10-23 Ben Elliston <bje@redhat.com>
605 * doc/binutils.texi (objdump): Document -z and move the entry for
606 --disassemble-zeroes to the end of the options section (for `z').
608 2002-10-21 Nick Clifton <nickc@redhat.com>
610 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
612 2002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
614 * objdump.c (dump_data): Correct addr_offset for opb != 1.
616 2002-10-15 Alan Modra <amodra@bigpond.net.au>
618 * bucomm.c (list_supported_targets): Use bfd_target_list.
620 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
621 other object errors in preference to bfd_core errors.
623 2002-10-14 Alan Modra <amodra@bigpond.net.au>
625 * Makefile.am: Run "make dep-am".
626 * objdump.c: #include "bfdver.h".
627 * version.c: Likewise.
628 * Makefile.in: Regenerate.
629 * config.in: Regenerate.
630 * configure: Regenerate.
631 * po/POTFILES.in: Regenerate.
633 2002-10-09 Daniel Jacobowitz <drow@mvista.com>
635 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
636 sections. Allow relocations against the absolute symbol. Don't
637 use the value in compunit.cu_abbrev_offset if we found a RELA
640 2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
642 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
643 ordinary ones are available.
645 2002-09-30 H.J. Lu <hjl@gnu.org>
647 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
648 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
650 2002-09-17 Zack Weinberg <zack@codesourcery.com>
652 * Makefile.am (CFILES): Add cxxfilt.c.
653 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
654 (cxxfilt_LDADD): Delete.
655 Remove all references to underscore.c.
657 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
658 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
659 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
660 adjustments to fit into binutils framework.
661 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
663 2002-09-12 Roland McGrath <roland@redhat.com>
665 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
666 Handle DW_OP_GNU_push_tls_address.
668 2002-09-11 Nick Clifton <nickc@redhat.com>
670 * po/tr.po: Updated Turkish translation.
672 2002-09-10 Nick Clifton <nickc@redhat.com>
674 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
675 testsuite changes. Add paragraphs about testsuite and config
678 2002-08-29 Nick Clifton <nickc@redhat.com>
680 * readelf.c (get_machine_flags): Remove redundant reference to
683 2002-08-28 Alan Modra <amodra@bigpond.net.au>
685 * objdump.c (dump_bfd): Restore lines accidentally deleted in
688 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
690 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
691 (dump_bfd_header): Likewise.
693 2002-08-27 Alan Modra <amodra@bigpond.net.au>
695 * nm.c: Revert last change.
697 2002-08-26 Alan Modra <amodra@bigpond.net.au>
699 * nm.c (display_rel_file): Don't report "no symbols" as an error.
700 * objdump.c (slurp_symtab): Likewise.
701 (slurp_dynamic_symtab): Likewise.
702 (dump_symbols): Likewise. Do print "no symbols" to stdout.
704 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
706 * MAINTAINERS: Change my mailing address.
708 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
710 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
712 2002-08-22 Nick Clifton <nickc@redhat.com>
714 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
717 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
719 * readelf.c (parse_args): Change debug_dump_opt to static.
721 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
723 * stabs.c (parse_stab_argtype): Pass length of physname to
724 stab_demangle_argtypes.
725 (stab_demangle_argtypes): Add new parameter - length of physname.
726 Pass length of physname on to stab_demangle_prefix.
727 (stab_demangle_prefix): Add new parameter - length of physname.
728 Use length of physname (if supplied) to compute end of function
731 2002-08-15 Alan Modra <amodra@bigpond.net.au>
733 * readelf.c: Include elf/i370.h.
734 (dump_relocations): Handle EM_S370.
735 (dynamic_segment_parisc_val): Print \n.
736 (process_dynamic_segment <DT_BIND_NOW>): Here too.
738 2002-08-14 Nick Clifton <nickc@redhat.com>
740 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
741 * objdump.c (usage): Likewise.
742 * doc/binutils.texi: Likewise.
744 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
746 * rcparse.y (acc_entry): Don't warn about ALT use with
749 2002-08-13 H.J. Lu <hjl@gnu.org>
751 * objcopy.c (copy_object): Don't warn about the unsupported
752 architecture unless the input target is defaulted or the
753 output architecture is different from the input.
755 2002-08-09 Nick Clifton <nickc@redhat.com>
757 * po/sv.po: Updated Swedish translation.
759 2002-08-05 Alan Modra <amodra@bigpond.net.au>
761 * prdbg.c (pr_fix_visibility): Remove assert.
763 2002-07-31 Nick Clifton <nickc@redhat.com>
765 * addr2line.c (process_file): Rename parameter 'filename' to
766 'file_name' in order to avoid shadowing global symbol of the
770 2002-07-30 Jakub Jelinek <jakub@redhat.com>
772 * readelf.c (OPTION_DEBUG_DUMP): Define.
774 (usage): Update help.
775 (parse_args): Handle --debug-dump separately from -w.
776 * doc/binutils.texi (readelf): Update documentation.
778 2002-07-25 Nick Clifton <nickc@redhat.com>
780 * po/es.po: Updated Spanish translation.
781 * po/fr.po: Updated French translation.
783 2002-07-24 Nick Clifton <nickc@redhat.com>
785 * po/es.po: Updated Spanish translation.
787 2002-07-23 Alan Modra <amodra@bigpond.net.au>
789 * Makefile.am: Run "make dep-am".
790 * Makefile.in: Regenerate.
792 2002-07-23 Nick Clifton <nickc@redhat.com>
794 * po/fr.po: Updated French translation.
796 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
798 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
800 2002-07-20 Alan Modra <amodra@bigpond.net.au>
802 * budemang.c: Include config.h and string.h/strings.h.
804 2002-07-18 Denis Chertykov <denisc@overta.ru>
805 Frank Ch. Eigler <fche@redhat.com>
807 * readelf.c: Include "elf/ip2k.h".
808 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
809 (dump_relocations): Likewise.
810 (get_machine_name): Likewise.
811 * NEWS: Mention IP2K support.
813 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
815 * NEWS: Add 'Changes in 2.13'.
817 2002-07-10 Jakub Jelinek <jakub@redhat.com>
819 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
820 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
821 (get_section_type_name): Handle SHT_GNU_LIBLIST.
822 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
823 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
824 (process_gnu_liblist): New.
825 (process_file): Call it.
827 2002-07-03 Alan Modra <amodra@bigpond.net.au>
829 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
830 * Makefile.in: Regenerate.
832 2002-07-02 Alan Modra <amodra@bigpond.net.au>
834 * budemang.c: New file, "demangle" function.
835 * budemang.h: New file.
836 * addr2line.c (translate_addresses): Use "demangle".
837 * nm.c (print_symname): Likewise.
838 * objdump.c (objdump_print_symname): Likewise.
839 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
840 here since that obfuscates.
841 * rdcoff.c: Don't #include demangle.h.
842 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
843 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
844 (HFILES): Add budemang.h. Sort.
845 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
847 * Makefile.in: Regenerate.
849 2002-07-01 Matt Thomas <matt@3am-software.com>
851 * readelf.c: Include "elf/vax.h".
852 (guess_is_rela): Move EM_VAX from unknown to RELA case.
853 (dump_relocations): Handle VAX relocations.
854 (get_machine_flags): Handle VAX machine flags.
856 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
858 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
860 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
862 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
864 2002-06-26 Alan Modra <amodra@bigpond.net.au>
866 * nm.c (print_symname): When demangling, strip leading dots from
867 symbol names to avoid confusing the demangler.
869 2002-06-25 H.J. Lu <hjl@gnu.org>
871 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
872 * Makefile.in: Regenerated.
874 2002-06-21 Igor Schein <igor@txc.com>
876 * configure.in: Quote bu_cv_have_fopen64.
877 * configure: Regenerate.
879 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
881 * configure.in: Check for strcoll.
882 * configure: Regenerate.
883 * config.in: Regenerate.
884 * nm.c (main): Set locale for LC_COLLATE category.
885 (non_numeric_forward): Use strcoll if available.
887 2002-06-20 Dave Brolley <brolley@redhat.com>
889 * MAINTAINERS: Add self as fr30 and frv maintainer.
891 2002-06-18 H.J. Lu (hjl@gnu.org)
893 * nm.c: Include "elf/common.h".
894 (extended_symbol_info): Add elfinfo, a pointer to
896 (SYM_SIZE): Use elfinfo if it is not NULL.
897 (get_symbol_type): New function.
898 (display_archive): Set print_width for each archive member.
899 (display_file): Likewise.
900 (display_rel_file): Don't set print_width here.
901 (print_object_filename_sysv): Handle print_width.
902 (print_archive_member_sysv): Likewise.
903 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
904 (print_symbol): Set the elfinfo field in extended_symbol_info
906 (print_object_filename_sysv): Fix the output format.
907 (print_symbol_info_sysv): Print type and section for ELF.
909 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
911 * nm.c (print_size_symbols): Remove assignment, which makes
912 the symbol's size equal to its value when --size-sort is
915 2002-06-18 Dave Brolley <brolley@redhat.com>
917 From Catherine Moore:
918 * readelf.c (elf/frv.h): #include it.
919 (guess_is_rela): Support EM_CYGNUS_FRV.
920 (dump_relocations): Ditto.
921 (get_machine_name): Ditto.
922 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
924 2002-06-18 Jakub Jelinek <jakub@redhat.com>
926 * readelf.c (get_file_header): Only read the first section header if
929 2002-06-15 H.J. Lu (hjl@gnu.org)
931 * nm.c (print_size): New variable. Initialize to 0.
932 (long_options): Add 'S'/"print-size".
934 (print_symbol_info_bsd): Print size only if print_size is not
937 * doc/binutils.texi: Document -S/--print-size.
939 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
941 * nm.c (struct extended_symbol_info): New strcuture: Add the size
942 of the symbols to the information provided by the symbol_info
944 (print_symbols): Pass the symbol size to print_symbol.
945 (print_size_symbols): Pass the symbol size to print_symbol.
946 (print_symbol): Extra argument: The size of the symbol. Store
947 this in the extended_symbol_info structure.
948 (print_symbol_info): Change type of info parameter to
949 extended_symbol_info. Display the size, if known.
950 (print_symbol_info_posix): Likewise.
951 (print_symbol_info_sysv): Likewise.
953 2002-06-08 Alan Modra <amodra@bigpond.net.au>
955 * Makefile.am: Run "make dep-am".
956 * Makefile.in: Regenerate.
957 * doc/Makefile.in: Regnerate.
959 * bucomm.c: Replace CONST with const.
961 * objdump.c: Likewise.
963 2002-06-07 H.J. Lu <hjl@gnu.org>
965 * readelf.c (DW_CFA_GNU_args_size): Don't define.
966 (DW_CFA_GNU_negative_offset_extended): Likewise.
967 (DW_CFA_GNU_window_save): Likewise.
968 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
969 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
971 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
973 * nm.c: When computing size of symbols for an ELF target use the
976 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
978 * testsuite/binutils-all/objcopy.exp: clear xfail for
980 * testsuite/binutils-all/hppa/objdump.exp: Return if
983 2002-06-05 Alan Modra <amodra@bigpond.net.au>
985 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
987 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
989 * objdump.c: Fix formatting.
991 2002-05-29 Ben Elliston <bje@redhat.com>
993 * MAINTAINERS: Add self as M68k maintainer.
995 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
997 * readelf.c: Modified/Added DLX elf support.
999 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1001 * arsup.c: Fix formatting.
1002 * debug.c (debug_record_label): Add missing colon to error
1004 * ieee.c (parse_ieee_ty): Fix spelling typo.
1005 * readelf.c (process_program_headers): Remove English assumption
1006 about making a plural word.
1007 (process_section_headers): Likewise.
1008 (process_relocs): Allow quotes to be translated.
1009 (process_unwind): Likewise,
1010 (process_mips_specific): Improve error message.
1011 (get_note_type): Fix spelling typo.
1013 * configure.in (ALL_LINGUAS): Add sv
1014 * po/sv.po: New file.
1016 2002-05-27 Alan Modra <amodra@bigpond.net.au>
1018 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1019 (unw_print_grmask): Likewise.
1020 (unw_print_frmask): Likewise.
1022 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1024 * arsup.c: Remove ARGSUSED.
1025 * debug.c: Likewise.
1027 * nlmconv.c: Likewise.
1028 * prdbg.c: Likewise.
1029 * stabs.c: Likewise.
1030 * wrstabs.c: Likewise.
1032 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1034 * arlex.l: Use #include "" instead of <> for local header files.
1035 * coffdump.c: Likewise.
1036 * coffgrok.c: Likewise.
1037 * nlmconv.c: Likewise.
1038 * nlmheader.y: Likewise.
1039 * srconv.c: Likewise.
1040 * strings.c: Likewise.
1041 * sysdump.c: Likewise.
1042 * unwind-ia64.h: Likewise.
1043 * windres.h: Likewise.
1044 * winduni.h: Likewise.
1046 2002-05-24 Tom Rix <trix@redhat.com>
1048 * MAINTAINERS: Add self as the d10v maintainer.
1050 2002-05-24 TAMURA Kent <kent@netbsd.org>
1052 * configure.in: Builds dlltool for i386-netbsdpe.
1053 * configure: Regenerate.
1055 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1057 * size.c: Fix formatting.
1058 * srconv.c: Likewise.
1059 * stabs.c: Likewise.
1060 * sysdump.c: Likewise.
1061 * unwind-ia64.c: Likewise.
1062 * wrstabs.c: Likewise.
1064 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1066 * readelf.c (get_segment_type): Add PT_TLS.
1067 (get_elf_section_flags): Add SHF_TLS.
1068 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1069 (process_dynamic_segment): Use puts instead of printf.
1070 (get_symbol_type): Support STT_TLS.
1071 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1072 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1073 Add SEC_THREAD_LOCAL.
1075 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1077 * rdcoff.c: Fix formatting.
1078 * rddbg.c: Likewise.
1079 * readelf.c: Likewise.
1080 * rename.c: Likewise.
1081 * resbin.c: Likewise.
1082 * resrc.c: Likewise.
1083 * resres.c: Likewise.
1085 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1087 * filemode.c: Fix formatting.
1089 * is-ranlib.c: Likewise.
1090 * is-strip.c: Likewise.
1091 * maybe-ranlib.c: Likewise.
1092 * maybe-strip.c: Likewise.
1093 * nlmconv.c: Likewise.
1095 * not-ranlib.c: Likewise.
1096 * not-strip.c: Likewise.
1097 * objcopy.c: Likewise.
1098 * objdump.c: Likewise.
1100 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1102 * objdump.c (dump_headers): Fix output formatting for ELF32
1103 architectures in a BFD64 enabled toolchain.
1105 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1107 * debug.c: Fix formatting.
1108 * debug.h: Likewise.
1109 * dlltool.c: Likewise.
1110 * dllwrap.c: Likewise.
1111 * emul_aix.c: Likewise.
1112 * emul_vanilla.c: Likewise.
1114 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1116 * addr2line.c: Fix formatting.
1118 * arsup.c: Likewise.
1119 * arsup.h: Likewise.
1120 * binemul.c: Likewise.
1121 * binemul.h: Likewise.
1122 * bucomm.c: Likewise.
1123 * coffdump.c: Likewise.
1124 * coffgrok.c: Likewise.
1125 * coffgrok.h: Likewise.
1127 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1129 * MAINTAINERS: Add myself as the second AVR port maintainer.
1131 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1133 * MAINTAINERS: Update my email address.
1135 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1137 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1139 2002-05-09 Alan Modra <amodra@bigpond.net.au>
1141 * configure.in: Replace `*pe' with `pe' throughout.
1142 * configure: Regenerate.
1144 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1146 * Makefile.am: Honour DESTDIR.
1147 * Makefile.in: Regenerate.
1149 2002-05-06 Alan Modra <amodra@bigpond.net.au>
1151 * dlltool.c (process_def_file): Add missing prototype.
1152 (new_directive, assemble_file, main): Likewise.
1153 (process_def_file, new_directive): Make static.
1154 (inform): Rewrite using VA_FIXEDARG.
1155 * dllwrap.c (mybasename): Add missing prototype.
1156 (strhash, main): Likewise.
1157 (inform): Rewrite using VA_FIXEDARG.
1159 (cleanup_and_exit): Use old style function definition.
1160 (strhash): Likewise.
1161 * windres.c (define_resource): Use one memset to clear all of
1162 struct res_resource.
1164 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
1165 call to rules that need no lookahead. Check for no lookahead.
1167 2002-05-06 Borut Razem <borut.razem@siol.net>
1169 * rclex.l (get_string): Correct "strings" list handling.
1170 * resrc.c (read_rc_file): Discard strings.
1172 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1174 * ar.c (replace_members): Remove unused var. Formatting fix.
1175 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1177 * MAINTAINERS: Sort port maintainers by CPU.
1179 2002-05-04 Bob Byrnes <byrnes@curl.com>
1181 * size.c (display_archive): Add last_arfile and code to close archives.
1183 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1185 * nm.c (print_symbol): Check returned filename from
1186 bfd_find_nearest_line is non-NULL.
1188 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
1190 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1192 2002-04-24 Christian Groessler <chris@groessler.org>
1194 * MAINTAINERS: Changed my email address.
1196 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1198 * arparse.y: Fix syntax warning.
1200 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1202 * readelf.c (fetch_location_list): Remove unused function.
1204 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1205 and display a warning message, then exit the loop.
1207 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1209 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1211 * resrc.c (write_rc_dialog): If charset is non-default value
1212 display all of the DIALOGEX parameters.
1214 2002-04-15 Eric Kohl <ekohl@rz-online.de>
1216 * rcparse.y: Allow two to five parameter in FONT statement of
1218 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1220 (res_to_bin_dialog): Likewise.
1221 * windres.h: Added misssing charset variable to dialog_ex
1224 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1226 * rcparse.y: Set MEMFLAG_PURE by default.
1228 2002-04-09 Bernd Herd <info@herdsoft.com>
1230 * rcparse.y: CLASS definitions in DIALOG resources
1232 Fix typo in BEDIT warning.
1233 Don't add default dialog style when explicit style specified.
1234 Add WS_CAPTION dialog style if CAPTION is specified.
1236 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1237 (handle_quotes) "\a" escape (used for right justified key
1238 definitions in menus) is encodes as binary 8.
1240 * resrc.c (write_rc_dialog): Print style even if it is 0.
1241 (write_rc_directory): Fix overlooked sublang shift bug.
1242 (bin_to_res_dialog): Don't print empty dialog caption.
1244 * resbin.c (bin_to_res_dialog): Use signature to identify
1247 * windres.c (main): Set default LANGUAGE to english/us.
1249 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1251 * resrc.c: print CLASS names in quotes
1253 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
1255 * MAINTAINERS: Update my email address.
1257 2002-04-04 Alan Modra <amodra@bigpond.net.au>
1259 * dep-in.sed: Cope with absolute paths.
1260 * Makefile.am (dep.sed): Subst TOPDIR.
1262 * Makefile.in: Regenerate.
1264 2002-03-27 Peter Targett <peter.targett@arc.com>
1266 * MAINTAINERS: Update my email address.
1268 2002-03-21 Alan Modra <amodra@bigpond.net.au>
1270 * Makefile.am: Run "make dep-am".
1271 * Makefile.in: Regenerate.
1272 * doc/Makefile.in: Regenerate.
1273 * po/POTFILES.in: Regenerate.
1274 * aclocal.m4: Regenerate.
1275 * config.in: Regenerate.
1276 * configure: Regenerate.
1278 2002-03-20 Daniel Berlin <dan@dberlin.org>
1280 * readelf.c: Add support for displaying dwarf2 location lists.
1281 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1282 (parse_args): Use 'O' as shorthand for displaying location list
1284 (process_section_headers): Handle debug_loc as well.
1285 (load_debug_loc): New.
1286 (free_debug_loc): New.
1287 (fetch_location_list): New.
1288 (display_debug_loc): New.
1289 (display_debug_info): Call load_debug_loc and free_debug_loc.
1290 (debug_displays): We can display .debug_loc now, too.
1291 (usage): Update usage string.
1292 (read_and_display_attr_value): Note location lists, but don't
1293 display them inline.
1295 2002-03-18 Tom Rix <trix@redhat.com>
1297 * Makefile.am: Add binutils emulation support.
1298 * configure.in: Same.
1299 * configure.tgt: New file. Same.
1300 * ar.c (main): Use ar_emul_parse_arg.
1301 (usage): Use ar_emul_usage.
1302 (replace_members): Use ar_emul_replace, ar_emul_append.
1303 * binemul.c: New file. Define the binutils emulation
1304 layer. Define default methods.
1305 * binemul.h: New file. Binutils emulation layer header file.
1306 * emul_aix.c: New file. AIX binutils emulation.
1307 * emul_vanilla.c: New file. Default binutils emulation.
1308 * Makefile.in: Regenerate.
1311 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1313 * po/fr.po: Updated version.
1315 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1317 * po/fr.po: Updated version.
1319 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1321 * README: Update some version numbers.
1323 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1325 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1326 (Architecture Selection): Likewise.
1328 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1330 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1331 generating .exp file.
1333 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1335 * readelf.c (dump_relocations): Fix typo.
1337 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1339 * NEWS: Mark 2.12 branch.
1341 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
1343 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1344 types for 64-bit MIPS. Narrow some fields for 80-char
1346 (dump_relocations): Change spelling from 'unrecognised'
1348 (decode_ARM_machine_flags): Likewise.
1349 (parse_args): Likewise.
1350 (read_and_display_attr_value): Likewise.
1351 (display_debug_section): Likewise.
1353 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1355 * NEWS: Mention support for MMIX.
1357 2002-02-13 Matt Fredette <fredette@netbsd.org>
1359 * readelf.c (get_machine_flags): Recognize EF_M68000.
1361 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
1363 * MAINTAINERS: Added self as MN10300 co-maintainer.
1365 2002-02-12 Alan Modra <amodra@bigpond.net.au>
1367 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1370 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
1372 * MAINTAINERS: List myself as branch maintainer.
1374 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1376 * configure: Regenerate.
1377 * objcopy.c: Update copyright date.
1378 * doc/Makefile.in: Regenerate.
1380 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1382 * nlmconv.c: Back out localtime PARAMS change.
1384 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1386 * objcopy.c (MKDIR): Define.
1387 (copy_archive): Make name_list.name const. Use MKDIR.
1388 Handle duplicate files in archives by making more temp dirs.
1390 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1392 * coffdump.c: Include "getopt.h" after "bucomm.h"
1393 so that macros are defined correctly.
1394 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1395 prototype. Prototype main.
1396 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1398 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
1400 * MAINTAINERS: Added self as SH co-maintainer.
1402 2002-02-05 Nick Clifton <nickc@redhat.com>
1404 * po/tr.po: Updated translation.
1406 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1408 * Makefile.am: Run "make dep-am"
1409 * Makefile.in: Regenerate.
1411 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1413 * nm.c (print_value): Mark abfd unused.
1415 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1417 * unwind-ia64.c (unw_decoder): Change second argument
1418 to unsigned int, to match function prototypes.
1420 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1422 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1423 __GNU_LIBRARY__ will be defined.
1426 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1428 * configure: Regenerated.
1430 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1432 * doc/Makefile.am (install): Depend on install-info.
1433 * doc/Makefile.in: Regenerate.
1435 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1437 * objcopy.c (strip_usage): Document -d as an alias
1440 * size.c (usage): Document [-t | --totals] options.
1441 (long_options): Add --totals option.
1442 (main): If the [-t | --totals] option is specified and
1443 the output format is Berkeley-style, print the total
1444 text, data, and bss sizes of all objects listed.
1445 (print_berkeley_format): If the [-t | --totals] option
1446 is specified, track the total text, data, and bss
1448 * doc/binutils.texi (size): Document [-t | --totals] options.
1449 (strip): Document -d as an alias for --strip-debug.
1450 * NEWS: Mention new feature of size.
1452 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1454 * po/fr.po: Updated version.
1455 * po/es.po: Updated version.
1457 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1459 * addr2line.c (usage): Update text to provide verbose
1460 description of the command line options.
1461 * ar.c (usage): Update text to provide verbose
1462 description of the command line options.
1463 (main): Accept -h and -H when running as ranlib.
1464 * coffdump.c (show_usage): Update text to provide verbose
1465 description of the command line options.
1466 * dlltool.c (main): Accept -H as an alias for --help.
1467 * nlmconv.c (show_usage): Update text to provide verbose
1468 description of the command line options.
1469 * nm.c (usage): Replace OPTIONS with option(s).
1470 (main): Accept -H as an alias for --help.
1471 * objcopy.c (strip_main): Accept -H as an alias for --help.
1472 * objdump.c (main): Accept -v as an alias for --verbose.
1473 * readelf.c (usage): Adjust format to match style used in
1475 * size.c (usage): Update text to provide verbose description
1476 of the command line options.
1477 (main): Accept -v, -h and -H as command line options.
1478 * srconv.c (show_usage): Update text to provide verbose
1479 description of the command line options.
1480 * strings.c (main): Accept -H and -v as command line options.
1481 (usage): Update text to provide verbose description of the
1482 command line options.
1483 * sysdump.c (show_usage): Update text to provide verbose
1484 description of the command line options.
1485 * windres.c (usage): Adjust format to match style used in
1488 * coffdump.c: Fix formatting.
1489 * nlmconv.c: Fix formatting.
1490 * srconv.c: Fix formatting.
1491 * sysdump.c: Fix formatting.
1493 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1495 * Makefile.am: Run "make dep-am".
1496 * Makefile.in: Regenerate.
1498 2002-01-18 Andreas Jaeger <aj@suse.de>
1500 * version.c (print_version): Update year.
1502 2002-01-17 Alan Modra <amodra@bigpond.net.au>
1504 * readelf.c (get_machine_name): Handle EM_PPC64.
1505 (guess_is_rela): Here too.
1507 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1509 * po/binutils.pot: Regenerate.
1510 * po/fr.po: Regenerate.
1511 * po/tr.po: Regenerate.
1513 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1515 * po/tr.po: Import new version.
1517 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1519 * readelf.c (get_ppc64_dynamic_type): New.
1520 (get_dynamic_type): Call it.
1522 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1524 * objcopy.c (copy_usage): Use "options" instead of "switches".
1525 (strip_usage): Use "options" instead of "switches".
1526 * doc/binutils.texi (dlltool): Refer to "options" instead of
1529 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1531 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1533 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1535 * po/es.po: Import from translation project.
1536 * configure.in (ALL_LINGUAS): Add es.
1537 * configure: Regenerate.
1539 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1541 * readelf.c (get_netbsd_elfcore_note_type): Use
1542 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1544 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1546 * readelf.c: Update copyright years.
1547 (get_note_type): Return a const char *.
1548 (get_netbsd_elfcore_note_type): New function.
1549 (process_note): Use get_netbsd_elfcore_note_type to get
1550 the note type string for NetBSD ELF core files.
1552 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1554 * readelf.c (get_ia64_segment_type): Add support for macros.
1555 (get_segment_type): Add support for IA64 specific macros.
1557 2001-12-20 Julian v. Bock <julian@wongr.net>
1559 * readelf.c (print_symbol): New function: Print a formatted symbol
1560 name. If --wide is specified do not truncate it.
1561 (dump_relocations): Use print_symbol() to print symbol names.
1562 (process_symbol_table): Likewise.
1563 (process_syminfo): Likewise.
1564 (process_mips_specific): Likewise.
1565 (usage): Document new feature of --wide switch.
1566 * doc/binutils.texi (objdump): Document additional behaviour of
1569 2001-12-18 Michael Snyder <msnyder@redhat.com>
1571 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1572 (copy_object): Don't set the start address or flags of a core file.
1573 (copy_section): Don't relocate a core file. Don't copy contents
1574 if the input section has the contents flag set, but the output
1575 section does not (which happens with the fake 'note' pseudo-
1576 sections that BFD creates for corefiles).
1578 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1580 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1581 ASE extensions. More robust code for ISA checking. Ignore empty fields
1582 in header flags for GNU extensions.
1584 2001-12-18 Alan Modra <amodra@bigpond.net.au>
1586 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1588 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1590 * po/ja.po: Import from translation project.
1591 * configure.in (ALL_LINGUAS): Add ja.
1592 * configure: Regenerate.
1594 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1596 * addr2line.c (main): Protoype.
1597 * ar.c (main): Protoype.
1598 * nm.c (main): Protoype.
1599 * objcopy.c (main): Protoype.
1600 * objdump.c (main): Protoype.
1601 * size.c (main): Protoype.
1602 * strings.c (main): Protoype.
1604 2001-12-17 Alan Modra <amodra@bigpond.net.au>
1606 * readelf.c (symtab_shndx_hdr): New global.
1607 (SECTION_HEADER_INDEX): Define.
1608 (SECTION_HEADER_NUM): Define.
1609 (SECTION_HEADER): Define.
1610 (GET_ELF_SYMBOLS): Pass two params rather than three.
1611 (get_32bit_elf_symbols): Take file and section args. Read and
1612 use SHT_SYMTAB_SHNDX.
1613 (get_64bit_elf_symbols): Likewise.
1614 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1615 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1616 Remember symtab_shdx_hdr.
1617 (process_program_headers): Scan from index 1 for segment map.
1618 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1620 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1621 (process_unwind): Likewise.
1622 (process_version_sections): Likewise.
1623 (process_symbol_table): Likewise.
1624 (display_debug_info): Likewise.
1625 (process_dynamic_segment): Fake up a symtab section for changed
1627 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1628 (process_program_headers): Kill signed/unsigned warning.
1629 (load_debug_str): Likewise.
1630 (display_debug_info): Likewise.
1632 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1634 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1636 2001-12-11 Alan Modra <amodra@bigpond.net.au>
1638 * readelf.c (process_file_header): Print extended e_shnum and
1639 e_shdtrndx values. Set elf_header values for same.
1640 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1641 (get_64bit_section_headers): Likewise.
1642 (process_section_headers): Update calls.
1643 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1645 2001-12-10 Jakub Jelinek <jakub@redhat.com>
1647 * objcopy.c (setup_section): Copy entsize.
1649 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1651 * readelf.c (guess_is_rela): Add support for stormy16.
1652 (dump_relocations): Likewise.
1653 (get_machine_name): Likewise.
1655 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1657 * dllwrap.c (main) Replace multiple strings describing a
1658 single error with a single, newline escaped sentence to permit
1659 better translation into foreign languages.
1661 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1664 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1666 * strings.c (get_char): Initialize value.
1668 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1670 * arlex.l: Silence compile warnings.
1671 * arsup.h: Likewise. Fix formatting.
1673 2001-12-04 Jakub Jelinek <jakub@redhat.com>
1675 * strings.c: Include config.h before bfd.h.
1676 (file_off): New type.
1677 (file_open): Define.
1678 (print_strings): Use file_off instead of file_ptr. Print addresses
1679 which don't fit into long correctly.
1680 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1682 (strings_file): Use file_off instead of file_ptr. Use file_open.
1683 * configure.in: Check for getc_unlocked.
1684 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1686 * configure: Rebuilt.
1687 * config.h.in: Rebuilt.
1689 2001-11-29 H.J. Lu <hjl@gnu.org>
1691 * bucomm.c (make_tempname): Revert the changes made on
1692 2001-11-14 and 2001-11-12. They won't work with directories.
1694 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1696 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1697 CFLAGS_FOR_TARGET to runtest in environment.
1698 * Makefile.in: Rebuild.
1699 * doc/Makefile.in: Rebuild.
1701 2001-11-28 Mike Stump <mrs@wrs.com>
1703 * objcopy.c (setup_section): Preserve SEC_RELOC when
1704 --set-section-flags is used.
1706 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1708 * readelf.c (do_debug_str): New variable.
1709 (display_debug_str): New function: Display the contents of a
1711 (load_debug_str): New function: Load in the contents of a
1713 (free_debug_str): New function: Free the memory used by
1715 (fetch_indirect_string): Retrieve a string from the .debug_str
1718 (parse_args): Accept -ws.
1719 (process_section_headers): Allow the display of the .debug_str
1721 (read_and_display_attr_value): Use fetch_indirect_string. Show
1722 offset into .debug_str section.
1723 (display_debug_info): Use load_debug_str and free_debug_str.
1724 (debug_displays): Add .debug_str.
1725 * doc/binutils.texi: Document -ws.
1727 2001-11-19 Andreas Jaeger <aj@suse.de>
1729 * testsuite/binutils-all/objdump.exp: Add x86-64.
1731 2001-11-15 Andreas Schwab <schwab@suse.de>
1733 * readelf.c: Fix warnings without terminating newline.
1735 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1737 * doc/binutils.texi (objdump): Document ppc -M options.
1739 2001-11-14 Andreas Jaeger <aj@suse.de>
1741 * doc/binutils.texi (objdump): Fix description to use x86-64.
1743 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1745 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1746 not all systems provide mkstemp.
1748 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1750 * doc/binutils.texi (objdump): Document x86 -M options.
1752 2001-11-13 Keith Walker <keith.walker@arm.com>
1754 * readelf.c (read_and_display_attr_value): New function to
1755 handle DW_FORM_indirect.
1756 (read_and_display_attr): Use it.
1758 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1760 * readelf.c (display_debug_lines): Deal with unknown standard
1761 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1764 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1766 * MAINTAINERS: Add self as tic54x maintainer. This target
1767 includes the IBM C54XDSP clone.
1769 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1771 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1773 2001-11-09 Jeffrey A Law (law@cygnus.com)
1775 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1776 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1777 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1778 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1779 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1780 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1781 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1783 * readelf.c (get_elf_class): Fix ISO portability glitch.
1784 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1786 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1788 * readelf.c (debug_str, debug_str_size): New.
1789 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1791 (read_and_display_addr): Handle DW_FORM_strp.
1792 (display_debug_info): Read .debug_str section if present,
1793 so that DW_FORM_strp can be handled.
1794 Fix test for non-existant .debug_abbrev section.
1796 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1798 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1800 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1802 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1804 * MAINTAINERS: Add self as s390/s390x maintainer.
1806 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
1808 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1810 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1812 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1813 * configure: Regernate.
1814 * po/fr.po: New file.
1815 * po/tr.po: New file.
1817 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1819 * MAINTAINERS: Add self as MMIX port maintainer.
1820 * readelf.c: Include elf/mmix.h.
1821 (guess_is_rela): MMIX is RELA.
1822 (dump_relocations): Handle MMIX relocations.
1823 * Makefile.am: Regenerate dependencies.
1824 * Makefile.in: Regenerate.
1826 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1828 * readelf.c (parse_args): Handle multiple options to the -w
1831 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1833 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1834 LOPROC, LOOS and LOUSER.
1836 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1838 * MAINTAINERS: Update my email address.
1840 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1842 * doc/Makefile.in: Regenerate.
1843 * configure: Regenerate.
1845 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1847 * readelf.c (display_debug_line, display_debug_pubnames,
1848 display_debug_info, display_debug_frames): Detect and warn
1849 about 64-bit format entries.
1850 (display_debug_aranges): Reword 64-bit warning.
1851 (debug_displays): Add .debug_pubtypes as a known, but not yet
1852 supported, debug section.
1854 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1856 * coffdump.c (PROGRAM_VERSION): Delete.
1857 (main <'V'>): Call print_version.
1858 * srconv.c: Likewise.
1859 * sysdump.c: Likewise.
1860 * version.c (program_version): Remove.
1861 (print_version): Use BFD_VERSION_STRING. Just print the current
1862 year in copyright message.
1863 * addr2line.c (program_version): Remove unused declaration.
1864 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1865 place of BFD_VERSION.
1866 * Makefile.am (Makefile): Depend on bfd/configure.in.
1867 (cplus-dem.o): Depend on Makefile.
1869 * Makefile.in: Regenerate.
1871 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1873 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1874 format .debug_arange sections.
1875 (main): Add missing prototype.
1877 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1879 * Makefile.am: Update dependencies with "make dep-am".
1880 * Makefile.in: Regenerate.
1882 2001-09-28 Richard Henderson <rth@redhat.com>
1884 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1886 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1888 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1890 (non_fatal): Likewise.
1891 * objdump.c (objdump_sprintf): Likewise.
1892 * readelf.c (error): Likewise.
1895 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1897 * readelf.c (do_wide): New.
1898 (options): Add --wide.
1899 (usage, parse_args): Likewise.
1900 (process_program_headers): Put each segment on a single line if
1902 (process_section_headers): Put each section on a single line if
1904 * doc/binutils.texi: Document it.
1907 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1909 * readelf.c (print_vma): Print 8 digits of low hex value.
1911 2001-09-24 Andreas Jaeger <aj@suse.de>
1913 * nlmconv.c: Fix warnings about unused attributes and function
1916 * strings.c: Add prototype for get_char.
1918 2000-09-19 H.J. Lu <hjl@gnu.org>
1920 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1921 $(srcdir)/cxxfilt.man.
1922 * doc/Makefile.in: Rebuild.
1924 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1926 * objcopy.c (copy_main): Correct rename-section string parsing.
1927 Consolidate new_name parsing, and error messages.
1929 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1931 * addr2line.c: Don't include <ctype.h>.
1932 (main): For gettext, also set the LC_CTYPE locate facet.
1933 * ar.c (main): Likewise.
1934 * coffdump.c (main): Likewise.
1935 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1936 (main): For gettext, also set the LC_CTYPE locate facet.
1937 Use ISALNUM instead of isalpha/isdigit.
1938 * dllwrap.c: Don't include <ctype.h>.
1939 (main): For gettext, also set the LC_CTYPE locate facet.
1940 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1941 (main): For gettext, also set the LC_CTYPE locate facet.
1942 Use TOUPPER instead of islower/toupper.
1943 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1944 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1945 Use TOUPPER instead of islower/toupper.
1946 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1947 * objcopy.c (main): Likewise.
1948 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1949 (disassemble_bytes): Use ISPRINT instead of isprint.
1950 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1951 (dump_data): Use ISPRINT instead of isprint.
1952 (main): For gettext, also set the LC_CTYPE locate facet.
1953 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1954 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1955 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1956 Use TOUPPER instead of islower/toupper.
1957 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1958 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1959 (write_rc_accelerators): Use ISPRINT instead of isprint.
1960 (write_rc_rcdata): Likewise.
1961 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1962 * srconv.c (main): Likewise.
1963 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1964 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1965 isdigit/isupper/islower.
1966 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1967 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1968 stab_demangle_prefix, stab_demangle_qualified,
1969 stab_demangle_template, stab_demangle_type,
1970 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1971 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1972 (isgraphic): Use ISPRINT instead of isascii/isprint.
1973 (main): Remove HAVE_LC_MESSAGES dependency.
1974 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1975 (pbarray): Use ISPRINT instead of isprint.
1976 (main): For gettext, also set the LC_CTYPE locate facet.
1977 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1978 (format_from_filename): Use ISPRINT instead of isprint.
1979 (main): For gettext, also set the LC_CTYPE locate facet.
1980 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1981 (unicode_print): Use ISPRINT instead of isprint.
1982 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1983 (stab_variable): Use ISDIGIT instead of isdigit.
1985 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1987 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1988 Replace bfd_read call with call to bfd_bread.
1989 (extract_file): Likewise.
1991 * objdump.c (dump_section_header): Cast section->filepos to
1992 unsigned long to suit printf format string.
1993 * readelf.c (process_section_headers): Similarly for sh_offset.
1994 (process_unwind): Likewise.
1996 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1998 * strings.c (encoding, encoding_bytes): New variables.
1999 (long_options): Add --encoding.
2000 (main): Accept -e and --encoding.
2001 (get_char): New function. Read a, possibly wide, character from
2003 (print_strings): Use get_char().
2004 (usage): Document new command line option.
2005 * doc/binutils.texi: Document new command line option.
2006 * NEWS: Announce new command line option.
2008 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
2010 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2011 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2012 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2013 Removed EM_CYGNUS_ARC.
2015 2001-09-04 Jeffrey A Law (law@cygnus.com)
2017 * readelf.c: Include elf/h8 for H8 series definitions.
2018 (guess_is_rela): H8 series if RELA.
2019 (dump_relocations): Handle H8 series relocations.
2021 2001-08-31 Eric Christopher <echristo@redhat.com>
2023 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2025 2001-08-29 Peter Targett <peter.targett@arccores.com>
2027 * MAINTAINERS: Include ARC Maintainer.
2029 2001-08-29 Ben Elliston <bje@redhat.com>
2031 * stabs.c (stab_demangle_template): Initialise s4.
2033 2001-08-27 Alan Modra <amodra@bigpond.net.au>
2035 * readelf.c (dump_relocations): Recognise EM_PPC64.
2037 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2039 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2041 2001-08-25 H.J. Lu <hjl@gnu.org>
2043 * nm.c (print_width): New.
2044 (display_rel_file): Set `print_width' according to
2046 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2048 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
2050 * objcopy.c (use_alt_mach_code): New variable.
2051 (OPTION_ALT_MACH_CODE): Define.
2052 (copy_options): Added --alt-machine-code.
2053 (copy_main): Handle it.
2054 (copy_object): Switch to alternate machine code if requested.
2055 * doc/binutils.texi: Document new option.
2058 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2060 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2062 2001-08-21 H.J. Lu <hjl@gnu.org>
2064 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2065 (display_debug_info): Cast for 64bit hosts.
2066 (display_debug_frames): Likewise.
2067 (process_mips_specific): Likewise.
2069 2001-08-21 Andreas Jaeger <aj@suse.de>
2071 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2073 * sysdump.c: Add missing prototypes.
2074 * srconv.c: Likewise.
2075 * unwind-ia64.c: Likewise.
2076 * coffdump.c: Likewise.
2078 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2080 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2081 of declaring xcalloc.
2083 2001-08-10 H.J. Lu <hjl@gnu.org>
2085 * nm.c (print_value): Add one arg, bfd *.
2086 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2087 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2088 (print_symbol_info_sysv): Likewise.
2089 (print_symbol_info_posix): Likewise.
2091 * objdump.c (dump_section_header): Replace printf_vma with
2093 (print_section_stabs): Likewise.
2094 (dump_bfd_header): Likewise.
2095 (objdump_print_value): Replace sprintf_vma with
2097 (disassemble_bytes): Likewise.
2098 (dump_reloc_set): Likewise.
2100 2001-08-10 Andreas Jaeger <aj@suse.de>
2102 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2104 * configure: Regenerate.
2106 2001-08-09 Alan Modra <amodra@bigpond.net.au>
2108 * readelf.c: Add missing prototypes.
2109 * objdump.c: Likewise. Format existing prototypes.
2111 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
2113 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2114 of any RELA relocation for the abbrev_offset memory location that
2115 refers to the .debug_abbrev section symbol.
2117 2001-08-07 H.J. Lu <hjl@gnu.org>
2119 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2120 (main): Return process_file ().
2122 2001-08-05 Philip Blundell <philb@gnu.org>
2124 * doc/binutils.texi: Use "Thumb" not "THUMB".
2126 2001-08-03 John Healy <jhealy@redhat.com>
2128 Patch suggested by Frank Eigler <fche@redhat.com>.
2129 * objdump.c (disassemble_data): Fill in section member of the
2130 disasm_info structure.
2132 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2134 * configure.in: Added --with-windres option.
2135 * configure: Regenerated.
2137 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2139 * doc/binutils.texi: Use @command{name} for commands;
2140 use @option{-opt} for options; use @table @env for list of options;
2141 remove spaces arround [ | ] in synopsis.
2143 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2146 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2148 * objcopy.c: Fix formatting.
2149 (section_rename): New structure.
2150 (OPTION_RENAME_SECTION): New switch.
2151 (copy_usage): Document new switch.
2152 (add_section_rename): New function: Add a node to the section
2154 (find_section_rename): New function: Find the new name and
2155 flags for a section.
2156 (setup_section): Call find_section_name to determine the name
2157 of the output section.
2158 (copy_main): Handle OPTION_RENAME_SECTION.
2159 * binutils.texi: Document new switch.
2160 * NEWS: Mention new switch.
2162 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2164 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2165 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2166 bug-binutils@gcc.org.
2168 2001-07-28 Matthias Kramm <kramm@quiss.org>
2170 * bucomm.c (list_supported_architectures): New function.
2171 * bucomm.h (list_supported_architectures): Declare.
2172 * objdump.c (usage): Call the above.
2174 2001-07-25 Dave Brolley <brolley@redhat.com>
2176 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2177 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2179 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2181 * README: Update for 2.11. Change bug reporting email address.
2182 * MAINTAINERS: Tidy up. Change bug reporting email address.
2184 2001-07-16 DJ Delorie <dj@redhat.com>
2186 * resres.c (write_res_header): Align header size.
2187 (res_align_file): Calculate alignment correctly.
2189 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2191 * resrc.c (write_rc_resource): Likewise.
2192 * windres.h (SUBLANG_SHIFT): Define - as 10.
2194 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2196 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2198 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2200 * MAINTAINERS: Add notes about branch checkins.
2202 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
2204 * readelf.c (display_debug_macinfo): New function, display
2205 .debug_macinfo section.
2206 (do_debug_macinfo): New variable.
2207 (parse_args): Handle "-w[mM]" to mean display macro info.
2208 (process_section_headers): Handle debug_macinfo.
2209 (debug_displays): Replace unsupported function with macinfo
2210 function for .debug_macinfo display.
2211 * doc/binutils.texi: Document new command line switch.
2212 * NEWS: Document new feature of readelf.
2214 2001-07-05 H.J. Lu <hjl@gnu.org>
2216 * objcopy.c (filter_symbols): Don't turn undefined symbols
2219 2001-07-03 H.J. Lu <hjl@gnu.org>
2221 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2224 (dlltool.1): Likewise.
2225 (nlmconv.1): Likewise.
2227 (objcopy.1): Likewise.
2228 (objdump.1): Likewise.
2229 (ranlib.1): Likewise.
2230 (readelf.1): Likewise.
2232 (strings.1): Likewise.
2233 (strip.1): Likewise.
2234 (windres.1): Likewise.
2235 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2236 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2239 * doc/Makefile.in: Regenerated.
2241 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2243 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2245 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
2247 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2249 2001-06-29 James Cownie <jcownie@etnus.com>
2251 * readelf.c: Support DWARF 2.1 attributes.
2253 2001-06-28 Alan Modra <amodra@bigpond.net.au>
2255 * readelf.c (GET_DATA_ALLOC): Remove.
2257 (get_data): New function combining above macros, with an extra
2259 (slurp_rela_relocs): Use get_data, and catch error return.
2260 (slurp_rel_relocs): Likewise.
2261 (get_32bit_program_headers): Likewise.
2262 (get_64bit_program_headers): Likewise.
2263 (get_32bit_section_headers): Likewise.
2264 (get_64bit_section_headers): Likewise.
2265 (get_32bit_elf_symbols): Likewise.
2266 (get_64bit_elf_symbols): Likewise.
2267 (process_section_headers): Likewise.
2268 (process_relocs): Likewise.
2269 (slurp_ia64_unwind_table): Likewise.
2270 (process_unwind): Likewise.
2271 (get_32bit_dynamic_segment): Likewise.
2272 (get_64bit_dynamic_segment): Likewise.
2273 (process_dynamic_segment): Likewise.
2274 (process_version_sections): Likewise.
2275 (process_symbol_table): Likewise.
2276 (dump_section): Likewise.
2277 (display_debug_info): Likewise.
2278 (display_debug_section): Likewise.
2279 (process_section_contents): Likewise.
2280 (process_corefile_note_segment): Likewise.
2281 (process_mips_specific): Likewise. Also free econf32, econf64.
2283 2001-06-25 Alan Modra <amodra@bigpond.net.au>
2285 * readelf.c (dump_relocations): Print "bad symbol index" if
2286 symtab == NULL with non-zero symtab_index.
2287 (process_relocs): Don't bomb if reloc section has no symsec.
2289 2001-06-24 H.J. Lu <hjl@gnu.org>
2291 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2293 (copy_main): Apply the the change made to strip_main on
2294 2001-05-30 by accident.
2296 2001-06-23 Andreas Jaeger <aj@suse.de>
2298 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2300 (unw_decode_x2): Likewise.
2301 (unw_decode_x3): Likewise.
2302 (unw_decode_x4): Likewise.
2304 2001-06-23 Ben Elliston <bje@redhat.com>
2306 * MAINTAINERS: Add myself as M88k maintainer.
2308 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2310 * objcopy.c (strip_main): Support -o or --output-file command lien
2313 2001-06-19 H.J. Lu <hjl@gnu.org>
2315 * doc/Makefile.in: Regenerated.
2317 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2319 * readelf.c: Restore formatting.
2321 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2323 * Makefile.am: Move documentation into doc subdirectory.
2324 * Makefile.in: Regenerated.
2325 * binutils.texi: Move into doc subdirectory.
2326 * addr2line.1: Removed.
2328 * dlltool.1: Likewise.
2329 * nlmconv.1: Likewise.
2331 * objcopy.1: Likewise.
2332 * objdump.1: Likewise.
2333 * ranlib.1: Likewise.
2334 * readelf.1: Likewise.
2336 * strings.1: Likewise.
2337 * strip.1: Likewise.
2338 * windres.1: Likewise.
2339 * cxxfilt.man: Likewise.
2340 * doc: New Directory.
2341 * doc/Makefile.am: New file.
2342 * doc/Makefile.in: Generate.
2344 2001-06-09 Alan Modra <amodra@bigpond.net.au>
2346 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2348 2001-06-01 Alan Modra <amodra@bigpond.net.au>
2350 * MAINTAINERS: Update my email address.
2352 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2354 * objcopy.c: Add new switches: --keep-global-symbol,
2355 --keep-symbols, --localize-symbols, --keep-global-symbols and
2357 * binutils.texi: Document new switches.
2358 * objcopy.1: Regenerate.
2359 * NEWS: Announce new feature.
2361 2001-05-28 Andreas Jaeger <aj@suse.de>
2363 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2364 variables, fix format strings.
2366 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2368 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2369 when computing the address of the line to show.
2371 2001-05-16 Richard Henderson <rth@redhat.com>
2373 * readelf.c (do_debug_frames_interp): New.
2374 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2375 (byte_get_big_endian): Likewise.
2376 (parse_args) ['F']: Set do_debug_frames_interp.
2377 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2378 (frame_display_row): Don't trunc pc_begin to int.
2379 (size_of_encoded_value): New.
2380 (display_debug_frames): Handle 64-bit targets. Print raw data
2381 unless do_debug_frames_interp.
2382 (debug_displays): Remove duplicate .debug_frame.
2384 2001-05-15 Ralf Baechle <ralf@gnu.org>
2386 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2387 The former constant was never in active use and is used otherwise
2390 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2392 * readelf.c (process_unwind): Print all unwind sections, not just
2395 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2397 * readelf.c (process_unwind): Remove const specifier.
2399 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2401 * strings.c (isgraphic): Do not use isascii() unless it is needed
2402 for isprint() to work.
2403 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2405 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
2407 * NEWS: Announce support for OpenRISC.
2409 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
2411 * dlltool.c (do_default_excludes): Initialise to true.
2413 2001-04-10 Alan Modra <amodra@one.net.au>
2415 * MAINTAINERS: Update my email address
2416 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2418 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
2420 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2422 2001-03-30 H.J. Lu <hjl@gnu.org>
2424 * readelf.c (process_unwind): Just return if do_unwind is 0.
2426 2001-03-28 Roger Sayle <roger@metaphorics.com>
2428 * dlltool.c (make_one_lib_file): Fix section flags for
2429 .text, .data and .bss in stub ds*.o files to match those
2432 2001-03-29 H.J. Lu <hjl@gnu.org>
2434 * readelf.c (process_unwind): Only do unwind sections for
2437 2001-03-28 H.J. Lu <hjl@gnu.org>
2439 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2440 * Makefile.in: Regenerate.
2442 2001-03-26 Andreas Jaeger <aj@suse.de>
2444 * binutils.texi (nm): Fix texi syntax.
2446 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2448 * binutils.texi: Put @c man begin and @c man end indications
2449 to generate man pages using texi2pod and pod2man. Put @c man title
2450 to identify each man. Add SEEALSO entries.
2451 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2452 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2454 (*.1): Build the man pages from binutils.texi.
2455 * Makefile.in: Regenerate.
2457 2001-03-13 Eric Kohl <ekohl@rz-online.de>
2459 * defparse.y (opt_equal_name): allow "." in name.
2460 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2461 (gen_exp_file): Likewise.
2463 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2465 * NEWS: Document addition of -B switch to objcopy.
2466 * binutils.texi: Document addition of -B switch to objcopy.
2467 * objcopy.c: (copy_options): Add --binary-architecture.
2468 (copy_usage): Document -B/--binary-architecture.
2469 (copy_main): Support -B/--binary-architecture. Set
2470 bfd_external_binary_architecture.
2472 2001-03-11 Andreas Jaeger <aj@suse.de>
2474 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2475 (dump_relocations): Likewise.
2476 (get_machine_name): Likewise.
2478 2001-02-28 Nick Clifton <nickc@redhat.com>
2480 * readelf.c: (struct unw_aux_info): Remove const modifier for
2482 (process_unwind): Remove non-K&R compliant LHS type cast in call
2483 to GET_DATA_ALLOC macro.
2485 2001-02-28 Philip Blundell <pb@futuretv.com>
2487 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2488 ABI is in use; remove ambiguity between the "unknown" EABI and
2489 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2490 renamed EF_xx constants.
2492 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2494 * configure.in (BFD_VERSION): New.
2495 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2496 * configure: Regenerate.
2497 * Makefile.am: Run "make dep-am"
2498 * Makefile.in: Regenerate.
2500 2001-02-14 Nick Clifton <nickc@redhat.com>
2502 * MAINTAINERS: Add "Obvious Fix" rule.
2504 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2506 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2507 literal concatenation.
2509 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2511 * readelf.c (struct unw_aux_info): Remove const from the info member.
2512 (process_unwind): Don't type-cast the third argument to the
2513 GET_DATA_ALLOC macro.
2515 2001-02-11 Nick Clifton <nickc@redhat.com>
2517 * readelf.c (dump_relocations): Free corrected allocated
2519 (process_unwind): Fix compile time warning.
2521 2001-02-10 Nick Clifton <nickc@redhat.com>
2523 * binutils.texi: Document new --unwind option to readelf.
2525 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2527 * readelf.c: Add linux target for S/390.
2529 2001-02-10 Alan Modra <alan@linuxcare.com.au>
2531 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2534 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2536 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2537 * aclocal.m4: Regenerate.
2538 * configure: Regenerate.
2540 2001-02-07 Todd Vierling <tv@wasabisystems.com>
2542 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2543 * objdump.c (bfd_target_vector): Likewise.
2545 2001-02-07 David Mosberger <davidm@hpl.hp.com>
2547 * readelf.c (process_unwind): New function.
2548 (slurp_ia64_unwind_table): Ditto.
2549 (dump_ia64_unwind): Ditto.
2550 (find_symbol_for_address): Ditto.
2551 (slurp_rela_relocs): New function (split off from dump_relocations()).
2552 (slurp_rel_relocs): Ditto.
2553 (parse_args): Handle '-u' option.
2555 * unwind-ia64.c: New file.
2556 * unwind-ia64.h: New file.
2557 * Makefile.am: Include unwind-ia64.c in readelf build.
2558 * Makefile.in: Regenerate.
2559 * po/binutils.pot: Regenerate.
2561 2001-02-04 Philip Blundell <philb@gnu.org>
2563 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2564 * configure: Regenerate.
2566 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
2568 * ieee.c (ieee_add_bb11): Don't check for backslashes
2569 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2571 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2573 * ieee.c: Update copyright.
2574 (ieee_start_compilation_unit): Don't check for backslashes
2575 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2577 * stabs.c: Update copyright. Include "filenames.h".
2578 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2580 2001-01-23 Jakub Jelinek <jakub@redhat.com>
2582 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2583 sections are present before using them. Remove code duplication.
2584 (process_symbol_table): Check if VERDEF or VERNEED sections are
2585 present before using them.
2587 2001-01-17 Nick Clifton <nickc@redhat.com>
2589 * objcopy.c (copy_object): Fail if attempting to convert the
2590 endianness of the input object file.
2592 * binutils.texi: Explain that objcopy cannot convert endianness.
2594 2001-01-16 Nick Clifton <nickc@redhat.com>
2596 * readelf.c (string_table_length): New variable.
2597 (SECTION_NAME): Catch out of range indices and missing section
2599 (process_section_headers): Delete useless local variable
2600 string_table_offset. Set the value of string_table_length
2601 after loading the string table.
2602 (process_mips_specific): Use SECTION_NAME macro.
2603 (process_file): Set string_table_length to 0 when it is freed.
2605 2001-01-12 Nick Clifton <nickc@redhat.com>
2607 * version.c (print_version): Update copyright date.
2609 2001-01-11 Peter Targett <peter.targett@arccores.com>
2611 * readelf.c (dump_relocations): Include selection with EM_ARC.
2612 (get_machine_name) Update name to "ARC".
2614 2001-01-09 Nick Clifton <nickc@redhat.com>
2616 * Makefile.am: Add rule to build objdump.o from objdump.c and
2618 * Makefile.in: Regenerate.
2620 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2621 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2622 -DDISASSEMBLER_NEEDS_RELOCS.
2623 * configure: Regenerate.
2625 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2626 is defined read in the relocs even if dump_reloc_info is
2629 2001-01-07 Philip Blundell <philb@gnu.org>
2631 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2635 2000-12-19 Nick Clifton <nickc@redhat.com>
2637 * dlltool.c: Add missing support for arm-epoc-pe.
2638 * configure.in: Add missing support for arm-epoc-pe.
2639 * configure: Regenerate.
2641 2000-12-15 Nick Clifton <nickc@redhat.com>
2643 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2644 Mode parts of the x86 port.
2646 2000-12-04 Andreas Jaeger <aj@suse.de>
2648 * readelf.c (guess_is_rela): Add EM_X86_64.
2649 (dump_relocations): Add EM_X86_64.
2650 (get_machine_name): Add EM_X86_64.
2651 Include "elf/x86-64.h".
2653 2000-12-12 Nick Clifton <nickc@redhat.com>
2655 * readelf.c: Fix formatting.
2657 2000-12-11 Jan Hubicka <jh@suse.cz>
2659 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2661 2000-12-07 Andrew Haley <aph@redhat.com>
2663 * readelf.c (display_debug_frames): Only display columns that are
2664 referenced by the frame debug info.
2666 2000-12-05 Nick Clifton <nickc@redhat.com>
2668 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2670 2000-12-04 Jason Merrill <jason@redhat.com>
2672 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2673 (display_debug_section): Likewise.
2674 (display_debug_info): Display CU header before bailing.
2676 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2678 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2679 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2680 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2682 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2685 * readelf.c (get_machine_flags): Add case for
2688 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
2690 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2692 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2694 * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2695 Change sourceware.cygnus.com to sources.redhat.com.
2696 Fix typo for "amongst".
2698 2000-11-28 Nick Clifton <nickc@redhat.com>
2700 * strip.1 (COPYING): Mention that the GNU Free Documentation
2701 License is present in the sources, but not the output, and
2702 also available from the GNU website.
2703 (GNU Free Documentation License): Comment out this section.
2712 * addr2line.1: Ditto.
2714 2000-11-27 DJ Delorie <dj@redhat.com>
2716 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2717 (parse_args): Support -wf option.
2718 (process_section_headers): Ditto.
2719 (debug_displays): Ditto.
2720 (display_debug_frames): New, dump *_frame sections.
2721 (frame_need_space): Support for above.
2722 (frame_display_row): Ditto.
2723 * binutils.texi: Document it.
2725 2000-11-24 Nick Clifton <nickc@redhat.com>
2727 * NEWS: Announce support for v5t, v5te and XScale.
2729 2000-11-22 Nick Clifton <nickc@redhat.com>
2731 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2732 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2733 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2734 (get_elf_section_flags: Add SHF_GROUP.
2735 (process_section_headers): Adjust output for 32-bit binaries
2736 to look nice on an 80 column terminal.
2738 2000-11-20 H.J. Lu <hjl@gnu.org>
2740 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2743 2000-11-17 Richard Henderson <rth@redhat.com>
2745 * readelf.c (display_debug_lines): Adjust last change to
2746 use sizeof (external->li_length).
2748 2000-11-17 Richard Henderson <rth@redhat.com>
2750 * readelf.c (display_debug_lines): Fix section length check
2751 and end_of_sequence computation.
2753 2000-11-06 Nick Clifton <nickc@redhat.com>
2755 * binutils.texi: Add GNU Free Documentation License.
2756 * objcopy.1: Add GNU Free Documentation License.
2757 * objdump.1: Add GNU Free Documentation License.
2758 * addr2line.1: Add GNU Free Documentation License.
2759 * ar.1: Add GNU Free Documentation License.
2760 * nlmconv.1: Add GNU Free Documentation License.
2761 * nm.1: Add GNU Free Documentation License.
2762 * ranlib.1: Add GNU Free Documentation License.
2763 * size.1: Add GNU Free Documentation License.
2764 * strings.1: Add GNU Free Documentation License.
2765 * strip.1: Add GNU Free Documentation License.
2767 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2769 * objcopy.c (--srec-len=nn): New parameter to set the
2770 maximum length of generated Srecords.
2771 (--srec-forceS3): New parameter that restricts the generation of
2772 Srecords to type S3 only.
2773 * binutils.texi: Document new command line switches.
2774 * objcopy.1: Docuemnt the new command line switches.
2775 * NEWS: Announce the existence of the new command line switches.
2777 2000-10-31 Nick Clifton <nickc@redhat.com>
2779 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2780 code. Add Eric Chrisopher as maintainer of MN10300 port.
2782 2000-10-12 Roger Sayle <roger@metaphorics.com>
2784 * Make comma after string after icon/control optional.
2786 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2788 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2790 * NEWS: Mention support for MIPS32.
2792 2000-09-08 Nick Clifton <nickc@redhat.com>
2794 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2796 2000-09-07 H.J. Lu <hjl@gnu.org>
2798 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2799 * configure: Rebuild.
2801 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2803 * configure: Rebuilt with new libtool.m4.
2805 2000-09-05 Nick Clifton <nickc@redhat.com>
2807 * aclocal.m4: Regenerate.
2808 * config.in: Regenerate.
2809 * configure: Regenerate.
2811 2000-09-04 Todd Vierling <tv@wasabisystems.com>
2813 * strip.1: Fix stray '\' in -o formatting.
2815 2000-09-02 Nick Clifton <nickc@redhat.com>
2817 * configure.in: Increase version number to 2.10.91.
2818 * configure: Regenerate.
2819 * aclocal.m4: Regenerate.
2820 * config.in: Regenerate.
2821 * po/binutils.pot: Regenerate.
2823 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2825 * acinclude.m4: Include libtool and gettext macros from the
2827 * aclocal.m4, configure: Rebuilt.
2829 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
2831 * resrc.c (close_input_stream): Delete extraneous logic
2833 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2835 * NEWS: Mention support for CRIS.
2837 2000-08-21 Nick Clifton <nickc@redhat.com>
2839 * addr2line.c: Changed email address for Ulrich Lauther.
2841 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2843 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2845 2000-08-17 Nick Clifton <nickc@redhat.com>
2847 * readelf.c (display_debug_pubnames): Only issue warning
2848 message once. Terminate message with a new line.
2849 (display_debug_aranges): Only display version 2 debug info.
2851 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2853 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2854 for compatability with old BSD systems.
2856 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2858 * NEWS: Mention i860 support.
2860 2000-08-11 Carlo Wood <carlo@alinoe.com>
2862 * addr2line.c (main): Add const to char *.
2864 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2866 * ar.c (main): Don't crash if called with no arguments
2867 or only '-X32_64' as an argument.
2869 2000-08-08 DJ Delorie <dj@redhat.com>
2871 * resrc.c: use "gcc -xc" instead of -xc-header
2873 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2875 * readelf.c (elf/i860.h): Include.
2876 (dump_relocations): Add recognition of i860 architecture.
2877 (guess_is_rela): Add recognition of i860 architecture.
2879 2000-08-03 Nick Clifton <nickc@cygnus.com>
2881 * MAINTAINERS: Add information about CGEN maintainers.
2883 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2885 * nm.c (main): Ignore '-X32_64' as an option.
2886 * ar.c (main): Likewise.
2887 * binutils.texi (nm): Document new option.
2890 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2892 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2894 2000-07-20 H.J. Lu <hjl@gnu.org>
2896 * binutils.texi: Put back "@end table" deleted by
2899 2000-07-05 Kenneth Block <krblock@computer.org>
2901 * nm.c: Add optional style to demangle switch.
2902 * objdump.c: Add optional style to demangle switch.
2903 * addr2line.c: Add optional style to demangle switch.
2904 * binutils.texi: Document optional style to demangle
2907 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2909 * MAINTAINERS: Add self as CRIS port maintainer.
2910 * readelf.c: Include elf/cris.h.
2911 (guess_is_rela): Handle EM_CRIS.
2912 (dump_relocations): Ditto.
2913 (get_machine_name): Ditto.
2914 * Makefile.am: Rebuild dependencies.
2915 * Makefile.in: Regenerate.
2916 * po/binutils.pot: Regenerate.
2918 2000-07-19 H.J. Lu <hjl@gnu.org>
2920 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2922 (process_dynamic_segment): Print out strings for DT_CONFIG,
2923 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2925 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2927 * nm.c (usage): Change output of `nm --help' to include a
2928 description of the purpose of the program and a detailed
2929 description of the accepted options.
2931 2000-07-19 H.J. Lu <hjl@gnu.org>
2933 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2936 2000-07-19 H.J. Lu <hjl@gnu.org>
2938 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2940 2000-07-19 H.J. Lu <hjl@gnu.org>
2942 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2944 (process_dynamic_segment): Likewise.
2946 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2947 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2948 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2949 DF_1_NODUMP and DF_1_CONLFAT.
2951 2000-07-18 Nick Clifton <nickc@cygnus.com>
2953 * binutils.texi (readelf): Fix spelling typo.
2955 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2957 * objdump.c (usage): Make output of `objdump --help' more
2958 consistent with the rest of the GNU world. Add a line describing
2959 the purpose of the program.
2961 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2963 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2966 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2968 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2970 (process_symbol_table): Ditto.
2971 (procesS_extended_line_op): Ditto.
2972 (display_debug_lines): Ditto.
2973 (display_debug_pubnames): Ditto.
2974 (read_and_display_attr): Ditto.
2976 2000-07-09 Nick Clifton <nickc@cygnus.com>
2978 * MAINTAINERS: Add several more port specific maintainers.
2980 2000-07-05 Nick Clifton <nickc@cygnus.com>
2982 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2984 2000-06-05 DJ Delorie <dj@redhat.com>
2988 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2990 * dllwrap.c: Changed mistaken dyn_string_append() calls
2991 to dyn_string_append_cstr().
2993 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2995 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2996 struct debug_type stores size in bytes.
2998 2000-07-01 Alan Modra <alan@linuxcare.com.au>
3000 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3001 (CLEANFILES): Add DEPA.
3002 * Makefile.in: Regenerate.
3004 2000-06-27 Alan Modra <alan@linuxcare.com.au>
3006 * ar.c: Revert incorrect 2000-06-25 patch.
3007 * bucomm.c: Likewise.
3009 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
3011 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
3012 (external_coff_symbol_p): New function.
3013 (parse_coff): Use it.
3015 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
3017 * ar.c (normalize): Advance past both characters in a DOS based
3018 <letter>: filepath prefix.
3020 * bucomm.c (make_tempname): Likewise.
3022 2000-06-24 Nick Clifton <nickc@cygnus.com>
3024 * objdump.c (usage): Fix description of --stabs switch.
3026 2000-06-22 Alan Modra <alan@linuxcare.com.au>
3028 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3030 * Makefile.in: Regenerate.
3032 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
3034 * ar.c (normalize): Correct pointer comparison when checking for
3037 * bucomm.c (make_tempname): Likewise.
3039 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
3040 and search for backslashes in the original pathname.
3041 (ieee_add_bb11): Likewise.
3043 2000-06-18 Nick Clifton <nickc@redhat.com>
3045 * ar.c (print_contents): Improve verbose message.
3047 2000-06-15 H.J. Lu <hjl@gnu.org>
3049 * dyn-string.c: Removed. Not needed with dyn-string.c in
3051 * dyn-string.h: Likewise.
3053 * Makefile.am: Remove references to dyn-string.c and
3054 dyn-string.h. Rebuild dependency.
3055 * Makefile.in: Rebuild.
3057 2000-06-15 H.J. Lu <hjl@gnu.org>
3059 * binutils.texi: Put a warning on copying relocatable object
3060 files between two different formats.
3062 2000-06-13 DJ Delorie <dj@cygnus.com>
3064 * rcparse.y (control): ICON controls take an id as the first
3065 parameter, not an optional string. Also, call new convenience
3066 function that takes res_id's.
3067 * resrc.c (define_control): missing text means zero-length string,
3069 (define_icon_control): New.
3070 * windres.h: declare define_icon_control.
3072 2000-06-13 H.J. Lu <hjl@gnu.org>
3074 * configure: Regenerate.
3076 2000-06-08 David O'Brien <obrien@FreeBSD.org>
3078 * configure.in (VERSION): Update to show this is the CVS mainline.
3080 2000-06-02 David O'Brien <obrien@FreeBSD.org>
3082 * strings.c (isgraphic): Interpret <TAB> as a printable character,
3083 analogous to <SPACE>.
3085 2000-05-30 Alan Modra <alan@linuxcare.com.au>
3087 * objdump.c (display_target_list): Use bfd_close_all_done, not
3088 bfd_close to fix crash caused by 2000-05-24 change.
3090 2000-05-25 DJ Delorie <dj@cygnus.com>
3092 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
3094 2000-05-26 Alan Modra <alan@linuxcare.com.au>
3096 * Makefile.am: Update dependencies with "make dep-am"
3097 * Makefile.in: Regenerate.
3099 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3101 * ar.c: Include filenames.h.
3102 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
3103 and drive letters in file names.
3104 (main): Support backslashes and drive letters in argv[0]. Drop
3105 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
3106 FILENAME_CMP instead of strcmp to compare file names.
3107 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
3109 (do_quick_append) [__GO32__]: Ditto.
3110 (get_pos_bfd, delete_members, move_members, replace_members):
3111 Compare file names with FILENAME_CMP.
3113 * bucomm.c: Include filenames.h.
3114 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
3115 forward/backward slashes and drive letters in file names.
3117 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
3118 mixed forward/backward slashes and drive letters in file names.
3120 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
3121 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
3124 * objcopy.c: Include filenames.h.
3125 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
3126 before comparing to "strip".
3127 Use FILENAME_CMP to compare file names.
3129 * arsup.c: Include filenames.h.
3130 (map_over_list, ar_delete, ar_replace, ar_extract): Use
3131 FILENAME_CMP to compare file names.
3132 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
3133 the temporary file name.
3135 * configure.in: Check for setmode.
3136 * configure: Regenerate.
3138 2000-05-24 Alan Modra <alan@linuxcare.com.au>
3140 * objdump.c (display_target_list): Close the bfd.
3141 (display_info_table): Likewise.
3143 2000-05-14 H.J. Lu (hjl@gnu.org)
3145 * objcopy.c (filter_symbols): Don't strip global symbols in
3146 relocatable object files.
3148 2000-05-14 Alan Modra <alan@linuxcare.com.au>
3150 * size.c (usage): Associate short options with corresponding long
3151 option to give a clue as to their function.
3153 2000-05-14 Philippe De Muyter <phdm@macqel.be>
3155 * size.c (main): Accept and ignore `-f' option.
3157 2000-05-13 Alan Modra <alan@linuxcare.com.au>
3159 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
3160 bindtextdomain): Replace defines with those from intl/libgettext.h
3161 to quieten gcc warnings.
3163 2000-05-12 H.J. Lu <hjl@gnu.org>
3165 * nlmconv.c (temp_filename): Removed.
3167 * nlmconv.c (link_inputs): Use make_temp_file () instead of
3168 choose_temp_base ().
3169 * objdump.c (display_target_list): Likewise.
3170 (display_info_table): Likewise.
3172 2000-05-08 Alan Modra <alan@linuxcare.com.au>
3174 * objcopy.c (setup_section): Add const and gettext calls for err.
3176 2000-05-02 H.J. Lu <hjl@gnu.org>
3178 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3179 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3180 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3181 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3182 and ELFOSABI_OPENBSD.
3184 2000-05-02 Kazu Hirata <kazu@hxi.com>
3186 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3187 * srconv.c: Likewise.
3188 * sysdump.c: Likewise.
3190 2000-04-23 Denis Chertykov <denisc@overta.ru>
3192 * readelf.c (guess_is_rela): AVR uses RELA relocations.
3193 (get_machine_name): machine name for EM_AVR added.
3195 2000-04-21 Richard Henderson <rth@cygnus.com>
3196 David Mosberger <davidm@hpl.hp.com>
3198 * Makefile.am (readelf.o): Add elf/ia64.h.
3199 * Makefile.in: Rebuild.
3200 * readelf.c: Include elf/ia64.h.
3201 (guess_is_rela, dump_relocations): Handle EM_IA_64.
3203 2000-04-17 Timothy Wall <twall@cygnus.com>
3205 * objdump.c (disassemble_data): Set octets per byte *after*
3206 resolving arch/mach for binary files.
3208 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3210 * arlex.l: Add directives to increase lex buffer size.
3212 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3213 already included by bucomm.h.
3215 2000-04-10 Philippe De Muyter <phdm@macqel.be>
3217 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3218 `strftime' since strftime is not available on all systems.
3219 (process_mips_specific): Ditto.
3221 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
3223 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3224 --enable-build-warnings option.
3225 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3226 * Makefile.in, configure: Re-generate.
3228 2000-04-06 Alan Modra <alan@linuxcare.com.au>
3230 * addr2line.c: Update copyright.
3231 * objcopy.1: Likewise, and title.
3232 * strings.1: Likewise.
3234 * version.c (print_version): Add 2000.
3236 * rddbg.c (read_section_stabs_debugging_info): Don't use
3237 bfd_size_type for strx to avoid printf problems if BFD64.
3239 * bucomm.c: (report): Remove `static'.
3240 Move inclusion of stdarg.h/vararg.h from here.
3241 * bucomm.h: To here.
3242 (CONST): Change all occurences to const.
3243 (report): Declare it.
3244 (bfd_fatal): Add ATTRIBUTE_NORETURN.
3245 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3246 (non_fatal): Add ATTRIBUTE_PRINTF_1.
3248 * ar.c (main): Use fatal or non_fatal instead of fprintf.
3249 Correct a typo in an error message.
3250 (do_quick_append): Use non_fatal instead of fprintf.
3251 (move_members): Use fatal instead of fprintf, exit.
3252 * coffdump.c (main): Same here.
3254 * dlltool.c (display): Delete.
3256 (inform): Use `report' instead of `display'.
3257 (rvaafter): Remove trailing \n from fatal error msg.
3259 (asm_prefix): Ditto.
3260 (yyerror): Replace `warn' with `non_fatal', and remove \n.
3261 (def_name): Likewise.
3263 (scan_all_symbols): Likewise.
3264 (gen_lib_file): Likewise.
3265 (def_library): Likewise. Remove extra program_name too.
3266 (run): Remove \n from inform strings.
3267 (scan_drectve_symbols): Likewise.
3268 (add_excludes): Likewise.
3269 (scan_open_obj_file): Likewise.
3270 (gen_exp_file): Likewise.
3271 (gen_lib_file): Likewise.
3272 (process_duplicates): Likewise.
3274 * Makefile.am (dllwrap_SOURCES): Add version.c.
3275 * dllwrap.c (program_version): Delete.
3276 (print_version): Delete.
3277 (display): Always print trailing \n.
3279 (delete_temp_files): Use warn instead of fprintf. Use gettext.
3282 (usage): gettext'ify.
3283 (long_options): Add missing initialisers.
3285 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3286 (select_output_format): Likewise.
3287 (powerpc_mangle_relocs): Likewise.
3288 (link_inputs): Likewise.
3290 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3291 (set_output_format): Likewise.
3292 (main): Use non_fatal instead of fprintf.
3293 (display_rel_file): Likewise.
3295 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3296 (slurp_dynamic_symtab): Same here.
3297 (disassemble_data): And here.
3298 (read_section_stabs): And here.
3299 (read_section_stabs): And here.
3300 (dump_bfd): And here.
3302 (objdump_sprintf): Use fatal instead of fprintf, exit.
3303 (disassemble_data): Same here.
3305 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3306 (parse_coff_struct_type): Same here.
3307 (parse_coff_enum_type): And here.
3308 (parse_coff): And here.
3309 * rddbg.c (read_debugging_info): And here.
3310 * size.c (main): And here.
3311 * windres.c (format_from_name): And here.
3312 * wrstabs.c (stab_write_symbol): Here too.
3313 (write_stabs_in_sections_debugging_info): And here.
3314 (stab_int_type): And here.
3315 (stab_struct_field): And here.
3316 (stab_typdef): And here.
3318 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3319 * srconv.c (main): Same here.
3320 * strings.c (main): And here.
3321 (integer_arg): And here.
3322 * sysdump.c (main): And here.
3324 2000-04-06 Timothy Wall <twall@cygnus.com>
3326 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3328 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
3330 * readelf.c (decode_location_expression): Loop through multiple
3332 (read_and_display_attr): Pass in length.
3334 * readelf.c (read_and_display_attr): Add CU offset to references.
3335 (display_debug_info): Pass it in.
3337 2000-04-06 Nick Clifton <nickc@cygnus.com>
3339 * readelf.c (decode_ARM_machine_flags): New function.
3340 (get_machine_flags): Call decode_ARM_machine_flags for ARM
3343 (get_machine_name): Catch EM_AVR
3345 2000-04-05 Alan Modra <alan@linuxcare.com.au>
3347 * binutils.texi: Remove optional `=' from long options that have
3348 an `=' in the argument.
3349 * objcopy.1: Here too. Remove extra space on discard-all.
3351 * binutils.texi (objcopy): Mention --redefine-sym.
3352 * objcopy.1: Here too.
3355 * objcopy.c (parse_flags): Split off flag names from error message
3356 gettext as they are not translated.
3357 (copy_main): Similarly split off option name for --add-section,
3358 --set-section-flags, --change-section-vma, --change-section-lma
3360 Some white space changes.
3362 from Matthew Benjamin <matt@linuxbox.nu>
3363 * objcopy.c (struct redefine_node): New.
3364 (redefine_sym_list): New.
3365 (redefine_list_append): New.
3366 (lookup_sym_redefinition): New.
3367 (OPTION_REDEFINE_SYM): New.
3368 (copy_options): Add --redefine-sym option.
3369 (copy_usage): Mention it.
3370 (filter_symbols): Rename symbols on redefine_sym_list.
3371 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3372 (copy_main): Handle OPTION_REDEFINE_SYM.
3374 2000-04-04 H.J. Lu <hjl@gnu.org>
3376 * readelf.c (process_symbol_table): Correctly read in symbol
3377 versioning information.
3379 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3381 * po/binutils.pot: Regenerate.
3383 * addr2line.c (usage): Restore translated part of bug string.
3384 * ar.c (usage): Likewise.
3385 * nlmconv.c (show_usage): Likewise.
3386 * nm.c (usage): Likewise.
3387 * objcopy.c (copy_usage): Likewise.
3388 (strip_usage): Likewise.
3389 * objdump.c (usage): Likewise.
3390 * readelf.c (usage): Likewise.
3391 * size.c (usage): Likewise.
3392 * strings.c (usage): Likewise.
3393 * windres.c (usage): Likewise.
3395 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3396 (DEP): Quote when passing vars to sub-make. Add warning
3398 (DEP1): Rewrite for "gcc -MM".
3399 (CLEANFILES): Add DEP2.
3400 Update dependencies.
3401 * Makefile.in: Regenerate.
3403 2000-04-04 H.J. Lu <hjl@gnu.org>
3405 * Makefile.am (GENERATED_HFILES): Add rcparse.h
3406 (arparse.h): Depend on arparse.c
3407 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3409 2000-04-03 H.J. Lu (hjl@gnu.org)
3411 * size.c (usage): Use REPORT_BUGS_TO.
3413 2000-04-03 Alan Modra <alan@linuxcare.com.au>
3415 * bucomm.h: #include "bin-bugs.h"
3416 * addr2line.c (usage): Use REPORT_BUGS_TO.
3417 * ar.c (usage): Likewise.
3418 * nlmconv.c (show_usage): Likewise.
3419 * nm.c (usage): Likewise.
3420 (OPTION_TARGET): Define.
3421 (long_options): Use OPTION_TARGET rather than 200.
3424 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3425 (strip_usage): Likewise.
3426 * objdump.c (usage): Likewise.
3427 * readelf.c (usage): Likewise.
3428 * strings.c (usage): Likewise.
3429 * windres.c (usage): Likewise.
3431 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
3433 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3435 2000-03-27 Nick Clifton <nickc@cygnus.com>
3437 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3438 string offsets in corrupt stabs entries.
3440 2000-03-27 Alan Modra <alan@linuxcare.com.au>
3442 * readelf.c: Include elf/avr.h
3443 (dump_relocations): Add EM_AVR case.
3445 2000-03-09 Tim Waugh <twaugh@redhat.com>
3447 * strings.1: Correct '-bytes' to '--bytes'.
3449 2000-03-08 H.J. Lu <hjl@gnu.org>
3451 * Makefile.am (install-exec-local): Depend on
3452 install-binPROGRAMS for parallel make.
3453 * Makefile.in: Regenerated.
3455 2000-02-27 Ian Lance Taylor <ian@zembu.com>
3457 From Brad Lucier <lucier@math.purdue.edu>:
3458 * readelf.c (process_dynamic_segment): Add cast to make sure
3459 argument to %* is int.
3461 2000-02-25 H.J. Lu <hjl@gnu.org>
3463 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3465 2000-02-24 Nick Clifton <nickc@cygnus.com>
3467 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3468 * configure: Regenerate.
3470 * dlltool.c: Add support for sh-pe and mips-pe targets.
3471 * rescoff.c: Add support for sh-pe and mips-pe targets.
3473 2000-02-23 H.J. Lu <hjl@gnu.org>
3475 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3477 2000-02-22 Nick Clifton <nickc@cygnus.com>
3479 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3481 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3483 From Brad Lucier <lucier@math.purdue.edu>:
3484 * readelf.c (process_version_sections): Add casts to make sure
3485 argument to %* is an int.
3486 (process_mips_specific): Add casts to make printf arguments match
3489 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3491 * objdump.c (dump_section_header): Change `opb' to unsigned.
3492 (find_symbol_for_address): Same here.
3493 (disassemble_data): And here. Change `addr_offset',
3494 `stop_offset', `nextstop_offset' to unsigned long.
3495 (dump_data): Change opb to unsigned.
3497 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
3499 * resrc.c: Remove unmatched #if for cygwin.
3501 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
3503 * binutils.texi: Document the change of flavor name from atpcs-special
3504 to special-atpcs to prevent name conflict in gdb.
3506 2000-02-08 Timothy Wall <twall@redhat.com>
3508 * objdump.c (show_line): Fix bug preventing printing of the very
3509 first line (line zero) of a file when interlisting source and
3510 assembly. Added option to print entire context from start of file
3511 when the first line from that file is encountered.
3513 2000-02-03 Timothy Wall <twall@redhat.com>
3515 * objdump.c (dump_section_header, find_symbol_for_address,
3516 show_line, disassemble_bytes, disassemble_data, dump_data):
3517 distinguish between octets and bytes.
3519 2000-01-27 Thomas de Lellis <tdel@windriver.com>
3521 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3522 check to unresolved symbols.
3523 (print_symbol_info_sysv): Ditto.
3524 (print_symbol_info_posix): Ditto.
3526 * binutils.texi: Document new 'V' symclass flag for nm.
3528 2000-01-27 Nick Clifton <nickc@redhat.com>
3530 * binutils.texi (objdump): Document new ARM specific
3531 disassembler options.
3533 * objdump.c (usage): Call disassembler_usage().
3535 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3537 * readelf.c (get_dynamic_flags): Return buff.
3538 (process_dynamic_segment): Don't pass error strings to printf
3540 (read_and_display_attr): Use lx and ld to print longs.
3541 (process_corefile_note_segment): Cast bfd_vma to unsigned long
3545 2000-01-17 Nick Clifton <nickc@cygnus.com>
3547 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3549 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
3551 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3553 (debug_tag_type): Here too.
3554 * ieee.c (ieee_builtin_type): And here.
3555 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3557 2000-01-13 Nick Clifton <nickc@cygnus.com>
3559 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3562 2000-01-11 Nick Clifton <nickc@cygnus.com>
3564 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3566 2000-01-10 Nick Clifton <nickc@cygnus.com>
3568 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3570 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
3572 * windres.c (long_options): Add --use-temp-file and
3573 --no-use-temp-file options.
3577 * windres.h: Update read_rc_file prototype.
3579 * resrc.c (cpp_temp_file): New static variable.
3580 (istream_type): New static variable.
3581 (close_pipe): Delete function.
3582 (run_cmd): New static function.
3583 (open_input_stream): New static function.
3584 (close_input_stream): New static function.
3585 (look_for_default): Handle DOS directory separator. Use
3586 open_input_stream instead of popen.
3587 (read_rc_file): Likewise.
3589 * binutils.texi: Document --use-temp-file, --no-use-temp-file
3592 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3594 * dlltool.c (create_compat_implib): New variable.
3595 (gen_exp_file): Use.
3596 (make_one_lib_file): Use.
3597 (long_options): Add --compat-implib option.
3601 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3602 (main): Use. Don't look for "32" in cygwin and mingw target names.
3604 2000-01-03 Nick Clifton <nickc@cygnus.com>
3606 * binutils.texi: Document new, ARM specific disassembler
3607 command line switch "-M force-thumb".
3609 For older changes see ChangeLog-9899
3615 version-control: never