Replace occurrances of 'Hitachi' with 'Renesas'.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c2dcd04e
NC
12003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2
3 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
4
c1124b23
AO
52003-04-09 Alexandre Oliva <aoliva@redhat.com>
6
7 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
8 for debugging information types not supported by objdump.
9
e5076347
AM
102003-04-09 Bernd Jendrissek <berndj@prism.co.za>
11
12 * configure.in: Recognize canonical form of i[3-6]86-pe*.
13 * configure: Regenerate.
14
adab8cdc
AO
152003-04-09 Alexandre Oliva <aoliva@redhat.com>
16
17 * readelf.c (display_debug_info): Apply RELA relocations on the
18 entire section.
19 (byte_put_little_endian, byte_put_big_endian): New functions.
20 (byte_put): New variable.
21 (get_file_header): Initialize it.
22
3077f5d8
NC
232003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
24
25 * windres.c: Add -l for compatibility with wrc, and rc.
26 Use the short option as a key for long options that have
27 a synonymous short option.
28 * doc/binutils.texi: Added -l to the list of options.
29
29b058f1
NC
302003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
31
3077f5d8
NC
32 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
33 (main): Just pass the -U option down to the preprocessor.
34 * doc/binutils.texi: Added -U to the list of options.
29b058f1 35
3126d709
CF
362003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
37
38 * windres.c (usage): Report -r option.
39 (main): Ignore the -r option.
40 * doc/binutils.texi: Add -r to the list of options.
41
c46ac711
BW
422003-04-01 Bob Wilson <bob.wilson@acm.org>
43
44 * MAINTAINERS: Add myself as Xtensa maintainer.
45
88da6820
NC
462003-04-01 Bob Wilson <bob.wilson@acm.org>
47
3077f5d8
NC
48 * readelf.c: Include "elf/xtensa.h".
49 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
50 targets that use RELA relocations.
51 (dump_relocations): Call elf_xtensa_reloc_type for
52 EM_XTENSA and EM_XTENSA_OLD.
53 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 54
27a710e5
NC
552003-04-01 Nick Clifton <nickc@redhat.com>
56
57 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
58 thumb-pe*, mcore-pe and mcore-*elf.
59 * configure: Regenerate.
60
335a1869
AO
612003-03-31 Alexandre Oliva <aoliva@redhat.com>
62
63 * objdump.c (dump_data): Don't truncate the address to long; make
64 the width large enough, and uniform for all entries in a section.
65
566b0d53
L
662003-03-31 H.J. Lu <hjl@gnu.org>
67
68 * readelf.c: Include "libiberty.h".
69 (dynamic_relocations): New.
70 (process_relocs): Properly handle dynamic relocation.
71 (process_dynamic_segment): Fill relocation elements in
72 dynamic_info.
73
ee42cf8c
NC
742003-03-31 Kevin Buettner <kevinb@redhat.com>
75
76 * readelf.c (read_and_display_attr, read_and_display_attr_value):
77 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
78 all callers.
79 (display_debug_lines, display_debug_pubnames, display_debug_info)
80 (display_debug_aranges, display_debug_frames, read_and_display_attr)
81 (read_and_display_attr_value): Add 64-bit DWARF support.
82
7adbf450
NC
832003-03-31 Ian Lance Taylor <ian@airs.com>
84
85 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
86 (optresid): Handle a resource id that can be a string or a number.
87 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
88 struct res_id.
89 (define_icon_control): Pass a struct res_id to define_control.
90 * windres.h (define_control): Change prototype.
91
06d86cf7
NC
922003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
93
7c29036b
NC
94 * objcopy (OPTION_FORMATS_INFO): Define.
95 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
96 (copy_options): Likewise.
97 (strip_usage): Add "--info" to usage.
98 (copy_usage): Likewise.
99 (strip_main): Declare formats_info. Iniatilize it to FALSE.
100 Handle "info".
101 (copy_main). Likewise.
102 * doc/binutils.texi. Document the "--info" option for
103 objcopy/strip.
104 * NEWS: Mention the new command line switch.
105
06d86cf7
NC
106 * objdump.c (endian_string): Move to bucomm.c.
107 (display_info): Likewise.
108 (display_target_list): Likewise.
109 (display_info_table): Likewise.
110 (display_target_tables): Likewise.
111 (main): Assign the return value of display_info to exit_status.
112 * bucomm.c: Include bfdver.h and libbfd.h
113 (display_target_list): Call bfd_nonfatal instead of nonfatal and
114 return 0 on a non-fatal error, 1 on success.
115 (display_info_table): Likewise.
116 * bucomm.h (display_info): Provide a prototype.
117 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
118 libbfd.h.
119 * Makefile.in: Regenerate.
120
7adbf450 1212003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
122
123 * dlltool.c (gen_def_file): Put demangled name comments on
124 own line preceding export name.
125
98a91d6a
NC
1262003-03-17 Nick Clifton <nickc@redhat.com>
127
128 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
129 printf for emitting new lines.
130
06a30c77
NC
1312003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
132
133 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
134 the symbol's value when --size-sort is used, unless -S is used.
135 doc/binutils.texi (--size-sort): For non-bsd formats both the
136 value and size of the symbols are displayed.
137
ab829d36
NC
1382003-03-13 Nick Clifton <nickc@redhat.com>
139
140 * po/da.po: Update.
141
634847c9
NC
1422003-03-12 Nick Clifton <nickc@redhat.com>
143
144 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
145
3889f9eb
BE
1462003-03-10 Ben Elliston <bje@wasabisystems.com>
147
148 * MAINTAINERS: Update my mail address.
149
7eb5191a
NC
1502003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
151
152 * stabs.c (BYTES_IN_WORD): Remove definition.
153 * wrstabs.c (BYTES_IN_WORD): Likewise.
154
e3b83c8f
NC
1552003-03-04 Nick Clifton <nickc@redhat.com>
156
157 * nm.c (main): Print a warning message if --size-sort and
158 --undefined-only are used together.
159
1602003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
161
162 * nm.c (print_symbol): Remove check for undefined_only.
163
a9d68a1e
NC
1642003-03-03 Nick Clifton <nickc@redhat.com>
165
166 * po/da.po: Installed latest translation.
167
a99996bb
NC
1682003-02-24 Nick Clifton <nickc@redhat.com>
169
170 * README: Update binutils references to 2.13.
171 Add paragraph about using --disable-nls.
172
76ed1927
NC
1732003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
174
175 * doc/binutils.texi (nm --size-sort): Update.
176
0100f33b
JW
1772003-02-21 James E Wilson <wilson@tuliptree.org>
178
179 * MAINTAINERS: Update email address.
180
ecc51f48
NC
1812003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
182
183 * readelf.c (get_ia64_dynamic_type): New function.
184 (dynamic_segment_ia64_val): New function.
185 (get_dynamic_type): If machine type is EM_IA_64 call
186 get_ia64_dynamic_val.
187 (get_ia64_section_type_name): Handle sections with types in the
188 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
189 (get_dynamic_flags): If machine type is EM_IA_64 call
190 dynamic_segment_ia64_val.
191
947ed062
NC
1922003-02-21 Bob Wilson <bob.wilson@acm.org>
193
194 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
195 section title capitalization more consistent. Update descriptions
196 of various options to be consistent with the code. Fix errors and
197 incomplete list in the description of c++filt format options. Remove
198 information about the linker. Change to be more polite about poor
199 bug reports. Replace FDL appendix with include of fdl.texi.
200 * doc/fdl.texi: New file.
201
66491ebc
AM
2022003-02-21 Roger Sayle <roger@eyesopen.com>
203
204 * objcopy.c (filter_symbols): Fix compilation problems with
205 HP-UX's C compiler.
206
0e11a9e9
CF
2072003-02-19 Christopher Faylor <cgf@redhat.com>
208
209 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
210 previous change.
211
6e5f5201
CF
2122003-02-19 Mark Blackburn <marklist@fangorn.ca>
213
0e11a9e9 214 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 215
f0c8c24a
NC
2162003-02-12 Bob Wilson <bob.wilson@acm.org>
217
218 * nm.c (usage): Add `java' and `gnat' demangle styles and make
219 quotes consistent.
220 * objdump.c (usage): Ditto. Also fix some typos.
221
d3c543fd
NC
222 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
223
fe2c4142
NC
224 * debug.c (debug_record_variable): Handle global register variables.
225
6de15b9e
NC
226 * stabs.c (parse_stab): For N_SLINE only include
227 function_start_offset if the symbol is within a function;
228 otherwise, the value is absolute.
229
fde78edd
NC
2302003-02-10 Nick Clifton <nickc@redhat.com>
231
232 * readelf.c (decode_ARM_machine_flags): Handle the
233 EF_ARM_MAVERICK_FLOAT flag.
234
22d82235
AS
2352003-02-04 Andreas Schwab <schwab@suse.de>
236
237 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
238 long and use %ld in printf format.
239
1a677ea8
RS
2402003-01-28 Richard Sandiford <rsandifo@redhat.com>
241
242 * readelf.c (dump_relocations): Reorder the r_info field for
243 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
244
8dde85fc
NC
2452003-01-21 Daniel Berlin <dan@dberlin.org>
246
247 * readelf.c (display_debug_loc): Skip address base changes.
248
c6f8bb1e
AM
2492003-01-17 Fabio Alemagna <falemagn@aros.org>
250
251 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
252 and ELFOSABI_NSK.
253
c833c019
AM
2542003-01-16 Alan Modra <amodra@bigpond.net.au>
255
256 * readelf.c: Include elf/ppc64.h.
257 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
258 * Makefile.am: Run "make dep-am".
259 * Makefile.in: Regenerate.
260
3b36097d
SC
2612003-01-02 Ben Elliston <bje@redhat.com>
262
263 * readelf.c (guess_is_rela): Handle EM_IQ2000.
264 (get_machine_name): Likewise.
265 (dump_relocations): Likewise.
266 * NEWS: Mention IQ2000 support.
267
cb44e358
RS
2682003-01-02 Richard Sandiford <rsandifo@redhat.com>
269
270 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
271
af7ee8bf
CD
2722002-12-30 Chris Demetriou <cgd@broadcom.com>
273
274 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
275 changes in MIPS -M options.
276
2469cfa2
NC
2772002-12-30 Dmitry Diky <diwil@mail.ru>
278
279 * Makefile.am: Add msp430 target.
280 * Makefile.in: Regenerate.
281 * readelf.c: Add support for msp430 target.
282
640c0ccd
CD
2832002-12-27 Chris Demetriou <cgd@broadcom.com>
284
285 * doc/binutils.texi (objdump): Document MIPS -M options.
286
59f14fc0
AS
2872002-12-23 Andreas Schwab <schwab@suse.de>
288
289 * readelf.c (main): Reset dump request after each file.
290
312b768e
NC
2912002-12-23 Nick Clifton <nickc@redhat.com>
292
293 * nlmconv.c (main): Pass TRUE as third argument to
294 bfd_arch_get_compatible.
295
8745eafa
NC
2962002-12-23 Nick Clifton <nickc@redhat.com>
297
298 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
299 macro. Handle 'S' encoding, accepting 8-bit characters.
300 (main): Parse 'S' encoding.
301 (get_char): Accept 'S' encoding.
302 (print_strings): Use STRING_ISGRAPHIC.
303 (usage): Document support of 'S' encoding.
304 * doc/binutils.texi: Document support of 'S' encoding/
305 * NEWS: Mention new feature.
306
08213ebb
AM
3072002-12-20 Alan Modra <amodra@bigpond.net.au>
308
309 * README <building ar>: Don't use libibery's needed_list or
310 required_list, instead link libiberty/*.o.
311
b9e5d8e5
KH
3122002-12-19 Kazu Hirata <kazu@cs.umass.edu>
313
314 * doc/binutils.texi: Fix typos.
315
c51238bc
DA
3162002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
317
318 * doc/binutils.texi: Add missing parenthesis.
319
d7fb0dd2
NC
3202002-12-15 Nick Kelsey <nickk@ubicom.com>
321
322 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
323 symbols by adding the given prefix to the begining of the symbol
324 name. This is useful to provide name space seperation regardless
325 of how the object file was created. Added --prefix-sections=
326 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
327 sections (or all sections with the alloc flag set) by adding the given
328 prefix to the begining of the symbol name.
329 * NEWS: Mention this new feature.
330 * doc/binutils.texi: Document this new feature.
331
55b9cdf1
AM
3322002-12-13 Alan Modra <amodra@bigpond.net.au>
333
334 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
335 dyn_string_append with dyn_string_append_cstr.
336
337 * emul_aix.c (ar_emul_aix_create): Remove unused function.
338
84ad6ede
NC
3392002-12-10 James Cownie <jcownie@etnus.com>
340
341 * readelf.h (get_TAG_name, get_AT_name,
704afb58 342 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
343 DWARF2 spec.
344 * NEWS: Mention this new support.
345
7d036af2
AM
3462002-12-08 Alan Modra <amodra@bigpond.net.au>
347
348 * NEWS: Mention that bfd no longer declares a "boolean" type.
349
3e8bba36
AM
3502002-12-07 Alan Modra <amodra@bigpond.net.au>
351
352 * readelf.c (process_program_headers): When setting loadaddr, don't
353 assume segment size is 4k. Use p_align instead.
354 (loadaddr): Change from int to long.
355 (dynamic_addr, dynamic_info, version_info): Likewise.
356 (process_dynamic_segment <syminsz>): Likewise.
357 (process_dynamic_segment): Adjust print format string.
358 (rela_addr, rela_size): Delete.
359 (process_relocs): Formatting.
360
d070dab9
JW
3612002-12-05 Jim Wilson <wilson@redhat.com>
362
363 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
364 * configure: Regenerate.
365
45bcbdb1
ILT
3662002-12-04 Ian Lance Taylor <ian@airs.com>
367
368 * MAINTAINERS: Change e-mail address back to airs.com.
369
42ea8716
AH
3702002-12-04 Aldy Hernandez <aldyh@redhat.com>
371
372 * MAINTAINERS: Add self.
373
b34976b6
AM
3742002-11-30 Alan Modra <amodra@bigpond.net.au>
375
376 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
377 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
378 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
379 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
380 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
381 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
382 with TRUE/FALSE. Formatting.
383
c8286bd1
JJ
3842002-11-29 Jakub Jelinek <jakub@redhat.com>
385
386 * readelf.c Replace occurrences of Elf32_Internal_* and
387 Elf64_Internal_* with Elf_Internal_*.
388 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
389 Zero r_addend fields.
390 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
391 Elf_Internal_Rela.
392
92acdfaf
NC
3932002-11-23 Nick Clifton <nickc@redhat.com>
394
395 * size.c (usage): Fix typo describing switch for hex format.
396
48c5eb8a
SS
3972002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
398
399 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
400 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
401 testcase
402
2f62977e
NC
4032002-11-14 Nick Clifton <nickc@redhat.com>
404
405 * readelf.c (process_program_headers): Add comment about return
406 value. Ensure that 0 is returned if the headers are not loaded.
407 (process_file): If process_section_headers failed to load the
408 headers disable any tests that rely upon them. Similarly for
409 process_program_headers.
410
cd24c222
NC
4112002-11-12 Nick Clifton <nickc@redhat.com>
412
413 * po/da.po: Updated Danish translation.
414
f3931575
AM
4152002-11-12 Klee Dienes <kdienes@apple.com>
416
417 * rddbg.c (read_section_stabs_debugging_info): Also recognize
418 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
419
b54e7460
CF
4202002-11-11 Christopher Faylor <cgf@redhat.com>
421
422 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
423 cgf maintainership.
424
4f17cc13
CF
4252002-11-11 Christopher Faylor <cgf@redhat.com>
426
427 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
428
232e7cb8
NC
4292002-11-07 Nick Clifton <nickc@redhat.com>
430
cd24c222 431 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
432 * configure: Regenerate.
433 * po/da.po: New Danish translation.
434
232e7cb8
NC
435 * readelf.c (get_symbol_index_type): Revert part of previous
436 patch: Display unknown symbol types in decimal, not hex.
437
c9e38879
NC
4382002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
439
440 * dlltool.c (add_excludes): Don't prefix excluded fastcall
441 symbols with underscore.
442 (xlate): Ignore add_underscore for decorated fastcall symbols.
443
4442002-11-07 Eric Kohl <ekohl@rz-online.de>
445
446 * deflex.l: Accept '@' as first character of an ID.
447 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
448 ASM_PREFIX for fastcall symbols.
449 (scan_drectve_symbols): Handle fastcall symbols when generating
450 undecorated aliases for symbols in drectve section.
451 (scan_filtered_symbols): Likewise, with export-all.
452 (xlate): Likewise, with --kill-at.
453 (make_imp_label): New function to handle fastcall symbols
454 correctly.
455 (make_one_lib_file): Use make_imp_label instead of make_label
456 for imp symbols.
457
a700dc3b
SS
4582002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
459
460 * MAINTAINERS: Add self as TIC4X maintainer.
461
5cf1065c
NC
4622002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
463
464 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
465 PROCESSOR-specific, OS-specific, reserved and unknown symbol
466 types.
5cf1065c 467
f1ef08cb
AM
4682002-11-04 Alan Modra <amodra@bigpond.net.au>
469
470 * readelf.c (byte_get_little_endian): Comment typo fix.
471 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
472 as the format string.
473 (dump_relocations): Correct section sym names.
474 (process_section_headers): Clear symtab_shndx_hdr.
475 (read_and_display_attr_value): Don't pass indirect string to printf
476 as the format string.
477 (display_debug_frames): Indicate when zero terminator found. Decode
478 DW_EH_PE_pcrel addresses.
479
1a09a22c
NC
4802002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
481
482 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
483 order to ensure proper disassembly of the valid 0-value opcode.
484 * configure: Regenerate.
485 * aclocal.m4: Regenerate.
486 * config.in: Regenerate.
487 * configure.in: Regenerate.
488 * doc/Makefile.in: Regenerate.
489 * po/binutils.pot: Regenerate.
490
c254c557
KK
4912002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
492
493 * MAINTAINERS: Add self as SH maintainer.
494
aefbdd67
BE
4952002-10-23 Ben Elliston <bje@redhat.com>
496
497 * doc/binutils.texi (objdump): Document -z and move the entry for
498 --disassemble-zeroes to the end of the options section (for `z').
499
ab9bcc01
NC
5002002-10-21 Nick Clifton <nickc@redhat.com>
501
502 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
503
8ab56b6f
AM
5042002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
505
506 * objdump.c (dump_data): Correct addr_offset for opb != 1.
507
49c12576
AM
5082002-10-15 Alan Modra <amodra@bigpond.net.au>
509
48417c1a
AM
510 * bucomm.c (list_supported_targets): Use bfd_target_list.
511
49c12576
AM
512 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
513 other object errors in preference to bfd_core errors.
514
6e1a7e9a
AM
5152002-10-14 Alan Modra <amodra@bigpond.net.au>
516
517 * Makefile.am: Run "make dep-am".
518 * objdump.c: #include "bfdver.h".
519 * version.c: Likewise.
520 * Makefile.in: Regenerate.
521 * config.in: Regenerate.
522 * configure: Regenerate.
523 * po/POTFILES.in: Regenerate.
524
09fc3b02
DJ
5252002-10-09 Daniel Jacobowitz <drow@mvista.com>
526
527 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
528 sections. Allow relocations against the absolute symbol. Don't
529 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 530 relocation.
09fc3b02 531
f309035a
NC
5322002-10-07 Gordon Chaffee <chaffee@netvmg.com>
533
534 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
535 ordinary ones are available.
536
810dfa6e
L
5372002-09-30 H.J. Lu <hjl@gnu.org>
538
539 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
540 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
541
bb279dc0
ZW
5422002-09-17 Zack Weinberg <zack@codesourcery.com>
543
544 * Makefile.am (CFILES): Add cxxfilt.c.
545 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
546 (cxxfilt_LDADD): Delete.
547 Remove all references to underscore.c.
548 Regen dependencies.
549 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
550 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
551 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
552 adjustments to fit into binutils framework.
553 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
554
065c959b
NC
5552002-09-12 Roland McGrath <roland@redhat.com>
556
557 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
558 Handle DW_OP_GNU_push_tls_address.
559
e09f4395
NC
5602002-09-11 Nick Clifton <nickc@redhat.com>
561
562 * po/tr.po: Updated Turkish translation.
563
873e0588
NC
5642002-09-10 Nick Clifton <nickc@redhat.com>
565
566 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
567 testsuite changes. Add paragraphs about testsuite and config
568 patches.
569
069fe61f
NC
5702002-08-29 Nick Clifton <nickc@redhat.com>
571
572 * readelf.c (get_machine_flags): Remove redundant reference to
573 E_V850EA_ARCH.
574
fe0507eb
AM
5752002-08-28 Alan Modra <amodra@bigpond.net.au>
576
577 * objdump.c (dump_bfd): Restore lines accidentally deleted in
578 last commit.
579
026df7c5
NC
5802002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
581
bb279dc0 582 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
583 (dump_bfd_header): Likewise.
584
68a4c073
AM
5852002-08-27 Alan Modra <amodra@bigpond.net.au>
586
587 * nm.c: Revert last change.
588
a1df01d1
AM
5892002-08-26 Alan Modra <amodra@bigpond.net.au>
590
591 * nm.c (display_rel_file): Don't report "no symbols" as an error.
592 * objdump.c (slurp_symtab): Likewise.
593 (slurp_dynamic_symtab): Likewise.
594 (dump_symbols): Likewise. Do print "no symbols" to stdout.
595
a926ab2f
GK
5962002-08-24 Geoffrey Keating <geoffk@redhat.com>
597
598 * MAINTAINERS: Change my mailing address.
599
fcf62380
DA
6002002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
601
602 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
603
51e28791
NC
6042002-08-22 Nick Clifton <nickc@redhat.com>
605
606 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
607 HPPA.
608
c5b060ad
AM
6092002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
610
611 * readelf.c (parse_args): Change debug_dump_opt to static.
612
4b73ca92
NC
6132002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
614
615 * stabs.c (parse_stab_argtype): Pass length of physname to
616 stab_demangle_argtypes.
617 (stab_demangle_argtypes): Add new parameter - length of physname.
618 Pass length of physname on to stab_demangle_prefix.
619 (stab_demangle_prefix): Add new parameter - length of physname.
620 Use length of physname (if supplied) to compute end of function
621 name.
622
35b1837e
AM
6232002-08-15 Alan Modra <amodra@bigpond.net.au>
624
625 * readelf.c: Include elf/i370.h.
626 (dump_relocations): Handle EM_S370.
627 (dynamic_segment_parisc_val): Print \n.
628 (process_dynamic_segment <DT_BIND_NOW>): Here too.
629
762baac5
NC
6302002-08-14 Nick Clifton <nickc@redhat.com>
631
632 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
633 * objdump.c (usage): Likewise.
634 * doc/binutils.texi: Likewise.
635
85c09e8a
NC
6362002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
637
638 * rcparse.y (acc_entry): Don't warn about ALT use with
639 non-VIRTKEY.
640
212a3c4d
L
6412002-08-13 H.J. Lu <hjl@gnu.org>
642
643 * objcopy.c (copy_object): Don't warn about the unsupported
644 architecture unless the input target is defaulted or the
645 output architecture is different from the input.
646
2b692c59
NC
6472002-08-09 Nick Clifton <nickc@redhat.com>
648
649 * po/sv.po: Updated Swedish translation.
650
09de7a73
AM
6512002-08-05 Alan Modra <amodra@bigpond.net.au>
652
653 * prdbg.c (pr_fix_visibility): Remove assert.
654
47badb7b
NC
6552002-07-31 Nick Clifton <nickc@redhat.com>
656
657 * addr2line.c (process_file): Rename parameter 'filename' to
658 'file_name' in order to avoid shadowing global symbol of the
659 same name.
660 (main): Likewise.
661
2979dc34
JJ
6622002-07-30 Jakub Jelinek <jakub@redhat.com>
663
664 * readelf.c (OPTION_DEBUG_DUMP): Define.
665 (options): Use it.
666 (usage): Update help.
667 (parse_args): Handle --debug-dump separately from -w.
668 * doc/binutils.texi (readelf): Update documentation.
669
219576a4
NC
6702002-07-25 Nick Clifton <nickc@redhat.com>
671
672 * po/es.po: Updated Spanish translation.
673 * po/fr.po: Updated French translation.
674
bf4f22e6 6752002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 676
bf4f22e6
NC
677 * po/es.po: Updated Spanish translation.
678
c5b3a82a
AM
6792002-07-23 Alan Modra <amodra@bigpond.net.au>
680
681 * Makefile.am: Run "make dep-am".
682 * Makefile.in: Regenerate.
683
0461a601
NC
6842002-07-23 Nick Clifton <nickc@redhat.com>
685
bf4f22e6 686 * po/fr.po: Updated French translation.
0461a601 687
bf44dd74
AM
6882002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
689
690 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
691
2c205ff2
AM
6922002-07-20 Alan Modra <amodra@bigpond.net.au>
693
63eb0809 694 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 695
1e4cf259
NC
6962002-07-18 Denis Chertykov <denisc@overta.ru>
697 Frank Ch. Eigler <fche@redhat.com>
698
699 * readelf.c: Include "elf/ip2k.h".
700 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
701 (dump_relocations): Likewise.
702 (get_machine_name): Likewise.
703 * NEWS: Mention IP2K support.
704
2cbb2eef
NC
7052002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
706
707 * NEWS: Add 'Changes in 2.13'.
708
047b2264
JJ
7092002-07-10 Jakub Jelinek <jakub@redhat.com>
710
711 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
712 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
713 (get_section_type_name): Handle SHT_GNU_LIBLIST.
714 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
715 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
716 (process_gnu_liblist): New.
717 (process_file): Call it.
718
97230b15
AM
7192002-07-03 Alan Modra <amodra@bigpond.net.au>
720
721 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
722 * Makefile.in: Regenerate.
723
a6637ec0
AM
7242002-07-02 Alan Modra <amodra@bigpond.net.au>
725
726 * budemang.c: New file, "demangle" function.
727 * budemang.h: New file.
728 * addr2line.c (translate_addresses): Use "demangle".
729 * nm.c (print_symname): Likewise.
730 * objdump.c (objdump_print_symname): Likewise.
731 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
732 here since that obfuscates.
733 * rdcoff.c: Don't #include demangle.h.
734 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
735 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
736 (HFILES): Add budemang.h. Sort.
737 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
738 Run "make dep-am".
739 * Makefile.in: Regenerate.
740
179d3252
JT
7412002-07-01 Matt Thomas <matt@3am-software.com>
742
743 * readelf.c: Include "elf/vax.h".
744 (guess_is_rela): Move EM_VAX from unknown to RELA case.
745 (dump_relocations): Handle VAX relocations.
746 (get_machine_flags): Handle VAX machine flags.
747
75751cd9
SC
7482002-06-29 Stephane Carrez <stcarrez@nerim.fr>
749
750 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
751
e5851ab8
NC
7522002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
753
754 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
755
eb3f2f5c
AM
7562002-06-26 Alan Modra <amodra@bigpond.net.au>
757
758 * nm.c (print_symname): When demangling, strip leading dots from
759 symbol names to avoid confusing the demangler.
760
a13a0de8
L
7612002-06-25 H.J. Lu <hjl@gnu.org>
762
763 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
764 * Makefile.in: Regenerated.
765
6db7a086
AM
7662002-06-21 Igor Schein <igor@txc.com>
767
768 * configure.in: Quote bu_cv_have_fopen64.
769 * configure: Regenerate.
770
9710509e
AM
7712002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
772
773 * configure.in: Check for strcoll.
774 * configure: Regenerate.
775 * config.in: Regenerate.
776 * nm.c (main): Set locale for LC_COLLATE category.
777 (non_numeric_forward): Use strcoll if available.
778
a9f0b5e7
DB
7792002-06-20 Dave Brolley <brolley@redhat.com>
780
781 * MAINTAINERS: Add self as fr30 and frv maintainer.
782
33f5f537
L
7832002-06-18 H.J. Lu (hjl@gnu.org)
784
785 * nm.c: Include "elf/common.h".
786 (extended_symbol_info): Add elfinfo, a pointer to
787 elf_symbol_type.
788 (SYM_SIZE): Use elfinfo if it is not NULL.
789 (get_symbol_type): New function.
790 (display_archive): Set print_width for each archive member.
791 (display_file): Likewise.
792 (display_rel_file): Don't set print_width here.
793 (print_object_filename_sysv): Handle print_width.
794 (print_archive_member_sysv): Likewise.
795 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
796 (print_symbol): Set the elfinfo field in extended_symbol_info
797 for ELF.
798 (print_object_filename_sysv): Fix the output format.
799 (print_symbol_info_sysv): Print type and section for ELF.
800
8012002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
802
803 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 804 the symbol's size equal to its value when --size-sort is
33f5f537
L
805 used.
806
5c70f934
DB
8072002-06-18 Dave Brolley <brolley@redhat.com>
808
809 From Catherine Moore:
810 * readelf.c (elf/frv.h): #include it.
811 (guess_is_rela): Support EM_CYGNUS_FRV.
812 (dump_relocations): Ditto.
813 (get_machine_name): Ditto.
814 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
815
7ece0d85
JJ
8162002-06-18 Jakub Jelinek <jakub@redhat.com>
817
818 * readelf.c (get_file_header): Only read the first section header if
819 e_shoff is non-zero.
820
72797995
L
8212002-06-15 H.J. Lu (hjl@gnu.org)
822
823 * nm.c (print_size): New variable. Initialize to 0.
824 (long_options): Add 'S'/"print-size".
825 (main): Handle 'S'.
826 (print_symbol_info_bsd): Print size only if print_size is not
827 0.
828
829 * doc/binutils.texi: Document -S/--print-size.
830
977f7911
NC
8312002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
832
833 * nm.c (struct extended_symbol_info): New strcuture: Add the size
834 of the symbols to the information provided by the symbol_info
835 structure.
836 (print_symbols): Pass the symbol size to print_symbol.
837 (print_size_symbols): Pass the symbol size to print_symbol.
838 (print_symbol): Extra argument: The size of the symbol. Store
839 this in the extended_symbol_info structure.
840 (print_symbol_info): Change type of info parameter to
841 extended_symbol_info. Display the size, if known.
842 (print_symbol_info_posix): Likewise.
843 (print_symbol_info_sysv): Likewise.
844
b1f88ebe
AM
8452002-06-08 Alan Modra <amodra@bigpond.net.au>
846
fa449227
AM
847 * Makefile.am: Run "make dep-am".
848 * Makefile.in: Regenerate.
849 * doc/Makefile.in: Regnerate.
850
b1f88ebe
AM
851 * bucomm.c: Replace CONST with const.
852 * nm.c: Likewise.
853 * objdump.c: Likewise.
854
91a106e6
L
8552002-06-07 H.J. Lu <hjl@gnu.org>
856
857 * readelf.c (DW_CFA_GNU_args_size): Don't define.
858 (DW_CFA_GNU_negative_offset_extended): Likewise.
859 (DW_CFA_GNU_window_save): Likewise.
860 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
861 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
862
6ab6b380 8632002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 864
6ab6b380
NC
865 * nm.c: When computing size of symbols for an ELF target use the
866 internal size field.
867
e28e05a3
JL
8682002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
869
870 * testsuite/binutils-all/objcopy.exp: clear xfail for
871 "hppa*64*-*-hpux*".
872 * testsuite/binutils-all/hppa/objdump.exp: Return if
873 "*64*-*-*".
874
dc156bc0
AM
8752002-06-05 Alan Modra <amodra@bigpond.net.au>
876
877 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
878
8792002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
880
881 * objdump.c: Fix formatting.
882
d79e4ea3
BE
8832002-05-29 Ben Elliston <bje@redhat.com>
884
885 * MAINTAINERS: Add self as M68k maintainer.
886
d172d4ba
NC
8872002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
888
889 * readelf.c: Modified/Added DLX elf support.
890
7edb8f29
NC
8912002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
892
3a1a2036
NC
893 * arsup.c: Fix formatting.
894 * debug.c (debug_record_label): Add missing colon to error
895 message.
896 * ieee.c (parse_ieee_ty): Fix spelling typo.
897 * readelf.c (process_program_headers): Remove English assumption
898 about making a plural word.
899 (process_section_headers): Likewise.
900 (process_relocs): Allow quotes to be translated.
901 (process_unwind): Likewise,
902 (process_mips_specific): Improve error message.
903 (get_note_type): Fix spelling typo.
904
7edb8f29
NC
905 * configure.in (ALL_LINGUAS): Add sv
906 * po/sv.po: New file.
907
3eee1e9d
AM
9082002-05-27 Alan Modra <amodra@bigpond.net.au>
909
910 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
911 (unw_print_grmask): Likewise.
912 (unw_print_frmask): Likewise.
913
d43efbe3
KH
9142002-05-26 Kazu Hirata <kazu@cs.umass.edu>
915
916 * arsup.c: Remove ARGSUSED.
917 * debug.c: Likewise.
918 * ieee.c: Likewise.
919 * nlmconv.c: Likewise.
920 * prdbg.c: Likewise.
921 * stabs.c: Likewise.
922 * wrstabs.c: Likewise.
923
e9792343
AM
9242002-05-25 Alan Modra <amodra@bigpond.net.au>
925
926 * arlex.l: Use #include "" instead of <> for local header files.
927 * coffdump.c: Likewise.
928 * coffgrok.c: Likewise.
929 * nlmconv.c: Likewise.
930 * nlmheader.y: Likewise.
931 * srconv.c: Likewise.
932 * strings.c: Likewise.
933 * sysdump.c: Likewise.
934 * unwind-ia64.h: Likewise.
935 * windres.h: Likewise.
936 * winduni.h: Likewise.
937
d7e53452
TR
9382002-05-24 Tom Rix <trix@redhat.com>
939
940 * MAINTAINERS: Add self as the d10v maintainer.
941
436e8db0
NC
9422002-05-24 TAMURA Kent <kent@netbsd.org>
943
944 * configure.in: Builds dlltool for i386-netbsdpe.
945 * configure: Regenerate.
946
9f66665a
KH
9472002-05-23 Kazu Hirata <kazu@cs.umass.edu>
948
949 * size.c: Fix formatting.
950 * srconv.c: Likewise.
951 * stabs.c: Likewise.
952 * sysdump.c: Likewise.
953 * unwind-ia64.c: Likewise.
954 * wrstabs.c: Likewise.
955
13ae64f3
JJ
9562002-05-23 Jakub Jelinek <jakub@redhat.com>
957
958 * readelf.c (get_segment_type): Add PT_TLS.
959 (get_elf_section_flags): Add SHF_TLS.
960 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
961 (process_dynamic_segment): Use puts instead of printf.
962 (get_symbol_type): Support STT_TLS.
963 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
964 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
965 Add SEC_THREAD_LOCAL.
966
53c7db4b
KH
9672002-05-23 Kazu Hirata <kazu@cs.umass.edu>
968
969 * rdcoff.c: Fix formatting.
970 * rddbg.c: Likewise.
971 * readelf.c: Likewise.
972 * rename.c: Likewise.
973 * resbin.c: Likewise.
974 * resrc.c: Likewise.
975 * resres.c: Likewise.
976
0af11b59
KH
9772002-05-21 Kazu Hirata <kazu@cs.umass.edu>
978
979 * filemode.c: Fix formatting.
980 * ieee.c: Likewise.
981 * is-ranlib.c: Likewise.
982 * is-strip.c: Likewise.
983 * maybe-ranlib.c: Likewise.
984 * maybe-strip.c: Likewise.
985 * nlmconv.c: Likewise.
986 * nm.c: Likewise.
987 * not-ranlib.c: Likewise.
988 * not-strip.c: Likewise.
989 * objcopy.c: Likewise.
990 * objdump.c: Likewise.
991
21611032
TS
9922002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
993
994 * objdump.c (dump_headers): Fix output formatting for ELF32
995 architectures in a BFD64 enabled toolchain.
996
26044998
KH
9972002-05-20 Kazu Hirata <kazu@cs.umass.edu>
998
999 * debug.c: Fix formatting.
1000 * debug.h: Likewise.
1001 * dlltool.c: Likewise.
1002 * dllwrap.c: Likewise.
1003 * emul_aix.c: Likewise.
1004 * emul_vanilla.c: Likewise.
1005
f462a9ea
KH
10062002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1007
1008 * addr2line.c: Fix formatting.
1009 * ar.c: Likewise.
1010 * arsup.c: Likewise.
1011 * arsup.h: Likewise.
1012 * binemul.c: Likewise.
1013 * binemul.h: Likewise.
1014 * bucomm.c: Likewise.
1015 * coffdump.c: Likewise.
1016 * coffgrok.c: Likewise.
1017 * coffgrok.h: Likewise.
1018
e0159aa9
MM
10192002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1020
1021 * MAINTAINERS: Add myself as the second AVR port maintainer.
1022
074b403e
SC
10232002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1024
1025 * MAINTAINERS: Update my email address.
1026
2b9c8201
NC
10272002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1028
1029 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1030
e1d5b1e7
AM
10312002-05-09 Alan Modra <amodra@bigpond.net.au>
1032
1033 * configure.in: Replace `*pe' with `pe' throughout.
1034 * configure: Regenerate.
1035
d3d8a9ee
NC
10362002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1037
1038 * Makefile.am: Honour DESTDIR.
1039 * Makefile.in: Regenerate.
1040
405c98a4
AM
10412002-05-06 Alan Modra <amodra@bigpond.net.au>
1042
a02d5965
AM
1043 * dlltool.c (process_def_file): Add missing prototype.
1044 (new_directive, assemble_file, main): Likewise.
1045 (process_def_file, new_directive): Make static.
1046 (inform): Rewrite using VA_FIXEDARG.
1047 * dllwrap.c (mybasename): Add missing prototype.
1048 (strhash, main): Likewise.
1049 (inform): Rewrite using VA_FIXEDARG.
1050 (warn): Likewise.
1051 (cleanup_and_exit): Use old style function definition.
1052 (strhash): Likewise.
1053 * windres.c (define_resource): Use one memset to clear all of
1054 struct res_resource.
1055
405c98a4 1056 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1057 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1058
10592002-05-06 Borut Razem <borut.razem@siol.net>
1060
1061 * rclex.l (get_string): Correct "strings" list handling.
1062 * resrc.c (read_rc_file): Discard strings.
1063
91593c9d
AM
10642002-05-04 Alan Modra <amodra@bigpond.net.au>
1065
e58a75dc
AM
1066 * ar.c (replace_members): Remove unused var. Formatting fix.
1067 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1068
91593c9d
AM
1069 * MAINTAINERS: Sort port maintainers by CPU.
1070
6b52b824
AM
10712002-05-04 Bob Byrnes <byrnes@curl.com>
1072
1073 * size.c (display_archive): Add last_arfile and code to close archives.
1074
dd70071f
AM
10752002-05-01 Alan Modra <amodra@bigpond.net.au>
1076
1077 * nm.c (print_symbol): Check returned filename from
1078 bfd_find_nearest_line is non-NULL.
1079
6c95717a 10802002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1081
1082 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1083
3c25c5f6
NC
10842002-04-24 Christian Groessler <chris@groessler.org>
1085
1086 * MAINTAINERS: Changed my email address.
1087
944cd72c
TS
10882002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1089
1090 * arparse.y: Fix syntax warning.
1091
ea91f8bb
NC
10922002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1093
3e55a963
NC
1094 * readelf.c (fetch_location_list): Remove unused function.
1095
1096 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1097 and display a warning message, then exit the loop.
1098
ea91f8bb
NC
1099 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1100
45b99827
NC
11012002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1102
1103 * resrc.c (write_rc_dialog): If charset is non-default value
1104 display all of the DIALOGEX parameters.
1105
11062002-04-15 Eric Kohl <ekohl@rz-online.de>
1107
bb279dc0 1108 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1109 DIALOGEX resources.
1110 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1111 resource data.
bb279dc0 1112 (res_to_bin_dialog): Likewise.
45b99827
NC
1113 * windres.h: Added misssing charset variable to dialog_ex
1114 structure.
1115
acfbab8a
NC
11162002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1117
1118 * rcparse.y: Set MEMFLAG_PURE by default.
1119
df3baf66
NC
11202002-04-09 Bernd Herd <info@herdsoft.com>
1121
bb279dc0 1122 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1123 are quoted.
4c30641a 1124 Fix typo in BEDIT warning.
91eafb40 1125 Don't add default dialog style when explicit style specified.
b62a12ca 1126 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1127
b24eb5ac
NC
1128 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1129 (handle_quotes) "\a" escape (used for right justified key
1130 definitions in menus) is encodes as binary 8.
df3baf66 1131
b24eb5ac
NC
1132 * resrc.c (write_rc_dialog): Print style even if it is 0.
1133 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1134 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1135
b24eb5ac
NC
1136 * resbin.c (bin_to_res_dialog): Use signature to identify
1137 DIALOGEX.
f7d63484 1138
b24eb5ac 1139 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1140
df3baf66
NC
11412002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1142
1143 * resrc.c: print CLASS names in quotes
1144
11452002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1146
1147 * MAINTAINERS: Update my email address.
1148
8e42bcb6
AM
11492002-04-04 Alan Modra <amodra@bigpond.net.au>
1150
1151 * dep-in.sed: Cope with absolute paths.
1152 * Makefile.am (dep.sed): Subst TOPDIR.
1153 Run "make dep-am".
1154 * Makefile.in: Regenerate.
1155
96f959e5
PT
11562002-03-27 Peter Targett <peter.targett@arc.com>
1157
1158 * MAINTAINERS: Update my email address.
1159
1ea788ee
AM
11602002-03-21 Alan Modra <amodra@bigpond.net.au>
1161
1162 * Makefile.am: Run "make dep-am".
1163 * Makefile.in: Regenerate.
1164 * doc/Makefile.in: Regenerate.
1165 * po/POTFILES.in: Regenerate.
1166 * aclocal.m4: Regenerate.
1167 * config.in: Regenerate.
1168 * configure: Regenerate.
1169
a2f14207
DB
11702002-03-20 Daniel Berlin <dan@dberlin.org>
1171
1172 * readelf.c: Add support for displaying dwarf2 location lists.
1173 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1174 (parse_args): Use 'O' as shorthand for displaying location list
1175 section.
1176 (process_section_headers): Handle debug_loc as well.
1177 (load_debug_loc): New.
1178 (free_debug_loc): New.
1179 (fetch_location_list): New.
1180 (display_debug_loc): New.
1181 (display_debug_info): Call load_debug_loc and free_debug_loc.
1182 (debug_displays): We can display .debug_loc now, too.
1183 (usage): Update usage string.
1184 (read_and_display_attr_value): Note location lists, but don't
1185 display them inline.
1186
eb1e0e80
NC
11872002-03-18 Tom Rix <trix@redhat.com>
1188
1189 * Makefile.am: Add binutils emulation support.
1190 * configure.in: Same.
1191 * configure.tgt: New file. Same.
1192 * ar.c (main): Use ar_emul_parse_arg.
1193 (usage): Use ar_emul_usage.
1194 (replace_members): Use ar_emul_replace, ar_emul_append.
1195 * binemul.c: New file. Define the binutils emulation
1196 layer. Define default methods.
1197 * binemul.h: New file. Binutils emulation layer header file.
1198 * emul_aix.c: New file. AIX binutils emulation.
1199 * emul_vanilla.c: New file. Default binutils emulation.
1200 * Makefile.in: Regenerate.
1201 * configure: Same.
1202
a1c259a1
NC
12032002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1204
1205 * po/fr.po: Updated version.
1206
9ce88e60
NC
12072002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1208
1209 * po/fr.po: Updated version.
1210
effb0601
DJ
12112002-03-07 Daniel Jacobowitz <drow@mvista.com>
1212
1213 * README: Update some version numbers.
1214
a65688ab
DJ
12152002-03-07 Daniel Jacobowitz <drow@mvista.com>
1216
1217 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1218 (Architecture Selection): Likewise.
1219
f3f7fbb2
NC
12202002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1221
1222 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1223 generating .exp file.
1224
25345be5
NC
12252002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1226
1227 * readelf.c (dump_relocations): Fix typo.
1228
9a66911f
NC
12292002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1230
1231 * NEWS: Mark 2.12 branch.
1232
2c71103e
NC
12332002-02-18 Timothy Daly <remote_bob@yahoo.com>
1234
bb279dc0
ZW
1235 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1236 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1237 output.
bb279dc0 1238 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1239 to 'unrecognized'.
1240 (decode_ARM_machine_flags): Likewise.
1241 (parse_args): Likewise.
1242 (read_and_display_attr_value): Likewise.
1243 (display_debug_section): Likewise.
1244
49fda6c8
HPN
12452002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1246
1247 * NEWS: Mention support for MMIX.
1248
76f57f3a
JT
12492002-02-13 Matt Fredette <fredette@netbsd.org>
1250
1251 * readelf.c (get_machine_flags): Recognize EF_M68000.
1252
d36ca9c2
AO
12532002-02-12 Alexandre Oliva <aoliva@redhat.com>
1254
1255 * MAINTAINERS: Added self as MN10300 co-maintainer.
1256
19397422
AM
12572002-02-12 Alan Modra <amodra@bigpond.net.au>
1258
1259 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1260 DT_PPC64_OPDSZ.
1261
d434e574
DJ
12622002-02-11 Daniel Jacobowitz <drow@mvista.com>
1263
1264 * MAINTAINERS: List myself as branch maintainer.
1265
12b87c89
AM
12662002-02-11 Alan Modra <amodra@bigpond.net.au>
1267
1268 * configure: Regenerate.
1269 * objcopy.c: Update copyright date.
1270 * doc/Makefile.in: Regenerate.
1271
8d037c5c
DJ
12722002-02-10 Daniel Jacobowitz <drow@mvista.com>
1273
1274 * nlmconv.c: Back out localtime PARAMS change.
1275
4c168fa3
AM
12762002-02-11 Alan Modra <amodra@bigpond.net.au>
1277
1278 * objcopy.c (MKDIR): Define.
1279 (copy_archive): Make name_list.name const. Use MKDIR.
1280 Handle duplicate files in archives by making more temp dirs.
1281
408f8db1
DJ
12822002-02-10 Daniel Jacobowitz <drow@mvista.com>
1283
1284 * coffdump.c: Include "getopt.h" after "bucomm.h"
1285 so that macros are defined correctly.
1286 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1287 prototype. Prototype main.
1288 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1289
9f77fa06
AO
12902002-02-06 Alexandre Oliva <aoliva@redhat.com>
1291
1292 * MAINTAINERS: Added self as SH co-maintainer.
1293
82f6addb
NC
12942002-02-05 Nick Clifton <nickc@redhat.com>
1295
1296 * po/tr.po: Updated translation.
1297
ba323545
AM
12982002-02-01 Alan Modra <amodra@bigpond.net.au>
1299
1300 * Makefile.am: Run "make dep-am"
1301 * Makefile.in: Regenerate.
1302
3deb89d3
DJ
13032002-01-29 Daniel Jacobowitz <drow@mvista.com>
1304
1305 * nm.c (print_value): Mark abfd unused.
1306
a0e9c55f
DJ
13072002-01-29 Daniel Jacobowitz <drow@mvista.com>
1308
1309 * unwind-ia64.c (unw_decoder): Change second argument
1310 to unsigned int, to match function prototypes.
1311
d7a283d4
DJ
13122002-01-29 Daniel Jacobowitz <drow@mvista.com>
1313
1314 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1315 __GNU_LIBRARY__ will be defined.
1316 * size.c: Likewise.
1317
4867be41
DJ
13182002-01-27 Daniel Jacobowitz <drow@mvista.com>
1319
1320 * configure: Regenerated.
1321
7562a296
HPN
13222002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1323
1324 * doc/Makefile.am (install): Depend on install-info.
1325 * doc/Makefile.in: Regenerate.
1326
15c82623
NC
13272002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1328
1329 * objcopy.c (strip_usage): Document -d as an alias
1330 --strip-debug.
1331
1332 * size.c (usage): Document [-t | --totals] options.
1333 (long_options): Add --totals option.
1334 (main): If the [-t | --totals] option is specified and
1335 the output format is Berkeley-style, print the total
1336 text, data, and bss sizes of all objects listed.
1337 (print_berkeley_format): If the [-t | --totals] option
1338 is specified, track the total text, data, and bss
1339 sizes.
1340 * doc/binutils.texi (size): Document [-t | --totals] options.
1341 (strip): Document -d as an alias for --strip-debug.
1342 * NEWS: Mention new feature of size.
1343
00ea8601 13442002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1345
1ddbd152
NC
1346 * po/fr.po: Updated version.
1347 * po/es.po: Updated version.
b85cedd7 1348
8b53311e
NC
13492002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1350
1351 * addr2line.c (usage): Update text to provide verbose
1352 description of the command line options.
1353 * ar.c (usage): Update text to provide verbose
1354 description of the command line options.
1355 (main): Accept -h and -H when running as ranlib.
1356 * coffdump.c (show_usage): Update text to provide verbose
1357 description of the command line options.
1358 * dlltool.c (main): Accept -H as an alias for --help.
1359 * nlmconv.c (show_usage): Update text to provide verbose
1360 description of the command line options.
1361 * nm.c (usage): Replace OPTIONS with option(s).
1362 (main): Accept -H as an alias for --help.
1363 * objcopy.c (strip_main): Accept -H as an alias for --help.
1364 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1365 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1366 other binutils.
1367 * size.c (usage): Update text to provide verbose description
1368 of the command line options.
1369 (main): Accept -v, -h and -H as command line options.
1370 * srconv.c (show_usage): Update text to provide verbose
1371 description of the command line options.
1372 * strings.c (main): Accept -H and -v as command line options.
1373 (usage): Update text to provide verbose description of the
1374 command line options.
1375 * sysdump.c (show_usage): Update text to provide verbose
1376 description of the command line options.
1377 * windres.c (usage): Adjust format to match style used in
1378 other binutils.
1379
1380 * coffdump.c: Fix formatting.
1381 * nlmconv.c: Fix formatting.
1382 * srconv.c: Fix formatting.
1383 * sysdump.c: Fix formatting.
1384
c46f0c34
AM
13852002-01-22 Alan Modra <amodra@bigpond.net.au>
1386
1387 * Makefile.am: Run "make dep-am".
1388 * Makefile.in: Regenerate.
1389
2a538ba5
AJ
13902002-01-18 Andreas Jaeger <aj@suse.de>
1391
1392 * version.c (print_version): Update year.
1393
285d1771
AM
13942002-01-17 Alan Modra <amodra@bigpond.net.au>
1395
1396 * readelf.c (get_machine_name): Handle EM_PPC64.
1397 (guess_is_rela): Here too.
1398
328577ad
NC
13992002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1400
1401 * po/binutils.pot: Regenerate.
1402 * po/fr.po: Regenerate.
1403 * po/tr.po: Regenerate.
1404
af3ae48d
NC
14052002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1406
1407 * po/tr.po: Import new version.
1408
f1cb7e17
AM
14092002-01-16 Alan Modra <amodra@bigpond.net.au>
1410
1411 * readelf.c (get_ppc64_dynamic_type): New.
1412 (get_dynamic_type): Call it.
1413
6364e0b4
NC
14142002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1415
3ab9460d 1416 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1417 (strip_usage): Use "options" instead of "switches".
3ab9460d 1418 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1419 "switches".
6364e0b4 1420
3a7e524e
RE
14212002-01-14 Richard Earnshaw <rearnsha@arm.com>
1422
1423 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1424
1209e219
NC
14252001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1426
1427 * po/es.po: Import from translation project.
1428 * configure.in (ALL_LINGUAS): Add es.
1429 * configure: Regenerate.
1430
b4db1224
JT
14312002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1432
1433 * readelf.c (get_netbsd_elfcore_note_type): Use
1434 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1435
9437c45b
JT
14362002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1437
1438 * readelf.c: Update copyright years.
1439 (get_note_type): Return a const char *.
1440 (get_netbsd_elfcore_note_type): New function.
1441 (process_note): Use get_netbsd_elfcore_note_type to get
1442 the note type string for NetBSD ELF core files.
1443
00428cca
AM
14442002-01-06 Steve Ellcey <sje@cup.hp.com>
1445
1446 * readelf.c (get_ia64_segment_type): Add support for macros.
1447 (get_segment_type): Add support for IA64 specific macros.
1448
31104126
NC
14492001-12-20 Julian v. Bock <julian@wongr.net>
1450
1451 * readelf.c (print_symbol): New function: Print a formatted symbol
1452 name. If --wide is specified do not truncate it.
1453 (dump_relocations): Use print_symbol() to print symbol names.
1454 (process_symbol_table): Likewise.
1455 (process_syminfo): Likewise.
1456 (process_mips_specific): Likewise.
1457 (usage): Document new feature of --wide switch.
1458 * doc/binutils.texi (objdump): Document additional behaviour of
1459 --wide.
2a538ba5 1460
4dd67f29
MS
14612001-12-18 Michael Snyder <msnyder@redhat.com>
1462
1463 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1464 (copy_object): Don't set the start address or flags of a core file.
1465 (copy_section): Don't relocate a core file. Don't copy contents
1466 if the input section has the contents flag set, but the output
1467 section does not (which happens with the fake 'note' pseudo-
1468 sections that BFD creates for corefiles).
1469
43521d43
TS
14702001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1471
1472 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1473 ASE extensions. More robust code for ISA checking. Ignore empty fields
1474 in header flags for GNU extensions.
1475
b667df2e
AM
14762001-12-18 Alan Modra <amodra@bigpond.net.au>
1477
1478 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1479
17a5a5c3
NC
14802001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1481
1482 * po/ja.po: Import from translation project.
1483 * configure.in (ALL_LINGUAS): Add ja.
1484 * configure: Regenerate.
1485
65de42c0
TS
14862001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1487
1488 * addr2line.c (main): Protoype.
1489 * ar.c (main): Protoype.
1490 * nm.c (main): Protoype.
1491 * objcopy.c (main): Protoype.
1492 * objdump.c (main): Protoype.
1493 * size.c (main): Protoype.
1494 * strings.c (main): Protoype.
1495
9ad5cbcf
AM
14962001-12-17 Alan Modra <amodra@bigpond.net.au>
1497
1498 * readelf.c (symtab_shndx_hdr): New global.
1499 (SECTION_HEADER_INDEX): Define.
1500 (SECTION_HEADER_NUM): Define.
1501 (SECTION_HEADER): Define.
1502 (GET_ELF_SYMBOLS): Pass two params rather than three.
1503 (get_32bit_elf_symbols): Take file and section args. Read and
1504 use SHT_SYMTAB_SHNDX.
1505 (get_64bit_elf_symbols): Likewise.
1506 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1507 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1508 Remember symtab_shdx_hdr.
1509 (process_program_headers): Scan from index 1 for segment map.
1510 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1511 "section_headers".
1512 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1513 (process_unwind): Likewise.
1514 (process_version_sections): Likewise.
1515 (process_symbol_table): Likewise.
1516 (display_debug_info): Likewise.
1517 (process_dynamic_segment): Fake up a symtab section for changed
1518 GET_ELF_SYMBOLS.
1519 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1520 (process_program_headers): Kill signed/unsigned warning.
1521 (load_debug_str): Likewise.
1522 (display_debug_info): Likewise.
1523
65765700
JJ
15242001-12-13 Jakub Jelinek <jakub@redhat.com>
1525
1526 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1527
560f3c1c
AM
15282001-12-11 Alan Modra <amodra@bigpond.net.au>
1529
1530 * readelf.c (process_file_header): Print extended e_shnum and
1531 e_shdtrndx values. Set elf_header values for same.
1532 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1533 (get_64bit_section_headers): Likewise.
1534 (process_section_headers): Update calls.
1535 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1536
bc408b8a
JJ
15372001-12-10 Jakub Jelinek <jakub@redhat.com>
1538
1539 * objcopy.c (setup_section): Copy entsize.
1540
93fbbb04
GK
15412001-12-07 Geoffrey Keating <geoffk@redhat.com>
1542
1543 * readelf.c (guess_is_rela): Add support for stormy16.
1544 (dump_relocations): Likewise.
1545 (get_machine_name): Likewise.
1546
e3c8793a
NC
15472001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1548
1549 * dllwrap.c (main) Replace multiple strings describing a
1550 single error with a single, newline escaped sentence to permit
1551 better translation into foreign languages.
1552
1553 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1554 class names.
1555
956cd1d6
TS
15562001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1557
1558 * strings.c (get_char): Initialize value.
1559
956c53ee
TS
15602001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1561
1562 * arlex.l: Silence compile warnings.
1563 * arsup.h: Likewise. Fix formatting.
1564
cedd9a58
JJ
15652001-12-04 Jakub Jelinek <jakub@redhat.com>
1566
1567 * strings.c: Include config.h before bfd.h.
1568 (file_off): New type.
1569 (file_open): Define.
1570 (print_strings): Use file_off instead of file_ptr. Print addresses
1571 which don't fit into long correctly.
1572 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1573 available.
1574 (strings_file): Use file_off instead of file_ptr. Use file_open.
1575 * configure.in: Check for getc_unlocked.
1576 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1577 be defined for it.
1578 * configure: Rebuilt.
1579 * config.h.in: Rebuilt.
1580
af667503
L
15812001-11-29 H.J. Lu <hjl@gnu.org>
1582
1583 * bucomm.c (make_tempname): Revert the changes made on
1584 2001-11-14 and 2001-11-12. They won't work with directories.
1585
16474668
NC
15862001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1587
1588 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1589 CFLAGS_FOR_TARGET to runtest in environment.
1590 * Makefile.in: Rebuild.
1591 * doc/Makefile.in: Rebuild.
1592
17978339
MS
15932001-11-28 Mike Stump <mrs@wrs.com>
1594
1595 * objcopy.c (setup_section): Preserve SEC_RELOC when
1596 --set-section-flags is used.
1597
261a45ad
NC
15982001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1599
1600 * readelf.c (do_debug_str): New variable.
1601 (display_debug_str): New function: Display the contents of a
1602 .debug_str section.
1603 (load_debug_str): New function: Load in the contents of a
1604 .debug_str section.
1605 (free_debug_str): New function: Free the memory used by
1606 load_debug_str().
1607 (fetch_indirect_string): Retrieve a string from the .debug_str
1608 section.
1609 (usage): Add -ws.
1610 (parse_args): Accept -ws.
1611 (process_section_headers): Allow the display of the .debug_str
1612 section.
1613 (read_and_display_attr_value): Use fetch_indirect_string. Show
1614 offset into .debug_str section.
1615 (display_debug_info): Use load_debug_str and free_debug_str.
1616 (debug_displays): Add .debug_str.
1617 * doc/binutils.texi: Document -ws.
1618
b8908f93
AJ
16192001-11-19 Andreas Jaeger <aj@suse.de>
1620
1621 * testsuite/binutils-all/objdump.exp: Add x86-64.
1622
e5fb9629
AS
16232001-11-15 Andreas Schwab <schwab@suse.de>
1624
1625 * readelf.c: Fix warnings without terminating newline.
1626
802a735e
AM
16272001-11-15 Alan Modra <amodra@bigpond.net.au>
1628
1629 * doc/binutils.texi (objdump): Document ppc -M options.
1630
b89e9eae
AJ
16312001-11-14 Andreas Jaeger <aj@suse.de>
1632
1633 * doc/binutils.texi (objdump): Fix description to use x86-64.
1634
a6a25652
NC
16352001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1636
1637 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1638 not all systems provide mkstemp.
1639
e396998b
AM
16402001-11-14 Alan Modra <amodra@bigpond.net.au>
1641
1642 * doc/binutils.texi (objdump): Document x86 -M options.
1643
81766fca
RH
16442001-11-13 Keith Walker <keith.walker@arm.com>
1645
1646 * readelf.c (read_and_display_attr_value): New function to
1647 handle DW_FORM_indirect.
1648 (read_and_display_attr): Use it.
1649
1a509dcc
GK
16502001-11-13 Geoffrey Keating <geoffk@redhat.com>
1651
1652 * readelf.c (display_debug_lines): Deal with unknown standard
1653 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1654 DW_LNS_set_isa.
1655
6e917903 16562001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1657
6e917903
TW
1658 * MAINTAINERS: Add self as tic54x maintainer. This target
1659 includes the IBM C54XDSP clone.
7559e86e 1660
6e917903 16612001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1662
7559e86e
NC
1663 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1664
16652001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1666
ecdadc4a
JL
1667 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1668 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1669 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1670 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1671 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1672 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1673 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1674
91770270
JL
1675 * readelf.c (get_elf_class): Fix ISO portability glitch.
1676 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1677
ef5cdfc7
JJ
16782001-11-07 Jakub Jelinek <jakub@redhat.com>
1679
1680 * readelf.c (debug_str, debug_str_size): New.
1681 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1682 Call free_abbrevs.
1683 (read_and_display_addr): Handle DW_FORM_strp.
1684 (display_debug_info): Read .debug_str section if present,
1685 so that DW_FORM_strp can be handled.
1686 Fix test for non-existant .debug_abbrev section.
1687
5e9520c8
JJ
16882001-11-05 Jakub Jelinek <jakub@redhat.com>
1689
1690 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1691
1692 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1693
54589086
MS
16942001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1695
1696 * MAINTAINERS: Add self as s390/s390x maintainer.
1697
c05b685b
TR
16982001-11-02 Tom Rix <trix@bluey.cygnus.com>
1699
1700 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1701
3c62831e
NC
17022001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1703
1704 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1705 * configure: Regernate.
1706 * po/fr.po: New file.
1707 * po/tr.po: New file.
1708
3c3bdf30
NC
17092001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1710
9b19141a 1711 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1712 * readelf.c: Include elf/mmix.h.
1713 (guess_is_rela): MMIX is RELA.
1714 (dump_relocations): Handle MMIX relocations.
1715 * Makefile.am: Regenerate dependencies.
1716 * Makefile.in: Regenerate.
1717
f662939a
NC
17182001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1719
1720 * readelf.c (parse_args): Handle multiple options to the -w
1721 switch.
1722
c91d0dfb
JJ
17232001-10-12 Jakub Jelinek <jakub@redhat.com>
1724
1725 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1726 LOPROC, LOOS and LOUSER.
1727
7559e86e 17282001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1729
1730 * MAINTAINERS: Update my email address.
1731
fcd8210c
AM
17322001-10-03 Alan Modra <amodra@bigpond.net.au>
1733
1734 * doc/Makefile.in: Regenerate.
1735 * configure: Regenerate.
1736
428409d5
NC
17372001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1738
1739 * readelf.c (display_debug_line, display_debug_pubnames,
1740 display_debug_info, display_debug_frames): Detect and warn
1741 about 64-bit format entries.
1742 (display_debug_aranges): Reword 64-bit warning.
1743 (debug_displays): Add .debug_pubtypes as a known, but not yet
1744 supported, debug section.
1745
6a8c2b0d
AM
17462001-10-02 Alan Modra <amodra@bigpond.net.au>
1747
1748 * coffdump.c (PROGRAM_VERSION): Delete.
1749 (main <'V'>): Call print_version.
1750 * srconv.c: Likewise.
1751 * sysdump.c: Likewise.
1752 * version.c (program_version): Remove.
1753 (print_version): Use BFD_VERSION_STRING. Just print the current
1754 year in copyright message.
1755 * addr2line.c (program_version): Remove unused declaration.
1756 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1757 place of BFD_VERSION.
1758 * Makefile.am (Makefile): Depend on bfd/configure.in.
1759 (cplus-dem.o): Depend on Makefile.
1760 Run "make dep-am".
1761 * Makefile.in: Regenerate.
1762
e414a165
NC
17632001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1764
1765 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1766 format .debug_arange sections.
1767 (main): Add missing prototype.
b8908f93 1768
efc3ee7f
HPN
17692001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1770
1771 * Makefile.am: Update dependencies with "make dep-am".
1772 * Makefile.in: Regenerate.
1773
9e85c2a0
RH
17742001-09-28 Richard Henderson <rth@redhat.com>
1775
1776 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1777
451dad9c
AM
17782001-09-26 Alan Modra <amodra@bigpond.net.au>
1779
1780 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1781 VA_CLOSE.
1782 (non_fatal): Likewise.
1783 * objdump.c (objdump_sprintf): Likewise.
1784 * readelf.c (error): Likewise.
1785 (warn): Likewise.
1786
d974e256
JJ
17872001-09-25 Jakub Jelinek <jakub@redhat.com>
1788
1789 * readelf.c (do_wide): New.
1790 (options): Add --wide.
1791 (usage, parse_args): Likewise.
1792 (process_program_headers): Put each segment on a single line if
1793 --wide is given.
1794 (process_section_headers): Put each section on a single line if
1795 --wide is given.
1796 * doc/binutils.texi: Document it.
1797 * NEWS: Likewise.
1798
2f11c261
AM
17992001-09-25 Alan Modra <amodra@bigpond.net.au>
1800
1801 * readelf.c (print_vma): Print 8 digits of low hex value.
1802
1d50f91e
AJ
18032001-09-24 Andreas Jaeger <aj@suse.de>
1804
1805 * nlmconv.c: Fix warnings about unused attributes and function
1806 prototypes.
1807
1808 * strings.c: Add prototype for get_char.
1809
38131e67
L
18102000-09-19 H.J. Lu <hjl@gnu.org>
1811
1812 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1813 $(srcdir)/cxxfilt.man.
1814 * doc/Makefile.in: Rebuild.
1815
3bcfb3e4
AM
18162001-09-19 Alan Modra <amodra@bigpond.net.au>
1817
1818 * objcopy.c (copy_main): Correct rename-section string parsing.
1819 Consolidate new_name parsing, and error messages.
1820
3882b010
L
18212001-09-18 Bruno Haible <haible@clisp.cons.org>
1822
1823 * addr2line.c: Don't include <ctype.h>.
1824 (main): For gettext, also set the LC_CTYPE locate facet.
1825 * ar.c (main): Likewise.
1826 * coffdump.c (main): Likewise.
1827 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1828 (main): For gettext, also set the LC_CTYPE locate facet.
1829 Use ISALNUM instead of isalpha/isdigit.
1830 * dllwrap.c: Don't include <ctype.h>.
1831 (main): For gettext, also set the LC_CTYPE locate facet.
1832 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1833 (main): For gettext, also set the LC_CTYPE locate facet.
1834 Use TOUPPER instead of islower/toupper.
1835 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1836 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1837 Use TOUPPER instead of islower/toupper.
1838 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1839 * objcopy.c (main): Likewise.
1840 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1841 (disassemble_bytes): Use ISPRINT instead of isprint.
1842 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1843 (dump_data): Use ISPRINT instead of isprint.
1844 (main): For gettext, also set the LC_CTYPE locate facet.
1845 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1846 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1847 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1848 Use TOUPPER instead of islower/toupper.
1849 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1850 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1851 (write_rc_accelerators): Use ISPRINT instead of isprint.
1852 (write_rc_rcdata): Likewise.
1853 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1854 * srconv.c (main): Likewise.
1855 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1856 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1857 isdigit/isupper/islower.
1858 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1859 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1860 stab_demangle_prefix, stab_demangle_qualified,
1861 stab_demangle_template, stab_demangle_type,
1862 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1863 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1864 (isgraphic): Use ISPRINT instead of isascii/isprint.
1865 (main): Remove HAVE_LC_MESSAGES dependency.
1866 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1867 (pbarray): Use ISPRINT instead of isprint.
1868 (main): For gettext, also set the LC_CTYPE locate facet.
1869 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1870 (format_from_filename): Use ISPRINT instead of isprint.
1871 (main): For gettext, also set the LC_CTYPE locate facet.
1872 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1873 (unicode_print): Use ISPRINT instead of isprint.
1874 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1875 (stab_variable): Use ISDIGIT instead of isdigit.
1876
e59b4dfb
AM
18772001-09-18 Alan Modra <amodra@bigpond.net.au>
1878
1879 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1880 Replace bfd_read call with call to bfd_bread.
1881 (extract_file): Likewise.
1882
1883 * objdump.c (dump_section_header): Cast section->filepos to
1884 unsigned long to suit printf format string.
1885 * readelf.c (process_section_headers): Similarly for sh_offset.
1886 (process_unwind): Likewise.
1887
d132876a
NC
18882001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1889
1890 * strings.c (encoding, encoding_bytes): New variables.
1891 (long_options): Add --encoding.
1892 (main): Accept -e and --encoding.
1893 (get_char): New function. Read a, possibly wide, character from
1894 the input stream.
1895 (print_strings): Use get_char().
1896 (usage): Document new command line option.
1897 * doc/binutils.texi: Document new command line option.
1898 * NEWS: Announce new command line option.
1899
7559e86e 19002001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1901
1902 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1903 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1904 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1905 Removed EM_CYGNUS_ARC.
1906
7559e86e 19072001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1908
1909 * readelf.c: Include elf/h8 for H8 series definitions.
1910 (guess_is_rela): H8 series if RELA.
1911 (dump_relocations): Handle H8 series relocations.
1912
0823fbca
EC
19132001-08-31 Eric Christopher <echristo@redhat.com>
1914
1915 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1916
8db76d70
PT
19172001-08-29 Peter Targett <peter.targett@arccores.com>
1918
1919 * MAINTAINERS: Include ARC Maintainer.
1920
d81d6584
BE
19212001-08-29 Ben Elliston <bje@redhat.com>
1922
1923 * stabs.c (stab_demangle_template): Initialise s4.
1924
25a1ff5b
AM
19252001-08-27 Alan Modra <amodra@bigpond.net.au>
1926
1927 * readelf.c (dump_relocations): Recognise EM_PPC64.
1928
a5d22d2a
TS
19292001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1930
1931 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1932
62a5a82d
L
19332001-08-25 H.J. Lu <hjl@gnu.org>
1934
1935 * nm.c (print_width): New.
1936 (display_rel_file): Set `print_width' according to
1937 bfd_sprintf_vma.
1938 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1939
1ae8b3d2
AO
19402001-08-24 Alexandre Oliva <aoliva@redhat.com>
1941
1942 * objcopy.c (use_alt_mach_code): New variable.
1943 (OPTION_ALT_MACH_CODE): Define.
1944 (copy_options): Added --alt-machine-code.
1945 (copy_main): Handle it.
1946 (copy_object): Switch to alternate machine code if requested.
1947 * doc/binutils.texi: Document new option.
1948 * NEWS: Likewise.
1949
d1bdd336
TS
19502001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1951
1952 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1953
410f7a12
L
19542001-08-21 H.J. Lu <hjl@gnu.org>
1955
1956 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1957 (display_debug_info): Cast for 64bit hosts.
1958 (display_debug_frames): Likewise.
1959 (process_mips_specific): Likewise.
1960
c32144ff
AJ
19612001-08-21 Andreas Jaeger <aj@suse.de>
1962
1963 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1964
1965 * sysdump.c: Add missing prototypes.
1966 * srconv.c: Likewise.
1967 * unwind-ia64.c: Likewise.
1968 * coffdump.c: Likewise.
1969
1970 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1971
1972 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1973 of declaring xcalloc.
1974
d8180c76
L
19752001-08-10 H.J. Lu <hjl@gnu.org>
1976
1977 * nm.c (print_value): Add one arg, bfd *.
1978 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1979 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1980 (print_symbol_info_sysv): Likewise.
1981 (print_symbol_info_posix): Likewise.
1982
1983 * objdump.c (dump_section_header): Replace printf_vma with
1984 bfd_printf_vma.
1985 (print_section_stabs): Likewise.
1986 (dump_bfd_header): Likewise.
1987 (objdump_print_value): Replace sprintf_vma with
1988 bfd_sprintf_vma.
1989 (disassemble_bytes): Likewise.
1990 (dump_reloc_set): Likewise.
1991
0218d1e4
AJ
19922001-08-10 Andreas Jaeger <aj@suse.de>
1993
1994 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1995 to build warnings.
1996 * configure: Regenerate.
1997
2863d58a
AM
19982001-08-09 Alan Modra <amodra@bigpond.net.au>
1999
2000 * readelf.c: Add missing prototypes.
2001 * objdump.c: Likewise. Format existing prototypes.
2002
c0e047e0
AO
20032001-08-08 Alexandre Oliva <aoliva@redhat.com>
2004
2005 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2006 of any RELA relocation for the abbrev_offset memory location that
2007 refers to the .debug_abbrev section symbol.
2008
ff78d6d6
L
20092001-08-07 H.J. Lu <hjl@gnu.org>
2010
2011 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2012 (main): Return process_file ().
2013
c36774d6
PB
20142001-08-05 Philip Blundell <philb@gnu.org>
2015
2016 * doc/binutils.texi: Use "Thumb" not "THUMB".
2017
8f9d9bd9
JH
20182001-08-03 John Healy <jhealy@redhat.com>
2019
bb279dc0
ZW
2020 Patch suggested by Frank Eigler <fche@redhat.com>.
2021 * objdump.c (disassemble_data): Fill in section member of the
2022 disasm_info structure.
8f9d9bd9 2023
c918cb96
DD
20242001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2025
2026 * configure.in: Added --with-windres option.
2027 * configure: Regenerated.
2028
c7c55b78
NC
20292001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2030
2031 * doc/binutils.texi: Use @command{name} for commands;
2032 use @option{-opt} for options; use @table @env for list of options;
2033 remove spaces arround [ | ] in synopsis.
2034
2035 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2036 center title.
2037
594ef5db
NC
20382001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2039
bb279dc0
ZW
2040 * objcopy.c: Fix formatting.
2041 (section_rename): New structure.
2042 (OPTION_RENAME_SECTION): New switch.
2043 (copy_usage): Document new switch.
2044 (add_section_rename): New function: Add a node to the section
2045 rename list.
2046 (find_section_rename): New function: Find the new name and
2047 flags for a section.
2048 (setup_section): Call find_section_name to determine the name
2049 of the output section.
2050 (copy_main): Handle OPTION_RENAME_SECTION.
2051 * binutils.texi: Document new switch.
594ef5db
NC
2052 * NEWS: Mention new switch.
2053
1f554c69
NC
20542001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2055
2056 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2057 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2058 bug-binutils@gcc.org.
2059
2f83960e
AM
20602001-07-28 Matthias Kramm <kramm@quiss.org>
2061
2062 * bucomm.c (list_supported_architectures): New function.
2063 * bucomm.h (list_supported_architectures): Declare.
2064 * objdump.c (usage): Call the above.
2065
20fe0649
DB
20662001-07-25 Dave Brolley <brolley@redhat.com>
2067
2068 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2069 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2070
1b577b00
NC
20712001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2072
2073 * README: Update for 2.11. Change bug reporting email address.
2074 * MAINTAINERS: Tidy up. Change bug reporting email address.
2075
95fd336c
DD
20762001-07-16 DJ Delorie <dj@redhat.com>
2077
5f16d855
DD
2078 * resres.c (write_res_header): Align header size.
2079 (res_align_file): Calculate alignment correctly.
2080
95fd336c
DD
2081 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2082 correct 10).
2083 * resrc.c (write_rc_resource): Likewise.
2084 * windres.h (SUBLANG_SHIFT): Define - as 10.
2085
ed8fee27
NC
20862001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2087
2088 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2089
90ab7e9a
NC
20902001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2091
2092 * MAINTAINERS: Add notes about branch checkins.
2093
e0c60db2
NC
20942001-07-05 Daniel Berlin <dan@cgsoftware.com>
2095
2096 * readelf.c (display_debug_macinfo): New function, display
2097 .debug_macinfo section.
2098 (do_debug_macinfo): New variable.
2099 (parse_args): Handle "-w[mM]" to mean display macro info.
2100 (process_section_headers): Handle debug_macinfo.
2101 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2102 function for .debug_macinfo display.
e0c60db2
NC
2103 * doc/binutils.texi: Document new command line switch.
2104 * NEWS: Document new feature of readelf.
0218d1e4 2105
24e01a36
L
21062001-07-05 H.J. Lu <hjl@gnu.org>
2107
2108 * objcopy.c (filter_symbols): Don't turn undefined symbols
2109 into local.
2110
4258bf4d
L
21112001-07-03 H.J. Lu <hjl@gnu.org>
2112
2113 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2114 $@.pod.
2115 (ar.1): Likewise.
2116 (dlltool.1): Likewise.
2117 (nlmconv.1): Likewise.
2118 (nm.1): Likewise.
2119 (objcopy.1): Likewise.
2120 (objdump.1): Likewise.
2121 (ranlib.1): Likewise.
2122 (readelf.1): Likewise.
2123 (size.1): Likewise.
2124 (strings.1): Likewise.
2125 (strip.1): Likewise.
2126 (windres.1): Likewise.
2127 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2128 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2129 $(DEMANGLER_NAME).
2130 (as.1): Removed.
2131 * doc/Makefile.in: Regenerated.
2132
7014bc31
NC
21332001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2134
2135 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2136
b811889f
NC
21372001-07-01 Daniel Berlin <dan@cgsoftware.com>
2138
2139 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2140
12ab83a9
NC
21412001-06-29 James Cownie <jcownie@etnus.com>
2142
2143 * readelf.c: Support DWARF 2.1 attributes.
2144
a6e9f9df
AM
21452001-06-28 Alan Modra <amodra@bigpond.net.au>
2146
2147 * readelf.c (GET_DATA_ALLOC): Remove.
2148 (GET_DATA): Remove.
2149 (get_data): New function combining above macros, with an extra
2150 test for zero size.
2151 (slurp_rela_relocs): Use get_data, and catch error return.
2152 (slurp_rel_relocs): Likewise.
2153 (get_32bit_program_headers): Likewise.
2154 (get_64bit_program_headers): Likewise.
2155 (get_32bit_section_headers): Likewise.
2156 (get_64bit_section_headers): Likewise.
2157 (get_32bit_elf_symbols): Likewise.
2158 (get_64bit_elf_symbols): Likewise.
2159 (process_section_headers): Likewise.
2160 (process_relocs): Likewise.
2161 (slurp_ia64_unwind_table): Likewise.
2162 (process_unwind): Likewise.
2163 (get_32bit_dynamic_segment): Likewise.
2164 (get_64bit_dynamic_segment): Likewise.
2165 (process_dynamic_segment): Likewise.
2166 (process_version_sections): Likewise.
2167 (process_symbol_table): Likewise.
2168 (dump_section): Likewise.
2169 (display_debug_info): Likewise.
2170 (display_debug_section): Likewise.
2171 (process_section_contents): Likewise.
2172 (process_corefile_note_segment): Likewise.
2173 (process_mips_specific): Likewise. Also free econf32, econf64.
2174
af3fc3bc
AM
21752001-06-25 Alan Modra <amodra@bigpond.net.au>
2176
2177 * readelf.c (dump_relocations): Print "bad symbol index" if
2178 symtab == NULL with non-zero symtab_index.
2179 (process_relocs): Don't bomb if reloc section has no symsec.
2180
6d900bf6
L
21812001-06-24 H.J. Lu <hjl@gnu.org>
2182
2183 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2184 by accident.
2185 (copy_main): Apply the the change made to strip_main on
2186 2001-05-30 by accident.
2187
49b4e386
AJ
21882001-06-23 Andreas Jaeger <aj@suse.de>
2189
2190 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2191 parameter 'code'.
2192 (unw_decode_x2): Likewise.
2193 (unw_decode_x3): Likewise.
2194 (unw_decode_x4): Likewise.
2195
d8dc71e3
BE
21962001-06-23 Ben Elliston <bje@redhat.com>
2197
2198 * MAINTAINERS: Add myself as M88k maintainer.
2199
af3bdff7
NC
22002001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2201
2202 * objcopy.c (strip_main): Support -o or --output-file command lien
2203 switch.
2204
105e7211
L
22052001-06-19 H.J. Lu <hjl@gnu.org>
2206
2207 * doc/Makefile.in: Regenerated.
2208
c45021f2
NC
22092001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2210
2211 * readelf.c: Restore formatting.
2212
22132001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2214
bb279dc0
ZW
2215 * Makefile.am: Move documentation into doc subdirectory.
2216 * Makefile.in: Regenerated.
c45021f2 2217 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2218 * addr2line.1: Removed.
2219 * ar.1: Likewise.
2220 * dlltool.1: Likewise.
2221 * nlmconv.1: Likewise.
2222 * nm.1: Likewise.
2223 * objcopy.1: Likewise.
2224 * objdump.1: Likewise.
2225 * ranlib.1: Likewise.
2226 * readelf.1: Likewise.
2227 * size.1: Likewise.
2228 * strings.1: Likewise.
2229 * strip.1: Likewise.
2230 * windres.1: Likewise.
2231 * cxxfilt.man: Likewise.
c45021f2
NC
2232 * doc: New Directory.
2233 * doc/Makefile.am: New file.
2234 * doc/Makefile.in: Generate.
2235
09ad7db3
AM
22362001-06-09 Alan Modra <amodra@bigpond.net.au>
2237
2238 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2239
936260fe
AM
22402001-06-01 Alan Modra <amodra@bigpond.net.au>
2241
2242 * MAINTAINERS: Update my email address.
2243
16b2b71c
NC
22442001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2245
2246 * objcopy.c: Add new switches: --keep-global-symbol,
2247 --keep-symbols, --localize-symbols, --keep-global-symbols and
2248 --weaken-symbols.
2249 * binutils.texi: Document new switches.
2250 * objcopy.1: Regenerate.
2251 * NEWS: Announce new feature.
2252
7036c0e1
AJ
22532001-05-28 Andreas Jaeger <aj@suse.de>
2254
2255 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2256 variables, fix format strings.
2257
76a406e5
NC
22582001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2259
2260 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2261 when computing the address of the line to show.
2262
31b6fca6
RH
22632001-05-16 Richard Henderson <rth@redhat.com>
2264
2265 * readelf.c (do_debug_frames_interp): New.
2266 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2267 (byte_get_big_endian): Likewise.
2268 (parse_args) ['F']: Set do_debug_frames_interp.
2269 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2270 (frame_display_row): Don't trunc pc_begin to int.
2271 (size_of_encoded_value): New.
2272 (display_debug_frames): Handle 64-bit targets. Print raw data
2273 unless do_debug_frames_interp.
2274 (debug_displays): Remove duplicate .debug_frame.
2275
4fe85591
NC
22762001-05-15 Ralf Baechle <ralf@gnu.org>
2277
2278 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2279 The former constant was never in active use and is used otherwise
2280 by the ABI.
2281
579f31ac
JJ
22822001-05-11 Jakub Jelinek <jakub@redhat.com>
2283
2284 * readelf.c (process_unwind): Print all unwind sections, not just
2285 one.
2286
78f4a3f7
AM
22872001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2288
2289 * readelf.c (process_unwind): Remove const specifier.
2290
1c529ca6
NC
22912001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2292
2293 * strings.c (isgraphic): Do not use isascii() unless it is needed
2294 for isprint() to work.
2295 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2296
87e6d782
NC
22972001-04-27 Johan Rydberg <jrydberg@opencores.org>
2298
bb279dc0 2299 * NEWS: Announce support for OpenRISC.
87e6d782 2300
4bd3d870 23012001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2302
2303 * dlltool.c (do_default_excludes): Initialise to true.
2304
21211521
AM
23052001-04-10 Alan Modra <amodra@one.net.au>
2306
2307 * MAINTAINERS: Update my email address
2308 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2309
0c66b61e 23102001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2311
2312 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2313
e58d53af
L
23142001-03-30 H.J. Lu <hjl@gnu.org>
2315
2316 * readelf.c (process_unwind): Just return if do_unwind is 0.
2317
bee72332
DD
23182001-03-28 Roger Sayle <roger@metaphorics.com>
2319
2320 * dlltool.c (make_one_lib_file): Fix section flags for
2321 .text, .data and .bss in stub ds*.o files to match those
2322 generated by gas.
2323
f1467e33
L
23242001-03-29 H.J. Lu <hjl@gnu.org>
2325
2326 * readelf.c (process_unwind): Only do unwind sections for
2327 IA64.
2328
1c6fb4fe
L
23292001-03-28 H.J. Lu <hjl@gnu.org>
2330
2331 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2332 * Makefile.in: Regenerate.
2333
0879a67a
AJ
23342001-03-26 Andreas Jaeger <aj@suse.de>
2335
2336 * binutils.texi (nm): Fix texi syntax.
2337
0285c67d
NC
23382001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2339
2340 * binutils.texi: Put @c man begin and @c man end indications
2341 to generate man pages using texi2pod and pod2man. Put @c man title
2342 to identify each man. Add SEEALSO entries.
2343 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2344 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2345 sort the list.
2346 (*.1): Build the man pages from binutils.texi.
2347 * Makefile.in: Regenerate.
2348
04847a4d
CF
23492001-03-13 Eric Kohl <ekohl@rz-online.de>
2350
2351 * defparse.y (opt_equal_name): allow "." in name.
2352 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2353 (gen_exp_file): Likewise.
2354
43a0748c
NC
23552001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2356
2357 * NEWS: Document addition of -B switch to objcopy.
2358 * binutils.texi: Document addition of -B switch to objcopy.
2359 * objcopy.c: (copy_options): Add --binary-architecture.
2360 (copy_usage): Document -B/--binary-architecture.
2361 (copy_main): Support -B/--binary-architecture. Set
2362 bfd_external_binary_architecture.
0879a67a 2363
b7498e0e
NC
23642001-03-11 Andreas Jaeger <aj@suse.de>
2365
2366 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2367 (dump_relocations): Likewise.
2368 (get_machine_name): Likewise.
2369
a59e3bd7
NC
23702001-02-28 Nick Clifton <nickc@redhat.com>
2371
2372 * readelf.c: (struct unw_aux_info): Remove const modifier for
2373 'strtab' field.
2374 (process_unwind): Remove non-K&R compliant LHS type cast in call
2375 to GET_DATA_ALLOC macro.
2376
a5bcd848
PB
23772001-02-28 Philip Blundell <pb@futuretv.com>
2378
2379 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2380 ABI is in use; remove ambiguity between the "unknown" EABI and
2381 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2382 renamed EF_xx constants.
2383
27b7e12d
AM
23842001-02-27 Alan Modra <alan@linuxcare.com.au>
2385
2386 * configure.in (BFD_VERSION): New.
2387 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2388 * configure: Regenerate.
2389 * Makefile.am: Run "make dep-am"
2390 * Makefile.in: Regenerate.
2391
a9f10786
NC
23922001-02-14 Nick Clifton <nickc@redhat.com>
2393
2394 * MAINTAINERS: Add "Obvious Fix" rule.
2395
3c44da9a
MS
23962001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2397
2398 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2399 literal concatenation.
2400
ecd03389
MS
24012001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2402
2403 * readelf.c (struct unw_aux_info): Remove const from the info member.
2404 (process_unwind): Don't type-cast the third argument to the
2405 GET_DATA_ALLOC macro.
2406
88ec60c7
NC
24072001-02-11 Nick Clifton <nickc@redhat.com>
2408
2409 * readelf.c (dump_relocations): Free corrected allocated
2410 array.
2411 (process_unwind): Fix compile time warning.
2412
f5e21966
NC
24132001-02-10 Nick Clifton <nickc@redhat.com>
2414
2415 * binutils.texi: Document new --unwind option to readelf.
2416
a85d7ed0
NC
24172001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2418
2419 * readelf.c: Add linux target for S/390.
2420
7bb10502
AM
24212001-02-10 Alan Modra <alan@linuxcare.com.au>
2422
2423 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2424 printf is a macro.
2425
8ca8f343
HPN
24262001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2427
2428 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2429 * aclocal.m4: Regenerate.
2430 * configure: Regenerate.
2431
7340082d
NC
24322001-02-07 Todd Vierling <tv@wasabisystems.com>
2433
2434 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2435 * objdump.c (bfd_target_vector): Likewise.
2436
4d6ed7c8
NC
24372001-02-07 David Mosberger <davidm@hpl.hp.com>
2438
2439 * readelf.c (process_unwind): New function.
2440 (slurp_ia64_unwind_table): Ditto.
2441 (dump_ia64_unwind): Ditto.
2442 (find_symbol_for_address): Ditto.
2443 (slurp_rela_relocs): New function (split off from dump_relocations()).
2444 (slurp_rel_relocs): Ditto.
2445 (parse_args): Handle '-u' option.
2446
2447 * unwind-ia64.c: New file.
2448 * unwind-ia64.h: New file.
2449 * Makefile.am: Include unwind-ia64.c in readelf build.
2450 * Makefile.in: Regenerate.
7340082d 2451 * po/binutils.pot: Regenerate.
4d6ed7c8 2452
c7217458
PB
24532001-02-04 Philip Blundell <philb@gnu.org>
2454
2455 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2456 * configure: Regenerate.
2457
956eedd4
AM
24582001-01-31 Steve deRosier <sderosier@vari-lite.com>
2459
2460 * ieee.c (ieee_add_bb11): Don't check for backslashes
2461 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2462
8855cbca
AM
24632001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2464
c7f2731e
AM
2465 * ieee.c: Update copyright.
2466 (ieee_start_compilation_unit): Don't check for backslashes
2467 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2468
8855cbca
AM
2469 * stabs.c: Update copyright. Include "filenames.h".
2470 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2471
329de803 24722001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2473
2474 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2475 sections are present before using them. Remove code duplication.
2476 (process_symbol_table): Check if VERDEF or VERNEED sections are
2477 present before using them.
2478
23719f39
NC
24792001-01-17 Nick Clifton <nickc@redhat.com>
2480
2481 * objcopy.c (copy_object): Fail if attempting to convert the
2482 endianness of the input object file.
2483
2484 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2485
f726e849
NC
24862001-01-16 Nick Clifton <nickc@redhat.com>
2487
2488 * readelf.c (string_table_length): New variable.
2489 (SECTION_NAME): Catch out of range indices and missing section
2490 pointers.
2491 (process_section_headers): Delete useless local variable
2492 string_table_offset. Set the value of string_table_length
2493 after loading the string table.
2494 (process_mips_specific): Use SECTION_NAME macro.
2495 (process_file): Set string_table_length to 0 when it is freed.
2496
d0398d6a
NC
24972001-01-12 Nick Clifton <nickc@redhat.com>
2498
2499 * version.c (print_version): Update copyright date.
2500
0d2bcfaf
NC
25012001-01-11 Peter Targett <peter.targett@arccores.com>
2502
2503 * readelf.c (dump_relocations): Include selection with EM_ARC.
2504 (get_machine_name) Update name to "ARC".
2505
8b1e6df3
NC
25062001-01-09 Nick Clifton <nickc@redhat.com>
2507
2508 * Makefile.am: Add rule to build objdump.o from objdump.c and
2509 using OBJDUMP_DEFS.
2510 * Makefile.in: Regenerate.
2511
2512 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2513 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2514 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2515 * configure: Regenerate.
8b1e6df3
NC
2516
2517 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2518 is defined read in the relocs even if dump_reloc_info is
2519 false.
2520
2f952d20
PB
25212001-01-07 Philip Blundell <philb@gnu.org>
2522
2523 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2524 `bug-binutils'.
2525 * README: Likewise.
2526
a8c548cb
NC
25272000-12-19 Nick Clifton <nickc@redhat.com>
2528
2529 * dlltool.c: Add missing support for arm-epoc-pe.
2530 * configure.in: Add missing support for arm-epoc-pe.
2531 * configure: Regenerate.
2532
cc5fda35
NC
25332000-12-15 Nick Clifton <nickc@redhat.com>
2534
2535 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2536 Mode parts of the x86 port.
2537
bcedfee6
NC
25382000-12-04 Andreas Jaeger <aj@suse.de>
2539
2540 * readelf.c (guess_is_rela): Add EM_X86_64.
2541 (dump_relocations): Add EM_X86_64.
2542 (get_machine_name): Add EM_X86_64.
2543 Include "elf/x86-64.h".
2544
584da044
NC
25452000-12-12 Nick Clifton <nickc@redhat.com>
2546
2547 * readelf.c: Fix formatting.
2548
7559e86e 25492000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2550
2551 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2552
a98cc2b2
AH
25532000-12-07 Andrew Haley <aph@redhat.com>
2554
2555 * readelf.c (display_debug_frames): Only display columns that are
2556 referenced by the frame debug info.
2557
c7987a69
NC
25582000-12-05 Nick Clifton <nickc@redhat.com>
2559
2560 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2561
09fd7e38
JM
25622000-12-04 Jason Merrill <jason@redhat.com>
2563
2564 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2565 (display_debug_section): Likewise.
2566 (display_debug_info): Display CU header before bailing.
2567
e7af610e
NC
25682000-12-01 Chris Demetriou <cgd@sibyte.com>
2569
09fd7e38
JM
2570 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2571 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2572 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2573
09fd7e38
JM
2574 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2575 and E_MIPS_ARCH_64.
84ea6cf2 2576
09fd7e38
JM
2577 * readelf.c (get_machine_flags): Add case for
2578 E_MIPS_MACH_SB1.
c6c98b38 2579
75066968
DD
25802000-11-30 Richard Earnshaw <rearnsha@arm.com>
2581
2582 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2583
5c4666ea
HPN
25842000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2585