]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Add Xtensa port (omitted from previous delta)
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
88da6820
NC
12003-04-01 Bob Wilson <bob.wilson@acm.org>
2
3 * readelf.c: Include "elf/xtensa.h".
4 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
5 targets that use RELA relocations.
6 (dump_relocations): Call elf_xtensa_reloc_type for
7 EM_XTENSA and EM_XTENSA_OLD.
8 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
9
27a710e5
NC
102003-04-01 Nick Clifton <nickc@redhat.com>
11
12 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
13 thumb-pe*, mcore-pe and mcore-*elf.
14 * configure: Regenerate.
15
335a1869
AO
162003-03-31 Alexandre Oliva <aoliva@redhat.com>
17
18 * objdump.c (dump_data): Don't truncate the address to long; make
19 the width large enough, and uniform for all entries in a section.
20
566b0d53
L
212003-03-31 H.J. Lu <hjl@gnu.org>
22
23 * readelf.c: Include "libiberty.h".
24 (dynamic_relocations): New.
25 (process_relocs): Properly handle dynamic relocation.
26 (process_dynamic_segment): Fill relocation elements in
27 dynamic_info.
28
ee42cf8c
NC
292003-03-31 Kevin Buettner <kevinb@redhat.com>
30
31 * readelf.c (read_and_display_attr, read_and_display_attr_value):
32 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
33 all callers.
34 (display_debug_lines, display_debug_pubnames, display_debug_info)
35 (display_debug_aranges, display_debug_frames, read_and_display_attr)
36 (read_and_display_attr_value): Add 64-bit DWARF support.
37
7adbf450
NC
382003-03-31 Ian Lance Taylor <ian@airs.com>
39
40 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
41 (optresid): Handle a resource id that can be a string or a number.
42 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
43 struct res_id.
44 (define_icon_control): Pass a struct res_id to define_control.
45 * windres.h (define_control): Change prototype.
46
06d86cf7
NC
472003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
48
7c29036b
NC
49 * objcopy (OPTION_FORMATS_INFO): Define.
50 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
51 (copy_options): Likewise.
52 (strip_usage): Add "--info" to usage.
53 (copy_usage): Likewise.
54 (strip_main): Declare formats_info. Iniatilize it to FALSE.
55 Handle "info".
56 (copy_main). Likewise.
57 * doc/binutils.texi. Document the "--info" option for
58 objcopy/strip.
59 * NEWS: Mention the new command line switch.
60
06d86cf7
NC
61 * objdump.c (endian_string): Move to bucomm.c.
62 (display_info): Likewise.
63 (display_target_list): Likewise.
64 (display_info_table): Likewise.
65 (display_target_tables): Likewise.
66 (main): Assign the return value of display_info to exit_status.
67 * bucomm.c: Include bfdver.h and libbfd.h
68 (display_target_list): Call bfd_nonfatal instead of nonfatal and
69 return 0 on a non-fatal error, 1 on success.
70 (display_info_table): Likewise.
71 * bucomm.h (display_info): Provide a prototype.
72 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
73 libbfd.h.
74 * Makefile.in: Regenerate.
75
7adbf450 762003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
77
78 * dlltool.c (gen_def_file): Put demangled name comments on
79 own line preceding export name.
80
98a91d6a
NC
812003-03-17 Nick Clifton <nickc@redhat.com>
82
83 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
84 printf for emitting new lines.
85
06a30c77
NC
862003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
87
88 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
89 the symbol's value when --size-sort is used, unless -S is used.
90 doc/binutils.texi (--size-sort): For non-bsd formats both the
91 value and size of the symbols are displayed.
92
ab829d36
NC
932003-03-13 Nick Clifton <nickc@redhat.com>
94
95 * po/da.po: Update.
96
634847c9
NC
972003-03-12 Nick Clifton <nickc@redhat.com>
98
99 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
100
3889f9eb
BE
1012003-03-10 Ben Elliston <bje@wasabisystems.com>
102
103 * MAINTAINERS: Update my mail address.
104
7eb5191a
NC
1052003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
106
107 * stabs.c (BYTES_IN_WORD): Remove definition.
108 * wrstabs.c (BYTES_IN_WORD): Likewise.
109
e3b83c8f
NC
1102003-03-04 Nick Clifton <nickc@redhat.com>
111
112 * nm.c (main): Print a warning message if --size-sort and
113 --undefined-only are used together.
114
1152003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
116
117 * nm.c (print_symbol): Remove check for undefined_only.
118
a9d68a1e
NC
1192003-03-03 Nick Clifton <nickc@redhat.com>
120
121 * po/da.po: Installed latest translation.
122
a99996bb
NC
1232003-02-24 Nick Clifton <nickc@redhat.com>
124
125 * README: Update binutils references to 2.13.
126 Add paragraph about using --disable-nls.
127
76ed1927
NC
1282003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
129
130 * doc/binutils.texi (nm --size-sort): Update.
131
0100f33b
JW
1322003-02-21 James E Wilson <wilson@tuliptree.org>
133
134 * MAINTAINERS: Update email address.
135
ecc51f48
NC
1362003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
137
138 * readelf.c (get_ia64_dynamic_type): New function.
139 (dynamic_segment_ia64_val): New function.
140 (get_dynamic_type): If machine type is EM_IA_64 call
141 get_ia64_dynamic_val.
142 (get_ia64_section_type_name): Handle sections with types in the
143 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
144 (get_dynamic_flags): If machine type is EM_IA_64 call
145 dynamic_segment_ia64_val.
146
947ed062
NC
1472003-02-21 Bob Wilson <bob.wilson@acm.org>
148
149 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
150 section title capitalization more consistent. Update descriptions
151 of various options to be consistent with the code. Fix errors and
152 incomplete list in the description of c++filt format options. Remove
153 information about the linker. Change to be more polite about poor
154 bug reports. Replace FDL appendix with include of fdl.texi.
155 * doc/fdl.texi: New file.
156
66491ebc
AM
1572003-02-21 Roger Sayle <roger@eyesopen.com>
158
159 * objcopy.c (filter_symbols): Fix compilation problems with
160 HP-UX's C compiler.
161
0e11a9e9
CF
1622003-02-19 Christopher Faylor <cgf@redhat.com>
163
164 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
165 previous change.
166
6e5f5201
CF
1672003-02-19 Mark Blackburn <marklist@fangorn.ca>
168
0e11a9e9 169 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 170
f0c8c24a
NC
1712003-02-12 Bob Wilson <bob.wilson@acm.org>
172
173 * nm.c (usage): Add `java' and `gnat' demangle styles and make
174 quotes consistent.
175 * objdump.c (usage): Ditto. Also fix some typos.
176
d3c543fd
NC
177 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
178
fe2c4142
NC
179 * debug.c (debug_record_variable): Handle global register variables.
180
6de15b9e
NC
181 * stabs.c (parse_stab): For N_SLINE only include
182 function_start_offset if the symbol is within a function;
183 otherwise, the value is absolute.
184
fde78edd
NC
1852003-02-10 Nick Clifton <nickc@redhat.com>
186
187 * readelf.c (decode_ARM_machine_flags): Handle the
188 EF_ARM_MAVERICK_FLOAT flag.
189
22d82235
AS
1902003-02-04 Andreas Schwab <schwab@suse.de>
191
192 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
193 long and use %ld in printf format.
194
1a677ea8
RS
1952003-01-28 Richard Sandiford <rsandifo@redhat.com>
196
197 * readelf.c (dump_relocations): Reorder the r_info field for
198 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
199
8dde85fc
NC
2002003-01-21 Daniel Berlin <dan@dberlin.org>
201
202 * readelf.c (display_debug_loc): Skip address base changes.
203
c6f8bb1e
AM
2042003-01-17 Fabio Alemagna <falemagn@aros.org>
205
206 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
207 and ELFOSABI_NSK.
208
c833c019
AM
2092003-01-16 Alan Modra <amodra@bigpond.net.au>
210
211 * readelf.c: Include elf/ppc64.h.
212 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
213 * Makefile.am: Run "make dep-am".
214 * Makefile.in: Regenerate.
215
3b36097d
SC
2162003-01-02 Ben Elliston <bje@redhat.com>
217
218 * readelf.c (guess_is_rela): Handle EM_IQ2000.
219 (get_machine_name): Likewise.
220 (dump_relocations): Likewise.
221 * NEWS: Mention IQ2000 support.
222
cb44e358
RS
2232003-01-02 Richard Sandiford <rsandifo@redhat.com>
224
225 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
226
af7ee8bf
CD
2272002-12-30 Chris Demetriou <cgd@broadcom.com>
228
229 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
230 changes in MIPS -M options.
231
2469cfa2
NC
2322002-12-30 Dmitry Diky <diwil@mail.ru>
233
234 * Makefile.am: Add msp430 target.
235 * Makefile.in: Regenerate.
236 * readelf.c: Add support for msp430 target.
237
640c0ccd
CD
2382002-12-27 Chris Demetriou <cgd@broadcom.com>
239
240 * doc/binutils.texi (objdump): Document MIPS -M options.
241
59f14fc0
AS
2422002-12-23 Andreas Schwab <schwab@suse.de>
243
244 * readelf.c (main): Reset dump request after each file.
245
312b768e
NC
2462002-12-23 Nick Clifton <nickc@redhat.com>
247
248 * nlmconv.c (main): Pass TRUE as third argument to
249 bfd_arch_get_compatible.
250
8745eafa
NC
2512002-12-23 Nick Clifton <nickc@redhat.com>
252
253 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
254 macro. Handle 'S' encoding, accepting 8-bit characters.
255 (main): Parse 'S' encoding.
256 (get_char): Accept 'S' encoding.
257 (print_strings): Use STRING_ISGRAPHIC.
258 (usage): Document support of 'S' encoding.
259 * doc/binutils.texi: Document support of 'S' encoding/
260 * NEWS: Mention new feature.
261
08213ebb
AM
2622002-12-20 Alan Modra <amodra@bigpond.net.au>
263
264 * README <building ar>: Don't use libibery's needed_list or
265 required_list, instead link libiberty/*.o.
266
b9e5d8e5
KH
2672002-12-19 Kazu Hirata <kazu@cs.umass.edu>
268
269 * doc/binutils.texi: Fix typos.
270
c51238bc
DA
2712002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
272
273 * doc/binutils.texi: Add missing parenthesis.
274
d7fb0dd2
NC
2752002-12-15 Nick Kelsey <nickk@ubicom.com>
276
277 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
278 symbols by adding the given prefix to the begining of the symbol
279 name. This is useful to provide name space seperation regardless
280 of how the object file was created. Added --prefix-sections=
281 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
282 sections (or all sections with the alloc flag set) by adding the given
283 prefix to the begining of the symbol name.
284 * NEWS: Mention this new feature.
285 * doc/binutils.texi: Document this new feature.
286
55b9cdf1
AM
2872002-12-13 Alan Modra <amodra@bigpond.net.au>
288
289 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
290 dyn_string_append with dyn_string_append_cstr.
291
292 * emul_aix.c (ar_emul_aix_create): Remove unused function.
293
84ad6ede
NC
2942002-12-10 James Cownie <jcownie@etnus.com>
295
296 * readelf.h (get_TAG_name, get_AT_name,
704afb58 297 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
298 DWARF2 spec.
299 * NEWS: Mention this new support.
300
7d036af2
AM
3012002-12-08 Alan Modra <amodra@bigpond.net.au>
302
303 * NEWS: Mention that bfd no longer declares a "boolean" type.
304
3e8bba36
AM
3052002-12-07 Alan Modra <amodra@bigpond.net.au>
306
307 * readelf.c (process_program_headers): When setting loadaddr, don't
308 assume segment size is 4k. Use p_align instead.
309 (loadaddr): Change from int to long.
310 (dynamic_addr, dynamic_info, version_info): Likewise.
311 (process_dynamic_segment <syminsz>): Likewise.
312 (process_dynamic_segment): Adjust print format string.
313 (rela_addr, rela_size): Delete.
314 (process_relocs): Formatting.
315
d070dab9
JW
3162002-12-05 Jim Wilson <wilson@redhat.com>
317
318 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
319 * configure: Regenerate.
320
45bcbdb1
ILT
3212002-12-04 Ian Lance Taylor <ian@airs.com>
322
323 * MAINTAINERS: Change e-mail address back to airs.com.
324
42ea8716
AH
3252002-12-04 Aldy Hernandez <aldyh@redhat.com>
326
327 * MAINTAINERS: Add self.
328
b34976b6
AM
3292002-11-30 Alan Modra <amodra@bigpond.net.au>
330
331 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
332 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
333 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
334 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
335 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
336 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
337 with TRUE/FALSE. Formatting.
338
c8286bd1
JJ
3392002-11-29 Jakub Jelinek <jakub@redhat.com>
340
341 * readelf.c Replace occurrences of Elf32_Internal_* and
342 Elf64_Internal_* with Elf_Internal_*.
343 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
344 Zero r_addend fields.
345 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
346 Elf_Internal_Rela.
347
92acdfaf
NC
3482002-11-23 Nick Clifton <nickc@redhat.com>
349
350 * size.c (usage): Fix typo describing switch for hex format.
351
48c5eb8a
SS
3522002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
353
354 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
355 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
356 testcase
357
2f62977e
NC
3582002-11-14 Nick Clifton <nickc@redhat.com>
359
360 * readelf.c (process_program_headers): Add comment about return
361 value. Ensure that 0 is returned if the headers are not loaded.
362 (process_file): If process_section_headers failed to load the
363 headers disable any tests that rely upon them. Similarly for
364 process_program_headers.
365
cd24c222
NC
3662002-11-12 Nick Clifton <nickc@redhat.com>
367
368 * po/da.po: Updated Danish translation.
369
f3931575
AM
3702002-11-12 Klee Dienes <kdienes@apple.com>
371
372 * rddbg.c (read_section_stabs_debugging_info): Also recognize
373 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
374
b54e7460
CF
3752002-11-11 Christopher Faylor <cgf@redhat.com>
376
377 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
378 cgf maintainership.
379
4f17cc13
CF
3802002-11-11 Christopher Faylor <cgf@redhat.com>
381
382 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
383
232e7cb8
NC
3842002-11-07 Nick Clifton <nickc@redhat.com>
385
cd24c222 386 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
387 * configure: Regenerate.
388 * po/da.po: New Danish translation.
389
232e7cb8
NC
390 * readelf.c (get_symbol_index_type): Revert part of previous
391 patch: Display unknown symbol types in decimal, not hex.
392
c9e38879
NC
3932002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
394
395 * dlltool.c (add_excludes): Don't prefix excluded fastcall
396 symbols with underscore.
397 (xlate): Ignore add_underscore for decorated fastcall symbols.
398
3992002-11-07 Eric Kohl <ekohl@rz-online.de>
400
401 * deflex.l: Accept '@' as first character of an ID.
402 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
403 ASM_PREFIX for fastcall symbols.
404 (scan_drectve_symbols): Handle fastcall symbols when generating
405 undecorated aliases for symbols in drectve section.
406 (scan_filtered_symbols): Likewise, with export-all.
407 (xlate): Likewise, with --kill-at.
408 (make_imp_label): New function to handle fastcall symbols
409 correctly.
410 (make_one_lib_file): Use make_imp_label instead of make_label
411 for imp symbols.
412
a700dc3b
SS
4132002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
414
415 * MAINTAINERS: Add self as TIC4X maintainer.
416
5cf1065c
NC
4172002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
418
419 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
420 PROCESSOR-specific, OS-specific, reserved and unknown symbol
421 types.
5cf1065c 422
f1ef08cb
AM
4232002-11-04 Alan Modra <amodra@bigpond.net.au>
424
425 * readelf.c (byte_get_little_endian): Comment typo fix.
426 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
427 as the format string.
428 (dump_relocations): Correct section sym names.
429 (process_section_headers): Clear symtab_shndx_hdr.
430 (read_and_display_attr_value): Don't pass indirect string to printf
431 as the format string.
432 (display_debug_frames): Indicate when zero terminator found. Decode
433 DW_EH_PE_pcrel addresses.
434
1a09a22c
NC
4352002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
436
437 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
438 order to ensure proper disassembly of the valid 0-value opcode.
439 * configure: Regenerate.
440 * aclocal.m4: Regenerate.
441 * config.in: Regenerate.
442 * configure.in: Regenerate.
443 * doc/Makefile.in: Regenerate.
444 * po/binutils.pot: Regenerate.
445
c254c557
KK
4462002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
447
448 * MAINTAINERS: Add self as SH maintainer.
449
aefbdd67
BE
4502002-10-23 Ben Elliston <bje@redhat.com>
451
452 * doc/binutils.texi (objdump): Document -z and move the entry for
453 --disassemble-zeroes to the end of the options section (for `z').
454
ab9bcc01
NC
4552002-10-21 Nick Clifton <nickc@redhat.com>
456
457 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
458
8ab56b6f
AM
4592002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
460
461 * objdump.c (dump_data): Correct addr_offset for opb != 1.
462
49c12576
AM
4632002-10-15 Alan Modra <amodra@bigpond.net.au>
464
48417c1a
AM
465 * bucomm.c (list_supported_targets): Use bfd_target_list.
466
49c12576
AM
467 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
468 other object errors in preference to bfd_core errors.
469
6e1a7e9a
AM
4702002-10-14 Alan Modra <amodra@bigpond.net.au>
471
472 * Makefile.am: Run "make dep-am".
473 * objdump.c: #include "bfdver.h".
474 * version.c: Likewise.
475 * Makefile.in: Regenerate.
476 * config.in: Regenerate.
477 * configure: Regenerate.
478 * po/POTFILES.in: Regenerate.
479
09fc3b02
DJ
4802002-10-09 Daniel Jacobowitz <drow@mvista.com>
481
482 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
483 sections. Allow relocations against the absolute symbol. Don't
484 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 485 relocation.
09fc3b02 486
f309035a
NC
4872002-10-07 Gordon Chaffee <chaffee@netvmg.com>
488
489 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
490 ordinary ones are available.
491
810dfa6e
L
4922002-09-30 H.J. Lu <hjl@gnu.org>
493
494 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
495 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
496
bb279dc0
ZW
4972002-09-17 Zack Weinberg <zack@codesourcery.com>
498
499 * Makefile.am (CFILES): Add cxxfilt.c.
500 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
501 (cxxfilt_LDADD): Delete.
502 Remove all references to underscore.c.
503 Regen dependencies.
504 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
505 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
506 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
507 adjustments to fit into binutils framework.
508 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
509
065c959b
NC
5102002-09-12 Roland McGrath <roland@redhat.com>
511
512 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
513 Handle DW_OP_GNU_push_tls_address.
514
e09f4395
NC
5152002-09-11 Nick Clifton <nickc@redhat.com>
516
517 * po/tr.po: Updated Turkish translation.
518
873e0588
NC
5192002-09-10 Nick Clifton <nickc@redhat.com>
520
521 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
522 testsuite changes. Add paragraphs about testsuite and config
523 patches.
524
069fe61f
NC
5252002-08-29 Nick Clifton <nickc@redhat.com>
526
527 * readelf.c (get_machine_flags): Remove redundant reference to
528 E_V850EA_ARCH.
529
fe0507eb
AM
5302002-08-28 Alan Modra <amodra@bigpond.net.au>
531
532 * objdump.c (dump_bfd): Restore lines accidentally deleted in
533 last commit.
534
026df7c5
NC
5352002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
536
bb279dc0 537 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
538 (dump_bfd_header): Likewise.
539
68a4c073
AM
5402002-08-27 Alan Modra <amodra@bigpond.net.au>
541
542 * nm.c: Revert last change.
543
a1df01d1
AM
5442002-08-26 Alan Modra <amodra@bigpond.net.au>
545
546 * nm.c (display_rel_file): Don't report "no symbols" as an error.
547 * objdump.c (slurp_symtab): Likewise.
548 (slurp_dynamic_symtab): Likewise.
549 (dump_symbols): Likewise. Do print "no symbols" to stdout.
550
a926ab2f
GK
5512002-08-24 Geoffrey Keating <geoffk@redhat.com>
552
553 * MAINTAINERS: Change my mailing address.
554
fcf62380
DA
5552002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
556
557 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
558
51e28791
NC
5592002-08-22 Nick Clifton <nickc@redhat.com>
560
561 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
562 HPPA.
563
c5b060ad
AM
5642002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
565
566 * readelf.c (parse_args): Change debug_dump_opt to static.
567
4b73ca92
NC
5682002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
569
570 * stabs.c (parse_stab_argtype): Pass length of physname to
571 stab_demangle_argtypes.
572 (stab_demangle_argtypes): Add new parameter - length of physname.
573 Pass length of physname on to stab_demangle_prefix.
574 (stab_demangle_prefix): Add new parameter - length of physname.
575 Use length of physname (if supplied) to compute end of function
576 name.
577
35b1837e
AM
5782002-08-15 Alan Modra <amodra@bigpond.net.au>
579
580 * readelf.c: Include elf/i370.h.
581 (dump_relocations): Handle EM_S370.
582 (dynamic_segment_parisc_val): Print \n.
583 (process_dynamic_segment <DT_BIND_NOW>): Here too.
584
762baac5
NC
5852002-08-14 Nick Clifton <nickc@redhat.com>
586
587 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
588 * objdump.c (usage): Likewise.
589 * doc/binutils.texi: Likewise.
590
85c09e8a
NC
5912002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
592
593 * rcparse.y (acc_entry): Don't warn about ALT use with
594 non-VIRTKEY.
595
212a3c4d
L
5962002-08-13 H.J. Lu <hjl@gnu.org>
597
598 * objcopy.c (copy_object): Don't warn about the unsupported
599 architecture unless the input target is defaulted or the
600 output architecture is different from the input.
601
2b692c59
NC
6022002-08-09 Nick Clifton <nickc@redhat.com>
603
604 * po/sv.po: Updated Swedish translation.
605
09de7a73
AM
6062002-08-05 Alan Modra <amodra@bigpond.net.au>
607
608 * prdbg.c (pr_fix_visibility): Remove assert.
609
47badb7b
NC
6102002-07-31 Nick Clifton <nickc@redhat.com>
611
612 * addr2line.c (process_file): Rename parameter 'filename' to
613 'file_name' in order to avoid shadowing global symbol of the
614 same name.
615 (main): Likewise.
616
2979dc34
JJ
6172002-07-30 Jakub Jelinek <jakub@redhat.com>
618
619 * readelf.c (OPTION_DEBUG_DUMP): Define.
620 (options): Use it.
621 (usage): Update help.
622 (parse_args): Handle --debug-dump separately from -w.
623 * doc/binutils.texi (readelf): Update documentation.
624
219576a4
NC
6252002-07-25 Nick Clifton <nickc@redhat.com>
626
627 * po/es.po: Updated Spanish translation.
628 * po/fr.po: Updated French translation.
629
bf4f22e6 6302002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 631
bf4f22e6
NC
632 * po/es.po: Updated Spanish translation.
633
c5b3a82a
AM
6342002-07-23 Alan Modra <amodra@bigpond.net.au>
635
636 * Makefile.am: Run "make dep-am".
637 * Makefile.in: Regenerate.
638
0461a601
NC
6392002-07-23 Nick Clifton <nickc@redhat.com>
640
bf4f22e6 641 * po/fr.po: Updated French translation.
0461a601 642
bf44dd74
AM
6432002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
644
645 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
646
2c205ff2
AM
6472002-07-20 Alan Modra <amodra@bigpond.net.au>
648
63eb0809 649 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 650
1e4cf259
NC
6512002-07-18 Denis Chertykov <denisc@overta.ru>
652 Frank Ch. Eigler <fche@redhat.com>
653
654 * readelf.c: Include "elf/ip2k.h".
655 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
656 (dump_relocations): Likewise.
657 (get_machine_name): Likewise.
658 * NEWS: Mention IP2K support.
659
2cbb2eef
NC
6602002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
661
662 * NEWS: Add 'Changes in 2.13'.
663
047b2264
JJ
6642002-07-10 Jakub Jelinek <jakub@redhat.com>
665
666 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
667 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
668 (get_section_type_name): Handle SHT_GNU_LIBLIST.
669 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
670 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
671 (process_gnu_liblist): New.
672 (process_file): Call it.
673
97230b15
AM
6742002-07-03 Alan Modra <amodra@bigpond.net.au>
675
676 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
677 * Makefile.in: Regenerate.
678
a6637ec0
AM
6792002-07-02 Alan Modra <amodra@bigpond.net.au>
680
681 * budemang.c: New file, "demangle" function.
682 * budemang.h: New file.
683 * addr2line.c (translate_addresses): Use "demangle".
684 * nm.c (print_symname): Likewise.
685 * objdump.c (objdump_print_symname): Likewise.
686 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
687 here since that obfuscates.
688 * rdcoff.c: Don't #include demangle.h.
689 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
690 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
691 (HFILES): Add budemang.h. Sort.
692 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
693 Run "make dep-am".
694 * Makefile.in: Regenerate.
695
179d3252
JT
6962002-07-01 Matt Thomas <matt@3am-software.com>
697
698 * readelf.c: Include "elf/vax.h".
699 (guess_is_rela): Move EM_VAX from unknown to RELA case.
700 (dump_relocations): Handle VAX relocations.
701 (get_machine_flags): Handle VAX machine flags.
702
75751cd9
SC
7032002-06-29 Stephane Carrez <stcarrez@nerim.fr>
704
705 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
706
e5851ab8
NC
7072002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
708
709 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
710
eb3f2f5c
AM
7112002-06-26 Alan Modra <amodra@bigpond.net.au>
712
713 * nm.c (print_symname): When demangling, strip leading dots from
714 symbol names to avoid confusing the demangler.
715
a13a0de8
L
7162002-06-25 H.J. Lu <hjl@gnu.org>
717
718 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
719 * Makefile.in: Regenerated.
720
6db7a086
AM
7212002-06-21 Igor Schein <igor@txc.com>
722
723 * configure.in: Quote bu_cv_have_fopen64.
724 * configure: Regenerate.
725
9710509e
AM
7262002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
727
728 * configure.in: Check for strcoll.
729 * configure: Regenerate.
730 * config.in: Regenerate.
731 * nm.c (main): Set locale for LC_COLLATE category.
732 (non_numeric_forward): Use strcoll if available.
733
a9f0b5e7
DB
7342002-06-20 Dave Brolley <brolley@redhat.com>
735
736 * MAINTAINERS: Add self as fr30 and frv maintainer.
737
33f5f537
L
7382002-06-18 H.J. Lu (hjl@gnu.org)
739
740 * nm.c: Include "elf/common.h".
741 (extended_symbol_info): Add elfinfo, a pointer to
742 elf_symbol_type.
743 (SYM_SIZE): Use elfinfo if it is not NULL.
744 (get_symbol_type): New function.
745 (display_archive): Set print_width for each archive member.
746 (display_file): Likewise.
747 (display_rel_file): Don't set print_width here.
748 (print_object_filename_sysv): Handle print_width.
749 (print_archive_member_sysv): Likewise.
750 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
751 (print_symbol): Set the elfinfo field in extended_symbol_info
752 for ELF.
753 (print_object_filename_sysv): Fix the output format.
754 (print_symbol_info_sysv): Print type and section for ELF.
755
7562002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
757
758 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 759 the symbol's size equal to its value when --size-sort is
33f5f537
L
760 used.
761
5c70f934
DB
7622002-06-18 Dave Brolley <brolley@redhat.com>
763
764 From Catherine Moore:
765 * readelf.c (elf/frv.h): #include it.
766 (guess_is_rela): Support EM_CYGNUS_FRV.
767 (dump_relocations): Ditto.
768 (get_machine_name): Ditto.
769 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
770
7ece0d85
JJ
7712002-06-18 Jakub Jelinek <jakub@redhat.com>
772
773 * readelf.c (get_file_header): Only read the first section header if
774 e_shoff is non-zero.
775
72797995
L
7762002-06-15 H.J. Lu (hjl@gnu.org)
777
778 * nm.c (print_size): New variable. Initialize to 0.
779 (long_options): Add 'S'/"print-size".
780 (main): Handle 'S'.
781 (print_symbol_info_bsd): Print size only if print_size is not
782 0.
783
784 * doc/binutils.texi: Document -S/--print-size.
785
977f7911
NC
7862002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
787
788 * nm.c (struct extended_symbol_info): New strcuture: Add the size
789 of the symbols to the information provided by the symbol_info
790 structure.
791 (print_symbols): Pass the symbol size to print_symbol.
792 (print_size_symbols): Pass the symbol size to print_symbol.
793 (print_symbol): Extra argument: The size of the symbol. Store
794 this in the extended_symbol_info structure.
795 (print_symbol_info): Change type of info parameter to
796 extended_symbol_info. Display the size, if known.
797 (print_symbol_info_posix): Likewise.
798 (print_symbol_info_sysv): Likewise.
799
b1f88ebe
AM
8002002-06-08 Alan Modra <amodra@bigpond.net.au>
801
fa449227
AM
802 * Makefile.am: Run "make dep-am".
803 * Makefile.in: Regenerate.
804 * doc/Makefile.in: Regnerate.
805
b1f88ebe
AM
806 * bucomm.c: Replace CONST with const.
807 * nm.c: Likewise.
808 * objdump.c: Likewise.
809
91a106e6
L
8102002-06-07 H.J. Lu <hjl@gnu.org>
811
812 * readelf.c (DW_CFA_GNU_args_size): Don't define.
813 (DW_CFA_GNU_negative_offset_extended): Likewise.
814 (DW_CFA_GNU_window_save): Likewise.
815 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
816 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
817
6ab6b380 8182002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 819
6ab6b380
NC
820 * nm.c: When computing size of symbols for an ELF target use the
821 internal size field.
822
e28e05a3
JL
8232002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
824
825 * testsuite/binutils-all/objcopy.exp: clear xfail for
826 "hppa*64*-*-hpux*".
827 * testsuite/binutils-all/hppa/objdump.exp: Return if
828 "*64*-*-*".
829
dc156bc0
AM
8302002-06-05 Alan Modra <amodra@bigpond.net.au>
831
832 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
833
8342002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
835
836 * objdump.c: Fix formatting.
837
d79e4ea3
BE
8382002-05-29 Ben Elliston <bje@redhat.com>
839
840 * MAINTAINERS: Add self as M68k maintainer.
841
d172d4ba
NC
8422002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
843
844 * readelf.c: Modified/Added DLX elf support.
845
7edb8f29
NC
8462002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
847
3a1a2036
NC
848 * arsup.c: Fix formatting.
849 * debug.c (debug_record_label): Add missing colon to error
850 message.
851 * ieee.c (parse_ieee_ty): Fix spelling typo.
852 * readelf.c (process_program_headers): Remove English assumption
853 about making a plural word.
854 (process_section_headers): Likewise.
855 (process_relocs): Allow quotes to be translated.
856 (process_unwind): Likewise,
857 (process_mips_specific): Improve error message.
858 (get_note_type): Fix spelling typo.
859
7edb8f29
NC
860 * configure.in (ALL_LINGUAS): Add sv
861 * po/sv.po: New file.
862
3eee1e9d
AM
8632002-05-27 Alan Modra <amodra@bigpond.net.au>
864
865 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
866 (unw_print_grmask): Likewise.
867 (unw_print_frmask): Likewise.
868
d43efbe3
KH
8692002-05-26 Kazu Hirata <kazu@cs.umass.edu>
870
871 * arsup.c: Remove ARGSUSED.
872 * debug.c: Likewise.
873 * ieee.c: Likewise.
874 * nlmconv.c: Likewise.
875 * prdbg.c: Likewise.
876 * stabs.c: Likewise.
877 * wrstabs.c: Likewise.
878
e9792343
AM
8792002-05-25 Alan Modra <amodra@bigpond.net.au>
880
881 * arlex.l: Use #include "" instead of <> for local header files.
882 * coffdump.c: Likewise.
883 * coffgrok.c: Likewise.
884 * nlmconv.c: Likewise.
885 * nlmheader.y: Likewise.
886 * srconv.c: Likewise.
887 * strings.c: Likewise.
888 * sysdump.c: Likewise.
889 * unwind-ia64.h: Likewise.
890 * windres.h: Likewise.
891 * winduni.h: Likewise.
892
d7e53452
TR
8932002-05-24 Tom Rix <trix@redhat.com>
894
895 * MAINTAINERS: Add self as the d10v maintainer.
896
436e8db0
NC
8972002-05-24 TAMURA Kent <kent@netbsd.org>
898
899 * configure.in: Builds dlltool for i386-netbsdpe.
900 * configure: Regenerate.
901
9f66665a
KH
9022002-05-23 Kazu Hirata <kazu@cs.umass.edu>
903
904 * size.c: Fix formatting.
905 * srconv.c: Likewise.
906 * stabs.c: Likewise.
907 * sysdump.c: Likewise.
908 * unwind-ia64.c: Likewise.
909 * wrstabs.c: Likewise.
910
13ae64f3
JJ
9112002-05-23 Jakub Jelinek <jakub@redhat.com>
912
913 * readelf.c (get_segment_type): Add PT_TLS.
914 (get_elf_section_flags): Add SHF_TLS.
915 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
916 (process_dynamic_segment): Use puts instead of printf.
917 (get_symbol_type): Support STT_TLS.
918 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
919 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
920 Add SEC_THREAD_LOCAL.
921
53c7db4b
KH
9222002-05-23 Kazu Hirata <kazu@cs.umass.edu>
923
924 * rdcoff.c: Fix formatting.
925 * rddbg.c: Likewise.
926 * readelf.c: Likewise.
927 * rename.c: Likewise.
928 * resbin.c: Likewise.
929 * resrc.c: Likewise.
930 * resres.c: Likewise.
931
0af11b59
KH
9322002-05-21 Kazu Hirata <kazu@cs.umass.edu>
933
934 * filemode.c: Fix formatting.
935 * ieee.c: Likewise.
936 * is-ranlib.c: Likewise.
937 * is-strip.c: Likewise.
938 * maybe-ranlib.c: Likewise.
939 * maybe-strip.c: Likewise.
940 * nlmconv.c: Likewise.
941 * nm.c: Likewise.
942 * not-ranlib.c: Likewise.
943 * not-strip.c: Likewise.
944 * objcopy.c: Likewise.
945 * objdump.c: Likewise.
946
21611032
TS
9472002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
948
949 * objdump.c (dump_headers): Fix output formatting for ELF32
950 architectures in a BFD64 enabled toolchain.
951
26044998
KH
9522002-05-20 Kazu Hirata <kazu@cs.umass.edu>
953
954 * debug.c: Fix formatting.
955 * debug.h: Likewise.
956 * dlltool.c: Likewise.
957 * dllwrap.c: Likewise.
958 * emul_aix.c: Likewise.
959 * emul_vanilla.c: Likewise.
960
f462a9ea
KH
9612002-05-19 Kazu Hirata <kazu@cs.umass.edu>
962
963 * addr2line.c: Fix formatting.
964 * ar.c: Likewise.
965 * arsup.c: Likewise.
966 * arsup.h: Likewise.
967 * binemul.c: Likewise.
968 * binemul.h: Likewise.
969 * bucomm.c: Likewise.
970 * coffdump.c: Likewise.
971 * coffgrok.c: Likewise.
972 * coffgrok.h: Likewise.
973
e0159aa9
MM
9742002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
975
976 * MAINTAINERS: Add myself as the second AVR port maintainer.
977
074b403e
SC
9782002-05-16 Stephane Carrez <stcarrez@nerim.fr>
979
980 * MAINTAINERS: Update my email address.
981
2b9c8201
NC
9822002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
983
984 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
985
e1d5b1e7
AM
9862002-05-09 Alan Modra <amodra@bigpond.net.au>
987
988 * configure.in: Replace `*pe' with `pe' throughout.
989 * configure: Regenerate.
990
d3d8a9ee
NC
9912002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
992
993 * Makefile.am: Honour DESTDIR.
994 * Makefile.in: Regenerate.
995
405c98a4
AM
9962002-05-06 Alan Modra <amodra@bigpond.net.au>
997
a02d5965
AM
998 * dlltool.c (process_def_file): Add missing prototype.
999 (new_directive, assemble_file, main): Likewise.
1000 (process_def_file, new_directive): Make static.
1001 (inform): Rewrite using VA_FIXEDARG.
1002 * dllwrap.c (mybasename): Add missing prototype.
1003 (strhash, main): Likewise.
1004 (inform): Rewrite using VA_FIXEDARG.
1005 (warn): Likewise.
1006 (cleanup_and_exit): Use old style function definition.
1007 (strhash): Likewise.
1008 * windres.c (define_resource): Use one memset to clear all of
1009 struct res_resource.
1010
405c98a4 1011 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1012 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1013
10142002-05-06 Borut Razem <borut.razem@siol.net>
1015
1016 * rclex.l (get_string): Correct "strings" list handling.
1017 * resrc.c (read_rc_file): Discard strings.
1018
91593c9d
AM
10192002-05-04 Alan Modra <amodra@bigpond.net.au>
1020
e58a75dc
AM
1021 * ar.c (replace_members): Remove unused var. Formatting fix.
1022 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1023
91593c9d
AM
1024 * MAINTAINERS: Sort port maintainers by CPU.
1025
6b52b824
AM
10262002-05-04 Bob Byrnes <byrnes@curl.com>
1027
1028 * size.c (display_archive): Add last_arfile and code to close archives.
1029
dd70071f
AM
10302002-05-01 Alan Modra <amodra@bigpond.net.au>
1031
1032 * nm.c (print_symbol): Check returned filename from
1033 bfd_find_nearest_line is non-NULL.
1034
6c95717a 10352002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1036
1037 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1038
3c25c5f6
NC
10392002-04-24 Christian Groessler <chris@groessler.org>
1040
1041 * MAINTAINERS: Changed my email address.
1042
944cd72c
TS
10432002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1044
1045 * arparse.y: Fix syntax warning.
1046
ea91f8bb
NC
10472002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1048
3e55a963
NC
1049 * readelf.c (fetch_location_list): Remove unused function.
1050
1051 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1052 and display a warning message, then exit the loop.
1053
ea91f8bb
NC
1054 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1055
45b99827
NC
10562002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1057
1058 * resrc.c (write_rc_dialog): If charset is non-default value
1059 display all of the DIALOGEX parameters.
1060
10612002-04-15 Eric Kohl <ekohl@rz-online.de>
1062
bb279dc0 1063 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1064 DIALOGEX resources.
1065 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1066 resource data.
bb279dc0 1067 (res_to_bin_dialog): Likewise.
45b99827
NC
1068 * windres.h: Added misssing charset variable to dialog_ex
1069 structure.
1070
acfbab8a
NC
10712002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1072
1073 * rcparse.y: Set MEMFLAG_PURE by default.
1074
df3baf66
NC
10752002-04-09 Bernd Herd <info@herdsoft.com>
1076
bb279dc0 1077 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1078 are quoted.
4c30641a 1079 Fix typo in BEDIT warning.
91eafb40 1080 Don't add default dialog style when explicit style specified.
b62a12ca 1081 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1082
b24eb5ac
NC
1083 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1084 (handle_quotes) "\a" escape (used for right justified key
1085 definitions in menus) is encodes as binary 8.
df3baf66 1086
b24eb5ac
NC
1087 * resrc.c (write_rc_dialog): Print style even if it is 0.
1088 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1089 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1090
b24eb5ac
NC
1091 * resbin.c (bin_to_res_dialog): Use signature to identify
1092 DIALOGEX.
f7d63484 1093
b24eb5ac 1094 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1095
df3baf66
NC
10962002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1097
1098 * resrc.c: print CLASS names in quotes
1099
11002002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1101
1102 * MAINTAINERS: Update my email address.
1103
8e42bcb6
AM
11042002-04-04 Alan Modra <amodra@bigpond.net.au>
1105
1106 * dep-in.sed: Cope with absolute paths.
1107 * Makefile.am (dep.sed): Subst TOPDIR.
1108 Run "make dep-am".
1109 * Makefile.in: Regenerate.
1110
96f959e5
PT
11112002-03-27 Peter Targett <peter.targett@arc.com>
1112
1113 * MAINTAINERS: Update my email address.
1114
1ea788ee
AM
11152002-03-21 Alan Modra <amodra@bigpond.net.au>
1116
1117 * Makefile.am: Run "make dep-am".
1118 * Makefile.in: Regenerate.
1119 * doc/Makefile.in: Regenerate.
1120 * po/POTFILES.in: Regenerate.
1121 * aclocal.m4: Regenerate.
1122 * config.in: Regenerate.
1123 * configure: Regenerate.
1124
a2f14207
DB
11252002-03-20 Daniel Berlin <dan@dberlin.org>
1126
1127 * readelf.c: Add support for displaying dwarf2 location lists.
1128 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1129 (parse_args): Use 'O' as shorthand for displaying location list
1130 section.
1131 (process_section_headers): Handle debug_loc as well.
1132 (load_debug_loc): New.
1133 (free_debug_loc): New.
1134 (fetch_location_list): New.
1135 (display_debug_loc): New.
1136 (display_debug_info): Call load_debug_loc and free_debug_loc.
1137 (debug_displays): We can display .debug_loc now, too.
1138 (usage): Update usage string.
1139 (read_and_display_attr_value): Note location lists, but don't
1140 display them inline.
1141
eb1e0e80
NC
11422002-03-18 Tom Rix <trix@redhat.com>
1143
1144 * Makefile.am: Add binutils emulation support.
1145 * configure.in: Same.
1146 * configure.tgt: New file. Same.
1147 * ar.c (main): Use ar_emul_parse_arg.
1148 (usage): Use ar_emul_usage.
1149 (replace_members): Use ar_emul_replace, ar_emul_append.
1150 * binemul.c: New file. Define the binutils emulation
1151 layer. Define default methods.
1152 * binemul.h: New file. Binutils emulation layer header file.
1153 * emul_aix.c: New file. AIX binutils emulation.
1154 * emul_vanilla.c: New file. Default binutils emulation.
1155 * Makefile.in: Regenerate.
1156 * configure: Same.
1157
a1c259a1
NC
11582002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1159
1160 * po/fr.po: Updated version.
1161
9ce88e60
NC
11622002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1163
1164 * po/fr.po: Updated version.
1165
effb0601
DJ
11662002-03-07 Daniel Jacobowitz <drow@mvista.com>
1167
1168 * README: Update some version numbers.
1169
a65688ab
DJ
11702002-03-07 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1173 (Architecture Selection): Likewise.
1174
f3f7fbb2
NC
11752002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1176
1177 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1178 generating .exp file.
1179
25345be5
NC
11802002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1181
1182 * readelf.c (dump_relocations): Fix typo.
1183
9a66911f
NC
11842002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1185
1186 * NEWS: Mark 2.12 branch.
1187
2c71103e
NC
11882002-02-18 Timothy Daly <remote_bob@yahoo.com>
1189
bb279dc0
ZW
1190 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1191 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1192 output.
bb279dc0 1193 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1194 to 'unrecognized'.
1195 (decode_ARM_machine_flags): Likewise.
1196 (parse_args): Likewise.
1197 (read_and_display_attr_value): Likewise.
1198 (display_debug_section): Likewise.
1199
49fda6c8
HPN
12002002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1201
1202 * NEWS: Mention support for MMIX.
1203
76f57f3a
JT
12042002-02-13 Matt Fredette <fredette@netbsd.org>
1205
1206 * readelf.c (get_machine_flags): Recognize EF_M68000.
1207
d36ca9c2
AO
12082002-02-12 Alexandre Oliva <aoliva@redhat.com>
1209
1210 * MAINTAINERS: Added self as MN10300 co-maintainer.
1211
19397422
AM
12122002-02-12 Alan Modra <amodra@bigpond.net.au>
1213
1214 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1215 DT_PPC64_OPDSZ.
1216
d434e574
DJ
12172002-02-11 Daniel Jacobowitz <drow@mvista.com>
1218
1219 * MAINTAINERS: List myself as branch maintainer.
1220
12b87c89
AM
12212002-02-11 Alan Modra <amodra@bigpond.net.au>
1222
1223 * configure: Regenerate.
1224 * objcopy.c: Update copyright date.
1225 * doc/Makefile.in: Regenerate.
1226
8d037c5c
DJ
12272002-02-10 Daniel Jacobowitz <drow@mvista.com>
1228
1229 * nlmconv.c: Back out localtime PARAMS change.
1230
4c168fa3
AM
12312002-02-11 Alan Modra <amodra@bigpond.net.au>
1232
1233 * objcopy.c (MKDIR): Define.
1234 (copy_archive): Make name_list.name const. Use MKDIR.
1235 Handle duplicate files in archives by making more temp dirs.
1236
408f8db1
DJ
12372002-02-10 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * coffdump.c: Include "getopt.h" after "bucomm.h"
1240 so that macros are defined correctly.
1241 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1242 prototype. Prototype main.
1243 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1244
9f77fa06
AO
12452002-02-06 Alexandre Oliva <aoliva@redhat.com>
1246
1247 * MAINTAINERS: Added self as SH co-maintainer.
1248
82f6addb
NC
12492002-02-05 Nick Clifton <nickc@redhat.com>
1250
1251 * po/tr.po: Updated translation.
1252
ba323545
AM
12532002-02-01 Alan Modra <amodra@bigpond.net.au>
1254
1255 * Makefile.am: Run "make dep-am"
1256 * Makefile.in: Regenerate.
1257
3deb89d3
DJ
12582002-01-29 Daniel Jacobowitz <drow@mvista.com>
1259
1260 * nm.c (print_value): Mark abfd unused.
1261
a0e9c55f
DJ
12622002-01-29 Daniel Jacobowitz <drow@mvista.com>
1263
1264 * unwind-ia64.c (unw_decoder): Change second argument
1265 to unsigned int, to match function prototypes.
1266
d7a283d4
DJ
12672002-01-29 Daniel Jacobowitz <drow@mvista.com>
1268
1269 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1270 __GNU_LIBRARY__ will be defined.
1271 * size.c: Likewise.
1272
4867be41
DJ
12732002-01-27 Daniel Jacobowitz <drow@mvista.com>
1274
1275 * configure: Regenerated.
1276
7562a296
HPN
12772002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1278
1279 * doc/Makefile.am (install): Depend on install-info.
1280 * doc/Makefile.in: Regenerate.
1281
15c82623
NC
12822002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1283
1284 * objcopy.c (strip_usage): Document -d as an alias
1285 --strip-debug.
1286
1287 * size.c (usage): Document [-t | --totals] options.
1288 (long_options): Add --totals option.
1289 (main): If the [-t | --totals] option is specified and
1290 the output format is Berkeley-style, print the total
1291 text, data, and bss sizes of all objects listed.
1292 (print_berkeley_format): If the [-t | --totals] option
1293 is specified, track the total text, data, and bss
1294 sizes.
1295 * doc/binutils.texi (size): Document [-t | --totals] options.
1296 (strip): Document -d as an alias for --strip-debug.
1297 * NEWS: Mention new feature of size.
1298
00ea8601 12992002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1300
1ddbd152
NC
1301 * po/fr.po: Updated version.
1302 * po/es.po: Updated version.
b85cedd7 1303
8b53311e
NC
13042002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1305
1306 * addr2line.c (usage): Update text to provide verbose
1307 description of the command line options.
1308 * ar.c (usage): Update text to provide verbose
1309 description of the command line options.
1310 (main): Accept -h and -H when running as ranlib.
1311 * coffdump.c (show_usage): Update text to provide verbose
1312 description of the command line options.
1313 * dlltool.c (main): Accept -H as an alias for --help.
1314 * nlmconv.c (show_usage): Update text to provide verbose
1315 description of the command line options.
1316 * nm.c (usage): Replace OPTIONS with option(s).
1317 (main): Accept -H as an alias for --help.
1318 * objcopy.c (strip_main): Accept -H as an alias for --help.
1319 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1320 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1321 other binutils.
1322 * size.c (usage): Update text to provide verbose description
1323 of the command line options.
1324 (main): Accept -v, -h and -H as command line options.
1325 * srconv.c (show_usage): Update text to provide verbose
1326 description of the command line options.
1327 * strings.c (main): Accept -H and -v as command line options.
1328 (usage): Update text to provide verbose description of the
1329 command line options.
1330 * sysdump.c (show_usage): Update text to provide verbose
1331 description of the command line options.
1332 * windres.c (usage): Adjust format to match style used in
1333 other binutils.
1334
1335 * coffdump.c: Fix formatting.
1336 * nlmconv.c: Fix formatting.
1337 * srconv.c: Fix formatting.
1338 * sysdump.c: Fix formatting.
1339
c46f0c34
AM
13402002-01-22 Alan Modra <amodra@bigpond.net.au>
1341
1342 * Makefile.am: Run "make dep-am".
1343 * Makefile.in: Regenerate.
1344
2a538ba5
AJ
13452002-01-18 Andreas Jaeger <aj@suse.de>
1346
1347 * version.c (print_version): Update year.
1348
285d1771
AM
13492002-01-17 Alan Modra <amodra@bigpond.net.au>
1350
1351 * readelf.c (get_machine_name): Handle EM_PPC64.
1352 (guess_is_rela): Here too.
1353
328577ad
NC
13542002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1355
1356 * po/binutils.pot: Regenerate.
1357 * po/fr.po: Regenerate.
1358 * po/tr.po: Regenerate.
1359
af3ae48d
NC
13602002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1361
1362 * po/tr.po: Import new version.
1363
f1cb7e17
AM
13642002-01-16 Alan Modra <amodra@bigpond.net.au>
1365
1366 * readelf.c (get_ppc64_dynamic_type): New.
1367 (get_dynamic_type): Call it.
1368
6364e0b4
NC
13692002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1370
3ab9460d 1371 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1372 (strip_usage): Use "options" instead of "switches".
3ab9460d 1373 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1374 "switches".
6364e0b4 1375
3a7e524e
RE
13762002-01-14 Richard Earnshaw <rearnsha@arm.com>
1377
1378 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1379
1209e219
NC
13802001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1381
1382 * po/es.po: Import from translation project.
1383 * configure.in (ALL_LINGUAS): Add es.
1384 * configure: Regenerate.
1385
b4db1224
JT
13862002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1387
1388 * readelf.c (get_netbsd_elfcore_note_type): Use
1389 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1390
9437c45b
JT
13912002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1392
1393 * readelf.c: Update copyright years.
1394 (get_note_type): Return a const char *.
1395 (get_netbsd_elfcore_note_type): New function.
1396 (process_note): Use get_netbsd_elfcore_note_type to get
1397 the note type string for NetBSD ELF core files.
1398
00428cca
AM
13992002-01-06 Steve Ellcey <sje@cup.hp.com>
1400
1401 * readelf.c (get_ia64_segment_type): Add support for macros.
1402 (get_segment_type): Add support for IA64 specific macros.
1403
31104126
NC
14042001-12-20 Julian v. Bock <julian@wongr.net>
1405
1406 * readelf.c (print_symbol): New function: Print a formatted symbol
1407 name. If --wide is specified do not truncate it.
1408 (dump_relocations): Use print_symbol() to print symbol names.
1409 (process_symbol_table): Likewise.
1410 (process_syminfo): Likewise.
1411 (process_mips_specific): Likewise.
1412 (usage): Document new feature of --wide switch.
1413 * doc/binutils.texi (objdump): Document additional behaviour of
1414 --wide.
2a538ba5 1415
4dd67f29
MS
14162001-12-18 Michael Snyder <msnyder@redhat.com>
1417
1418 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1419 (copy_object): Don't set the start address or flags of a core file.
1420 (copy_section): Don't relocate a core file. Don't copy contents
1421 if the input section has the contents flag set, but the output
1422 section does not (which happens with the fake 'note' pseudo-
1423 sections that BFD creates for corefiles).
1424
43521d43
TS
14252001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1426
1427 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1428 ASE extensions. More robust code for ISA checking. Ignore empty fields
1429 in header flags for GNU extensions.
1430
b667df2e
AM
14312001-12-18 Alan Modra <amodra@bigpond.net.au>
1432
1433 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1434
17a5a5c3
NC
14352001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1436
1437 * po/ja.po: Import from translation project.
1438 * configure.in (ALL_LINGUAS): Add ja.
1439 * configure: Regenerate.
1440
65de42c0
TS
14412001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1442
1443 * addr2line.c (main): Protoype.
1444 * ar.c (main): Protoype.
1445 * nm.c (main): Protoype.
1446 * objcopy.c (main): Protoype.
1447 * objdump.c (main): Protoype.
1448 * size.c (main): Protoype.
1449 * strings.c (main): Protoype.
1450
9ad5cbcf
AM
14512001-12-17 Alan Modra <amodra@bigpond.net.au>
1452
1453 * readelf.c (symtab_shndx_hdr): New global.
1454 (SECTION_HEADER_INDEX): Define.
1455 (SECTION_HEADER_NUM): Define.
1456 (SECTION_HEADER): Define.
1457 (GET_ELF_SYMBOLS): Pass two params rather than three.
1458 (get_32bit_elf_symbols): Take file and section args. Read and
1459 use SHT_SYMTAB_SHNDX.
1460 (get_64bit_elf_symbols): Likewise.
1461 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1462 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1463 Remember symtab_shdx_hdr.
1464 (process_program_headers): Scan from index 1 for segment map.
1465 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1466 "section_headers".
1467 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1468 (process_unwind): Likewise.
1469 (process_version_sections): Likewise.
1470 (process_symbol_table): Likewise.
1471 (display_debug_info): Likewise.
1472 (process_dynamic_segment): Fake up a symtab section for changed
1473 GET_ELF_SYMBOLS.
1474 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1475 (process_program_headers): Kill signed/unsigned warning.
1476 (load_debug_str): Likewise.
1477 (display_debug_info): Likewise.
1478
65765700
JJ
14792001-12-13 Jakub Jelinek <jakub@redhat.com>
1480
1481 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1482
560f3c1c
AM
14832001-12-11 Alan Modra <amodra@bigpond.net.au>
1484
1485 * readelf.c (process_file_header): Print extended e_shnum and
1486 e_shdtrndx values. Set elf_header values for same.
1487 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1488 (get_64bit_section_headers): Likewise.
1489 (process_section_headers): Update calls.
1490 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1491
bc408b8a
JJ
14922001-12-10 Jakub Jelinek <jakub@redhat.com>
1493
1494 * objcopy.c (setup_section): Copy entsize.
1495
93fbbb04
GK
14962001-12-07 Geoffrey Keating <geoffk@redhat.com>
1497
1498 * readelf.c (guess_is_rela): Add support for stormy16.
1499 (dump_relocations): Likewise.
1500 (get_machine_name): Likewise.
1501
e3c8793a
NC
15022001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1503
1504 * dllwrap.c (main) Replace multiple strings describing a
1505 single error with a single, newline escaped sentence to permit
1506 better translation into foreign languages.
1507
1508 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1509 class names.
1510
956cd1d6
TS
15112001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1512
1513 * strings.c (get_char): Initialize value.
1514
956c53ee
TS
15152001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1516
1517 * arlex.l: Silence compile warnings.
1518 * arsup.h: Likewise. Fix formatting.
1519
cedd9a58
JJ
15202001-12-04 Jakub Jelinek <jakub@redhat.com>
1521
1522 * strings.c: Include config.h before bfd.h.
1523 (file_off): New type.
1524 (file_open): Define.
1525 (print_strings): Use file_off instead of file_ptr. Print addresses
1526 which don't fit into long correctly.
1527 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1528 available.
1529 (strings_file): Use file_off instead of file_ptr. Use file_open.
1530 * configure.in: Check for getc_unlocked.
1531 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1532 be defined for it.
1533 * configure: Rebuilt.
1534 * config.h.in: Rebuilt.
1535
af667503
L
15362001-11-29 H.J. Lu <hjl@gnu.org>
1537
1538 * bucomm.c (make_tempname): Revert the changes made on
1539 2001-11-14 and 2001-11-12. They won't work with directories.
1540
16474668
NC
15412001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1542
1543 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1544 CFLAGS_FOR_TARGET to runtest in environment.
1545 * Makefile.in: Rebuild.
1546 * doc/Makefile.in: Rebuild.
1547
17978339
MS
15482001-11-28 Mike Stump <mrs@wrs.com>
1549
1550 * objcopy.c (setup_section): Preserve SEC_RELOC when
1551 --set-section-flags is used.
1552
261a45ad
NC
15532001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1554
1555 * readelf.c (do_debug_str): New variable.
1556 (display_debug_str): New function: Display the contents of a
1557 .debug_str section.
1558 (load_debug_str): New function: Load in the contents of a
1559 .debug_str section.
1560 (free_debug_str): New function: Free the memory used by
1561 load_debug_str().
1562 (fetch_indirect_string): Retrieve a string from the .debug_str
1563 section.
1564 (usage): Add -ws.
1565 (parse_args): Accept -ws.
1566 (process_section_headers): Allow the display of the .debug_str
1567 section.
1568 (read_and_display_attr_value): Use fetch_indirect_string. Show
1569 offset into .debug_str section.
1570 (display_debug_info): Use load_debug_str and free_debug_str.
1571 (debug_displays): Add .debug_str.
1572 * doc/binutils.texi: Document -ws.
1573
b8908f93
AJ
15742001-11-19 Andreas Jaeger <aj@suse.de>
1575
1576 * testsuite/binutils-all/objdump.exp: Add x86-64.
1577
e5fb9629
AS
15782001-11-15 Andreas Schwab <schwab@suse.de>
1579
1580 * readelf.c: Fix warnings without terminating newline.
1581
802a735e
AM
15822001-11-15 Alan Modra <amodra@bigpond.net.au>
1583
1584 * doc/binutils.texi (objdump): Document ppc -M options.
1585
b89e9eae
AJ
15862001-11-14 Andreas Jaeger <aj@suse.de>
1587
1588 * doc/binutils.texi (objdump): Fix description to use x86-64.
1589
a6a25652
NC
15902001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1591
1592 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1593 not all systems provide mkstemp.
1594
e396998b
AM
15952001-11-14 Alan Modra <amodra@bigpond.net.au>
1596
1597 * doc/binutils.texi (objdump): Document x86 -M options.
1598
81766fca
RH
15992001-11-13 Keith Walker <keith.walker@arm.com>
1600
1601 * readelf.c (read_and_display_attr_value): New function to
1602 handle DW_FORM_indirect.
1603 (read_and_display_attr): Use it.
1604
1a509dcc
GK
16052001-11-13 Geoffrey Keating <geoffk@redhat.com>
1606
1607 * readelf.c (display_debug_lines): Deal with unknown standard
1608 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1609 DW_LNS_set_isa.
1610
6e917903 16112001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1612
6e917903
TW
1613 * MAINTAINERS: Add self as tic54x maintainer. This target
1614 includes the IBM C54XDSP clone.
7559e86e 1615
6e917903 16162001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1617
7559e86e
NC
1618 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1619
16202001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1621
ecdadc4a
JL
1622 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1623 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1624 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1625 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1626 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1627 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1628 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1629
91770270
JL
1630 * readelf.c (get_elf_class): Fix ISO portability glitch.
1631 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1632
ef5cdfc7
JJ
16332001-11-07 Jakub Jelinek <jakub@redhat.com>
1634
1635 * readelf.c (debug_str, debug_str_size): New.
1636 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1637 Call free_abbrevs.
1638 (read_and_display_addr): Handle DW_FORM_strp.
1639 (display_debug_info): Read .debug_str section if present,
1640 so that DW_FORM_strp can be handled.
1641 Fix test for non-existant .debug_abbrev section.
1642
5e9520c8
JJ
16432001-11-05 Jakub Jelinek <jakub@redhat.com>
1644
1645 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1646
1647 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1648
54589086
MS
16492001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1650
1651 * MAINTAINERS: Add self as s390/s390x maintainer.
1652
c05b685b
TR
16532001-11-02 Tom Rix <trix@bluey.cygnus.com>
1654
1655 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1656
3c62831e
NC
16572001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1658
1659 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1660 * configure: Regernate.
1661 * po/fr.po: New file.
1662 * po/tr.po: New file.
1663
3c3bdf30
NC
16642001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1665
9b19141a 1666 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1667 * readelf.c: Include elf/mmix.h.
1668 (guess_is_rela): MMIX is RELA.
1669 (dump_relocations): Handle MMIX relocations.
1670 * Makefile.am: Regenerate dependencies.
1671 * Makefile.in: Regenerate.
1672
f662939a
NC
16732001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1674
1675 * readelf.c (parse_args): Handle multiple options to the -w
1676 switch.
1677
c91d0dfb
JJ
16782001-10-12 Jakub Jelinek <jakub@redhat.com>
1679
1680 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1681 LOPROC, LOOS and LOUSER.
1682
7559e86e 16832001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1684
1685 * MAINTAINERS: Update my email address.
1686
fcd8210c
AM
16872001-10-03 Alan Modra <amodra@bigpond.net.au>
1688
1689 * doc/Makefile.in: Regenerate.
1690 * configure: Regenerate.
1691
428409d5
NC
16922001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1693
1694 * readelf.c (display_debug_line, display_debug_pubnames,
1695 display_debug_info, display_debug_frames): Detect and warn
1696 about 64-bit format entries.
1697 (display_debug_aranges): Reword 64-bit warning.
1698 (debug_displays): Add .debug_pubtypes as a known, but not yet
1699 supported, debug section.
1700
6a8c2b0d
AM
17012001-10-02 Alan Modra <amodra@bigpond.net.au>
1702
1703 * coffdump.c (PROGRAM_VERSION): Delete.
1704 (main <'V'>): Call print_version.
1705 * srconv.c: Likewise.
1706 * sysdump.c: Likewise.
1707 * version.c (program_version): Remove.
1708 (print_version): Use BFD_VERSION_STRING. Just print the current
1709 year in copyright message.
1710 * addr2line.c (program_version): Remove unused declaration.
1711 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1712 place of BFD_VERSION.
1713 * Makefile.am (Makefile): Depend on bfd/configure.in.
1714 (cplus-dem.o): Depend on Makefile.
1715 Run "make dep-am".
1716 * Makefile.in: Regenerate.
1717
e414a165
NC
17182001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1719
1720 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1721 format .debug_arange sections.
1722 (main): Add missing prototype.
b8908f93 1723
efc3ee7f
HPN
17242001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1725
1726 * Makefile.am: Update dependencies with "make dep-am".
1727 * Makefile.in: Regenerate.
1728
9e85c2a0
RH
17292001-09-28 Richard Henderson <rth@redhat.com>
1730
1731 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1732
451dad9c
AM
17332001-09-26 Alan Modra <amodra@bigpond.net.au>
1734
1735 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1736 VA_CLOSE.
1737 (non_fatal): Likewise.
1738 * objdump.c (objdump_sprintf): Likewise.
1739 * readelf.c (error): Likewise.
1740 (warn): Likewise.
1741
d974e256
JJ
17422001-09-25 Jakub Jelinek <jakub@redhat.com>
1743
1744 * readelf.c (do_wide): New.
1745 (options): Add --wide.
1746 (usage, parse_args): Likewise.
1747 (process_program_headers): Put each segment on a single line if
1748 --wide is given.
1749 (process_section_headers): Put each section on a single line if
1750 --wide is given.
1751 * doc/binutils.texi: Document it.
1752 * NEWS: Likewise.
1753
2f11c261
AM
17542001-09-25 Alan Modra <amodra@bigpond.net.au>
1755
1756 * readelf.c (print_vma): Print 8 digits of low hex value.
1757
1d50f91e
AJ
17582001-09-24 Andreas Jaeger <aj@suse.de>
1759
1760 * nlmconv.c: Fix warnings about unused attributes and function
1761 prototypes.
1762
1763 * strings.c: Add prototype for get_char.
1764
38131e67
L
17652000-09-19 H.J. Lu <hjl@gnu.org>
1766
1767 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1768 $(srcdir)/cxxfilt.man.
1769 * doc/Makefile.in: Rebuild.
1770
3bcfb3e4
AM
17712001-09-19 Alan Modra <amodra@bigpond.net.au>
1772
1773 * objcopy.c (copy_main): Correct rename-section string parsing.
1774 Consolidate new_name parsing, and error messages.
1775
3882b010
L
17762001-09-18 Bruno Haible <haible@clisp.cons.org>
1777
1778 * addr2line.c: Don't include <ctype.h>.
1779 (main): For gettext, also set the LC_CTYPE locate facet.
1780 * ar.c (main): Likewise.
1781 * coffdump.c (main): Likewise.
1782 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1783 (main): For gettext, also set the LC_CTYPE locate facet.
1784 Use ISALNUM instead of isalpha/isdigit.
1785 * dllwrap.c: Don't include <ctype.h>.
1786 (main): For gettext, also set the LC_CTYPE locate facet.
1787 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1788 (main): For gettext, also set the LC_CTYPE locate facet.
1789 Use TOUPPER instead of islower/toupper.
1790 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1791 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1792 Use TOUPPER instead of islower/toupper.
1793 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1794 * objcopy.c (main): Likewise.
1795 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1796 (disassemble_bytes): Use ISPRINT instead of isprint.
1797 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1798 (dump_data): Use ISPRINT instead of isprint.
1799 (main): For gettext, also set the LC_CTYPE locate facet.
1800 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1801 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1802 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1803 Use TOUPPER instead of islower/toupper.
1804 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1805 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1806 (write_rc_accelerators): Use ISPRINT instead of isprint.
1807 (write_rc_rcdata): Likewise.
1808 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1809 * srconv.c (main): Likewise.
1810 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1811 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1812 isdigit/isupper/islower.
1813 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1814 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1815 stab_demangle_prefix, stab_demangle_qualified,
1816 stab_demangle_template, stab_demangle_type,
1817 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1818 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1819 (isgraphic): Use ISPRINT instead of isascii/isprint.
1820 (main): Remove HAVE_LC_MESSAGES dependency.
1821 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1822 (pbarray): Use ISPRINT instead of isprint.
1823 (main): For gettext, also set the LC_CTYPE locate facet.
1824 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1825 (format_from_filename): Use ISPRINT instead of isprint.
1826 (main): For gettext, also set the LC_CTYPE locate facet.
1827 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1828 (unicode_print): Use ISPRINT instead of isprint.
1829 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1830 (stab_variable): Use ISDIGIT instead of isdigit.
1831
e59b4dfb
AM
18322001-09-18 Alan Modra <amodra@bigpond.net.au>
1833
1834 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1835 Replace bfd_read call with call to bfd_bread.
1836 (extract_file): Likewise.
1837
1838 * objdump.c (dump_section_header): Cast section->filepos to
1839 unsigned long to suit printf format string.
1840 * readelf.c (process_section_headers): Similarly for sh_offset.
1841 (process_unwind): Likewise.
1842
d132876a
NC
18432001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1844
1845 * strings.c (encoding, encoding_bytes): New variables.
1846 (long_options): Add --encoding.
1847 (main): Accept -e and --encoding.
1848 (get_char): New function. Read a, possibly wide, character from
1849 the input stream.
1850 (print_strings): Use get_char().
1851 (usage): Document new command line option.
1852 * doc/binutils.texi: Document new command line option.
1853 * NEWS: Announce new command line option.
1854
7559e86e 18552001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1856
1857 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1858 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1859 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1860 Removed EM_CYGNUS_ARC.
1861
7559e86e 18622001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1863
1864 * readelf.c: Include elf/h8 for H8 series definitions.
1865 (guess_is_rela): H8 series if RELA.
1866 (dump_relocations): Handle H8 series relocations.
1867
0823fbca
EC
18682001-08-31 Eric Christopher <echristo@redhat.com>
1869
1870 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1871
8db76d70
PT
18722001-08-29 Peter Targett <peter.targett@arccores.com>
1873
1874 * MAINTAINERS: Include ARC Maintainer.
1875
d81d6584
BE
18762001-08-29 Ben Elliston <bje@redhat.com>
1877
1878 * stabs.c (stab_demangle_template): Initialise s4.
1879
25a1ff5b
AM
18802001-08-27 Alan Modra <amodra@bigpond.net.au>
1881
1882 * readelf.c (dump_relocations): Recognise EM_PPC64.
1883
a5d22d2a
TS
18842001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1885
1886 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1887
62a5a82d
L
18882001-08-25 H.J. Lu <hjl@gnu.org>
1889
1890 * nm.c (print_width): New.
1891 (display_rel_file): Set `print_width' according to
1892 bfd_sprintf_vma.
1893 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1894
1ae8b3d2
AO
18952001-08-24 Alexandre Oliva <aoliva@redhat.com>
1896
1897 * objcopy.c (use_alt_mach_code): New variable.
1898 (OPTION_ALT_MACH_CODE): Define.
1899 (copy_options): Added --alt-machine-code.
1900 (copy_main): Handle it.
1901 (copy_object): Switch to alternate machine code if requested.
1902 * doc/binutils.texi: Document new option.
1903 * NEWS: Likewise.
1904
d1bdd336
TS
19052001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1906
1907 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1908
410f7a12
L
19092001-08-21 H.J. Lu <hjl@gnu.org>
1910
1911 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1912 (display_debug_info): Cast for 64bit hosts.
1913 (display_debug_frames): Likewise.
1914 (process_mips_specific): Likewise.
1915
c32144ff
AJ
19162001-08-21 Andreas Jaeger <aj@suse.de>
1917
1918 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1919
1920 * sysdump.c: Add missing prototypes.
1921 * srconv.c: Likewise.
1922 * unwind-ia64.c: Likewise.
1923 * coffdump.c: Likewise.
1924
1925 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1926
1927 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1928 of declaring xcalloc.
1929
d8180c76
L
19302001-08-10 H.J. Lu <hjl@gnu.org>
1931
1932 * nm.c (print_value): Add one arg, bfd *.
1933 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1934 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1935 (print_symbol_info_sysv): Likewise.
1936 (print_symbol_info_posix): Likewise.
1937
1938 * objdump.c (dump_section_header): Replace printf_vma with
1939 bfd_printf_vma.
1940 (print_section_stabs): Likewise.
1941 (dump_bfd_header): Likewise.
1942 (objdump_print_value): Replace sprintf_vma with
1943 bfd_sprintf_vma.
1944 (disassemble_bytes): Likewise.
1945 (dump_reloc_set): Likewise.
1946
0218d1e4
AJ
19472001-08-10 Andreas Jaeger <aj@suse.de>
1948
1949 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1950 to build warnings.
1951 * configure: Regenerate.
1952
2863d58a
AM
19532001-08-09 Alan Modra <amodra@bigpond.net.au>
1954
1955 * readelf.c: Add missing prototypes.
1956 * objdump.c: Likewise. Format existing prototypes.
1957
c0e047e0
AO
19582001-08-08 Alexandre Oliva <aoliva@redhat.com>
1959
1960 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1961 of any RELA relocation for the abbrev_offset memory location that
1962 refers to the .debug_abbrev section symbol.
1963
ff78d6d6
L
19642001-08-07 H.J. Lu <hjl@gnu.org>
1965
1966 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1967 (main): Return process_file ().
1968
c36774d6
PB
19692001-08-05 Philip Blundell <philb@gnu.org>
1970
1971 * doc/binutils.texi: Use "Thumb" not "THUMB".
1972
8f9d9bd9
JH
19732001-08-03 John Healy <jhealy@redhat.com>
1974
bb279dc0
ZW
1975 Patch suggested by Frank Eigler <fche@redhat.com>.
1976 * objdump.c (disassemble_data): Fill in section member of the
1977 disasm_info structure.
8f9d9bd9 1978
c918cb96
DD
19792001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1980
1981 * configure.in: Added --with-windres option.
1982 * configure: Regenerated.
1983
c7c55b78
NC
19842001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1985
1986 * doc/binutils.texi: Use @command{name} for commands;
1987 use @option{-opt} for options; use @table @env for list of options;
1988 remove spaces arround [ | ] in synopsis.
1989
1990 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1991 center title.
1992
594ef5db
NC
19932001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1994
bb279dc0
ZW
1995 * objcopy.c: Fix formatting.
1996 (section_rename): New structure.
1997 (OPTION_RENAME_SECTION): New switch.
1998 (copy_usage): Document new switch.
1999 (add_section_rename): New function: Add a node to the section
2000 rename list.
2001 (find_section_rename): New function: Find the new name and
2002 flags for a section.
2003 (setup_section): Call find_section_name to determine the name
2004 of the output section.
2005 (copy_main): Handle OPTION_RENAME_SECTION.
2006 * binutils.texi: Document new switch.
594ef5db
NC
2007 * NEWS: Mention new switch.
2008
1f554c69
NC
20092001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2010
2011 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2012 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2013 bug-binutils@gcc.org.
2014
2f83960e
AM
20152001-07-28 Matthias Kramm <kramm@quiss.org>
2016
2017 * bucomm.c (list_supported_architectures): New function.
2018 * bucomm.h (list_supported_architectures): Declare.
2019 * objdump.c (usage): Call the above.
2020
20fe0649
DB
20212001-07-25 Dave Brolley <brolley@redhat.com>
2022
2023 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2024 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2025
1b577b00
NC
20262001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2027
2028 * README: Update for 2.11. Change bug reporting email address.
2029 * MAINTAINERS: Tidy up. Change bug reporting email address.
2030
95fd336c
DD
20312001-07-16 DJ Delorie <dj@redhat.com>
2032
5f16d855
DD
2033 * resres.c (write_res_header): Align header size.
2034 (res_align_file): Calculate alignment correctly.
2035
95fd336c
DD
2036 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2037 correct 10).
2038 * resrc.c (write_rc_resource): Likewise.
2039 * windres.h (SUBLANG_SHIFT): Define - as 10.
2040
ed8fee27
NC
20412001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2042
2043 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2044
90ab7e9a
NC
20452001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2046
2047 * MAINTAINERS: Add notes about branch checkins.
2048
e0c60db2
NC
20492001-07-05 Daniel Berlin <dan@cgsoftware.com>
2050
2051 * readelf.c (display_debug_macinfo): New function, display
2052 .debug_macinfo section.
2053 (do_debug_macinfo): New variable.
2054 (parse_args): Handle "-w[mM]" to mean display macro info.
2055 (process_section_headers): Handle debug_macinfo.
2056 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2057 function for .debug_macinfo display.
e0c60db2
NC
2058 * doc/binutils.texi: Document new command line switch.
2059 * NEWS: Document new feature of readelf.
0218d1e4 2060
24e01a36
L
20612001-07-05 H.J. Lu <hjl@gnu.org>
2062
2063 * objcopy.c (filter_symbols): Don't turn undefined symbols
2064 into local.
2065
4258bf4d
L
20662001-07-03 H.J. Lu <hjl@gnu.org>
2067
2068 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2069 $@.pod.
2070 (ar.1): Likewise.
2071 (dlltool.1): Likewise.
2072 (nlmconv.1): Likewise.
2073 (nm.1): Likewise.
2074 (objcopy.1): Likewise.
2075 (objdump.1): Likewise.
2076 (ranlib.1): Likewise.
2077 (readelf.1): Likewise.
2078 (size.1): Likewise.
2079 (strings.1): Likewise.
2080 (strip.1): Likewise.
2081 (windres.1): Likewise.
2082 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2083 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2084 $(DEMANGLER_NAME).
2085 (as.1): Removed.
2086 * doc/Makefile.in: Regenerated.
2087
7014bc31
NC
20882001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2089
2090 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2091
b811889f
NC
20922001-07-01 Daniel Berlin <dan@cgsoftware.com>
2093
2094 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2095
12ab83a9
NC
20962001-06-29 James Cownie <jcownie@etnus.com>
2097
2098 * readelf.c: Support DWARF 2.1 attributes.
2099
a6e9f9df
AM
21002001-06-28 Alan Modra <amodra@bigpond.net.au>
2101
2102 * readelf.c (GET_DATA_ALLOC): Remove.
2103 (GET_DATA): Remove.
2104 (get_data): New function combining above macros, with an extra
2105 test for zero size.
2106 (slurp_rela_relocs): Use get_data, and catch error return.
2107 (slurp_rel_relocs): Likewise.
2108 (get_32bit_program_headers): Likewise.
2109 (get_64bit_program_headers): Likewise.
2110 (get_32bit_section_headers): Likewise.
2111 (get_64bit_section_headers): Likewise.
2112 (get_32bit_elf_symbols): Likewise.
2113 (get_64bit_elf_symbols): Likewise.
2114 (process_section_headers): Likewise.
2115 (process_relocs): Likewise.
2116 (slurp_ia64_unwind_table): Likewise.
2117 (process_unwind): Likewise.
2118 (get_32bit_dynamic_segment): Likewise.
2119 (get_64bit_dynamic_segment): Likewise.
2120 (process_dynamic_segment): Likewise.
2121 (process_version_sections): Likewise.
2122 (process_symbol_table): Likewise.
2123 (dump_section): Likewise.
2124 (display_debug_info): Likewise.
2125 (display_debug_section): Likewise.
2126 (process_section_contents): Likewise.
2127 (process_corefile_note_segment): Likewise.
2128 (process_mips_specific): Likewise. Also free econf32, econf64.
2129
af3fc3bc
AM
21302001-06-25 Alan Modra <amodra@bigpond.net.au>
2131
2132 * readelf.c (dump_relocations): Print "bad symbol index" if
2133 symtab == NULL with non-zero symtab_index.
2134 (process_relocs): Don't bomb if reloc section has no symsec.
2135
6d900bf6
L
21362001-06-24 H.J. Lu <hjl@gnu.org>
2137
2138 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2139 by accident.
2140 (copy_main): Apply the the change made to strip_main on
2141 2001-05-30 by accident.
2142
49b4e386
AJ
21432001-06-23 Andreas Jaeger <aj@suse.de>
2144
2145 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2146 parameter 'code'.
2147 (unw_decode_x2): Likewise.
2148 (unw_decode_x3): Likewise.
2149 (unw_decode_x4): Likewise.
2150
d8dc71e3
BE
21512001-06-23 Ben Elliston <bje@redhat.com>
2152
2153 * MAINTAINERS: Add myself as M88k maintainer.
2154
af3bdff7
NC
21552001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2156
2157 * objcopy.c (strip_main): Support -o or --output-file command lien
2158 switch.
2159
105e7211
L
21602001-06-19 H.J. Lu <hjl@gnu.org>
2161
2162 * doc/Makefile.in: Regenerated.
2163
c45021f2
NC
21642001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2165
2166 * readelf.c: Restore formatting.
2167
21682001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2169
bb279dc0
ZW
2170 * Makefile.am: Move documentation into doc subdirectory.
2171 * Makefile.in: Regenerated.
c45021f2 2172 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2173 * addr2line.1: Removed.
2174 * ar.1: Likewise.
2175 * dlltool.1: Likewise.
2176 * nlmconv.1: Likewise.
2177 * nm.1: Likewise.
2178 * objcopy.1: Likewise.
2179 * objdump.1: Likewise.
2180 * ranlib.1: Likewise.
2181 * readelf.1: Likewise.
2182 * size.1: Likewise.
2183 * strings.1: Likewise.
2184 * strip.1: Likewise.
2185 * windres.1: Likewise.
2186 * cxxfilt.man: Likewise.
c45021f2
NC
2187 * doc: New Directory.
2188 * doc/Makefile.am: New file.
2189 * doc/Makefile.in: Generate.
2190
09ad7db3
AM
21912001-06-09 Alan Modra <amodra@bigpond.net.au>
2192
2193 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2194
936260fe
AM
21952001-06-01 Alan Modra <amodra@bigpond.net.au>
2196
2197 * MAINTAINERS: Update my email address.
2198
16b2b71c
NC
21992001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2200
2201 * objcopy.c: Add new switches: --keep-global-symbol,
2202 --keep-symbols, --localize-symbols, --keep-global-symbols and
2203 --weaken-symbols.
2204 * binutils.texi: Document new switches.
2205 * objcopy.1: Regenerate.
2206 * NEWS: Announce new feature.
2207
7036c0e1
AJ
22082001-05-28 Andreas Jaeger <aj@suse.de>
2209
2210 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2211 variables, fix format strings.
2212
76a406e5
NC
22132001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2214
2215 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2216 when computing the address of the line to show.
2217
31b6fca6
RH
22182001-05-16 Richard Henderson <rth@redhat.com>
2219
2220 * readelf.c (do_debug_frames_interp): New.
2221 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2222 (byte_get_big_endian): Likewise.
2223 (parse_args) ['F']: Set do_debug_frames_interp.
2224 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2225 (frame_display_row): Don't trunc pc_begin to int.
2226 (size_of_encoded_value): New.
2227 (display_debug_frames): Handle 64-bit targets. Print raw data
2228 unless do_debug_frames_interp.
2229 (debug_displays): Remove duplicate .debug_frame.
2230
4fe85591
NC
22312001-05-15 Ralf Baechle <ralf@gnu.org>
2232
2233 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2234 The former constant was never in active use and is used otherwise
2235 by the ABI.
2236
579f31ac
JJ
22372001-05-11 Jakub Jelinek <jakub@redhat.com>
2238
2239 * readelf.c (process_unwind): Print all unwind sections, not just
2240 one.
2241
78f4a3f7
AM
22422001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2243
2244 * readelf.c (process_unwind): Remove const specifier.
2245
1c529ca6
NC
22462001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2247
2248 * strings.c (isgraphic): Do not use isascii() unless it is needed
2249 for isprint() to work.
2250 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2251
87e6d782
NC
22522001-04-27 Johan Rydberg <jrydberg@opencores.org>
2253
bb279dc0 2254 * NEWS: Announce support for OpenRISC.
87e6d782 2255
4bd3d870 22562001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2257
2258 * dlltool.c (do_default_excludes): Initialise to true.
2259
21211521
AM
22602001-04-10 Alan Modra <amodra@one.net.au>
2261
2262 * MAINTAINERS: Update my email address
2263 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2264
0c66b61e 22652001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2266
2267 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2268
e58d53af
L
22692001-03-30 H.J. Lu <hjl@gnu.org>
2270
2271 * readelf.c (process_unwind): Just return if do_unwind is 0.
2272
bee72332
DD
22732001-03-28 Roger Sayle <roger@metaphorics.com>
2274
2275 * dlltool.c (make_one_lib_file): Fix section flags for
2276 .text, .data and .bss in stub ds*.o files to match those
2277 generated by gas.
2278
f1467e33
L
22792001-03-29 H.J. Lu <hjl@gnu.org>
2280
2281 * readelf.c (process_unwind): Only do unwind sections for
2282 IA64.
2283
1c6fb4fe
L
22842001-03-28 H.J. Lu <hjl@gnu.org>
2285
2286 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2287 * Makefile.in: Regenerate.
2288
0879a67a
AJ
22892001-03-26 Andreas Jaeger <aj@suse.de>
2290
2291 * binutils.texi (nm): Fix texi syntax.
2292
0285c67d
NC
22932001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2294
2295 * binutils.texi: Put @c man begin and @c man end indications
2296 to generate man pages using texi2pod and pod2man. Put @c man title
2297 to identify each man. Add SEEALSO entries.
2298 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2299 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2300 sort the list.
2301 (*.1): Build the man pages from binutils.texi.
2302 * Makefile.in: Regenerate.
2303
04847a4d
CF
23042001-03-13 Eric Kohl <ekohl@rz-online.de>
2305
2306 * defparse.y (opt_equal_name): allow "." in name.
2307 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2308 (gen_exp_file): Likewise.
2309
43a0748c
NC
23102001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2311
2312 * NEWS: Document addition of -B switch to objcopy.
2313 * binutils.texi: Document addition of -B switch to objcopy.
2314 * objcopy.c: (copy_options): Add --binary-architecture.
2315 (copy_usage): Document -B/--binary-architecture.
2316 (copy_main): Support -B/--binary-architecture. Set
2317 bfd_external_binary_architecture.
0879a67a 2318
b7498e0e
NC
23192001-03-11 Andreas Jaeger <aj@suse.de>
2320
2321 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2322 (dump_relocations): Likewise.
2323 (get_machine_name): Likewise.
2324
a59e3bd7
NC
23252001-02-28 Nick Clifton <nickc@redhat.com>
2326
2327 * readelf.c: (struct unw_aux_info): Remove const modifier for
2328 'strtab' field.
2329 (process_unwind): Remove non-K&R compliant LHS type cast in call
2330 to GET_DATA_ALLOC macro.
2331
a5bcd848
PB
23322001-02-28 Philip Blundell <pb@futuretv.com>
2333
2334 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2335 ABI is in use; remove ambiguity between the "unknown" EABI and
2336 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2337 renamed EF_xx constants.
2338
27b7e12d
AM
23392001-02-27 Alan Modra <alan@linuxcare.com.au>
2340
2341 * configure.in (BFD_VERSION): New.
2342 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2343 * configure: Regenerate.
2344 * Makefile.am: Run "make dep-am"
2345 * Makefile.in: Regenerate.
2346
a9f10786
NC
23472001-02-14 Nick Clifton <nickc@redhat.com>
2348
2349 * MAINTAINERS: Add "Obvious Fix" rule.
2350
3c44da9a
MS
23512001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2352
2353 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2354 literal concatenation.
2355
ecd03389
MS
23562001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2357
2358 * readelf.c (struct unw_aux_info): Remove const from the info member.
2359 (process_unwind): Don't type-cast the third argument to the
2360 GET_DATA_ALLOC macro.
2361
88ec60c7
NC
23622001-02-11 Nick Clifton <nickc@redhat.com>
2363
2364 * readelf.c (dump_relocations): Free corrected allocated
2365 array.
2366 (process_unwind): Fix compile time warning.
2367
f5e21966
NC
23682001-02-10 Nick Clifton <nickc@redhat.com>
2369
2370 * binutils.texi: Document new --unwind option to readelf.
2371
a85d7ed0
NC
23722001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2373
2374 * readelf.c: Add linux target for S/390.
2375
7bb10502
AM
23762001-02-10 Alan Modra <alan@linuxcare.com.au>
2377
2378 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2379 printf is a macro.
2380
8ca8f343
HPN
23812001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2382
2383 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2384 * aclocal.m4: Regenerate.
2385 * configure: Regenerate.
2386
7340082d
NC
23872001-02-07 Todd Vierling <tv@wasabisystems.com>
2388
2389 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2390 * objdump.c (bfd_target_vector): Likewise.
2391
4d6ed7c8
NC
23922001-02-07 David Mosberger <davidm@hpl.hp.com>
2393
2394 * readelf.c (process_unwind): New function.
2395 (slurp_ia64_unwind_table): Ditto.
2396 (dump_ia64_unwind): Ditto.
2397 (find_symbol_for_address): Ditto.
2398 (slurp_rela_relocs): New function (split off from dump_relocations()).
2399 (slurp_rel_relocs): Ditto.
2400 (parse_args): Handle '-u' option.
2401
2402 * unwind-ia64.c: New file.
2403 * unwind-ia64.h: New file.
2404 * Makefile.am: Include unwind-ia64.c in readelf build.
2405 * Makefile.in: Regenerate.
7340082d 2406 * po/binutils.pot: Regenerate.
4d6ed7c8 2407
c7217458
PB
24082001-02-04 Philip Blundell <philb@gnu.org>
2409
2410 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2411 * configure: Regenerate.
2412
956eedd4
AM
24132001-01-31 Steve deRosier <sderosier@vari-lite.com>
2414
2415 * ieee.c (ieee_add_bb11): Don't check for backslashes
2416 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2417
8855cbca
AM
24182001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2419
c7f2731e
AM
2420 * ieee.c: Update copyright.
2421 (ieee_start_compilation_unit): Don't check for backslashes
2422 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2423
8855cbca
AM
2424 * stabs.c: Update copyright. Include "filenames.h".
2425 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2426
329de803 24272001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2428
2429 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2430 sections are present before using them. Remove code duplication.
2431 (process_symbol_table): Check if VERDEF or VERNEED sections are
2432 present before using them.
2433
23719f39
NC
24342001-01-17 Nick Clifton <nickc@redhat.com>
2435
2436 * objcopy.c (copy_object): Fail if attempting to convert the
2437 endianness of the input object file.
2438
2439 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2440
f726e849
NC
24412001-01-16 Nick Clifton <nickc@redhat.com>
2442
2443 * readelf.c (string_table_length): New variable.
2444 (SECTION_NAME): Catch out of range indices and missing section
2445 pointers.
2446 (process_section_headers): Delete useless local variable
2447 string_table_offset. Set the value of string_table_length
2448 after loading the string table.
2449 (process_mips_specific): Use SECTION_NAME macro.
2450 (process_file): Set string_table_length to 0 when it is freed.
2451
d0398d6a
NC
24522001-01-12 Nick Clifton <nickc@redhat.com>
2453
2454 * version.c (print_version): Update copyright date.
2455
0d2bcfaf
NC
24562001-01-11 Peter Targett <peter.targett@arccores.com>
2457
2458 * readelf.c (dump_relocations): Include selection with EM_ARC.
2459 (get_machine_name) Update name to "ARC".
2460
8b1e6df3
NC
24612001-01-09 Nick Clifton <nickc@redhat.com>
2462
2463 * Makefile.am: Add rule to build objdump.o from objdump.c and
2464 using OBJDUMP_DEFS.
2465 * Makefile.in: Regenerate.
2466
2467 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2468 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2469 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2470 * configure: Regenerate.
8b1e6df3
NC
2471
2472 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2473 is defined read in the relocs even if dump_reloc_info is
2474 false.
2475
2f952d20
PB
24762001-01-07 Philip Blundell <philb@gnu.org>
2477
2478 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2479 `bug-binutils'.
2480 * README: Likewise.
2481
a8c548cb
NC
24822000-12-19 Nick Clifton <nickc@redhat.com>
2483
2484 * dlltool.c: Add missing support for arm-epoc-pe.
2485 * configure.in: Add missing support for arm-epoc-pe.
2486 * configure: Regenerate.
2487
cc5fda35
NC
24882000-12-15 Nick Clifton <nickc@redhat.com>
2489
2490 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2491 Mode parts of the x86 port.
2492
bcedfee6
NC
24932000-12-04 Andreas Jaeger <aj@suse.de>
2494
2495 * readelf.c (guess_is_rela): Add EM_X86_64.
2496 (dump_relocations): Add EM_X86_64.
2497 (get_machine_name): Add EM_X86_64.
2498 Include "elf/x86-64.h".
2499
584da044
NC
25002000-12-12 Nick Clifton <nickc@redhat.com>
2501
2502 * readelf.c: Fix formatting.
2503
7559e86e 25042000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2505
2506 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2507
a98cc2b2
AH
25082000-12-07 Andrew Haley <aph@redhat.com>
2509
2510 * readelf.c (display_debug_frames): Only display columns that are
2511 referenced by the frame debug info.
2512
c7987a69
NC
25132000-12-05 Nick Clifton <nickc@redhat.com>
2514
2515 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2516
09fd7e38
JM
25172000-12-04 Jason Merrill <jason@redhat.com>
2518
2519 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2520 (display_debug_section): Likewise.
2521 (display_debug_info): Display CU header before bailing.
2522
e7af610e
NC
25232000-12-01 Chris Demetriou <cgd@sibyte.com>
2524
09fd7e38
JM
2525 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2526 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2527 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2528
09fd7e38
JM
2529 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2530 and E_MIPS_ARCH_64.
84ea6cf2 2531
09fd7e38
JM
2532 * readelf.c (get_machine_flags): Add case for
2533 E_MIPS_MACH_SB1.
c6c98b38 2534
75066968
DD
25352000-11-30 Richard Earnshaw <rearnsha@arm.com>
2536
2537 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2538
5c4666ea
HPN
25392000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2540
6e917903 2541