]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* ldmain.c (main): Init "strip_discarded".
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
312b768e
NC
12002-12-23 Nick Clifton <nickc@redhat.com>
2
3 * nlmconv.c (main): Pass TRUE as third argument to
4 bfd_arch_get_compatible.
5
8745eafa
NC
62002-12-23 Nick Clifton <nickc@redhat.com>
7
8 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
9 macro. Handle 'S' encoding, accepting 8-bit characters.
10 (main): Parse 'S' encoding.
11 (get_char): Accept 'S' encoding.
12 (print_strings): Use STRING_ISGRAPHIC.
13 (usage): Document support of 'S' encoding.
14 * doc/binutils.texi: Document support of 'S' encoding/
15 * NEWS: Mention new feature.
16
08213ebb
AM
172002-12-20 Alan Modra <amodra@bigpond.net.au>
18
19 * README <building ar>: Don't use libibery's needed_list or
20 required_list, instead link libiberty/*.o.
21
b9e5d8e5
KH
222002-12-19 Kazu Hirata <kazu@cs.umass.edu>
23
24 * doc/binutils.texi: Fix typos.
25
c51238bc
DA
262002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
27
28 * doc/binutils.texi: Add missing parenthesis.
29
d7fb0dd2
NC
302002-12-15 Nick Kelsey <nickk@ubicom.com>
31
32 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
33 symbols by adding the given prefix to the begining of the symbol
34 name. This is useful to provide name space seperation regardless
35 of how the object file was created. Added --prefix-sections=
36 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
37 sections (or all sections with the alloc flag set) by adding the given
38 prefix to the begining of the symbol name.
39 * NEWS: Mention this new feature.
40 * doc/binutils.texi: Document this new feature.
41
55b9cdf1
AM
422002-12-13 Alan Modra <amodra@bigpond.net.au>
43
44 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
45 dyn_string_append with dyn_string_append_cstr.
46
47 * emul_aix.c (ar_emul_aix_create): Remove unused function.
48
84ad6ede
NC
492002-12-10 James Cownie <jcownie@etnus.com>
50
51 * readelf.h (get_TAG_name, get_AT_name,
704afb58 52 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
53 DWARF2 spec.
54 * NEWS: Mention this new support.
55
7d036af2
AM
562002-12-08 Alan Modra <amodra@bigpond.net.au>
57
58 * NEWS: Mention that bfd no longer declares a "boolean" type.
59
3e8bba36
AM
602002-12-07 Alan Modra <amodra@bigpond.net.au>
61
62 * readelf.c (process_program_headers): When setting loadaddr, don't
63 assume segment size is 4k. Use p_align instead.
64 (loadaddr): Change from int to long.
65 (dynamic_addr, dynamic_info, version_info): Likewise.
66 (process_dynamic_segment <syminsz>): Likewise.
67 (process_dynamic_segment): Adjust print format string.
68 (rela_addr, rela_size): Delete.
69 (process_relocs): Formatting.
70
d070dab9
JW
712002-12-05 Jim Wilson <wilson@redhat.com>
72
73 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
74 * configure: Regenerate.
75
45bcbdb1
ILT
762002-12-04 Ian Lance Taylor <ian@airs.com>
77
78 * MAINTAINERS: Change e-mail address back to airs.com.
79
42ea8716
AH
802002-12-04 Aldy Hernandez <aldyh@redhat.com>
81
82 * MAINTAINERS: Add self.
83
b34976b6
AM
842002-11-30 Alan Modra <amodra@bigpond.net.au>
85
86 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
87 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
88 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
89 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
90 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
91 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
92 with TRUE/FALSE. Formatting.
93
c8286bd1
JJ
942002-11-29 Jakub Jelinek <jakub@redhat.com>
95
96 * readelf.c Replace occurrences of Elf32_Internal_* and
97 Elf64_Internal_* with Elf_Internal_*.
98 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
99 Zero r_addend fields.
100 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
101 Elf_Internal_Rela.
102
92acdfaf
NC
1032002-11-23 Nick Clifton <nickc@redhat.com>
104
105 * size.c (usage): Fix typo describing switch for hex format.
106
48c5eb8a
SS
1072002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
108
109 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
110 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
111 testcase
112
2f62977e
NC
1132002-11-14 Nick Clifton <nickc@redhat.com>
114
115 * readelf.c (process_program_headers): Add comment about return
116 value. Ensure that 0 is returned if the headers are not loaded.
117 (process_file): If process_section_headers failed to load the
118 headers disable any tests that rely upon them. Similarly for
119 process_program_headers.
120
cd24c222
NC
1212002-11-12 Nick Clifton <nickc@redhat.com>
122
123 * po/da.po: Updated Danish translation.
124
f3931575
AM
1252002-11-12 Klee Dienes <kdienes@apple.com>
126
127 * rddbg.c (read_section_stabs_debugging_info): Also recognize
128 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
129
b54e7460
CF
1302002-11-11 Christopher Faylor <cgf@redhat.com>
131
132 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
133 cgf maintainership.
134
4f17cc13
CF
1352002-11-11 Christopher Faylor <cgf@redhat.com>
136
137 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
138
232e7cb8
NC
1392002-11-07 Nick Clifton <nickc@redhat.com>
140
cd24c222 141 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
142 * configure: Regenerate.
143 * po/da.po: New Danish translation.
144
232e7cb8
NC
145 * readelf.c (get_symbol_index_type): Revert part of previous
146 patch: Display unknown symbol types in decimal, not hex.
147
c9e38879
NC
1482002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
149
150 * dlltool.c (add_excludes): Don't prefix excluded fastcall
151 symbols with underscore.
152 (xlate): Ignore add_underscore for decorated fastcall symbols.
153
1542002-11-07 Eric Kohl <ekohl@rz-online.de>
155
156 * deflex.l: Accept '@' as first character of an ID.
157 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
158 ASM_PREFIX for fastcall symbols.
159 (scan_drectve_symbols): Handle fastcall symbols when generating
160 undecorated aliases for symbols in drectve section.
161 (scan_filtered_symbols): Likewise, with export-all.
162 (xlate): Likewise, with --kill-at.
163 (make_imp_label): New function to handle fastcall symbols
164 correctly.
165 (make_one_lib_file): Use make_imp_label instead of make_label
166 for imp symbols.
167
a700dc3b
SS
1682002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
169
170 * MAINTAINERS: Add self as TIC4X maintainer.
171
5cf1065c
NC
1722002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
173
174 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
175 PROCESSOR-specific, OS-specific, reserved and unknown symbol
176 types.
5cf1065c 177
f1ef08cb
AM
1782002-11-04 Alan Modra <amodra@bigpond.net.au>
179
180 * readelf.c (byte_get_little_endian): Comment typo fix.
181 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
182 as the format string.
183 (dump_relocations): Correct section sym names.
184 (process_section_headers): Clear symtab_shndx_hdr.
185 (read_and_display_attr_value): Don't pass indirect string to printf
186 as the format string.
187 (display_debug_frames): Indicate when zero terminator found. Decode
188 DW_EH_PE_pcrel addresses.
189
1a09a22c
NC
1902002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
191
192 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
193 order to ensure proper disassembly of the valid 0-value opcode.
194 * configure: Regenerate.
195 * aclocal.m4: Regenerate.
196 * config.in: Regenerate.
197 * configure.in: Regenerate.
198 * doc/Makefile.in: Regenerate.
199 * po/binutils.pot: Regenerate.
200
c254c557
KK
2012002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
202
203 * MAINTAINERS: Add self as SH maintainer.
204
aefbdd67
BE
2052002-10-23 Ben Elliston <bje@redhat.com>
206
207 * doc/binutils.texi (objdump): Document -z and move the entry for
208 --disassemble-zeroes to the end of the options section (for `z').
209
ab9bcc01
NC
2102002-10-21 Nick Clifton <nickc@redhat.com>
211
212 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
213
8ab56b6f
AM
2142002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
215
216 * objdump.c (dump_data): Correct addr_offset for opb != 1.
217
49c12576
AM
2182002-10-15 Alan Modra <amodra@bigpond.net.au>
219
48417c1a
AM
220 * bucomm.c (list_supported_targets): Use bfd_target_list.
221
49c12576
AM
222 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
223 other object errors in preference to bfd_core errors.
224
6e1a7e9a
AM
2252002-10-14 Alan Modra <amodra@bigpond.net.au>
226
227 * Makefile.am: Run "make dep-am".
228 * objdump.c: #include "bfdver.h".
229 * version.c: Likewise.
230 * Makefile.in: Regenerate.
231 * config.in: Regenerate.
232 * configure: Regenerate.
233 * po/POTFILES.in: Regenerate.
234
09fc3b02
DJ
2352002-10-09 Daniel Jacobowitz <drow@mvista.com>
236
237 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
238 sections. Allow relocations against the absolute symbol. Don't
239 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 240 relocation.
09fc3b02 241
f309035a
NC
2422002-10-07 Gordon Chaffee <chaffee@netvmg.com>
243
244 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
245 ordinary ones are available.
246
810dfa6e
L
2472002-09-30 H.J. Lu <hjl@gnu.org>
248
249 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
250 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
251
bb279dc0
ZW
2522002-09-17 Zack Weinberg <zack@codesourcery.com>
253
254 * Makefile.am (CFILES): Add cxxfilt.c.
255 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
256 (cxxfilt_LDADD): Delete.
257 Remove all references to underscore.c.
258 Regen dependencies.
259 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
260 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
261 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
262 adjustments to fit into binutils framework.
263 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
264
065c959b
NC
2652002-09-12 Roland McGrath <roland@redhat.com>
266
267 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
268 Handle DW_OP_GNU_push_tls_address.
269
e09f4395
NC
2702002-09-11 Nick Clifton <nickc@redhat.com>
271
272 * po/tr.po: Updated Turkish translation.
273
873e0588
NC
2742002-09-10 Nick Clifton <nickc@redhat.com>
275
276 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
277 testsuite changes. Add paragraphs about testsuite and config
278 patches.
279
069fe61f
NC
2802002-08-29 Nick Clifton <nickc@redhat.com>
281
282 * readelf.c (get_machine_flags): Remove redundant reference to
283 E_V850EA_ARCH.
284
fe0507eb
AM
2852002-08-28 Alan Modra <amodra@bigpond.net.au>
286
287 * objdump.c (dump_bfd): Restore lines accidentally deleted in
288 last commit.
289
026df7c5
NC
2902002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
291
bb279dc0 292 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
293 (dump_bfd_header): Likewise.
294
68a4c073
AM
2952002-08-27 Alan Modra <amodra@bigpond.net.au>
296
297 * nm.c: Revert last change.
298
a1df01d1
AM
2992002-08-26 Alan Modra <amodra@bigpond.net.au>
300
301 * nm.c (display_rel_file): Don't report "no symbols" as an error.
302 * objdump.c (slurp_symtab): Likewise.
303 (slurp_dynamic_symtab): Likewise.
304 (dump_symbols): Likewise. Do print "no symbols" to stdout.
305
a926ab2f
GK
3062002-08-24 Geoffrey Keating <geoffk@redhat.com>
307
308 * MAINTAINERS: Change my mailing address.
309
fcf62380
DA
3102002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
311
312 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
313
51e28791
NC
3142002-08-22 Nick Clifton <nickc@redhat.com>
315
316 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
317 HPPA.
318
c5b060ad
AM
3192002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
320
321 * readelf.c (parse_args): Change debug_dump_opt to static.
322
4b73ca92
NC
3232002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
324
325 * stabs.c (parse_stab_argtype): Pass length of physname to
326 stab_demangle_argtypes.
327 (stab_demangle_argtypes): Add new parameter - length of physname.
328 Pass length of physname on to stab_demangle_prefix.
329 (stab_demangle_prefix): Add new parameter - length of physname.
330 Use length of physname (if supplied) to compute end of function
331 name.
332
35b1837e
AM
3332002-08-15 Alan Modra <amodra@bigpond.net.au>
334
335 * readelf.c: Include elf/i370.h.
336 (dump_relocations): Handle EM_S370.
337 (dynamic_segment_parisc_val): Print \n.
338 (process_dynamic_segment <DT_BIND_NOW>): Here too.
339
762baac5
NC
3402002-08-14 Nick Clifton <nickc@redhat.com>
341
342 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
343 * objdump.c (usage): Likewise.
344 * doc/binutils.texi: Likewise.
345
85c09e8a
NC
3462002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
347
348 * rcparse.y (acc_entry): Don't warn about ALT use with
349 non-VIRTKEY.
350
212a3c4d
L
3512002-08-13 H.J. Lu <hjl@gnu.org>
352
353 * objcopy.c (copy_object): Don't warn about the unsupported
354 architecture unless the input target is defaulted or the
355 output architecture is different from the input.
356
2b692c59
NC
3572002-08-09 Nick Clifton <nickc@redhat.com>
358
359 * po/sv.po: Updated Swedish translation.
360
09de7a73
AM
3612002-08-05 Alan Modra <amodra@bigpond.net.au>
362
363 * prdbg.c (pr_fix_visibility): Remove assert.
364
47badb7b
NC
3652002-07-31 Nick Clifton <nickc@redhat.com>
366
367 * addr2line.c (process_file): Rename parameter 'filename' to
368 'file_name' in order to avoid shadowing global symbol of the
369 same name.
370 (main): Likewise.
371
2979dc34
JJ
3722002-07-30 Jakub Jelinek <jakub@redhat.com>
373
374 * readelf.c (OPTION_DEBUG_DUMP): Define.
375 (options): Use it.
376 (usage): Update help.
377 (parse_args): Handle --debug-dump separately from -w.
378 * doc/binutils.texi (readelf): Update documentation.
379
219576a4
NC
3802002-07-25 Nick Clifton <nickc@redhat.com>
381
382 * po/es.po: Updated Spanish translation.
383 * po/fr.po: Updated French translation.
384
bf4f22e6 3852002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 386
bf4f22e6
NC
387 * po/es.po: Updated Spanish translation.
388
c5b3a82a
AM
3892002-07-23 Alan Modra <amodra@bigpond.net.au>
390
391 * Makefile.am: Run "make dep-am".
392 * Makefile.in: Regenerate.
393
0461a601
NC
3942002-07-23 Nick Clifton <nickc@redhat.com>
395
bf4f22e6 396 * po/fr.po: Updated French translation.
0461a601 397
bf44dd74
AM
3982002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
399
400 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
401
2c205ff2
AM
4022002-07-20 Alan Modra <amodra@bigpond.net.au>
403
63eb0809 404 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 405
1e4cf259
NC
4062002-07-18 Denis Chertykov <denisc@overta.ru>
407 Frank Ch. Eigler <fche@redhat.com>
408
409 * readelf.c: Include "elf/ip2k.h".
410 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
411 (dump_relocations): Likewise.
412 (get_machine_name): Likewise.
413 * NEWS: Mention IP2K support.
414
2cbb2eef
NC
4152002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
416
417 * NEWS: Add 'Changes in 2.13'.
418
047b2264
JJ
4192002-07-10 Jakub Jelinek <jakub@redhat.com>
420
421 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
422 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
423 (get_section_type_name): Handle SHT_GNU_LIBLIST.
424 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
425 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
426 (process_gnu_liblist): New.
427 (process_file): Call it.
428
97230b15
AM
4292002-07-03 Alan Modra <amodra@bigpond.net.au>
430
431 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
432 * Makefile.in: Regenerate.
433
a6637ec0
AM
4342002-07-02 Alan Modra <amodra@bigpond.net.au>
435
436 * budemang.c: New file, "demangle" function.
437 * budemang.h: New file.
438 * addr2line.c (translate_addresses): Use "demangle".
439 * nm.c (print_symname): Likewise.
440 * objdump.c (objdump_print_symname): Likewise.
441 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
442 here since that obfuscates.
443 * rdcoff.c: Don't #include demangle.h.
444 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
445 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
446 (HFILES): Add budemang.h. Sort.
447 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
448 Run "make dep-am".
449 * Makefile.in: Regenerate.
450
179d3252
JT
4512002-07-01 Matt Thomas <matt@3am-software.com>
452
453 * readelf.c: Include "elf/vax.h".
454 (guess_is_rela): Move EM_VAX from unknown to RELA case.
455 (dump_relocations): Handle VAX relocations.
456 (get_machine_flags): Handle VAX machine flags.
457
75751cd9
SC
4582002-06-29 Stephane Carrez <stcarrez@nerim.fr>
459
460 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
461
e5851ab8
NC
4622002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
463
464 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
465
eb3f2f5c
AM
4662002-06-26 Alan Modra <amodra@bigpond.net.au>
467
468 * nm.c (print_symname): When demangling, strip leading dots from
469 symbol names to avoid confusing the demangler.
470
a13a0de8
L
4712002-06-25 H.J. Lu <hjl@gnu.org>
472
473 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
474 * Makefile.in: Regenerated.
475
6db7a086
AM
4762002-06-21 Igor Schein <igor@txc.com>
477
478 * configure.in: Quote bu_cv_have_fopen64.
479 * configure: Regenerate.
480
9710509e
AM
4812002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
482
483 * configure.in: Check for strcoll.
484 * configure: Regenerate.
485 * config.in: Regenerate.
486 * nm.c (main): Set locale for LC_COLLATE category.
487 (non_numeric_forward): Use strcoll if available.
488
a9f0b5e7
DB
4892002-06-20 Dave Brolley <brolley@redhat.com>
490
491 * MAINTAINERS: Add self as fr30 and frv maintainer.
492
33f5f537
L
4932002-06-18 H.J. Lu (hjl@gnu.org)
494
495 * nm.c: Include "elf/common.h".
496 (extended_symbol_info): Add elfinfo, a pointer to
497 elf_symbol_type.
498 (SYM_SIZE): Use elfinfo if it is not NULL.
499 (get_symbol_type): New function.
500 (display_archive): Set print_width for each archive member.
501 (display_file): Likewise.
502 (display_rel_file): Don't set print_width here.
503 (print_object_filename_sysv): Handle print_width.
504 (print_archive_member_sysv): Likewise.
505 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
506 (print_symbol): Set the elfinfo field in extended_symbol_info
507 for ELF.
508 (print_object_filename_sysv): Fix the output format.
509 (print_symbol_info_sysv): Print type and section for ELF.
510
5112002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
512
513 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 514 the symbol's size equal to its value when --size-sort is
33f5f537
L
515 used.
516
5c70f934
DB
5172002-06-18 Dave Brolley <brolley@redhat.com>
518
519 From Catherine Moore:
520 * readelf.c (elf/frv.h): #include it.
521 (guess_is_rela): Support EM_CYGNUS_FRV.
522 (dump_relocations): Ditto.
523 (get_machine_name): Ditto.
524 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
525
7ece0d85
JJ
5262002-06-18 Jakub Jelinek <jakub@redhat.com>
527
528 * readelf.c (get_file_header): Only read the first section header if
529 e_shoff is non-zero.
530
72797995
L
5312002-06-15 H.J. Lu (hjl@gnu.org)
532
533 * nm.c (print_size): New variable. Initialize to 0.
534 (long_options): Add 'S'/"print-size".
535 (main): Handle 'S'.
536 (print_symbol_info_bsd): Print size only if print_size is not
537 0.
538
539 * doc/binutils.texi: Document -S/--print-size.
540
977f7911
NC
5412002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
542
543 * nm.c (struct extended_symbol_info): New strcuture: Add the size
544 of the symbols to the information provided by the symbol_info
545 structure.
546 (print_symbols): Pass the symbol size to print_symbol.
547 (print_size_symbols): Pass the symbol size to print_symbol.
548 (print_symbol): Extra argument: The size of the symbol. Store
549 this in the extended_symbol_info structure.
550 (print_symbol_info): Change type of info parameter to
551 extended_symbol_info. Display the size, if known.
552 (print_symbol_info_posix): Likewise.
553 (print_symbol_info_sysv): Likewise.
554
b1f88ebe
AM
5552002-06-08 Alan Modra <amodra@bigpond.net.au>
556
fa449227
AM
557 * Makefile.am: Run "make dep-am".
558 * Makefile.in: Regenerate.
559 * doc/Makefile.in: Regnerate.
560
b1f88ebe
AM
561 * bucomm.c: Replace CONST with const.
562 * nm.c: Likewise.
563 * objdump.c: Likewise.
564
91a106e6
L
5652002-06-07 H.J. Lu <hjl@gnu.org>
566
567 * readelf.c (DW_CFA_GNU_args_size): Don't define.
568 (DW_CFA_GNU_negative_offset_extended): Likewise.
569 (DW_CFA_GNU_window_save): Likewise.
570 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
571 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
572
6ab6b380 5732002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 574
6ab6b380
NC
575 * nm.c: When computing size of symbols for an ELF target use the
576 internal size field.
577
e28e05a3
JL
5782002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
579
580 * testsuite/binutils-all/objcopy.exp: clear xfail for
581 "hppa*64*-*-hpux*".
582 * testsuite/binutils-all/hppa/objdump.exp: Return if
583 "*64*-*-*".
584
dc156bc0
AM
5852002-06-05 Alan Modra <amodra@bigpond.net.au>
586
587 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
588
5892002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
590
591 * objdump.c: Fix formatting.
592
d79e4ea3
BE
5932002-05-29 Ben Elliston <bje@redhat.com>
594
595 * MAINTAINERS: Add self as M68k maintainer.
596
d172d4ba
NC
5972002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
598
599 * readelf.c: Modified/Added DLX elf support.
600
7edb8f29
NC
6012002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
602
3a1a2036
NC
603 * arsup.c: Fix formatting.
604 * debug.c (debug_record_label): Add missing colon to error
605 message.
606 * ieee.c (parse_ieee_ty): Fix spelling typo.
607 * readelf.c (process_program_headers): Remove English assumption
608 about making a plural word.
609 (process_section_headers): Likewise.
610 (process_relocs): Allow quotes to be translated.
611 (process_unwind): Likewise,
612 (process_mips_specific): Improve error message.
613 (get_note_type): Fix spelling typo.
614
7edb8f29
NC
615 * configure.in (ALL_LINGUAS): Add sv
616 * po/sv.po: New file.
617
3eee1e9d
AM
6182002-05-27 Alan Modra <amodra@bigpond.net.au>
619
620 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
621 (unw_print_grmask): Likewise.
622 (unw_print_frmask): Likewise.
623
d43efbe3
KH
6242002-05-26 Kazu Hirata <kazu@cs.umass.edu>
625
626 * arsup.c: Remove ARGSUSED.
627 * debug.c: Likewise.
628 * ieee.c: Likewise.
629 * nlmconv.c: Likewise.
630 * prdbg.c: Likewise.
631 * stabs.c: Likewise.
632 * wrstabs.c: Likewise.
633
e9792343
AM
6342002-05-25 Alan Modra <amodra@bigpond.net.au>
635
636 * arlex.l: Use #include "" instead of <> for local header files.
637 * coffdump.c: Likewise.
638 * coffgrok.c: Likewise.
639 * nlmconv.c: Likewise.
640 * nlmheader.y: Likewise.
641 * srconv.c: Likewise.
642 * strings.c: Likewise.
643 * sysdump.c: Likewise.
644 * unwind-ia64.h: Likewise.
645 * windres.h: Likewise.
646 * winduni.h: Likewise.
647
d7e53452
TR
6482002-05-24 Tom Rix <trix@redhat.com>
649
650 * MAINTAINERS: Add self as the d10v maintainer.
651
436e8db0
NC
6522002-05-24 TAMURA Kent <kent@netbsd.org>
653
654 * configure.in: Builds dlltool for i386-netbsdpe.
655 * configure: Regenerate.
656
9f66665a
KH
6572002-05-23 Kazu Hirata <kazu@cs.umass.edu>
658
659 * size.c: Fix formatting.
660 * srconv.c: Likewise.
661 * stabs.c: Likewise.
662 * sysdump.c: Likewise.
663 * unwind-ia64.c: Likewise.
664 * wrstabs.c: Likewise.
665
13ae64f3
JJ
6662002-05-23 Jakub Jelinek <jakub@redhat.com>
667
668 * readelf.c (get_segment_type): Add PT_TLS.
669 (get_elf_section_flags): Add SHF_TLS.
670 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
671 (process_dynamic_segment): Use puts instead of printf.
672 (get_symbol_type): Support STT_TLS.
673 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
674 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
675 Add SEC_THREAD_LOCAL.
676
53c7db4b
KH
6772002-05-23 Kazu Hirata <kazu@cs.umass.edu>
678
679 * rdcoff.c: Fix formatting.
680 * rddbg.c: Likewise.
681 * readelf.c: Likewise.
682 * rename.c: Likewise.
683 * resbin.c: Likewise.
684 * resrc.c: Likewise.
685 * resres.c: Likewise.
686
0af11b59
KH
6872002-05-21 Kazu Hirata <kazu@cs.umass.edu>
688
689 * filemode.c: Fix formatting.
690 * ieee.c: Likewise.
691 * is-ranlib.c: Likewise.
692 * is-strip.c: Likewise.
693 * maybe-ranlib.c: Likewise.
694 * maybe-strip.c: Likewise.
695 * nlmconv.c: Likewise.
696 * nm.c: Likewise.
697 * not-ranlib.c: Likewise.
698 * not-strip.c: Likewise.
699 * objcopy.c: Likewise.
700 * objdump.c: Likewise.
701
21611032
TS
7022002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
703
704 * objdump.c (dump_headers): Fix output formatting for ELF32
705 architectures in a BFD64 enabled toolchain.
706
26044998
KH
7072002-05-20 Kazu Hirata <kazu@cs.umass.edu>
708
709 * debug.c: Fix formatting.
710 * debug.h: Likewise.
711 * dlltool.c: Likewise.
712 * dllwrap.c: Likewise.
713 * emul_aix.c: Likewise.
714 * emul_vanilla.c: Likewise.
715
f462a9ea
KH
7162002-05-19 Kazu Hirata <kazu@cs.umass.edu>
717
718 * addr2line.c: Fix formatting.
719 * ar.c: Likewise.
720 * arsup.c: Likewise.
721 * arsup.h: Likewise.
722 * binemul.c: Likewise.
723 * binemul.h: Likewise.
724 * bucomm.c: Likewise.
725 * coffdump.c: Likewise.
726 * coffgrok.c: Likewise.
727 * coffgrok.h: Likewise.
728
e0159aa9
MM
7292002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
730
731 * MAINTAINERS: Add myself as the second AVR port maintainer.
732
074b403e
SC
7332002-05-16 Stephane Carrez <stcarrez@nerim.fr>
734
735 * MAINTAINERS: Update my email address.
736
2b9c8201
NC
7372002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
738
739 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
740
e1d5b1e7
AM
7412002-05-09 Alan Modra <amodra@bigpond.net.au>
742
743 * configure.in: Replace `*pe' with `pe' throughout.
744 * configure: Regenerate.
745
d3d8a9ee
NC
7462002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
747
748 * Makefile.am: Honour DESTDIR.
749 * Makefile.in: Regenerate.
750
405c98a4
AM
7512002-05-06 Alan Modra <amodra@bigpond.net.au>
752
a02d5965
AM
753 * dlltool.c (process_def_file): Add missing prototype.
754 (new_directive, assemble_file, main): Likewise.
755 (process_def_file, new_directive): Make static.
756 (inform): Rewrite using VA_FIXEDARG.
757 * dllwrap.c (mybasename): Add missing prototype.
758 (strhash, main): Likewise.
759 (inform): Rewrite using VA_FIXEDARG.
760 (warn): Likewise.
761 (cleanup_and_exit): Use old style function definition.
762 (strhash): Likewise.
763 * windres.c (define_resource): Use one memset to clear all of
764 struct res_resource.
765
405c98a4 766 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 767 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
768
7692002-05-06 Borut Razem <borut.razem@siol.net>
770
771 * rclex.l (get_string): Correct "strings" list handling.
772 * resrc.c (read_rc_file): Discard strings.
773
91593c9d
AM
7742002-05-04 Alan Modra <amodra@bigpond.net.au>
775
e58a75dc
AM
776 * ar.c (replace_members): Remove unused var. Formatting fix.
777 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
778
91593c9d
AM
779 * MAINTAINERS: Sort port maintainers by CPU.
780
6b52b824
AM
7812002-05-04 Bob Byrnes <byrnes@curl.com>
782
783 * size.c (display_archive): Add last_arfile and code to close archives.
784
dd70071f
AM
7852002-05-01 Alan Modra <amodra@bigpond.net.au>
786
787 * nm.c (print_symbol): Check returned filename from
788 bfd_find_nearest_line is non-NULL.
789
6c95717a 7902002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
791
792 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 793
3c25c5f6
NC
7942002-04-24 Christian Groessler <chris@groessler.org>
795
796 * MAINTAINERS: Changed my email address.
797
944cd72c
TS
7982002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
799
800 * arparse.y: Fix syntax warning.
801
ea91f8bb
NC
8022002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
803
3e55a963
NC
804 * readelf.c (fetch_location_list): Remove unused function.
805
806 * readelf.c (process_corefile_note_segment): Catch corrupt notes
807 and display a warning message, then exit the loop.
808
ea91f8bb
NC
809 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
810
45b99827
NC
8112002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
812
813 * resrc.c (write_rc_dialog): If charset is non-default value
814 display all of the DIALOGEX parameters.
815
8162002-04-15 Eric Kohl <ekohl@rz-online.de>
817
bb279dc0 818 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
819 DIALOGEX resources.
820 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
821 resource data.
bb279dc0 822 (res_to_bin_dialog): Likewise.
45b99827
NC
823 * windres.h: Added misssing charset variable to dialog_ex
824 structure.
825
acfbab8a
NC
8262002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
827
828 * rcparse.y: Set MEMFLAG_PURE by default.
829
df3baf66
NC
8302002-04-09 Bernd Herd <info@herdsoft.com>
831
bb279dc0 832 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 833 are quoted.
4c30641a 834 Fix typo in BEDIT warning.
91eafb40 835 Don't add default dialog style when explicit style specified.
b62a12ca 836 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 837
b24eb5ac
NC
838 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
839 (handle_quotes) "\a" escape (used for right justified key
840 definitions in menus) is encodes as binary 8.
df3baf66 841
b24eb5ac
NC
842 * resrc.c (write_rc_dialog): Print style even if it is 0.
843 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 844 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 845
b24eb5ac
NC
846 * resbin.c (bin_to_res_dialog): Use signature to identify
847 DIALOGEX.
f7d63484 848
b24eb5ac 849 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 850
df3baf66
NC
8512002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
852
853 * resrc.c: print CLASS names in quotes
854
8552002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
856
857 * MAINTAINERS: Update my email address.
858
8e42bcb6
AM
8592002-04-04 Alan Modra <amodra@bigpond.net.au>
860
861 * dep-in.sed: Cope with absolute paths.
862 * Makefile.am (dep.sed): Subst TOPDIR.
863 Run "make dep-am".
864 * Makefile.in: Regenerate.
865
96f959e5
PT
8662002-03-27 Peter Targett <peter.targett@arc.com>
867
868 * MAINTAINERS: Update my email address.
869
1ea788ee
AM
8702002-03-21 Alan Modra <amodra@bigpond.net.au>
871
872 * Makefile.am: Run "make dep-am".
873 * Makefile.in: Regenerate.
874 * doc/Makefile.in: Regenerate.
875 * po/POTFILES.in: Regenerate.
876 * aclocal.m4: Regenerate.
877 * config.in: Regenerate.
878 * configure: Regenerate.
879
a2f14207
DB
8802002-03-20 Daniel Berlin <dan@dberlin.org>
881
882 * readelf.c: Add support for displaying dwarf2 location lists.
883 (do_debug_loc, debug_loc_section, debug_loc_size): New.
884 (parse_args): Use 'O' as shorthand for displaying location list
885 section.
886 (process_section_headers): Handle debug_loc as well.
887 (load_debug_loc): New.
888 (free_debug_loc): New.
889 (fetch_location_list): New.
890 (display_debug_loc): New.
891 (display_debug_info): Call load_debug_loc and free_debug_loc.
892 (debug_displays): We can display .debug_loc now, too.
893 (usage): Update usage string.
894 (read_and_display_attr_value): Note location lists, but don't
895 display them inline.
896
eb1e0e80
NC
8972002-03-18 Tom Rix <trix@redhat.com>
898
899 * Makefile.am: Add binutils emulation support.
900 * configure.in: Same.
901 * configure.tgt: New file. Same.
902 * ar.c (main): Use ar_emul_parse_arg.
903 (usage): Use ar_emul_usage.
904 (replace_members): Use ar_emul_replace, ar_emul_append.
905 * binemul.c: New file. Define the binutils emulation
906 layer. Define default methods.
907 * binemul.h: New file. Binutils emulation layer header file.
908 * emul_aix.c: New file. AIX binutils emulation.
909 * emul_vanilla.c: New file. Default binutils emulation.
910 * Makefile.in: Regenerate.
911 * configure: Same.
912
a1c259a1
NC
9132002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
914
915 * po/fr.po: Updated version.
916
9ce88e60
NC
9172002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
918
919 * po/fr.po: Updated version.
920
effb0601
DJ
9212002-03-07 Daniel Jacobowitz <drow@mvista.com>
922
923 * README: Update some version numbers.
924
a65688ab
DJ
9252002-03-07 Daniel Jacobowitz <drow@mvista.com>
926
927 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
928 (Architecture Selection): Likewise.
929
f3f7fbb2
NC
9302002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
931
932 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
933 generating .exp file.
934
25345be5
NC
9352002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
936
937 * readelf.c (dump_relocations): Fix typo.
938
9a66911f
NC
9392002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
940
941 * NEWS: Mark 2.12 branch.
942
2c71103e
NC
9432002-02-18 Timothy Daly <remote_bob@yahoo.com>
944
bb279dc0
ZW
945 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
946 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 947 output.
bb279dc0 948 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
949 to 'unrecognized'.
950 (decode_ARM_machine_flags): Likewise.
951 (parse_args): Likewise.
952 (read_and_display_attr_value): Likewise.
953 (display_debug_section): Likewise.
954
49fda6c8
HPN
9552002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
956
957 * NEWS: Mention support for MMIX.
958
76f57f3a
JT
9592002-02-13 Matt Fredette <fredette@netbsd.org>
960
961 * readelf.c (get_machine_flags): Recognize EF_M68000.
962
d36ca9c2
AO
9632002-02-12 Alexandre Oliva <aoliva@redhat.com>
964
965 * MAINTAINERS: Added self as MN10300 co-maintainer.
966
19397422
AM
9672002-02-12 Alan Modra <amodra@bigpond.net.au>
968
969 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
970 DT_PPC64_OPDSZ.
971
d434e574
DJ
9722002-02-11 Daniel Jacobowitz <drow@mvista.com>
973
974 * MAINTAINERS: List myself as branch maintainer.
975
12b87c89
AM
9762002-02-11 Alan Modra <amodra@bigpond.net.au>
977
978 * configure: Regenerate.
979 * objcopy.c: Update copyright date.
980 * doc/Makefile.in: Regenerate.
981
8d037c5c
DJ
9822002-02-10 Daniel Jacobowitz <drow@mvista.com>
983
984 * nlmconv.c: Back out localtime PARAMS change.
985
4c168fa3
AM
9862002-02-11 Alan Modra <amodra@bigpond.net.au>
987
988 * objcopy.c (MKDIR): Define.
989 (copy_archive): Make name_list.name const. Use MKDIR.
990 Handle duplicate files in archives by making more temp dirs.
991
408f8db1
DJ
9922002-02-10 Daniel Jacobowitz <drow@mvista.com>
993
994 * coffdump.c: Include "getopt.h" after "bucomm.h"
995 so that macros are defined correctly.
996 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
997 prototype. Prototype main.
998 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
999
9f77fa06
AO
10002002-02-06 Alexandre Oliva <aoliva@redhat.com>
1001
1002 * MAINTAINERS: Added self as SH co-maintainer.
1003
82f6addb
NC
10042002-02-05 Nick Clifton <nickc@redhat.com>
1005
1006 * po/tr.po: Updated translation.
1007
ba323545
AM
10082002-02-01 Alan Modra <amodra@bigpond.net.au>
1009
1010 * Makefile.am: Run "make dep-am"
1011 * Makefile.in: Regenerate.
1012
3deb89d3
DJ
10132002-01-29 Daniel Jacobowitz <drow@mvista.com>
1014
1015 * nm.c (print_value): Mark abfd unused.
1016
a0e9c55f
DJ
10172002-01-29 Daniel Jacobowitz <drow@mvista.com>
1018
1019 * unwind-ia64.c (unw_decoder): Change second argument
1020 to unsigned int, to match function prototypes.
1021
d7a283d4
DJ
10222002-01-29 Daniel Jacobowitz <drow@mvista.com>
1023
1024 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1025 __GNU_LIBRARY__ will be defined.
1026 * size.c: Likewise.
1027
4867be41
DJ
10282002-01-27 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * configure: Regenerated.
1031
7562a296
HPN
10322002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1033
1034 * doc/Makefile.am (install): Depend on install-info.
1035 * doc/Makefile.in: Regenerate.
1036
15c82623
NC
10372002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1038
1039 * objcopy.c (strip_usage): Document -d as an alias
1040 --strip-debug.
1041
1042 * size.c (usage): Document [-t | --totals] options.
1043 (long_options): Add --totals option.
1044 (main): If the [-t | --totals] option is specified and
1045 the output format is Berkeley-style, print the total
1046 text, data, and bss sizes of all objects listed.
1047 (print_berkeley_format): If the [-t | --totals] option
1048 is specified, track the total text, data, and bss
1049 sizes.
1050 * doc/binutils.texi (size): Document [-t | --totals] options.
1051 (strip): Document -d as an alias for --strip-debug.
1052 * NEWS: Mention new feature of size.
1053
00ea8601 10542002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1055
1ddbd152
NC
1056 * po/fr.po: Updated version.
1057 * po/es.po: Updated version.
b85cedd7 1058
8b53311e
NC
10592002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1060
1061 * addr2line.c (usage): Update text to provide verbose
1062 description of the command line options.
1063 * ar.c (usage): Update text to provide verbose
1064 description of the command line options.
1065 (main): Accept -h and -H when running as ranlib.
1066 * coffdump.c (show_usage): Update text to provide verbose
1067 description of the command line options.
1068 * dlltool.c (main): Accept -H as an alias for --help.
1069 * nlmconv.c (show_usage): Update text to provide verbose
1070 description of the command line options.
1071 * nm.c (usage): Replace OPTIONS with option(s).
1072 (main): Accept -H as an alias for --help.
1073 * objcopy.c (strip_main): Accept -H as an alias for --help.
1074 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1075 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1076 other binutils.
1077 * size.c (usage): Update text to provide verbose description
1078 of the command line options.
1079 (main): Accept -v, -h and -H as command line options.
1080 * srconv.c (show_usage): Update text to provide verbose
1081 description of the command line options.
1082 * strings.c (main): Accept -H and -v as command line options.
1083 (usage): Update text to provide verbose description of the
1084 command line options.
1085 * sysdump.c (show_usage): Update text to provide verbose
1086 description of the command line options.
1087 * windres.c (usage): Adjust format to match style used in
1088 other binutils.
1089
1090 * coffdump.c: Fix formatting.
1091 * nlmconv.c: Fix formatting.
1092 * srconv.c: Fix formatting.
1093 * sysdump.c: Fix formatting.
1094
c46f0c34
AM
10952002-01-22 Alan Modra <amodra@bigpond.net.au>
1096
1097 * Makefile.am: Run "make dep-am".
1098 * Makefile.in: Regenerate.
1099
2a538ba5
AJ
11002002-01-18 Andreas Jaeger <aj@suse.de>
1101
1102 * version.c (print_version): Update year.
1103
285d1771
AM
11042002-01-17 Alan Modra <amodra@bigpond.net.au>
1105
1106 * readelf.c (get_machine_name): Handle EM_PPC64.
1107 (guess_is_rela): Here too.
1108
328577ad
NC
11092002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1110
1111 * po/binutils.pot: Regenerate.
1112 * po/fr.po: Regenerate.
1113 * po/tr.po: Regenerate.
1114
af3ae48d
NC
11152002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1116
1117 * po/tr.po: Import new version.
1118
f1cb7e17
AM
11192002-01-16 Alan Modra <amodra@bigpond.net.au>
1120
1121 * readelf.c (get_ppc64_dynamic_type): New.
1122 (get_dynamic_type): Call it.
1123
6364e0b4
NC
11242002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1125
3ab9460d 1126 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1127 (strip_usage): Use "options" instead of "switches".
3ab9460d 1128 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1129 "switches".
6364e0b4 1130
3a7e524e
RE
11312002-01-14 Richard Earnshaw <rearnsha@arm.com>
1132
1133 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1134
1209e219
NC
11352001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1136
1137 * po/es.po: Import from translation project.
1138 * configure.in (ALL_LINGUAS): Add es.
1139 * configure: Regenerate.
1140
b4db1224
JT
11412002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1142
1143 * readelf.c (get_netbsd_elfcore_note_type): Use
1144 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1145
9437c45b
JT
11462002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1147
1148 * readelf.c: Update copyright years.
1149 (get_note_type): Return a const char *.
1150 (get_netbsd_elfcore_note_type): New function.
1151 (process_note): Use get_netbsd_elfcore_note_type to get
1152 the note type string for NetBSD ELF core files.
1153
00428cca
AM
11542002-01-06 Steve Ellcey <sje@cup.hp.com>
1155
1156 * readelf.c (get_ia64_segment_type): Add support for macros.
1157 (get_segment_type): Add support for IA64 specific macros.
1158
31104126
NC
11592001-12-20 Julian v. Bock <julian@wongr.net>
1160
1161 * readelf.c (print_symbol): New function: Print a formatted symbol
1162 name. If --wide is specified do not truncate it.
1163 (dump_relocations): Use print_symbol() to print symbol names.
1164 (process_symbol_table): Likewise.
1165 (process_syminfo): Likewise.
1166 (process_mips_specific): Likewise.
1167 (usage): Document new feature of --wide switch.
1168 * doc/binutils.texi (objdump): Document additional behaviour of
1169 --wide.
2a538ba5 1170
4dd67f29
MS
11712001-12-18 Michael Snyder <msnyder@redhat.com>
1172
1173 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1174 (copy_object): Don't set the start address or flags of a core file.
1175 (copy_section): Don't relocate a core file. Don't copy contents
1176 if the input section has the contents flag set, but the output
1177 section does not (which happens with the fake 'note' pseudo-
1178 sections that BFD creates for corefiles).
1179
43521d43
TS
11802001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1181
1182 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1183 ASE extensions. More robust code for ISA checking. Ignore empty fields
1184 in header flags for GNU extensions.
1185
b667df2e
AM
11862001-12-18 Alan Modra <amodra@bigpond.net.au>
1187
1188 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1189
17a5a5c3
NC
11902001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1191
1192 * po/ja.po: Import from translation project.
1193 * configure.in (ALL_LINGUAS): Add ja.
1194 * configure: Regenerate.
1195
65de42c0
TS
11962001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1197
1198 * addr2line.c (main): Protoype.
1199 * ar.c (main): Protoype.
1200 * nm.c (main): Protoype.
1201 * objcopy.c (main): Protoype.
1202 * objdump.c (main): Protoype.
1203 * size.c (main): Protoype.
1204 * strings.c (main): Protoype.
1205
9ad5cbcf
AM
12062001-12-17 Alan Modra <amodra@bigpond.net.au>
1207
1208 * readelf.c (symtab_shndx_hdr): New global.
1209 (SECTION_HEADER_INDEX): Define.
1210 (SECTION_HEADER_NUM): Define.
1211 (SECTION_HEADER): Define.
1212 (GET_ELF_SYMBOLS): Pass two params rather than three.
1213 (get_32bit_elf_symbols): Take file and section args. Read and
1214 use SHT_SYMTAB_SHNDX.
1215 (get_64bit_elf_symbols): Likewise.
1216 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1217 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1218 Remember symtab_shdx_hdr.
1219 (process_program_headers): Scan from index 1 for segment map.
1220 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1221 "section_headers".
1222 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1223 (process_unwind): Likewise.
1224 (process_version_sections): Likewise.
1225 (process_symbol_table): Likewise.
1226 (display_debug_info): Likewise.
1227 (process_dynamic_segment): Fake up a symtab section for changed
1228 GET_ELF_SYMBOLS.
1229 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1230 (process_program_headers): Kill signed/unsigned warning.
1231 (load_debug_str): Likewise.
1232 (display_debug_info): Likewise.
1233
65765700
JJ
12342001-12-13 Jakub Jelinek <jakub@redhat.com>
1235
1236 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1237
560f3c1c
AM
12382001-12-11 Alan Modra <amodra@bigpond.net.au>
1239
1240 * readelf.c (process_file_header): Print extended e_shnum and
1241 e_shdtrndx values. Set elf_header values for same.
1242 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1243 (get_64bit_section_headers): Likewise.
1244 (process_section_headers): Update calls.
1245 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1246
bc408b8a
JJ
12472001-12-10 Jakub Jelinek <jakub@redhat.com>
1248
1249 * objcopy.c (setup_section): Copy entsize.
1250
93fbbb04
GK
12512001-12-07 Geoffrey Keating <geoffk@redhat.com>
1252
1253 * readelf.c (guess_is_rela): Add support for stormy16.
1254 (dump_relocations): Likewise.
1255 (get_machine_name): Likewise.
1256
e3c8793a
NC
12572001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1258
1259 * dllwrap.c (main) Replace multiple strings describing a
1260 single error with a single, newline escaped sentence to permit
1261 better translation into foreign languages.
1262
1263 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1264 class names.
1265
956cd1d6
TS
12662001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1267
1268 * strings.c (get_char): Initialize value.
1269
956c53ee
TS
12702001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1271
1272 * arlex.l: Silence compile warnings.
1273 * arsup.h: Likewise. Fix formatting.
1274
cedd9a58
JJ
12752001-12-04 Jakub Jelinek <jakub@redhat.com>
1276
1277 * strings.c: Include config.h before bfd.h.
1278 (file_off): New type.
1279 (file_open): Define.
1280 (print_strings): Use file_off instead of file_ptr. Print addresses
1281 which don't fit into long correctly.
1282 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1283 available.
1284 (strings_file): Use file_off instead of file_ptr. Use file_open.
1285 * configure.in: Check for getc_unlocked.
1286 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1287 be defined for it.
1288 * configure: Rebuilt.
1289 * config.h.in: Rebuilt.
1290
af667503
L
12912001-11-29 H.J. Lu <hjl@gnu.org>
1292
1293 * bucomm.c (make_tempname): Revert the changes made on
1294 2001-11-14 and 2001-11-12. They won't work with directories.
1295
16474668
NC
12962001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1297
1298 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1299 CFLAGS_FOR_TARGET to runtest in environment.
1300 * Makefile.in: Rebuild.
1301 * doc/Makefile.in: Rebuild.
1302
17978339
MS
13032001-11-28 Mike Stump <mrs@wrs.com>
1304
1305 * objcopy.c (setup_section): Preserve SEC_RELOC when
1306 --set-section-flags is used.
1307
261a45ad
NC
13082001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1309
1310 * readelf.c (do_debug_str): New variable.
1311 (display_debug_str): New function: Display the contents of a
1312 .debug_str section.
1313 (load_debug_str): New function: Load in the contents of a
1314 .debug_str section.
1315 (free_debug_str): New function: Free the memory used by
1316 load_debug_str().
1317 (fetch_indirect_string): Retrieve a string from the .debug_str
1318 section.
1319 (usage): Add -ws.
1320 (parse_args): Accept -ws.
1321 (process_section_headers): Allow the display of the .debug_str
1322 section.
1323 (read_and_display_attr_value): Use fetch_indirect_string. Show
1324 offset into .debug_str section.
1325 (display_debug_info): Use load_debug_str and free_debug_str.
1326 (debug_displays): Add .debug_str.
1327 * doc/binutils.texi: Document -ws.
1328
b8908f93
AJ
13292001-11-19 Andreas Jaeger <aj@suse.de>
1330
1331 * testsuite/binutils-all/objdump.exp: Add x86-64.
1332
e5fb9629
AS
13332001-11-15 Andreas Schwab <schwab@suse.de>
1334
1335 * readelf.c: Fix warnings without terminating newline.
1336
802a735e
AM
13372001-11-15 Alan Modra <amodra@bigpond.net.au>
1338
1339 * doc/binutils.texi (objdump): Document ppc -M options.
1340
b89e9eae
AJ
13412001-11-14 Andreas Jaeger <aj@suse.de>
1342
1343 * doc/binutils.texi (objdump): Fix description to use x86-64.
1344
a6a25652
NC
13452001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1346
1347 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1348 not all systems provide mkstemp.
1349
e396998b
AM
13502001-11-14 Alan Modra <amodra@bigpond.net.au>
1351
1352 * doc/binutils.texi (objdump): Document x86 -M options.
1353
81766fca
RH
13542001-11-13 Keith Walker <keith.walker@arm.com>
1355
1356 * readelf.c (read_and_display_attr_value): New function to
1357 handle DW_FORM_indirect.
1358 (read_and_display_attr): Use it.
1359
1a509dcc
GK
13602001-11-13 Geoffrey Keating <geoffk@redhat.com>
1361
1362 * readelf.c (display_debug_lines): Deal with unknown standard
1363 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1364 DW_LNS_set_isa.
1365
6e917903 13662001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1367
6e917903
TW
1368 * MAINTAINERS: Add self as tic54x maintainer. This target
1369 includes the IBM C54XDSP clone.
7559e86e 1370
6e917903 13712001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1372
7559e86e
NC
1373 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1374
13752001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1376
ecdadc4a
JL
1377 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1378 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1379 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1380 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1381 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1382 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1383 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1384
91770270
JL
1385 * readelf.c (get_elf_class): Fix ISO portability glitch.
1386 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1387
ef5cdfc7
JJ
13882001-11-07 Jakub Jelinek <jakub@redhat.com>
1389
1390 * readelf.c (debug_str, debug_str_size): New.
1391 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1392 Call free_abbrevs.
1393 (read_and_display_addr): Handle DW_FORM_strp.
1394 (display_debug_info): Read .debug_str section if present,
1395 so that DW_FORM_strp can be handled.
1396 Fix test for non-existant .debug_abbrev section.
1397
5e9520c8
JJ
13982001-11-05 Jakub Jelinek <jakub@redhat.com>
1399
1400 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1401
1402 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1403
54589086
MS
14042001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1405
1406 * MAINTAINERS: Add self as s390/s390x maintainer.
1407
c05b685b
TR
14082001-11-02 Tom Rix <trix@bluey.cygnus.com>
1409
1410 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1411
3c62831e
NC
14122001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1413
1414 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1415 * configure: Regernate.
1416 * po/fr.po: New file.
1417 * po/tr.po: New file.
1418
3c3bdf30
NC
14192001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1420
9b19141a 1421 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1422 * readelf.c: Include elf/mmix.h.
1423 (guess_is_rela): MMIX is RELA.
1424 (dump_relocations): Handle MMIX relocations.
1425 * Makefile.am: Regenerate dependencies.
1426 * Makefile.in: Regenerate.
1427
f662939a
NC
14282001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1429
1430 * readelf.c (parse_args): Handle multiple options to the -w
1431 switch.
1432
c91d0dfb
JJ
14332001-10-12 Jakub Jelinek <jakub@redhat.com>
1434
1435 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1436 LOPROC, LOOS and LOUSER.
1437
7559e86e 14382001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1439
1440 * MAINTAINERS: Update my email address.
1441
fcd8210c
AM
14422001-10-03 Alan Modra <amodra@bigpond.net.au>
1443
1444 * doc/Makefile.in: Regenerate.
1445 * configure: Regenerate.
1446
428409d5
NC
14472001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1448
1449 * readelf.c (display_debug_line, display_debug_pubnames,
1450 display_debug_info, display_debug_frames): Detect and warn
1451 about 64-bit format entries.
1452 (display_debug_aranges): Reword 64-bit warning.
1453 (debug_displays): Add .debug_pubtypes as a known, but not yet
1454 supported, debug section.
1455
6a8c2b0d
AM
14562001-10-02 Alan Modra <amodra@bigpond.net.au>
1457
1458 * coffdump.c (PROGRAM_VERSION): Delete.
1459 (main <'V'>): Call print_version.
1460 * srconv.c: Likewise.
1461 * sysdump.c: Likewise.
1462 * version.c (program_version): Remove.
1463 (print_version): Use BFD_VERSION_STRING. Just print the current
1464 year in copyright message.
1465 * addr2line.c (program_version): Remove unused declaration.
1466 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1467 place of BFD_VERSION.
1468 * Makefile.am (Makefile): Depend on bfd/configure.in.
1469 (cplus-dem.o): Depend on Makefile.
1470 Run "make dep-am".
1471 * Makefile.in: Regenerate.
1472
e414a165
NC
14732001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1474
1475 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1476 format .debug_arange sections.
1477 (main): Add missing prototype.
b8908f93 1478
efc3ee7f
HPN
14792001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1480
1481 * Makefile.am: Update dependencies with "make dep-am".
1482 * Makefile.in: Regenerate.
1483
9e85c2a0
RH
14842001-09-28 Richard Henderson <rth@redhat.com>
1485
1486 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1487
451dad9c
AM
14882001-09-26 Alan Modra <amodra@bigpond.net.au>
1489
1490 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1491 VA_CLOSE.
1492 (non_fatal): Likewise.
1493 * objdump.c (objdump_sprintf): Likewise.
1494 * readelf.c (error): Likewise.
1495 (warn): Likewise.
1496
d974e256
JJ
14972001-09-25 Jakub Jelinek <jakub@redhat.com>
1498
1499 * readelf.c (do_wide): New.
1500 (options): Add --wide.
1501 (usage, parse_args): Likewise.
1502 (process_program_headers): Put each segment on a single line if
1503 --wide is given.
1504 (process_section_headers): Put each section on a single line if
1505 --wide is given.
1506 * doc/binutils.texi: Document it.
1507 * NEWS: Likewise.
1508
2f11c261
AM
15092001-09-25 Alan Modra <amodra@bigpond.net.au>
1510
1511 * readelf.c (print_vma): Print 8 digits of low hex value.
1512
1d50f91e
AJ
15132001-09-24 Andreas Jaeger <aj@suse.de>
1514
1515 * nlmconv.c: Fix warnings about unused attributes and function
1516 prototypes.
1517
1518 * strings.c: Add prototype for get_char.
1519
38131e67
L
15202000-09-19 H.J. Lu <hjl@gnu.org>
1521
1522 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1523 $(srcdir)/cxxfilt.man.
1524 * doc/Makefile.in: Rebuild.
1525
3bcfb3e4
AM
15262001-09-19 Alan Modra <amodra@bigpond.net.au>
1527
1528 * objcopy.c (copy_main): Correct rename-section string parsing.
1529 Consolidate new_name parsing, and error messages.
1530
3882b010
L
15312001-09-18 Bruno Haible <haible@clisp.cons.org>
1532
1533 * addr2line.c: Don't include <ctype.h>.
1534 (main): For gettext, also set the LC_CTYPE locate facet.
1535 * ar.c (main): Likewise.
1536 * coffdump.c (main): Likewise.
1537 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1538 (main): For gettext, also set the LC_CTYPE locate facet.
1539 Use ISALNUM instead of isalpha/isdigit.
1540 * dllwrap.c: Don't include <ctype.h>.
1541 (main): For gettext, also set the LC_CTYPE locate facet.
1542 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1543 (main): For gettext, also set the LC_CTYPE locate facet.
1544 Use TOUPPER instead of islower/toupper.
1545 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1546 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1547 Use TOUPPER instead of islower/toupper.
1548 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1549 * objcopy.c (main): Likewise.
1550 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1551 (disassemble_bytes): Use ISPRINT instead of isprint.
1552 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1553 (dump_data): Use ISPRINT instead of isprint.
1554 (main): For gettext, also set the LC_CTYPE locate facet.
1555 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1556 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1557 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1558 Use TOUPPER instead of islower/toupper.
1559 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1560 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1561 (write_rc_accelerators): Use ISPRINT instead of isprint.
1562 (write_rc_rcdata): Likewise.
1563 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1564 * srconv.c (main): Likewise.
1565 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1566 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1567 isdigit/isupper/islower.
1568 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1569 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1570 stab_demangle_prefix, stab_demangle_qualified,
1571 stab_demangle_template, stab_demangle_type,
1572 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1573 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1574 (isgraphic): Use ISPRINT instead of isascii/isprint.
1575 (main): Remove HAVE_LC_MESSAGES dependency.
1576 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1577 (pbarray): Use ISPRINT instead of isprint.
1578 (main): For gettext, also set the LC_CTYPE locate facet.
1579 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1580 (format_from_filename): Use ISPRINT instead of isprint.
1581 (main): For gettext, also set the LC_CTYPE locate facet.
1582 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1583 (unicode_print): Use ISPRINT instead of isprint.
1584 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1585 (stab_variable): Use ISDIGIT instead of isdigit.
1586
e59b4dfb
AM
15872001-09-18 Alan Modra <amodra@bigpond.net.au>
1588
1589 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1590 Replace bfd_read call with call to bfd_bread.
1591 (extract_file): Likewise.
1592
1593 * objdump.c (dump_section_header): Cast section->filepos to
1594 unsigned long to suit printf format string.
1595 * readelf.c (process_section_headers): Similarly for sh_offset.
1596 (process_unwind): Likewise.
1597
d132876a
NC
15982001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1599
1600 * strings.c (encoding, encoding_bytes): New variables.
1601 (long_options): Add --encoding.
1602 (main): Accept -e and --encoding.
1603 (get_char): New function. Read a, possibly wide, character from
1604 the input stream.
1605 (print_strings): Use get_char().
1606 (usage): Document new command line option.
1607 * doc/binutils.texi: Document new command line option.
1608 * NEWS: Announce new command line option.
1609
7559e86e 16102001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1611
1612 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1613 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1614 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1615 Removed EM_CYGNUS_ARC.
1616
7559e86e 16172001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1618
1619 * readelf.c: Include elf/h8 for H8 series definitions.
1620 (guess_is_rela): H8 series if RELA.
1621 (dump_relocations): Handle H8 series relocations.
1622
0823fbca
EC
16232001-08-31 Eric Christopher <echristo@redhat.com>
1624
1625 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1626
8db76d70
PT
16272001-08-29 Peter Targett <peter.targett@arccores.com>
1628
1629 * MAINTAINERS: Include ARC Maintainer.
1630
d81d6584
BE
16312001-08-29 Ben Elliston <bje@redhat.com>
1632
1633 * stabs.c (stab_demangle_template): Initialise s4.
1634
25a1ff5b
AM
16352001-08-27 Alan Modra <amodra@bigpond.net.au>
1636
1637 * readelf.c (dump_relocations): Recognise EM_PPC64.
1638
a5d22d2a
TS
16392001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1640
1641 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1642
62a5a82d
L
16432001-08-25 H.J. Lu <hjl@gnu.org>
1644
1645 * nm.c (print_width): New.
1646 (display_rel_file): Set `print_width' according to
1647 bfd_sprintf_vma.
1648 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1649
1ae8b3d2
AO
16502001-08-24 Alexandre Oliva <aoliva@redhat.com>
1651
1652 * objcopy.c (use_alt_mach_code): New variable.
1653 (OPTION_ALT_MACH_CODE): Define.
1654 (copy_options): Added --alt-machine-code.
1655 (copy_main): Handle it.
1656 (copy_object): Switch to alternate machine code if requested.
1657 * doc/binutils.texi: Document new option.
1658 * NEWS: Likewise.
1659
d1bdd336
TS
16602001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1661
1662 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1663
410f7a12
L
16642001-08-21 H.J. Lu <hjl@gnu.org>
1665
1666 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1667 (display_debug_info): Cast for 64bit hosts.
1668 (display_debug_frames): Likewise.
1669 (process_mips_specific): Likewise.
1670
c32144ff
AJ
16712001-08-21 Andreas Jaeger <aj@suse.de>
1672
1673 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1674
1675 * sysdump.c: Add missing prototypes.
1676 * srconv.c: Likewise.
1677 * unwind-ia64.c: Likewise.
1678 * coffdump.c: Likewise.
1679
1680 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1681
1682 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1683 of declaring xcalloc.
1684
d8180c76
L
16852001-08-10 H.J. Lu <hjl@gnu.org>
1686
1687 * nm.c (print_value): Add one arg, bfd *.
1688 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1689 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1690 (print_symbol_info_sysv): Likewise.
1691 (print_symbol_info_posix): Likewise.
1692
1693 * objdump.c (dump_section_header): Replace printf_vma with
1694 bfd_printf_vma.
1695 (print_section_stabs): Likewise.
1696 (dump_bfd_header): Likewise.
1697 (objdump_print_value): Replace sprintf_vma with
1698 bfd_sprintf_vma.
1699 (disassemble_bytes): Likewise.
1700 (dump_reloc_set): Likewise.
1701
0218d1e4
AJ
17022001-08-10 Andreas Jaeger <aj@suse.de>
1703
1704 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1705 to build warnings.
1706 * configure: Regenerate.
1707
2863d58a
AM
17082001-08-09 Alan Modra <amodra@bigpond.net.au>
1709
1710 * readelf.c: Add missing prototypes.
1711 * objdump.c: Likewise. Format existing prototypes.
1712
c0e047e0
AO
17132001-08-08 Alexandre Oliva <aoliva@redhat.com>
1714
1715 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1716 of any RELA relocation for the abbrev_offset memory location that
1717 refers to the .debug_abbrev section symbol.
1718
ff78d6d6
L
17192001-08-07 H.J. Lu <hjl@gnu.org>
1720
1721 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1722 (main): Return process_file ().
1723
c36774d6
PB
17242001-08-05 Philip Blundell <philb@gnu.org>
1725
1726 * doc/binutils.texi: Use "Thumb" not "THUMB".
1727
8f9d9bd9
JH
17282001-08-03 John Healy <jhealy@redhat.com>
1729
bb279dc0
ZW
1730 Patch suggested by Frank Eigler <fche@redhat.com>.
1731 * objdump.c (disassemble_data): Fill in section member of the
1732 disasm_info structure.
8f9d9bd9 1733
c918cb96
DD
17342001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1735
1736 * configure.in: Added --with-windres option.
1737 * configure: Regenerated.
1738
c7c55b78
NC
17392001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1740
1741 * doc/binutils.texi: Use @command{name} for commands;
1742 use @option{-opt} for options; use @table @env for list of options;
1743 remove spaces arround [ | ] in synopsis.
1744
1745 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1746 center title.
1747
594ef5db
NC
17482001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1749
bb279dc0
ZW
1750 * objcopy.c: Fix formatting.
1751 (section_rename): New structure.
1752 (OPTION_RENAME_SECTION): New switch.
1753 (copy_usage): Document new switch.
1754 (add_section_rename): New function: Add a node to the section
1755 rename list.
1756 (find_section_rename): New function: Find the new name and
1757 flags for a section.
1758 (setup_section): Call find_section_name to determine the name
1759 of the output section.
1760 (copy_main): Handle OPTION_RENAME_SECTION.
1761 * binutils.texi: Document new switch.
594ef5db
NC
1762 * NEWS: Mention new switch.
1763
1f554c69
NC
17642001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1765
1766 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1767 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1768 bug-binutils@gcc.org.
1769
2f83960e
AM
17702001-07-28 Matthias Kramm <kramm@quiss.org>
1771
1772 * bucomm.c (list_supported_architectures): New function.
1773 * bucomm.h (list_supported_architectures): Declare.
1774 * objdump.c (usage): Call the above.
1775
20fe0649
DB
17762001-07-25 Dave Brolley <brolley@redhat.com>
1777
1778 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1779 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1780
1b577b00
NC
17812001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1782
1783 * README: Update for 2.11. Change bug reporting email address.
1784 * MAINTAINERS: Tidy up. Change bug reporting email address.
1785
95fd336c
DD
17862001-07-16 DJ Delorie <dj@redhat.com>
1787
5f16d855
DD
1788 * resres.c (write_res_header): Align header size.
1789 (res_align_file): Calculate alignment correctly.
1790
95fd336c
DD
1791 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1792 correct 10).
1793 * resrc.c (write_rc_resource): Likewise.
1794 * windres.h (SUBLANG_SHIFT): Define - as 10.
1795
ed8fee27
NC
17962001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1797
1798 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1799
90ab7e9a
NC
18002001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1801
1802 * MAINTAINERS: Add notes about branch checkins.
1803
e0c60db2
NC
18042001-07-05 Daniel Berlin <dan@cgsoftware.com>
1805
1806 * readelf.c (display_debug_macinfo): New function, display
1807 .debug_macinfo section.
1808 (do_debug_macinfo): New variable.
1809 (parse_args): Handle "-w[mM]" to mean display macro info.
1810 (process_section_headers): Handle debug_macinfo.
1811 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1812 function for .debug_macinfo display.
e0c60db2
NC
1813 * doc/binutils.texi: Document new command line switch.
1814 * NEWS: Document new feature of readelf.
0218d1e4 1815
24e01a36
L
18162001-07-05 H.J. Lu <hjl@gnu.org>
1817
1818 * objcopy.c (filter_symbols): Don't turn undefined symbols
1819 into local.
1820
4258bf4d
L
18212001-07-03 H.J. Lu <hjl@gnu.org>
1822
1823 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1824 $@.pod.
1825 (ar.1): Likewise.
1826 (dlltool.1): Likewise.
1827 (nlmconv.1): Likewise.
1828 (nm.1): Likewise.
1829 (objcopy.1): Likewise.
1830 (objdump.1): Likewise.
1831 (ranlib.1): Likewise.
1832 (readelf.1): Likewise.
1833 (size.1): Likewise.
1834 (strings.1): Likewise.
1835 (strip.1): Likewise.
1836 (windres.1): Likewise.
1837 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1838 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1839 $(DEMANGLER_NAME).
1840 (as.1): Removed.
1841 * doc/Makefile.in: Regenerated.
1842
7014bc31
NC
18432001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1844
1845 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1846
b811889f
NC
18472001-07-01 Daniel Berlin <dan@cgsoftware.com>
1848
1849 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1850
12ab83a9
NC
18512001-06-29 James Cownie <jcownie@etnus.com>
1852
1853 * readelf.c: Support DWARF 2.1 attributes.
1854
a6e9f9df
AM
18552001-06-28 Alan Modra <amodra@bigpond.net.au>
1856
1857 * readelf.c (GET_DATA_ALLOC): Remove.
1858 (GET_DATA): Remove.
1859 (get_data): New function combining above macros, with an extra
1860 test for zero size.
1861 (slurp_rela_relocs): Use get_data, and catch error return.
1862 (slurp_rel_relocs): Likewise.
1863 (get_32bit_program_headers): Likewise.
1864 (get_64bit_program_headers): Likewise.
1865 (get_32bit_section_headers): Likewise.
1866 (get_64bit_section_headers): Likewise.
1867 (get_32bit_elf_symbols): Likewise.
1868 (get_64bit_elf_symbols): Likewise.
1869 (process_section_headers): Likewise.
1870 (process_relocs): Likewise.
1871 (slurp_ia64_unwind_table): Likewise.
1872 (process_unwind): Likewise.
1873 (get_32bit_dynamic_segment): Likewise.
1874 (get_64bit_dynamic_segment): Likewise.
1875 (process_dynamic_segment): Likewise.
1876 (process_version_sections): Likewise.
1877 (process_symbol_table): Likewise.
1878 (dump_section): Likewise.
1879 (display_debug_info): Likewise.
1880 (display_debug_section): Likewise.
1881 (process_section_contents): Likewise.
1882 (process_corefile_note_segment): Likewise.
1883 (process_mips_specific): Likewise. Also free econf32, econf64.
1884
af3fc3bc
AM
18852001-06-25 Alan Modra <amodra@bigpond.net.au>
1886
1887 * readelf.c (dump_relocations): Print "bad symbol index" if
1888 symtab == NULL with non-zero symtab_index.
1889 (process_relocs): Don't bomb if reloc section has no symsec.
1890
6d900bf6
L
18912001-06-24 H.J. Lu <hjl@gnu.org>
1892
1893 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1894 by accident.
1895 (copy_main): Apply the the change made to strip_main on
1896 2001-05-30 by accident.
1897
49b4e386
AJ
18982001-06-23 Andreas Jaeger <aj@suse.de>
1899
1900 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1901 parameter 'code'.
1902 (unw_decode_x2): Likewise.
1903 (unw_decode_x3): Likewise.
1904 (unw_decode_x4): Likewise.
1905
d8dc71e3
BE
19062001-06-23 Ben Elliston <bje@redhat.com>
1907
1908 * MAINTAINERS: Add myself as M88k maintainer.
1909
af3bdff7
NC
19102001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1911
1912 * objcopy.c (strip_main): Support -o or --output-file command lien
1913 switch.
1914
105e7211
L
19152001-06-19 H.J. Lu <hjl@gnu.org>
1916
1917 * doc/Makefile.in: Regenerated.
1918
c45021f2
NC
19192001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1920
1921 * readelf.c: Restore formatting.
1922
19232001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1924
bb279dc0
ZW
1925 * Makefile.am: Move documentation into doc subdirectory.
1926 * Makefile.in: Regenerated.
c45021f2 1927 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1928 * addr2line.1: Removed.
1929 * ar.1: Likewise.
1930 * dlltool.1: Likewise.
1931 * nlmconv.1: Likewise.
1932 * nm.1: Likewise.
1933 * objcopy.1: Likewise.
1934 * objdump.1: Likewise.
1935 * ranlib.1: Likewise.
1936 * readelf.1: Likewise.
1937 * size.1: Likewise.
1938 * strings.1: Likewise.
1939 * strip.1: Likewise.
1940 * windres.1: Likewise.
1941 * cxxfilt.man: Likewise.
c45021f2
NC
1942 * doc: New Directory.
1943 * doc/Makefile.am: New file.
1944 * doc/Makefile.in: Generate.
1945
09ad7db3
AM
19462001-06-09 Alan Modra <amodra@bigpond.net.au>
1947
1948 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1949
936260fe
AM
19502001-06-01 Alan Modra <amodra@bigpond.net.au>
1951
1952 * MAINTAINERS: Update my email address.
1953
16b2b71c
NC
19542001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1955
1956 * objcopy.c: Add new switches: --keep-global-symbol,
1957 --keep-symbols, --localize-symbols, --keep-global-symbols and
1958 --weaken-symbols.
1959 * binutils.texi: Document new switches.
1960 * objcopy.1: Regenerate.
1961 * NEWS: Announce new feature.
1962
7036c0e1
AJ
19632001-05-28 Andreas Jaeger <aj@suse.de>
1964
1965 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1966 variables, fix format strings.
1967
76a406e5
NC
19682001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1969
1970 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1971 when computing the address of the line to show.
1972
31b6fca6
RH
19732001-05-16 Richard Henderson <rth@redhat.com>
1974
1975 * readelf.c (do_debug_frames_interp): New.
1976 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1977 (byte_get_big_endian): Likewise.
1978 (parse_args) ['F']: Set do_debug_frames_interp.
1979 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1980 (frame_display_row): Don't trunc pc_begin to int.
1981 (size_of_encoded_value): New.
1982 (display_debug_frames): Handle 64-bit targets. Print raw data
1983 unless do_debug_frames_interp.
1984 (debug_displays): Remove duplicate .debug_frame.
1985
4fe85591
NC
19862001-05-15 Ralf Baechle <ralf@gnu.org>
1987
1988 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1989 The former constant was never in active use and is used otherwise
1990 by the ABI.
1991
579f31ac
JJ
19922001-05-11 Jakub Jelinek <jakub@redhat.com>
1993
1994 * readelf.c (process_unwind): Print all unwind sections, not just
1995 one.
1996
78f4a3f7
AM
19972001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1998
1999 * readelf.c (process_unwind): Remove const specifier.
2000
1c529ca6
NC
20012001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2002
2003 * strings.c (isgraphic): Do not use isascii() unless it is needed
2004 for isprint() to work.
2005 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2006
87e6d782
NC
20072001-04-27 Johan Rydberg <jrydberg@opencores.org>
2008
bb279dc0 2009 * NEWS: Announce support for OpenRISC.
87e6d782 2010
4bd3d870 20112001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2012
2013 * dlltool.c (do_default_excludes): Initialise to true.
2014
21211521
AM
20152001-04-10 Alan Modra <amodra@one.net.au>
2016
2017 * MAINTAINERS: Update my email address
2018 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2019
0c66b61e 20202001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2021
2022 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2023
e58d53af
L
20242001-03-30 H.J. Lu <hjl@gnu.org>
2025
2026 * readelf.c (process_unwind): Just return if do_unwind is 0.
2027
bee72332
DD
20282001-03-28 Roger Sayle <roger@metaphorics.com>
2029
2030 * dlltool.c (make_one_lib_file): Fix section flags for
2031 .text, .data and .bss in stub ds*.o files to match those
2032 generated by gas.
2033
f1467e33
L
20342001-03-29 H.J. Lu <hjl@gnu.org>
2035
2036 * readelf.c (process_unwind): Only do unwind sections for
2037 IA64.
2038
1c6fb4fe
L
20392001-03-28 H.J. Lu <hjl@gnu.org>
2040
2041 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2042 * Makefile.in: Regenerate.
2043
0879a67a
AJ
20442001-03-26 Andreas Jaeger <aj@suse.de>
2045
2046 * binutils.texi (nm): Fix texi syntax.
2047
0285c67d
NC
20482001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2049
2050 * binutils.texi: Put @c man begin and @c man end indications
2051 to generate man pages using texi2pod and pod2man. Put @c man title
2052 to identify each man. Add SEEALSO entries.
2053 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2054 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2055 sort the list.
2056 (*.1): Build the man pages from binutils.texi.
2057 * Makefile.in: Regenerate.
2058
04847a4d
CF
20592001-03-13 Eric Kohl <ekohl@rz-online.de>
2060
2061 * defparse.y (opt_equal_name): allow "." in name.
2062 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2063 (gen_exp_file): Likewise.
2064
43a0748c
NC
20652001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2066
2067 * NEWS: Document addition of -B switch to objcopy.
2068 * binutils.texi: Document addition of -B switch to objcopy.
2069 * objcopy.c: (copy_options): Add --binary-architecture.
2070 (copy_usage): Document -B/--binary-architecture.
2071 (copy_main): Support -B/--binary-architecture. Set
2072 bfd_external_binary_architecture.
0879a67a 2073
b7498e0e
NC
20742001-03-11 Andreas Jaeger <aj@suse.de>
2075
2076 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2077 (dump_relocations): Likewise.
2078 (get_machine_name): Likewise.
2079
a59e3bd7
NC
20802001-02-28 Nick Clifton <nickc@redhat.com>
2081
2082 * readelf.c: (struct unw_aux_info): Remove const modifier for
2083 'strtab' field.
2084 (process_unwind): Remove non-K&R compliant LHS type cast in call
2085 to GET_DATA_ALLOC macro.
2086
a5bcd848
PB
20872001-02-28 Philip Blundell <pb@futuretv.com>
2088
2089 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2090 ABI is in use; remove ambiguity between the "unknown" EABI and
2091 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2092 renamed EF_xx constants.
2093
27b7e12d
AM
20942001-02-27 Alan Modra <alan@linuxcare.com.au>
2095
2096 * configure.in (BFD_VERSION): New.
2097 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2098 * configure: Regenerate.
2099 * Makefile.am: Run "make dep-am"
2100 * Makefile.in: Regenerate.
2101
a9f10786
NC
21022001-02-14 Nick Clifton <nickc@redhat.com>
2103
2104 * MAINTAINERS: Add "Obvious Fix" rule.
2105
3c44da9a
MS
21062001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2107
2108 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2109 literal concatenation.
2110
ecd03389
MS
21112001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2112
2113 * readelf.c (struct unw_aux_info): Remove const from the info member.
2114 (process_unwind): Don't type-cast the third argument to the
2115 GET_DATA_ALLOC macro.
2116
88ec60c7
NC
21172001-02-11 Nick Clifton <nickc@redhat.com>
2118
2119 * readelf.c (dump_relocations): Free corrected allocated
2120 array.
2121 (process_unwind): Fix compile time warning.
2122
f5e21966
NC
21232001-02-10 Nick Clifton <nickc@redhat.com>
2124
2125 * binutils.texi: Document new --unwind option to readelf.
2126
a85d7ed0
NC
21272001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2128
2129 * readelf.c: Add linux target for S/390.
2130
7bb10502
AM
21312001-02-10 Alan Modra <alan@linuxcare.com.au>
2132
2133 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2134 printf is a macro.
2135
8ca8f343
HPN
21362001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2137
2138 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2139 * aclocal.m4: Regenerate.
2140 * configure: Regenerate.
2141
7340082d
NC
21422001-02-07 Todd Vierling <tv@wasabisystems.com>
2143
2144 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2145 * objdump.c (bfd_target_vector): Likewise.
2146
4d6ed7c8
NC
21472001-02-07 David Mosberger <davidm@hpl.hp.com>
2148
2149 * readelf.c (process_unwind): New function.
2150 (slurp_ia64_unwind_table): Ditto.
2151 (dump_ia64_unwind): Ditto.
2152 (find_symbol_for_address): Ditto.
2153 (slurp_rela_relocs): New function (split off from dump_relocations()).
2154 (slurp_rel_relocs): Ditto.
2155 (parse_args): Handle '-u' option.
2156
2157 * unwind-ia64.c: New file.
2158 * unwind-ia64.h: New file.
2159 * Makefile.am: Include unwind-ia64.c in readelf build.
2160 * Makefile.in: Regenerate.
7340082d 2161 * po/binutils.pot: Regenerate.
4d6ed7c8 2162
c7217458
PB
21632001-02-04 Philip Blundell <philb@gnu.org>
2164
2165 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2166 * configure: Regenerate.
2167
956eedd4
AM
21682001-01-31 Steve deRosier <sderosier@vari-lite.com>
2169
2170 * ieee.c (ieee_add_bb11): Don't check for backslashes
2171 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2172
8855cbca
AM
21732001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2174
c7f2731e
AM
2175 * ieee.c: Update copyright.
2176 (ieee_start_compilation_unit): Don't check for backslashes
2177 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2178
8855cbca
AM
2179 * stabs.c: Update copyright. Include "filenames.h".
2180 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2181
329de803 21822001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2183
2184 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2185 sections are present before using them. Remove code duplication.
2186 (process_symbol_table): Check if VERDEF or VERNEED sections are
2187 present before using them.
2188
23719f39
NC
21892001-01-17 Nick Clifton <nickc@redhat.com>
2190
2191 * objcopy.c (copy_object): Fail if attempting to convert the
2192 endianness of the input object file.
2193
2194 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2195
f726e849
NC
21962001-01-16 Nick Clifton <nickc@redhat.com>
2197
2198 * readelf.c (string_table_length): New variable.
2199 (SECTION_NAME): Catch out of range indices and missing section
2200 pointers.
2201 (process_section_headers): Delete useless local variable
2202 string_table_offset. Set the value of string_table_length
2203 after loading the string table.
2204 (process_mips_specific): Use SECTION_NAME macro.
2205 (process_file): Set string_table_length to 0 when it is freed.
2206
d0398d6a
NC
22072001-01-12 Nick Clifton <nickc@redhat.com>
2208
2209 * version.c (print_version): Update copyright date.
2210
0d2bcfaf
NC
22112001-01-11 Peter Targett <peter.targett@arccores.com>
2212
2213 * readelf.c (dump_relocations): Include selection with EM_ARC.
2214 (get_machine_name) Update name to "ARC".
2215
8b1e6df3
NC
22162001-01-09 Nick Clifton <nickc@redhat.com>
2217
2218 * Makefile.am: Add rule to build objdump.o from objdump.c and
2219 using OBJDUMP_DEFS.
2220 * Makefile.in: Regenerate.
2221
2222 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2223 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2224 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2225 * configure: Regenerate.
8b1e6df3
NC
2226
2227 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2228 is defined read in the relocs even if dump_reloc_info is
2229 false.
2230
2f952d20
PB
22312001-01-07 Philip Blundell <philb@gnu.org>
2232
2233 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2234 `bug-binutils'.
2235 * README: Likewise.
2236
a8c548cb
NC
22372000-12-19 Nick Clifton <nickc@redhat.com>
2238
2239 * dlltool.c: Add missing support for arm-epoc-pe.
2240 * configure.in: Add missing support for arm-epoc-pe.
2241 * configure: Regenerate.
2242
cc5fda35
NC
22432000-12-15 Nick Clifton <nickc@redhat.com>
2244
2245 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2246 Mode parts of the x86 port.
2247
bcedfee6
NC
22482000-12-04 Andreas Jaeger <aj@suse.de>
2249
2250 * readelf.c (guess_is_rela): Add EM_X86_64.
2251 (dump_relocations): Add EM_X86_64.
2252 (get_machine_name): Add EM_X86_64.
2253 Include "elf/x86-64.h".
2254
584da044
NC
22552000-12-12 Nick Clifton <nickc@redhat.com>
2256
2257 * readelf.c: Fix formatting.
2258
7559e86e 22592000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2260
2261 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2262
a98cc2b2
AH
22632000-12-07 Andrew Haley <aph@redhat.com>
2264
2265 * readelf.c (display_debug_frames): Only display columns that are
2266 referenced by the frame debug info.
2267
c7987a69
NC
22682000-12-05 Nick Clifton <nickc@redhat.com>
2269
2270 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2271
09fd7e38
JM
22722000-12-04 Jason Merrill <jason@redhat.com>
2273
2274 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2275 (display_debug_section): Likewise.
2276 (display_debug_info): Display CU header before bailing.
2277
e7af610e
NC
22782000-12-01 Chris Demetriou <cgd@sibyte.com>
2279
09fd7e38
JM
2280 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2281 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2282 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2283
09fd7e38
JM
2284 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2285 and E_MIPS_ARCH_64.
84ea6cf2 2286
09fd7e38
JM
2287 * readelf.c (get_machine_flags): Add case for
2288 E_MIPS_MACH_SB1.
c6c98b38 2289
75066968
DD
22902000-11-30 Richard Earnshaw <rearnsha@arm.com>
2291
2292 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2293
5c4666ea
HPN
22942000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2295
6e917903 2296