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