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