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