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