Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
fde78edd
NC
12003-02-10 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (decode_ARM_machine_flags): Handle the
4 EF_ARM_MAVERICK_FLOAT flag.
5
22d82235
AS
62003-02-04 Andreas Schwab <schwab@suse.de>
7
8 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
9 long and use %ld in printf format.
10
1a677ea8
RS
112003-01-28 Richard Sandiford <rsandifo@redhat.com>
12
13 * readelf.c (dump_relocations): Reorder the r_info field for
14 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
15
8dde85fc
NC
162003-01-21 Daniel Berlin <dan@dberlin.org>
17
18 * readelf.c (display_debug_loc): Skip address base changes.
19
c6f8bb1e
AM
202003-01-17 Fabio Alemagna <falemagn@aros.org>
21
22 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
23 and ELFOSABI_NSK.
24
c833c019
AM
252003-01-16 Alan Modra <amodra@bigpond.net.au>
26
27 * readelf.c: Include elf/ppc64.h.
28 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
29 * Makefile.am: Run "make dep-am".
30 * Makefile.in: Regenerate.
31
3b36097d
SC
322003-01-02 Ben Elliston <bje@redhat.com>
33
34 * readelf.c (guess_is_rela): Handle EM_IQ2000.
35 (get_machine_name): Likewise.
36 (dump_relocations): Likewise.
37 * NEWS: Mention IQ2000 support.
38
cb44e358
RS
392003-01-02 Richard Sandiford <rsandifo@redhat.com>
40
41 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
42
af7ee8bf
CD
432002-12-30 Chris Demetriou <cgd@broadcom.com>
44
45 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
46 changes in MIPS -M options.
47
2469cfa2
NC
482002-12-30 Dmitry Diky <diwil@mail.ru>
49
50 * Makefile.am: Add msp430 target.
51 * Makefile.in: Regenerate.
52 * readelf.c: Add support for msp430 target.
53
640c0ccd
CD
542002-12-27 Chris Demetriou <cgd@broadcom.com>
55
56 * doc/binutils.texi (objdump): Document MIPS -M options.
57
59f14fc0
AS
582002-12-23 Andreas Schwab <schwab@suse.de>
59
60 * readelf.c (main): Reset dump request after each file.
61
312b768e
NC
622002-12-23 Nick Clifton <nickc@redhat.com>
63
64 * nlmconv.c (main): Pass TRUE as third argument to
65 bfd_arch_get_compatible.
66
8745eafa
NC
672002-12-23 Nick Clifton <nickc@redhat.com>
68
69 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
70 macro. Handle 'S' encoding, accepting 8-bit characters.
71 (main): Parse 'S' encoding.
72 (get_char): Accept 'S' encoding.
73 (print_strings): Use STRING_ISGRAPHIC.
74 (usage): Document support of 'S' encoding.
75 * doc/binutils.texi: Document support of 'S' encoding/
76 * NEWS: Mention new feature.
77
08213ebb
AM
782002-12-20 Alan Modra <amodra@bigpond.net.au>
79
80 * README <building ar>: Don't use libibery's needed_list or
81 required_list, instead link libiberty/*.o.
82
b9e5d8e5
KH
832002-12-19 Kazu Hirata <kazu@cs.umass.edu>
84
85 * doc/binutils.texi: Fix typos.
86
c51238bc
DA
872002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
88
89 * doc/binutils.texi: Add missing parenthesis.
90
d7fb0dd2
NC
912002-12-15 Nick Kelsey <nickk@ubicom.com>
92
93 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
94 symbols by adding the given prefix to the begining of the symbol
95 name. This is useful to provide name space seperation regardless
96 of how the object file was created. Added --prefix-sections=
97 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
98 sections (or all sections with the alloc flag set) by adding the given
99 prefix to the begining of the symbol name.
100 * NEWS: Mention this new feature.
101 * doc/binutils.texi: Document this new feature.
102
55b9cdf1
AM
1032002-12-13 Alan Modra <amodra@bigpond.net.au>
104
105 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
106 dyn_string_append with dyn_string_append_cstr.
107
108 * emul_aix.c (ar_emul_aix_create): Remove unused function.
109
84ad6ede
NC
1102002-12-10 James Cownie <jcownie@etnus.com>
111
112 * readelf.h (get_TAG_name, get_AT_name,
704afb58 113 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
114 DWARF2 spec.
115 * NEWS: Mention this new support.
116
7d036af2
AM
1172002-12-08 Alan Modra <amodra@bigpond.net.au>
118
119 * NEWS: Mention that bfd no longer declares a "boolean" type.
120
3e8bba36
AM
1212002-12-07 Alan Modra <amodra@bigpond.net.au>
122
123 * readelf.c (process_program_headers): When setting loadaddr, don't
124 assume segment size is 4k. Use p_align instead.
125 (loadaddr): Change from int to long.
126 (dynamic_addr, dynamic_info, version_info): Likewise.
127 (process_dynamic_segment <syminsz>): Likewise.
128 (process_dynamic_segment): Adjust print format string.
129 (rela_addr, rela_size): Delete.
130 (process_relocs): Formatting.
131
d070dab9
JW
1322002-12-05 Jim Wilson <wilson@redhat.com>
133
134 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
135 * configure: Regenerate.
136
45bcbdb1
ILT
1372002-12-04 Ian Lance Taylor <ian@airs.com>
138
139 * MAINTAINERS: Change e-mail address back to airs.com.
140
42ea8716
AH
1412002-12-04 Aldy Hernandez <aldyh@redhat.com>
142
143 * MAINTAINERS: Add self.
144
b34976b6
AM
1452002-11-30 Alan Modra <amodra@bigpond.net.au>
146
147 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
148 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
149 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
150 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
151 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
152 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
153 with TRUE/FALSE. Formatting.
154
c8286bd1
JJ
1552002-11-29 Jakub Jelinek <jakub@redhat.com>
156
157 * readelf.c Replace occurrences of Elf32_Internal_* and
158 Elf64_Internal_* with Elf_Internal_*.
159 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
160 Zero r_addend fields.
161 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
162 Elf_Internal_Rela.
163
92acdfaf
NC
1642002-11-23 Nick Clifton <nickc@redhat.com>
165
166 * size.c (usage): Fix typo describing switch for hex format.
167
48c5eb8a
SS
1682002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
169
170 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
171 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
172 testcase
173
2f62977e
NC
1742002-11-14 Nick Clifton <nickc@redhat.com>
175
176 * readelf.c (process_program_headers): Add comment about return
177 value. Ensure that 0 is returned if the headers are not loaded.
178 (process_file): If process_section_headers failed to load the
179 headers disable any tests that rely upon them. Similarly for
180 process_program_headers.
181
cd24c222
NC
1822002-11-12 Nick Clifton <nickc@redhat.com>
183
184 * po/da.po: Updated Danish translation.
185
f3931575
AM
1862002-11-12 Klee Dienes <kdienes@apple.com>
187
188 * rddbg.c (read_section_stabs_debugging_info): Also recognize
189 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
190
b54e7460
CF
1912002-11-11 Christopher Faylor <cgf@redhat.com>
192
193 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
194 cgf maintainership.
195
4f17cc13
CF
1962002-11-11 Christopher Faylor <cgf@redhat.com>
197
198 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
199
232e7cb8
NC
2002002-11-07 Nick Clifton <nickc@redhat.com>
201
cd24c222 202 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
203 * configure: Regenerate.
204 * po/da.po: New Danish translation.
205
232e7cb8
NC
206 * readelf.c (get_symbol_index_type): Revert part of previous
207 patch: Display unknown symbol types in decimal, not hex.
208
c9e38879
NC
2092002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
210
211 * dlltool.c (add_excludes): Don't prefix excluded fastcall
212 symbols with underscore.
213 (xlate): Ignore add_underscore for decorated fastcall symbols.
214
2152002-11-07 Eric Kohl <ekohl@rz-online.de>
216
217 * deflex.l: Accept '@' as first character of an ID.
218 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
219 ASM_PREFIX for fastcall symbols.
220 (scan_drectve_symbols): Handle fastcall symbols when generating
221 undecorated aliases for symbols in drectve section.
222 (scan_filtered_symbols): Likewise, with export-all.
223 (xlate): Likewise, with --kill-at.
224 (make_imp_label): New function to handle fastcall symbols
225 correctly.
226 (make_one_lib_file): Use make_imp_label instead of make_label
227 for imp symbols.
228
a700dc3b
SS
2292002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
230
231 * MAINTAINERS: Add self as TIC4X maintainer.
232
5cf1065c
NC
2332002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
234
235 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
236 PROCESSOR-specific, OS-specific, reserved and unknown symbol
237 types.
5cf1065c 238
f1ef08cb
AM
2392002-11-04 Alan Modra <amodra@bigpond.net.au>
240
241 * readelf.c (byte_get_little_endian): Comment typo fix.
242 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
243 as the format string.
244 (dump_relocations): Correct section sym names.
245 (process_section_headers): Clear symtab_shndx_hdr.
246 (read_and_display_attr_value): Don't pass indirect string to printf
247 as the format string.
248 (display_debug_frames): Indicate when zero terminator found. Decode
249 DW_EH_PE_pcrel addresses.
250
1a09a22c
NC
2512002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
252
253 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
254 order to ensure proper disassembly of the valid 0-value opcode.
255 * configure: Regenerate.
256 * aclocal.m4: Regenerate.
257 * config.in: Regenerate.
258 * configure.in: Regenerate.
259 * doc/Makefile.in: Regenerate.
260 * po/binutils.pot: Regenerate.
261
c254c557
KK
2622002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
263
264 * MAINTAINERS: Add self as SH maintainer.
265
aefbdd67
BE
2662002-10-23 Ben Elliston <bje@redhat.com>
267
268 * doc/binutils.texi (objdump): Document -z and move the entry for
269 --disassemble-zeroes to the end of the options section (for `z').
270
ab9bcc01
NC
2712002-10-21 Nick Clifton <nickc@redhat.com>
272
273 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
274
8ab56b6f
AM
2752002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
276
277 * objdump.c (dump_data): Correct addr_offset for opb != 1.
278
49c12576
AM
2792002-10-15 Alan Modra <amodra@bigpond.net.au>
280
48417c1a
AM
281 * bucomm.c (list_supported_targets): Use bfd_target_list.
282
49c12576
AM
283 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
284 other object errors in preference to bfd_core errors.
285
6e1a7e9a
AM
2862002-10-14 Alan Modra <amodra@bigpond.net.au>
287
288 * Makefile.am: Run "make dep-am".
289 * objdump.c: #include "bfdver.h".
290 * version.c: Likewise.
291 * Makefile.in: Regenerate.
292 * config.in: Regenerate.
293 * configure: Regenerate.
294 * po/POTFILES.in: Regenerate.
295
09fc3b02
DJ
2962002-10-09 Daniel Jacobowitz <drow@mvista.com>
297
298 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
299 sections. Allow relocations against the absolute symbol. Don't
300 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 301 relocation.
09fc3b02 302
f309035a
NC
3032002-10-07 Gordon Chaffee <chaffee@netvmg.com>
304
305 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
306 ordinary ones are available.
307
810dfa6e
L
3082002-09-30 H.J. Lu <hjl@gnu.org>
309
310 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
311 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
312
bb279dc0
ZW
3132002-09-17 Zack Weinberg <zack@codesourcery.com>
314
315 * Makefile.am (CFILES): Add cxxfilt.c.
316 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
317 (cxxfilt_LDADD): Delete.
318 Remove all references to underscore.c.
319 Regen dependencies.
320 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
321 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
322 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
323 adjustments to fit into binutils framework.
324 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
325
065c959b
NC
3262002-09-12 Roland McGrath <roland@redhat.com>
327
328 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
329 Handle DW_OP_GNU_push_tls_address.
330
e09f4395
NC
3312002-09-11 Nick Clifton <nickc@redhat.com>
332
333 * po/tr.po: Updated Turkish translation.
334
873e0588
NC
3352002-09-10 Nick Clifton <nickc@redhat.com>
336
337 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
338 testsuite changes. Add paragraphs about testsuite and config
339 patches.
340
069fe61f
NC
3412002-08-29 Nick Clifton <nickc@redhat.com>
342
343 * readelf.c (get_machine_flags): Remove redundant reference to
344 E_V850EA_ARCH.
345
fe0507eb
AM
3462002-08-28 Alan Modra <amodra@bigpond.net.au>
347
348 * objdump.c (dump_bfd): Restore lines accidentally deleted in
349 last commit.
350
026df7c5
NC
3512002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
352
bb279dc0 353 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
354 (dump_bfd_header): Likewise.
355
68a4c073
AM
3562002-08-27 Alan Modra <amodra@bigpond.net.au>
357
358 * nm.c: Revert last change.
359
a1df01d1
AM
3602002-08-26 Alan Modra <amodra@bigpond.net.au>
361
362 * nm.c (display_rel_file): Don't report "no symbols" as an error.
363 * objdump.c (slurp_symtab): Likewise.
364 (slurp_dynamic_symtab): Likewise.
365 (dump_symbols): Likewise. Do print "no symbols" to stdout.
366
a926ab2f
GK
3672002-08-24 Geoffrey Keating <geoffk@redhat.com>
368
369 * MAINTAINERS: Change my mailing address.
370
fcf62380
DA
3712002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
372
373 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
374
51e28791
NC
3752002-08-22 Nick Clifton <nickc@redhat.com>
376
377 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
378 HPPA.
379
c5b060ad
AM
3802002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
381
382 * readelf.c (parse_args): Change debug_dump_opt to static.
383
4b73ca92
NC
3842002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
385
386 * stabs.c (parse_stab_argtype): Pass length of physname to
387 stab_demangle_argtypes.
388 (stab_demangle_argtypes): Add new parameter - length of physname.
389 Pass length of physname on to stab_demangle_prefix.
390 (stab_demangle_prefix): Add new parameter - length of physname.
391 Use length of physname (if supplied) to compute end of function
392 name.
393
35b1837e
AM
3942002-08-15 Alan Modra <amodra@bigpond.net.au>
395
396 * readelf.c: Include elf/i370.h.
397 (dump_relocations): Handle EM_S370.
398 (dynamic_segment_parisc_val): Print \n.
399 (process_dynamic_segment <DT_BIND_NOW>): Here too.
400
762baac5
NC
4012002-08-14 Nick Clifton <nickc@redhat.com>
402
403 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
404 * objdump.c (usage): Likewise.
405 * doc/binutils.texi: Likewise.
406
85c09e8a
NC
4072002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
408
409 * rcparse.y (acc_entry): Don't warn about ALT use with
410 non-VIRTKEY.
411
212a3c4d
L
4122002-08-13 H.J. Lu <hjl@gnu.org>
413
414 * objcopy.c (copy_object): Don't warn about the unsupported
415 architecture unless the input target is defaulted or the
416 output architecture is different from the input.
417
2b692c59
NC
4182002-08-09 Nick Clifton <nickc@redhat.com>
419
420 * po/sv.po: Updated Swedish translation.
421
09de7a73
AM
4222002-08-05 Alan Modra <amodra@bigpond.net.au>
423
424 * prdbg.c (pr_fix_visibility): Remove assert.
425
47badb7b
NC
4262002-07-31 Nick Clifton <nickc@redhat.com>
427
428 * addr2line.c (process_file): Rename parameter 'filename' to
429 'file_name' in order to avoid shadowing global symbol of the
430 same name.
431 (main): Likewise.
432
2979dc34
JJ
4332002-07-30 Jakub Jelinek <jakub@redhat.com>
434
435 * readelf.c (OPTION_DEBUG_DUMP): Define.
436 (options): Use it.
437 (usage): Update help.
438 (parse_args): Handle --debug-dump separately from -w.
439 * doc/binutils.texi (readelf): Update documentation.
440
219576a4
NC
4412002-07-25 Nick Clifton <nickc@redhat.com>
442
443 * po/es.po: Updated Spanish translation.
444 * po/fr.po: Updated French translation.
445
bf4f22e6 4462002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 447
bf4f22e6
NC
448 * po/es.po: Updated Spanish translation.
449
c5b3a82a
AM
4502002-07-23 Alan Modra <amodra@bigpond.net.au>
451
452 * Makefile.am: Run "make dep-am".
453 * Makefile.in: Regenerate.
454
0461a601
NC
4552002-07-23 Nick Clifton <nickc@redhat.com>
456
bf4f22e6 457 * po/fr.po: Updated French translation.
0461a601 458
bf44dd74
AM
4592002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
460
461 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
462
2c205ff2
AM
4632002-07-20 Alan Modra <amodra@bigpond.net.au>
464
63eb0809 465 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 466
1e4cf259
NC
4672002-07-18 Denis Chertykov <denisc@overta.ru>
468 Frank Ch. Eigler <fche@redhat.com>
469
470 * readelf.c: Include "elf/ip2k.h".
471 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
472 (dump_relocations): Likewise.
473 (get_machine_name): Likewise.
474 * NEWS: Mention IP2K support.
475
2cbb2eef
NC
4762002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
477
478 * NEWS: Add 'Changes in 2.13'.
479
047b2264
JJ
4802002-07-10 Jakub Jelinek <jakub@redhat.com>
481
482 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
483 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
484 (get_section_type_name): Handle SHT_GNU_LIBLIST.
485 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
486 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
487 (process_gnu_liblist): New.
488 (process_file): Call it.
489
97230b15
AM
4902002-07-03 Alan Modra <amodra@bigpond.net.au>
491
492 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
493 * Makefile.in: Regenerate.
494
a6637ec0
AM
4952002-07-02 Alan Modra <amodra@bigpond.net.au>
496
497 * budemang.c: New file, "demangle" function.
498 * budemang.h: New file.
499 * addr2line.c (translate_addresses): Use "demangle".
500 * nm.c (print_symname): Likewise.
501 * objdump.c (objdump_print_symname): Likewise.
502 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
503 here since that obfuscates.
504 * rdcoff.c: Don't #include demangle.h.
505 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
506 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
507 (HFILES): Add budemang.h. Sort.
508 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
509 Run "make dep-am".
510 * Makefile.in: Regenerate.
511
179d3252
JT
5122002-07-01 Matt Thomas <matt@3am-software.com>
513
514 * readelf.c: Include "elf/vax.h".
515 (guess_is_rela): Move EM_VAX from unknown to RELA case.
516 (dump_relocations): Handle VAX relocations.
517 (get_machine_flags): Handle VAX machine flags.
518
75751cd9
SC
5192002-06-29 Stephane Carrez <stcarrez@nerim.fr>
520
521 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
522
e5851ab8
NC
5232002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
524
525 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
526
eb3f2f5c
AM
5272002-06-26 Alan Modra <amodra@bigpond.net.au>
528
529 * nm.c (print_symname): When demangling, strip leading dots from
530 symbol names to avoid confusing the demangler.
531
a13a0de8
L
5322002-06-25 H.J. Lu <hjl@gnu.org>
533
534 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
535 * Makefile.in: Regenerated.
536
6db7a086
AM
5372002-06-21 Igor Schein <igor@txc.com>
538
539 * configure.in: Quote bu_cv_have_fopen64.
540 * configure: Regenerate.
541
9710509e
AM
5422002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
543
544 * configure.in: Check for strcoll.
545 * configure: Regenerate.
546 * config.in: Regenerate.
547 * nm.c (main): Set locale for LC_COLLATE category.
548 (non_numeric_forward): Use strcoll if available.
549
a9f0b5e7
DB
5502002-06-20 Dave Brolley <brolley@redhat.com>
551
552 * MAINTAINERS: Add self as fr30 and frv maintainer.
553
33f5f537
L
5542002-06-18 H.J. Lu (hjl@gnu.org)
555
556 * nm.c: Include "elf/common.h".
557 (extended_symbol_info): Add elfinfo, a pointer to
558 elf_symbol_type.
559 (SYM_SIZE): Use elfinfo if it is not NULL.
560 (get_symbol_type): New function.
561 (display_archive): Set print_width for each archive member.
562 (display_file): Likewise.
563 (display_rel_file): Don't set print_width here.
564 (print_object_filename_sysv): Handle print_width.
565 (print_archive_member_sysv): Likewise.
566 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
567 (print_symbol): Set the elfinfo field in extended_symbol_info
568 for ELF.
569 (print_object_filename_sysv): Fix the output format.
570 (print_symbol_info_sysv): Print type and section for ELF.
571
5722002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
573
574 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 575 the symbol's size equal to its value when --size-sort is
33f5f537
L
576 used.
577
5c70f934
DB
5782002-06-18 Dave Brolley <brolley@redhat.com>
579
580 From Catherine Moore:
581 * readelf.c (elf/frv.h): #include it.
582 (guess_is_rela): Support EM_CYGNUS_FRV.
583 (dump_relocations): Ditto.
584 (get_machine_name): Ditto.
585 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
586
7ece0d85
JJ
5872002-06-18 Jakub Jelinek <jakub@redhat.com>
588
589 * readelf.c (get_file_header): Only read the first section header if
590 e_shoff is non-zero.
591
72797995
L
5922002-06-15 H.J. Lu (hjl@gnu.org)
593
594 * nm.c (print_size): New variable. Initialize to 0.
595 (long_options): Add 'S'/"print-size".
596 (main): Handle 'S'.
597 (print_symbol_info_bsd): Print size only if print_size is not
598 0.
599
600 * doc/binutils.texi: Document -S/--print-size.
601
977f7911
NC
6022002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
603
604 * nm.c (struct extended_symbol_info): New strcuture: Add the size
605 of the symbols to the information provided by the symbol_info
606 structure.
607 (print_symbols): Pass the symbol size to print_symbol.
608 (print_size_symbols): Pass the symbol size to print_symbol.
609 (print_symbol): Extra argument: The size of the symbol. Store
610 this in the extended_symbol_info structure.
611 (print_symbol_info): Change type of info parameter to
612 extended_symbol_info. Display the size, if known.
613 (print_symbol_info_posix): Likewise.
614 (print_symbol_info_sysv): Likewise.
615
b1f88ebe
AM
6162002-06-08 Alan Modra <amodra@bigpond.net.au>
617
fa449227
AM
618 * Makefile.am: Run "make dep-am".
619 * Makefile.in: Regenerate.
620 * doc/Makefile.in: Regnerate.
621
b1f88ebe
AM
622 * bucomm.c: Replace CONST with const.
623 * nm.c: Likewise.
624 * objdump.c: Likewise.
625
91a106e6
L
6262002-06-07 H.J. Lu <hjl@gnu.org>
627
628 * readelf.c (DW_CFA_GNU_args_size): Don't define.
629 (DW_CFA_GNU_negative_offset_extended): Likewise.
630 (DW_CFA_GNU_window_save): Likewise.
631 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
632 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
633
6ab6b380 6342002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 635
6ab6b380
NC
636 * nm.c: When computing size of symbols for an ELF target use the
637 internal size field.
638
e28e05a3
JL
6392002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
640
641 * testsuite/binutils-all/objcopy.exp: clear xfail for
642 "hppa*64*-*-hpux*".
643 * testsuite/binutils-all/hppa/objdump.exp: Return if
644 "*64*-*-*".
645
dc156bc0
AM
6462002-06-05 Alan Modra <amodra@bigpond.net.au>
647
648 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
649
6502002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
651
652 * objdump.c: Fix formatting.
653
d79e4ea3
BE
6542002-05-29 Ben Elliston <bje@redhat.com>
655
656 * MAINTAINERS: Add self as M68k maintainer.
657
d172d4ba
NC
6582002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
659
660 * readelf.c: Modified/Added DLX elf support.
661
7edb8f29
NC
6622002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
663
3a1a2036
NC
664 * arsup.c: Fix formatting.
665 * debug.c (debug_record_label): Add missing colon to error
666 message.
667 * ieee.c (parse_ieee_ty): Fix spelling typo.
668 * readelf.c (process_program_headers): Remove English assumption
669 about making a plural word.
670 (process_section_headers): Likewise.
671 (process_relocs): Allow quotes to be translated.
672 (process_unwind): Likewise,
673 (process_mips_specific): Improve error message.
674 (get_note_type): Fix spelling typo.
675
7edb8f29
NC
676 * configure.in (ALL_LINGUAS): Add sv
677 * po/sv.po: New file.
678
3eee1e9d
AM
6792002-05-27 Alan Modra <amodra@bigpond.net.au>
680
681 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
682 (unw_print_grmask): Likewise.
683 (unw_print_frmask): Likewise.
684
d43efbe3
KH
6852002-05-26 Kazu Hirata <kazu@cs.umass.edu>
686
687 * arsup.c: Remove ARGSUSED.
688 * debug.c: Likewise.
689 * ieee.c: Likewise.
690 * nlmconv.c: Likewise.
691 * prdbg.c: Likewise.
692 * stabs.c: Likewise.
693 * wrstabs.c: Likewise.
694
e9792343
AM
6952002-05-25 Alan Modra <amodra@bigpond.net.au>
696
697 * arlex.l: Use #include "" instead of <> for local header files.
698 * coffdump.c: Likewise.
699 * coffgrok.c: Likewise.
700 * nlmconv.c: Likewise.
701 * nlmheader.y: Likewise.
702 * srconv.c: Likewise.
703 * strings.c: Likewise.
704 * sysdump.c: Likewise.
705 * unwind-ia64.h: Likewise.
706 * windres.h: Likewise.
707 * winduni.h: Likewise.
708
d7e53452
TR
7092002-05-24 Tom Rix <trix@redhat.com>
710
711 * MAINTAINERS: Add self as the d10v maintainer.
712
436e8db0
NC
7132002-05-24 TAMURA Kent <kent@netbsd.org>
714
715 * configure.in: Builds dlltool for i386-netbsdpe.
716 * configure: Regenerate.
717
9f66665a
KH
7182002-05-23 Kazu Hirata <kazu@cs.umass.edu>
719
720 * size.c: Fix formatting.
721 * srconv.c: Likewise.
722 * stabs.c: Likewise.
723 * sysdump.c: Likewise.
724 * unwind-ia64.c: Likewise.
725 * wrstabs.c: Likewise.
726
13ae64f3
JJ
7272002-05-23 Jakub Jelinek <jakub@redhat.com>
728
729 * readelf.c (get_segment_type): Add PT_TLS.
730 (get_elf_section_flags): Add SHF_TLS.
731 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
732 (process_dynamic_segment): Use puts instead of printf.
733 (get_symbol_type): Support STT_TLS.
734 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
735 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
736 Add SEC_THREAD_LOCAL.
737
53c7db4b
KH
7382002-05-23 Kazu Hirata <kazu@cs.umass.edu>
739
740 * rdcoff.c: Fix formatting.
741 * rddbg.c: Likewise.
742 * readelf.c: Likewise.
743 * rename.c: Likewise.
744 * resbin.c: Likewise.
745 * resrc.c: Likewise.
746 * resres.c: Likewise.
747
0af11b59
KH
7482002-05-21 Kazu Hirata <kazu@cs.umass.edu>
749
750 * filemode.c: Fix formatting.
751 * ieee.c: Likewise.
752 * is-ranlib.c: Likewise.
753 * is-strip.c: Likewise.
754 * maybe-ranlib.c: Likewise.
755 * maybe-strip.c: Likewise.
756 * nlmconv.c: Likewise.
757 * nm.c: Likewise.
758 * not-ranlib.c: Likewise.
759 * not-strip.c: Likewise.
760 * objcopy.c: Likewise.
761 * objdump.c: Likewise.
762
21611032
TS
7632002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
764
765 * objdump.c (dump_headers): Fix output formatting for ELF32
766 architectures in a BFD64 enabled toolchain.
767
26044998
KH
7682002-05-20 Kazu Hirata <kazu@cs.umass.edu>
769
770 * debug.c: Fix formatting.
771 * debug.h: Likewise.
772 * dlltool.c: Likewise.
773 * dllwrap.c: Likewise.
774 * emul_aix.c: Likewise.
775 * emul_vanilla.c: Likewise.
776
f462a9ea
KH
7772002-05-19 Kazu Hirata <kazu@cs.umass.edu>
778
779 * addr2line.c: Fix formatting.
780 * ar.c: Likewise.
781 * arsup.c: Likewise.
782 * arsup.h: Likewise.
783 * binemul.c: Likewise.
784 * binemul.h: Likewise.
785 * bucomm.c: Likewise.
786 * coffdump.c: Likewise.
787 * coffgrok.c: Likewise.
788 * coffgrok.h: Likewise.
789
e0159aa9
MM
7902002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
791
792 * MAINTAINERS: Add myself as the second AVR port maintainer.
793
074b403e
SC
7942002-05-16 Stephane Carrez <stcarrez@nerim.fr>
795
796 * MAINTAINERS: Update my email address.
797
2b9c8201
NC
7982002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
799
800 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
801
e1d5b1e7
AM
8022002-05-09 Alan Modra <amodra@bigpond.net.au>
803
804 * configure.in: Replace `*pe' with `pe' throughout.
805 * configure: Regenerate.
806
d3d8a9ee
NC
8072002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
808
809 * Makefile.am: Honour DESTDIR.
810 * Makefile.in: Regenerate.
811
405c98a4
AM
8122002-05-06 Alan Modra <amodra@bigpond.net.au>
813
a02d5965
AM
814 * dlltool.c (process_def_file): Add missing prototype.
815 (new_directive, assemble_file, main): Likewise.
816 (process_def_file, new_directive): Make static.
817 (inform): Rewrite using VA_FIXEDARG.
818 * dllwrap.c (mybasename): Add missing prototype.
819 (strhash, main): Likewise.
820 (inform): Rewrite using VA_FIXEDARG.
821 (warn): Likewise.
822 (cleanup_and_exit): Use old style function definition.
823 (strhash): Likewise.
824 * windres.c (define_resource): Use one memset to clear all of
825 struct res_resource.
826
405c98a4 827 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 828 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
829
8302002-05-06 Borut Razem <borut.razem@siol.net>
831
832 * rclex.l (get_string): Correct "strings" list handling.
833 * resrc.c (read_rc_file): Discard strings.
834
91593c9d
AM
8352002-05-04 Alan Modra <amodra@bigpond.net.au>
836
e58a75dc
AM
837 * ar.c (replace_members): Remove unused var. Formatting fix.
838 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
839
91593c9d
AM
840 * MAINTAINERS: Sort port maintainers by CPU.
841
6b52b824
AM
8422002-05-04 Bob Byrnes <byrnes@curl.com>
843
844 * size.c (display_archive): Add last_arfile and code to close archives.
845
dd70071f
AM
8462002-05-01 Alan Modra <amodra@bigpond.net.au>
847
848 * nm.c (print_symbol): Check returned filename from
849 bfd_find_nearest_line is non-NULL.
850
6c95717a 8512002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
852
853 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 854
3c25c5f6
NC
8552002-04-24 Christian Groessler <chris@groessler.org>
856
857 * MAINTAINERS: Changed my email address.
858
944cd72c
TS
8592002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
860
861 * arparse.y: Fix syntax warning.
862
ea91f8bb
NC
8632002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
864
3e55a963
NC
865 * readelf.c (fetch_location_list): Remove unused function.
866
867 * readelf.c (process_corefile_note_segment): Catch corrupt notes
868 and display a warning message, then exit the loop.
869
ea91f8bb
NC
870 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
871
45b99827
NC
8722002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
873
874 * resrc.c (write_rc_dialog): If charset is non-default value
875 display all of the DIALOGEX parameters.
876
8772002-04-15 Eric Kohl <ekohl@rz-online.de>
878
bb279dc0 879 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
880 DIALOGEX resources.
881 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
882 resource data.
bb279dc0 883 (res_to_bin_dialog): Likewise.
45b99827
NC
884 * windres.h: Added misssing charset variable to dialog_ex
885 structure.
886
acfbab8a
NC
8872002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
888
889 * rcparse.y: Set MEMFLAG_PURE by default.
890
df3baf66
NC
8912002-04-09 Bernd Herd <info@herdsoft.com>
892
bb279dc0 893 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 894 are quoted.
4c30641a 895 Fix typo in BEDIT warning.
91eafb40 896 Don't add default dialog style when explicit style specified.
b62a12ca 897 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 898
b24eb5ac
NC
899 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
900 (handle_quotes) "\a" escape (used for right justified key
901 definitions in menus) is encodes as binary 8.
df3baf66 902
b24eb5ac
NC
903 * resrc.c (write_rc_dialog): Print style even if it is 0.
904 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 905 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 906
b24eb5ac
NC
907 * resbin.c (bin_to_res_dialog): Use signature to identify
908 DIALOGEX.
f7d63484 909
b24eb5ac 910 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 911
df3baf66
NC
9122002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
913
914 * resrc.c: print CLASS names in quotes
915
9162002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
917
918 * MAINTAINERS: Update my email address.
919
8e42bcb6
AM
9202002-04-04 Alan Modra <amodra@bigpond.net.au>
921
922 * dep-in.sed: Cope with absolute paths.
923 * Makefile.am (dep.sed): Subst TOPDIR.
924 Run "make dep-am".
925 * Makefile.in: Regenerate.
926
96f959e5
PT
9272002-03-27 Peter Targett <peter.targett@arc.com>
928
929 * MAINTAINERS: Update my email address.
930
1ea788ee
AM
9312002-03-21 Alan Modra <amodra@bigpond.net.au>
932
933 * Makefile.am: Run "make dep-am".
934 * Makefile.in: Regenerate.
935 * doc/Makefile.in: Regenerate.
936 * po/POTFILES.in: Regenerate.
937 * aclocal.m4: Regenerate.
938 * config.in: Regenerate.
939 * configure: Regenerate.
940
a2f14207
DB
9412002-03-20 Daniel Berlin <dan@dberlin.org>
942
943 * readelf.c: Add support for displaying dwarf2 location lists.
944 (do_debug_loc, debug_loc_section, debug_loc_size): New.
945 (parse_args): Use 'O' as shorthand for displaying location list
946 section.
947 (process_section_headers): Handle debug_loc as well.
948 (load_debug_loc): New.
949 (free_debug_loc): New.
950 (fetch_location_list): New.
951 (display_debug_loc): New.
952 (display_debug_info): Call load_debug_loc and free_debug_loc.
953 (debug_displays): We can display .debug_loc now, too.
954 (usage): Update usage string.
955 (read_and_display_attr_value): Note location lists, but don't
956 display them inline.
957
eb1e0e80
NC
9582002-03-18 Tom Rix <trix@redhat.com>
959
960 * Makefile.am: Add binutils emulation support.
961 * configure.in: Same.
962 * configure.tgt: New file. Same.
963 * ar.c (main): Use ar_emul_parse_arg.
964 (usage): Use ar_emul_usage.
965 (replace_members): Use ar_emul_replace, ar_emul_append.
966 * binemul.c: New file. Define the binutils emulation
967 layer. Define default methods.
968 * binemul.h: New file. Binutils emulation layer header file.
969 * emul_aix.c: New file. AIX binutils emulation.
970 * emul_vanilla.c: New file. Default binutils emulation.
971 * Makefile.in: Regenerate.
972 * configure: Same.
973
a1c259a1
NC
9742002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
975
976 * po/fr.po: Updated version.
977
9ce88e60
NC
9782002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
979
980 * po/fr.po: Updated version.
981
effb0601
DJ
9822002-03-07 Daniel Jacobowitz <drow@mvista.com>
983
984 * README: Update some version numbers.
985
a65688ab
DJ
9862002-03-07 Daniel Jacobowitz <drow@mvista.com>
987
988 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
989 (Architecture Selection): Likewise.
990
f3f7fbb2
NC
9912002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
992
993 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
994 generating .exp file.
995
25345be5
NC
9962002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
997
998 * readelf.c (dump_relocations): Fix typo.
999
9a66911f
NC
10002002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1001
1002 * NEWS: Mark 2.12 branch.
1003
2c71103e
NC
10042002-02-18 Timothy Daly <remote_bob@yahoo.com>
1005
bb279dc0
ZW
1006 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1007 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1008 output.
bb279dc0 1009 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1010 to 'unrecognized'.
1011 (decode_ARM_machine_flags): Likewise.
1012 (parse_args): Likewise.
1013 (read_and_display_attr_value): Likewise.
1014 (display_debug_section): Likewise.
1015
49fda6c8
HPN
10162002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1017
1018 * NEWS: Mention support for MMIX.
1019
76f57f3a
JT
10202002-02-13 Matt Fredette <fredette@netbsd.org>
1021
1022 * readelf.c (get_machine_flags): Recognize EF_M68000.
1023
d36ca9c2
AO
10242002-02-12 Alexandre Oliva <aoliva@redhat.com>
1025
1026 * MAINTAINERS: Added self as MN10300 co-maintainer.
1027
19397422
AM
10282002-02-12 Alan Modra <amodra@bigpond.net.au>
1029
1030 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1031 DT_PPC64_OPDSZ.
1032
d434e574
DJ
10332002-02-11 Daniel Jacobowitz <drow@mvista.com>
1034
1035 * MAINTAINERS: List myself as branch maintainer.
1036
12b87c89
AM
10372002-02-11 Alan Modra <amodra@bigpond.net.au>
1038
1039 * configure: Regenerate.
1040 * objcopy.c: Update copyright date.
1041 * doc/Makefile.in: Regenerate.
1042
8d037c5c
DJ
10432002-02-10 Daniel Jacobowitz <drow@mvista.com>
1044
1045 * nlmconv.c: Back out localtime PARAMS change.
1046
4c168fa3
AM
10472002-02-11 Alan Modra <amodra@bigpond.net.au>
1048
1049 * objcopy.c (MKDIR): Define.
1050 (copy_archive): Make name_list.name const. Use MKDIR.
1051 Handle duplicate files in archives by making more temp dirs.
1052
408f8db1
DJ
10532002-02-10 Daniel Jacobowitz <drow@mvista.com>
1054
1055 * coffdump.c: Include "getopt.h" after "bucomm.h"
1056 so that macros are defined correctly.
1057 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1058 prototype. Prototype main.
1059 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1060
9f77fa06
AO
10612002-02-06 Alexandre Oliva <aoliva@redhat.com>
1062
1063 * MAINTAINERS: Added self as SH co-maintainer.
1064
82f6addb
NC
10652002-02-05 Nick Clifton <nickc@redhat.com>
1066
1067 * po/tr.po: Updated translation.
1068
ba323545
AM
10692002-02-01 Alan Modra <amodra@bigpond.net.au>
1070
1071 * Makefile.am: Run "make dep-am"
1072 * Makefile.in: Regenerate.
1073
3deb89d3
DJ
10742002-01-29 Daniel Jacobowitz <drow@mvista.com>
1075
1076 * nm.c (print_value): Mark abfd unused.
1077
a0e9c55f
DJ
10782002-01-29 Daniel Jacobowitz <drow@mvista.com>
1079
1080 * unwind-ia64.c (unw_decoder): Change second argument
1081 to unsigned int, to match function prototypes.
1082
d7a283d4
DJ
10832002-01-29 Daniel Jacobowitz <drow@mvista.com>
1084
1085 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1086 __GNU_LIBRARY__ will be defined.
1087 * size.c: Likewise.
1088
4867be41
DJ
10892002-01-27 Daniel Jacobowitz <drow@mvista.com>
1090
1091 * configure: Regenerated.
1092
7562a296
HPN
10932002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1094
1095 * doc/Makefile.am (install): Depend on install-info.
1096 * doc/Makefile.in: Regenerate.
1097
15c82623
NC
10982002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1099
1100 * objcopy.c (strip_usage): Document -d as an alias
1101 --strip-debug.
1102
1103 * size.c (usage): Document [-t | --totals] options.
1104 (long_options): Add --totals option.
1105 (main): If the [-t | --totals] option is specified and
1106 the output format is Berkeley-style, print the total
1107 text, data, and bss sizes of all objects listed.
1108 (print_berkeley_format): If the [-t | --totals] option
1109 is specified, track the total text, data, and bss
1110 sizes.
1111 * doc/binutils.texi (size): Document [-t | --totals] options.
1112 (strip): Document -d as an alias for --strip-debug.
1113 * NEWS: Mention new feature of size.
1114
00ea8601 11152002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1116
1ddbd152
NC
1117 * po/fr.po: Updated version.
1118 * po/es.po: Updated version.
b85cedd7 1119
8b53311e
NC
11202002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1121
1122 * addr2line.c (usage): Update text to provide verbose
1123 description of the command line options.
1124 * ar.c (usage): Update text to provide verbose
1125 description of the command line options.
1126 (main): Accept -h and -H when running as ranlib.
1127 * coffdump.c (show_usage): Update text to provide verbose
1128 description of the command line options.
1129 * dlltool.c (main): Accept -H as an alias for --help.
1130 * nlmconv.c (show_usage): Update text to provide verbose
1131 description of the command line options.
1132 * nm.c (usage): Replace OPTIONS with option(s).
1133 (main): Accept -H as an alias for --help.
1134 * objcopy.c (strip_main): Accept -H as an alias for --help.
1135 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1136 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1137 other binutils.
1138 * size.c (usage): Update text to provide verbose description
1139 of the command line options.
1140 (main): Accept -v, -h and -H as command line options.
1141 * srconv.c (show_usage): Update text to provide verbose
1142 description of the command line options.
1143 * strings.c (main): Accept -H and -v as command line options.
1144 (usage): Update text to provide verbose description of the
1145 command line options.
1146 * sysdump.c (show_usage): Update text to provide verbose
1147 description of the command line options.
1148 * windres.c (usage): Adjust format to match style used in
1149 other binutils.
1150
1151 * coffdump.c: Fix formatting.
1152 * nlmconv.c: Fix formatting.
1153 * srconv.c: Fix formatting.
1154 * sysdump.c: Fix formatting.
1155
c46f0c34
AM
11562002-01-22 Alan Modra <amodra@bigpond.net.au>
1157
1158 * Makefile.am: Run "make dep-am".
1159 * Makefile.in: Regenerate.
1160
2a538ba5
AJ
11612002-01-18 Andreas Jaeger <aj@suse.de>
1162
1163 * version.c (print_version): Update year.
1164
285d1771
AM
11652002-01-17 Alan Modra <amodra@bigpond.net.au>
1166
1167 * readelf.c (get_machine_name): Handle EM_PPC64.
1168 (guess_is_rela): Here too.
1169
328577ad
NC
11702002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1171
1172 * po/binutils.pot: Regenerate.
1173 * po/fr.po: Regenerate.
1174 * po/tr.po: Regenerate.
1175
af3ae48d
NC
11762002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1177
1178 * po/tr.po: Import new version.
1179
f1cb7e17
AM
11802002-01-16 Alan Modra <amodra@bigpond.net.au>
1181
1182 * readelf.c (get_ppc64_dynamic_type): New.
1183 (get_dynamic_type): Call it.
1184
6364e0b4
NC
11852002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1186
3ab9460d 1187 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1188 (strip_usage): Use "options" instead of "switches".
3ab9460d 1189 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1190 "switches".
6364e0b4 1191
3a7e524e
RE
11922002-01-14 Richard Earnshaw <rearnsha@arm.com>
1193
1194 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1195
1209e219
NC
11962001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1197
1198 * po/es.po: Import from translation project.
1199 * configure.in (ALL_LINGUAS): Add es.
1200 * configure: Regenerate.
1201
b4db1224
JT
12022002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1203
1204 * readelf.c (get_netbsd_elfcore_note_type): Use
1205 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1206
9437c45b
JT
12072002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1208
1209 * readelf.c: Update copyright years.
1210 (get_note_type): Return a const char *.
1211 (get_netbsd_elfcore_note_type): New function.
1212 (process_note): Use get_netbsd_elfcore_note_type to get
1213 the note type string for NetBSD ELF core files.
1214
00428cca
AM
12152002-01-06 Steve Ellcey <sje@cup.hp.com>
1216
1217 * readelf.c (get_ia64_segment_type): Add support for macros.
1218 (get_segment_type): Add support for IA64 specific macros.
1219
31104126
NC
12202001-12-20 Julian v. Bock <julian@wongr.net>
1221
1222 * readelf.c (print_symbol): New function: Print a formatted symbol
1223 name. If --wide is specified do not truncate it.
1224 (dump_relocations): Use print_symbol() to print symbol names.
1225 (process_symbol_table): Likewise.
1226 (process_syminfo): Likewise.
1227 (process_mips_specific): Likewise.
1228 (usage): Document new feature of --wide switch.
1229 * doc/binutils.texi (objdump): Document additional behaviour of
1230 --wide.
2a538ba5 1231
4dd67f29
MS
12322001-12-18 Michael Snyder <msnyder@redhat.com>
1233
1234 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1235 (copy_object): Don't set the start address or flags of a core file.
1236 (copy_section): Don't relocate a core file. Don't copy contents
1237 if the input section has the contents flag set, but the output
1238 section does not (which happens with the fake 'note' pseudo-
1239 sections that BFD creates for corefiles).
1240
43521d43
TS
12412001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1242
1243 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1244 ASE extensions. More robust code for ISA checking. Ignore empty fields
1245 in header flags for GNU extensions.
1246
b667df2e
AM
12472001-12-18 Alan Modra <amodra@bigpond.net.au>
1248
1249 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1250
17a5a5c3
NC
12512001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1252
1253 * po/ja.po: Import from translation project.
1254 * configure.in (ALL_LINGUAS): Add ja.
1255 * configure: Regenerate.
1256
65de42c0
TS
12572001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1258
1259 * addr2line.c (main): Protoype.
1260 * ar.c (main): Protoype.
1261 * nm.c (main): Protoype.
1262 * objcopy.c (main): Protoype.
1263 * objdump.c (main): Protoype.
1264 * size.c (main): Protoype.
1265 * strings.c (main): Protoype.
1266
9ad5cbcf
AM
12672001-12-17 Alan Modra <amodra@bigpond.net.au>
1268
1269 * readelf.c (symtab_shndx_hdr): New global.
1270 (SECTION_HEADER_INDEX): Define.
1271 (SECTION_HEADER_NUM): Define.
1272 (SECTION_HEADER): Define.
1273 (GET_ELF_SYMBOLS): Pass two params rather than three.
1274 (get_32bit_elf_symbols): Take file and section args. Read and
1275 use SHT_SYMTAB_SHNDX.
1276 (get_64bit_elf_symbols): Likewise.
1277 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1278 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1279 Remember symtab_shdx_hdr.
1280 (process_program_headers): Scan from index 1 for segment map.
1281 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1282 "section_headers".
1283 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1284 (process_unwind): Likewise.
1285 (process_version_sections): Likewise.
1286 (process_symbol_table): Likewise.
1287 (display_debug_info): Likewise.
1288 (process_dynamic_segment): Fake up a symtab section for changed
1289 GET_ELF_SYMBOLS.
1290 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1291 (process_program_headers): Kill signed/unsigned warning.
1292 (load_debug_str): Likewise.
1293 (display_debug_info): Likewise.
1294
65765700
JJ
12952001-12-13 Jakub Jelinek <jakub@redhat.com>
1296
1297 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1298
560f3c1c
AM
12992001-12-11 Alan Modra <amodra@bigpond.net.au>
1300
1301 * readelf.c (process_file_header): Print extended e_shnum and
1302 e_shdtrndx values. Set elf_header values for same.
1303 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1304 (get_64bit_section_headers): Likewise.
1305 (process_section_headers): Update calls.
1306 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1307
bc408b8a
JJ
13082001-12-10 Jakub Jelinek <jakub@redhat.com>
1309
1310 * objcopy.c (setup_section): Copy entsize.
1311
93fbbb04
GK
13122001-12-07 Geoffrey Keating <geoffk@redhat.com>
1313
1314 * readelf.c (guess_is_rela): Add support for stormy16.
1315 (dump_relocations): Likewise.
1316 (get_machine_name): Likewise.
1317
e3c8793a
NC
13182001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1319
1320 * dllwrap.c (main) Replace multiple strings describing a
1321 single error with a single, newline escaped sentence to permit
1322 better translation into foreign languages.
1323
1324 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1325 class names.
1326
956cd1d6
TS
13272001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1328
1329 * strings.c (get_char): Initialize value.
1330
956c53ee
TS
13312001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1332
1333 * arlex.l: Silence compile warnings.
1334 * arsup.h: Likewise. Fix formatting.
1335
cedd9a58
JJ
13362001-12-04 Jakub Jelinek <jakub@redhat.com>
1337
1338 * strings.c: Include config.h before bfd.h.
1339 (file_off): New type.
1340 (file_open): Define.
1341 (print_strings): Use file_off instead of file_ptr. Print addresses
1342 which don't fit into long correctly.
1343 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1344 available.
1345 (strings_file): Use file_off instead of file_ptr. Use file_open.
1346 * configure.in: Check for getc_unlocked.
1347 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1348 be defined for it.
1349 * configure: Rebuilt.
1350 * config.h.in: Rebuilt.
1351
af667503
L
13522001-11-29 H.J. Lu <hjl@gnu.org>
1353
1354 * bucomm.c (make_tempname): Revert the changes made on
1355 2001-11-14 and 2001-11-12. They won't work with directories.
1356
16474668
NC
13572001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1358
1359 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1360 CFLAGS_FOR_TARGET to runtest in environment.
1361 * Makefile.in: Rebuild.
1362 * doc/Makefile.in: Rebuild.
1363
17978339
MS
13642001-11-28 Mike Stump <mrs@wrs.com>
1365
1366 * objcopy.c (setup_section): Preserve SEC_RELOC when
1367 --set-section-flags is used.
1368
261a45ad
NC
13692001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1370
1371 * readelf.c (do_debug_str): New variable.
1372 (display_debug_str): New function: Display the contents of a
1373 .debug_str section.
1374 (load_debug_str): New function: Load in the contents of a
1375 .debug_str section.
1376 (free_debug_str): New function: Free the memory used by
1377 load_debug_str().
1378 (fetch_indirect_string): Retrieve a string from the .debug_str
1379 section.
1380 (usage): Add -ws.
1381 (parse_args): Accept -ws.
1382 (process_section_headers): Allow the display of the .debug_str
1383 section.
1384 (read_and_display_attr_value): Use fetch_indirect_string. Show
1385 offset into .debug_str section.
1386 (display_debug_info): Use load_debug_str and free_debug_str.
1387 (debug_displays): Add .debug_str.
1388 * doc/binutils.texi: Document -ws.
1389
b8908f93
AJ
13902001-11-19 Andreas Jaeger <aj@suse.de>
1391
1392 * testsuite/binutils-all/objdump.exp: Add x86-64.
1393
e5fb9629
AS
13942001-11-15 Andreas Schwab <schwab@suse.de>
1395
1396 * readelf.c: Fix warnings without terminating newline.
1397
802a735e
AM
13982001-11-15 Alan Modra <amodra@bigpond.net.au>
1399
1400 * doc/binutils.texi (objdump): Document ppc -M options.
1401
b89e9eae
AJ
14022001-11-14 Andreas Jaeger <aj@suse.de>
1403
1404 * doc/binutils.texi (objdump): Fix description to use x86-64.
1405
a6a25652
NC
14062001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1407
1408 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1409 not all systems provide mkstemp.
1410
e396998b
AM
14112001-11-14 Alan Modra <amodra@bigpond.net.au>
1412
1413 * doc/binutils.texi (objdump): Document x86 -M options.
1414
81766fca
RH
14152001-11-13 Keith Walker <keith.walker@arm.com>
1416
1417 * readelf.c (read_and_display_attr_value): New function to
1418 handle DW_FORM_indirect.
1419 (read_and_display_attr): Use it.
1420
1a509dcc
GK
14212001-11-13 Geoffrey Keating <geoffk@redhat.com>
1422
1423 * readelf.c (display_debug_lines): Deal with unknown standard
1424 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1425 DW_LNS_set_isa.
1426
6e917903 14272001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1428
6e917903
TW
1429 * MAINTAINERS: Add self as tic54x maintainer. This target
1430 includes the IBM C54XDSP clone.
7559e86e 1431
6e917903 14322001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1433
7559e86e
NC
1434 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1435
14362001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1437
ecdadc4a
JL
1438 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1439 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1440 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1441 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1442 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1443 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1444 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1445
91770270
JL
1446 * readelf.c (get_elf_class): Fix ISO portability glitch.
1447 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1448
ef5cdfc7
JJ
14492001-11-07 Jakub Jelinek <jakub@redhat.com>
1450
1451 * readelf.c (debug_str, debug_str_size): New.
1452 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1453 Call free_abbrevs.
1454 (read_and_display_addr): Handle DW_FORM_strp.
1455 (display_debug_info): Read .debug_str section if present,
1456 so that DW_FORM_strp can be handled.
1457 Fix test for non-existant .debug_abbrev section.
1458
5e9520c8
JJ
14592001-11-05 Jakub Jelinek <jakub@redhat.com>
1460
1461 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1462
1463 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1464
54589086
MS
14652001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1466
1467 * MAINTAINERS: Add self as s390/s390x maintainer.
1468
c05b685b
TR
14692001-11-02 Tom Rix <trix@bluey.cygnus.com>
1470
1471 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1472
3c62831e
NC
14732001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1474
1475 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1476 * configure: Regernate.
1477 * po/fr.po: New file.
1478 * po/tr.po: New file.
1479
3c3bdf30
NC
14802001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1481
9b19141a 1482 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1483 * readelf.c: Include elf/mmix.h.
1484 (guess_is_rela): MMIX is RELA.
1485 (dump_relocations): Handle MMIX relocations.
1486 * Makefile.am: Regenerate dependencies.
1487 * Makefile.in: Regenerate.
1488
f662939a
NC
14892001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1490
1491 * readelf.c (parse_args): Handle multiple options to the -w
1492 switch.
1493
c91d0dfb
JJ
14942001-10-12 Jakub Jelinek <jakub@redhat.com>
1495
1496 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1497 LOPROC, LOOS and LOUSER.
1498
7559e86e 14992001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1500
1501 * MAINTAINERS: Update my email address.
1502
fcd8210c
AM
15032001-10-03 Alan Modra <amodra@bigpond.net.au>
1504
1505 * doc/Makefile.in: Regenerate.
1506 * configure: Regenerate.
1507
428409d5
NC
15082001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1509
1510 * readelf.c (display_debug_line, display_debug_pubnames,
1511 display_debug_info, display_debug_frames): Detect and warn
1512 about 64-bit format entries.
1513 (display_debug_aranges): Reword 64-bit warning.
1514 (debug_displays): Add .debug_pubtypes as a known, but not yet
1515 supported, debug section.
1516
6a8c2b0d
AM
15172001-10-02 Alan Modra <amodra@bigpond.net.au>
1518
1519 * coffdump.c (PROGRAM_VERSION): Delete.
1520 (main <'V'>): Call print_version.
1521 * srconv.c: Likewise.
1522 * sysdump.c: Likewise.
1523 * version.c (program_version): Remove.
1524 (print_version): Use BFD_VERSION_STRING. Just print the current
1525 year in copyright message.
1526 * addr2line.c (program_version): Remove unused declaration.
1527 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1528 place of BFD_VERSION.
1529 * Makefile.am (Makefile): Depend on bfd/configure.in.
1530 (cplus-dem.o): Depend on Makefile.
1531 Run "make dep-am".
1532 * Makefile.in: Regenerate.
1533
e414a165
NC
15342001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1535
1536 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1537 format .debug_arange sections.
1538 (main): Add missing prototype.
b8908f93 1539
efc3ee7f
HPN
15402001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1541
1542 * Makefile.am: Update dependencies with "make dep-am".
1543 * Makefile.in: Regenerate.
1544
9e85c2a0
RH
15452001-09-28 Richard Henderson <rth@redhat.com>
1546
1547 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1548
451dad9c
AM
15492001-09-26 Alan Modra <amodra@bigpond.net.au>
1550
1551 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1552 VA_CLOSE.
1553 (non_fatal): Likewise.
1554 * objdump.c (objdump_sprintf): Likewise.
1555 * readelf.c (error): Likewise.
1556 (warn): Likewise.
1557
d974e256
JJ
15582001-09-25 Jakub Jelinek <jakub@redhat.com>
1559
1560 * readelf.c (do_wide): New.
1561 (options): Add --wide.
1562 (usage, parse_args): Likewise.
1563 (process_program_headers): Put each segment on a single line if
1564 --wide is given.
1565 (process_section_headers): Put each section on a single line if
1566 --wide is given.
1567 * doc/binutils.texi: Document it.
1568 * NEWS: Likewise.
1569
2f11c261
AM
15702001-09-25 Alan Modra <amodra@bigpond.net.au>
1571
1572 * readelf.c (print_vma): Print 8 digits of low hex value.
1573
1d50f91e
AJ
15742001-09-24 Andreas Jaeger <aj@suse.de>
1575
1576 * nlmconv.c: Fix warnings about unused attributes and function
1577 prototypes.
1578
1579 * strings.c: Add prototype for get_char.
1580
38131e67
L
15812000-09-19 H.J. Lu <hjl@gnu.org>
1582
1583 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1584 $(srcdir)/cxxfilt.man.
1585 * doc/Makefile.in: Rebuild.
1586
3bcfb3e4
AM
15872001-09-19 Alan Modra <amodra@bigpond.net.au>
1588
1589 * objcopy.c (copy_main): Correct rename-section string parsing.
1590 Consolidate new_name parsing, and error messages.
1591
3882b010
L
15922001-09-18 Bruno Haible <haible@clisp.cons.org>
1593
1594 * addr2line.c: Don't include <ctype.h>.
1595 (main): For gettext, also set the LC_CTYPE locate facet.
1596 * ar.c (main): Likewise.
1597 * coffdump.c (main): Likewise.
1598 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1599 (main): For gettext, also set the LC_CTYPE locate facet.
1600 Use ISALNUM instead of isalpha/isdigit.
1601 * dllwrap.c: Don't include <ctype.h>.
1602 (main): For gettext, also set the LC_CTYPE locate facet.
1603 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1604 (main): For gettext, also set the LC_CTYPE locate facet.
1605 Use TOUPPER instead of islower/toupper.
1606 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1607 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1608 Use TOUPPER instead of islower/toupper.
1609 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1610 * objcopy.c (main): Likewise.
1611 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1612 (disassemble_bytes): Use ISPRINT instead of isprint.
1613 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1614 (dump_data): Use ISPRINT instead of isprint.
1615 (main): For gettext, also set the LC_CTYPE locate facet.
1616 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1617 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1618 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1619 Use TOUPPER instead of islower/toupper.
1620 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1621 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1622 (write_rc_accelerators): Use ISPRINT instead of isprint.
1623 (write_rc_rcdata): Likewise.
1624 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1625 * srconv.c (main): Likewise.
1626 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1627 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1628 isdigit/isupper/islower.
1629 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1630 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1631 stab_demangle_prefix, stab_demangle_qualified,
1632 stab_demangle_template, stab_demangle_type,
1633 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1634 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1635 (isgraphic): Use ISPRINT instead of isascii/isprint.
1636 (main): Remove HAVE_LC_MESSAGES dependency.
1637 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1638 (pbarray): Use ISPRINT instead of isprint.
1639 (main): For gettext, also set the LC_CTYPE locate facet.
1640 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1641 (format_from_filename): Use ISPRINT instead of isprint.
1642 (main): For gettext, also set the LC_CTYPE locate facet.
1643 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1644 (unicode_print): Use ISPRINT instead of isprint.
1645 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1646 (stab_variable): Use ISDIGIT instead of isdigit.
1647
e59b4dfb
AM
16482001-09-18 Alan Modra <amodra@bigpond.net.au>
1649
1650 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1651 Replace bfd_read call with call to bfd_bread.
1652 (extract_file): Likewise.
1653
1654 * objdump.c (dump_section_header): Cast section->filepos to
1655 unsigned long to suit printf format string.
1656 * readelf.c (process_section_headers): Similarly for sh_offset.
1657 (process_unwind): Likewise.
1658
d132876a
NC
16592001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1660
1661 * strings.c (encoding, encoding_bytes): New variables.
1662 (long_options): Add --encoding.
1663 (main): Accept -e and --encoding.
1664 (get_char): New function. Read a, possibly wide, character from
1665 the input stream.
1666 (print_strings): Use get_char().
1667 (usage): Document new command line option.
1668 * doc/binutils.texi: Document new command line option.
1669 * NEWS: Announce new command line option.
1670
7559e86e 16712001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1672
1673 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1674 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1675 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1676 Removed EM_CYGNUS_ARC.
1677
7559e86e 16782001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1679
1680 * readelf.c: Include elf/h8 for H8 series definitions.
1681 (guess_is_rela): H8 series if RELA.
1682 (dump_relocations): Handle H8 series relocations.
1683
0823fbca
EC
16842001-08-31 Eric Christopher <echristo@redhat.com>
1685
1686 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1687
8db76d70
PT
16882001-08-29 Peter Targett <peter.targett@arccores.com>
1689
1690 * MAINTAINERS: Include ARC Maintainer.
1691
d81d6584
BE
16922001-08-29 Ben Elliston <bje@redhat.com>
1693
1694 * stabs.c (stab_demangle_template): Initialise s4.
1695
25a1ff5b
AM
16962001-08-27 Alan Modra <amodra@bigpond.net.au>
1697
1698 * readelf.c (dump_relocations): Recognise EM_PPC64.
1699
a5d22d2a
TS
17002001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1701
1702 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1703
62a5a82d
L
17042001-08-25 H.J. Lu <hjl@gnu.org>
1705
1706 * nm.c (print_width): New.
1707 (display_rel_file): Set `print_width' according to
1708 bfd_sprintf_vma.
1709 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1710
1ae8b3d2
AO
17112001-08-24 Alexandre Oliva <aoliva@redhat.com>
1712
1713 * objcopy.c (use_alt_mach_code): New variable.
1714 (OPTION_ALT_MACH_CODE): Define.
1715 (copy_options): Added --alt-machine-code.
1716 (copy_main): Handle it.
1717 (copy_object): Switch to alternate machine code if requested.
1718 * doc/binutils.texi: Document new option.
1719 * NEWS: Likewise.
1720
d1bdd336
TS
17212001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1722
1723 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1724
410f7a12
L
17252001-08-21 H.J. Lu <hjl@gnu.org>
1726
1727 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1728 (display_debug_info): Cast for 64bit hosts.
1729 (display_debug_frames): Likewise.
1730 (process_mips_specific): Likewise.
1731
c32144ff
AJ
17322001-08-21 Andreas Jaeger <aj@suse.de>
1733
1734 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1735
1736 * sysdump.c: Add missing prototypes.
1737 * srconv.c: Likewise.
1738 * unwind-ia64.c: Likewise.
1739 * coffdump.c: Likewise.
1740
1741 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1742
1743 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1744 of declaring xcalloc.
1745
d8180c76
L
17462001-08-10 H.J. Lu <hjl@gnu.org>
1747
1748 * nm.c (print_value): Add one arg, bfd *.
1749 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1750 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1751 (print_symbol_info_sysv): Likewise.
1752 (print_symbol_info_posix): Likewise.
1753
1754 * objdump.c (dump_section_header): Replace printf_vma with
1755 bfd_printf_vma.
1756 (print_section_stabs): Likewise.
1757 (dump_bfd_header): Likewise.
1758 (objdump_print_value): Replace sprintf_vma with
1759 bfd_sprintf_vma.
1760 (disassemble_bytes): Likewise.
1761 (dump_reloc_set): Likewise.
1762
0218d1e4
AJ
17632001-08-10 Andreas Jaeger <aj@suse.de>
1764
1765 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1766 to build warnings.
1767 * configure: Regenerate.
1768
2863d58a
AM
17692001-08-09 Alan Modra <amodra@bigpond.net.au>
1770
1771 * readelf.c: Add missing prototypes.
1772 * objdump.c: Likewise. Format existing prototypes.
1773
c0e047e0
AO
17742001-08-08 Alexandre Oliva <aoliva@redhat.com>
1775
1776 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1777 of any RELA relocation for the abbrev_offset memory location that
1778 refers to the .debug_abbrev section symbol.
1779
ff78d6d6
L
17802001-08-07 H.J. Lu <hjl@gnu.org>
1781
1782 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1783 (main): Return process_file ().
1784
c36774d6
PB
17852001-08-05 Philip Blundell <philb@gnu.org>
1786
1787 * doc/binutils.texi: Use "Thumb" not "THUMB".
1788
8f9d9bd9
JH
17892001-08-03 John Healy <jhealy@redhat.com>
1790
bb279dc0
ZW
1791 Patch suggested by Frank Eigler <fche@redhat.com>.
1792 * objdump.c (disassemble_data): Fill in section member of the
1793 disasm_info structure.
8f9d9bd9 1794
c918cb96
DD
17952001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1796
1797 * configure.in: Added --with-windres option.
1798 * configure: Regenerated.
1799
c7c55b78
NC
18002001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1801
1802 * doc/binutils.texi: Use @command{name} for commands;
1803 use @option{-opt} for options; use @table @env for list of options;
1804 remove spaces arround [ | ] in synopsis.
1805
1806 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1807 center title.
1808
594ef5db
NC
18092001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1810
bb279dc0
ZW
1811 * objcopy.c: Fix formatting.
1812 (section_rename): New structure.
1813 (OPTION_RENAME_SECTION): New switch.
1814 (copy_usage): Document new switch.
1815 (add_section_rename): New function: Add a node to the section
1816 rename list.
1817 (find_section_rename): New function: Find the new name and
1818 flags for a section.
1819 (setup_section): Call find_section_name to determine the name
1820 of the output section.
1821 (copy_main): Handle OPTION_RENAME_SECTION.
1822 * binutils.texi: Document new switch.
594ef5db
NC
1823 * NEWS: Mention new switch.
1824
1f554c69
NC
18252001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1826
1827 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1828 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1829 bug-binutils@gcc.org.
1830
2f83960e
AM
18312001-07-28 Matthias Kramm <kramm@quiss.org>
1832
1833 * bucomm.c (list_supported_architectures): New function.
1834 * bucomm.h (list_supported_architectures): Declare.
1835 * objdump.c (usage): Call the above.
1836
20fe0649
DB
18372001-07-25 Dave Brolley <brolley@redhat.com>
1838
1839 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1840 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1841
1b577b00
NC
18422001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1843
1844 * README: Update for 2.11. Change bug reporting email address.
1845 * MAINTAINERS: Tidy up. Change bug reporting email address.
1846
95fd336c
DD
18472001-07-16 DJ Delorie <dj@redhat.com>
1848
5f16d855
DD
1849 * resres.c (write_res_header): Align header size.
1850 (res_align_file): Calculate alignment correctly.
1851
95fd336c
DD
1852 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1853 correct 10).
1854 * resrc.c (write_rc_resource): Likewise.
1855 * windres.h (SUBLANG_SHIFT): Define - as 10.
1856
ed8fee27
NC
18572001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1858
1859 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1860
90ab7e9a
NC
18612001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1862
1863 * MAINTAINERS: Add notes about branch checkins.
1864
e0c60db2
NC
18652001-07-05 Daniel Berlin <dan@cgsoftware.com>
1866
1867 * readelf.c (display_debug_macinfo): New function, display
1868 .debug_macinfo section.
1869 (do_debug_macinfo): New variable.
1870 (parse_args): Handle "-w[mM]" to mean display macro info.
1871 (process_section_headers): Handle debug_macinfo.
1872 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1873 function for .debug_macinfo display.
e0c60db2
NC
1874 * doc/binutils.texi: Document new command line switch.
1875 * NEWS: Document new feature of readelf.
0218d1e4 1876
24e01a36
L
18772001-07-05 H.J. Lu <hjl@gnu.org>
1878
1879 * objcopy.c (filter_symbols): Don't turn undefined symbols
1880 into local.
1881
4258bf4d
L
18822001-07-03 H.J. Lu <hjl@gnu.org>
1883
1884 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1885 $@.pod.
1886 (ar.1): Likewise.
1887 (dlltool.1): Likewise.
1888 (nlmconv.1): Likewise.
1889 (nm.1): Likewise.
1890 (objcopy.1): Likewise.
1891 (objdump.1): Likewise.
1892 (ranlib.1): Likewise.
1893 (readelf.1): Likewise.
1894 (size.1): Likewise.
1895 (strings.1): Likewise.
1896 (strip.1): Likewise.
1897 (windres.1): Likewise.
1898 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1899 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1900 $(DEMANGLER_NAME).
1901 (as.1): Removed.
1902 * doc/Makefile.in: Regenerated.
1903
7014bc31
NC
19042001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1905
1906 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1907
b811889f
NC
19082001-07-01 Daniel Berlin <dan@cgsoftware.com>
1909
1910 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1911
12ab83a9
NC
19122001-06-29 James Cownie <jcownie@etnus.com>
1913
1914 * readelf.c: Support DWARF 2.1 attributes.
1915
a6e9f9df
AM
19162001-06-28 Alan Modra <amodra@bigpond.net.au>
1917
1918 * readelf.c (GET_DATA_ALLOC): Remove.
1919 (GET_DATA): Remove.
1920 (get_data): New function combining above macros, with an extra
1921 test for zero size.
1922 (slurp_rela_relocs): Use get_data, and catch error return.
1923 (slurp_rel_relocs): Likewise.
1924 (get_32bit_program_headers): Likewise.
1925 (get_64bit_program_headers): Likewise.
1926 (get_32bit_section_headers): Likewise.
1927 (get_64bit_section_headers): Likewise.
1928 (get_32bit_elf_symbols): Likewise.
1929 (get_64bit_elf_symbols): Likewise.
1930 (process_section_headers): Likewise.
1931 (process_relocs): Likewise.
1932 (slurp_ia64_unwind_table): Likewise.
1933 (process_unwind): Likewise.
1934 (get_32bit_dynamic_segment): Likewise.
1935 (get_64bit_dynamic_segment): Likewise.
1936 (process_dynamic_segment): Likewise.
1937 (process_version_sections): Likewise.
1938 (process_symbol_table): Likewise.
1939 (dump_section): Likewise.
1940 (display_debug_info): Likewise.
1941 (display_debug_section): Likewise.
1942 (process_section_contents): Likewise.
1943 (process_corefile_note_segment): Likewise.
1944 (process_mips_specific): Likewise. Also free econf32, econf64.
1945
af3fc3bc
AM
19462001-06-25 Alan Modra <amodra@bigpond.net.au>
1947
1948 * readelf.c (dump_relocations): Print "bad symbol index" if
1949 symtab == NULL with non-zero symtab_index.
1950 (process_relocs): Don't bomb if reloc section has no symsec.
1951
6d900bf6
L
19522001-06-24 H.J. Lu <hjl@gnu.org>
1953
1954 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1955 by accident.
1956 (copy_main): Apply the the change made to strip_main on
1957 2001-05-30 by accident.
1958
49b4e386
AJ
19592001-06-23 Andreas Jaeger <aj@suse.de>
1960
1961 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1962 parameter 'code'.
1963 (unw_decode_x2): Likewise.
1964 (unw_decode_x3): Likewise.
1965 (unw_decode_x4): Likewise.
1966
d8dc71e3
BE
19672001-06-23 Ben Elliston <bje@redhat.com>
1968
1969 * MAINTAINERS: Add myself as M88k maintainer.
1970
af3bdff7
NC
19712001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1972
1973 * objcopy.c (strip_main): Support -o or --output-file command lien
1974 switch.
1975
105e7211
L
19762001-06-19 H.J. Lu <hjl@gnu.org>
1977
1978 * doc/Makefile.in: Regenerated.
1979
c45021f2
NC
19802001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1981
1982 * readelf.c: Restore formatting.
1983
19842001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1985
bb279dc0
ZW
1986 * Makefile.am: Move documentation into doc subdirectory.
1987 * Makefile.in: Regenerated.
c45021f2 1988 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1989 * addr2line.1: Removed.
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: Likewise.
c45021f2
NC
2003 * doc: New Directory.
2004 * doc/Makefile.am: New file.
2005 * doc/Makefile.in: Generate.
2006
09ad7db3
AM
20072001-06-09 Alan Modra <amodra@bigpond.net.au>
2008
2009 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2010
936260fe
AM
20112001-06-01 Alan Modra <amodra@bigpond.net.au>
2012
2013 * MAINTAINERS: Update my email address.
2014
16b2b71c
NC
20152001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2016
2017 * objcopy.c: Add new switches: --keep-global-symbol,
2018 --keep-symbols, --localize-symbols, --keep-global-symbols and
2019 --weaken-symbols.
2020 * binutils.texi: Document new switches.
2021 * objcopy.1: Regenerate.
2022 * NEWS: Announce new feature.
2023
7036c0e1
AJ
20242001-05-28 Andreas Jaeger <aj@suse.de>
2025
2026 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2027 variables, fix format strings.
2028
76a406e5
NC
20292001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2030
2031 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2032 when computing the address of the line to show.
2033
31b6fca6
RH
20342001-05-16 Richard Henderson <rth@redhat.com>
2035
2036 * readelf.c (do_debug_frames_interp): New.
2037 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2038 (byte_get_big_endian): Likewise.
2039 (parse_args) ['F']: Set do_debug_frames_interp.
2040 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2041 (frame_display_row): Don't trunc pc_begin to int.
2042 (size_of_encoded_value): New.
2043 (display_debug_frames): Handle 64-bit targets. Print raw data
2044 unless do_debug_frames_interp.
2045 (debug_displays): Remove duplicate .debug_frame.
2046
4fe85591
NC
20472001-05-15 Ralf Baechle <ralf@gnu.org>
2048
2049 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2050 The former constant was never in active use and is used otherwise
2051 by the ABI.
2052
579f31ac
JJ
20532001-05-11 Jakub Jelinek <jakub@redhat.com>
2054
2055 * readelf.c (process_unwind): Print all unwind sections, not just
2056 one.
2057
78f4a3f7
AM
20582001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2059
2060 * readelf.c (process_unwind): Remove const specifier.
2061
1c529ca6
NC
20622001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2063
2064 * strings.c (isgraphic): Do not use isascii() unless it is needed
2065 for isprint() to work.
2066 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2067
87e6d782
NC
20682001-04-27 Johan Rydberg <jrydberg@opencores.org>
2069
bb279dc0 2070 * NEWS: Announce support for OpenRISC.
87e6d782 2071
4bd3d870 20722001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2073
2074 * dlltool.c (do_default_excludes): Initialise to true.
2075
21211521
AM
20762001-04-10 Alan Modra <amodra@one.net.au>
2077
2078 * MAINTAINERS: Update my email address
2079 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2080
0c66b61e 20812001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2082
2083 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2084
e58d53af
L
20852001-03-30 H.J. Lu <hjl@gnu.org>
2086
2087 * readelf.c (process_unwind): Just return if do_unwind is 0.
2088
bee72332
DD
20892001-03-28 Roger Sayle <roger@metaphorics.com>
2090
2091 * dlltool.c (make_one_lib_file): Fix section flags for
2092 .text, .data and .bss in stub ds*.o files to match those
2093 generated by gas.
2094
f1467e33
L
20952001-03-29 H.J. Lu <hjl@gnu.org>
2096
2097 * readelf.c (process_unwind): Only do unwind sections for
2098 IA64.
2099
1c6fb4fe
L
21002001-03-28 H.J. Lu <hjl@gnu.org>
2101
2102 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2103 * Makefile.in: Regenerate.
2104
0879a67a
AJ
21052001-03-26 Andreas Jaeger <aj@suse.de>
2106
2107 * binutils.texi (nm): Fix texi syntax.
2108
0285c67d
NC
21092001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2110
2111 * binutils.texi: Put @c man begin and @c man end indications
2112 to generate man pages using texi2pod and pod2man. Put @c man title
2113 to identify each man. Add SEEALSO entries.
2114 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2115 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2116 sort the list.
2117 (*.1): Build the man pages from binutils.texi.
2118 * Makefile.in: Regenerate.
2119
04847a4d
CF
21202001-03-13 Eric Kohl <ekohl@rz-online.de>
2121
2122 * defparse.y (opt_equal_name): allow "." in name.
2123 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2124 (gen_exp_file): Likewise.
2125
43a0748c
NC
21262001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2127
2128 * NEWS: Document addition of -B switch to objcopy.
2129 * binutils.texi: Document addition of -B switch to objcopy.
2130 * objcopy.c: (copy_options): Add --binary-architecture.
2131 (copy_usage): Document -B/--binary-architecture.
2132 (copy_main): Support -B/--binary-architecture. Set
2133 bfd_external_binary_architecture.
0879a67a 2134
b7498e0e
NC
21352001-03-11 Andreas Jaeger <aj@suse.de>
2136
2137 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2138 (dump_relocations): Likewise.
2139 (get_machine_name): Likewise.
2140
a59e3bd7
NC
21412001-02-28 Nick Clifton <nickc@redhat.com>
2142
2143 * readelf.c: (struct unw_aux_info): Remove const modifier for
2144 'strtab' field.
2145 (process_unwind): Remove non-K&R compliant LHS type cast in call
2146 to GET_DATA_ALLOC macro.
2147
a5bcd848
PB
21482001-02-28 Philip Blundell <pb@futuretv.com>
2149
2150 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2151 ABI is in use; remove ambiguity between the "unknown" EABI and
2152 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2153 renamed EF_xx constants.
2154
27b7e12d
AM
21552001-02-27 Alan Modra <alan@linuxcare.com.au>
2156
2157 * configure.in (BFD_VERSION): New.
2158 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2159 * configure: Regenerate.
2160 * Makefile.am: Run "make dep-am"
2161 * Makefile.in: Regenerate.
2162
a9f10786
NC
21632001-02-14 Nick Clifton <nickc@redhat.com>
2164
2165 * MAINTAINERS: Add "Obvious Fix" rule.
2166
3c44da9a
MS
21672001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2168
2169 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2170 literal concatenation.
2171
ecd03389
MS
21722001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2173
2174 * readelf.c (struct unw_aux_info): Remove const from the info member.
2175 (process_unwind): Don't type-cast the third argument to the
2176 GET_DATA_ALLOC macro.
2177
88ec60c7
NC
21782001-02-11 Nick Clifton <nickc@redhat.com>
2179
2180 * readelf.c (dump_relocations): Free corrected allocated
2181 array.
2182 (process_unwind): Fix compile time warning.
2183
f5e21966
NC
21842001-02-10 Nick Clifton <nickc@redhat.com>
2185
2186 * binutils.texi: Document new --unwind option to readelf.
2187
a85d7ed0
NC
21882001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2189
2190 * readelf.c: Add linux target for S/390.
2191
7bb10502
AM
21922001-02-10 Alan Modra <alan@linuxcare.com.au>
2193
2194 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2195 printf is a macro.
2196
8ca8f343
HPN
21972001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2198
2199 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2200 * aclocal.m4: Regenerate.
2201 * configure: Regenerate.
2202
7340082d
NC
22032001-02-07 Todd Vierling <tv@wasabisystems.com>
2204
2205 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2206 * objdump.c (bfd_target_vector): Likewise.
2207
4d6ed7c8
NC
22082001-02-07 David Mosberger <davidm@hpl.hp.com>
2209
2210 * readelf.c (process_unwind): New function.
2211 (slurp_ia64_unwind_table): Ditto.
2212 (dump_ia64_unwind): Ditto.
2213 (find_symbol_for_address): Ditto.
2214 (slurp_rela_relocs): New function (split off from dump_relocations()).
2215 (slurp_rel_relocs): Ditto.
2216 (parse_args): Handle '-u' option.
2217
2218 * unwind-ia64.c: New file.
2219 * unwind-ia64.h: New file.
2220 * Makefile.am: Include unwind-ia64.c in readelf build.
2221 * Makefile.in: Regenerate.
7340082d 2222 * po/binutils.pot: Regenerate.
4d6ed7c8 2223
c7217458
PB
22242001-02-04 Philip Blundell <philb@gnu.org>
2225
2226 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2227 * configure: Regenerate.
2228
956eedd4
AM
22292001-01-31 Steve deRosier <sderosier@vari-lite.com>
2230
2231 * ieee.c (ieee_add_bb11): Don't check for backslashes
2232 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2233
8855cbca
AM
22342001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2235
c7f2731e
AM
2236 * ieee.c: Update copyright.
2237 (ieee_start_compilation_unit): Don't check for backslashes
2238 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2239
8855cbca
AM
2240 * stabs.c: Update copyright. Include "filenames.h".
2241 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2242
329de803 22432001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2244
2245 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2246 sections are present before using them. Remove code duplication.
2247 (process_symbol_table): Check if VERDEF or VERNEED sections are
2248 present before using them.
2249
23719f39
NC
22502001-01-17 Nick Clifton <nickc@redhat.com>
2251
2252 * objcopy.c (copy_object): Fail if attempting to convert the
2253 endianness of the input object file.
2254
2255 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2256
f726e849
NC
22572001-01-16 Nick Clifton <nickc@redhat.com>
2258
2259 * readelf.c (string_table_length): New variable.
2260 (SECTION_NAME): Catch out of range indices and missing section
2261 pointers.
2262 (process_section_headers): Delete useless local variable
2263 string_table_offset. Set the value of string_table_length
2264 after loading the string table.
2265 (process_mips_specific): Use SECTION_NAME macro.
2266 (process_file): Set string_table_length to 0 when it is freed.
2267
d0398d6a
NC
22682001-01-12 Nick Clifton <nickc@redhat.com>
2269
2270 * version.c (print_version): Update copyright date.
2271
0d2bcfaf
NC
22722001-01-11 Peter Targett <peter.targett@arccores.com>
2273
2274 * readelf.c (dump_relocations): Include selection with EM_ARC.
2275 (get_machine_name) Update name to "ARC".
2276
8b1e6df3
NC
22772001-01-09 Nick Clifton <nickc@redhat.com>
2278
2279 * Makefile.am: Add rule to build objdump.o from objdump.c and
2280 using OBJDUMP_DEFS.
2281 * Makefile.in: Regenerate.
2282
2283 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2284 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2285 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2286 * configure: Regenerate.
8b1e6df3
NC
2287
2288 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2289 is defined read in the relocs even if dump_reloc_info is
2290 false.
2291
2f952d20
PB
22922001-01-07 Philip Blundell <philb@gnu.org>
2293
2294 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2295 `bug-binutils'.
2296 * README: Likewise.
2297
a8c548cb
NC
22982000-12-19 Nick Clifton <nickc@redhat.com>
2299
2300 * dlltool.c: Add missing support for arm-epoc-pe.
2301 * configure.in: Add missing support for arm-epoc-pe.
2302 * configure: Regenerate.
2303
cc5fda35
NC
23042000-12-15 Nick Clifton <nickc@redhat.com>
2305
2306 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2307 Mode parts of the x86 port.
2308
bcedfee6
NC
23092000-12-04 Andreas Jaeger <aj@suse.de>
2310
2311 * readelf.c (guess_is_rela): Add EM_X86_64.
2312 (dump_relocations): Add EM_X86_64.
2313 (get_machine_name): Add EM_X86_64.
2314 Include "elf/x86-64.h".
2315
584da044
NC
23162000-12-12 Nick Clifton <nickc@redhat.com>
2317
2318 * readelf.c: Fix formatting.
2319
7559e86e 23202000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2321
2322 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2323
a98cc2b2
AH
23242000-12-07 Andrew Haley <aph@redhat.com>
2325
2326 * readelf.c (display_debug_frames): Only display columns that are
2327 referenced by the frame debug info.
2328
c7987a69
NC
23292000-12-05 Nick Clifton <nickc@redhat.com>
2330
2331 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2332
09fd7e38
JM
23332000-12-04 Jason Merrill <jason@redhat.com>
2334
2335 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2336 (display_debug_section): Likewise.
2337 (display_debug_info): Display CU header before bailing.
2338
e7af610e
NC
23392000-12-01 Chris Demetriou <cgd@sibyte.com>
2340
09fd7e38
JM
2341 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2342 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2343 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2344
09fd7e38
JM
2345 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2346 and E_MIPS_ARCH_64.
84ea6cf2 2347
09fd7e38
JM
2348 * readelf.c (get_machine_flags): Add case for
2349 E_MIPS_MACH_SB1.
c6c98b38 2350
75066968
DD
23512000-11-30 Richard Earnshaw <rearnsha@arm.com>
2352
2353 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2354
5c4666ea
HPN
23552000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2356