(disassemble_data): Use disasm_info.fprintf_func not printf for emitting new
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
98a91d6a
NC
12003-03-17 Nick Clifton <nickc@redhat.com>
2
3 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
4 printf for emitting new lines.
5
06a30c77
NC
62003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
7
8 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
9 the symbol's value when --size-sort is used, unless -S is used.
10 doc/binutils.texi (--size-sort): For non-bsd formats both the
11 value and size of the symbols are displayed.
12
ab829d36
NC
132003-03-13 Nick Clifton <nickc@redhat.com>
14
15 * po/da.po: Update.
16
634847c9
NC
172003-03-12 Nick Clifton <nickc@redhat.com>
18
19 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
20
3889f9eb
BE
212003-03-10 Ben Elliston <bje@wasabisystems.com>
22
23 * MAINTAINERS: Update my mail address.
24
7eb5191a
NC
252003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
26
27 * stabs.c (BYTES_IN_WORD): Remove definition.
28 * wrstabs.c (BYTES_IN_WORD): Likewise.
29
e3b83c8f
NC
302003-03-04 Nick Clifton <nickc@redhat.com>
31
32 * nm.c (main): Print a warning message if --size-sort and
33 --undefined-only are used together.
34
352003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
36
37 * nm.c (print_symbol): Remove check for undefined_only.
38
a9d68a1e
NC
392003-03-03 Nick Clifton <nickc@redhat.com>
40
41 * po/da.po: Installed latest translation.
42
a99996bb
NC
432003-02-24 Nick Clifton <nickc@redhat.com>
44
45 * README: Update binutils references to 2.13.
46 Add paragraph about using --disable-nls.
47
76ed1927
NC
482003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
49
50 * doc/binutils.texi (nm --size-sort): Update.
51
0100f33b
JW
522003-02-21 James E Wilson <wilson@tuliptree.org>
53
54 * MAINTAINERS: Update email address.
55
ecc51f48
NC
562003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
57
58 * readelf.c (get_ia64_dynamic_type): New function.
59 (dynamic_segment_ia64_val): New function.
60 (get_dynamic_type): If machine type is EM_IA_64 call
61 get_ia64_dynamic_val.
62 (get_ia64_section_type_name): Handle sections with types in the
63 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
64 (get_dynamic_flags): If machine type is EM_IA_64 call
65 dynamic_segment_ia64_val.
66
947ed062
NC
672003-02-21 Bob Wilson <bob.wilson@acm.org>
68
69 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
70 section title capitalization more consistent. Update descriptions
71 of various options to be consistent with the code. Fix errors and
72 incomplete list in the description of c++filt format options. Remove
73 information about the linker. Change to be more polite about poor
74 bug reports. Replace FDL appendix with include of fdl.texi.
75 * doc/fdl.texi: New file.
76
66491ebc
AM
772003-02-21 Roger Sayle <roger@eyesopen.com>
78
79 * objcopy.c (filter_symbols): Fix compilation problems with
80 HP-UX's C compiler.
81
0e11a9e9
CF
822003-02-19 Christopher Faylor <cgf@redhat.com>
83
84 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
85 previous change.
86
6e5f5201
CF
872003-02-19 Mark Blackburn <marklist@fangorn.ca>
88
0e11a9e9 89 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 90
f0c8c24a
NC
912003-02-12 Bob Wilson <bob.wilson@acm.org>
92
93 * nm.c (usage): Add `java' and `gnat' demangle styles and make
94 quotes consistent.
95 * objdump.c (usage): Ditto. Also fix some typos.
96
d3c543fd
NC
97 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
98
fe2c4142
NC
99 * debug.c (debug_record_variable): Handle global register variables.
100
6de15b9e
NC
101 * stabs.c (parse_stab): For N_SLINE only include
102 function_start_offset if the symbol is within a function;
103 otherwise, the value is absolute.
104
fde78edd
NC
1052003-02-10 Nick Clifton <nickc@redhat.com>
106
107 * readelf.c (decode_ARM_machine_flags): Handle the
108 EF_ARM_MAVERICK_FLOAT flag.
109
22d82235
AS
1102003-02-04 Andreas Schwab <schwab@suse.de>
111
112 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
113 long and use %ld in printf format.
114
1a677ea8
RS
1152003-01-28 Richard Sandiford <rsandifo@redhat.com>
116
117 * readelf.c (dump_relocations): Reorder the r_info field for
118 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
119
8dde85fc
NC
1202003-01-21 Daniel Berlin <dan@dberlin.org>
121
122 * readelf.c (display_debug_loc): Skip address base changes.
123
c6f8bb1e
AM
1242003-01-17 Fabio Alemagna <falemagn@aros.org>
125
126 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
127 and ELFOSABI_NSK.
128
c833c019
AM
1292003-01-16 Alan Modra <amodra@bigpond.net.au>
130
131 * readelf.c: Include elf/ppc64.h.
132 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
133 * Makefile.am: Run "make dep-am".
134 * Makefile.in: Regenerate.
135
3b36097d
SC
1362003-01-02 Ben Elliston <bje@redhat.com>
137
138 * readelf.c (guess_is_rela): Handle EM_IQ2000.
139 (get_machine_name): Likewise.
140 (dump_relocations): Likewise.
141 * NEWS: Mention IQ2000 support.
142
cb44e358
RS
1432003-01-02 Richard Sandiford <rsandifo@redhat.com>
144
145 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
146
af7ee8bf
CD
1472002-12-30 Chris Demetriou <cgd@broadcom.com>
148
149 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
150 changes in MIPS -M options.
151
2469cfa2
NC
1522002-12-30 Dmitry Diky <diwil@mail.ru>
153
154 * Makefile.am: Add msp430 target.
155 * Makefile.in: Regenerate.
156 * readelf.c: Add support for msp430 target.
157
640c0ccd
CD
1582002-12-27 Chris Demetriou <cgd@broadcom.com>
159
160 * doc/binutils.texi (objdump): Document MIPS -M options.
161
59f14fc0
AS
1622002-12-23 Andreas Schwab <schwab@suse.de>
163
164 * readelf.c (main): Reset dump request after each file.
165
312b768e
NC
1662002-12-23 Nick Clifton <nickc@redhat.com>
167
168 * nlmconv.c (main): Pass TRUE as third argument to
169 bfd_arch_get_compatible.
170
8745eafa
NC
1712002-12-23 Nick Clifton <nickc@redhat.com>
172
173 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
174 macro. Handle 'S' encoding, accepting 8-bit characters.
175 (main): Parse 'S' encoding.
176 (get_char): Accept 'S' encoding.
177 (print_strings): Use STRING_ISGRAPHIC.
178 (usage): Document support of 'S' encoding.
179 * doc/binutils.texi: Document support of 'S' encoding/
180 * NEWS: Mention new feature.
181
08213ebb
AM
1822002-12-20 Alan Modra <amodra@bigpond.net.au>
183
184 * README <building ar>: Don't use libibery's needed_list or
185 required_list, instead link libiberty/*.o.
186
b9e5d8e5
KH
1872002-12-19 Kazu Hirata <kazu@cs.umass.edu>
188
189 * doc/binutils.texi: Fix typos.
190
c51238bc
DA
1912002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
192
193 * doc/binutils.texi: Add missing parenthesis.
194
d7fb0dd2
NC
1952002-12-15 Nick Kelsey <nickk@ubicom.com>
196
197 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
198 symbols by adding the given prefix to the begining of the symbol
199 name. This is useful to provide name space seperation regardless
200 of how the object file was created. Added --prefix-sections=
201 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
202 sections (or all sections with the alloc flag set) by adding the given
203 prefix to the begining of the symbol name.
204 * NEWS: Mention this new feature.
205 * doc/binutils.texi: Document this new feature.
206
55b9cdf1
AM
2072002-12-13 Alan Modra <amodra@bigpond.net.au>
208
209 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
210 dyn_string_append with dyn_string_append_cstr.
211
212 * emul_aix.c (ar_emul_aix_create): Remove unused function.
213
84ad6ede
NC
2142002-12-10 James Cownie <jcownie@etnus.com>
215
216 * readelf.h (get_TAG_name, get_AT_name,
704afb58 217 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
218 DWARF2 spec.
219 * NEWS: Mention this new support.
220
7d036af2
AM
2212002-12-08 Alan Modra <amodra@bigpond.net.au>
222
223 * NEWS: Mention that bfd no longer declares a "boolean" type.
224
3e8bba36
AM
2252002-12-07 Alan Modra <amodra@bigpond.net.au>
226
227 * readelf.c (process_program_headers): When setting loadaddr, don't
228 assume segment size is 4k. Use p_align instead.
229 (loadaddr): Change from int to long.
230 (dynamic_addr, dynamic_info, version_info): Likewise.
231 (process_dynamic_segment <syminsz>): Likewise.
232 (process_dynamic_segment): Adjust print format string.
233 (rela_addr, rela_size): Delete.
234 (process_relocs): Formatting.
235
d070dab9
JW
2362002-12-05 Jim Wilson <wilson@redhat.com>
237
238 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
239 * configure: Regenerate.
240
45bcbdb1
ILT
2412002-12-04 Ian Lance Taylor <ian@airs.com>
242
243 * MAINTAINERS: Change e-mail address back to airs.com.
244
42ea8716
AH
2452002-12-04 Aldy Hernandez <aldyh@redhat.com>
246
247 * MAINTAINERS: Add self.
248
b34976b6
AM
2492002-11-30 Alan Modra <amodra@bigpond.net.au>
250
251 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
252 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
253 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
254 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
255 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
256 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
257 with TRUE/FALSE. Formatting.
258
c8286bd1
JJ
2592002-11-29 Jakub Jelinek <jakub@redhat.com>
260
261 * readelf.c Replace occurrences of Elf32_Internal_* and
262 Elf64_Internal_* with Elf_Internal_*.
263 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
264 Zero r_addend fields.
265 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
266 Elf_Internal_Rela.
267
92acdfaf
NC
2682002-11-23 Nick Clifton <nickc@redhat.com>
269
270 * size.c (usage): Fix typo describing switch for hex format.
271
48c5eb8a
SS
2722002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
273
274 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
275 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
276 testcase
277
2f62977e
NC
2782002-11-14 Nick Clifton <nickc@redhat.com>
279
280 * readelf.c (process_program_headers): Add comment about return
281 value. Ensure that 0 is returned if the headers are not loaded.
282 (process_file): If process_section_headers failed to load the
283 headers disable any tests that rely upon them. Similarly for
284 process_program_headers.
285
cd24c222
NC
2862002-11-12 Nick Clifton <nickc@redhat.com>
287
288 * po/da.po: Updated Danish translation.
289
f3931575
AM
2902002-11-12 Klee Dienes <kdienes@apple.com>
291
292 * rddbg.c (read_section_stabs_debugging_info): Also recognize
293 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
294
b54e7460
CF
2952002-11-11 Christopher Faylor <cgf@redhat.com>
296
297 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
298 cgf maintainership.
299
4f17cc13
CF
3002002-11-11 Christopher Faylor <cgf@redhat.com>
301
302 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
303
232e7cb8
NC
3042002-11-07 Nick Clifton <nickc@redhat.com>
305
cd24c222 306 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
307 * configure: Regenerate.
308 * po/da.po: New Danish translation.
309
232e7cb8
NC
310 * readelf.c (get_symbol_index_type): Revert part of previous
311 patch: Display unknown symbol types in decimal, not hex.
312
c9e38879
NC
3132002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
314
315 * dlltool.c (add_excludes): Don't prefix excluded fastcall
316 symbols with underscore.
317 (xlate): Ignore add_underscore for decorated fastcall symbols.
318
3192002-11-07 Eric Kohl <ekohl@rz-online.de>
320
321 * deflex.l: Accept '@' as first character of an ID.
322 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
323 ASM_PREFIX for fastcall symbols.
324 (scan_drectve_symbols): Handle fastcall symbols when generating
325 undecorated aliases for symbols in drectve section.
326 (scan_filtered_symbols): Likewise, with export-all.
327 (xlate): Likewise, with --kill-at.
328 (make_imp_label): New function to handle fastcall symbols
329 correctly.
330 (make_one_lib_file): Use make_imp_label instead of make_label
331 for imp symbols.
332
a700dc3b
SS
3332002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
334
335 * MAINTAINERS: Add self as TIC4X maintainer.
336
5cf1065c
NC
3372002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
338
339 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
340 PROCESSOR-specific, OS-specific, reserved and unknown symbol
341 types.
5cf1065c 342
f1ef08cb
AM
3432002-11-04 Alan Modra <amodra@bigpond.net.au>
344
345 * readelf.c (byte_get_little_endian): Comment typo fix.
346 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
347 as the format string.
348 (dump_relocations): Correct section sym names.
349 (process_section_headers): Clear symtab_shndx_hdr.
350 (read_and_display_attr_value): Don't pass indirect string to printf
351 as the format string.
352 (display_debug_frames): Indicate when zero terminator found. Decode
353 DW_EH_PE_pcrel addresses.
354
1a09a22c
NC
3552002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
356
357 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
358 order to ensure proper disassembly of the valid 0-value opcode.
359 * configure: Regenerate.
360 * aclocal.m4: Regenerate.
361 * config.in: Regenerate.
362 * configure.in: Regenerate.
363 * doc/Makefile.in: Regenerate.
364 * po/binutils.pot: Regenerate.
365
c254c557
KK
3662002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
367
368 * MAINTAINERS: Add self as SH maintainer.
369
aefbdd67
BE
3702002-10-23 Ben Elliston <bje@redhat.com>
371
372 * doc/binutils.texi (objdump): Document -z and move the entry for
373 --disassemble-zeroes to the end of the options section (for `z').
374
ab9bcc01
NC
3752002-10-21 Nick Clifton <nickc@redhat.com>
376
377 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
378
8ab56b6f
AM
3792002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
380
381 * objdump.c (dump_data): Correct addr_offset for opb != 1.
382
49c12576
AM
3832002-10-15 Alan Modra <amodra@bigpond.net.au>
384
48417c1a
AM
385 * bucomm.c (list_supported_targets): Use bfd_target_list.
386
49c12576
AM
387 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
388 other object errors in preference to bfd_core errors.
389
6e1a7e9a
AM
3902002-10-14 Alan Modra <amodra@bigpond.net.au>
391
392 * Makefile.am: Run "make dep-am".
393 * objdump.c: #include "bfdver.h".
394 * version.c: Likewise.
395 * Makefile.in: Regenerate.
396 * config.in: Regenerate.
397 * configure: Regenerate.
398 * po/POTFILES.in: Regenerate.
399
09fc3b02
DJ
4002002-10-09 Daniel Jacobowitz <drow@mvista.com>
401
402 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
403 sections. Allow relocations against the absolute symbol. Don't
404 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 405 relocation.
09fc3b02 406
f309035a
NC
4072002-10-07 Gordon Chaffee <chaffee@netvmg.com>
408
409 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
410 ordinary ones are available.
411
810dfa6e
L
4122002-09-30 H.J. Lu <hjl@gnu.org>
413
414 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
415 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
416
bb279dc0
ZW
4172002-09-17 Zack Weinberg <zack@codesourcery.com>
418
419 * Makefile.am (CFILES): Add cxxfilt.c.
420 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
421 (cxxfilt_LDADD): Delete.
422 Remove all references to underscore.c.
423 Regen dependencies.
424 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
425 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
426 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
427 adjustments to fit into binutils framework.
428 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
429
065c959b
NC
4302002-09-12 Roland McGrath <roland@redhat.com>
431
432 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
433 Handle DW_OP_GNU_push_tls_address.
434
e09f4395
NC
4352002-09-11 Nick Clifton <nickc@redhat.com>
436
437 * po/tr.po: Updated Turkish translation.
438
873e0588
NC
4392002-09-10 Nick Clifton <nickc@redhat.com>
440
441 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
442 testsuite changes. Add paragraphs about testsuite and config
443 patches.
444
069fe61f
NC
4452002-08-29 Nick Clifton <nickc@redhat.com>
446
447 * readelf.c (get_machine_flags): Remove redundant reference to
448 E_V850EA_ARCH.
449
fe0507eb
AM
4502002-08-28 Alan Modra <amodra@bigpond.net.au>
451
452 * objdump.c (dump_bfd): Restore lines accidentally deleted in
453 last commit.
454
026df7c5
NC
4552002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
456
bb279dc0 457 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
458 (dump_bfd_header): Likewise.
459
68a4c073
AM
4602002-08-27 Alan Modra <amodra@bigpond.net.au>
461
462 * nm.c: Revert last change.
463
a1df01d1
AM
4642002-08-26 Alan Modra <amodra@bigpond.net.au>
465
466 * nm.c (display_rel_file): Don't report "no symbols" as an error.
467 * objdump.c (slurp_symtab): Likewise.
468 (slurp_dynamic_symtab): Likewise.
469 (dump_symbols): Likewise. Do print "no symbols" to stdout.
470
a926ab2f
GK
4712002-08-24 Geoffrey Keating <geoffk@redhat.com>
472
473 * MAINTAINERS: Change my mailing address.
474
fcf62380
DA
4752002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
476
477 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
478
51e28791
NC
4792002-08-22 Nick Clifton <nickc@redhat.com>
480
481 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
482 HPPA.
483
c5b060ad
AM
4842002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
485
486 * readelf.c (parse_args): Change debug_dump_opt to static.
487
4b73ca92
NC
4882002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
489
490 * stabs.c (parse_stab_argtype): Pass length of physname to
491 stab_demangle_argtypes.
492 (stab_demangle_argtypes): Add new parameter - length of physname.
493 Pass length of physname on to stab_demangle_prefix.
494 (stab_demangle_prefix): Add new parameter - length of physname.
495 Use length of physname (if supplied) to compute end of function
496 name.
497
35b1837e
AM
4982002-08-15 Alan Modra <amodra@bigpond.net.au>
499
500 * readelf.c: Include elf/i370.h.
501 (dump_relocations): Handle EM_S370.
502 (dynamic_segment_parisc_val): Print \n.
503 (process_dynamic_segment <DT_BIND_NOW>): Here too.
504
762baac5
NC
5052002-08-14 Nick Clifton <nickc@redhat.com>
506
507 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
508 * objdump.c (usage): Likewise.
509 * doc/binutils.texi: Likewise.
510
85c09e8a
NC
5112002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
512
513 * rcparse.y (acc_entry): Don't warn about ALT use with
514 non-VIRTKEY.
515
212a3c4d
L
5162002-08-13 H.J. Lu <hjl@gnu.org>
517
518 * objcopy.c (copy_object): Don't warn about the unsupported
519 architecture unless the input target is defaulted or the
520 output architecture is different from the input.
521
2b692c59
NC
5222002-08-09 Nick Clifton <nickc@redhat.com>
523
524 * po/sv.po: Updated Swedish translation.
525
09de7a73
AM
5262002-08-05 Alan Modra <amodra@bigpond.net.au>
527
528 * prdbg.c (pr_fix_visibility): Remove assert.
529
47badb7b
NC
5302002-07-31 Nick Clifton <nickc@redhat.com>
531
532 * addr2line.c (process_file): Rename parameter 'filename' to
533 'file_name' in order to avoid shadowing global symbol of the
534 same name.
535 (main): Likewise.
536
2979dc34
JJ
5372002-07-30 Jakub Jelinek <jakub@redhat.com>
538
539 * readelf.c (OPTION_DEBUG_DUMP): Define.
540 (options): Use it.
541 (usage): Update help.
542 (parse_args): Handle --debug-dump separately from -w.
543 * doc/binutils.texi (readelf): Update documentation.
544
219576a4
NC
5452002-07-25 Nick Clifton <nickc@redhat.com>
546
547 * po/es.po: Updated Spanish translation.
548 * po/fr.po: Updated French translation.
549
bf4f22e6 5502002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 551
bf4f22e6
NC
552 * po/es.po: Updated Spanish translation.
553
c5b3a82a
AM
5542002-07-23 Alan Modra <amodra@bigpond.net.au>
555
556 * Makefile.am: Run "make dep-am".
557 * Makefile.in: Regenerate.
558
0461a601
NC
5592002-07-23 Nick Clifton <nickc@redhat.com>
560
bf4f22e6 561 * po/fr.po: Updated French translation.
0461a601 562
bf44dd74
AM
5632002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
564
565 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
566
2c205ff2
AM
5672002-07-20 Alan Modra <amodra@bigpond.net.au>
568
63eb0809 569 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 570
1e4cf259
NC
5712002-07-18 Denis Chertykov <denisc@overta.ru>
572 Frank Ch. Eigler <fche@redhat.com>
573
574 * readelf.c: Include "elf/ip2k.h".
575 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
576 (dump_relocations): Likewise.
577 (get_machine_name): Likewise.
578 * NEWS: Mention IP2K support.
579
2cbb2eef
NC
5802002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
581
582 * NEWS: Add 'Changes in 2.13'.
583
047b2264
JJ
5842002-07-10 Jakub Jelinek <jakub@redhat.com>
585
586 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
587 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
588 (get_section_type_name): Handle SHT_GNU_LIBLIST.
589 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
590 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
591 (process_gnu_liblist): New.
592 (process_file): Call it.
593
97230b15
AM
5942002-07-03 Alan Modra <amodra@bigpond.net.au>
595
596 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
597 * Makefile.in: Regenerate.
598
a6637ec0
AM
5992002-07-02 Alan Modra <amodra@bigpond.net.au>
600
601 * budemang.c: New file, "demangle" function.
602 * budemang.h: New file.
603 * addr2line.c (translate_addresses): Use "demangle".
604 * nm.c (print_symname): Likewise.
605 * objdump.c (objdump_print_symname): Likewise.
606 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
607 here since that obfuscates.
608 * rdcoff.c: Don't #include demangle.h.
609 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
610 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
611 (HFILES): Add budemang.h. Sort.
612 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
613 Run "make dep-am".
614 * Makefile.in: Regenerate.
615
179d3252
JT
6162002-07-01 Matt Thomas <matt@3am-software.com>
617
618 * readelf.c: Include "elf/vax.h".
619 (guess_is_rela): Move EM_VAX from unknown to RELA case.
620 (dump_relocations): Handle VAX relocations.
621 (get_machine_flags): Handle VAX machine flags.
622
75751cd9
SC
6232002-06-29 Stephane Carrez <stcarrez@nerim.fr>
624
625 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
626
e5851ab8
NC
6272002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
628
629 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
630
eb3f2f5c
AM
6312002-06-26 Alan Modra <amodra@bigpond.net.au>
632
633 * nm.c (print_symname): When demangling, strip leading dots from
634 symbol names to avoid confusing the demangler.
635
a13a0de8
L
6362002-06-25 H.J. Lu <hjl@gnu.org>
637
638 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
639 * Makefile.in: Regenerated.
640
6db7a086
AM
6412002-06-21 Igor Schein <igor@txc.com>
642
643 * configure.in: Quote bu_cv_have_fopen64.
644 * configure: Regenerate.
645
9710509e
AM
6462002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
647
648 * configure.in: Check for strcoll.
649 * configure: Regenerate.
650 * config.in: Regenerate.
651 * nm.c (main): Set locale for LC_COLLATE category.
652 (non_numeric_forward): Use strcoll if available.
653
a9f0b5e7
DB
6542002-06-20 Dave Brolley <brolley@redhat.com>
655
656 * MAINTAINERS: Add self as fr30 and frv maintainer.
657
33f5f537
L
6582002-06-18 H.J. Lu (hjl@gnu.org)
659
660 * nm.c: Include "elf/common.h".
661 (extended_symbol_info): Add elfinfo, a pointer to
662 elf_symbol_type.
663 (SYM_SIZE): Use elfinfo if it is not NULL.
664 (get_symbol_type): New function.
665 (display_archive): Set print_width for each archive member.
666 (display_file): Likewise.
667 (display_rel_file): Don't set print_width here.
668 (print_object_filename_sysv): Handle print_width.
669 (print_archive_member_sysv): Likewise.
670 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
671 (print_symbol): Set the elfinfo field in extended_symbol_info
672 for ELF.
673 (print_object_filename_sysv): Fix the output format.
674 (print_symbol_info_sysv): Print type and section for ELF.
675
6762002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
677
678 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 679 the symbol's size equal to its value when --size-sort is
33f5f537
L
680 used.
681
5c70f934
DB
6822002-06-18 Dave Brolley <brolley@redhat.com>
683
684 From Catherine Moore:
685 * readelf.c (elf/frv.h): #include it.
686 (guess_is_rela): Support EM_CYGNUS_FRV.
687 (dump_relocations): Ditto.
688 (get_machine_name): Ditto.
689 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
690
7ece0d85
JJ
6912002-06-18 Jakub Jelinek <jakub@redhat.com>
692
693 * readelf.c (get_file_header): Only read the first section header if
694 e_shoff is non-zero.
695
72797995
L
6962002-06-15 H.J. Lu (hjl@gnu.org)
697
698 * nm.c (print_size): New variable. Initialize to 0.
699 (long_options): Add 'S'/"print-size".
700 (main): Handle 'S'.
701 (print_symbol_info_bsd): Print size only if print_size is not
702 0.
703
704 * doc/binutils.texi: Document -S/--print-size.
705
977f7911
NC
7062002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
707
708 * nm.c (struct extended_symbol_info): New strcuture: Add the size
709 of the symbols to the information provided by the symbol_info
710 structure.
711 (print_symbols): Pass the symbol size to print_symbol.
712 (print_size_symbols): Pass the symbol size to print_symbol.
713 (print_symbol): Extra argument: The size of the symbol. Store
714 this in the extended_symbol_info structure.
715 (print_symbol_info): Change type of info parameter to
716 extended_symbol_info. Display the size, if known.
717 (print_symbol_info_posix): Likewise.
718 (print_symbol_info_sysv): Likewise.
719
b1f88ebe
AM
7202002-06-08 Alan Modra <amodra@bigpond.net.au>
721
fa449227
AM
722 * Makefile.am: Run "make dep-am".
723 * Makefile.in: Regenerate.
724 * doc/Makefile.in: Regnerate.
725
b1f88ebe
AM
726 * bucomm.c: Replace CONST with const.
727 * nm.c: Likewise.
728 * objdump.c: Likewise.
729
91a106e6
L
7302002-06-07 H.J. Lu <hjl@gnu.org>
731
732 * readelf.c (DW_CFA_GNU_args_size): Don't define.
733 (DW_CFA_GNU_negative_offset_extended): Likewise.
734 (DW_CFA_GNU_window_save): Likewise.
735 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
736 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
737
6ab6b380 7382002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 739
6ab6b380
NC
740 * nm.c: When computing size of symbols for an ELF target use the
741 internal size field.
742
e28e05a3
JL
7432002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
744
745 * testsuite/binutils-all/objcopy.exp: clear xfail for
746 "hppa*64*-*-hpux*".
747 * testsuite/binutils-all/hppa/objdump.exp: Return if
748 "*64*-*-*".
749
dc156bc0
AM
7502002-06-05 Alan Modra <amodra@bigpond.net.au>
751
752 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
753
7542002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
755
756 * objdump.c: Fix formatting.
757
d79e4ea3
BE
7582002-05-29 Ben Elliston <bje@redhat.com>
759
760 * MAINTAINERS: Add self as M68k maintainer.
761
d172d4ba
NC
7622002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
763
764 * readelf.c: Modified/Added DLX elf support.
765
7edb8f29
NC
7662002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
767
3a1a2036
NC
768 * arsup.c: Fix formatting.
769 * debug.c (debug_record_label): Add missing colon to error
770 message.
771 * ieee.c (parse_ieee_ty): Fix spelling typo.
772 * readelf.c (process_program_headers): Remove English assumption
773 about making a plural word.
774 (process_section_headers): Likewise.
775 (process_relocs): Allow quotes to be translated.
776 (process_unwind): Likewise,
777 (process_mips_specific): Improve error message.
778 (get_note_type): Fix spelling typo.
779
7edb8f29
NC
780 * configure.in (ALL_LINGUAS): Add sv
781 * po/sv.po: New file.
782
3eee1e9d
AM
7832002-05-27 Alan Modra <amodra@bigpond.net.au>
784
785 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
786 (unw_print_grmask): Likewise.
787 (unw_print_frmask): Likewise.
788
d43efbe3
KH
7892002-05-26 Kazu Hirata <kazu@cs.umass.edu>
790
791 * arsup.c: Remove ARGSUSED.
792 * debug.c: Likewise.
793 * ieee.c: Likewise.
794 * nlmconv.c: Likewise.
795 * prdbg.c: Likewise.
796 * stabs.c: Likewise.
797 * wrstabs.c: Likewise.
798
e9792343
AM
7992002-05-25 Alan Modra <amodra@bigpond.net.au>
800
801 * arlex.l: Use #include "" instead of <> for local header files.
802 * coffdump.c: Likewise.
803 * coffgrok.c: Likewise.
804 * nlmconv.c: Likewise.
805 * nlmheader.y: Likewise.
806 * srconv.c: Likewise.
807 * strings.c: Likewise.
808 * sysdump.c: Likewise.
809 * unwind-ia64.h: Likewise.
810 * windres.h: Likewise.
811 * winduni.h: Likewise.
812
d7e53452
TR
8132002-05-24 Tom Rix <trix@redhat.com>
814
815 * MAINTAINERS: Add self as the d10v maintainer.
816
436e8db0
NC
8172002-05-24 TAMURA Kent <kent@netbsd.org>
818
819 * configure.in: Builds dlltool for i386-netbsdpe.
820 * configure: Regenerate.
821
9f66665a
KH
8222002-05-23 Kazu Hirata <kazu@cs.umass.edu>
823
824 * size.c: Fix formatting.
825 * srconv.c: Likewise.
826 * stabs.c: Likewise.
827 * sysdump.c: Likewise.
828 * unwind-ia64.c: Likewise.
829 * wrstabs.c: Likewise.
830
13ae64f3
JJ
8312002-05-23 Jakub Jelinek <jakub@redhat.com>
832
833 * readelf.c (get_segment_type): Add PT_TLS.
834 (get_elf_section_flags): Add SHF_TLS.
835 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
836 (process_dynamic_segment): Use puts instead of printf.
837 (get_symbol_type): Support STT_TLS.
838 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
839 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
840 Add SEC_THREAD_LOCAL.
841
53c7db4b
KH
8422002-05-23 Kazu Hirata <kazu@cs.umass.edu>
843
844 * rdcoff.c: Fix formatting.
845 * rddbg.c: Likewise.
846 * readelf.c: Likewise.
847 * rename.c: Likewise.
848 * resbin.c: Likewise.
849 * resrc.c: Likewise.
850 * resres.c: Likewise.
851
0af11b59
KH
8522002-05-21 Kazu Hirata <kazu@cs.umass.edu>
853
854 * filemode.c: Fix formatting.
855 * ieee.c: Likewise.
856 * is-ranlib.c: Likewise.
857 * is-strip.c: Likewise.
858 * maybe-ranlib.c: Likewise.
859 * maybe-strip.c: Likewise.
860 * nlmconv.c: Likewise.
861 * nm.c: Likewise.
862 * not-ranlib.c: Likewise.
863 * not-strip.c: Likewise.
864 * objcopy.c: Likewise.
865 * objdump.c: Likewise.
866
21611032
TS
8672002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
868
869 * objdump.c (dump_headers): Fix output formatting for ELF32
870 architectures in a BFD64 enabled toolchain.
871
26044998
KH
8722002-05-20 Kazu Hirata <kazu@cs.umass.edu>
873
874 * debug.c: Fix formatting.
875 * debug.h: Likewise.
876 * dlltool.c: Likewise.
877 * dllwrap.c: Likewise.
878 * emul_aix.c: Likewise.
879 * emul_vanilla.c: Likewise.
880
f462a9ea
KH
8812002-05-19 Kazu Hirata <kazu@cs.umass.edu>
882
883 * addr2line.c: Fix formatting.
884 * ar.c: Likewise.
885 * arsup.c: Likewise.
886 * arsup.h: Likewise.
887 * binemul.c: Likewise.
888 * binemul.h: Likewise.
889 * bucomm.c: Likewise.
890 * coffdump.c: Likewise.
891 * coffgrok.c: Likewise.
892 * coffgrok.h: Likewise.
893
e0159aa9
MM
8942002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
895
896 * MAINTAINERS: Add myself as the second AVR port maintainer.
897
074b403e
SC
8982002-05-16 Stephane Carrez <stcarrez@nerim.fr>
899
900 * MAINTAINERS: Update my email address.
901
2b9c8201
NC
9022002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
903
904 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
905
e1d5b1e7
AM
9062002-05-09 Alan Modra <amodra@bigpond.net.au>
907
908 * configure.in: Replace `*pe' with `pe' throughout.
909 * configure: Regenerate.
910
d3d8a9ee
NC
9112002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
912
913 * Makefile.am: Honour DESTDIR.
914 * Makefile.in: Regenerate.
915
405c98a4
AM
9162002-05-06 Alan Modra <amodra@bigpond.net.au>
917
a02d5965
AM
918 * dlltool.c (process_def_file): Add missing prototype.
919 (new_directive, assemble_file, main): Likewise.
920 (process_def_file, new_directive): Make static.
921 (inform): Rewrite using VA_FIXEDARG.
922 * dllwrap.c (mybasename): Add missing prototype.
923 (strhash, main): Likewise.
924 (inform): Rewrite using VA_FIXEDARG.
925 (warn): Likewise.
926 (cleanup_and_exit): Use old style function definition.
927 (strhash): Likewise.
928 * windres.c (define_resource): Use one memset to clear all of
929 struct res_resource.
930
405c98a4 931 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 932 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
933
9342002-05-06 Borut Razem <borut.razem@siol.net>
935
936 * rclex.l (get_string): Correct "strings" list handling.
937 * resrc.c (read_rc_file): Discard strings.
938
91593c9d
AM
9392002-05-04 Alan Modra <amodra@bigpond.net.au>
940
e58a75dc
AM
941 * ar.c (replace_members): Remove unused var. Formatting fix.
942 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
943
91593c9d
AM
944 * MAINTAINERS: Sort port maintainers by CPU.
945
6b52b824
AM
9462002-05-04 Bob Byrnes <byrnes@curl.com>
947
948 * size.c (display_archive): Add last_arfile and code to close archives.
949
dd70071f
AM
9502002-05-01 Alan Modra <amodra@bigpond.net.au>
951
952 * nm.c (print_symbol): Check returned filename from
953 bfd_find_nearest_line is non-NULL.
954
6c95717a 9552002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
956
957 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 958
3c25c5f6
NC
9592002-04-24 Christian Groessler <chris@groessler.org>
960
961 * MAINTAINERS: Changed my email address.
962
944cd72c
TS
9632002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
964
965 * arparse.y: Fix syntax warning.
966
ea91f8bb
NC
9672002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
968
3e55a963
NC
969 * readelf.c (fetch_location_list): Remove unused function.
970
971 * readelf.c (process_corefile_note_segment): Catch corrupt notes
972 and display a warning message, then exit the loop.
973
ea91f8bb
NC
974 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
975
45b99827
NC
9762002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
977
978 * resrc.c (write_rc_dialog): If charset is non-default value
979 display all of the DIALOGEX parameters.
980
9812002-04-15 Eric Kohl <ekohl@rz-online.de>
982
bb279dc0 983 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
984 DIALOGEX resources.
985 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
986 resource data.
bb279dc0 987 (res_to_bin_dialog): Likewise.
45b99827
NC
988 * windres.h: Added misssing charset variable to dialog_ex
989 structure.
990
acfbab8a
NC
9912002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
992
993 * rcparse.y: Set MEMFLAG_PURE by default.
994
df3baf66
NC
9952002-04-09 Bernd Herd <info@herdsoft.com>
996
bb279dc0 997 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 998 are quoted.
4c30641a 999 Fix typo in BEDIT warning.
91eafb40 1000 Don't add default dialog style when explicit style specified.
b62a12ca 1001 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1002
b24eb5ac
NC
1003 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1004 (handle_quotes) "\a" escape (used for right justified key
1005 definitions in menus) is encodes as binary 8.
df3baf66 1006
b24eb5ac
NC
1007 * resrc.c (write_rc_dialog): Print style even if it is 0.
1008 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1009 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1010
b24eb5ac
NC
1011 * resbin.c (bin_to_res_dialog): Use signature to identify
1012 DIALOGEX.
f7d63484 1013
b24eb5ac 1014 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1015
df3baf66
NC
10162002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1017
1018 * resrc.c: print CLASS names in quotes
1019
10202002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1021
1022 * MAINTAINERS: Update my email address.
1023
8e42bcb6
AM
10242002-04-04 Alan Modra <amodra@bigpond.net.au>
1025
1026 * dep-in.sed: Cope with absolute paths.
1027 * Makefile.am (dep.sed): Subst TOPDIR.
1028 Run "make dep-am".
1029 * Makefile.in: Regenerate.
1030
96f959e5
PT
10312002-03-27 Peter Targett <peter.targett@arc.com>
1032
1033 * MAINTAINERS: Update my email address.
1034
1ea788ee
AM
10352002-03-21 Alan Modra <amodra@bigpond.net.au>
1036
1037 * Makefile.am: Run "make dep-am".
1038 * Makefile.in: Regenerate.
1039 * doc/Makefile.in: Regenerate.
1040 * po/POTFILES.in: Regenerate.
1041 * aclocal.m4: Regenerate.
1042 * config.in: Regenerate.
1043 * configure: Regenerate.
1044
a2f14207
DB
10452002-03-20 Daniel Berlin <dan@dberlin.org>
1046
1047 * readelf.c: Add support for displaying dwarf2 location lists.
1048 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1049 (parse_args): Use 'O' as shorthand for displaying location list
1050 section.
1051 (process_section_headers): Handle debug_loc as well.
1052 (load_debug_loc): New.
1053 (free_debug_loc): New.
1054 (fetch_location_list): New.
1055 (display_debug_loc): New.
1056 (display_debug_info): Call load_debug_loc and free_debug_loc.
1057 (debug_displays): We can display .debug_loc now, too.
1058 (usage): Update usage string.
1059 (read_and_display_attr_value): Note location lists, but don't
1060 display them inline.
1061
eb1e0e80
NC
10622002-03-18 Tom Rix <trix@redhat.com>
1063
1064 * Makefile.am: Add binutils emulation support.
1065 * configure.in: Same.
1066 * configure.tgt: New file. Same.
1067 * ar.c (main): Use ar_emul_parse_arg.
1068 (usage): Use ar_emul_usage.
1069 (replace_members): Use ar_emul_replace, ar_emul_append.
1070 * binemul.c: New file. Define the binutils emulation
1071 layer. Define default methods.
1072 * binemul.h: New file. Binutils emulation layer header file.
1073 * emul_aix.c: New file. AIX binutils emulation.
1074 * emul_vanilla.c: New file. Default binutils emulation.
1075 * Makefile.in: Regenerate.
1076 * configure: Same.
1077
a1c259a1
NC
10782002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1079
1080 * po/fr.po: Updated version.
1081
9ce88e60
NC
10822002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1083
1084 * po/fr.po: Updated version.
1085
effb0601
DJ
10862002-03-07 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * README: Update some version numbers.
1089
a65688ab
DJ
10902002-03-07 Daniel Jacobowitz <drow@mvista.com>
1091
1092 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1093 (Architecture Selection): Likewise.
1094
f3f7fbb2
NC
10952002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1096
1097 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1098 generating .exp file.
1099
25345be5
NC
11002002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1101
1102 * readelf.c (dump_relocations): Fix typo.
1103
9a66911f
NC
11042002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1105
1106 * NEWS: Mark 2.12 branch.
1107
2c71103e
NC
11082002-02-18 Timothy Daly <remote_bob@yahoo.com>
1109
bb279dc0
ZW
1110 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1111 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1112 output.
bb279dc0 1113 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1114 to 'unrecognized'.
1115 (decode_ARM_machine_flags): Likewise.
1116 (parse_args): Likewise.
1117 (read_and_display_attr_value): Likewise.
1118 (display_debug_section): Likewise.
1119
49fda6c8
HPN
11202002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1121
1122 * NEWS: Mention support for MMIX.
1123
76f57f3a
JT
11242002-02-13 Matt Fredette <fredette@netbsd.org>
1125
1126 * readelf.c (get_machine_flags): Recognize EF_M68000.
1127
d36ca9c2
AO
11282002-02-12 Alexandre Oliva <aoliva@redhat.com>
1129
1130 * MAINTAINERS: Added self as MN10300 co-maintainer.
1131
19397422
AM
11322002-02-12 Alan Modra <amodra@bigpond.net.au>
1133
1134 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1135 DT_PPC64_OPDSZ.
1136
d434e574
DJ
11372002-02-11 Daniel Jacobowitz <drow@mvista.com>
1138
1139 * MAINTAINERS: List myself as branch maintainer.
1140
12b87c89
AM
11412002-02-11 Alan Modra <amodra@bigpond.net.au>
1142
1143 * configure: Regenerate.
1144 * objcopy.c: Update copyright date.
1145 * doc/Makefile.in: Regenerate.
1146
8d037c5c
DJ
11472002-02-10 Daniel Jacobowitz <drow@mvista.com>
1148
1149 * nlmconv.c: Back out localtime PARAMS change.
1150
4c168fa3
AM
11512002-02-11 Alan Modra <amodra@bigpond.net.au>
1152
1153 * objcopy.c (MKDIR): Define.
1154 (copy_archive): Make name_list.name const. Use MKDIR.
1155 Handle duplicate files in archives by making more temp dirs.
1156
408f8db1
DJ
11572002-02-10 Daniel Jacobowitz <drow@mvista.com>
1158
1159 * coffdump.c: Include "getopt.h" after "bucomm.h"
1160 so that macros are defined correctly.
1161 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1162 prototype. Prototype main.
1163 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1164
9f77fa06
AO
11652002-02-06 Alexandre Oliva <aoliva@redhat.com>
1166
1167 * MAINTAINERS: Added self as SH co-maintainer.
1168
82f6addb
NC
11692002-02-05 Nick Clifton <nickc@redhat.com>
1170
1171 * po/tr.po: Updated translation.
1172
ba323545
AM
11732002-02-01 Alan Modra <amodra@bigpond.net.au>
1174
1175 * Makefile.am: Run "make dep-am"
1176 * Makefile.in: Regenerate.
1177
3deb89d3
DJ
11782002-01-29 Daniel Jacobowitz <drow@mvista.com>
1179
1180 * nm.c (print_value): Mark abfd unused.
1181
a0e9c55f
DJ
11822002-01-29 Daniel Jacobowitz <drow@mvista.com>
1183
1184 * unwind-ia64.c (unw_decoder): Change second argument
1185 to unsigned int, to match function prototypes.
1186
d7a283d4
DJ
11872002-01-29 Daniel Jacobowitz <drow@mvista.com>
1188
1189 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1190 __GNU_LIBRARY__ will be defined.
1191 * size.c: Likewise.
1192
4867be41
DJ
11932002-01-27 Daniel Jacobowitz <drow@mvista.com>
1194
1195 * configure: Regenerated.
1196
7562a296
HPN
11972002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1198
1199 * doc/Makefile.am (install): Depend on install-info.
1200 * doc/Makefile.in: Regenerate.
1201
15c82623
NC
12022002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1203
1204 * objcopy.c (strip_usage): Document -d as an alias
1205 --strip-debug.
1206
1207 * size.c (usage): Document [-t | --totals] options.
1208 (long_options): Add --totals option.
1209 (main): If the [-t | --totals] option is specified and
1210 the output format is Berkeley-style, print the total
1211 text, data, and bss sizes of all objects listed.
1212 (print_berkeley_format): If the [-t | --totals] option
1213 is specified, track the total text, data, and bss
1214 sizes.
1215 * doc/binutils.texi (size): Document [-t | --totals] options.
1216 (strip): Document -d as an alias for --strip-debug.
1217 * NEWS: Mention new feature of size.
1218
00ea8601 12192002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1220
1ddbd152
NC
1221 * po/fr.po: Updated version.
1222 * po/es.po: Updated version.
b85cedd7 1223
8b53311e
NC
12242002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1225
1226 * addr2line.c (usage): Update text to provide verbose
1227 description of the command line options.
1228 * ar.c (usage): Update text to provide verbose
1229 description of the command line options.
1230 (main): Accept -h and -H when running as ranlib.
1231 * coffdump.c (show_usage): Update text to provide verbose
1232 description of the command line options.
1233 * dlltool.c (main): Accept -H as an alias for --help.
1234 * nlmconv.c (show_usage): Update text to provide verbose
1235 description of the command line options.
1236 * nm.c (usage): Replace OPTIONS with option(s).
1237 (main): Accept -H as an alias for --help.
1238 * objcopy.c (strip_main): Accept -H as an alias for --help.
1239 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1240 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1241 other binutils.
1242 * size.c (usage): Update text to provide verbose description
1243 of the command line options.
1244 (main): Accept -v, -h and -H as command line options.
1245 * srconv.c (show_usage): Update text to provide verbose
1246 description of the command line options.
1247 * strings.c (main): Accept -H and -v as command line options.
1248 (usage): Update text to provide verbose description of the
1249 command line options.
1250 * sysdump.c (show_usage): Update text to provide verbose
1251 description of the command line options.
1252 * windres.c (usage): Adjust format to match style used in
1253 other binutils.
1254
1255 * coffdump.c: Fix formatting.
1256 * nlmconv.c: Fix formatting.
1257 * srconv.c: Fix formatting.
1258 * sysdump.c: Fix formatting.
1259
c46f0c34
AM
12602002-01-22 Alan Modra <amodra@bigpond.net.au>
1261
1262 * Makefile.am: Run "make dep-am".
1263 * Makefile.in: Regenerate.
1264
2a538ba5
AJ
12652002-01-18 Andreas Jaeger <aj@suse.de>
1266
1267 * version.c (print_version): Update year.
1268
285d1771
AM
12692002-01-17 Alan Modra <amodra@bigpond.net.au>
1270
1271 * readelf.c (get_machine_name): Handle EM_PPC64.
1272 (guess_is_rela): Here too.
1273
328577ad
NC
12742002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1275
1276 * po/binutils.pot: Regenerate.
1277 * po/fr.po: Regenerate.
1278 * po/tr.po: Regenerate.
1279
af3ae48d
NC
12802002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1281
1282 * po/tr.po: Import new version.
1283
f1cb7e17
AM
12842002-01-16 Alan Modra <amodra@bigpond.net.au>
1285
1286 * readelf.c (get_ppc64_dynamic_type): New.
1287 (get_dynamic_type): Call it.
1288
6364e0b4
NC
12892002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1290
3ab9460d 1291 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1292 (strip_usage): Use "options" instead of "switches".
3ab9460d 1293 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1294 "switches".
6364e0b4 1295
3a7e524e
RE
12962002-01-14 Richard Earnshaw <rearnsha@arm.com>
1297
1298 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1299
1209e219
NC
13002001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1301
1302 * po/es.po: Import from translation project.
1303 * configure.in (ALL_LINGUAS): Add es.
1304 * configure: Regenerate.
1305
b4db1224
JT
13062002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1307
1308 * readelf.c (get_netbsd_elfcore_note_type): Use
1309 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1310
9437c45b
JT
13112002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1312
1313 * readelf.c: Update copyright years.
1314 (get_note_type): Return a const char *.
1315 (get_netbsd_elfcore_note_type): New function.
1316 (process_note): Use get_netbsd_elfcore_note_type to get
1317 the note type string for NetBSD ELF core files.
1318
00428cca
AM
13192002-01-06 Steve Ellcey <sje@cup.hp.com>
1320
1321 * readelf.c (get_ia64_segment_type): Add support for macros.
1322 (get_segment_type): Add support for IA64 specific macros.
1323
31104126
NC
13242001-12-20 Julian v. Bock <julian@wongr.net>
1325
1326 * readelf.c (print_symbol): New function: Print a formatted symbol
1327 name. If --wide is specified do not truncate it.
1328 (dump_relocations): Use print_symbol() to print symbol names.
1329 (process_symbol_table): Likewise.
1330 (process_syminfo): Likewise.
1331 (process_mips_specific): Likewise.
1332 (usage): Document new feature of --wide switch.
1333 * doc/binutils.texi (objdump): Document additional behaviour of
1334 --wide.
2a538ba5 1335
4dd67f29
MS
13362001-12-18 Michael Snyder <msnyder@redhat.com>
1337
1338 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1339 (copy_object): Don't set the start address or flags of a core file.
1340 (copy_section): Don't relocate a core file. Don't copy contents
1341 if the input section has the contents flag set, but the output
1342 section does not (which happens with the fake 'note' pseudo-
1343 sections that BFD creates for corefiles).
1344
43521d43
TS
13452001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1346
1347 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1348 ASE extensions. More robust code for ISA checking. Ignore empty fields
1349 in header flags for GNU extensions.
1350
b667df2e
AM
13512001-12-18 Alan Modra <amodra@bigpond.net.au>
1352
1353 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1354
17a5a5c3
NC
13552001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1356
1357 * po/ja.po: Import from translation project.
1358 * configure.in (ALL_LINGUAS): Add ja.
1359 * configure: Regenerate.
1360
65de42c0
TS
13612001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1362
1363 * addr2line.c (main): Protoype.
1364 * ar.c (main): Protoype.
1365 * nm.c (main): Protoype.
1366 * objcopy.c (main): Protoype.
1367 * objdump.c (main): Protoype.
1368 * size.c (main): Protoype.
1369 * strings.c (main): Protoype.
1370
9ad5cbcf
AM
13712001-12-17 Alan Modra <amodra@bigpond.net.au>
1372
1373 * readelf.c (symtab_shndx_hdr): New global.
1374 (SECTION_HEADER_INDEX): Define.
1375 (SECTION_HEADER_NUM): Define.
1376 (SECTION_HEADER): Define.
1377 (GET_ELF_SYMBOLS): Pass two params rather than three.
1378 (get_32bit_elf_symbols): Take file and section args. Read and
1379 use SHT_SYMTAB_SHNDX.
1380 (get_64bit_elf_symbols): Likewise.
1381 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1382 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1383 Remember symtab_shdx_hdr.
1384 (process_program_headers): Scan from index 1 for segment map.
1385 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1386 "section_headers".
1387 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1388 (process_unwind): Likewise.
1389 (process_version_sections): Likewise.
1390 (process_symbol_table): Likewise.
1391 (display_debug_info): Likewise.
1392 (process_dynamic_segment): Fake up a symtab section for changed
1393 GET_ELF_SYMBOLS.
1394 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1395 (process_program_headers): Kill signed/unsigned warning.
1396 (load_debug_str): Likewise.
1397 (display_debug_info): Likewise.
1398
65765700
JJ
13992001-12-13 Jakub Jelinek <jakub@redhat.com>
1400
1401 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1402
560f3c1c
AM
14032001-12-11 Alan Modra <amodra@bigpond.net.au>
1404
1405 * readelf.c (process_file_header): Print extended e_shnum and
1406 e_shdtrndx values. Set elf_header values for same.
1407 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1408 (get_64bit_section_headers): Likewise.
1409 (process_section_headers): Update calls.
1410 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1411
bc408b8a
JJ
14122001-12-10 Jakub Jelinek <jakub@redhat.com>
1413
1414 * objcopy.c (setup_section): Copy entsize.
1415
93fbbb04
GK
14162001-12-07 Geoffrey Keating <geoffk@redhat.com>
1417
1418 * readelf.c (guess_is_rela): Add support for stormy16.
1419 (dump_relocations): Likewise.
1420 (get_machine_name): Likewise.
1421
e3c8793a
NC
14222001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1423
1424 * dllwrap.c (main) Replace multiple strings describing a
1425 single error with a single, newline escaped sentence to permit
1426 better translation into foreign languages.
1427
1428 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1429 class names.
1430
956cd1d6
TS
14312001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1432
1433 * strings.c (get_char): Initialize value.
1434
956c53ee
TS
14352001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1436
1437 * arlex.l: Silence compile warnings.
1438 * arsup.h: Likewise. Fix formatting.
1439
cedd9a58
JJ
14402001-12-04 Jakub Jelinek <jakub@redhat.com>
1441
1442 * strings.c: Include config.h before bfd.h.
1443 (file_off): New type.
1444 (file_open): Define.
1445 (print_strings): Use file_off instead of file_ptr. Print addresses
1446 which don't fit into long correctly.
1447 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1448 available.
1449 (strings_file): Use file_off instead of file_ptr. Use file_open.
1450 * configure.in: Check for getc_unlocked.
1451 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1452 be defined for it.
1453 * configure: Rebuilt.
1454 * config.h.in: Rebuilt.
1455
af667503
L
14562001-11-29 H.J. Lu <hjl@gnu.org>
1457
1458 * bucomm.c (make_tempname): Revert the changes made on
1459 2001-11-14 and 2001-11-12. They won't work with directories.
1460
16474668
NC
14612001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1462
1463 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1464 CFLAGS_FOR_TARGET to runtest in environment.
1465 * Makefile.in: Rebuild.
1466 * doc/Makefile.in: Rebuild.
1467
17978339
MS
14682001-11-28 Mike Stump <mrs@wrs.com>
1469
1470 * objcopy.c (setup_section): Preserve SEC_RELOC when
1471 --set-section-flags is used.
1472
261a45ad
NC
14732001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1474
1475 * readelf.c (do_debug_str): New variable.
1476 (display_debug_str): New function: Display the contents of a
1477 .debug_str section.
1478 (load_debug_str): New function: Load in the contents of a
1479 .debug_str section.
1480 (free_debug_str): New function: Free the memory used by
1481 load_debug_str().
1482 (fetch_indirect_string): Retrieve a string from the .debug_str
1483 section.
1484 (usage): Add -ws.
1485 (parse_args): Accept -ws.
1486 (process_section_headers): Allow the display of the .debug_str
1487 section.
1488 (read_and_display_attr_value): Use fetch_indirect_string. Show
1489 offset into .debug_str section.
1490 (display_debug_info): Use load_debug_str and free_debug_str.
1491 (debug_displays): Add .debug_str.
1492 * doc/binutils.texi: Document -ws.
1493
b8908f93
AJ
14942001-11-19 Andreas Jaeger <aj@suse.de>
1495
1496 * testsuite/binutils-all/objdump.exp: Add x86-64.
1497
e5fb9629
AS
14982001-11-15 Andreas Schwab <schwab@suse.de>
1499
1500 * readelf.c: Fix warnings without terminating newline.
1501
802a735e
AM
15022001-11-15 Alan Modra <amodra@bigpond.net.au>
1503
1504 * doc/binutils.texi (objdump): Document ppc -M options.
1505
b89e9eae
AJ
15062001-11-14 Andreas Jaeger <aj@suse.de>
1507
1508 * doc/binutils.texi (objdump): Fix description to use x86-64.
1509
a6a25652
NC
15102001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1511
1512 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1513 not all systems provide mkstemp.
1514
e396998b
AM
15152001-11-14 Alan Modra <amodra@bigpond.net.au>
1516
1517 * doc/binutils.texi (objdump): Document x86 -M options.
1518
81766fca
RH
15192001-11-13 Keith Walker <keith.walker@arm.com>
1520
1521 * readelf.c (read_and_display_attr_value): New function to
1522 handle DW_FORM_indirect.
1523 (read_and_display_attr): Use it.
1524
1a509dcc
GK
15252001-11-13 Geoffrey Keating <geoffk@redhat.com>
1526
1527 * readelf.c (display_debug_lines): Deal with unknown standard
1528 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1529 DW_LNS_set_isa.
1530
6e917903 15312001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1532
6e917903
TW
1533 * MAINTAINERS: Add self as tic54x maintainer. This target
1534 includes the IBM C54XDSP clone.
7559e86e 1535
6e917903 15362001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1537
7559e86e
NC
1538 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1539
15402001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1541
ecdadc4a
JL
1542 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1543 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1544 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1545 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1546 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1547 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1548 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1549
91770270
JL
1550 * readelf.c (get_elf_class): Fix ISO portability glitch.
1551 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1552
ef5cdfc7
JJ
15532001-11-07 Jakub Jelinek <jakub@redhat.com>
1554
1555 * readelf.c (debug_str, debug_str_size): New.
1556 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1557 Call free_abbrevs.
1558 (read_and_display_addr): Handle DW_FORM_strp.
1559 (display_debug_info): Read .debug_str section if present,
1560 so that DW_FORM_strp can be handled.
1561 Fix test for non-existant .debug_abbrev section.
1562
5e9520c8
JJ
15632001-11-05 Jakub Jelinek <jakub@redhat.com>
1564
1565 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1566
1567 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1568
54589086
MS
15692001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1570
1571 * MAINTAINERS: Add self as s390/s390x maintainer.
1572
c05b685b
TR
15732001-11-02 Tom Rix <trix@bluey.cygnus.com>
1574
1575 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1576
3c62831e
NC
15772001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1578
1579 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1580 * configure: Regernate.
1581 * po/fr.po: New file.
1582 * po/tr.po: New file.
1583
3c3bdf30
NC
15842001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1585
9b19141a 1586 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1587 * readelf.c: Include elf/mmix.h.
1588 (guess_is_rela): MMIX is RELA.
1589 (dump_relocations): Handle MMIX relocations.
1590 * Makefile.am: Regenerate dependencies.
1591 * Makefile.in: Regenerate.
1592
f662939a
NC
15932001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1594
1595 * readelf.c (parse_args): Handle multiple options to the -w
1596 switch.
1597
c91d0dfb
JJ
15982001-10-12 Jakub Jelinek <jakub@redhat.com>
1599
1600 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1601 LOPROC, LOOS and LOUSER.
1602
7559e86e 16032001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1604
1605 * MAINTAINERS: Update my email address.
1606
fcd8210c
AM
16072001-10-03 Alan Modra <amodra@bigpond.net.au>
1608
1609 * doc/Makefile.in: Regenerate.
1610 * configure: Regenerate.
1611
428409d5
NC
16122001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1613
1614 * readelf.c (display_debug_line, display_debug_pubnames,
1615 display_debug_info, display_debug_frames): Detect and warn
1616 about 64-bit format entries.
1617 (display_debug_aranges): Reword 64-bit warning.
1618 (debug_displays): Add .debug_pubtypes as a known, but not yet
1619 supported, debug section.
1620
6a8c2b0d
AM
16212001-10-02 Alan Modra <amodra@bigpond.net.au>
1622
1623 * coffdump.c (PROGRAM_VERSION): Delete.
1624 (main <'V'>): Call print_version.
1625 * srconv.c: Likewise.
1626 * sysdump.c: Likewise.
1627 * version.c (program_version): Remove.
1628 (print_version): Use BFD_VERSION_STRING. Just print the current
1629 year in copyright message.
1630 * addr2line.c (program_version): Remove unused declaration.
1631 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1632 place of BFD_VERSION.
1633 * Makefile.am (Makefile): Depend on bfd/configure.in.
1634 (cplus-dem.o): Depend on Makefile.
1635 Run "make dep-am".
1636 * Makefile.in: Regenerate.
1637
e414a165
NC
16382001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1639
1640 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1641 format .debug_arange sections.
1642 (main): Add missing prototype.
b8908f93 1643
efc3ee7f
HPN
16442001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1645
1646 * Makefile.am: Update dependencies with "make dep-am".
1647 * Makefile.in: Regenerate.
1648
9e85c2a0
RH
16492001-09-28 Richard Henderson <rth@redhat.com>
1650
1651 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1652
451dad9c
AM
16532001-09-26 Alan Modra <amodra@bigpond.net.au>
1654
1655 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1656 VA_CLOSE.
1657 (non_fatal): Likewise.
1658 * objdump.c (objdump_sprintf): Likewise.
1659 * readelf.c (error): Likewise.
1660 (warn): Likewise.
1661
d974e256
JJ
16622001-09-25 Jakub Jelinek <jakub@redhat.com>
1663
1664 * readelf.c (do_wide): New.
1665 (options): Add --wide.
1666 (usage, parse_args): Likewise.
1667 (process_program_headers): Put each segment on a single line if
1668 --wide is given.
1669 (process_section_headers): Put each section on a single line if
1670 --wide is given.
1671 * doc/binutils.texi: Document it.
1672 * NEWS: Likewise.
1673
2f11c261
AM
16742001-09-25 Alan Modra <amodra@bigpond.net.au>
1675
1676 * readelf.c (print_vma): Print 8 digits of low hex value.
1677
1d50f91e
AJ
16782001-09-24 Andreas Jaeger <aj@suse.de>
1679
1680 * nlmconv.c: Fix warnings about unused attributes and function
1681 prototypes.
1682
1683 * strings.c: Add prototype for get_char.
1684
38131e67
L
16852000-09-19 H.J. Lu <hjl@gnu.org>
1686
1687 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1688 $(srcdir)/cxxfilt.man.
1689 * doc/Makefile.in: Rebuild.
1690
3bcfb3e4
AM
16912001-09-19 Alan Modra <amodra@bigpond.net.au>
1692
1693 * objcopy.c (copy_main): Correct rename-section string parsing.
1694 Consolidate new_name parsing, and error messages.
1695
3882b010
L
16962001-09-18 Bruno Haible <haible@clisp.cons.org>
1697
1698 * addr2line.c: Don't include <ctype.h>.
1699 (main): For gettext, also set the LC_CTYPE locate facet.
1700 * ar.c (main): Likewise.
1701 * coffdump.c (main): Likewise.
1702 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1703 (main): For gettext, also set the LC_CTYPE locate facet.
1704 Use ISALNUM instead of isalpha/isdigit.
1705 * dllwrap.c: Don't include <ctype.h>.
1706 (main): For gettext, also set the LC_CTYPE locate facet.
1707 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1708 (main): For gettext, also set the LC_CTYPE locate facet.
1709 Use TOUPPER instead of islower/toupper.
1710 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1711 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1712 Use TOUPPER instead of islower/toupper.
1713 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1714 * objcopy.c (main): Likewise.
1715 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1716 (disassemble_bytes): Use ISPRINT instead of isprint.
1717 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1718 (dump_data): Use ISPRINT instead of isprint.
1719 (main): For gettext, also set the LC_CTYPE locate facet.
1720 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1721 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1722 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1723 Use TOUPPER instead of islower/toupper.
1724 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1725 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1726 (write_rc_accelerators): Use ISPRINT instead of isprint.
1727 (write_rc_rcdata): Likewise.
1728 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1729 * srconv.c (main): Likewise.
1730 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1731 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1732 isdigit/isupper/islower.
1733 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1734 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1735 stab_demangle_prefix, stab_demangle_qualified,
1736 stab_demangle_template, stab_demangle_type,
1737 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1738 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1739 (isgraphic): Use ISPRINT instead of isascii/isprint.
1740 (main): Remove HAVE_LC_MESSAGES dependency.
1741 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1742 (pbarray): Use ISPRINT instead of isprint.
1743 (main): For gettext, also set the LC_CTYPE locate facet.
1744 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1745 (format_from_filename): Use ISPRINT instead of isprint.
1746 (main): For gettext, also set the LC_CTYPE locate facet.
1747 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1748 (unicode_print): Use ISPRINT instead of isprint.
1749 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1750 (stab_variable): Use ISDIGIT instead of isdigit.
1751
e59b4dfb
AM
17522001-09-18 Alan Modra <amodra@bigpond.net.au>
1753
1754 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1755 Replace bfd_read call with call to bfd_bread.
1756 (extract_file): Likewise.
1757
1758 * objdump.c (dump_section_header): Cast section->filepos to
1759 unsigned long to suit printf format string.
1760 * readelf.c (process_section_headers): Similarly for sh_offset.
1761 (process_unwind): Likewise.
1762
d132876a
NC
17632001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1764
1765 * strings.c (encoding, encoding_bytes): New variables.
1766 (long_options): Add --encoding.
1767 (main): Accept -e and --encoding.
1768 (get_char): New function. Read a, possibly wide, character from
1769 the input stream.
1770 (print_strings): Use get_char().
1771 (usage): Document new command line option.
1772 * doc/binutils.texi: Document new command line option.
1773 * NEWS: Announce new command line option.
1774
7559e86e 17752001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1776
1777 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1778 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1779 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1780 Removed EM_CYGNUS_ARC.
1781
7559e86e 17822001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1783
1784 * readelf.c: Include elf/h8 for H8 series definitions.
1785 (guess_is_rela): H8 series if RELA.
1786 (dump_relocations): Handle H8 series relocations.
1787
0823fbca
EC
17882001-08-31 Eric Christopher <echristo@redhat.com>
1789
1790 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1791
8db76d70
PT
17922001-08-29 Peter Targett <peter.targett@arccores.com>
1793
1794 * MAINTAINERS: Include ARC Maintainer.
1795
d81d6584
BE
17962001-08-29 Ben Elliston <bje@redhat.com>
1797
1798 * stabs.c (stab_demangle_template): Initialise s4.
1799
25a1ff5b
AM
18002001-08-27 Alan Modra <amodra@bigpond.net.au>
1801
1802 * readelf.c (dump_relocations): Recognise EM_PPC64.
1803
a5d22d2a
TS
18042001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1805
1806 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1807
62a5a82d
L
18082001-08-25 H.J. Lu <hjl@gnu.org>
1809
1810 * nm.c (print_width): New.
1811 (display_rel_file): Set `print_width' according to
1812 bfd_sprintf_vma.
1813 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1814
1ae8b3d2
AO
18152001-08-24 Alexandre Oliva <aoliva@redhat.com>
1816
1817 * objcopy.c (use_alt_mach_code): New variable.
1818 (OPTION_ALT_MACH_CODE): Define.
1819 (copy_options): Added --alt-machine-code.
1820 (copy_main): Handle it.
1821 (copy_object): Switch to alternate machine code if requested.
1822 * doc/binutils.texi: Document new option.
1823 * NEWS: Likewise.
1824
d1bdd336
TS
18252001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1826
1827 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1828
410f7a12
L
18292001-08-21 H.J. Lu <hjl@gnu.org>
1830
1831 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1832 (display_debug_info): Cast for 64bit hosts.
1833 (display_debug_frames): Likewise.
1834 (process_mips_specific): Likewise.
1835
c32144ff
AJ
18362001-08-21 Andreas Jaeger <aj@suse.de>
1837
1838 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1839
1840 * sysdump.c: Add missing prototypes.
1841 * srconv.c: Likewise.
1842 * unwind-ia64.c: Likewise.
1843 * coffdump.c: Likewise.
1844
1845 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1846
1847 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1848 of declaring xcalloc.
1849
d8180c76
L
18502001-08-10 H.J. Lu <hjl@gnu.org>
1851
1852 * nm.c (print_value): Add one arg, bfd *.
1853 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1854 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1855 (print_symbol_info_sysv): Likewise.
1856 (print_symbol_info_posix): Likewise.
1857
1858 * objdump.c (dump_section_header): Replace printf_vma with
1859 bfd_printf_vma.
1860 (print_section_stabs): Likewise.
1861 (dump_bfd_header): Likewise.
1862 (objdump_print_value): Replace sprintf_vma with
1863 bfd_sprintf_vma.
1864 (disassemble_bytes): Likewise.
1865 (dump_reloc_set): Likewise.
1866
0218d1e4
AJ
18672001-08-10 Andreas Jaeger <aj@suse.de>
1868
1869 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1870 to build warnings.
1871 * configure: Regenerate.
1872
2863d58a
AM
18732001-08-09 Alan Modra <amodra@bigpond.net.au>
1874
1875 * readelf.c: Add missing prototypes.
1876 * objdump.c: Likewise. Format existing prototypes.
1877
c0e047e0
AO
18782001-08-08 Alexandre Oliva <aoliva@redhat.com>
1879
1880 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1881 of any RELA relocation for the abbrev_offset memory location that
1882 refers to the .debug_abbrev section symbol.
1883
ff78d6d6
L
18842001-08-07 H.J. Lu <hjl@gnu.org>
1885
1886 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1887 (main): Return process_file ().
1888
c36774d6
PB
18892001-08-05 Philip Blundell <philb@gnu.org>
1890
1891 * doc/binutils.texi: Use "Thumb" not "THUMB".
1892
8f9d9bd9
JH
18932001-08-03 John Healy <jhealy@redhat.com>
1894
bb279dc0
ZW
1895 Patch suggested by Frank Eigler <fche@redhat.com>.
1896 * objdump.c (disassemble_data): Fill in section member of the
1897 disasm_info structure.
8f9d9bd9 1898
c918cb96
DD
18992001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1900
1901 * configure.in: Added --with-windres option.
1902 * configure: Regenerated.
1903
c7c55b78
NC
19042001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1905
1906 * doc/binutils.texi: Use @command{name} for commands;
1907 use @option{-opt} for options; use @table @env for list of options;
1908 remove spaces arround [ | ] in synopsis.
1909
1910 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1911 center title.
1912
594ef5db
NC
19132001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1914
bb279dc0
ZW
1915 * objcopy.c: Fix formatting.
1916 (section_rename): New structure.
1917 (OPTION_RENAME_SECTION): New switch.
1918 (copy_usage): Document new switch.
1919 (add_section_rename): New function: Add a node to the section
1920 rename list.
1921 (find_section_rename): New function: Find the new name and
1922 flags for a section.
1923 (setup_section): Call find_section_name to determine the name
1924 of the output section.
1925 (copy_main): Handle OPTION_RENAME_SECTION.
1926 * binutils.texi: Document new switch.
594ef5db
NC
1927 * NEWS: Mention new switch.
1928
1f554c69
NC
19292001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1930
1931 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1932 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1933 bug-binutils@gcc.org.
1934
2f83960e
AM
19352001-07-28 Matthias Kramm <kramm@quiss.org>
1936
1937 * bucomm.c (list_supported_architectures): New function.
1938 * bucomm.h (list_supported_architectures): Declare.
1939 * objdump.c (usage): Call the above.
1940
20fe0649
DB
19412001-07-25 Dave Brolley <brolley@redhat.com>
1942
1943 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1944 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1945
1b577b00
NC
19462001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1947
1948 * README: Update for 2.11. Change bug reporting email address.
1949 * MAINTAINERS: Tidy up. Change bug reporting email address.
1950
95fd336c
DD
19512001-07-16 DJ Delorie <dj@redhat.com>
1952
5f16d855
DD
1953 * resres.c (write_res_header): Align header size.
1954 (res_align_file): Calculate alignment correctly.
1955
95fd336c
DD
1956 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1957 correct 10).
1958 * resrc.c (write_rc_resource): Likewise.
1959 * windres.h (SUBLANG_SHIFT): Define - as 10.
1960
ed8fee27
NC
19612001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1962
1963 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1964
90ab7e9a
NC
19652001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1966
1967 * MAINTAINERS: Add notes about branch checkins.
1968
e0c60db2
NC
19692001-07-05 Daniel Berlin <dan@cgsoftware.com>
1970
1971 * readelf.c (display_debug_macinfo): New function, display
1972 .debug_macinfo section.
1973 (do_debug_macinfo): New variable.
1974 (parse_args): Handle "-w[mM]" to mean display macro info.
1975 (process_section_headers): Handle debug_macinfo.
1976 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1977 function for .debug_macinfo display.
e0c60db2
NC
1978 * doc/binutils.texi: Document new command line switch.
1979 * NEWS: Document new feature of readelf.
0218d1e4 1980
24e01a36
L
19812001-07-05 H.J. Lu <hjl@gnu.org>
1982
1983 * objcopy.c (filter_symbols): Don't turn undefined symbols
1984 into local.
1985
4258bf4d
L
19862001-07-03 H.J. Lu <hjl@gnu.org>
1987
1988 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1989 $@.pod.
1990 (ar.1): Likewise.
1991 (dlltool.1): Likewise.
1992 (nlmconv.1): Likewise.
1993 (nm.1): Likewise.
1994 (objcopy.1): Likewise.
1995 (objdump.1): Likewise.
1996 (ranlib.1): Likewise.
1997 (readelf.1): Likewise.
1998 (size.1): Likewise.
1999 (strings.1): Likewise.
2000 (strip.1): Likewise.
2001 (windres.1): Likewise.
2002 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2003 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2004 $(DEMANGLER_NAME).
2005 (as.1): Removed.
2006 * doc/Makefile.in: Regenerated.
2007
7014bc31
NC
20082001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2009
2010 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2011
b811889f
NC
20122001-07-01 Daniel Berlin <dan@cgsoftware.com>
2013
2014 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2015
12ab83a9
NC
20162001-06-29 James Cownie <jcownie@etnus.com>
2017
2018 * readelf.c: Support DWARF 2.1 attributes.
2019
a6e9f9df
AM
20202001-06-28 Alan Modra <amodra@bigpond.net.au>
2021
2022 * readelf.c (GET_DATA_ALLOC): Remove.
2023 (GET_DATA): Remove.
2024 (get_data): New function combining above macros, with an extra
2025 test for zero size.
2026 (slurp_rela_relocs): Use get_data, and catch error return.
2027 (slurp_rel_relocs): Likewise.
2028 (get_32bit_program_headers): Likewise.
2029 (get_64bit_program_headers): Likewise.
2030 (get_32bit_section_headers): Likewise.
2031 (get_64bit_section_headers): Likewise.
2032 (get_32bit_elf_symbols): Likewise.
2033 (get_64bit_elf_symbols): Likewise.
2034 (process_section_headers): Likewise.
2035 (process_relocs): Likewise.
2036 (slurp_ia64_unwind_table): Likewise.
2037 (process_unwind): Likewise.
2038 (get_32bit_dynamic_segment): Likewise.
2039 (get_64bit_dynamic_segment): Likewise.
2040 (process_dynamic_segment): Likewise.
2041 (process_version_sections): Likewise.
2042 (process_symbol_table): Likewise.
2043 (dump_section): Likewise.
2044 (display_debug_info): Likewise.
2045 (display_debug_section): Likewise.
2046 (process_section_contents): Likewise.
2047 (process_corefile_note_segment): Likewise.
2048 (process_mips_specific): Likewise. Also free econf32, econf64.
2049
af3fc3bc
AM
20502001-06-25 Alan Modra <amodra@bigpond.net.au>
2051
2052 * readelf.c (dump_relocations): Print "bad symbol index" if
2053 symtab == NULL with non-zero symtab_index.
2054 (process_relocs): Don't bomb if reloc section has no symsec.
2055
6d900bf6
L
20562001-06-24 H.J. Lu <hjl@gnu.org>
2057
2058 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2059 by accident.
2060 (copy_main): Apply the the change made to strip_main on
2061 2001-05-30 by accident.
2062
49b4e386
AJ
20632001-06-23 Andreas Jaeger <aj@suse.de>
2064
2065 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2066 parameter 'code'.
2067 (unw_decode_x2): Likewise.
2068 (unw_decode_x3): Likewise.
2069 (unw_decode_x4): Likewise.
2070
d8dc71e3
BE
20712001-06-23 Ben Elliston <bje@redhat.com>
2072
2073 * MAINTAINERS: Add myself as M88k maintainer.
2074
af3bdff7
NC
20752001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2076
2077 * objcopy.c (strip_main): Support -o or --output-file command lien
2078 switch.
2079
105e7211
L
20802001-06-19 H.J. Lu <hjl@gnu.org>
2081
2082 * doc/Makefile.in: Regenerated.
2083
c45021f2
NC
20842001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2085
2086 * readelf.c: Restore formatting.
2087
20882001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2089
bb279dc0
ZW
2090 * Makefile.am: Move documentation into doc subdirectory.
2091 * Makefile.in: Regenerated.
c45021f2 2092 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2093 * addr2line.1: Removed.
2094 * ar.1: Likewise.
2095 * dlltool.1: Likewise.
2096 * nlmconv.1: Likewise.
2097 * nm.1: Likewise.
2098 * objcopy.1: Likewise.
2099 * objdump.1: Likewise.
2100 * ranlib.1: Likewise.
2101 * readelf.1: Likewise.
2102 * size.1: Likewise.
2103 * strings.1: Likewise.
2104 * strip.1: Likewise.
2105 * windres.1: Likewise.
2106 * cxxfilt.man: Likewise.
c45021f2
NC
2107 * doc: New Directory.
2108 * doc/Makefile.am: New file.
2109 * doc/Makefile.in: Generate.
2110
09ad7db3
AM
21112001-06-09 Alan Modra <amodra@bigpond.net.au>
2112
2113 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2114
936260fe
AM
21152001-06-01 Alan Modra <amodra@bigpond.net.au>
2116
2117 * MAINTAINERS: Update my email address.
2118
16b2b71c
NC
21192001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2120
2121 * objcopy.c: Add new switches: --keep-global-symbol,
2122 --keep-symbols, --localize-symbols, --keep-global-symbols and
2123 --weaken-symbols.
2124 * binutils.texi: Document new switches.
2125 * objcopy.1: Regenerate.
2126 * NEWS: Announce new feature.
2127
7036c0e1
AJ
21282001-05-28 Andreas Jaeger <aj@suse.de>
2129
2130 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2131 variables, fix format strings.
2132
76a406e5
NC
21332001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2134
2135 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2136 when computing the address of the line to show.
2137
31b6fca6
RH
21382001-05-16 Richard Henderson <rth@redhat.com>
2139
2140 * readelf.c (do_debug_frames_interp): New.
2141 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2142 (byte_get_big_endian): Likewise.
2143 (parse_args) ['F']: Set do_debug_frames_interp.
2144 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2145 (frame_display_row): Don't trunc pc_begin to int.
2146 (size_of_encoded_value): New.
2147 (display_debug_frames): Handle 64-bit targets. Print raw data
2148 unless do_debug_frames_interp.
2149 (debug_displays): Remove duplicate .debug_frame.
2150
4fe85591
NC
21512001-05-15 Ralf Baechle <ralf@gnu.org>
2152
2153 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2154 The former constant was never in active use and is used otherwise
2155 by the ABI.
2156
579f31ac
JJ
21572001-05-11 Jakub Jelinek <jakub@redhat.com>
2158
2159 * readelf.c (process_unwind): Print all unwind sections, not just
2160 one.
2161
78f4a3f7
AM
21622001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2163
2164 * readelf.c (process_unwind): Remove const specifier.
2165
1c529ca6
NC
21662001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2167
2168 * strings.c (isgraphic): Do not use isascii() unless it is needed
2169 for isprint() to work.
2170 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2171
87e6d782
NC
21722001-04-27 Johan Rydberg <jrydberg@opencores.org>
2173
bb279dc0 2174 * NEWS: Announce support for OpenRISC.
87e6d782 2175
4bd3d870 21762001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2177
2178 * dlltool.c (do_default_excludes): Initialise to true.
2179
21211521
AM
21802001-04-10 Alan Modra <amodra@one.net.au>
2181
2182 * MAINTAINERS: Update my email address
2183 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2184
0c66b61e 21852001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2186
2187 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2188
e58d53af
L
21892001-03-30 H.J. Lu <hjl@gnu.org>
2190
2191 * readelf.c (process_unwind): Just return if do_unwind is 0.
2192
bee72332
DD
21932001-03-28 Roger Sayle <roger@metaphorics.com>
2194
2195 * dlltool.c (make_one_lib_file): Fix section flags for
2196 .text, .data and .bss in stub ds*.o files to match those
2197 generated by gas.
2198
f1467e33
L
21992001-03-29 H.J. Lu <hjl@gnu.org>
2200
2201 * readelf.c (process_unwind): Only do unwind sections for
2202 IA64.
2203
1c6fb4fe
L
22042001-03-28 H.J. Lu <hjl@gnu.org>
2205
2206 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2207 * Makefile.in: Regenerate.
2208
0879a67a
AJ
22092001-03-26 Andreas Jaeger <aj@suse.de>
2210
2211 * binutils.texi (nm): Fix texi syntax.
2212
0285c67d
NC
22132001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2214
2215 * binutils.texi: Put @c man begin and @c man end indications
2216 to generate man pages using texi2pod and pod2man. Put @c man title
2217 to identify each man. Add SEEALSO entries.
2218 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2219 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2220 sort the list.
2221 (*.1): Build the man pages from binutils.texi.
2222 * Makefile.in: Regenerate.
2223
04847a4d
CF
22242001-03-13 Eric Kohl <ekohl@rz-online.de>
2225
2226 * defparse.y (opt_equal_name): allow "." in name.
2227 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2228 (gen_exp_file): Likewise.
2229
43a0748c
NC
22302001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2231
2232 * NEWS: Document addition of -B switch to objcopy.
2233 * binutils.texi: Document addition of -B switch to objcopy.
2234 * objcopy.c: (copy_options): Add --binary-architecture.
2235 (copy_usage): Document -B/--binary-architecture.
2236 (copy_main): Support -B/--binary-architecture. Set
2237 bfd_external_binary_architecture.
0879a67a 2238
b7498e0e
NC
22392001-03-11 Andreas Jaeger <aj@suse.de>
2240
2241 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2242 (dump_relocations): Likewise.
2243 (get_machine_name): Likewise.
2244
a59e3bd7
NC
22452001-02-28 Nick Clifton <nickc@redhat.com>
2246
2247 * readelf.c: (struct unw_aux_info): Remove const modifier for
2248 'strtab' field.
2249 (process_unwind): Remove non-K&R compliant LHS type cast in call
2250 to GET_DATA_ALLOC macro.
2251
a5bcd848
PB
22522001-02-28 Philip Blundell <pb@futuretv.com>
2253
2254 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2255 ABI is in use; remove ambiguity between the "unknown" EABI and
2256 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2257 renamed EF_xx constants.
2258
27b7e12d
AM
22592001-02-27 Alan Modra <alan@linuxcare.com.au>
2260
2261 * configure.in (BFD_VERSION): New.
2262 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2263 * configure: Regenerate.
2264 * Makefile.am: Run "make dep-am"
2265 * Makefile.in: Regenerate.
2266
a9f10786
NC
22672001-02-14 Nick Clifton <nickc@redhat.com>
2268
2269 * MAINTAINERS: Add "Obvious Fix" rule.
2270
3c44da9a
MS
22712001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2272
2273 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2274 literal concatenation.
2275
ecd03389
MS
22762001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2277
2278 * readelf.c (struct unw_aux_info): Remove const from the info member.
2279 (process_unwind): Don't type-cast the third argument to the
2280 GET_DATA_ALLOC macro.
2281
88ec60c7
NC
22822001-02-11 Nick Clifton <nickc@redhat.com>
2283
2284 * readelf.c (dump_relocations): Free corrected allocated
2285 array.
2286 (process_unwind): Fix compile time warning.
2287
f5e21966
NC
22882001-02-10 Nick Clifton <nickc@redhat.com>
2289
2290 * binutils.texi: Document new --unwind option to readelf.
2291
a85d7ed0
NC
22922001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2293
2294 * readelf.c: Add linux target for S/390.
2295
7bb10502
AM
22962001-02-10 Alan Modra <alan@linuxcare.com.au>
2297
2298 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2299 printf is a macro.
2300
8ca8f343
HPN
23012001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2302
2303 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2304 * aclocal.m4: Regenerate.
2305 * configure: Regenerate.
2306
7340082d
NC
23072001-02-07 Todd Vierling <tv@wasabisystems.com>
2308
2309 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2310 * objdump.c (bfd_target_vector): Likewise.
2311
4d6ed7c8
NC
23122001-02-07 David Mosberger <davidm@hpl.hp.com>
2313
2314 * readelf.c (process_unwind): New function.
2315 (slurp_ia64_unwind_table): Ditto.
2316 (dump_ia64_unwind): Ditto.
2317 (find_symbol_for_address): Ditto.
2318 (slurp_rela_relocs): New function (split off from dump_relocations()).
2319 (slurp_rel_relocs): Ditto.
2320 (parse_args): Handle '-u' option.
2321
2322 * unwind-ia64.c: New file.
2323 * unwind-ia64.h: New file.
2324 * Makefile.am: Include unwind-ia64.c in readelf build.
2325 * Makefile.in: Regenerate.
7340082d 2326 * po/binutils.pot: Regenerate.
4d6ed7c8 2327
c7217458
PB
23282001-02-04 Philip Blundell <philb@gnu.org>
2329
2330 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2331 * configure: Regenerate.
2332
956eedd4
AM
23332001-01-31 Steve deRosier <sderosier@vari-lite.com>
2334
2335 * ieee.c (ieee_add_bb11): Don't check for backslashes
2336 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2337
8855cbca
AM
23382001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2339
c7f2731e
AM
2340 * ieee.c: Update copyright.
2341 (ieee_start_compilation_unit): Don't check for backslashes
2342 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2343
8855cbca
AM
2344 * stabs.c: Update copyright. Include "filenames.h".
2345 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2346
329de803 23472001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2348
2349 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2350 sections are present before using them. Remove code duplication.
2351 (process_symbol_table): Check if VERDEF or VERNEED sections are
2352 present before using them.
2353
23719f39
NC
23542001-01-17 Nick Clifton <nickc@redhat.com>
2355
2356 * objcopy.c (copy_object): Fail if attempting to convert the
2357 endianness of the input object file.
2358
2359 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2360
f726e849
NC
23612001-01-16 Nick Clifton <nickc@redhat.com>
2362
2363 * readelf.c (string_table_length): New variable.
2364 (SECTION_NAME): Catch out of range indices and missing section
2365 pointers.
2366 (process_section_headers): Delete useless local variable
2367 string_table_offset. Set the value of string_table_length
2368 after loading the string table.
2369 (process_mips_specific): Use SECTION_NAME macro.
2370 (process_file): Set string_table_length to 0 when it is freed.
2371
d0398d6a
NC
23722001-01-12 Nick Clifton <nickc@redhat.com>
2373
2374 * version.c (print_version): Update copyright date.
2375
0d2bcfaf
NC
23762001-01-11 Peter Targett <peter.targett@arccores.com>
2377
2378 * readelf.c (dump_relocations): Include selection with EM_ARC.
2379 (get_machine_name) Update name to "ARC".
2380
8b1e6df3
NC
23812001-01-09 Nick Clifton <nickc@redhat.com>
2382
2383 * Makefile.am: Add rule to build objdump.o from objdump.c and
2384 using OBJDUMP_DEFS.
2385 * Makefile.in: Regenerate.
2386
2387 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2388 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2389 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2390 * configure: Regenerate.
8b1e6df3
NC
2391
2392 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2393 is defined read in the relocs even if dump_reloc_info is
2394 false.
2395
2f952d20
PB
23962001-01-07 Philip Blundell <philb@gnu.org>
2397
2398 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2399 `bug-binutils'.
2400 * README: Likewise.
2401
a8c548cb
NC
24022000-12-19 Nick Clifton <nickc@redhat.com>
2403
2404 * dlltool.c: Add missing support for arm-epoc-pe.
2405 * configure.in: Add missing support for arm-epoc-pe.
2406 * configure: Regenerate.
2407
cc5fda35
NC
24082000-12-15 Nick Clifton <nickc@redhat.com>
2409
2410 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2411 Mode parts of the x86 port.
2412
bcedfee6
NC
24132000-12-04 Andreas Jaeger <aj@suse.de>
2414
2415 * readelf.c (guess_is_rela): Add EM_X86_64.
2416 (dump_relocations): Add EM_X86_64.
2417 (get_machine_name): Add EM_X86_64.
2418 Include "elf/x86-64.h".
2419
584da044
NC
24202000-12-12 Nick Clifton <nickc@redhat.com>
2421
2422 * readelf.c: Fix formatting.
2423
7559e86e 24242000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2425
2426 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2427
a98cc2b2
AH
24282000-12-07 Andrew Haley <aph@redhat.com>
2429
2430 * readelf.c (display_debug_frames): Only display columns that are
2431 referenced by the frame debug info.
2432
c7987a69
NC
24332000-12-05 Nick Clifton <nickc@redhat.com>
2434
2435 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2436
09fd7e38
JM
24372000-12-04 Jason Merrill <jason@redhat.com>
2438
2439 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2440 (display_debug_section): Likewise.
2441 (display_debug_info): Display CU header before bailing.
2442
e7af610e
NC
24432000-12-01 Chris Demetriou <cgd@sibyte.com>
2444
09fd7e38
JM
2445 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2446 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2447 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2448
09fd7e38
JM
2449 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2450 and E_MIPS_ARCH_64.
84ea6cf2 2451
09fd7e38
JM
2452 * readelf.c (get_machine_flags): Add case for
2453 E_MIPS_MACH_SB1.
c6c98b38 2454
75066968
DD
24552000-11-30 Richard Earnshaw <rearnsha@arm.com>
2456
2457 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2458
5c4666ea
HPN
24592000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2460