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