]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
2002-12-05 Andrew Cagney <ac131313@redhat.com>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
45bcbdb1
ILT
12002-12-04 Ian Lance Taylor <ian@airs.com>
2
3 * MAINTAINERS: Change e-mail address back to airs.com.
4
42ea8716
AH
52002-12-04 Aldy Hernandez <aldyh@redhat.com>
6
7 * MAINTAINERS: Add self.
8
b34976b6
AM
92002-11-30 Alan Modra <amodra@bigpond.net.au>
10
11 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
12 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
13 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
14 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
15 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
16 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
17 with TRUE/FALSE. Formatting.
18
c8286bd1
JJ
192002-11-29 Jakub Jelinek <jakub@redhat.com>
20
21 * readelf.c Replace occurrences of Elf32_Internal_* and
22 Elf64_Internal_* with Elf_Internal_*.
23 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
24 Zero r_addend fields.
25 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
26 Elf_Internal_Rela.
27
92acdfaf
NC
282002-11-23 Nick Clifton <nickc@redhat.com>
29
30 * size.c (usage): Fix typo describing switch for hex format.
31
48c5eb8a
SS
322002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
33
34 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
35 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
36 testcase
37
2f62977e
NC
382002-11-14 Nick Clifton <nickc@redhat.com>
39
40 * readelf.c (process_program_headers): Add comment about return
41 value. Ensure that 0 is returned if the headers are not loaded.
42 (process_file): If process_section_headers failed to load the
43 headers disable any tests that rely upon them. Similarly for
44 process_program_headers.
45
cd24c222
NC
462002-11-12 Nick Clifton <nickc@redhat.com>
47
48 * po/da.po: Updated Danish translation.
49
f3931575
AM
502002-11-12 Klee Dienes <kdienes@apple.com>
51
52 * rddbg.c (read_section_stabs_debugging_info): Also recognize
53 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
54
b54e7460
CF
552002-11-11 Christopher Faylor <cgf@redhat.com>
56
57 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
58 cgf maintainership.
59
4f17cc13
CF
602002-11-11 Christopher Faylor <cgf@redhat.com>
61
62 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
63
232e7cb8
NC
642002-11-07 Nick Clifton <nickc@redhat.com>
65
cd24c222 66 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
67 * configure: Regenerate.
68 * po/da.po: New Danish translation.
69
232e7cb8
NC
70 * readelf.c (get_symbol_index_type): Revert part of previous
71 patch: Display unknown symbol types in decimal, not hex.
72
c9e38879
NC
732002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
74
75 * dlltool.c (add_excludes): Don't prefix excluded fastcall
76 symbols with underscore.
77 (xlate): Ignore add_underscore for decorated fastcall symbols.
78
792002-11-07 Eric Kohl <ekohl@rz-online.de>
80
81 * deflex.l: Accept '@' as first character of an ID.
82 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
83 ASM_PREFIX for fastcall symbols.
84 (scan_drectve_symbols): Handle fastcall symbols when generating
85 undecorated aliases for symbols in drectve section.
86 (scan_filtered_symbols): Likewise, with export-all.
87 (xlate): Likewise, with --kill-at.
88 (make_imp_label): New function to handle fastcall symbols
89 correctly.
90 (make_one_lib_file): Use make_imp_label instead of make_label
91 for imp symbols.
92
a700dc3b
SS
932002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
94
95 * MAINTAINERS: Add self as TIC4X maintainer.
96
5cf1065c
NC
972002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
98
99 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
100 PROCESSOR-specific, OS-specific, reserved and unknown symbol
101 types.
5cf1065c 102
f1ef08cb
AM
1032002-11-04 Alan Modra <amodra@bigpond.net.au>
104
105 * readelf.c (byte_get_little_endian): Comment typo fix.
106 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
107 as the format string.
108 (dump_relocations): Correct section sym names.
109 (process_section_headers): Clear symtab_shndx_hdr.
110 (read_and_display_attr_value): Don't pass indirect string to printf
111 as the format string.
112 (display_debug_frames): Indicate when zero terminator found. Decode
113 DW_EH_PE_pcrel addresses.
114
1a09a22c
NC
1152002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
116
117 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
118 order to ensure proper disassembly of the valid 0-value opcode.
119 * configure: Regenerate.
120 * aclocal.m4: Regenerate.
121 * config.in: Regenerate.
122 * configure.in: Regenerate.
123 * doc/Makefile.in: Regenerate.
124 * po/binutils.pot: Regenerate.
125
c254c557
KK
1262002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
127
128 * MAINTAINERS: Add self as SH maintainer.
129
aefbdd67
BE
1302002-10-23 Ben Elliston <bje@redhat.com>
131
132 * doc/binutils.texi (objdump): Document -z and move the entry for
133 --disassemble-zeroes to the end of the options section (for `z').
134
ab9bcc01
NC
1352002-10-21 Nick Clifton <nickc@redhat.com>
136
137 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
138
8ab56b6f
AM
1392002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
140
141 * objdump.c (dump_data): Correct addr_offset for opb != 1.
142
49c12576
AM
1432002-10-15 Alan Modra <amodra@bigpond.net.au>
144
48417c1a
AM
145 * bucomm.c (list_supported_targets): Use bfd_target_list.
146
49c12576
AM
147 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
148 other object errors in preference to bfd_core errors.
149
6e1a7e9a
AM
1502002-10-14 Alan Modra <amodra@bigpond.net.au>
151
152 * Makefile.am: Run "make dep-am".
153 * objdump.c: #include "bfdver.h".
154 * version.c: Likewise.
155 * Makefile.in: Regenerate.
156 * config.in: Regenerate.
157 * configure: Regenerate.
158 * po/POTFILES.in: Regenerate.
159
09fc3b02
DJ
1602002-10-09 Daniel Jacobowitz <drow@mvista.com>
161
162 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
163 sections. Allow relocations against the absolute symbol. Don't
164 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 165 relocation.
09fc3b02 166
f309035a
NC
1672002-10-07 Gordon Chaffee <chaffee@netvmg.com>
168
169 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
170 ordinary ones are available.
171
810dfa6e
L
1722002-09-30 H.J. Lu <hjl@gnu.org>
173
174 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
175 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
176
bb279dc0
ZW
1772002-09-17 Zack Weinberg <zack@codesourcery.com>
178
179 * Makefile.am (CFILES): Add cxxfilt.c.
180 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
181 (cxxfilt_LDADD): Delete.
182 Remove all references to underscore.c.
183 Regen dependencies.
184 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
185 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
186 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
187 adjustments to fit into binutils framework.
188 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
189
065c959b
NC
1902002-09-12 Roland McGrath <roland@redhat.com>
191
192 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
193 Handle DW_OP_GNU_push_tls_address.
194
e09f4395
NC
1952002-09-11 Nick Clifton <nickc@redhat.com>
196
197 * po/tr.po: Updated Turkish translation.
198
873e0588
NC
1992002-09-10 Nick Clifton <nickc@redhat.com>
200
201 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
202 testsuite changes. Add paragraphs about testsuite and config
203 patches.
204
069fe61f
NC
2052002-08-29 Nick Clifton <nickc@redhat.com>
206
207 * readelf.c (get_machine_flags): Remove redundant reference to
208 E_V850EA_ARCH.
209
fe0507eb
AM
2102002-08-28 Alan Modra <amodra@bigpond.net.au>
211
212 * objdump.c (dump_bfd): Restore lines accidentally deleted in
213 last commit.
214
026df7c5
NC
2152002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
216
bb279dc0 217 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
218 (dump_bfd_header): Likewise.
219
68a4c073
AM
2202002-08-27 Alan Modra <amodra@bigpond.net.au>
221
222 * nm.c: Revert last change.
223
a1df01d1
AM
2242002-08-26 Alan Modra <amodra@bigpond.net.au>
225
226 * nm.c (display_rel_file): Don't report "no symbols" as an error.
227 * objdump.c (slurp_symtab): Likewise.
228 (slurp_dynamic_symtab): Likewise.
229 (dump_symbols): Likewise. Do print "no symbols" to stdout.
230
a926ab2f
GK
2312002-08-24 Geoffrey Keating <geoffk@redhat.com>
232
233 * MAINTAINERS: Change my mailing address.
234
fcf62380
DA
2352002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
236
237 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
238
51e28791
NC
2392002-08-22 Nick Clifton <nickc@redhat.com>
240
241 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
242 HPPA.
243
c5b060ad
AM
2442002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
245
246 * readelf.c (parse_args): Change debug_dump_opt to static.
247
4b73ca92
NC
2482002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
249
250 * stabs.c (parse_stab_argtype): Pass length of physname to
251 stab_demangle_argtypes.
252 (stab_demangle_argtypes): Add new parameter - length of physname.
253 Pass length of physname on to stab_demangle_prefix.
254 (stab_demangle_prefix): Add new parameter - length of physname.
255 Use length of physname (if supplied) to compute end of function
256 name.
257
35b1837e
AM
2582002-08-15 Alan Modra <amodra@bigpond.net.au>
259
260 * readelf.c: Include elf/i370.h.
261 (dump_relocations): Handle EM_S370.
262 (dynamic_segment_parisc_val): Print \n.
263 (process_dynamic_segment <DT_BIND_NOW>): Here too.
264
762baac5
NC
2652002-08-14 Nick Clifton <nickc@redhat.com>
266
267 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
268 * objdump.c (usage): Likewise.
269 * doc/binutils.texi: Likewise.
270
85c09e8a
NC
2712002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
272
273 * rcparse.y (acc_entry): Don't warn about ALT use with
274 non-VIRTKEY.
275
212a3c4d
L
2762002-08-13 H.J. Lu <hjl@gnu.org>
277
278 * objcopy.c (copy_object): Don't warn about the unsupported
279 architecture unless the input target is defaulted or the
280 output architecture is different from the input.
281
2b692c59
NC
2822002-08-09 Nick Clifton <nickc@redhat.com>
283
284 * po/sv.po: Updated Swedish translation.
285
09de7a73
AM
2862002-08-05 Alan Modra <amodra@bigpond.net.au>
287
288 * prdbg.c (pr_fix_visibility): Remove assert.
289
47badb7b
NC
2902002-07-31 Nick Clifton <nickc@redhat.com>
291
292 * addr2line.c (process_file): Rename parameter 'filename' to
293 'file_name' in order to avoid shadowing global symbol of the
294 same name.
295 (main): Likewise.
296
2979dc34
JJ
2972002-07-30 Jakub Jelinek <jakub@redhat.com>
298
299 * readelf.c (OPTION_DEBUG_DUMP): Define.
300 (options): Use it.
301 (usage): Update help.
302 (parse_args): Handle --debug-dump separately from -w.
303 * doc/binutils.texi (readelf): Update documentation.
304
219576a4
NC
3052002-07-25 Nick Clifton <nickc@redhat.com>
306
307 * po/es.po: Updated Spanish translation.
308 * po/fr.po: Updated French translation.
309
bf4f22e6 3102002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 311
bf4f22e6
NC
312 * po/es.po: Updated Spanish translation.
313
c5b3a82a
AM
3142002-07-23 Alan Modra <amodra@bigpond.net.au>
315
316 * Makefile.am: Run "make dep-am".
317 * Makefile.in: Regenerate.
318
0461a601
NC
3192002-07-23 Nick Clifton <nickc@redhat.com>
320
bf4f22e6 321 * po/fr.po: Updated French translation.
0461a601 322
bf44dd74
AM
3232002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
324
325 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
326
2c205ff2
AM
3272002-07-20 Alan Modra <amodra@bigpond.net.au>
328
63eb0809 329 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 330
1e4cf259
NC
3312002-07-18 Denis Chertykov <denisc@overta.ru>
332 Frank Ch. Eigler <fche@redhat.com>
333
334 * readelf.c: Include "elf/ip2k.h".
335 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
336 (dump_relocations): Likewise.
337 (get_machine_name): Likewise.
338 * NEWS: Mention IP2K support.
339
2cbb2eef
NC
3402002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
341
342 * NEWS: Add 'Changes in 2.13'.
343
047b2264
JJ
3442002-07-10 Jakub Jelinek <jakub@redhat.com>
345
346 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
347 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
348 (get_section_type_name): Handle SHT_GNU_LIBLIST.
349 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
350 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
351 (process_gnu_liblist): New.
352 (process_file): Call it.
353
97230b15
AM
3542002-07-03 Alan Modra <amodra@bigpond.net.au>
355
356 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
357 * Makefile.in: Regenerate.
358
a6637ec0
AM
3592002-07-02 Alan Modra <amodra@bigpond.net.au>
360
361 * budemang.c: New file, "demangle" function.
362 * budemang.h: New file.
363 * addr2line.c (translate_addresses): Use "demangle".
364 * nm.c (print_symname): Likewise.
365 * objdump.c (objdump_print_symname): Likewise.
366 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
367 here since that obfuscates.
368 * rdcoff.c: Don't #include demangle.h.
369 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
370 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
371 (HFILES): Add budemang.h. Sort.
372 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
373 Run "make dep-am".
374 * Makefile.in: Regenerate.
375
179d3252
JT
3762002-07-01 Matt Thomas <matt@3am-software.com>
377
378 * readelf.c: Include "elf/vax.h".
379 (guess_is_rela): Move EM_VAX from unknown to RELA case.
380 (dump_relocations): Handle VAX relocations.
381 (get_machine_flags): Handle VAX machine flags.
382
75751cd9
SC
3832002-06-29 Stephane Carrez <stcarrez@nerim.fr>
384
385 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
386
e5851ab8
NC
3872002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
388
389 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
390
eb3f2f5c
AM
3912002-06-26 Alan Modra <amodra@bigpond.net.au>
392
393 * nm.c (print_symname): When demangling, strip leading dots from
394 symbol names to avoid confusing the demangler.
395
a13a0de8
L
3962002-06-25 H.J. Lu <hjl@gnu.org>
397
398 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
399 * Makefile.in: Regenerated.
400
6db7a086
AM
4012002-06-21 Igor Schein <igor@txc.com>
402
403 * configure.in: Quote bu_cv_have_fopen64.
404 * configure: Regenerate.
405
9710509e
AM
4062002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
407
408 * configure.in: Check for strcoll.
409 * configure: Regenerate.
410 * config.in: Regenerate.
411 * nm.c (main): Set locale for LC_COLLATE category.
412 (non_numeric_forward): Use strcoll if available.
413
a9f0b5e7
DB
4142002-06-20 Dave Brolley <brolley@redhat.com>
415
416 * MAINTAINERS: Add self as fr30 and frv maintainer.
417
33f5f537
L
4182002-06-18 H.J. Lu (hjl@gnu.org)
419
420 * nm.c: Include "elf/common.h".
421 (extended_symbol_info): Add elfinfo, a pointer to
422 elf_symbol_type.
423 (SYM_SIZE): Use elfinfo if it is not NULL.
424 (get_symbol_type): New function.
425 (display_archive): Set print_width for each archive member.
426 (display_file): Likewise.
427 (display_rel_file): Don't set print_width here.
428 (print_object_filename_sysv): Handle print_width.
429 (print_archive_member_sysv): Likewise.
430 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
431 (print_symbol): Set the elfinfo field in extended_symbol_info
432 for ELF.
433 (print_object_filename_sysv): Fix the output format.
434 (print_symbol_info_sysv): Print type and section for ELF.
435
4362002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
437
438 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 439 the symbol's size equal to its value when --size-sort is
33f5f537
L
440 used.
441
5c70f934
DB
4422002-06-18 Dave Brolley <brolley@redhat.com>
443
444 From Catherine Moore:
445 * readelf.c (elf/frv.h): #include it.
446 (guess_is_rela): Support EM_CYGNUS_FRV.
447 (dump_relocations): Ditto.
448 (get_machine_name): Ditto.
449 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
450
7ece0d85
JJ
4512002-06-18 Jakub Jelinek <jakub@redhat.com>
452
453 * readelf.c (get_file_header): Only read the first section header if
454 e_shoff is non-zero.
455
72797995
L
4562002-06-15 H.J. Lu (hjl@gnu.org)
457
458 * nm.c (print_size): New variable. Initialize to 0.
459 (long_options): Add 'S'/"print-size".
460 (main): Handle 'S'.
461 (print_symbol_info_bsd): Print size only if print_size is not
462 0.
463
464 * doc/binutils.texi: Document -S/--print-size.
465
977f7911
NC
4662002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
467
468 * nm.c (struct extended_symbol_info): New strcuture: Add the size
469 of the symbols to the information provided by the symbol_info
470 structure.
471 (print_symbols): Pass the symbol size to print_symbol.
472 (print_size_symbols): Pass the symbol size to print_symbol.
473 (print_symbol): Extra argument: The size of the symbol. Store
474 this in the extended_symbol_info structure.
475 (print_symbol_info): Change type of info parameter to
476 extended_symbol_info. Display the size, if known.
477 (print_symbol_info_posix): Likewise.
478 (print_symbol_info_sysv): Likewise.
479
b1f88ebe
AM
4802002-06-08 Alan Modra <amodra@bigpond.net.au>
481
fa449227
AM
482 * Makefile.am: Run "make dep-am".
483 * Makefile.in: Regenerate.
484 * doc/Makefile.in: Regnerate.
485
b1f88ebe
AM
486 * bucomm.c: Replace CONST with const.
487 * nm.c: Likewise.
488 * objdump.c: Likewise.
489
91a106e6
L
4902002-06-07 H.J. Lu <hjl@gnu.org>
491
492 * readelf.c (DW_CFA_GNU_args_size): Don't define.
493 (DW_CFA_GNU_negative_offset_extended): Likewise.
494 (DW_CFA_GNU_window_save): Likewise.
495 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
496 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
497
6ab6b380 4982002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 499
6ab6b380
NC
500 * nm.c: When computing size of symbols for an ELF target use the
501 internal size field.
502
e28e05a3
JL
5032002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
504
505 * testsuite/binutils-all/objcopy.exp: clear xfail for
506 "hppa*64*-*-hpux*".
507 * testsuite/binutils-all/hppa/objdump.exp: Return if
508 "*64*-*-*".
509
dc156bc0
AM
5102002-06-05 Alan Modra <amodra@bigpond.net.au>
511
512 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
513
5142002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
515
516 * objdump.c: Fix formatting.
517
d79e4ea3
BE
5182002-05-29 Ben Elliston <bje@redhat.com>
519
520 * MAINTAINERS: Add self as M68k maintainer.
521
d172d4ba
NC
5222002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
523
524 * readelf.c: Modified/Added DLX elf support.
525
7edb8f29
NC
5262002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
527
3a1a2036
NC
528 * arsup.c: Fix formatting.
529 * debug.c (debug_record_label): Add missing colon to error
530 message.
531 * ieee.c (parse_ieee_ty): Fix spelling typo.
532 * readelf.c (process_program_headers): Remove English assumption
533 about making a plural word.
534 (process_section_headers): Likewise.
535 (process_relocs): Allow quotes to be translated.
536 (process_unwind): Likewise,
537 (process_mips_specific): Improve error message.
538 (get_note_type): Fix spelling typo.
539
7edb8f29
NC
540 * configure.in (ALL_LINGUAS): Add sv
541 * po/sv.po: New file.
542
3eee1e9d
AM
5432002-05-27 Alan Modra <amodra@bigpond.net.au>
544
545 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
546 (unw_print_grmask): Likewise.
547 (unw_print_frmask): Likewise.
548
d43efbe3
KH
5492002-05-26 Kazu Hirata <kazu@cs.umass.edu>
550
551 * arsup.c: Remove ARGSUSED.
552 * debug.c: Likewise.
553 * ieee.c: Likewise.
554 * nlmconv.c: Likewise.
555 * prdbg.c: Likewise.
556 * stabs.c: Likewise.
557 * wrstabs.c: Likewise.
558
e9792343
AM
5592002-05-25 Alan Modra <amodra@bigpond.net.au>
560
561 * arlex.l: Use #include "" instead of <> for local header files.
562 * coffdump.c: Likewise.
563 * coffgrok.c: Likewise.
564 * nlmconv.c: Likewise.
565 * nlmheader.y: Likewise.
566 * srconv.c: Likewise.
567 * strings.c: Likewise.
568 * sysdump.c: Likewise.
569 * unwind-ia64.h: Likewise.
570 * windres.h: Likewise.
571 * winduni.h: Likewise.
572
d7e53452
TR
5732002-05-24 Tom Rix <trix@redhat.com>
574
575 * MAINTAINERS: Add self as the d10v maintainer.
576
436e8db0
NC
5772002-05-24 TAMURA Kent <kent@netbsd.org>
578
579 * configure.in: Builds dlltool for i386-netbsdpe.
580 * configure: Regenerate.
581
9f66665a
KH
5822002-05-23 Kazu Hirata <kazu@cs.umass.edu>
583
584 * size.c: Fix formatting.
585 * srconv.c: Likewise.
586 * stabs.c: Likewise.
587 * sysdump.c: Likewise.
588 * unwind-ia64.c: Likewise.
589 * wrstabs.c: Likewise.
590
13ae64f3
JJ
5912002-05-23 Jakub Jelinek <jakub@redhat.com>
592
593 * readelf.c (get_segment_type): Add PT_TLS.
594 (get_elf_section_flags): Add SHF_TLS.
595 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
596 (process_dynamic_segment): Use puts instead of printf.
597 (get_symbol_type): Support STT_TLS.
598 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
599 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
600 Add SEC_THREAD_LOCAL.
601
53c7db4b
KH
6022002-05-23 Kazu Hirata <kazu@cs.umass.edu>
603
604 * rdcoff.c: Fix formatting.
605 * rddbg.c: Likewise.
606 * readelf.c: Likewise.
607 * rename.c: Likewise.
608 * resbin.c: Likewise.
609 * resrc.c: Likewise.
610 * resres.c: Likewise.
611
0af11b59
KH
6122002-05-21 Kazu Hirata <kazu@cs.umass.edu>
613
614 * filemode.c: Fix formatting.
615 * ieee.c: Likewise.
616 * is-ranlib.c: Likewise.
617 * is-strip.c: Likewise.
618 * maybe-ranlib.c: Likewise.
619 * maybe-strip.c: Likewise.
620 * nlmconv.c: Likewise.
621 * nm.c: Likewise.
622 * not-ranlib.c: Likewise.
623 * not-strip.c: Likewise.
624 * objcopy.c: Likewise.
625 * objdump.c: Likewise.
626
21611032
TS
6272002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
628
629 * objdump.c (dump_headers): Fix output formatting for ELF32
630 architectures in a BFD64 enabled toolchain.
631
26044998
KH
6322002-05-20 Kazu Hirata <kazu@cs.umass.edu>
633
634 * debug.c: Fix formatting.
635 * debug.h: Likewise.
636 * dlltool.c: Likewise.
637 * dllwrap.c: Likewise.
638 * emul_aix.c: Likewise.
639 * emul_vanilla.c: Likewise.
640
f462a9ea
KH
6412002-05-19 Kazu Hirata <kazu@cs.umass.edu>
642
643 * addr2line.c: Fix formatting.
644 * ar.c: Likewise.
645 * arsup.c: Likewise.
646 * arsup.h: Likewise.
647 * binemul.c: Likewise.
648 * binemul.h: Likewise.
649 * bucomm.c: Likewise.
650 * coffdump.c: Likewise.
651 * coffgrok.c: Likewise.
652 * coffgrok.h: Likewise.
653
e0159aa9
MM
6542002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
655
656 * MAINTAINERS: Add myself as the second AVR port maintainer.
657
074b403e
SC
6582002-05-16 Stephane Carrez <stcarrez@nerim.fr>
659
660 * MAINTAINERS: Update my email address.
661
2b9c8201
NC
6622002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
663
664 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
665
e1d5b1e7
AM
6662002-05-09 Alan Modra <amodra@bigpond.net.au>
667
668 * configure.in: Replace `*pe' with `pe' throughout.
669 * configure: Regenerate.
670
d3d8a9ee
NC
6712002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
672
673 * Makefile.am: Honour DESTDIR.
674 * Makefile.in: Regenerate.
675
405c98a4
AM
6762002-05-06 Alan Modra <amodra@bigpond.net.au>
677
a02d5965
AM
678 * dlltool.c (process_def_file): Add missing prototype.
679 (new_directive, assemble_file, main): Likewise.
680 (process_def_file, new_directive): Make static.
681 (inform): Rewrite using VA_FIXEDARG.
682 * dllwrap.c (mybasename): Add missing prototype.
683 (strhash, main): Likewise.
684 (inform): Rewrite using VA_FIXEDARG.
685 (warn): Likewise.
686 (cleanup_and_exit): Use old style function definition.
687 (strhash): Likewise.
688 * windres.c (define_resource): Use one memset to clear all of
689 struct res_resource.
690
405c98a4 691 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 692 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
693
6942002-05-06 Borut Razem <borut.razem@siol.net>
695
696 * rclex.l (get_string): Correct "strings" list handling.
697 * resrc.c (read_rc_file): Discard strings.
698
91593c9d
AM
6992002-05-04 Alan Modra <amodra@bigpond.net.au>
700
e58a75dc
AM
701 * ar.c (replace_members): Remove unused var. Formatting fix.
702 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
703
91593c9d
AM
704 * MAINTAINERS: Sort port maintainers by CPU.
705
6b52b824
AM
7062002-05-04 Bob Byrnes <byrnes@curl.com>
707
708 * size.c (display_archive): Add last_arfile and code to close archives.
709
dd70071f
AM
7102002-05-01 Alan Modra <amodra@bigpond.net.au>
711
712 * nm.c (print_symbol): Check returned filename from
713 bfd_find_nearest_line is non-NULL.
714
6c95717a 7152002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
716
717 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 718
3c25c5f6
NC
7192002-04-24 Christian Groessler <chris@groessler.org>
720
721 * MAINTAINERS: Changed my email address.
722
944cd72c
TS
7232002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
724
725 * arparse.y: Fix syntax warning.
726
ea91f8bb
NC
7272002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
728
3e55a963
NC
729 * readelf.c (fetch_location_list): Remove unused function.
730
731 * readelf.c (process_corefile_note_segment): Catch corrupt notes
732 and display a warning message, then exit the loop.
733
ea91f8bb
NC
734 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
735
45b99827
NC
7362002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
737
738 * resrc.c (write_rc_dialog): If charset is non-default value
739 display all of the DIALOGEX parameters.
740
7412002-04-15 Eric Kohl <ekohl@rz-online.de>
742
bb279dc0 743 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
744 DIALOGEX resources.
745 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
746 resource data.
bb279dc0 747 (res_to_bin_dialog): Likewise.
45b99827
NC
748 * windres.h: Added misssing charset variable to dialog_ex
749 structure.
750
acfbab8a
NC
7512002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
752
753 * rcparse.y: Set MEMFLAG_PURE by default.
754
df3baf66
NC
7552002-04-09 Bernd Herd <info@herdsoft.com>
756
bb279dc0 757 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 758 are quoted.
4c30641a 759 Fix typo in BEDIT warning.
91eafb40 760 Don't add default dialog style when explicit style specified.
b62a12ca 761 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 762
b24eb5ac
NC
763 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
764 (handle_quotes) "\a" escape (used for right justified key
765 definitions in menus) is encodes as binary 8.
df3baf66 766
b24eb5ac
NC
767 * resrc.c (write_rc_dialog): Print style even if it is 0.
768 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 769 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 770
b24eb5ac
NC
771 * resbin.c (bin_to_res_dialog): Use signature to identify
772 DIALOGEX.
f7d63484 773
b24eb5ac 774 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 775
df3baf66
NC
7762002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
777
778 * resrc.c: print CLASS names in quotes
779
7802002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
781
782 * MAINTAINERS: Update my email address.
783
8e42bcb6
AM
7842002-04-04 Alan Modra <amodra@bigpond.net.au>
785
786 * dep-in.sed: Cope with absolute paths.
787 * Makefile.am (dep.sed): Subst TOPDIR.
788 Run "make dep-am".
789 * Makefile.in: Regenerate.
790
96f959e5
PT
7912002-03-27 Peter Targett <peter.targett@arc.com>
792
793 * MAINTAINERS: Update my email address.
794
1ea788ee
AM
7952002-03-21 Alan Modra <amodra@bigpond.net.au>
796
797 * Makefile.am: Run "make dep-am".
798 * Makefile.in: Regenerate.
799 * doc/Makefile.in: Regenerate.
800 * po/POTFILES.in: Regenerate.
801 * aclocal.m4: Regenerate.
802 * config.in: Regenerate.
803 * configure: Regenerate.
804
a2f14207
DB
8052002-03-20 Daniel Berlin <dan@dberlin.org>
806
807 * readelf.c: Add support for displaying dwarf2 location lists.
808 (do_debug_loc, debug_loc_section, debug_loc_size): New.
809 (parse_args): Use 'O' as shorthand for displaying location list
810 section.
811 (process_section_headers): Handle debug_loc as well.
812 (load_debug_loc): New.
813 (free_debug_loc): New.
814 (fetch_location_list): New.
815 (display_debug_loc): New.
816 (display_debug_info): Call load_debug_loc and free_debug_loc.
817 (debug_displays): We can display .debug_loc now, too.
818 (usage): Update usage string.
819 (read_and_display_attr_value): Note location lists, but don't
820 display them inline.
821
eb1e0e80
NC
8222002-03-18 Tom Rix <trix@redhat.com>
823
824 * Makefile.am: Add binutils emulation support.
825 * configure.in: Same.
826 * configure.tgt: New file. Same.
827 * ar.c (main): Use ar_emul_parse_arg.
828 (usage): Use ar_emul_usage.
829 (replace_members): Use ar_emul_replace, ar_emul_append.
830 * binemul.c: New file. Define the binutils emulation
831 layer. Define default methods.
832 * binemul.h: New file. Binutils emulation layer header file.
833 * emul_aix.c: New file. AIX binutils emulation.
834 * emul_vanilla.c: New file. Default binutils emulation.
835 * Makefile.in: Regenerate.
836 * configure: Same.
837
a1c259a1
NC
8382002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
839
840 * po/fr.po: Updated version.
841
9ce88e60
NC
8422002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
843
844 * po/fr.po: Updated version.
845
effb0601
DJ
8462002-03-07 Daniel Jacobowitz <drow@mvista.com>
847
848 * README: Update some version numbers.
849
a65688ab
DJ
8502002-03-07 Daniel Jacobowitz <drow@mvista.com>
851
852 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
853 (Architecture Selection): Likewise.
854
f3f7fbb2
NC
8552002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
856
857 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
858 generating .exp file.
859
25345be5
NC
8602002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
861
862 * readelf.c (dump_relocations): Fix typo.
863
9a66911f
NC
8642002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
865
866 * NEWS: Mark 2.12 branch.
867
2c71103e
NC
8682002-02-18 Timothy Daly <remote_bob@yahoo.com>
869
bb279dc0
ZW
870 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
871 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 872 output.
bb279dc0 873 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
874 to 'unrecognized'.
875 (decode_ARM_machine_flags): Likewise.
876 (parse_args): Likewise.
877 (read_and_display_attr_value): Likewise.
878 (display_debug_section): Likewise.
879
49fda6c8
HPN
8802002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
881
882 * NEWS: Mention support for MMIX.
883
76f57f3a
JT
8842002-02-13 Matt Fredette <fredette@netbsd.org>
885
886 * readelf.c (get_machine_flags): Recognize EF_M68000.
887
d36ca9c2
AO
8882002-02-12 Alexandre Oliva <aoliva@redhat.com>
889
890 * MAINTAINERS: Added self as MN10300 co-maintainer.
891
19397422
AM
8922002-02-12 Alan Modra <amodra@bigpond.net.au>
893
894 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
895 DT_PPC64_OPDSZ.
896
d434e574
DJ
8972002-02-11 Daniel Jacobowitz <drow@mvista.com>
898
899 * MAINTAINERS: List myself as branch maintainer.
900
12b87c89
AM
9012002-02-11 Alan Modra <amodra@bigpond.net.au>
902
903 * configure: Regenerate.
904 * objcopy.c: Update copyright date.
905 * doc/Makefile.in: Regenerate.
906
8d037c5c
DJ
9072002-02-10 Daniel Jacobowitz <drow@mvista.com>
908
909 * nlmconv.c: Back out localtime PARAMS change.
910
4c168fa3
AM
9112002-02-11 Alan Modra <amodra@bigpond.net.au>
912
913 * objcopy.c (MKDIR): Define.
914 (copy_archive): Make name_list.name const. Use MKDIR.
915 Handle duplicate files in archives by making more temp dirs.
916
408f8db1
DJ
9172002-02-10 Daniel Jacobowitz <drow@mvista.com>
918
919 * coffdump.c: Include "getopt.h" after "bucomm.h"
920 so that macros are defined correctly.
921 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
922 prototype. Prototype main.
923 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
924
9f77fa06
AO
9252002-02-06 Alexandre Oliva <aoliva@redhat.com>
926
927 * MAINTAINERS: Added self as SH co-maintainer.
928
82f6addb
NC
9292002-02-05 Nick Clifton <nickc@redhat.com>
930
931 * po/tr.po: Updated translation.
932
ba323545
AM
9332002-02-01 Alan Modra <amodra@bigpond.net.au>
934
935 * Makefile.am: Run "make dep-am"
936 * Makefile.in: Regenerate.
937
3deb89d3
DJ
9382002-01-29 Daniel Jacobowitz <drow@mvista.com>
939
940 * nm.c (print_value): Mark abfd unused.
941
a0e9c55f
DJ
9422002-01-29 Daniel Jacobowitz <drow@mvista.com>
943
944 * unwind-ia64.c (unw_decoder): Change second argument
945 to unsigned int, to match function prototypes.
946
d7a283d4
DJ
9472002-01-29 Daniel Jacobowitz <drow@mvista.com>
948
949 * objdump.c: Include "getopt.h" after "bucomm.h" so that
950 __GNU_LIBRARY__ will be defined.
951 * size.c: Likewise.
952
4867be41
DJ
9532002-01-27 Daniel Jacobowitz <drow@mvista.com>
954
955 * configure: Regenerated.
956
7562a296
HPN
9572002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
958
959 * doc/Makefile.am (install): Depend on install-info.
960 * doc/Makefile.in: Regenerate.
961
15c82623
NC
9622002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
963
964 * objcopy.c (strip_usage): Document -d as an alias
965 --strip-debug.
966
967 * size.c (usage): Document [-t | --totals] options.
968 (long_options): Add --totals option.
969 (main): If the [-t | --totals] option is specified and
970 the output format is Berkeley-style, print the total
971 text, data, and bss sizes of all objects listed.
972 (print_berkeley_format): If the [-t | --totals] option
973 is specified, track the total text, data, and bss
974 sizes.
975 * doc/binutils.texi (size): Document [-t | --totals] options.
976 (strip): Document -d as an alias for --strip-debug.
977 * NEWS: Mention new feature of size.
978
00ea8601 9792002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 980
1ddbd152
NC
981 * po/fr.po: Updated version.
982 * po/es.po: Updated version.
b85cedd7 983
8b53311e
NC
9842002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
985
986 * addr2line.c (usage): Update text to provide verbose
987 description of the command line options.
988 * ar.c (usage): Update text to provide verbose
989 description of the command line options.
990 (main): Accept -h and -H when running as ranlib.
991 * coffdump.c (show_usage): Update text to provide verbose
992 description of the command line options.
993 * dlltool.c (main): Accept -H as an alias for --help.
994 * nlmconv.c (show_usage): Update text to provide verbose
995 description of the command line options.
996 * nm.c (usage): Replace OPTIONS with option(s).
997 (main): Accept -H as an alias for --help.
998 * objcopy.c (strip_main): Accept -H as an alias for --help.
999 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1000 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1001 other binutils.
1002 * size.c (usage): Update text to provide verbose description
1003 of the command line options.
1004 (main): Accept -v, -h and -H as command line options.
1005 * srconv.c (show_usage): Update text to provide verbose
1006 description of the command line options.
1007 * strings.c (main): Accept -H and -v as command line options.
1008 (usage): Update text to provide verbose description of the
1009 command line options.
1010 * sysdump.c (show_usage): Update text to provide verbose
1011 description of the command line options.
1012 * windres.c (usage): Adjust format to match style used in
1013 other binutils.
1014
1015 * coffdump.c: Fix formatting.
1016 * nlmconv.c: Fix formatting.
1017 * srconv.c: Fix formatting.
1018 * sysdump.c: Fix formatting.
1019
c46f0c34
AM
10202002-01-22 Alan Modra <amodra@bigpond.net.au>
1021
1022 * Makefile.am: Run "make dep-am".
1023 * Makefile.in: Regenerate.
1024
2a538ba5
AJ
10252002-01-18 Andreas Jaeger <aj@suse.de>
1026
1027 * version.c (print_version): Update year.
1028
285d1771
AM
10292002-01-17 Alan Modra <amodra@bigpond.net.au>
1030
1031 * readelf.c (get_machine_name): Handle EM_PPC64.
1032 (guess_is_rela): Here too.
1033
328577ad
NC
10342002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1035
1036 * po/binutils.pot: Regenerate.
1037 * po/fr.po: Regenerate.
1038 * po/tr.po: Regenerate.
1039
af3ae48d
NC
10402002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1041
1042 * po/tr.po: Import new version.
1043
f1cb7e17
AM
10442002-01-16 Alan Modra <amodra@bigpond.net.au>
1045
1046 * readelf.c (get_ppc64_dynamic_type): New.
1047 (get_dynamic_type): Call it.
1048
6364e0b4
NC
10492002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1050
3ab9460d 1051 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1052 (strip_usage): Use "options" instead of "switches".
3ab9460d 1053 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1054 "switches".
6364e0b4 1055
3a7e524e
RE
10562002-01-14 Richard Earnshaw <rearnsha@arm.com>
1057
1058 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1059
1209e219
NC
10602001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1061
1062 * po/es.po: Import from translation project.
1063 * configure.in (ALL_LINGUAS): Add es.
1064 * configure: Regenerate.
1065
b4db1224
JT
10662002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1067
1068 * readelf.c (get_netbsd_elfcore_note_type): Use
1069 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1070
9437c45b
JT
10712002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1072
1073 * readelf.c: Update copyright years.
1074 (get_note_type): Return a const char *.
1075 (get_netbsd_elfcore_note_type): New function.
1076 (process_note): Use get_netbsd_elfcore_note_type to get
1077 the note type string for NetBSD ELF core files.
1078
00428cca
AM
10792002-01-06 Steve Ellcey <sje@cup.hp.com>
1080
1081 * readelf.c (get_ia64_segment_type): Add support for macros.
1082 (get_segment_type): Add support for IA64 specific macros.
1083
31104126
NC
10842001-12-20 Julian v. Bock <julian@wongr.net>
1085
1086 * readelf.c (print_symbol): New function: Print a formatted symbol
1087 name. If --wide is specified do not truncate it.
1088 (dump_relocations): Use print_symbol() to print symbol names.
1089 (process_symbol_table): Likewise.
1090 (process_syminfo): Likewise.
1091 (process_mips_specific): Likewise.
1092 (usage): Document new feature of --wide switch.
1093 * doc/binutils.texi (objdump): Document additional behaviour of
1094 --wide.
2a538ba5 1095
4dd67f29
MS
10962001-12-18 Michael Snyder <msnyder@redhat.com>
1097
1098 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1099 (copy_object): Don't set the start address or flags of a core file.
1100 (copy_section): Don't relocate a core file. Don't copy contents
1101 if the input section has the contents flag set, but the output
1102 section does not (which happens with the fake 'note' pseudo-
1103 sections that BFD creates for corefiles).
1104
43521d43
TS
11052001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1106
1107 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1108 ASE extensions. More robust code for ISA checking. Ignore empty fields
1109 in header flags for GNU extensions.
1110
b667df2e
AM
11112001-12-18 Alan Modra <amodra@bigpond.net.au>
1112
1113 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1114
17a5a5c3
NC
11152001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1116
1117 * po/ja.po: Import from translation project.
1118 * configure.in (ALL_LINGUAS): Add ja.
1119 * configure: Regenerate.
1120
65de42c0
TS
11212001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1122
1123 * addr2line.c (main): Protoype.
1124 * ar.c (main): Protoype.
1125 * nm.c (main): Protoype.
1126 * objcopy.c (main): Protoype.
1127 * objdump.c (main): Protoype.
1128 * size.c (main): Protoype.
1129 * strings.c (main): Protoype.
1130
9ad5cbcf
AM
11312001-12-17 Alan Modra <amodra@bigpond.net.au>
1132
1133 * readelf.c (symtab_shndx_hdr): New global.
1134 (SECTION_HEADER_INDEX): Define.
1135 (SECTION_HEADER_NUM): Define.
1136 (SECTION_HEADER): Define.
1137 (GET_ELF_SYMBOLS): Pass two params rather than three.
1138 (get_32bit_elf_symbols): Take file and section args. Read and
1139 use SHT_SYMTAB_SHNDX.
1140 (get_64bit_elf_symbols): Likewise.
1141 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1142 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1143 Remember symtab_shdx_hdr.
1144 (process_program_headers): Scan from index 1 for segment map.
1145 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1146 "section_headers".
1147 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1148 (process_unwind): Likewise.
1149 (process_version_sections): Likewise.
1150 (process_symbol_table): Likewise.
1151 (display_debug_info): Likewise.
1152 (process_dynamic_segment): Fake up a symtab section for changed
1153 GET_ELF_SYMBOLS.
1154 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1155 (process_program_headers): Kill signed/unsigned warning.
1156 (load_debug_str): Likewise.
1157 (display_debug_info): Likewise.
1158
65765700
JJ
11592001-12-13 Jakub Jelinek <jakub@redhat.com>
1160
1161 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1162
560f3c1c
AM
11632001-12-11 Alan Modra <amodra@bigpond.net.au>
1164
1165 * readelf.c (process_file_header): Print extended e_shnum and
1166 e_shdtrndx values. Set elf_header values for same.
1167 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1168 (get_64bit_section_headers): Likewise.
1169 (process_section_headers): Update calls.
1170 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1171
bc408b8a
JJ
11722001-12-10 Jakub Jelinek <jakub@redhat.com>
1173
1174 * objcopy.c (setup_section): Copy entsize.
1175
93fbbb04
GK
11762001-12-07 Geoffrey Keating <geoffk@redhat.com>
1177
1178 * readelf.c (guess_is_rela): Add support for stormy16.
1179 (dump_relocations): Likewise.
1180 (get_machine_name): Likewise.
1181
e3c8793a
NC
11822001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1183
1184 * dllwrap.c (main) Replace multiple strings describing a
1185 single error with a single, newline escaped sentence to permit
1186 better translation into foreign languages.
1187
1188 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1189 class names.
1190
956cd1d6
TS
11912001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1192
1193 * strings.c (get_char): Initialize value.
1194
956c53ee
TS
11952001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1196
1197 * arlex.l: Silence compile warnings.
1198 * arsup.h: Likewise. Fix formatting.
1199
cedd9a58
JJ
12002001-12-04 Jakub Jelinek <jakub@redhat.com>
1201
1202 * strings.c: Include config.h before bfd.h.
1203 (file_off): New type.
1204 (file_open): Define.
1205 (print_strings): Use file_off instead of file_ptr. Print addresses
1206 which don't fit into long correctly.
1207 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1208 available.
1209 (strings_file): Use file_off instead of file_ptr. Use file_open.
1210 * configure.in: Check for getc_unlocked.
1211 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1212 be defined for it.
1213 * configure: Rebuilt.
1214 * config.h.in: Rebuilt.
1215
af667503
L
12162001-11-29 H.J. Lu <hjl@gnu.org>
1217
1218 * bucomm.c (make_tempname): Revert the changes made on
1219 2001-11-14 and 2001-11-12. They won't work with directories.
1220
16474668
NC
12212001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1222
1223 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1224 CFLAGS_FOR_TARGET to runtest in environment.
1225 * Makefile.in: Rebuild.
1226 * doc/Makefile.in: Rebuild.
1227
17978339
MS
12282001-11-28 Mike Stump <mrs@wrs.com>
1229
1230 * objcopy.c (setup_section): Preserve SEC_RELOC when
1231 --set-section-flags is used.
1232
261a45ad
NC
12332001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1234
1235 * readelf.c (do_debug_str): New variable.
1236 (display_debug_str): New function: Display the contents of a
1237 .debug_str section.
1238 (load_debug_str): New function: Load in the contents of a
1239 .debug_str section.
1240 (free_debug_str): New function: Free the memory used by
1241 load_debug_str().
1242 (fetch_indirect_string): Retrieve a string from the .debug_str
1243 section.
1244 (usage): Add -ws.
1245 (parse_args): Accept -ws.
1246 (process_section_headers): Allow the display of the .debug_str
1247 section.
1248 (read_and_display_attr_value): Use fetch_indirect_string. Show
1249 offset into .debug_str section.
1250 (display_debug_info): Use load_debug_str and free_debug_str.
1251 (debug_displays): Add .debug_str.
1252 * doc/binutils.texi: Document -ws.
1253
b8908f93
AJ
12542001-11-19 Andreas Jaeger <aj@suse.de>
1255
1256 * testsuite/binutils-all/objdump.exp: Add x86-64.
1257
e5fb9629
AS
12582001-11-15 Andreas Schwab <schwab@suse.de>
1259
1260 * readelf.c: Fix warnings without terminating newline.
1261
802a735e
AM
12622001-11-15 Alan Modra <amodra@bigpond.net.au>
1263
1264 * doc/binutils.texi (objdump): Document ppc -M options.
1265
b89e9eae
AJ
12662001-11-14 Andreas Jaeger <aj@suse.de>
1267
1268 * doc/binutils.texi (objdump): Fix description to use x86-64.
1269
a6a25652
NC
12702001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1271
1272 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1273 not all systems provide mkstemp.
1274
e396998b
AM
12752001-11-14 Alan Modra <amodra@bigpond.net.au>
1276
1277 * doc/binutils.texi (objdump): Document x86 -M options.
1278
81766fca
RH
12792001-11-13 Keith Walker <keith.walker@arm.com>
1280
1281 * readelf.c (read_and_display_attr_value): New function to
1282 handle DW_FORM_indirect.
1283 (read_and_display_attr): Use it.
1284
1a509dcc
GK
12852001-11-13 Geoffrey Keating <geoffk@redhat.com>
1286
1287 * readelf.c (display_debug_lines): Deal with unknown standard
1288 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1289 DW_LNS_set_isa.
1290
6e917903 12912001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1292
6e917903
TW
1293 * MAINTAINERS: Add self as tic54x maintainer. This target
1294 includes the IBM C54XDSP clone.
7559e86e 1295
6e917903 12962001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1297
7559e86e
NC
1298 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1299
13002001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1301
ecdadc4a
JL
1302 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1303 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1304 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1305 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1306 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1307 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1308 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1309
91770270
JL
1310 * readelf.c (get_elf_class): Fix ISO portability glitch.
1311 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1312
ef5cdfc7
JJ
13132001-11-07 Jakub Jelinek <jakub@redhat.com>
1314
1315 * readelf.c (debug_str, debug_str_size): New.
1316 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1317 Call free_abbrevs.
1318 (read_and_display_addr): Handle DW_FORM_strp.
1319 (display_debug_info): Read .debug_str section if present,
1320 so that DW_FORM_strp can be handled.
1321 Fix test for non-existant .debug_abbrev section.
1322
5e9520c8
JJ
13232001-11-05 Jakub Jelinek <jakub@redhat.com>
1324
1325 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1326
1327 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1328
54589086
MS
13292001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1330
1331 * MAINTAINERS: Add self as s390/s390x maintainer.
1332
c05b685b
TR
13332001-11-02 Tom Rix <trix@bluey.cygnus.com>
1334
1335 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1336
3c62831e
NC
13372001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1338
1339 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1340 * configure: Regernate.
1341 * po/fr.po: New file.
1342 * po/tr.po: New file.
1343
3c3bdf30
NC
13442001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1345
9b19141a 1346 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1347 * readelf.c: Include elf/mmix.h.
1348 (guess_is_rela): MMIX is RELA.
1349 (dump_relocations): Handle MMIX relocations.
1350 * Makefile.am: Regenerate dependencies.
1351 * Makefile.in: Regenerate.
1352
f662939a
NC
13532001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1354
1355 * readelf.c (parse_args): Handle multiple options to the -w
1356 switch.
1357
c91d0dfb
JJ
13582001-10-12 Jakub Jelinek <jakub@redhat.com>
1359
1360 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1361 LOPROC, LOOS and LOUSER.
1362
7559e86e 13632001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1364
1365 * MAINTAINERS: Update my email address.
1366
fcd8210c
AM
13672001-10-03 Alan Modra <amodra@bigpond.net.au>
1368
1369 * doc/Makefile.in: Regenerate.
1370 * configure: Regenerate.
1371
428409d5
NC
13722001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1373
1374 * readelf.c (display_debug_line, display_debug_pubnames,
1375 display_debug_info, display_debug_frames): Detect and warn
1376 about 64-bit format entries.
1377 (display_debug_aranges): Reword 64-bit warning.
1378 (debug_displays): Add .debug_pubtypes as a known, but not yet
1379 supported, debug section.
1380
6a8c2b0d
AM
13812001-10-02 Alan Modra <amodra@bigpond.net.au>
1382
1383 * coffdump.c (PROGRAM_VERSION): Delete.
1384 (main <'V'>): Call print_version.
1385 * srconv.c: Likewise.
1386 * sysdump.c: Likewise.
1387 * version.c (program_version): Remove.
1388 (print_version): Use BFD_VERSION_STRING. Just print the current
1389 year in copyright message.
1390 * addr2line.c (program_version): Remove unused declaration.
1391 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1392 place of BFD_VERSION.
1393 * Makefile.am (Makefile): Depend on bfd/configure.in.
1394 (cplus-dem.o): Depend on Makefile.
1395 Run "make dep-am".
1396 * Makefile.in: Regenerate.
1397
e414a165
NC
13982001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1399
1400 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1401 format .debug_arange sections.
1402 (main): Add missing prototype.
b8908f93 1403
efc3ee7f
HPN
14042001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1405
1406 * Makefile.am: Update dependencies with "make dep-am".
1407 * Makefile.in: Regenerate.
1408
9e85c2a0
RH
14092001-09-28 Richard Henderson <rth@redhat.com>
1410
1411 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1412
451dad9c
AM
14132001-09-26 Alan Modra <amodra@bigpond.net.au>
1414
1415 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1416 VA_CLOSE.
1417 (non_fatal): Likewise.
1418 * objdump.c (objdump_sprintf): Likewise.
1419 * readelf.c (error): Likewise.
1420 (warn): Likewise.
1421
d974e256
JJ
14222001-09-25 Jakub Jelinek <jakub@redhat.com>
1423
1424 * readelf.c (do_wide): New.
1425 (options): Add --wide.
1426 (usage, parse_args): Likewise.
1427 (process_program_headers): Put each segment on a single line if
1428 --wide is given.
1429 (process_section_headers): Put each section on a single line if
1430 --wide is given.
1431 * doc/binutils.texi: Document it.
1432 * NEWS: Likewise.
1433
2f11c261
AM
14342001-09-25 Alan Modra <amodra@bigpond.net.au>
1435
1436 * readelf.c (print_vma): Print 8 digits of low hex value.
1437
1d50f91e
AJ
14382001-09-24 Andreas Jaeger <aj@suse.de>
1439
1440 * nlmconv.c: Fix warnings about unused attributes and function
1441 prototypes.
1442
1443 * strings.c: Add prototype for get_char.
1444
38131e67
L
14452000-09-19 H.J. Lu <hjl@gnu.org>
1446
1447 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1448 $(srcdir)/cxxfilt.man.
1449 * doc/Makefile.in: Rebuild.
1450
3bcfb3e4
AM
14512001-09-19 Alan Modra <amodra@bigpond.net.au>
1452
1453 * objcopy.c (copy_main): Correct rename-section string parsing.
1454 Consolidate new_name parsing, and error messages.
1455
3882b010
L
14562001-09-18 Bruno Haible <haible@clisp.cons.org>
1457
1458 * addr2line.c: Don't include <ctype.h>.
1459 (main): For gettext, also set the LC_CTYPE locate facet.
1460 * ar.c (main): Likewise.
1461 * coffdump.c (main): Likewise.
1462 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1463 (main): For gettext, also set the LC_CTYPE locate facet.
1464 Use ISALNUM instead of isalpha/isdigit.
1465 * dllwrap.c: Don't include <ctype.h>.
1466 (main): For gettext, also set the LC_CTYPE locate facet.
1467 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1468 (main): For gettext, also set the LC_CTYPE locate facet.
1469 Use TOUPPER instead of islower/toupper.
1470 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1471 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1472 Use TOUPPER instead of islower/toupper.
1473 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1474 * objcopy.c (main): Likewise.
1475 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1476 (disassemble_bytes): Use ISPRINT instead of isprint.
1477 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1478 (dump_data): Use ISPRINT instead of isprint.
1479 (main): For gettext, also set the LC_CTYPE locate facet.
1480 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1481 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1482 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1483 Use TOUPPER instead of islower/toupper.
1484 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1485 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1486 (write_rc_accelerators): Use ISPRINT instead of isprint.
1487 (write_rc_rcdata): Likewise.
1488 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1489 * srconv.c (main): Likewise.
1490 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1491 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1492 isdigit/isupper/islower.
1493 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1494 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1495 stab_demangle_prefix, stab_demangle_qualified,
1496 stab_demangle_template, stab_demangle_type,
1497 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1498 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1499 (isgraphic): Use ISPRINT instead of isascii/isprint.
1500 (main): Remove HAVE_LC_MESSAGES dependency.
1501 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1502 (pbarray): Use ISPRINT instead of isprint.
1503 (main): For gettext, also set the LC_CTYPE locate facet.
1504 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1505 (format_from_filename): Use ISPRINT instead of isprint.
1506 (main): For gettext, also set the LC_CTYPE locate facet.
1507 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1508 (unicode_print): Use ISPRINT instead of isprint.
1509 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1510 (stab_variable): Use ISDIGIT instead of isdigit.
1511
e59b4dfb
AM
15122001-09-18 Alan Modra <amodra@bigpond.net.au>
1513
1514 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1515 Replace bfd_read call with call to bfd_bread.
1516 (extract_file): Likewise.
1517
1518 * objdump.c (dump_section_header): Cast section->filepos to
1519 unsigned long to suit printf format string.
1520 * readelf.c (process_section_headers): Similarly for sh_offset.
1521 (process_unwind): Likewise.
1522
d132876a
NC
15232001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1524
1525 * strings.c (encoding, encoding_bytes): New variables.
1526 (long_options): Add --encoding.
1527 (main): Accept -e and --encoding.
1528 (get_char): New function. Read a, possibly wide, character from
1529 the input stream.
1530 (print_strings): Use get_char().
1531 (usage): Document new command line option.
1532 * doc/binutils.texi: Document new command line option.
1533 * NEWS: Announce new command line option.
1534
7559e86e 15352001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1536
1537 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1538 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1539 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1540 Removed EM_CYGNUS_ARC.
1541
7559e86e 15422001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1543
1544 * readelf.c: Include elf/h8 for H8 series definitions.
1545 (guess_is_rela): H8 series if RELA.
1546 (dump_relocations): Handle H8 series relocations.
1547
0823fbca
EC
15482001-08-31 Eric Christopher <echristo@redhat.com>
1549
1550 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1551
8db76d70
PT
15522001-08-29 Peter Targett <peter.targett@arccores.com>
1553
1554 * MAINTAINERS: Include ARC Maintainer.
1555
d81d6584
BE
15562001-08-29 Ben Elliston <bje@redhat.com>
1557
1558 * stabs.c (stab_demangle_template): Initialise s4.
1559
25a1ff5b
AM
15602001-08-27 Alan Modra <amodra@bigpond.net.au>
1561
1562 * readelf.c (dump_relocations): Recognise EM_PPC64.
1563
a5d22d2a
TS
15642001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1565
1566 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1567
62a5a82d
L
15682001-08-25 H.J. Lu <hjl@gnu.org>
1569
1570 * nm.c (print_width): New.
1571 (display_rel_file): Set `print_width' according to
1572 bfd_sprintf_vma.
1573 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1574
1ae8b3d2
AO
15752001-08-24 Alexandre Oliva <aoliva@redhat.com>
1576
1577 * objcopy.c (use_alt_mach_code): New variable.
1578 (OPTION_ALT_MACH_CODE): Define.
1579 (copy_options): Added --alt-machine-code.
1580 (copy_main): Handle it.
1581 (copy_object): Switch to alternate machine code if requested.
1582 * doc/binutils.texi: Document new option.
1583 * NEWS: Likewise.
1584
d1bdd336
TS
15852001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1586
1587 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1588
410f7a12
L
15892001-08-21 H.J. Lu <hjl@gnu.org>
1590
1591 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1592 (display_debug_info): Cast for 64bit hosts.
1593 (display_debug_frames): Likewise.
1594 (process_mips_specific): Likewise.
1595
c32144ff
AJ
15962001-08-21 Andreas Jaeger <aj@suse.de>
1597
1598 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1599
1600 * sysdump.c: Add missing prototypes.
1601 * srconv.c: Likewise.
1602 * unwind-ia64.c: Likewise.
1603 * coffdump.c: Likewise.
1604
1605 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1606
1607 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1608 of declaring xcalloc.
1609
d8180c76
L
16102001-08-10 H.J. Lu <hjl@gnu.org>
1611
1612 * nm.c (print_value): Add one arg, bfd *.
1613 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1614 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1615 (print_symbol_info_sysv): Likewise.
1616 (print_symbol_info_posix): Likewise.
1617
1618 * objdump.c (dump_section_header): Replace printf_vma with
1619 bfd_printf_vma.
1620 (print_section_stabs): Likewise.
1621 (dump_bfd_header): Likewise.
1622 (objdump_print_value): Replace sprintf_vma with
1623 bfd_sprintf_vma.
1624 (disassemble_bytes): Likewise.
1625 (dump_reloc_set): Likewise.
1626
0218d1e4
AJ
16272001-08-10 Andreas Jaeger <aj@suse.de>
1628
1629 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1630 to build warnings.
1631 * configure: Regenerate.
1632
2863d58a
AM
16332001-08-09 Alan Modra <amodra@bigpond.net.au>
1634
1635 * readelf.c: Add missing prototypes.
1636 * objdump.c: Likewise. Format existing prototypes.
1637
c0e047e0
AO
16382001-08-08 Alexandre Oliva <aoliva@redhat.com>
1639
1640 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1641 of any RELA relocation for the abbrev_offset memory location that
1642 refers to the .debug_abbrev section symbol.
1643
ff78d6d6
L
16442001-08-07 H.J. Lu <hjl@gnu.org>
1645
1646 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1647 (main): Return process_file ().
1648
c36774d6
PB
16492001-08-05 Philip Blundell <philb@gnu.org>
1650
1651 * doc/binutils.texi: Use "Thumb" not "THUMB".
1652
8f9d9bd9
JH
16532001-08-03 John Healy <jhealy@redhat.com>
1654
bb279dc0
ZW
1655 Patch suggested by Frank Eigler <fche@redhat.com>.
1656 * objdump.c (disassemble_data): Fill in section member of the
1657 disasm_info structure.
8f9d9bd9 1658
c918cb96
DD
16592001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1660
1661 * configure.in: Added --with-windres option.
1662 * configure: Regenerated.
1663
c7c55b78
NC
16642001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1665
1666 * doc/binutils.texi: Use @command{name} for commands;
1667 use @option{-opt} for options; use @table @env for list of options;
1668 remove spaces arround [ | ] in synopsis.
1669
1670 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1671 center title.
1672
594ef5db
NC
16732001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1674
bb279dc0
ZW
1675 * objcopy.c: Fix formatting.
1676 (section_rename): New structure.
1677 (OPTION_RENAME_SECTION): New switch.
1678 (copy_usage): Document new switch.
1679 (add_section_rename): New function: Add a node to the section
1680 rename list.
1681 (find_section_rename): New function: Find the new name and
1682 flags for a section.
1683 (setup_section): Call find_section_name to determine the name
1684 of the output section.
1685 (copy_main): Handle OPTION_RENAME_SECTION.
1686 * binutils.texi: Document new switch.
594ef5db
NC
1687 * NEWS: Mention new switch.
1688
1f554c69
NC
16892001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1690
1691 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1692 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1693 bug-binutils@gcc.org.
1694
2f83960e
AM
16952001-07-28 Matthias Kramm <kramm@quiss.org>
1696
1697 * bucomm.c (list_supported_architectures): New function.
1698 * bucomm.h (list_supported_architectures): Declare.
1699 * objdump.c (usage): Call the above.
1700
20fe0649
DB
17012001-07-25 Dave Brolley <brolley@redhat.com>
1702
1703 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1704 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1705
1b577b00
NC
17062001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1707
1708 * README: Update for 2.11. Change bug reporting email address.
1709 * MAINTAINERS: Tidy up. Change bug reporting email address.
1710
95fd336c
DD
17112001-07-16 DJ Delorie <dj@redhat.com>
1712
5f16d855
DD
1713 * resres.c (write_res_header): Align header size.
1714 (res_align_file): Calculate alignment correctly.
1715
95fd336c
DD
1716 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1717 correct 10).
1718 * resrc.c (write_rc_resource): Likewise.
1719 * windres.h (SUBLANG_SHIFT): Define - as 10.
1720
ed8fee27
NC
17212001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1722
1723 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1724
90ab7e9a
NC
17252001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1726
1727 * MAINTAINERS: Add notes about branch checkins.
1728
e0c60db2
NC
17292001-07-05 Daniel Berlin <dan@cgsoftware.com>
1730
1731 * readelf.c (display_debug_macinfo): New function, display
1732 .debug_macinfo section.
1733 (do_debug_macinfo): New variable.
1734 (parse_args): Handle "-w[mM]" to mean display macro info.
1735 (process_section_headers): Handle debug_macinfo.
1736 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1737 function for .debug_macinfo display.
e0c60db2
NC
1738 * doc/binutils.texi: Document new command line switch.
1739 * NEWS: Document new feature of readelf.
0218d1e4 1740
24e01a36
L
17412001-07-05 H.J. Lu <hjl@gnu.org>
1742
1743 * objcopy.c (filter_symbols): Don't turn undefined symbols
1744 into local.
1745
4258bf4d
L
17462001-07-03 H.J. Lu <hjl@gnu.org>
1747
1748 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1749 $@.pod.
1750 (ar.1): Likewise.
1751 (dlltool.1): Likewise.
1752 (nlmconv.1): Likewise.
1753 (nm.1): Likewise.
1754 (objcopy.1): Likewise.
1755 (objdump.1): Likewise.
1756 (ranlib.1): Likewise.
1757 (readelf.1): Likewise.
1758 (size.1): Likewise.
1759 (strings.1): Likewise.
1760 (strip.1): Likewise.
1761 (windres.1): Likewise.
1762 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1763 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1764 $(DEMANGLER_NAME).
1765 (as.1): Removed.
1766 * doc/Makefile.in: Regenerated.
1767
7014bc31
NC
17682001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1769
1770 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1771
b811889f
NC
17722001-07-01 Daniel Berlin <dan@cgsoftware.com>
1773
1774 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1775
12ab83a9
NC
17762001-06-29 James Cownie <jcownie@etnus.com>
1777
1778 * readelf.c: Support DWARF 2.1 attributes.
1779
a6e9f9df
AM
17802001-06-28 Alan Modra <amodra@bigpond.net.au>
1781
1782 * readelf.c (GET_DATA_ALLOC): Remove.
1783 (GET_DATA): Remove.
1784 (get_data): New function combining above macros, with an extra
1785 test for zero size.
1786 (slurp_rela_relocs): Use get_data, and catch error return.
1787 (slurp_rel_relocs): Likewise.
1788 (get_32bit_program_headers): Likewise.
1789 (get_64bit_program_headers): Likewise.
1790 (get_32bit_section_headers): Likewise.
1791 (get_64bit_section_headers): Likewise.
1792 (get_32bit_elf_symbols): Likewise.
1793 (get_64bit_elf_symbols): Likewise.
1794 (process_section_headers): Likewise.
1795 (process_relocs): Likewise.
1796 (slurp_ia64_unwind_table): Likewise.
1797 (process_unwind): Likewise.
1798 (get_32bit_dynamic_segment): Likewise.
1799 (get_64bit_dynamic_segment): Likewise.
1800 (process_dynamic_segment): Likewise.
1801 (process_version_sections): Likewise.
1802 (process_symbol_table): Likewise.
1803 (dump_section): Likewise.
1804 (display_debug_info): Likewise.
1805 (display_debug_section): Likewise.
1806 (process_section_contents): Likewise.
1807 (process_corefile_note_segment): Likewise.
1808 (process_mips_specific): Likewise. Also free econf32, econf64.
1809
af3fc3bc
AM
18102001-06-25 Alan Modra <amodra@bigpond.net.au>
1811
1812 * readelf.c (dump_relocations): Print "bad symbol index" if
1813 symtab == NULL with non-zero symtab_index.
1814 (process_relocs): Don't bomb if reloc section has no symsec.
1815
6d900bf6
L
18162001-06-24 H.J. Lu <hjl@gnu.org>
1817
1818 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1819 by accident.
1820 (copy_main): Apply the the change made to strip_main on
1821 2001-05-30 by accident.
1822
49b4e386
AJ
18232001-06-23 Andreas Jaeger <aj@suse.de>
1824
1825 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1826 parameter 'code'.
1827 (unw_decode_x2): Likewise.
1828 (unw_decode_x3): Likewise.
1829 (unw_decode_x4): Likewise.
1830
d8dc71e3
BE
18312001-06-23 Ben Elliston <bje@redhat.com>
1832
1833 * MAINTAINERS: Add myself as M88k maintainer.
1834
af3bdff7
NC
18352001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1836
1837 * objcopy.c (strip_main): Support -o or --output-file command lien
1838 switch.
1839
105e7211
L
18402001-06-19 H.J. Lu <hjl@gnu.org>
1841
1842 * doc/Makefile.in: Regenerated.
1843
c45021f2
NC
18442001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1845
1846 * readelf.c: Restore formatting.
1847
18482001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1849
bb279dc0
ZW
1850 * Makefile.am: Move documentation into doc subdirectory.
1851 * Makefile.in: Regenerated.
c45021f2 1852 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1853 * addr2line.1: Removed.
1854 * ar.1: Likewise.
1855 * dlltool.1: Likewise.
1856 * nlmconv.1: Likewise.
1857 * nm.1: Likewise.
1858 * objcopy.1: Likewise.
1859 * objdump.1: Likewise.
1860 * ranlib.1: Likewise.
1861 * readelf.1: Likewise.
1862 * size.1: Likewise.
1863 * strings.1: Likewise.
1864 * strip.1: Likewise.
1865 * windres.1: Likewise.
1866 * cxxfilt.man: Likewise.
c45021f2
NC
1867 * doc: New Directory.
1868 * doc/Makefile.am: New file.
1869 * doc/Makefile.in: Generate.
1870
09ad7db3
AM
18712001-06-09 Alan Modra <amodra@bigpond.net.au>
1872
1873 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1874
936260fe
AM
18752001-06-01 Alan Modra <amodra@bigpond.net.au>
1876
1877 * MAINTAINERS: Update my email address.
1878
16b2b71c
NC
18792001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1880
1881 * objcopy.c: Add new switches: --keep-global-symbol,
1882 --keep-symbols, --localize-symbols, --keep-global-symbols and
1883 --weaken-symbols.
1884 * binutils.texi: Document new switches.
1885 * objcopy.1: Regenerate.
1886 * NEWS: Announce new feature.
1887
7036c0e1
AJ
18882001-05-28 Andreas Jaeger <aj@suse.de>
1889
1890 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1891 variables, fix format strings.
1892
76a406e5
NC
18932001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1894
1895 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1896 when computing the address of the line to show.
1897
31b6fca6
RH
18982001-05-16 Richard Henderson <rth@redhat.com>
1899
1900 * readelf.c (do_debug_frames_interp): New.
1901 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1902 (byte_get_big_endian): Likewise.
1903 (parse_args) ['F']: Set do_debug_frames_interp.
1904 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1905 (frame_display_row): Don't trunc pc_begin to int.
1906 (size_of_encoded_value): New.
1907 (display_debug_frames): Handle 64-bit targets. Print raw data
1908 unless do_debug_frames_interp.
1909 (debug_displays): Remove duplicate .debug_frame.
1910
4fe85591
NC
19112001-05-15 Ralf Baechle <ralf@gnu.org>
1912
1913 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1914 The former constant was never in active use and is used otherwise
1915 by the ABI.
1916
579f31ac
JJ
19172001-05-11 Jakub Jelinek <jakub@redhat.com>
1918
1919 * readelf.c (process_unwind): Print all unwind sections, not just
1920 one.
1921
78f4a3f7
AM
19222001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1923
1924 * readelf.c (process_unwind): Remove const specifier.
1925
1c529ca6
NC
19262001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1927
1928 * strings.c (isgraphic): Do not use isascii() unless it is needed
1929 for isprint() to work.
1930 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1931
87e6d782
NC
19322001-04-27 Johan Rydberg <jrydberg@opencores.org>
1933
bb279dc0 1934 * NEWS: Announce support for OpenRISC.
87e6d782 1935
4bd3d870 19362001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1937
1938 * dlltool.c (do_default_excludes): Initialise to true.
1939
21211521
AM
19402001-04-10 Alan Modra <amodra@one.net.au>
1941
1942 * MAINTAINERS: Update my email address
1943 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1944
0c66b61e 19452001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1946
1947 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1948
e58d53af
L
19492001-03-30 H.J. Lu <hjl@gnu.org>
1950
1951 * readelf.c (process_unwind): Just return if do_unwind is 0.
1952
bee72332
DD
19532001-03-28 Roger Sayle <roger@metaphorics.com>
1954
1955 * dlltool.c (make_one_lib_file): Fix section flags for
1956 .text, .data and .bss in stub ds*.o files to match those
1957 generated by gas.
1958
f1467e33
L
19592001-03-29 H.J. Lu <hjl@gnu.org>
1960
1961 * readelf.c (process_unwind): Only do unwind sections for
1962 IA64.
1963
1c6fb4fe
L
19642001-03-28 H.J. Lu <hjl@gnu.org>
1965
1966 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1967 * Makefile.in: Regenerate.
1968
0879a67a
AJ
19692001-03-26 Andreas Jaeger <aj@suse.de>
1970
1971 * binutils.texi (nm): Fix texi syntax.
1972
0285c67d
NC
19732001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1974
1975 * binutils.texi: Put @c man begin and @c man end indications
1976 to generate man pages using texi2pod and pod2man. Put @c man title
1977 to identify each man. Add SEEALSO entries.
1978 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1979 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1980 sort the list.
1981 (*.1): Build the man pages from binutils.texi.
1982 * Makefile.in: Regenerate.
1983
04847a4d
CF
19842001-03-13 Eric Kohl <ekohl@rz-online.de>
1985
1986 * defparse.y (opt_equal_name): allow "." in name.
1987 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1988 (gen_exp_file): Likewise.
1989
43a0748c
NC
19902001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1991
1992 * NEWS: Document addition of -B switch to objcopy.
1993 * binutils.texi: Document addition of -B switch to objcopy.
1994 * objcopy.c: (copy_options): Add --binary-architecture.
1995 (copy_usage): Document -B/--binary-architecture.
1996 (copy_main): Support -B/--binary-architecture. Set
1997 bfd_external_binary_architecture.
0879a67a 1998
b7498e0e
NC
19992001-03-11 Andreas Jaeger <aj@suse.de>
2000
2001 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2002 (dump_relocations): Likewise.
2003 (get_machine_name): Likewise.
2004
a59e3bd7
NC
20052001-02-28 Nick Clifton <nickc@redhat.com>
2006
2007 * readelf.c: (struct unw_aux_info): Remove const modifier for
2008 'strtab' field.
2009 (process_unwind): Remove non-K&R compliant LHS type cast in call
2010 to GET_DATA_ALLOC macro.
2011
a5bcd848
PB
20122001-02-28 Philip Blundell <pb@futuretv.com>
2013
2014 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2015 ABI is in use; remove ambiguity between the "unknown" EABI and
2016 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2017 renamed EF_xx constants.
2018
27b7e12d
AM
20192001-02-27 Alan Modra <alan@linuxcare.com.au>
2020
2021 * configure.in (BFD_VERSION): New.
2022 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2023 * configure: Regenerate.
2024 * Makefile.am: Run "make dep-am"
2025 * Makefile.in: Regenerate.
2026
a9f10786
NC
20272001-02-14 Nick Clifton <nickc@redhat.com>
2028
2029 * MAINTAINERS: Add "Obvious Fix" rule.
2030
3c44da9a
MS
20312001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2032
2033 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2034 literal concatenation.
2035
ecd03389
MS
20362001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2037
2038 * readelf.c (struct unw_aux_info): Remove const from the info member.
2039 (process_unwind): Don't type-cast the third argument to the
2040 GET_DATA_ALLOC macro.
2041
88ec60c7
NC
20422001-02-11 Nick Clifton <nickc@redhat.com>
2043
2044 * readelf.c (dump_relocations): Free corrected allocated
2045 array.
2046 (process_unwind): Fix compile time warning.
2047
f5e21966
NC
20482001-02-10 Nick Clifton <nickc@redhat.com>
2049
2050 * binutils.texi: Document new --unwind option to readelf.
2051
a85d7ed0
NC
20522001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2053
2054 * readelf.c: Add linux target for S/390.
2055
7bb10502
AM
20562001-02-10 Alan Modra <alan@linuxcare.com.au>
2057
2058 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2059 printf is a macro.
2060
8ca8f343
HPN
20612001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2062
2063 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2064 * aclocal.m4: Regenerate.
2065 * configure: Regenerate.
2066
7340082d
NC
20672001-02-07 Todd Vierling <tv@wasabisystems.com>
2068
2069 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2070 * objdump.c (bfd_target_vector): Likewise.
2071
4d6ed7c8
NC
20722001-02-07 David Mosberger <davidm@hpl.hp.com>
2073
2074 * readelf.c (process_unwind): New function.
2075 (slurp_ia64_unwind_table): Ditto.
2076 (dump_ia64_unwind): Ditto.
2077 (find_symbol_for_address): Ditto.
2078 (slurp_rela_relocs): New function (split off from dump_relocations()).
2079 (slurp_rel_relocs): Ditto.
2080 (parse_args): Handle '-u' option.
2081
2082 * unwind-ia64.c: New file.
2083 * unwind-ia64.h: New file.
2084 * Makefile.am: Include unwind-ia64.c in readelf build.
2085 * Makefile.in: Regenerate.
7340082d 2086 * po/binutils.pot: Regenerate.
4d6ed7c8 2087
c7217458
PB
20882001-02-04 Philip Blundell <philb@gnu.org>
2089
2090 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2091 * configure: Regenerate.
2092
956eedd4
AM
20932001-01-31 Steve deRosier <sderosier@vari-lite.com>
2094
2095 * ieee.c (ieee_add_bb11): Don't check for backslashes
2096 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2097
8855cbca
AM
20982001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2099
c7f2731e
AM
2100 * ieee.c: Update copyright.
2101 (ieee_start_compilation_unit): Don't check for backslashes
2102 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2103
8855cbca
AM
2104 * stabs.c: Update copyright. Include "filenames.h".
2105 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2106
329de803 21072001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2108
2109 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2110 sections are present before using them. Remove code duplication.
2111 (process_symbol_table): Check if VERDEF or VERNEED sections are
2112 present before using them.
2113
23719f39
NC
21142001-01-17 Nick Clifton <nickc@redhat.com>
2115
2116 * objcopy.c (copy_object): Fail if attempting to convert the
2117 endianness of the input object file.
2118
2119 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2120
f726e849
NC
21212001-01-16 Nick Clifton <nickc@redhat.com>
2122
2123 * readelf.c (string_table_length): New variable.
2124 (SECTION_NAME): Catch out of range indices and missing section
2125 pointers.
2126 (process_section_headers): Delete useless local variable
2127 string_table_offset. Set the value of string_table_length
2128 after loading the string table.
2129 (process_mips_specific): Use SECTION_NAME macro.
2130 (process_file): Set string_table_length to 0 when it is freed.
2131
d0398d6a
NC
21322001-01-12 Nick Clifton <nickc@redhat.com>
2133
2134 * version.c (print_version): Update copyright date.
2135
0d2bcfaf
NC
21362001-01-11 Peter Targett <peter.targett@arccores.com>
2137
2138 * readelf.c (dump_relocations): Include selection with EM_ARC.
2139 (get_machine_name) Update name to "ARC".
2140
8b1e6df3
NC
21412001-01-09 Nick Clifton <nickc@redhat.com>
2142
2143 * Makefile.am: Add rule to build objdump.o from objdump.c and
2144 using OBJDUMP_DEFS.
2145 * Makefile.in: Regenerate.
2146
2147 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2148 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2149 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2150 * configure: Regenerate.
8b1e6df3
NC
2151
2152 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2153 is defined read in the relocs even if dump_reloc_info is
2154 false.
2155
2f952d20
PB
21562001-01-07 Philip Blundell <philb@gnu.org>
2157
2158 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2159 `bug-binutils'.
2160 * README: Likewise.
2161
a8c548cb
NC
21622000-12-19 Nick Clifton <nickc@redhat.com>
2163
2164 * dlltool.c: Add missing support for arm-epoc-pe.
2165 * configure.in: Add missing support for arm-epoc-pe.
2166 * configure: Regenerate.
2167
cc5fda35
NC
21682000-12-15 Nick Clifton <nickc@redhat.com>
2169
2170 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2171 Mode parts of the x86 port.
2172
bcedfee6
NC
21732000-12-04 Andreas Jaeger <aj@suse.de>
2174
2175 * readelf.c (guess_is_rela): Add EM_X86_64.
2176 (dump_relocations): Add EM_X86_64.
2177 (get_machine_name): Add EM_X86_64.
2178 Include "elf/x86-64.h".
2179
584da044
NC
21802000-12-12 Nick Clifton <nickc@redhat.com>
2181
2182 * readelf.c: Fix formatting.
2183
7559e86e 21842000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2185
2186 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2187
a98cc2b2
AH
21882000-12-07 Andrew Haley <aph@redhat.com>
2189
2190 * readelf.c (display_debug_frames): Only display columns that are
2191 referenced by the frame debug info.
2192
c7987a69
NC
21932000-12-05 Nick Clifton <nickc@redhat.com>
2194
2195 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2196
09fd7e38
JM
21972000-12-04 Jason Merrill <jason@redhat.com>
2198
2199 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2200 (display_debug_section): Likewise.
2201 (display_debug_info): Display CU header before bailing.
2202
e7af610e
NC
22032000-12-01 Chris Demetriou <cgd@sibyte.com>
2204
09fd7e38
JM
2205 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2206 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2207 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2208
09fd7e38
JM
2209 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2210 and E_MIPS_ARCH_64.
84ea6cf2 2211
09fd7e38
JM
2212 * readelf.c (get_machine_flags): Add case for
2213 E_MIPS_MACH_SB1.
c6c98b38 2214
75066968
DD
22152000-11-30 Richard Earnshaw <rearnsha@arm.com>
2216
2217 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2218
5c4666ea
HPN
22192000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2220
6e917903 2221