* readelf.c (guess_is_rela): Handle EM_IQ2000.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3b36097d
SC
12003-01-02 Ben Elliston <bje@redhat.com>
2
3 * readelf.c (guess_is_rela): Handle EM_IQ2000.
4 (get_machine_name): Likewise.
5 (dump_relocations): Likewise.
6 * NEWS: Mention IQ2000 support.
7
cb44e358
RS
82003-01-02 Richard Sandiford <rsandifo@redhat.com>
9
10 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
11
af7ee8bf
CD
122002-12-30 Chris Demetriou <cgd@broadcom.com>
13
14 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
15 changes in MIPS -M options.
16
2469cfa2
NC
172002-12-30 Dmitry Diky <diwil@mail.ru>
18
19 * Makefile.am: Add msp430 target.
20 * Makefile.in: Regenerate.
21 * readelf.c: Add support for msp430 target.
22
640c0ccd
CD
232002-12-27 Chris Demetriou <cgd@broadcom.com>
24
25 * doc/binutils.texi (objdump): Document MIPS -M options.
26
59f14fc0
AS
272002-12-23 Andreas Schwab <schwab@suse.de>
28
29 * readelf.c (main): Reset dump request after each file.
30
312b768e
NC
312002-12-23 Nick Clifton <nickc@redhat.com>
32
33 * nlmconv.c (main): Pass TRUE as third argument to
34 bfd_arch_get_compatible.
35
8745eafa
NC
362002-12-23 Nick Clifton <nickc@redhat.com>
37
38 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
39 macro. Handle 'S' encoding, accepting 8-bit characters.
40 (main): Parse 'S' encoding.
41 (get_char): Accept 'S' encoding.
42 (print_strings): Use STRING_ISGRAPHIC.
43 (usage): Document support of 'S' encoding.
44 * doc/binutils.texi: Document support of 'S' encoding/
45 * NEWS: Mention new feature.
46
08213ebb
AM
472002-12-20 Alan Modra <amodra@bigpond.net.au>
48
49 * README <building ar>: Don't use libibery's needed_list or
50 required_list, instead link libiberty/*.o.
51
b9e5d8e5
KH
522002-12-19 Kazu Hirata <kazu@cs.umass.edu>
53
54 * doc/binutils.texi: Fix typos.
55
c51238bc
DA
562002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
57
58 * doc/binutils.texi: Add missing parenthesis.
59
d7fb0dd2
NC
602002-12-15 Nick Kelsey <nickk@ubicom.com>
61
62 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
63 symbols by adding the given prefix to the begining of the symbol
64 name. This is useful to provide name space seperation regardless
65 of how the object file was created. Added --prefix-sections=
66 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
67 sections (or all sections with the alloc flag set) by adding the given
68 prefix to the begining of the symbol name.
69 * NEWS: Mention this new feature.
70 * doc/binutils.texi: Document this new feature.
71
55b9cdf1
AM
722002-12-13 Alan Modra <amodra@bigpond.net.au>
73
74 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
75 dyn_string_append with dyn_string_append_cstr.
76
77 * emul_aix.c (ar_emul_aix_create): Remove unused function.
78
84ad6ede
NC
792002-12-10 James Cownie <jcownie@etnus.com>
80
81 * readelf.h (get_TAG_name, get_AT_name,
704afb58 82 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
83 DWARF2 spec.
84 * NEWS: Mention this new support.
85
7d036af2
AM
862002-12-08 Alan Modra <amodra@bigpond.net.au>
87
88 * NEWS: Mention that bfd no longer declares a "boolean" type.
89
3e8bba36
AM
902002-12-07 Alan Modra <amodra@bigpond.net.au>
91
92 * readelf.c (process_program_headers): When setting loadaddr, don't
93 assume segment size is 4k. Use p_align instead.
94 (loadaddr): Change from int to long.
95 (dynamic_addr, dynamic_info, version_info): Likewise.
96 (process_dynamic_segment <syminsz>): Likewise.
97 (process_dynamic_segment): Adjust print format string.
98 (rela_addr, rela_size): Delete.
99 (process_relocs): Formatting.
100
d070dab9
JW
1012002-12-05 Jim Wilson <wilson@redhat.com>
102
103 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
104 * configure: Regenerate.
105
45bcbdb1
ILT
1062002-12-04 Ian Lance Taylor <ian@airs.com>
107
108 * MAINTAINERS: Change e-mail address back to airs.com.
109
42ea8716
AH
1102002-12-04 Aldy Hernandez <aldyh@redhat.com>
111
112 * MAINTAINERS: Add self.
113
b34976b6
AM
1142002-11-30 Alan Modra <amodra@bigpond.net.au>
115
116 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
117 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
118 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
119 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
120 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
121 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
122 with TRUE/FALSE. Formatting.
123
c8286bd1
JJ
1242002-11-29 Jakub Jelinek <jakub@redhat.com>
125
126 * readelf.c Replace occurrences of Elf32_Internal_* and
127 Elf64_Internal_* with Elf_Internal_*.
128 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
129 Zero r_addend fields.
130 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
131 Elf_Internal_Rela.
132
92acdfaf
NC
1332002-11-23 Nick Clifton <nickc@redhat.com>
134
135 * size.c (usage): Fix typo describing switch for hex format.
136
48c5eb8a
SS
1372002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
138
139 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
140 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
141 testcase
142
2f62977e
NC
1432002-11-14 Nick Clifton <nickc@redhat.com>
144
145 * readelf.c (process_program_headers): Add comment about return
146 value. Ensure that 0 is returned if the headers are not loaded.
147 (process_file): If process_section_headers failed to load the
148 headers disable any tests that rely upon them. Similarly for
149 process_program_headers.
150
cd24c222
NC
1512002-11-12 Nick Clifton <nickc@redhat.com>
152
153 * po/da.po: Updated Danish translation.
154
f3931575
AM
1552002-11-12 Klee Dienes <kdienes@apple.com>
156
157 * rddbg.c (read_section_stabs_debugging_info): Also recognize
158 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
159
b54e7460
CF
1602002-11-11 Christopher Faylor <cgf@redhat.com>
161
162 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
163 cgf maintainership.
164
4f17cc13
CF
1652002-11-11 Christopher Faylor <cgf@redhat.com>
166
167 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
168
232e7cb8
NC
1692002-11-07 Nick Clifton <nickc@redhat.com>
170
cd24c222 171 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
172 * configure: Regenerate.
173 * po/da.po: New Danish translation.
174
232e7cb8
NC
175 * readelf.c (get_symbol_index_type): Revert part of previous
176 patch: Display unknown symbol types in decimal, not hex.
177
c9e38879
NC
1782002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
179
180 * dlltool.c (add_excludes): Don't prefix excluded fastcall
181 symbols with underscore.
182 (xlate): Ignore add_underscore for decorated fastcall symbols.
183
1842002-11-07 Eric Kohl <ekohl@rz-online.de>
185
186 * deflex.l: Accept '@' as first character of an ID.
187 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
188 ASM_PREFIX for fastcall symbols.
189 (scan_drectve_symbols): Handle fastcall symbols when generating
190 undecorated aliases for symbols in drectve section.
191 (scan_filtered_symbols): Likewise, with export-all.
192 (xlate): Likewise, with --kill-at.
193 (make_imp_label): New function to handle fastcall symbols
194 correctly.
195 (make_one_lib_file): Use make_imp_label instead of make_label
196 for imp symbols.
197
a700dc3b
SS
1982002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
199
200 * MAINTAINERS: Add self as TIC4X maintainer.
201
5cf1065c
NC
2022002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
203
204 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
205 PROCESSOR-specific, OS-specific, reserved and unknown symbol
206 types.
5cf1065c 207
f1ef08cb
AM
2082002-11-04 Alan Modra <amodra@bigpond.net.au>
209
210 * readelf.c (byte_get_little_endian): Comment typo fix.
211 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
212 as the format string.
213 (dump_relocations): Correct section sym names.
214 (process_section_headers): Clear symtab_shndx_hdr.
215 (read_and_display_attr_value): Don't pass indirect string to printf
216 as the format string.
217 (display_debug_frames): Indicate when zero terminator found. Decode
218 DW_EH_PE_pcrel addresses.
219
1a09a22c
NC
2202002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
221
222 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
223 order to ensure proper disassembly of the valid 0-value opcode.
224 * configure: Regenerate.
225 * aclocal.m4: Regenerate.
226 * config.in: Regenerate.
227 * configure.in: Regenerate.
228 * doc/Makefile.in: Regenerate.
229 * po/binutils.pot: Regenerate.
230
c254c557
KK
2312002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
232
233 * MAINTAINERS: Add self as SH maintainer.
234
aefbdd67
BE
2352002-10-23 Ben Elliston <bje@redhat.com>
236
237 * doc/binutils.texi (objdump): Document -z and move the entry for
238 --disassemble-zeroes to the end of the options section (for `z').
239
ab9bcc01
NC
2402002-10-21 Nick Clifton <nickc@redhat.com>
241
242 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
243
8ab56b6f
AM
2442002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
245
246 * objdump.c (dump_data): Correct addr_offset for opb != 1.
247
49c12576
AM
2482002-10-15 Alan Modra <amodra@bigpond.net.au>
249
48417c1a
AM
250 * bucomm.c (list_supported_targets): Use bfd_target_list.
251
49c12576
AM
252 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
253 other object errors in preference to bfd_core errors.
254
6e1a7e9a
AM
2552002-10-14 Alan Modra <amodra@bigpond.net.au>
256
257 * Makefile.am: Run "make dep-am".
258 * objdump.c: #include "bfdver.h".
259 * version.c: Likewise.
260 * Makefile.in: Regenerate.
261 * config.in: Regenerate.
262 * configure: Regenerate.
263 * po/POTFILES.in: Regenerate.
264
09fc3b02
DJ
2652002-10-09 Daniel Jacobowitz <drow@mvista.com>
266
267 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
268 sections. Allow relocations against the absolute symbol. Don't
269 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 270 relocation.
09fc3b02 271
f309035a
NC
2722002-10-07 Gordon Chaffee <chaffee@netvmg.com>
273
274 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
275 ordinary ones are available.
276
810dfa6e
L
2772002-09-30 H.J. Lu <hjl@gnu.org>
278
279 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
280 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
281
bb279dc0
ZW
2822002-09-17 Zack Weinberg <zack@codesourcery.com>
283
284 * Makefile.am (CFILES): Add cxxfilt.c.
285 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
286 (cxxfilt_LDADD): Delete.
287 Remove all references to underscore.c.
288 Regen dependencies.
289 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
290 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
291 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
292 adjustments to fit into binutils framework.
293 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
294
065c959b
NC
2952002-09-12 Roland McGrath <roland@redhat.com>
296
297 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
298 Handle DW_OP_GNU_push_tls_address.
299
e09f4395
NC
3002002-09-11 Nick Clifton <nickc@redhat.com>
301
302 * po/tr.po: Updated Turkish translation.
303
873e0588
NC
3042002-09-10 Nick Clifton <nickc@redhat.com>
305
306 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
307 testsuite changes. Add paragraphs about testsuite and config
308 patches.
309
069fe61f
NC
3102002-08-29 Nick Clifton <nickc@redhat.com>
311
312 * readelf.c (get_machine_flags): Remove redundant reference to
313 E_V850EA_ARCH.
314
fe0507eb
AM
3152002-08-28 Alan Modra <amodra@bigpond.net.au>
316
317 * objdump.c (dump_bfd): Restore lines accidentally deleted in
318 last commit.
319
026df7c5
NC
3202002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
321
bb279dc0 322 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
323 (dump_bfd_header): Likewise.
324
68a4c073
AM
3252002-08-27 Alan Modra <amodra@bigpond.net.au>
326
327 * nm.c: Revert last change.
328
a1df01d1
AM
3292002-08-26 Alan Modra <amodra@bigpond.net.au>
330
331 * nm.c (display_rel_file): Don't report "no symbols" as an error.
332 * objdump.c (slurp_symtab): Likewise.
333 (slurp_dynamic_symtab): Likewise.
334 (dump_symbols): Likewise. Do print "no symbols" to stdout.
335
a926ab2f
GK
3362002-08-24 Geoffrey Keating <geoffk@redhat.com>
337
338 * MAINTAINERS: Change my mailing address.
339
fcf62380
DA
3402002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
341
342 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
343
51e28791
NC
3442002-08-22 Nick Clifton <nickc@redhat.com>
345
346 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
347 HPPA.
348
c5b060ad
AM
3492002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
350
351 * readelf.c (parse_args): Change debug_dump_opt to static.
352
4b73ca92
NC
3532002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
354
355 * stabs.c (parse_stab_argtype): Pass length of physname to
356 stab_demangle_argtypes.
357 (stab_demangle_argtypes): Add new parameter - length of physname.
358 Pass length of physname on to stab_demangle_prefix.
359 (stab_demangle_prefix): Add new parameter - length of physname.
360 Use length of physname (if supplied) to compute end of function
361 name.
362
35b1837e
AM
3632002-08-15 Alan Modra <amodra@bigpond.net.au>
364
365 * readelf.c: Include elf/i370.h.
366 (dump_relocations): Handle EM_S370.
367 (dynamic_segment_parisc_val): Print \n.
368 (process_dynamic_segment <DT_BIND_NOW>): Here too.
369
762baac5
NC
3702002-08-14 Nick Clifton <nickc@redhat.com>
371
372 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
373 * objdump.c (usage): Likewise.
374 * doc/binutils.texi: Likewise.
375
85c09e8a
NC
3762002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
377
378 * rcparse.y (acc_entry): Don't warn about ALT use with
379 non-VIRTKEY.
380
212a3c4d
L
3812002-08-13 H.J. Lu <hjl@gnu.org>
382
383 * objcopy.c (copy_object): Don't warn about the unsupported
384 architecture unless the input target is defaulted or the
385 output architecture is different from the input.
386
2b692c59
NC
3872002-08-09 Nick Clifton <nickc@redhat.com>
388
389 * po/sv.po: Updated Swedish translation.
390
09de7a73
AM
3912002-08-05 Alan Modra <amodra@bigpond.net.au>
392
393 * prdbg.c (pr_fix_visibility): Remove assert.
394
47badb7b
NC
3952002-07-31 Nick Clifton <nickc@redhat.com>
396
397 * addr2line.c (process_file): Rename parameter 'filename' to
398 'file_name' in order to avoid shadowing global symbol of the
399 same name.
400 (main): Likewise.
401
2979dc34
JJ
4022002-07-30 Jakub Jelinek <jakub@redhat.com>
403
404 * readelf.c (OPTION_DEBUG_DUMP): Define.
405 (options): Use it.
406 (usage): Update help.
407 (parse_args): Handle --debug-dump separately from -w.
408 * doc/binutils.texi (readelf): Update documentation.
409
219576a4
NC
4102002-07-25 Nick Clifton <nickc@redhat.com>
411
412 * po/es.po: Updated Spanish translation.
413 * po/fr.po: Updated French translation.
414
bf4f22e6 4152002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 416
bf4f22e6
NC
417 * po/es.po: Updated Spanish translation.
418
c5b3a82a
AM
4192002-07-23 Alan Modra <amodra@bigpond.net.au>
420
421 * Makefile.am: Run "make dep-am".
422 * Makefile.in: Regenerate.
423
0461a601
NC
4242002-07-23 Nick Clifton <nickc@redhat.com>
425
bf4f22e6 426 * po/fr.po: Updated French translation.
0461a601 427
bf44dd74
AM
4282002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
429
430 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
431
2c205ff2
AM
4322002-07-20 Alan Modra <amodra@bigpond.net.au>
433
63eb0809 434 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 435
1e4cf259
NC
4362002-07-18 Denis Chertykov <denisc@overta.ru>
437 Frank Ch. Eigler <fche@redhat.com>
438
439 * readelf.c: Include "elf/ip2k.h".
440 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
441 (dump_relocations): Likewise.
442 (get_machine_name): Likewise.
443 * NEWS: Mention IP2K support.
444
2cbb2eef
NC
4452002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
446
447 * NEWS: Add 'Changes in 2.13'.
448
047b2264
JJ
4492002-07-10 Jakub Jelinek <jakub@redhat.com>
450
451 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
452 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
453 (get_section_type_name): Handle SHT_GNU_LIBLIST.
454 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
455 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
456 (process_gnu_liblist): New.
457 (process_file): Call it.
458
97230b15
AM
4592002-07-03 Alan Modra <amodra@bigpond.net.au>
460
461 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
462 * Makefile.in: Regenerate.
463
a6637ec0
AM
4642002-07-02 Alan Modra <amodra@bigpond.net.au>
465
466 * budemang.c: New file, "demangle" function.
467 * budemang.h: New file.
468 * addr2line.c (translate_addresses): Use "demangle".
469 * nm.c (print_symname): Likewise.
470 * objdump.c (objdump_print_symname): Likewise.
471 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
472 here since that obfuscates.
473 * rdcoff.c: Don't #include demangle.h.
474 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
475 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
476 (HFILES): Add budemang.h. Sort.
477 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
478 Run "make dep-am".
479 * Makefile.in: Regenerate.
480
179d3252
JT
4812002-07-01 Matt Thomas <matt@3am-software.com>
482
483 * readelf.c: Include "elf/vax.h".
484 (guess_is_rela): Move EM_VAX from unknown to RELA case.
485 (dump_relocations): Handle VAX relocations.
486 (get_machine_flags): Handle VAX machine flags.
487
75751cd9
SC
4882002-06-29 Stephane Carrez <stcarrez@nerim.fr>
489
490 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
491
e5851ab8
NC
4922002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
493
494 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
495
eb3f2f5c
AM
4962002-06-26 Alan Modra <amodra@bigpond.net.au>
497
498 * nm.c (print_symname): When demangling, strip leading dots from
499 symbol names to avoid confusing the demangler.
500
a13a0de8
L
5012002-06-25 H.J. Lu <hjl@gnu.org>
502
503 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
504 * Makefile.in: Regenerated.
505
6db7a086
AM
5062002-06-21 Igor Schein <igor@txc.com>
507
508 * configure.in: Quote bu_cv_have_fopen64.
509 * configure: Regenerate.
510
9710509e
AM
5112002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
512
513 * configure.in: Check for strcoll.
514 * configure: Regenerate.
515 * config.in: Regenerate.
516 * nm.c (main): Set locale for LC_COLLATE category.
517 (non_numeric_forward): Use strcoll if available.
518
a9f0b5e7
DB
5192002-06-20 Dave Brolley <brolley@redhat.com>
520
521 * MAINTAINERS: Add self as fr30 and frv maintainer.
522
33f5f537
L
5232002-06-18 H.J. Lu (hjl@gnu.org)
524
525 * nm.c: Include "elf/common.h".
526 (extended_symbol_info): Add elfinfo, a pointer to
527 elf_symbol_type.
528 (SYM_SIZE): Use elfinfo if it is not NULL.
529 (get_symbol_type): New function.
530 (display_archive): Set print_width for each archive member.
531 (display_file): Likewise.
532 (display_rel_file): Don't set print_width here.
533 (print_object_filename_sysv): Handle print_width.
534 (print_archive_member_sysv): Likewise.
535 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
536 (print_symbol): Set the elfinfo field in extended_symbol_info
537 for ELF.
538 (print_object_filename_sysv): Fix the output format.
539 (print_symbol_info_sysv): Print type and section for ELF.
540
5412002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
542
543 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 544 the symbol's size equal to its value when --size-sort is
33f5f537
L
545 used.
546
5c70f934
DB
5472002-06-18 Dave Brolley <brolley@redhat.com>
548
549 From Catherine Moore:
550 * readelf.c (elf/frv.h): #include it.
551 (guess_is_rela): Support EM_CYGNUS_FRV.
552 (dump_relocations): Ditto.
553 (get_machine_name): Ditto.
554 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
555
7ece0d85
JJ
5562002-06-18 Jakub Jelinek <jakub@redhat.com>
557
558 * readelf.c (get_file_header): Only read the first section header if
559 e_shoff is non-zero.
560
72797995
L
5612002-06-15 H.J. Lu (hjl@gnu.org)
562
563 * nm.c (print_size): New variable. Initialize to 0.
564 (long_options): Add 'S'/"print-size".
565 (main): Handle 'S'.
566 (print_symbol_info_bsd): Print size only if print_size is not
567 0.
568
569 * doc/binutils.texi: Document -S/--print-size.
570
977f7911
NC
5712002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
572
573 * nm.c (struct extended_symbol_info): New strcuture: Add the size
574 of the symbols to the information provided by the symbol_info
575 structure.
576 (print_symbols): Pass the symbol size to print_symbol.
577 (print_size_symbols): Pass the symbol size to print_symbol.
578 (print_symbol): Extra argument: The size of the symbol. Store
579 this in the extended_symbol_info structure.
580 (print_symbol_info): Change type of info parameter to
581 extended_symbol_info. Display the size, if known.
582 (print_symbol_info_posix): Likewise.
583 (print_symbol_info_sysv): Likewise.
584
b1f88ebe
AM
5852002-06-08 Alan Modra <amodra@bigpond.net.au>
586
fa449227
AM
587 * Makefile.am: Run "make dep-am".
588 * Makefile.in: Regenerate.
589 * doc/Makefile.in: Regnerate.
590
b1f88ebe
AM
591 * bucomm.c: Replace CONST with const.
592 * nm.c: Likewise.
593 * objdump.c: Likewise.
594
91a106e6
L
5952002-06-07 H.J. Lu <hjl@gnu.org>
596
597 * readelf.c (DW_CFA_GNU_args_size): Don't define.
598 (DW_CFA_GNU_negative_offset_extended): Likewise.
599 (DW_CFA_GNU_window_save): Likewise.
600 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
601 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
602
6ab6b380 6032002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 604
6ab6b380
NC
605 * nm.c: When computing size of symbols for an ELF target use the
606 internal size field.
607
e28e05a3
JL
6082002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
609
610 * testsuite/binutils-all/objcopy.exp: clear xfail for
611 "hppa*64*-*-hpux*".
612 * testsuite/binutils-all/hppa/objdump.exp: Return if
613 "*64*-*-*".
614
dc156bc0
AM
6152002-06-05 Alan Modra <amodra@bigpond.net.au>
616
617 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
618
6192002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
620
621 * objdump.c: Fix formatting.
622
d79e4ea3
BE
6232002-05-29 Ben Elliston <bje@redhat.com>
624
625 * MAINTAINERS: Add self as M68k maintainer.
626
d172d4ba
NC
6272002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
628
629 * readelf.c: Modified/Added DLX elf support.
630
7edb8f29
NC
6312002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
632
3a1a2036
NC
633 * arsup.c: Fix formatting.
634 * debug.c (debug_record_label): Add missing colon to error
635 message.
636 * ieee.c (parse_ieee_ty): Fix spelling typo.
637 * readelf.c (process_program_headers): Remove English assumption
638 about making a plural word.
639 (process_section_headers): Likewise.
640 (process_relocs): Allow quotes to be translated.
641 (process_unwind): Likewise,
642 (process_mips_specific): Improve error message.
643 (get_note_type): Fix spelling typo.
644
7edb8f29
NC
645 * configure.in (ALL_LINGUAS): Add sv
646 * po/sv.po: New file.
647
3eee1e9d
AM
6482002-05-27 Alan Modra <amodra@bigpond.net.au>
649
650 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
651 (unw_print_grmask): Likewise.
652 (unw_print_frmask): Likewise.
653
d43efbe3
KH
6542002-05-26 Kazu Hirata <kazu@cs.umass.edu>
655
656 * arsup.c: Remove ARGSUSED.
657 * debug.c: Likewise.
658 * ieee.c: Likewise.
659 * nlmconv.c: Likewise.
660 * prdbg.c: Likewise.
661 * stabs.c: Likewise.
662 * wrstabs.c: Likewise.
663
e9792343
AM
6642002-05-25 Alan Modra <amodra@bigpond.net.au>
665
666 * arlex.l: Use #include "" instead of <> for local header files.
667 * coffdump.c: Likewise.
668 * coffgrok.c: Likewise.
669 * nlmconv.c: Likewise.
670 * nlmheader.y: Likewise.
671 * srconv.c: Likewise.
672 * strings.c: Likewise.
673 * sysdump.c: Likewise.
674 * unwind-ia64.h: Likewise.
675 * windres.h: Likewise.
676 * winduni.h: Likewise.
677
d7e53452
TR
6782002-05-24 Tom Rix <trix@redhat.com>
679
680 * MAINTAINERS: Add self as the d10v maintainer.
681
436e8db0
NC
6822002-05-24 TAMURA Kent <kent@netbsd.org>
683
684 * configure.in: Builds dlltool for i386-netbsdpe.
685 * configure: Regenerate.
686
9f66665a
KH
6872002-05-23 Kazu Hirata <kazu@cs.umass.edu>
688
689 * size.c: Fix formatting.
690 * srconv.c: Likewise.
691 * stabs.c: Likewise.
692 * sysdump.c: Likewise.
693 * unwind-ia64.c: Likewise.
694 * wrstabs.c: Likewise.
695
13ae64f3
JJ
6962002-05-23 Jakub Jelinek <jakub@redhat.com>
697
698 * readelf.c (get_segment_type): Add PT_TLS.
699 (get_elf_section_flags): Add SHF_TLS.
700 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
701 (process_dynamic_segment): Use puts instead of printf.
702 (get_symbol_type): Support STT_TLS.
703 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
704 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
705 Add SEC_THREAD_LOCAL.
706
53c7db4b
KH
7072002-05-23 Kazu Hirata <kazu@cs.umass.edu>
708
709 * rdcoff.c: Fix formatting.
710 * rddbg.c: Likewise.
711 * readelf.c: Likewise.
712 * rename.c: Likewise.
713 * resbin.c: Likewise.
714 * resrc.c: Likewise.
715 * resres.c: Likewise.
716
0af11b59
KH
7172002-05-21 Kazu Hirata <kazu@cs.umass.edu>
718
719 * filemode.c: Fix formatting.
720 * ieee.c: Likewise.
721 * is-ranlib.c: Likewise.
722 * is-strip.c: Likewise.
723 * maybe-ranlib.c: Likewise.
724 * maybe-strip.c: Likewise.
725 * nlmconv.c: Likewise.
726 * nm.c: Likewise.
727 * not-ranlib.c: Likewise.
728 * not-strip.c: Likewise.
729 * objcopy.c: Likewise.
730 * objdump.c: Likewise.
731
21611032
TS
7322002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
733
734 * objdump.c (dump_headers): Fix output formatting for ELF32
735 architectures in a BFD64 enabled toolchain.
736
26044998
KH
7372002-05-20 Kazu Hirata <kazu@cs.umass.edu>
738
739 * debug.c: Fix formatting.
740 * debug.h: Likewise.
741 * dlltool.c: Likewise.
742 * dllwrap.c: Likewise.
743 * emul_aix.c: Likewise.
744 * emul_vanilla.c: Likewise.
745
f462a9ea
KH
7462002-05-19 Kazu Hirata <kazu@cs.umass.edu>
747
748 * addr2line.c: Fix formatting.
749 * ar.c: Likewise.
750 * arsup.c: Likewise.
751 * arsup.h: Likewise.
752 * binemul.c: Likewise.
753 * binemul.h: Likewise.
754 * bucomm.c: Likewise.
755 * coffdump.c: Likewise.
756 * coffgrok.c: Likewise.
757 * coffgrok.h: Likewise.
758
e0159aa9
MM
7592002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
760
761 * MAINTAINERS: Add myself as the second AVR port maintainer.
762
074b403e
SC
7632002-05-16 Stephane Carrez <stcarrez@nerim.fr>
764
765 * MAINTAINERS: Update my email address.
766
2b9c8201
NC
7672002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
768
769 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
770
e1d5b1e7
AM
7712002-05-09 Alan Modra <amodra@bigpond.net.au>
772
773 * configure.in: Replace `*pe' with `pe' throughout.
774 * configure: Regenerate.
775
d3d8a9ee
NC
7762002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
777
778 * Makefile.am: Honour DESTDIR.
779 * Makefile.in: Regenerate.
780
405c98a4
AM
7812002-05-06 Alan Modra <amodra@bigpond.net.au>
782
a02d5965
AM
783 * dlltool.c (process_def_file): Add missing prototype.
784 (new_directive, assemble_file, main): Likewise.
785 (process_def_file, new_directive): Make static.
786 (inform): Rewrite using VA_FIXEDARG.
787 * dllwrap.c (mybasename): Add missing prototype.
788 (strhash, main): Likewise.
789 (inform): Rewrite using VA_FIXEDARG.
790 (warn): Likewise.
791 (cleanup_and_exit): Use old style function definition.
792 (strhash): Likewise.
793 * windres.c (define_resource): Use one memset to clear all of
794 struct res_resource.
795
405c98a4 796 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 797 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
798
7992002-05-06 Borut Razem <borut.razem@siol.net>
800
801 * rclex.l (get_string): Correct "strings" list handling.
802 * resrc.c (read_rc_file): Discard strings.
803
91593c9d
AM
8042002-05-04 Alan Modra <amodra@bigpond.net.au>
805
e58a75dc
AM
806 * ar.c (replace_members): Remove unused var. Formatting fix.
807 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
808
91593c9d
AM
809 * MAINTAINERS: Sort port maintainers by CPU.
810
6b52b824
AM
8112002-05-04 Bob Byrnes <byrnes@curl.com>
812
813 * size.c (display_archive): Add last_arfile and code to close archives.
814
dd70071f
AM
8152002-05-01 Alan Modra <amodra@bigpond.net.au>
816
817 * nm.c (print_symbol): Check returned filename from
818 bfd_find_nearest_line is non-NULL.
819
6c95717a 8202002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
821
822 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 823
3c25c5f6
NC
8242002-04-24 Christian Groessler <chris@groessler.org>
825
826 * MAINTAINERS: Changed my email address.
827
944cd72c
TS
8282002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
829
830 * arparse.y: Fix syntax warning.
831
ea91f8bb
NC
8322002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
833
3e55a963
NC
834 * readelf.c (fetch_location_list): Remove unused function.
835
836 * readelf.c (process_corefile_note_segment): Catch corrupt notes
837 and display a warning message, then exit the loop.
838
ea91f8bb
NC
839 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
840
45b99827
NC
8412002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
842
843 * resrc.c (write_rc_dialog): If charset is non-default value
844 display all of the DIALOGEX parameters.
845
8462002-04-15 Eric Kohl <ekohl@rz-online.de>
847
bb279dc0 848 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
849 DIALOGEX resources.
850 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
851 resource data.
bb279dc0 852 (res_to_bin_dialog): Likewise.
45b99827
NC
853 * windres.h: Added misssing charset variable to dialog_ex
854 structure.
855
acfbab8a
NC
8562002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
857
858 * rcparse.y: Set MEMFLAG_PURE by default.
859
df3baf66
NC
8602002-04-09 Bernd Herd <info@herdsoft.com>
861
bb279dc0 862 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 863 are quoted.
4c30641a 864 Fix typo in BEDIT warning.
91eafb40 865 Don't add default dialog style when explicit style specified.
b62a12ca 866 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 867
b24eb5ac
NC
868 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
869 (handle_quotes) "\a" escape (used for right justified key
870 definitions in menus) is encodes as binary 8.
df3baf66 871
b24eb5ac
NC
872 * resrc.c (write_rc_dialog): Print style even if it is 0.
873 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 874 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 875
b24eb5ac
NC
876 * resbin.c (bin_to_res_dialog): Use signature to identify
877 DIALOGEX.
f7d63484 878
b24eb5ac 879 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 880
df3baf66
NC
8812002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
882
883 * resrc.c: print CLASS names in quotes
884
8852002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
886
887 * MAINTAINERS: Update my email address.
888
8e42bcb6
AM
8892002-04-04 Alan Modra <amodra@bigpond.net.au>
890
891 * dep-in.sed: Cope with absolute paths.
892 * Makefile.am (dep.sed): Subst TOPDIR.
893 Run "make dep-am".
894 * Makefile.in: Regenerate.
895
96f959e5
PT
8962002-03-27 Peter Targett <peter.targett@arc.com>
897
898 * MAINTAINERS: Update my email address.
899
1ea788ee
AM
9002002-03-21 Alan Modra <amodra@bigpond.net.au>
901
902 * Makefile.am: Run "make dep-am".
903 * Makefile.in: Regenerate.
904 * doc/Makefile.in: Regenerate.
905 * po/POTFILES.in: Regenerate.
906 * aclocal.m4: Regenerate.
907 * config.in: Regenerate.
908 * configure: Regenerate.
909
a2f14207
DB
9102002-03-20 Daniel Berlin <dan@dberlin.org>
911
912 * readelf.c: Add support for displaying dwarf2 location lists.
913 (do_debug_loc, debug_loc_section, debug_loc_size): New.
914 (parse_args): Use 'O' as shorthand for displaying location list
915 section.
916 (process_section_headers): Handle debug_loc as well.
917 (load_debug_loc): New.
918 (free_debug_loc): New.
919 (fetch_location_list): New.
920 (display_debug_loc): New.
921 (display_debug_info): Call load_debug_loc and free_debug_loc.
922 (debug_displays): We can display .debug_loc now, too.
923 (usage): Update usage string.
924 (read_and_display_attr_value): Note location lists, but don't
925 display them inline.
926
eb1e0e80
NC
9272002-03-18 Tom Rix <trix@redhat.com>
928
929 * Makefile.am: Add binutils emulation support.
930 * configure.in: Same.
931 * configure.tgt: New file. Same.
932 * ar.c (main): Use ar_emul_parse_arg.
933 (usage): Use ar_emul_usage.
934 (replace_members): Use ar_emul_replace, ar_emul_append.
935 * binemul.c: New file. Define the binutils emulation
936 layer. Define default methods.
937 * binemul.h: New file. Binutils emulation layer header file.
938 * emul_aix.c: New file. AIX binutils emulation.
939 * emul_vanilla.c: New file. Default binutils emulation.
940 * Makefile.in: Regenerate.
941 * configure: Same.
942
a1c259a1
NC
9432002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
944
945 * po/fr.po: Updated version.
946
9ce88e60
NC
9472002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
948
949 * po/fr.po: Updated version.
950
effb0601
DJ
9512002-03-07 Daniel Jacobowitz <drow@mvista.com>
952
953 * README: Update some version numbers.
954
a65688ab
DJ
9552002-03-07 Daniel Jacobowitz <drow@mvista.com>
956
957 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
958 (Architecture Selection): Likewise.
959
f3f7fbb2
NC
9602002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
961
962 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
963 generating .exp file.
964
25345be5
NC
9652002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
966
967 * readelf.c (dump_relocations): Fix typo.
968
9a66911f
NC
9692002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
970
971 * NEWS: Mark 2.12 branch.
972
2c71103e
NC
9732002-02-18 Timothy Daly <remote_bob@yahoo.com>
974
bb279dc0
ZW
975 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
976 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 977 output.
bb279dc0 978 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
979 to 'unrecognized'.
980 (decode_ARM_machine_flags): Likewise.
981 (parse_args): Likewise.
982 (read_and_display_attr_value): Likewise.
983 (display_debug_section): Likewise.
984
49fda6c8
HPN
9852002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
986
987 * NEWS: Mention support for MMIX.
988
76f57f3a
JT
9892002-02-13 Matt Fredette <fredette@netbsd.org>
990
991 * readelf.c (get_machine_flags): Recognize EF_M68000.
992
d36ca9c2
AO
9932002-02-12 Alexandre Oliva <aoliva@redhat.com>
994
995 * MAINTAINERS: Added self as MN10300 co-maintainer.
996
19397422
AM
9972002-02-12 Alan Modra <amodra@bigpond.net.au>
998
999 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1000 DT_PPC64_OPDSZ.
1001
d434e574
DJ
10022002-02-11 Daniel Jacobowitz <drow@mvista.com>
1003
1004 * MAINTAINERS: List myself as branch maintainer.
1005
12b87c89
AM
10062002-02-11 Alan Modra <amodra@bigpond.net.au>
1007
1008 * configure: Regenerate.
1009 * objcopy.c: Update copyright date.
1010 * doc/Makefile.in: Regenerate.
1011
8d037c5c
DJ
10122002-02-10 Daniel Jacobowitz <drow@mvista.com>
1013
1014 * nlmconv.c: Back out localtime PARAMS change.
1015
4c168fa3
AM
10162002-02-11 Alan Modra <amodra@bigpond.net.au>
1017
1018 * objcopy.c (MKDIR): Define.
1019 (copy_archive): Make name_list.name const. Use MKDIR.
1020 Handle duplicate files in archives by making more temp dirs.
1021
408f8db1
DJ
10222002-02-10 Daniel Jacobowitz <drow@mvista.com>
1023
1024 * coffdump.c: Include "getopt.h" after "bucomm.h"
1025 so that macros are defined correctly.
1026 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1027 prototype. Prototype main.
1028 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1029
9f77fa06
AO
10302002-02-06 Alexandre Oliva <aoliva@redhat.com>
1031
1032 * MAINTAINERS: Added self as SH co-maintainer.
1033
82f6addb
NC
10342002-02-05 Nick Clifton <nickc@redhat.com>
1035
1036 * po/tr.po: Updated translation.
1037
ba323545
AM
10382002-02-01 Alan Modra <amodra@bigpond.net.au>
1039
1040 * Makefile.am: Run "make dep-am"
1041 * Makefile.in: Regenerate.
1042
3deb89d3
DJ
10432002-01-29 Daniel Jacobowitz <drow@mvista.com>
1044
1045 * nm.c (print_value): Mark abfd unused.
1046
a0e9c55f
DJ
10472002-01-29 Daniel Jacobowitz <drow@mvista.com>
1048
1049 * unwind-ia64.c (unw_decoder): Change second argument
1050 to unsigned int, to match function prototypes.
1051
d7a283d4
DJ
10522002-01-29 Daniel Jacobowitz <drow@mvista.com>
1053
1054 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1055 __GNU_LIBRARY__ will be defined.
1056 * size.c: Likewise.
1057
4867be41
DJ
10582002-01-27 Daniel Jacobowitz <drow@mvista.com>
1059
1060 * configure: Regenerated.
1061
7562a296
HPN
10622002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1063
1064 * doc/Makefile.am (install): Depend on install-info.
1065 * doc/Makefile.in: Regenerate.
1066
15c82623
NC
10672002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1068
1069 * objcopy.c (strip_usage): Document -d as an alias
1070 --strip-debug.
1071
1072 * size.c (usage): Document [-t | --totals] options.
1073 (long_options): Add --totals option.
1074 (main): If the [-t | --totals] option is specified and
1075 the output format is Berkeley-style, print the total
1076 text, data, and bss sizes of all objects listed.
1077 (print_berkeley_format): If the [-t | --totals] option
1078 is specified, track the total text, data, and bss
1079 sizes.
1080 * doc/binutils.texi (size): Document [-t | --totals] options.
1081 (strip): Document -d as an alias for --strip-debug.
1082 * NEWS: Mention new feature of size.
1083
00ea8601 10842002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1085
1ddbd152
NC
1086 * po/fr.po: Updated version.
1087 * po/es.po: Updated version.
b85cedd7 1088
8b53311e
NC
10892002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1090
1091 * addr2line.c (usage): Update text to provide verbose
1092 description of the command line options.
1093 * ar.c (usage): Update text to provide verbose
1094 description of the command line options.
1095 (main): Accept -h and -H when running as ranlib.
1096 * coffdump.c (show_usage): Update text to provide verbose
1097 description of the command line options.
1098 * dlltool.c (main): Accept -H as an alias for --help.
1099 * nlmconv.c (show_usage): Update text to provide verbose
1100 description of the command line options.
1101 * nm.c (usage): Replace OPTIONS with option(s).
1102 (main): Accept -H as an alias for --help.
1103 * objcopy.c (strip_main): Accept -H as an alias for --help.
1104 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1105 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1106 other binutils.
1107 * size.c (usage): Update text to provide verbose description
1108 of the command line options.
1109 (main): Accept -v, -h and -H as command line options.
1110 * srconv.c (show_usage): Update text to provide verbose
1111 description of the command line options.
1112 * strings.c (main): Accept -H and -v as command line options.
1113 (usage): Update text to provide verbose description of the
1114 command line options.
1115 * sysdump.c (show_usage): Update text to provide verbose
1116 description of the command line options.
1117 * windres.c (usage): Adjust format to match style used in
1118 other binutils.
1119
1120 * coffdump.c: Fix formatting.
1121 * nlmconv.c: Fix formatting.
1122 * srconv.c: Fix formatting.
1123 * sysdump.c: Fix formatting.
1124
c46f0c34
AM
11252002-01-22 Alan Modra <amodra@bigpond.net.au>
1126
1127 * Makefile.am: Run "make dep-am".
1128 * Makefile.in: Regenerate.
1129
2a538ba5
AJ
11302002-01-18 Andreas Jaeger <aj@suse.de>
1131
1132 * version.c (print_version): Update year.
1133
285d1771
AM
11342002-01-17 Alan Modra <amodra@bigpond.net.au>
1135
1136 * readelf.c (get_machine_name): Handle EM_PPC64.
1137 (guess_is_rela): Here too.
1138
328577ad
NC
11392002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1140
1141 * po/binutils.pot: Regenerate.
1142 * po/fr.po: Regenerate.
1143 * po/tr.po: Regenerate.
1144
af3ae48d
NC
11452002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1146
1147 * po/tr.po: Import new version.
1148
f1cb7e17
AM
11492002-01-16 Alan Modra <amodra@bigpond.net.au>
1150
1151 * readelf.c (get_ppc64_dynamic_type): New.
1152 (get_dynamic_type): Call it.
1153
6364e0b4
NC
11542002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1155
3ab9460d 1156 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1157 (strip_usage): Use "options" instead of "switches".
3ab9460d 1158 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1159 "switches".
6364e0b4 1160
3a7e524e
RE
11612002-01-14 Richard Earnshaw <rearnsha@arm.com>
1162
1163 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1164
1209e219
NC
11652001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1166
1167 * po/es.po: Import from translation project.
1168 * configure.in (ALL_LINGUAS): Add es.
1169 * configure: Regenerate.
1170
b4db1224
JT
11712002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1172
1173 * readelf.c (get_netbsd_elfcore_note_type): Use
1174 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1175
9437c45b
JT
11762002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1177
1178 * readelf.c: Update copyright years.
1179 (get_note_type): Return a const char *.
1180 (get_netbsd_elfcore_note_type): New function.
1181 (process_note): Use get_netbsd_elfcore_note_type to get
1182 the note type string for NetBSD ELF core files.
1183
00428cca
AM
11842002-01-06 Steve Ellcey <sje@cup.hp.com>
1185
1186 * readelf.c (get_ia64_segment_type): Add support for macros.
1187 (get_segment_type): Add support for IA64 specific macros.
1188
31104126
NC
11892001-12-20 Julian v. Bock <julian@wongr.net>
1190
1191 * readelf.c (print_symbol): New function: Print a formatted symbol
1192 name. If --wide is specified do not truncate it.
1193 (dump_relocations): Use print_symbol() to print symbol names.
1194 (process_symbol_table): Likewise.
1195 (process_syminfo): Likewise.
1196 (process_mips_specific): Likewise.
1197 (usage): Document new feature of --wide switch.
1198 * doc/binutils.texi (objdump): Document additional behaviour of
1199 --wide.
2a538ba5 1200
4dd67f29
MS
12012001-12-18 Michael Snyder <msnyder@redhat.com>
1202
1203 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1204 (copy_object): Don't set the start address or flags of a core file.
1205 (copy_section): Don't relocate a core file. Don't copy contents
1206 if the input section has the contents flag set, but the output
1207 section does not (which happens with the fake 'note' pseudo-
1208 sections that BFD creates for corefiles).
1209
43521d43
TS
12102001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1211
1212 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1213 ASE extensions. More robust code for ISA checking. Ignore empty fields
1214 in header flags for GNU extensions.
1215
b667df2e
AM
12162001-12-18 Alan Modra <amodra@bigpond.net.au>
1217
1218 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1219
17a5a5c3
NC
12202001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1221
1222 * po/ja.po: Import from translation project.
1223 * configure.in (ALL_LINGUAS): Add ja.
1224 * configure: Regenerate.
1225
65de42c0
TS
12262001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1227
1228 * addr2line.c (main): Protoype.
1229 * ar.c (main): Protoype.
1230 * nm.c (main): Protoype.
1231 * objcopy.c (main): Protoype.
1232 * objdump.c (main): Protoype.
1233 * size.c (main): Protoype.
1234 * strings.c (main): Protoype.
1235
9ad5cbcf
AM
12362001-12-17 Alan Modra <amodra@bigpond.net.au>
1237
1238 * readelf.c (symtab_shndx_hdr): New global.
1239 (SECTION_HEADER_INDEX): Define.
1240 (SECTION_HEADER_NUM): Define.
1241 (SECTION_HEADER): Define.
1242 (GET_ELF_SYMBOLS): Pass two params rather than three.
1243 (get_32bit_elf_symbols): Take file and section args. Read and
1244 use SHT_SYMTAB_SHNDX.
1245 (get_64bit_elf_symbols): Likewise.
1246 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1247 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1248 Remember symtab_shdx_hdr.
1249 (process_program_headers): Scan from index 1 for segment map.
1250 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1251 "section_headers".
1252 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1253 (process_unwind): Likewise.
1254 (process_version_sections): Likewise.
1255 (process_symbol_table): Likewise.
1256 (display_debug_info): Likewise.
1257 (process_dynamic_segment): Fake up a symtab section for changed
1258 GET_ELF_SYMBOLS.
1259 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1260 (process_program_headers): Kill signed/unsigned warning.
1261 (load_debug_str): Likewise.
1262 (display_debug_info): Likewise.
1263
65765700
JJ
12642001-12-13 Jakub Jelinek <jakub@redhat.com>
1265
1266 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1267
560f3c1c
AM
12682001-12-11 Alan Modra <amodra@bigpond.net.au>
1269
1270 * readelf.c (process_file_header): Print extended e_shnum and
1271 e_shdtrndx values. Set elf_header values for same.
1272 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1273 (get_64bit_section_headers): Likewise.
1274 (process_section_headers): Update calls.
1275 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1276
bc408b8a
JJ
12772001-12-10 Jakub Jelinek <jakub@redhat.com>
1278
1279 * objcopy.c (setup_section): Copy entsize.
1280
93fbbb04
GK
12812001-12-07 Geoffrey Keating <geoffk@redhat.com>
1282
1283 * readelf.c (guess_is_rela): Add support for stormy16.
1284 (dump_relocations): Likewise.
1285 (get_machine_name): Likewise.
1286
e3c8793a
NC
12872001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1288
1289 * dllwrap.c (main) Replace multiple strings describing a
1290 single error with a single, newline escaped sentence to permit
1291 better translation into foreign languages.
1292
1293 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1294 class names.
1295
956cd1d6
TS
12962001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1297
1298 * strings.c (get_char): Initialize value.
1299
956c53ee
TS
13002001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1301
1302 * arlex.l: Silence compile warnings.
1303 * arsup.h: Likewise. Fix formatting.
1304
cedd9a58
JJ
13052001-12-04 Jakub Jelinek <jakub@redhat.com>
1306
1307 * strings.c: Include config.h before bfd.h.
1308 (file_off): New type.
1309 (file_open): Define.
1310 (print_strings): Use file_off instead of file_ptr. Print addresses
1311 which don't fit into long correctly.
1312 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1313 available.
1314 (strings_file): Use file_off instead of file_ptr. Use file_open.
1315 * configure.in: Check for getc_unlocked.
1316 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1317 be defined for it.
1318 * configure: Rebuilt.
1319 * config.h.in: Rebuilt.
1320
af667503
L
13212001-11-29 H.J. Lu <hjl@gnu.org>
1322
1323 * bucomm.c (make_tempname): Revert the changes made on
1324 2001-11-14 and 2001-11-12. They won't work with directories.
1325
16474668
NC
13262001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1327
1328 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1329 CFLAGS_FOR_TARGET to runtest in environment.
1330 * Makefile.in: Rebuild.
1331 * doc/Makefile.in: Rebuild.
1332
17978339
MS
13332001-11-28 Mike Stump <mrs@wrs.com>
1334
1335 * objcopy.c (setup_section): Preserve SEC_RELOC when
1336 --set-section-flags is used.
1337
261a45ad
NC
13382001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1339
1340 * readelf.c (do_debug_str): New variable.
1341 (display_debug_str): New function: Display the contents of a
1342 .debug_str section.
1343 (load_debug_str): New function: Load in the contents of a
1344 .debug_str section.
1345 (free_debug_str): New function: Free the memory used by
1346 load_debug_str().
1347 (fetch_indirect_string): Retrieve a string from the .debug_str
1348 section.
1349 (usage): Add -ws.
1350 (parse_args): Accept -ws.
1351 (process_section_headers): Allow the display of the .debug_str
1352 section.
1353 (read_and_display_attr_value): Use fetch_indirect_string. Show
1354 offset into .debug_str section.
1355 (display_debug_info): Use load_debug_str and free_debug_str.
1356 (debug_displays): Add .debug_str.
1357 * doc/binutils.texi: Document -ws.
1358
b8908f93
AJ
13592001-11-19 Andreas Jaeger <aj@suse.de>
1360
1361 * testsuite/binutils-all/objdump.exp: Add x86-64.
1362
e5fb9629
AS
13632001-11-15 Andreas Schwab <schwab@suse.de>
1364
1365 * readelf.c: Fix warnings without terminating newline.
1366
802a735e
AM
13672001-11-15 Alan Modra <amodra@bigpond.net.au>
1368
1369 * doc/binutils.texi (objdump): Document ppc -M options.
1370
b89e9eae
AJ
13712001-11-14 Andreas Jaeger <aj@suse.de>
1372
1373 * doc/binutils.texi (objdump): Fix description to use x86-64.
1374
a6a25652
NC
13752001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1376
1377 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1378 not all systems provide mkstemp.
1379
e396998b
AM
13802001-11-14 Alan Modra <amodra@bigpond.net.au>
1381
1382 * doc/binutils.texi (objdump): Document x86 -M options.
1383
81766fca
RH
13842001-11-13 Keith Walker <keith.walker@arm.com>
1385
1386 * readelf.c (read_and_display_attr_value): New function to
1387 handle DW_FORM_indirect.
1388 (read_and_display_attr): Use it.
1389
1a509dcc
GK
13902001-11-13 Geoffrey Keating <geoffk@redhat.com>
1391
1392 * readelf.c (display_debug_lines): Deal with unknown standard
1393 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1394 DW_LNS_set_isa.
1395
6e917903 13962001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1397
6e917903
TW
1398 * MAINTAINERS: Add self as tic54x maintainer. This target
1399 includes the IBM C54XDSP clone.
7559e86e 1400
6e917903 14012001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1402
7559e86e
NC
1403 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1404
14052001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1406
ecdadc4a
JL
1407 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1408 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1409 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1410 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1411 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1412 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1413 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1414
91770270
JL
1415 * readelf.c (get_elf_class): Fix ISO portability glitch.
1416 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1417
ef5cdfc7
JJ
14182001-11-07 Jakub Jelinek <jakub@redhat.com>
1419
1420 * readelf.c (debug_str, debug_str_size): New.
1421 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1422 Call free_abbrevs.
1423 (read_and_display_addr): Handle DW_FORM_strp.
1424 (display_debug_info): Read .debug_str section if present,
1425 so that DW_FORM_strp can be handled.
1426 Fix test for non-existant .debug_abbrev section.
1427
5e9520c8
JJ
14282001-11-05 Jakub Jelinek <jakub@redhat.com>
1429
1430 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1431
1432 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1433
54589086
MS
14342001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1435
1436 * MAINTAINERS: Add self as s390/s390x maintainer.
1437
c05b685b
TR
14382001-11-02 Tom Rix <trix@bluey.cygnus.com>
1439
1440 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1441
3c62831e
NC
14422001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1443
1444 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1445 * configure: Regernate.
1446 * po/fr.po: New file.
1447 * po/tr.po: New file.
1448
3c3bdf30
NC
14492001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1450
9b19141a 1451 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1452 * readelf.c: Include elf/mmix.h.
1453 (guess_is_rela): MMIX is RELA.
1454 (dump_relocations): Handle MMIX relocations.
1455 * Makefile.am: Regenerate dependencies.
1456 * Makefile.in: Regenerate.
1457
f662939a
NC
14582001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1459
1460 * readelf.c (parse_args): Handle multiple options to the -w
1461 switch.
1462
c91d0dfb
JJ
14632001-10-12 Jakub Jelinek <jakub@redhat.com>
1464
1465 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1466 LOPROC, LOOS and LOUSER.
1467
7559e86e 14682001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1469
1470 * MAINTAINERS: Update my email address.
1471
fcd8210c
AM
14722001-10-03 Alan Modra <amodra@bigpond.net.au>
1473
1474 * doc/Makefile.in: Regenerate.
1475 * configure: Regenerate.
1476
428409d5
NC
14772001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1478
1479 * readelf.c (display_debug_line, display_debug_pubnames,
1480 display_debug_info, display_debug_frames): Detect and warn
1481 about 64-bit format entries.
1482 (display_debug_aranges): Reword 64-bit warning.
1483 (debug_displays): Add .debug_pubtypes as a known, but not yet
1484 supported, debug section.
1485
6a8c2b0d
AM
14862001-10-02 Alan Modra <amodra@bigpond.net.au>
1487
1488 * coffdump.c (PROGRAM_VERSION): Delete.
1489 (main <'V'>): Call print_version.
1490 * srconv.c: Likewise.
1491 * sysdump.c: Likewise.
1492 * version.c (program_version): Remove.
1493 (print_version): Use BFD_VERSION_STRING. Just print the current
1494 year in copyright message.
1495 * addr2line.c (program_version): Remove unused declaration.
1496 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1497 place of BFD_VERSION.
1498 * Makefile.am (Makefile): Depend on bfd/configure.in.
1499 (cplus-dem.o): Depend on Makefile.
1500 Run "make dep-am".
1501 * Makefile.in: Regenerate.
1502
e414a165
NC
15032001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1504
1505 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1506 format .debug_arange sections.
1507 (main): Add missing prototype.
b8908f93 1508
efc3ee7f
HPN
15092001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1510
1511 * Makefile.am: Update dependencies with "make dep-am".
1512 * Makefile.in: Regenerate.
1513
9e85c2a0
RH
15142001-09-28 Richard Henderson <rth@redhat.com>
1515
1516 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1517
451dad9c
AM
15182001-09-26 Alan Modra <amodra@bigpond.net.au>
1519
1520 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1521 VA_CLOSE.
1522 (non_fatal): Likewise.
1523 * objdump.c (objdump_sprintf): Likewise.
1524 * readelf.c (error): Likewise.
1525 (warn): Likewise.
1526
d974e256
JJ
15272001-09-25 Jakub Jelinek <jakub@redhat.com>
1528
1529 * readelf.c (do_wide): New.
1530 (options): Add --wide.
1531 (usage, parse_args): Likewise.
1532 (process_program_headers): Put each segment on a single line if
1533 --wide is given.
1534 (process_section_headers): Put each section on a single line if
1535 --wide is given.
1536 * doc/binutils.texi: Document it.
1537 * NEWS: Likewise.
1538
2f11c261
AM
15392001-09-25 Alan Modra <amodra@bigpond.net.au>
1540
1541 * readelf.c (print_vma): Print 8 digits of low hex value.
1542
1d50f91e
AJ
15432001-09-24 Andreas Jaeger <aj@suse.de>
1544
1545 * nlmconv.c: Fix warnings about unused attributes and function
1546 prototypes.
1547
1548 * strings.c: Add prototype for get_char.
1549
38131e67
L
15502000-09-19 H.J. Lu <hjl@gnu.org>
1551
1552 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1553 $(srcdir)/cxxfilt.man.
1554 * doc/Makefile.in: Rebuild.
1555
3bcfb3e4
AM
15562001-09-19 Alan Modra <amodra@bigpond.net.au>
1557
1558 * objcopy.c (copy_main): Correct rename-section string parsing.
1559 Consolidate new_name parsing, and error messages.
1560
3882b010
L
15612001-09-18 Bruno Haible <haible@clisp.cons.org>
1562
1563 * addr2line.c: Don't include <ctype.h>.
1564 (main): For gettext, also set the LC_CTYPE locate facet.
1565 * ar.c (main): Likewise.
1566 * coffdump.c (main): Likewise.
1567 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1568 (main): For gettext, also set the LC_CTYPE locate facet.
1569 Use ISALNUM instead of isalpha/isdigit.
1570 * dllwrap.c: Don't include <ctype.h>.
1571 (main): For gettext, also set the LC_CTYPE locate facet.
1572 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1573 (main): For gettext, also set the LC_CTYPE locate facet.
1574 Use TOUPPER instead of islower/toupper.
1575 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1576 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1577 Use TOUPPER instead of islower/toupper.
1578 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1579 * objcopy.c (main): Likewise.
1580 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1581 (disassemble_bytes): Use ISPRINT instead of isprint.
1582 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1583 (dump_data): Use ISPRINT instead of isprint.
1584 (main): For gettext, also set the LC_CTYPE locate facet.
1585 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1586 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1587 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1588 Use TOUPPER instead of islower/toupper.
1589 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1590 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1591 (write_rc_accelerators): Use ISPRINT instead of isprint.
1592 (write_rc_rcdata): Likewise.
1593 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1594 * srconv.c (main): Likewise.
1595 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1596 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1597 isdigit/isupper/islower.
1598 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1599 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1600 stab_demangle_prefix, stab_demangle_qualified,
1601 stab_demangle_template, stab_demangle_type,
1602 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1603 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1604 (isgraphic): Use ISPRINT instead of isascii/isprint.
1605 (main): Remove HAVE_LC_MESSAGES dependency.
1606 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1607 (pbarray): Use ISPRINT instead of isprint.
1608 (main): For gettext, also set the LC_CTYPE locate facet.
1609 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1610 (format_from_filename): Use ISPRINT instead of isprint.
1611 (main): For gettext, also set the LC_CTYPE locate facet.
1612 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1613 (unicode_print): Use ISPRINT instead of isprint.
1614 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1615 (stab_variable): Use ISDIGIT instead of isdigit.
1616
e59b4dfb
AM
16172001-09-18 Alan Modra <amodra@bigpond.net.au>
1618
1619 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1620 Replace bfd_read call with call to bfd_bread.
1621 (extract_file): Likewise.
1622
1623 * objdump.c (dump_section_header): Cast section->filepos to
1624 unsigned long to suit printf format string.
1625 * readelf.c (process_section_headers): Similarly for sh_offset.
1626 (process_unwind): Likewise.
1627
d132876a
NC
16282001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1629
1630 * strings.c (encoding, encoding_bytes): New variables.
1631 (long_options): Add --encoding.
1632 (main): Accept -e and --encoding.
1633 (get_char): New function. Read a, possibly wide, character from
1634 the input stream.
1635 (print_strings): Use get_char().
1636 (usage): Document new command line option.
1637 * doc/binutils.texi: Document new command line option.
1638 * NEWS: Announce new command line option.
1639
7559e86e 16402001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1641
1642 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1643 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1644 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1645 Removed EM_CYGNUS_ARC.
1646
7559e86e 16472001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1648
1649 * readelf.c: Include elf/h8 for H8 series definitions.
1650 (guess_is_rela): H8 series if RELA.
1651 (dump_relocations): Handle H8 series relocations.
1652
0823fbca
EC
16532001-08-31 Eric Christopher <echristo@redhat.com>
1654
1655 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1656
8db76d70
PT
16572001-08-29 Peter Targett <peter.targett@arccores.com>
1658
1659 * MAINTAINERS: Include ARC Maintainer.
1660
d81d6584
BE
16612001-08-29 Ben Elliston <bje@redhat.com>
1662
1663 * stabs.c (stab_demangle_template): Initialise s4.
1664
25a1ff5b
AM
16652001-08-27 Alan Modra <amodra@bigpond.net.au>
1666
1667 * readelf.c (dump_relocations): Recognise EM_PPC64.
1668
a5d22d2a
TS
16692001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1670
1671 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1672
62a5a82d
L
16732001-08-25 H.J. Lu <hjl@gnu.org>
1674
1675 * nm.c (print_width): New.
1676 (display_rel_file): Set `print_width' according to
1677 bfd_sprintf_vma.
1678 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1679
1ae8b3d2
AO
16802001-08-24 Alexandre Oliva <aoliva@redhat.com>
1681
1682 * objcopy.c (use_alt_mach_code): New variable.
1683 (OPTION_ALT_MACH_CODE): Define.
1684 (copy_options): Added --alt-machine-code.
1685 (copy_main): Handle it.
1686 (copy_object): Switch to alternate machine code if requested.
1687 * doc/binutils.texi: Document new option.
1688 * NEWS: Likewise.
1689
d1bdd336
TS
16902001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1691
1692 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1693
410f7a12
L
16942001-08-21 H.J. Lu <hjl@gnu.org>
1695
1696 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1697 (display_debug_info): Cast for 64bit hosts.
1698 (display_debug_frames): Likewise.
1699 (process_mips_specific): Likewise.
1700
c32144ff
AJ
17012001-08-21 Andreas Jaeger <aj@suse.de>
1702
1703 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1704
1705 * sysdump.c: Add missing prototypes.
1706 * srconv.c: Likewise.
1707 * unwind-ia64.c: Likewise.
1708 * coffdump.c: Likewise.
1709
1710 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1711
1712 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1713 of declaring xcalloc.
1714
d8180c76
L
17152001-08-10 H.J. Lu <hjl@gnu.org>
1716
1717 * nm.c (print_value): Add one arg, bfd *.
1718 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1719 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1720 (print_symbol_info_sysv): Likewise.
1721 (print_symbol_info_posix): Likewise.
1722
1723 * objdump.c (dump_section_header): Replace printf_vma with
1724 bfd_printf_vma.
1725 (print_section_stabs): Likewise.
1726 (dump_bfd_header): Likewise.
1727 (objdump_print_value): Replace sprintf_vma with
1728 bfd_sprintf_vma.
1729 (disassemble_bytes): Likewise.
1730 (dump_reloc_set): Likewise.
1731
0218d1e4
AJ
17322001-08-10 Andreas Jaeger <aj@suse.de>
1733
1734 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1735 to build warnings.
1736 * configure: Regenerate.
1737
2863d58a
AM
17382001-08-09 Alan Modra <amodra@bigpond.net.au>
1739
1740 * readelf.c: Add missing prototypes.
1741 * objdump.c: Likewise. Format existing prototypes.
1742
c0e047e0
AO
17432001-08-08 Alexandre Oliva <aoliva@redhat.com>
1744
1745 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1746 of any RELA relocation for the abbrev_offset memory location that
1747 refers to the .debug_abbrev section symbol.
1748
ff78d6d6
L
17492001-08-07 H.J. Lu <hjl@gnu.org>
1750
1751 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1752 (main): Return process_file ().
1753
c36774d6
PB
17542001-08-05 Philip Blundell <philb@gnu.org>
1755
1756 * doc/binutils.texi: Use "Thumb" not "THUMB".
1757
8f9d9bd9
JH
17582001-08-03 John Healy <jhealy@redhat.com>
1759
bb279dc0
ZW
1760 Patch suggested by Frank Eigler <fche@redhat.com>.
1761 * objdump.c (disassemble_data): Fill in section member of the
1762 disasm_info structure.
8f9d9bd9 1763
c918cb96
DD
17642001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1765
1766 * configure.in: Added --with-windres option.
1767 * configure: Regenerated.
1768
c7c55b78
NC
17692001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1770
1771 * doc/binutils.texi: Use @command{name} for commands;
1772 use @option{-opt} for options; use @table @env for list of options;
1773 remove spaces arround [ | ] in synopsis.
1774
1775 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1776 center title.
1777
594ef5db
NC
17782001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1779
bb279dc0
ZW
1780 * objcopy.c: Fix formatting.
1781 (section_rename): New structure.
1782 (OPTION_RENAME_SECTION): New switch.
1783 (copy_usage): Document new switch.
1784 (add_section_rename): New function: Add a node to the section
1785 rename list.
1786 (find_section_rename): New function: Find the new name and
1787 flags for a section.
1788 (setup_section): Call find_section_name to determine the name
1789 of the output section.
1790 (copy_main): Handle OPTION_RENAME_SECTION.
1791 * binutils.texi: Document new switch.
594ef5db
NC
1792 * NEWS: Mention new switch.
1793
1f554c69
NC
17942001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1795
1796 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1797 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1798 bug-binutils@gcc.org.
1799
2f83960e
AM
18002001-07-28 Matthias Kramm <kramm@quiss.org>
1801
1802 * bucomm.c (list_supported_architectures): New function.
1803 * bucomm.h (list_supported_architectures): Declare.
1804 * objdump.c (usage): Call the above.
1805
20fe0649
DB
18062001-07-25 Dave Brolley <brolley@redhat.com>
1807
1808 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1809 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1810
1b577b00
NC
18112001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1812
1813 * README: Update for 2.11. Change bug reporting email address.
1814 * MAINTAINERS: Tidy up. Change bug reporting email address.
1815
95fd336c
DD
18162001-07-16 DJ Delorie <dj@redhat.com>
1817
5f16d855
DD
1818 * resres.c (write_res_header): Align header size.
1819 (res_align_file): Calculate alignment correctly.
1820
95fd336c
DD
1821 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1822 correct 10).
1823 * resrc.c (write_rc_resource): Likewise.
1824 * windres.h (SUBLANG_SHIFT): Define - as 10.
1825
ed8fee27
NC
18262001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1827
1828 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1829
90ab7e9a
NC
18302001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1831
1832 * MAINTAINERS: Add notes about branch checkins.
1833
e0c60db2
NC
18342001-07-05 Daniel Berlin <dan@cgsoftware.com>
1835
1836 * readelf.c (display_debug_macinfo): New function, display
1837 .debug_macinfo section.
1838 (do_debug_macinfo): New variable.
1839 (parse_args): Handle "-w[mM]" to mean display macro info.
1840 (process_section_headers): Handle debug_macinfo.
1841 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1842 function for .debug_macinfo display.
e0c60db2
NC
1843 * doc/binutils.texi: Document new command line switch.
1844 * NEWS: Document new feature of readelf.
0218d1e4 1845
24e01a36
L
18462001-07-05 H.J. Lu <hjl@gnu.org>
1847
1848 * objcopy.c (filter_symbols): Don't turn undefined symbols
1849 into local.
1850
4258bf4d
L
18512001-07-03 H.J. Lu <hjl@gnu.org>
1852
1853 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1854 $@.pod.
1855 (ar.1): Likewise.
1856 (dlltool.1): Likewise.
1857 (nlmconv.1): Likewise.
1858 (nm.1): Likewise.
1859 (objcopy.1): Likewise.
1860 (objdump.1): Likewise.
1861 (ranlib.1): Likewise.
1862 (readelf.1): Likewise.
1863 (size.1): Likewise.
1864 (strings.1): Likewise.
1865 (strip.1): Likewise.
1866 (windres.1): Likewise.
1867 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1868 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1869 $(DEMANGLER_NAME).
1870 (as.1): Removed.
1871 * doc/Makefile.in: Regenerated.
1872
7014bc31
NC
18732001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1874
1875 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1876
b811889f
NC
18772001-07-01 Daniel Berlin <dan@cgsoftware.com>
1878
1879 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1880
12ab83a9
NC
18812001-06-29 James Cownie <jcownie@etnus.com>
1882
1883 * readelf.c: Support DWARF 2.1 attributes.
1884
a6e9f9df
AM
18852001-06-28 Alan Modra <amodra@bigpond.net.au>
1886
1887 * readelf.c (GET_DATA_ALLOC): Remove.
1888 (GET_DATA): Remove.
1889 (get_data): New function combining above macros, with an extra
1890 test for zero size.
1891 (slurp_rela_relocs): Use get_data, and catch error return.
1892 (slurp_rel_relocs): Likewise.
1893 (get_32bit_program_headers): Likewise.
1894 (get_64bit_program_headers): Likewise.
1895 (get_32bit_section_headers): Likewise.
1896 (get_64bit_section_headers): Likewise.
1897 (get_32bit_elf_symbols): Likewise.
1898 (get_64bit_elf_symbols): Likewise.
1899 (process_section_headers): Likewise.
1900 (process_relocs): Likewise.
1901 (slurp_ia64_unwind_table): Likewise.
1902 (process_unwind): Likewise.
1903 (get_32bit_dynamic_segment): Likewise.
1904 (get_64bit_dynamic_segment): Likewise.
1905 (process_dynamic_segment): Likewise.
1906 (process_version_sections): Likewise.
1907 (process_symbol_table): Likewise.
1908 (dump_section): Likewise.
1909 (display_debug_info): Likewise.
1910 (display_debug_section): Likewise.
1911 (process_section_contents): Likewise.
1912 (process_corefile_note_segment): Likewise.
1913 (process_mips_specific): Likewise. Also free econf32, econf64.
1914
af3fc3bc
AM
19152001-06-25 Alan Modra <amodra@bigpond.net.au>
1916
1917 * readelf.c (dump_relocations): Print "bad symbol index" if
1918 symtab == NULL with non-zero symtab_index.
1919 (process_relocs): Don't bomb if reloc section has no symsec.
1920
6d900bf6
L
19212001-06-24 H.J. Lu <hjl@gnu.org>
1922
1923 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1924 by accident.
1925 (copy_main): Apply the the change made to strip_main on
1926 2001-05-30 by accident.
1927
49b4e386
AJ
19282001-06-23 Andreas Jaeger <aj@suse.de>
1929
1930 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1931 parameter 'code'.
1932 (unw_decode_x2): Likewise.
1933 (unw_decode_x3): Likewise.
1934 (unw_decode_x4): Likewise.
1935
d8dc71e3
BE
19362001-06-23 Ben Elliston <bje@redhat.com>
1937
1938 * MAINTAINERS: Add myself as M88k maintainer.
1939
af3bdff7
NC
19402001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1941
1942 * objcopy.c (strip_main): Support -o or --output-file command lien
1943 switch.
1944
105e7211
L
19452001-06-19 H.J. Lu <hjl@gnu.org>
1946
1947 * doc/Makefile.in: Regenerated.
1948
c45021f2
NC
19492001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1950
1951 * readelf.c: Restore formatting.
1952
19532001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1954
bb279dc0
ZW
1955 * Makefile.am: Move documentation into doc subdirectory.
1956 * Makefile.in: Regenerated.
c45021f2 1957 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1958 * addr2line.1: Removed.
1959 * ar.1: Likewise.
1960 * dlltool.1: Likewise.
1961 * nlmconv.1: Likewise.
1962 * nm.1: Likewise.
1963 * objcopy.1: Likewise.
1964 * objdump.1: Likewise.
1965 * ranlib.1: Likewise.
1966 * readelf.1: Likewise.
1967 * size.1: Likewise.
1968 * strings.1: Likewise.
1969 * strip.1: Likewise.
1970 * windres.1: Likewise.
1971 * cxxfilt.man: Likewise.
c45021f2
NC
1972 * doc: New Directory.
1973 * doc/Makefile.am: New file.
1974 * doc/Makefile.in: Generate.
1975
09ad7db3
AM
19762001-06-09 Alan Modra <amodra@bigpond.net.au>
1977
1978 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1979
936260fe
AM
19802001-06-01 Alan Modra <amodra@bigpond.net.au>
1981
1982 * MAINTAINERS: Update my email address.
1983
16b2b71c
NC
19842001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1985
1986 * objcopy.c: Add new switches: --keep-global-symbol,
1987 --keep-symbols, --localize-symbols, --keep-global-symbols and
1988 --weaken-symbols.
1989 * binutils.texi: Document new switches.
1990 * objcopy.1: Regenerate.
1991 * NEWS: Announce new feature.
1992
7036c0e1
AJ
19932001-05-28 Andreas Jaeger <aj@suse.de>
1994
1995 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1996 variables, fix format strings.
1997
76a406e5
NC
19982001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1999
2000 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2001 when computing the address of the line to show.
2002
31b6fca6
RH
20032001-05-16 Richard Henderson <rth@redhat.com>
2004
2005 * readelf.c (do_debug_frames_interp): New.
2006 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2007 (byte_get_big_endian): Likewise.
2008 (parse_args) ['F']: Set do_debug_frames_interp.
2009 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2010 (frame_display_row): Don't trunc pc_begin to int.
2011 (size_of_encoded_value): New.
2012 (display_debug_frames): Handle 64-bit targets. Print raw data
2013 unless do_debug_frames_interp.
2014 (debug_displays): Remove duplicate .debug_frame.
2015
4fe85591
NC
20162001-05-15 Ralf Baechle <ralf@gnu.org>
2017
2018 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2019 The former constant was never in active use and is used otherwise
2020 by the ABI.
2021
579f31ac
JJ
20222001-05-11 Jakub Jelinek <jakub@redhat.com>
2023
2024 * readelf.c (process_unwind): Print all unwind sections, not just
2025 one.
2026
78f4a3f7
AM
20272001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2028
2029 * readelf.c (process_unwind): Remove const specifier.
2030
1c529ca6
NC
20312001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2032
2033 * strings.c (isgraphic): Do not use isascii() unless it is needed
2034 for isprint() to work.
2035 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2036
87e6d782
NC
20372001-04-27 Johan Rydberg <jrydberg@opencores.org>
2038
bb279dc0 2039 * NEWS: Announce support for OpenRISC.
87e6d782 2040
4bd3d870 20412001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2042
2043 * dlltool.c (do_default_excludes): Initialise to true.
2044
21211521
AM
20452001-04-10 Alan Modra <amodra@one.net.au>
2046
2047 * MAINTAINERS: Update my email address
2048 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2049
0c66b61e 20502001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2051
2052 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2053
e58d53af
L
20542001-03-30 H.J. Lu <hjl@gnu.org>
2055
2056 * readelf.c (process_unwind): Just return if do_unwind is 0.
2057
bee72332
DD
20582001-03-28 Roger Sayle <roger@metaphorics.com>
2059
2060 * dlltool.c (make_one_lib_file): Fix section flags for
2061 .text, .data and .bss in stub ds*.o files to match those
2062 generated by gas.
2063
f1467e33
L
20642001-03-29 H.J. Lu <hjl@gnu.org>
2065
2066 * readelf.c (process_unwind): Only do unwind sections for
2067 IA64.
2068
1c6fb4fe
L
20692001-03-28 H.J. Lu <hjl@gnu.org>
2070
2071 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2072 * Makefile.in: Regenerate.
2073
0879a67a
AJ
20742001-03-26 Andreas Jaeger <aj@suse.de>
2075
2076 * binutils.texi (nm): Fix texi syntax.
2077
0285c67d
NC
20782001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2079
2080 * binutils.texi: Put @c man begin and @c man end indications
2081 to generate man pages using texi2pod and pod2man. Put @c man title
2082 to identify each man. Add SEEALSO entries.
2083 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2084 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2085 sort the list.
2086 (*.1): Build the man pages from binutils.texi.
2087 * Makefile.in: Regenerate.
2088
04847a4d
CF
20892001-03-13 Eric Kohl <ekohl@rz-online.de>
2090
2091 * defparse.y (opt_equal_name): allow "." in name.
2092 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2093 (gen_exp_file): Likewise.
2094
43a0748c
NC
20952001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2096
2097 * NEWS: Document addition of -B switch to objcopy.
2098 * binutils.texi: Document addition of -B switch to objcopy.
2099 * objcopy.c: (copy_options): Add --binary-architecture.
2100 (copy_usage): Document -B/--binary-architecture.
2101 (copy_main): Support -B/--binary-architecture. Set
2102 bfd_external_binary_architecture.
0879a67a 2103
b7498e0e
NC
21042001-03-11 Andreas Jaeger <aj@suse.de>
2105
2106 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2107 (dump_relocations): Likewise.
2108 (get_machine_name): Likewise.
2109
a59e3bd7
NC
21102001-02-28 Nick Clifton <nickc@redhat.com>
2111
2112 * readelf.c: (struct unw_aux_info): Remove const modifier for
2113 'strtab' field.
2114 (process_unwind): Remove non-K&R compliant LHS type cast in call
2115 to GET_DATA_ALLOC macro.
2116
a5bcd848
PB
21172001-02-28 Philip Blundell <pb@futuretv.com>
2118
2119 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2120 ABI is in use; remove ambiguity between the "unknown" EABI and
2121 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2122 renamed EF_xx constants.
2123
27b7e12d
AM
21242001-02-27 Alan Modra <alan@linuxcare.com.au>
2125
2126 * configure.in (BFD_VERSION): New.
2127 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2128 * configure: Regenerate.
2129 * Makefile.am: Run "make dep-am"
2130 * Makefile.in: Regenerate.
2131
a9f10786
NC
21322001-02-14 Nick Clifton <nickc@redhat.com>
2133
2134 * MAINTAINERS: Add "Obvious Fix" rule.
2135
3c44da9a
MS
21362001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2137
2138 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2139 literal concatenation.
2140
ecd03389
MS
21412001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2142
2143 * readelf.c (struct unw_aux_info): Remove const from the info member.
2144 (process_unwind): Don't type-cast the third argument to the
2145 GET_DATA_ALLOC macro.
2146
88ec60c7
NC
21472001-02-11 Nick Clifton <nickc@redhat.com>
2148
2149 * readelf.c (dump_relocations): Free corrected allocated
2150 array.
2151 (process_unwind): Fix compile time warning.
2152
f5e21966
NC
21532001-02-10 Nick Clifton <nickc@redhat.com>
2154
2155 * binutils.texi: Document new --unwind option to readelf.
2156
a85d7ed0
NC
21572001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2158
2159 * readelf.c: Add linux target for S/390.
2160
7bb10502
AM
21612001-02-10 Alan Modra <alan@linuxcare.com.au>
2162
2163 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2164 printf is a macro.
2165
8ca8f343
HPN
21662001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2167
2168 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2169 * aclocal.m4: Regenerate.
2170 * configure: Regenerate.
2171
7340082d
NC
21722001-02-07 Todd Vierling <tv@wasabisystems.com>
2173
2174 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2175 * objdump.c (bfd_target_vector): Likewise.
2176
4d6ed7c8
NC
21772001-02-07 David Mosberger <davidm@hpl.hp.com>
2178
2179 * readelf.c (process_unwind): New function.
2180 (slurp_ia64_unwind_table): Ditto.
2181 (dump_ia64_unwind): Ditto.
2182 (find_symbol_for_address): Ditto.
2183 (slurp_rela_relocs): New function (split off from dump_relocations()).
2184 (slurp_rel_relocs): Ditto.
2185 (parse_args): Handle '-u' option.
2186
2187 * unwind-ia64.c: New file.
2188 * unwind-ia64.h: New file.
2189 * Makefile.am: Include unwind-ia64.c in readelf build.
2190 * Makefile.in: Regenerate.
7340082d 2191 * po/binutils.pot: Regenerate.
4d6ed7c8 2192
c7217458
PB
21932001-02-04 Philip Blundell <philb@gnu.org>
2194
2195 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2196 * configure: Regenerate.
2197
956eedd4
AM
21982001-01-31 Steve deRosier <sderosier@vari-lite.com>
2199
2200 * ieee.c (ieee_add_bb11): Don't check for backslashes
2201 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2202
8855cbca
AM
22032001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2204
c7f2731e
AM
2205 * ieee.c: Update copyright.
2206 (ieee_start_compilation_unit): Don't check for backslashes
2207 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2208
8855cbca
AM
2209 * stabs.c: Update copyright. Include "filenames.h".
2210 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2211
329de803 22122001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2213
2214 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2215 sections are present before using them. Remove code duplication.
2216 (process_symbol_table): Check if VERDEF or VERNEED sections are
2217 present before using them.
2218
23719f39
NC
22192001-01-17 Nick Clifton <nickc@redhat.com>
2220
2221 * objcopy.c (copy_object): Fail if attempting to convert the
2222 endianness of the input object file.
2223
2224 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2225
f726e849
NC
22262001-01-16 Nick Clifton <nickc@redhat.com>
2227
2228 * readelf.c (string_table_length): New variable.
2229 (SECTION_NAME): Catch out of range indices and missing section
2230 pointers.
2231 (process_section_headers): Delete useless local variable
2232 string_table_offset. Set the value of string_table_length
2233 after loading the string table.
2234 (process_mips_specific): Use SECTION_NAME macro.
2235 (process_file): Set string_table_length to 0 when it is freed.
2236
d0398d6a
NC
22372001-01-12 Nick Clifton <nickc@redhat.com>
2238
2239 * version.c (print_version): Update copyright date.
2240
0d2bcfaf
NC
22412001-01-11 Peter Targett <peter.targett@arccores.com>
2242
2243 * readelf.c (dump_relocations): Include selection with EM_ARC.
2244 (get_machine_name) Update name to "ARC".
2245
8b1e6df3
NC
22462001-01-09 Nick Clifton <nickc@redhat.com>
2247
2248 * Makefile.am: Add rule to build objdump.o from objdump.c and
2249 using OBJDUMP_DEFS.
2250 * Makefile.in: Regenerate.
2251
2252 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2253 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2254 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2255 * configure: Regenerate.
8b1e6df3
NC
2256
2257 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2258 is defined read in the relocs even if dump_reloc_info is
2259 false.
2260
2f952d20
PB
22612001-01-07 Philip Blundell <philb@gnu.org>
2262
2263 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2264 `bug-binutils'.
2265 * README: Likewise.
2266
a8c548cb
NC
22672000-12-19 Nick Clifton <nickc@redhat.com>
2268
2269 * dlltool.c: Add missing support for arm-epoc-pe.
2270 * configure.in: Add missing support for arm-epoc-pe.
2271 * configure: Regenerate.
2272
cc5fda35
NC
22732000-12-15 Nick Clifton <nickc@redhat.com>
2274
2275 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2276 Mode parts of the x86 port.
2277
bcedfee6
NC
22782000-12-04 Andreas Jaeger <aj@suse.de>
2279
2280 * readelf.c (guess_is_rela): Add EM_X86_64.
2281 (dump_relocations): Add EM_X86_64.
2282 (get_machine_name): Add EM_X86_64.
2283 Include "elf/x86-64.h".
2284
584da044
NC
22852000-12-12 Nick Clifton <nickc@redhat.com>
2286
2287 * readelf.c: Fix formatting.
2288
7559e86e 22892000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2290
2291 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2292
a98cc2b2
AH
22932000-12-07 Andrew Haley <aph@redhat.com>
2294
2295 * readelf.c (display_debug_frames): Only display columns that are
2296 referenced by the frame debug info.
2297
c7987a69
NC
22982000-12-05 Nick Clifton <nickc@redhat.com>
2299
2300 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2301
09fd7e38
JM
23022000-12-04 Jason Merrill <jason@redhat.com>
2303
2304 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2305 (display_debug_section): Likewise.
2306 (display_debug_info): Display CU header before bailing.
2307
e7af610e
NC
23082000-12-01 Chris Demetriou <cgd@sibyte.com>
2309
09fd7e38
JM
2310 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2311 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2312 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2313
09fd7e38
JM
2314 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2315 and E_MIPS_ARCH_64.
84ea6cf2 2316
09fd7e38
JM
2317 * readelf.c (get_machine_flags): Add case for
2318 E_MIPS_MACH_SB1.
c6c98b38 2319
75066968
DD
23202000-11-30 Richard Earnshaw <rearnsha@arm.com>
2321
2322 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2323
5c4666ea
HPN
23242000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2325