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