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