]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
2002-11-11 Andrew Cagney <ac131313@redhat.com>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
232e7cb8
NC
12002-11-07 Nick Clifton <nickc@redhat.com>
2
235c4794
NC
3 * configure.in (LINGUAS): Add 'da'.
4 * configure: Regenerate.
5 * po/da.po: New Danish translation.
6
232e7cb8
NC
7 * readelf.c (get_symbol_index_type): Revert part of previous
8 patch: Display unknown symbol types in decimal, not hex.
9
c9e38879
NC
102002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
11
12 * dlltool.c (add_excludes): Don't prefix excluded fastcall
13 symbols with underscore.
14 (xlate): Ignore add_underscore for decorated fastcall symbols.
15
162002-11-07 Eric Kohl <ekohl@rz-online.de>
17
18 * deflex.l: Accept '@' as first character of an ID.
19 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
20 ASM_PREFIX for fastcall symbols.
21 (scan_drectve_symbols): Handle fastcall symbols when generating
22 undecorated aliases for symbols in drectve section.
23 (scan_filtered_symbols): Likewise, with export-all.
24 (xlate): Likewise, with --kill-at.
25 (make_imp_label): New function to handle fastcall symbols
26 correctly.
27 (make_one_lib_file): Use make_imp_label instead of make_label
28 for imp symbols.
29
a700dc3b
SS
302002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
31
32 * MAINTAINERS: Add self as TIC4X maintainer.
33
5cf1065c
NC
342002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
35
36 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
37 PROCESSOR-specific, OS-specific, reserved and unknown symbol
38 types.
5cf1065c 39
f1ef08cb
AM
402002-11-04 Alan Modra <amodra@bigpond.net.au>
41
42 * readelf.c (byte_get_little_endian): Comment typo fix.
43 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
44 as the format string.
45 (dump_relocations): Correct section sym names.
46 (process_section_headers): Clear symtab_shndx_hdr.
47 (read_and_display_attr_value): Don't pass indirect string to printf
48 as the format string.
49 (display_debug_frames): Indicate when zero terminator found. Decode
50 DW_EH_PE_pcrel addresses.
51
1a09a22c
NC
522002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
53
54 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
55 order to ensure proper disassembly of the valid 0-value opcode.
56 * configure: Regenerate.
57 * aclocal.m4: Regenerate.
58 * config.in: Regenerate.
59 * configure.in: Regenerate.
60 * doc/Makefile.in: Regenerate.
61 * po/binutils.pot: Regenerate.
62
c254c557
KK
632002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
64
65 * MAINTAINERS: Add self as SH maintainer.
66
aefbdd67
BE
672002-10-23 Ben Elliston <bje@redhat.com>
68
69 * doc/binutils.texi (objdump): Document -z and move the entry for
70 --disassemble-zeroes to the end of the options section (for `z').
71
ab9bcc01
NC
722002-10-21 Nick Clifton <nickc@redhat.com>
73
74 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
75
8ab56b6f
AM
762002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
77
78 * objdump.c (dump_data): Correct addr_offset for opb != 1.
79
49c12576
AM
802002-10-15 Alan Modra <amodra@bigpond.net.au>
81
48417c1a
AM
82 * bucomm.c (list_supported_targets): Use bfd_target_list.
83
49c12576
AM
84 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
85 other object errors in preference to bfd_core errors.
86
6e1a7e9a
AM
872002-10-14 Alan Modra <amodra@bigpond.net.au>
88
89 * Makefile.am: Run "make dep-am".
90 * objdump.c: #include "bfdver.h".
91 * version.c: Likewise.
92 * Makefile.in: Regenerate.
93 * config.in: Regenerate.
94 * configure: Regenerate.
95 * po/POTFILES.in: Regenerate.
96
09fc3b02
DJ
972002-10-09 Daniel Jacobowitz <drow@mvista.com>
98
99 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
100 sections. Allow relocations against the absolute symbol. Don't
101 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 102 relocation.
09fc3b02 103
f309035a
NC
1042002-10-07 Gordon Chaffee <chaffee@netvmg.com>
105
106 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
107 ordinary ones are available.
108
810dfa6e
L
1092002-09-30 H.J. Lu <hjl@gnu.org>
110
111 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
112 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
113
bb279dc0
ZW
1142002-09-17 Zack Weinberg <zack@codesourcery.com>
115
116 * Makefile.am (CFILES): Add cxxfilt.c.
117 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
118 (cxxfilt_LDADD): Delete.
119 Remove all references to underscore.c.
120 Regen dependencies.
121 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
122 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
123 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
124 adjustments to fit into binutils framework.
125 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
126
065c959b
NC
1272002-09-12 Roland McGrath <roland@redhat.com>
128
129 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
130 Handle DW_OP_GNU_push_tls_address.
131
e09f4395
NC
1322002-09-11 Nick Clifton <nickc@redhat.com>
133
134 * po/tr.po: Updated Turkish translation.
135
873e0588
NC
1362002-09-10 Nick Clifton <nickc@redhat.com>
137
138 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
139 testsuite changes. Add paragraphs about testsuite and config
140 patches.
141
069fe61f
NC
1422002-08-29 Nick Clifton <nickc@redhat.com>
143
144 * readelf.c (get_machine_flags): Remove redundant reference to
145 E_V850EA_ARCH.
146
fe0507eb
AM
1472002-08-28 Alan Modra <amodra@bigpond.net.au>
148
149 * objdump.c (dump_bfd): Restore lines accidentally deleted in
150 last commit.
151
026df7c5
NC
1522002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
153
bb279dc0 154 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
155 (dump_bfd_header): Likewise.
156
68a4c073
AM
1572002-08-27 Alan Modra <amodra@bigpond.net.au>
158
159 * nm.c: Revert last change.
160
a1df01d1
AM
1612002-08-26 Alan Modra <amodra@bigpond.net.au>
162
163 * nm.c (display_rel_file): Don't report "no symbols" as an error.
164 * objdump.c (slurp_symtab): Likewise.
165 (slurp_dynamic_symtab): Likewise.
166 (dump_symbols): Likewise. Do print "no symbols" to stdout.
167
a926ab2f
GK
1682002-08-24 Geoffrey Keating <geoffk@redhat.com>
169
170 * MAINTAINERS: Change my mailing address.
171
fcf62380
DA
1722002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
173
174 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
175
51e28791
NC
1762002-08-22 Nick Clifton <nickc@redhat.com>
177
178 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
179 HPPA.
180
c5b060ad
AM
1812002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
182
183 * readelf.c (parse_args): Change debug_dump_opt to static.
184
4b73ca92
NC
1852002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
186
187 * stabs.c (parse_stab_argtype): Pass length of physname to
188 stab_demangle_argtypes.
189 (stab_demangle_argtypes): Add new parameter - length of physname.
190 Pass length of physname on to stab_demangle_prefix.
191 (stab_demangle_prefix): Add new parameter - length of physname.
192 Use length of physname (if supplied) to compute end of function
193 name.
194
35b1837e
AM
1952002-08-15 Alan Modra <amodra@bigpond.net.au>
196
197 * readelf.c: Include elf/i370.h.
198 (dump_relocations): Handle EM_S370.
199 (dynamic_segment_parisc_val): Print \n.
200 (process_dynamic_segment <DT_BIND_NOW>): Here too.
201
762baac5
NC
2022002-08-14 Nick Clifton <nickc@redhat.com>
203
204 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
205 * objdump.c (usage): Likewise.
206 * doc/binutils.texi: Likewise.
207
85c09e8a
NC
2082002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
209
210 * rcparse.y (acc_entry): Don't warn about ALT use with
211 non-VIRTKEY.
212
212a3c4d
L
2132002-08-13 H.J. Lu <hjl@gnu.org>
214
215 * objcopy.c (copy_object): Don't warn about the unsupported
216 architecture unless the input target is defaulted or the
217 output architecture is different from the input.
218
2b692c59
NC
2192002-08-09 Nick Clifton <nickc@redhat.com>
220
221 * po/sv.po: Updated Swedish translation.
222
09de7a73
AM
2232002-08-05 Alan Modra <amodra@bigpond.net.au>
224
225 * prdbg.c (pr_fix_visibility): Remove assert.
226
47badb7b
NC
2272002-07-31 Nick Clifton <nickc@redhat.com>
228
229 * addr2line.c (process_file): Rename parameter 'filename' to
230 'file_name' in order to avoid shadowing global symbol of the
231 same name.
232 (main): Likewise.
233
2979dc34
JJ
2342002-07-30 Jakub Jelinek <jakub@redhat.com>
235
236 * readelf.c (OPTION_DEBUG_DUMP): Define.
237 (options): Use it.
238 (usage): Update help.
239 (parse_args): Handle --debug-dump separately from -w.
240 * doc/binutils.texi (readelf): Update documentation.
241
219576a4
NC
2422002-07-25 Nick Clifton <nickc@redhat.com>
243
244 * po/es.po: Updated Spanish translation.
245 * po/fr.po: Updated French translation.
246
bf4f22e6 2472002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 248
bf4f22e6
NC
249 * po/es.po: Updated Spanish translation.
250
c5b3a82a
AM
2512002-07-23 Alan Modra <amodra@bigpond.net.au>
252
253 * Makefile.am: Run "make dep-am".
254 * Makefile.in: Regenerate.
255
0461a601
NC
2562002-07-23 Nick Clifton <nickc@redhat.com>
257
bf4f22e6 258 * po/fr.po: Updated French translation.
0461a601 259
bf44dd74
AM
2602002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
261
262 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
263
2c205ff2
AM
2642002-07-20 Alan Modra <amodra@bigpond.net.au>
265
63eb0809 266 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 267
1e4cf259
NC
2682002-07-18 Denis Chertykov <denisc@overta.ru>
269 Frank Ch. Eigler <fche@redhat.com>
270
271 * readelf.c: Include "elf/ip2k.h".
272 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
273 (dump_relocations): Likewise.
274 (get_machine_name): Likewise.
275 * NEWS: Mention IP2K support.
276
2cbb2eef
NC
2772002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
278
279 * NEWS: Add 'Changes in 2.13'.
280
047b2264
JJ
2812002-07-10 Jakub Jelinek <jakub@redhat.com>
282
283 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
284 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
285 (get_section_type_name): Handle SHT_GNU_LIBLIST.
286 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
287 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
288 (process_gnu_liblist): New.
289 (process_file): Call it.
290
97230b15
AM
2912002-07-03 Alan Modra <amodra@bigpond.net.au>
292
293 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
294 * Makefile.in: Regenerate.
295
a6637ec0
AM
2962002-07-02 Alan Modra <amodra@bigpond.net.au>
297
298 * budemang.c: New file, "demangle" function.
299 * budemang.h: New file.
300 * addr2line.c (translate_addresses): Use "demangle".
301 * nm.c (print_symname): Likewise.
302 * objdump.c (objdump_print_symname): Likewise.
303 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
304 here since that obfuscates.
305 * rdcoff.c: Don't #include demangle.h.
306 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
307 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
308 (HFILES): Add budemang.h. Sort.
309 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
310 Run "make dep-am".
311 * Makefile.in: Regenerate.
312
179d3252
JT
3132002-07-01 Matt Thomas <matt@3am-software.com>
314
315 * readelf.c: Include "elf/vax.h".
316 (guess_is_rela): Move EM_VAX from unknown to RELA case.
317 (dump_relocations): Handle VAX relocations.
318 (get_machine_flags): Handle VAX machine flags.
319
75751cd9
SC
3202002-06-29 Stephane Carrez <stcarrez@nerim.fr>
321
322 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
323
e5851ab8
NC
3242002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
325
326 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
327
eb3f2f5c
AM
3282002-06-26 Alan Modra <amodra@bigpond.net.au>
329
330 * nm.c (print_symname): When demangling, strip leading dots from
331 symbol names to avoid confusing the demangler.
332
a13a0de8
L
3332002-06-25 H.J. Lu <hjl@gnu.org>
334
335 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
336 * Makefile.in: Regenerated.
337
6db7a086
AM
3382002-06-21 Igor Schein <igor@txc.com>
339
340 * configure.in: Quote bu_cv_have_fopen64.
341 * configure: Regenerate.
342
9710509e
AM
3432002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
344
345 * configure.in: Check for strcoll.
346 * configure: Regenerate.
347 * config.in: Regenerate.
348 * nm.c (main): Set locale for LC_COLLATE category.
349 (non_numeric_forward): Use strcoll if available.
350
a9f0b5e7
DB
3512002-06-20 Dave Brolley <brolley@redhat.com>
352
353 * MAINTAINERS: Add self as fr30 and frv maintainer.
354
33f5f537
L
3552002-06-18 H.J. Lu (hjl@gnu.org)
356
357 * nm.c: Include "elf/common.h".
358 (extended_symbol_info): Add elfinfo, a pointer to
359 elf_symbol_type.
360 (SYM_SIZE): Use elfinfo if it is not NULL.
361 (get_symbol_type): New function.
362 (display_archive): Set print_width for each archive member.
363 (display_file): Likewise.
364 (display_rel_file): Don't set print_width here.
365 (print_object_filename_sysv): Handle print_width.
366 (print_archive_member_sysv): Likewise.
367 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
368 (print_symbol): Set the elfinfo field in extended_symbol_info
369 for ELF.
370 (print_object_filename_sysv): Fix the output format.
371 (print_symbol_info_sysv): Print type and section for ELF.
372
3732002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
374
375 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 376 the symbol's size equal to its value when --size-sort is
33f5f537
L
377 used.
378
5c70f934
DB
3792002-06-18 Dave Brolley <brolley@redhat.com>
380
381 From Catherine Moore:
382 * readelf.c (elf/frv.h): #include it.
383 (guess_is_rela): Support EM_CYGNUS_FRV.
384 (dump_relocations): Ditto.
385 (get_machine_name): Ditto.
386 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
387
7ece0d85
JJ
3882002-06-18 Jakub Jelinek <jakub@redhat.com>
389
390 * readelf.c (get_file_header): Only read the first section header if
391 e_shoff is non-zero.
392
72797995
L
3932002-06-15 H.J. Lu (hjl@gnu.org)
394
395 * nm.c (print_size): New variable. Initialize to 0.
396 (long_options): Add 'S'/"print-size".
397 (main): Handle 'S'.
398 (print_symbol_info_bsd): Print size only if print_size is not
399 0.
400
401 * doc/binutils.texi: Document -S/--print-size.
402
977f7911
NC
4032002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
404
405 * nm.c (struct extended_symbol_info): New strcuture: Add the size
406 of the symbols to the information provided by the symbol_info
407 structure.
408 (print_symbols): Pass the symbol size to print_symbol.
409 (print_size_symbols): Pass the symbol size to print_symbol.
410 (print_symbol): Extra argument: The size of the symbol. Store
411 this in the extended_symbol_info structure.
412 (print_symbol_info): Change type of info parameter to
413 extended_symbol_info. Display the size, if known.
414 (print_symbol_info_posix): Likewise.
415 (print_symbol_info_sysv): Likewise.
416
b1f88ebe
AM
4172002-06-08 Alan Modra <amodra@bigpond.net.au>
418
fa449227
AM
419 * Makefile.am: Run "make dep-am".
420 * Makefile.in: Regenerate.
421 * doc/Makefile.in: Regnerate.
422
b1f88ebe
AM
423 * bucomm.c: Replace CONST with const.
424 * nm.c: Likewise.
425 * objdump.c: Likewise.
426
91a106e6
L
4272002-06-07 H.J. Lu <hjl@gnu.org>
428
429 * readelf.c (DW_CFA_GNU_args_size): Don't define.
430 (DW_CFA_GNU_negative_offset_extended): Likewise.
431 (DW_CFA_GNU_window_save): Likewise.
432 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
433 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
434
6ab6b380 4352002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 436
6ab6b380
NC
437 * nm.c: When computing size of symbols for an ELF target use the
438 internal size field.
439
e28e05a3
JL
4402002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
441
442 * testsuite/binutils-all/objcopy.exp: clear xfail for
443 "hppa*64*-*-hpux*".
444 * testsuite/binutils-all/hppa/objdump.exp: Return if
445 "*64*-*-*".
446
dc156bc0
AM
4472002-06-05 Alan Modra <amodra@bigpond.net.au>
448
449 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
450
4512002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
452
453 * objdump.c: Fix formatting.
454
d79e4ea3
BE
4552002-05-29 Ben Elliston <bje@redhat.com>
456
457 * MAINTAINERS: Add self as M68k maintainer.
458
d172d4ba
NC
4592002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
460
461 * readelf.c: Modified/Added DLX elf support.
462
7edb8f29
NC
4632002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
464
3a1a2036
NC
465 * arsup.c: Fix formatting.
466 * debug.c (debug_record_label): Add missing colon to error
467 message.
468 * ieee.c (parse_ieee_ty): Fix spelling typo.
469 * readelf.c (process_program_headers): Remove English assumption
470 about making a plural word.
471 (process_section_headers): Likewise.
472 (process_relocs): Allow quotes to be translated.
473 (process_unwind): Likewise,
474 (process_mips_specific): Improve error message.
475 (get_note_type): Fix spelling typo.
476
7edb8f29
NC
477 * configure.in (ALL_LINGUAS): Add sv
478 * po/sv.po: New file.
479
3eee1e9d
AM
4802002-05-27 Alan Modra <amodra@bigpond.net.au>
481
482 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
483 (unw_print_grmask): Likewise.
484 (unw_print_frmask): Likewise.
485
d43efbe3
KH
4862002-05-26 Kazu Hirata <kazu@cs.umass.edu>
487
488 * arsup.c: Remove ARGSUSED.
489 * debug.c: Likewise.
490 * ieee.c: Likewise.
491 * nlmconv.c: Likewise.
492 * prdbg.c: Likewise.
493 * stabs.c: Likewise.
494 * wrstabs.c: Likewise.
495
e9792343
AM
4962002-05-25 Alan Modra <amodra@bigpond.net.au>
497
498 * arlex.l: Use #include "" instead of <> for local header files.
499 * coffdump.c: Likewise.
500 * coffgrok.c: Likewise.
501 * nlmconv.c: Likewise.
502 * nlmheader.y: Likewise.
503 * srconv.c: Likewise.
504 * strings.c: Likewise.
505 * sysdump.c: Likewise.
506 * unwind-ia64.h: Likewise.
507 * windres.h: Likewise.
508 * winduni.h: Likewise.
509
d7e53452
TR
5102002-05-24 Tom Rix <trix@redhat.com>
511
512 * MAINTAINERS: Add self as the d10v maintainer.
513
436e8db0
NC
5142002-05-24 TAMURA Kent <kent@netbsd.org>
515
516 * configure.in: Builds dlltool for i386-netbsdpe.
517 * configure: Regenerate.
518
9f66665a
KH
5192002-05-23 Kazu Hirata <kazu@cs.umass.edu>
520
521 * size.c: Fix formatting.
522 * srconv.c: Likewise.
523 * stabs.c: Likewise.
524 * sysdump.c: Likewise.
525 * unwind-ia64.c: Likewise.
526 * wrstabs.c: Likewise.
527
13ae64f3
JJ
5282002-05-23 Jakub Jelinek <jakub@redhat.com>
529
530 * readelf.c (get_segment_type): Add PT_TLS.
531 (get_elf_section_flags): Add SHF_TLS.
532 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
533 (process_dynamic_segment): Use puts instead of printf.
534 (get_symbol_type): Support STT_TLS.
535 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
536 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
537 Add SEC_THREAD_LOCAL.
538
53c7db4b
KH
5392002-05-23 Kazu Hirata <kazu@cs.umass.edu>
540
541 * rdcoff.c: Fix formatting.
542 * rddbg.c: Likewise.
543 * readelf.c: Likewise.
544 * rename.c: Likewise.
545 * resbin.c: Likewise.
546 * resrc.c: Likewise.
547 * resres.c: Likewise.
548
0af11b59
KH
5492002-05-21 Kazu Hirata <kazu@cs.umass.edu>
550
551 * filemode.c: Fix formatting.
552 * ieee.c: Likewise.
553 * is-ranlib.c: Likewise.
554 * is-strip.c: Likewise.
555 * maybe-ranlib.c: Likewise.
556 * maybe-strip.c: Likewise.
557 * nlmconv.c: Likewise.
558 * nm.c: Likewise.
559 * not-ranlib.c: Likewise.
560 * not-strip.c: Likewise.
561 * objcopy.c: Likewise.
562 * objdump.c: Likewise.
563
21611032
TS
5642002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
565
566 * objdump.c (dump_headers): Fix output formatting for ELF32
567 architectures in a BFD64 enabled toolchain.
568
26044998
KH
5692002-05-20 Kazu Hirata <kazu@cs.umass.edu>
570
571 * debug.c: Fix formatting.
572 * debug.h: Likewise.
573 * dlltool.c: Likewise.
574 * dllwrap.c: Likewise.
575 * emul_aix.c: Likewise.
576 * emul_vanilla.c: Likewise.
577
f462a9ea
KH
5782002-05-19 Kazu Hirata <kazu@cs.umass.edu>
579
580 * addr2line.c: Fix formatting.
581 * ar.c: Likewise.
582 * arsup.c: Likewise.
583 * arsup.h: Likewise.
584 * binemul.c: Likewise.
585 * binemul.h: Likewise.
586 * bucomm.c: Likewise.
587 * coffdump.c: Likewise.
588 * coffgrok.c: Likewise.
589 * coffgrok.h: Likewise.
590
e0159aa9
MM
5912002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
592
593 * MAINTAINERS: Add myself as the second AVR port maintainer.
594
074b403e
SC
5952002-05-16 Stephane Carrez <stcarrez@nerim.fr>
596
597 * MAINTAINERS: Update my email address.
598
2b9c8201
NC
5992002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
600
601 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
602
e1d5b1e7
AM
6032002-05-09 Alan Modra <amodra@bigpond.net.au>
604
605 * configure.in: Replace `*pe' with `pe' throughout.
606 * configure: Regenerate.
607
d3d8a9ee
NC
6082002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
609
610 * Makefile.am: Honour DESTDIR.
611 * Makefile.in: Regenerate.
612
405c98a4
AM
6132002-05-06 Alan Modra <amodra@bigpond.net.au>
614
a02d5965
AM
615 * dlltool.c (process_def_file): Add missing prototype.
616 (new_directive, assemble_file, main): Likewise.
617 (process_def_file, new_directive): Make static.
618 (inform): Rewrite using VA_FIXEDARG.
619 * dllwrap.c (mybasename): Add missing prototype.
620 (strhash, main): Likewise.
621 (inform): Rewrite using VA_FIXEDARG.
622 (warn): Likewise.
623 (cleanup_and_exit): Use old style function definition.
624 (strhash): Likewise.
625 * windres.c (define_resource): Use one memset to clear all of
626 struct res_resource.
627
405c98a4 628 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 629 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
630
6312002-05-06 Borut Razem <borut.razem@siol.net>
632
633 * rclex.l (get_string): Correct "strings" list handling.
634 * resrc.c (read_rc_file): Discard strings.
635
91593c9d
AM
6362002-05-04 Alan Modra <amodra@bigpond.net.au>
637
e58a75dc
AM
638 * ar.c (replace_members): Remove unused var. Formatting fix.
639 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
640
91593c9d
AM
641 * MAINTAINERS: Sort port maintainers by CPU.
642
6b52b824
AM
6432002-05-04 Bob Byrnes <byrnes@curl.com>
644
645 * size.c (display_archive): Add last_arfile and code to close archives.
646
dd70071f
AM
6472002-05-01 Alan Modra <amodra@bigpond.net.au>
648
649 * nm.c (print_symbol): Check returned filename from
650 bfd_find_nearest_line is non-NULL.
651
6c95717a 6522002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
653
654 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 655
3c25c5f6
NC
6562002-04-24 Christian Groessler <chris@groessler.org>
657
658 * MAINTAINERS: Changed my email address.
659
944cd72c
TS
6602002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
661
662 * arparse.y: Fix syntax warning.
663
ea91f8bb
NC
6642002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
665
3e55a963
NC
666 * readelf.c (fetch_location_list): Remove unused function.
667
668 * readelf.c (process_corefile_note_segment): Catch corrupt notes
669 and display a warning message, then exit the loop.
670
ea91f8bb
NC
671 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
672
45b99827
NC
6732002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
674
675 * resrc.c (write_rc_dialog): If charset is non-default value
676 display all of the DIALOGEX parameters.
677
6782002-04-15 Eric Kohl <ekohl@rz-online.de>
679
bb279dc0 680 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
681 DIALOGEX resources.
682 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
683 resource data.
bb279dc0 684 (res_to_bin_dialog): Likewise.
45b99827
NC
685 * windres.h: Added misssing charset variable to dialog_ex
686 structure.
687
acfbab8a
NC
6882002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
689
690 * rcparse.y: Set MEMFLAG_PURE by default.
691
df3baf66
NC
6922002-04-09 Bernd Herd <info@herdsoft.com>
693
bb279dc0 694 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 695 are quoted.
4c30641a 696 Fix typo in BEDIT warning.
91eafb40 697 Don't add default dialog style when explicit style specified.
b62a12ca 698 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 699
b24eb5ac
NC
700 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
701 (handle_quotes) "\a" escape (used for right justified key
702 definitions in menus) is encodes as binary 8.
df3baf66 703
b24eb5ac
NC
704 * resrc.c (write_rc_dialog): Print style even if it is 0.
705 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 706 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 707
b24eb5ac
NC
708 * resbin.c (bin_to_res_dialog): Use signature to identify
709 DIALOGEX.
f7d63484 710
b24eb5ac 711 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 712
df3baf66
NC
7132002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
714
715 * resrc.c: print CLASS names in quotes
716
7172002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
718
719 * MAINTAINERS: Update my email address.
720
8e42bcb6
AM
7212002-04-04 Alan Modra <amodra@bigpond.net.au>
722
723 * dep-in.sed: Cope with absolute paths.
724 * Makefile.am (dep.sed): Subst TOPDIR.
725 Run "make dep-am".
726 * Makefile.in: Regenerate.
727
96f959e5
PT
7282002-03-27 Peter Targett <peter.targett@arc.com>
729
730 * MAINTAINERS: Update my email address.
731
1ea788ee
AM
7322002-03-21 Alan Modra <amodra@bigpond.net.au>
733
734 * Makefile.am: Run "make dep-am".
735 * Makefile.in: Regenerate.
736 * doc/Makefile.in: Regenerate.
737 * po/POTFILES.in: Regenerate.
738 * aclocal.m4: Regenerate.
739 * config.in: Regenerate.
740 * configure: Regenerate.
741
a2f14207
DB
7422002-03-20 Daniel Berlin <dan@dberlin.org>
743
744 * readelf.c: Add support for displaying dwarf2 location lists.
745 (do_debug_loc, debug_loc_section, debug_loc_size): New.
746 (parse_args): Use 'O' as shorthand for displaying location list
747 section.
748 (process_section_headers): Handle debug_loc as well.
749 (load_debug_loc): New.
750 (free_debug_loc): New.
751 (fetch_location_list): New.
752 (display_debug_loc): New.
753 (display_debug_info): Call load_debug_loc and free_debug_loc.
754 (debug_displays): We can display .debug_loc now, too.
755 (usage): Update usage string.
756 (read_and_display_attr_value): Note location lists, but don't
757 display them inline.
758
eb1e0e80
NC
7592002-03-18 Tom Rix <trix@redhat.com>
760
761 * Makefile.am: Add binutils emulation support.
762 * configure.in: Same.
763 * configure.tgt: New file. Same.
764 * ar.c (main): Use ar_emul_parse_arg.
765 (usage): Use ar_emul_usage.
766 (replace_members): Use ar_emul_replace, ar_emul_append.
767 * binemul.c: New file. Define the binutils emulation
768 layer. Define default methods.
769 * binemul.h: New file. Binutils emulation layer header file.
770 * emul_aix.c: New file. AIX binutils emulation.
771 * emul_vanilla.c: New file. Default binutils emulation.
772 * Makefile.in: Regenerate.
773 * configure: Same.
774
a1c259a1
NC
7752002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
776
777 * po/fr.po: Updated version.
778
9ce88e60
NC
7792002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
780
781 * po/fr.po: Updated version.
782
effb0601
DJ
7832002-03-07 Daniel Jacobowitz <drow@mvista.com>
784
785 * README: Update some version numbers.
786
a65688ab
DJ
7872002-03-07 Daniel Jacobowitz <drow@mvista.com>
788
789 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
790 (Architecture Selection): Likewise.
791
f3f7fbb2
NC
7922002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
793
794 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
795 generating .exp file.
796
25345be5
NC
7972002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
798
799 * readelf.c (dump_relocations): Fix typo.
800
9a66911f
NC
8012002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
802
803 * NEWS: Mark 2.12 branch.
804
2c71103e
NC
8052002-02-18 Timothy Daly <remote_bob@yahoo.com>
806
bb279dc0
ZW
807 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
808 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 809 output.
bb279dc0 810 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
811 to 'unrecognized'.
812 (decode_ARM_machine_flags): Likewise.
813 (parse_args): Likewise.
814 (read_and_display_attr_value): Likewise.
815 (display_debug_section): Likewise.
816
49fda6c8
HPN
8172002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
818
819 * NEWS: Mention support for MMIX.
820
76f57f3a
JT
8212002-02-13 Matt Fredette <fredette@netbsd.org>
822
823 * readelf.c (get_machine_flags): Recognize EF_M68000.
824
d36ca9c2
AO
8252002-02-12 Alexandre Oliva <aoliva@redhat.com>
826
827 * MAINTAINERS: Added self as MN10300 co-maintainer.
828
19397422
AM
8292002-02-12 Alan Modra <amodra@bigpond.net.au>
830
831 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
832 DT_PPC64_OPDSZ.
833
d434e574
DJ
8342002-02-11 Daniel Jacobowitz <drow@mvista.com>
835
836 * MAINTAINERS: List myself as branch maintainer.
837
12b87c89
AM
8382002-02-11 Alan Modra <amodra@bigpond.net.au>
839
840 * configure: Regenerate.
841 * objcopy.c: Update copyright date.
842 * doc/Makefile.in: Regenerate.
843
8d037c5c
DJ
8442002-02-10 Daniel Jacobowitz <drow@mvista.com>
845
846 * nlmconv.c: Back out localtime PARAMS change.
847
4c168fa3
AM
8482002-02-11 Alan Modra <amodra@bigpond.net.au>
849
850 * objcopy.c (MKDIR): Define.
851 (copy_archive): Make name_list.name const. Use MKDIR.
852 Handle duplicate files in archives by making more temp dirs.
853
408f8db1
DJ
8542002-02-10 Daniel Jacobowitz <drow@mvista.com>
855
856 * coffdump.c: Include "getopt.h" after "bucomm.h"
857 so that macros are defined correctly.
858 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
859 prototype. Prototype main.
860 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
861
9f77fa06
AO
8622002-02-06 Alexandre Oliva <aoliva@redhat.com>
863
864 * MAINTAINERS: Added self as SH co-maintainer.
865
82f6addb
NC
8662002-02-05 Nick Clifton <nickc@redhat.com>
867
868 * po/tr.po: Updated translation.
869
ba323545
AM
8702002-02-01 Alan Modra <amodra@bigpond.net.au>
871
872 * Makefile.am: Run "make dep-am"
873 * Makefile.in: Regenerate.
874
3deb89d3
DJ
8752002-01-29 Daniel Jacobowitz <drow@mvista.com>
876
877 * nm.c (print_value): Mark abfd unused.
878
a0e9c55f
DJ
8792002-01-29 Daniel Jacobowitz <drow@mvista.com>
880
881 * unwind-ia64.c (unw_decoder): Change second argument
882 to unsigned int, to match function prototypes.
883
d7a283d4
DJ
8842002-01-29 Daniel Jacobowitz <drow@mvista.com>
885
886 * objdump.c: Include "getopt.h" after "bucomm.h" so that
887 __GNU_LIBRARY__ will be defined.
888 * size.c: Likewise.
889
4867be41
DJ
8902002-01-27 Daniel Jacobowitz <drow@mvista.com>
891
892 * configure: Regenerated.
893
7562a296
HPN
8942002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
895
896 * doc/Makefile.am (install): Depend on install-info.
897 * doc/Makefile.in: Regenerate.
898
15c82623
NC
8992002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
900
901 * objcopy.c (strip_usage): Document -d as an alias
902 --strip-debug.
903
904 * size.c (usage): Document [-t | --totals] options.
905 (long_options): Add --totals option.
906 (main): If the [-t | --totals] option is specified and
907 the output format is Berkeley-style, print the total
908 text, data, and bss sizes of all objects listed.
909 (print_berkeley_format): If the [-t | --totals] option
910 is specified, track the total text, data, and bss
911 sizes.
912 * doc/binutils.texi (size): Document [-t | --totals] options.
913 (strip): Document -d as an alias for --strip-debug.
914 * NEWS: Mention new feature of size.
915
00ea8601 9162002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 917
1ddbd152
NC
918 * po/fr.po: Updated version.
919 * po/es.po: Updated version.
b85cedd7 920
8b53311e
NC
9212002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
922
923 * addr2line.c (usage): Update text to provide verbose
924 description of the command line options.
925 * ar.c (usage): Update text to provide verbose
926 description of the command line options.
927 (main): Accept -h and -H when running as ranlib.
928 * coffdump.c (show_usage): Update text to provide verbose
929 description of the command line options.
930 * dlltool.c (main): Accept -H as an alias for --help.
931 * nlmconv.c (show_usage): Update text to provide verbose
932 description of the command line options.
933 * nm.c (usage): Replace OPTIONS with option(s).
934 (main): Accept -H as an alias for --help.
935 * objcopy.c (strip_main): Accept -H as an alias for --help.
936 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 937 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
938 other binutils.
939 * size.c (usage): Update text to provide verbose description
940 of the command line options.
941 (main): Accept -v, -h and -H as command line options.
942 * srconv.c (show_usage): Update text to provide verbose
943 description of the command line options.
944 * strings.c (main): Accept -H and -v as command line options.
945 (usage): Update text to provide verbose description of the
946 command line options.
947 * sysdump.c (show_usage): Update text to provide verbose
948 description of the command line options.
949 * windres.c (usage): Adjust format to match style used in
950 other binutils.
951
952 * coffdump.c: Fix formatting.
953 * nlmconv.c: Fix formatting.
954 * srconv.c: Fix formatting.
955 * sysdump.c: Fix formatting.
956
c46f0c34
AM
9572002-01-22 Alan Modra <amodra@bigpond.net.au>
958
959 * Makefile.am: Run "make dep-am".
960 * Makefile.in: Regenerate.
961
2a538ba5
AJ
9622002-01-18 Andreas Jaeger <aj@suse.de>
963
964 * version.c (print_version): Update year.
965
285d1771
AM
9662002-01-17 Alan Modra <amodra@bigpond.net.au>
967
968 * readelf.c (get_machine_name): Handle EM_PPC64.
969 (guess_is_rela): Here too.
970
328577ad
NC
9712002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
972
973 * po/binutils.pot: Regenerate.
974 * po/fr.po: Regenerate.
975 * po/tr.po: Regenerate.
976
af3ae48d
NC
9772002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
978
979 * po/tr.po: Import new version.
980
f1cb7e17
AM
9812002-01-16 Alan Modra <amodra@bigpond.net.au>
982
983 * readelf.c (get_ppc64_dynamic_type): New.
984 (get_dynamic_type): Call it.
985
6364e0b4
NC
9862002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
987
3ab9460d 988 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 989 (strip_usage): Use "options" instead of "switches".
3ab9460d 990 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 991 "switches".
6364e0b4 992
3a7e524e
RE
9932002-01-14 Richard Earnshaw <rearnsha@arm.com>
994
995 * MAINTAINERS: Add self as co-maintainer for the ARM code.
996
1209e219
NC
9972001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
998
999 * po/es.po: Import from translation project.
1000 * configure.in (ALL_LINGUAS): Add es.
1001 * configure: Regenerate.
1002
b4db1224
JT
10032002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1004
1005 * readelf.c (get_netbsd_elfcore_note_type): Use
1006 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1007
9437c45b
JT
10082002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1009
1010 * readelf.c: Update copyright years.
1011 (get_note_type): Return a const char *.
1012 (get_netbsd_elfcore_note_type): New function.
1013 (process_note): Use get_netbsd_elfcore_note_type to get
1014 the note type string for NetBSD ELF core files.
1015
00428cca
AM
10162002-01-06 Steve Ellcey <sje@cup.hp.com>
1017
1018 * readelf.c (get_ia64_segment_type): Add support for macros.
1019 (get_segment_type): Add support for IA64 specific macros.
1020
31104126
NC
10212001-12-20 Julian v. Bock <julian@wongr.net>
1022
1023 * readelf.c (print_symbol): New function: Print a formatted symbol
1024 name. If --wide is specified do not truncate it.
1025 (dump_relocations): Use print_symbol() to print symbol names.
1026 (process_symbol_table): Likewise.
1027 (process_syminfo): Likewise.
1028 (process_mips_specific): Likewise.
1029 (usage): Document new feature of --wide switch.
1030 * doc/binutils.texi (objdump): Document additional behaviour of
1031 --wide.
2a538ba5 1032
4dd67f29
MS
10332001-12-18 Michael Snyder <msnyder@redhat.com>
1034
1035 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1036 (copy_object): Don't set the start address or flags of a core file.
1037 (copy_section): Don't relocate a core file. Don't copy contents
1038 if the input section has the contents flag set, but the output
1039 section does not (which happens with the fake 'note' pseudo-
1040 sections that BFD creates for corefiles).
1041
43521d43
TS
10422001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1043
1044 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1045 ASE extensions. More robust code for ISA checking. Ignore empty fields
1046 in header flags for GNU extensions.
1047
b667df2e
AM
10482001-12-18 Alan Modra <amodra@bigpond.net.au>
1049
1050 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1051
17a5a5c3
NC
10522001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1053
1054 * po/ja.po: Import from translation project.
1055 * configure.in (ALL_LINGUAS): Add ja.
1056 * configure: Regenerate.
1057
65de42c0
TS
10582001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1059
1060 * addr2line.c (main): Protoype.
1061 * ar.c (main): Protoype.
1062 * nm.c (main): Protoype.
1063 * objcopy.c (main): Protoype.
1064 * objdump.c (main): Protoype.
1065 * size.c (main): Protoype.
1066 * strings.c (main): Protoype.
1067
9ad5cbcf
AM
10682001-12-17 Alan Modra <amodra@bigpond.net.au>
1069
1070 * readelf.c (symtab_shndx_hdr): New global.
1071 (SECTION_HEADER_INDEX): Define.
1072 (SECTION_HEADER_NUM): Define.
1073 (SECTION_HEADER): Define.
1074 (GET_ELF_SYMBOLS): Pass two params rather than three.
1075 (get_32bit_elf_symbols): Take file and section args. Read and
1076 use SHT_SYMTAB_SHNDX.
1077 (get_64bit_elf_symbols): Likewise.
1078 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1079 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1080 Remember symtab_shdx_hdr.
1081 (process_program_headers): Scan from index 1 for segment map.
1082 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1083 "section_headers".
1084 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1085 (process_unwind): Likewise.
1086 (process_version_sections): Likewise.
1087 (process_symbol_table): Likewise.
1088 (display_debug_info): Likewise.
1089 (process_dynamic_segment): Fake up a symtab section for changed
1090 GET_ELF_SYMBOLS.
1091 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1092 (process_program_headers): Kill signed/unsigned warning.
1093 (load_debug_str): Likewise.
1094 (display_debug_info): Likewise.
1095
65765700
JJ
10962001-12-13 Jakub Jelinek <jakub@redhat.com>
1097
1098 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1099
560f3c1c
AM
11002001-12-11 Alan Modra <amodra@bigpond.net.au>
1101
1102 * readelf.c (process_file_header): Print extended e_shnum and
1103 e_shdtrndx values. Set elf_header values for same.
1104 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1105 (get_64bit_section_headers): Likewise.
1106 (process_section_headers): Update calls.
1107 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1108
bc408b8a
JJ
11092001-12-10 Jakub Jelinek <jakub@redhat.com>
1110
1111 * objcopy.c (setup_section): Copy entsize.
1112
93fbbb04
GK
11132001-12-07 Geoffrey Keating <geoffk@redhat.com>
1114
1115 * readelf.c (guess_is_rela): Add support for stormy16.
1116 (dump_relocations): Likewise.
1117 (get_machine_name): Likewise.
1118
e3c8793a
NC
11192001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1120
1121 * dllwrap.c (main) Replace multiple strings describing a
1122 single error with a single, newline escaped sentence to permit
1123 better translation into foreign languages.
1124
1125 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1126 class names.
1127
956cd1d6
TS
11282001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1129
1130 * strings.c (get_char): Initialize value.
1131
956c53ee
TS
11322001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1133
1134 * arlex.l: Silence compile warnings.
1135 * arsup.h: Likewise. Fix formatting.
1136
cedd9a58
JJ
11372001-12-04 Jakub Jelinek <jakub@redhat.com>
1138
1139 * strings.c: Include config.h before bfd.h.
1140 (file_off): New type.
1141 (file_open): Define.
1142 (print_strings): Use file_off instead of file_ptr. Print addresses
1143 which don't fit into long correctly.
1144 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1145 available.
1146 (strings_file): Use file_off instead of file_ptr. Use file_open.
1147 * configure.in: Check for getc_unlocked.
1148 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1149 be defined for it.
1150 * configure: Rebuilt.
1151 * config.h.in: Rebuilt.
1152
af667503
L
11532001-11-29 H.J. Lu <hjl@gnu.org>
1154
1155 * bucomm.c (make_tempname): Revert the changes made on
1156 2001-11-14 and 2001-11-12. They won't work with directories.
1157
16474668
NC
11582001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1159
1160 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1161 CFLAGS_FOR_TARGET to runtest in environment.
1162 * Makefile.in: Rebuild.
1163 * doc/Makefile.in: Rebuild.
1164
17978339
MS
11652001-11-28 Mike Stump <mrs@wrs.com>
1166
1167 * objcopy.c (setup_section): Preserve SEC_RELOC when
1168 --set-section-flags is used.
1169
261a45ad
NC
11702001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1171
1172 * readelf.c (do_debug_str): New variable.
1173 (display_debug_str): New function: Display the contents of a
1174 .debug_str section.
1175 (load_debug_str): New function: Load in the contents of a
1176 .debug_str section.
1177 (free_debug_str): New function: Free the memory used by
1178 load_debug_str().
1179 (fetch_indirect_string): Retrieve a string from the .debug_str
1180 section.
1181 (usage): Add -ws.
1182 (parse_args): Accept -ws.
1183 (process_section_headers): Allow the display of the .debug_str
1184 section.
1185 (read_and_display_attr_value): Use fetch_indirect_string. Show
1186 offset into .debug_str section.
1187 (display_debug_info): Use load_debug_str and free_debug_str.
1188 (debug_displays): Add .debug_str.
1189 * doc/binutils.texi: Document -ws.
1190
b8908f93
AJ
11912001-11-19 Andreas Jaeger <aj@suse.de>
1192
1193 * testsuite/binutils-all/objdump.exp: Add x86-64.
1194
e5fb9629
AS
11952001-11-15 Andreas Schwab <schwab@suse.de>
1196
1197 * readelf.c: Fix warnings without terminating newline.
1198
802a735e
AM
11992001-11-15 Alan Modra <amodra@bigpond.net.au>
1200
1201 * doc/binutils.texi (objdump): Document ppc -M options.
1202
b89e9eae
AJ
12032001-11-14 Andreas Jaeger <aj@suse.de>
1204
1205 * doc/binutils.texi (objdump): Fix description to use x86-64.
1206
a6a25652
NC
12072001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1208
1209 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1210 not all systems provide mkstemp.
1211
e396998b
AM
12122001-11-14 Alan Modra <amodra@bigpond.net.au>
1213
1214 * doc/binutils.texi (objdump): Document x86 -M options.
1215
81766fca
RH
12162001-11-13 Keith Walker <keith.walker@arm.com>
1217
1218 * readelf.c (read_and_display_attr_value): New function to
1219 handle DW_FORM_indirect.
1220 (read_and_display_attr): Use it.
1221
1a509dcc
GK
12222001-11-13 Geoffrey Keating <geoffk@redhat.com>
1223
1224 * readelf.c (display_debug_lines): Deal with unknown standard
1225 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1226 DW_LNS_set_isa.
1227
6e917903 12282001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1229
6e917903
TW
1230 * MAINTAINERS: Add self as tic54x maintainer. This target
1231 includes the IBM C54XDSP clone.
7559e86e 1232
6e917903 12332001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1234
7559e86e
NC
1235 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1236
12372001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1238
ecdadc4a
JL
1239 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1240 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1241 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1242 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1243 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1244 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1245 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1246
91770270
JL
1247 * readelf.c (get_elf_class): Fix ISO portability glitch.
1248 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1249
ef5cdfc7
JJ
12502001-11-07 Jakub Jelinek <jakub@redhat.com>
1251
1252 * readelf.c (debug_str, debug_str_size): New.
1253 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1254 Call free_abbrevs.
1255 (read_and_display_addr): Handle DW_FORM_strp.
1256 (display_debug_info): Read .debug_str section if present,
1257 so that DW_FORM_strp can be handled.
1258 Fix test for non-existant .debug_abbrev section.
1259
5e9520c8
JJ
12602001-11-05 Jakub Jelinek <jakub@redhat.com>
1261
1262 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1263
1264 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1265
54589086
MS
12662001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1267
1268 * MAINTAINERS: Add self as s390/s390x maintainer.
1269
c05b685b
TR
12702001-11-02 Tom Rix <trix@bluey.cygnus.com>
1271
1272 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1273
3c62831e
NC
12742001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1275
1276 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1277 * configure: Regernate.
1278 * po/fr.po: New file.
1279 * po/tr.po: New file.
1280
3c3bdf30
NC
12812001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1282
9b19141a 1283 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1284 * readelf.c: Include elf/mmix.h.
1285 (guess_is_rela): MMIX is RELA.
1286 (dump_relocations): Handle MMIX relocations.
1287 * Makefile.am: Regenerate dependencies.
1288 * Makefile.in: Regenerate.
1289
f662939a
NC
12902001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1291
1292 * readelf.c (parse_args): Handle multiple options to the -w
1293 switch.
1294
c91d0dfb
JJ
12952001-10-12 Jakub Jelinek <jakub@redhat.com>
1296
1297 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1298 LOPROC, LOOS and LOUSER.
1299
7559e86e 13002001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1301
1302 * MAINTAINERS: Update my email address.
1303
fcd8210c
AM
13042001-10-03 Alan Modra <amodra@bigpond.net.au>
1305
1306 * doc/Makefile.in: Regenerate.
1307 * configure: Regenerate.
1308
428409d5
NC
13092001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1310
1311 * readelf.c (display_debug_line, display_debug_pubnames,
1312 display_debug_info, display_debug_frames): Detect and warn
1313 about 64-bit format entries.
1314 (display_debug_aranges): Reword 64-bit warning.
1315 (debug_displays): Add .debug_pubtypes as a known, but not yet
1316 supported, debug section.
1317
6a8c2b0d
AM
13182001-10-02 Alan Modra <amodra@bigpond.net.au>
1319
1320 * coffdump.c (PROGRAM_VERSION): Delete.
1321 (main <'V'>): Call print_version.
1322 * srconv.c: Likewise.
1323 * sysdump.c: Likewise.
1324 * version.c (program_version): Remove.
1325 (print_version): Use BFD_VERSION_STRING. Just print the current
1326 year in copyright message.
1327 * addr2line.c (program_version): Remove unused declaration.
1328 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1329 place of BFD_VERSION.
1330 * Makefile.am (Makefile): Depend on bfd/configure.in.
1331 (cplus-dem.o): Depend on Makefile.
1332 Run "make dep-am".
1333 * Makefile.in: Regenerate.
1334
e414a165
NC
13352001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1336
1337 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1338 format .debug_arange sections.
1339 (main): Add missing prototype.
b8908f93 1340
efc3ee7f
HPN
13412001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1342
1343 * Makefile.am: Update dependencies with "make dep-am".
1344 * Makefile.in: Regenerate.
1345
9e85c2a0
RH
13462001-09-28 Richard Henderson <rth@redhat.com>
1347
1348 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1349
451dad9c
AM
13502001-09-26 Alan Modra <amodra@bigpond.net.au>
1351
1352 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1353 VA_CLOSE.
1354 (non_fatal): Likewise.
1355 * objdump.c (objdump_sprintf): Likewise.
1356 * readelf.c (error): Likewise.
1357 (warn): Likewise.
1358
d974e256
JJ
13592001-09-25 Jakub Jelinek <jakub@redhat.com>
1360
1361 * readelf.c (do_wide): New.
1362 (options): Add --wide.
1363 (usage, parse_args): Likewise.
1364 (process_program_headers): Put each segment on a single line if
1365 --wide is given.
1366 (process_section_headers): Put each section on a single line if
1367 --wide is given.
1368 * doc/binutils.texi: Document it.
1369 * NEWS: Likewise.
1370
2f11c261
AM
13712001-09-25 Alan Modra <amodra@bigpond.net.au>
1372
1373 * readelf.c (print_vma): Print 8 digits of low hex value.
1374
1d50f91e
AJ
13752001-09-24 Andreas Jaeger <aj@suse.de>
1376
1377 * nlmconv.c: Fix warnings about unused attributes and function
1378 prototypes.
1379
1380 * strings.c: Add prototype for get_char.
1381
38131e67
L
13822000-09-19 H.J. Lu <hjl@gnu.org>
1383
1384 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1385 $(srcdir)/cxxfilt.man.
1386 * doc/Makefile.in: Rebuild.
1387
3bcfb3e4
AM
13882001-09-19 Alan Modra <amodra@bigpond.net.au>
1389
1390 * objcopy.c (copy_main): Correct rename-section string parsing.
1391 Consolidate new_name parsing, and error messages.
1392
3882b010
L
13932001-09-18 Bruno Haible <haible@clisp.cons.org>
1394
1395 * addr2line.c: Don't include <ctype.h>.
1396 (main): For gettext, also set the LC_CTYPE locate facet.
1397 * ar.c (main): Likewise.
1398 * coffdump.c (main): Likewise.
1399 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1400 (main): For gettext, also set the LC_CTYPE locate facet.
1401 Use ISALNUM instead of isalpha/isdigit.
1402 * dllwrap.c: Don't include <ctype.h>.
1403 (main): For gettext, also set the LC_CTYPE locate facet.
1404 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1405 (main): For gettext, also set the LC_CTYPE locate facet.
1406 Use TOUPPER instead of islower/toupper.
1407 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1408 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1409 Use TOUPPER instead of islower/toupper.
1410 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1411 * objcopy.c (main): Likewise.
1412 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1413 (disassemble_bytes): Use ISPRINT instead of isprint.
1414 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1415 (dump_data): Use ISPRINT instead of isprint.
1416 (main): For gettext, also set the LC_CTYPE locate facet.
1417 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1418 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1419 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1420 Use TOUPPER instead of islower/toupper.
1421 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1422 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1423 (write_rc_accelerators): Use ISPRINT instead of isprint.
1424 (write_rc_rcdata): Likewise.
1425 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1426 * srconv.c (main): Likewise.
1427 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1428 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1429 isdigit/isupper/islower.
1430 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1431 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1432 stab_demangle_prefix, stab_demangle_qualified,
1433 stab_demangle_template, stab_demangle_type,
1434 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1435 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1436 (isgraphic): Use ISPRINT instead of isascii/isprint.
1437 (main): Remove HAVE_LC_MESSAGES dependency.
1438 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1439 (pbarray): Use ISPRINT instead of isprint.
1440 (main): For gettext, also set the LC_CTYPE locate facet.
1441 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1442 (format_from_filename): Use ISPRINT instead of isprint.
1443 (main): For gettext, also set the LC_CTYPE locate facet.
1444 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1445 (unicode_print): Use ISPRINT instead of isprint.
1446 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1447 (stab_variable): Use ISDIGIT instead of isdigit.
1448
e59b4dfb
AM
14492001-09-18 Alan Modra <amodra@bigpond.net.au>
1450
1451 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1452 Replace bfd_read call with call to bfd_bread.
1453 (extract_file): Likewise.
1454
1455 * objdump.c (dump_section_header): Cast section->filepos to
1456 unsigned long to suit printf format string.
1457 * readelf.c (process_section_headers): Similarly for sh_offset.
1458 (process_unwind): Likewise.
1459
d132876a
NC
14602001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1461
1462 * strings.c (encoding, encoding_bytes): New variables.
1463 (long_options): Add --encoding.
1464 (main): Accept -e and --encoding.
1465 (get_char): New function. Read a, possibly wide, character from
1466 the input stream.
1467 (print_strings): Use get_char().
1468 (usage): Document new command line option.
1469 * doc/binutils.texi: Document new command line option.
1470 * NEWS: Announce new command line option.
1471
7559e86e 14722001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1473
1474 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1475 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1476 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1477 Removed EM_CYGNUS_ARC.
1478
7559e86e 14792001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1480
1481 * readelf.c: Include elf/h8 for H8 series definitions.
1482 (guess_is_rela): H8 series if RELA.
1483 (dump_relocations): Handle H8 series relocations.
1484
0823fbca
EC
14852001-08-31 Eric Christopher <echristo@redhat.com>
1486
1487 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1488
8db76d70
PT
14892001-08-29 Peter Targett <peter.targett@arccores.com>
1490
1491 * MAINTAINERS: Include ARC Maintainer.
1492
d81d6584
BE
14932001-08-29 Ben Elliston <bje@redhat.com>
1494
1495 * stabs.c (stab_demangle_template): Initialise s4.
1496
25a1ff5b
AM
14972001-08-27 Alan Modra <amodra@bigpond.net.au>
1498
1499 * readelf.c (dump_relocations): Recognise EM_PPC64.
1500
a5d22d2a
TS
15012001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1502
1503 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1504
62a5a82d
L
15052001-08-25 H.J. Lu <hjl@gnu.org>
1506
1507 * nm.c (print_width): New.
1508 (display_rel_file): Set `print_width' according to
1509 bfd_sprintf_vma.
1510 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1511
1ae8b3d2
AO
15122001-08-24 Alexandre Oliva <aoliva@redhat.com>
1513
1514 * objcopy.c (use_alt_mach_code): New variable.
1515 (OPTION_ALT_MACH_CODE): Define.
1516 (copy_options): Added --alt-machine-code.
1517 (copy_main): Handle it.
1518 (copy_object): Switch to alternate machine code if requested.
1519 * doc/binutils.texi: Document new option.
1520 * NEWS: Likewise.
1521
d1bdd336
TS
15222001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1523
1524 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1525
410f7a12
L
15262001-08-21 H.J. Lu <hjl@gnu.org>
1527
1528 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1529 (display_debug_info): Cast for 64bit hosts.
1530 (display_debug_frames): Likewise.
1531 (process_mips_specific): Likewise.
1532
c32144ff
AJ
15332001-08-21 Andreas Jaeger <aj@suse.de>
1534
1535 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1536
1537 * sysdump.c: Add missing prototypes.
1538 * srconv.c: Likewise.
1539 * unwind-ia64.c: Likewise.
1540 * coffdump.c: Likewise.
1541
1542 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1543
1544 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1545 of declaring xcalloc.
1546
d8180c76
L
15472001-08-10 H.J. Lu <hjl@gnu.org>
1548
1549 * nm.c (print_value): Add one arg, bfd *.
1550 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1551 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1552 (print_symbol_info_sysv): Likewise.
1553 (print_symbol_info_posix): Likewise.
1554
1555 * objdump.c (dump_section_header): Replace printf_vma with
1556 bfd_printf_vma.
1557 (print_section_stabs): Likewise.
1558 (dump_bfd_header): Likewise.
1559 (objdump_print_value): Replace sprintf_vma with
1560 bfd_sprintf_vma.
1561 (disassemble_bytes): Likewise.
1562 (dump_reloc_set): Likewise.
1563
0218d1e4
AJ
15642001-08-10 Andreas Jaeger <aj@suse.de>
1565
1566 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1567 to build warnings.
1568 * configure: Regenerate.
1569
2863d58a
AM
15702001-08-09 Alan Modra <amodra@bigpond.net.au>
1571
1572 * readelf.c: Add missing prototypes.
1573 * objdump.c: Likewise. Format existing prototypes.
1574
c0e047e0
AO
15752001-08-08 Alexandre Oliva <aoliva@redhat.com>
1576
1577 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1578 of any RELA relocation for the abbrev_offset memory location that
1579 refers to the .debug_abbrev section symbol.
1580
ff78d6d6
L
15812001-08-07 H.J. Lu <hjl@gnu.org>
1582
1583 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1584 (main): Return process_file ().
1585
c36774d6
PB
15862001-08-05 Philip Blundell <philb@gnu.org>
1587
1588 * doc/binutils.texi: Use "Thumb" not "THUMB".
1589
8f9d9bd9
JH
15902001-08-03 John Healy <jhealy@redhat.com>
1591
bb279dc0
ZW
1592 Patch suggested by Frank Eigler <fche@redhat.com>.
1593 * objdump.c (disassemble_data): Fill in section member of the
1594 disasm_info structure.
8f9d9bd9 1595
c918cb96
DD
15962001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1597
1598 * configure.in: Added --with-windres option.
1599 * configure: Regenerated.
1600
c7c55b78
NC
16012001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1602
1603 * doc/binutils.texi: Use @command{name} for commands;
1604 use @option{-opt} for options; use @table @env for list of options;
1605 remove spaces arround [ | ] in synopsis.
1606
1607 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1608 center title.
1609
594ef5db
NC
16102001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1611
bb279dc0
ZW
1612 * objcopy.c: Fix formatting.
1613 (section_rename): New structure.
1614 (OPTION_RENAME_SECTION): New switch.
1615 (copy_usage): Document new switch.
1616 (add_section_rename): New function: Add a node to the section
1617 rename list.
1618 (find_section_rename): New function: Find the new name and
1619 flags for a section.
1620 (setup_section): Call find_section_name to determine the name
1621 of the output section.
1622 (copy_main): Handle OPTION_RENAME_SECTION.
1623 * binutils.texi: Document new switch.
594ef5db
NC
1624 * NEWS: Mention new switch.
1625
1f554c69
NC
16262001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1627
1628 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1629 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1630 bug-binutils@gcc.org.
1631
2f83960e
AM
16322001-07-28 Matthias Kramm <kramm@quiss.org>
1633
1634 * bucomm.c (list_supported_architectures): New function.
1635 * bucomm.h (list_supported_architectures): Declare.
1636 * objdump.c (usage): Call the above.
1637
20fe0649
DB
16382001-07-25 Dave Brolley <brolley@redhat.com>
1639
1640 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1641 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1642
1b577b00
NC
16432001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1644
1645 * README: Update for 2.11. Change bug reporting email address.
1646 * MAINTAINERS: Tidy up. Change bug reporting email address.
1647
95fd336c
DD
16482001-07-16 DJ Delorie <dj@redhat.com>
1649
5f16d855
DD
1650 * resres.c (write_res_header): Align header size.
1651 (res_align_file): Calculate alignment correctly.
1652
95fd336c
DD
1653 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1654 correct 10).
1655 * resrc.c (write_rc_resource): Likewise.
1656 * windres.h (SUBLANG_SHIFT): Define - as 10.
1657
ed8fee27
NC
16582001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1659
1660 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1661
90ab7e9a
NC
16622001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1663
1664 * MAINTAINERS: Add notes about branch checkins.
1665
e0c60db2
NC
16662001-07-05 Daniel Berlin <dan@cgsoftware.com>
1667
1668 * readelf.c (display_debug_macinfo): New function, display
1669 .debug_macinfo section.
1670 (do_debug_macinfo): New variable.
1671 (parse_args): Handle "-w[mM]" to mean display macro info.
1672 (process_section_headers): Handle debug_macinfo.
1673 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1674 function for .debug_macinfo display.
e0c60db2
NC
1675 * doc/binutils.texi: Document new command line switch.
1676 * NEWS: Document new feature of readelf.
0218d1e4 1677
24e01a36
L
16782001-07-05 H.J. Lu <hjl@gnu.org>
1679
1680 * objcopy.c (filter_symbols): Don't turn undefined symbols
1681 into local.
1682
4258bf4d
L
16832001-07-03 H.J. Lu <hjl@gnu.org>
1684
1685 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1686 $@.pod.
1687 (ar.1): Likewise.
1688 (dlltool.1): Likewise.
1689 (nlmconv.1): Likewise.
1690 (nm.1): Likewise.
1691 (objcopy.1): Likewise.
1692 (objdump.1): Likewise.
1693 (ranlib.1): Likewise.
1694 (readelf.1): Likewise.
1695 (size.1): Likewise.
1696 (strings.1): Likewise.
1697 (strip.1): Likewise.
1698 (windres.1): Likewise.
1699 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1700 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1701 $(DEMANGLER_NAME).
1702 (as.1): Removed.
1703 * doc/Makefile.in: Regenerated.
1704
7014bc31
NC
17052001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1706
1707 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1708
b811889f
NC
17092001-07-01 Daniel Berlin <dan@cgsoftware.com>
1710
1711 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1712
12ab83a9
NC
17132001-06-29 James Cownie <jcownie@etnus.com>
1714
1715 * readelf.c: Support DWARF 2.1 attributes.
1716
a6e9f9df
AM
17172001-06-28 Alan Modra <amodra@bigpond.net.au>
1718
1719 * readelf.c (GET_DATA_ALLOC): Remove.
1720 (GET_DATA): Remove.
1721 (get_data): New function combining above macros, with an extra
1722 test for zero size.
1723 (slurp_rela_relocs): Use get_data, and catch error return.
1724 (slurp_rel_relocs): Likewise.
1725 (get_32bit_program_headers): Likewise.
1726 (get_64bit_program_headers): Likewise.
1727 (get_32bit_section_headers): Likewise.
1728 (get_64bit_section_headers): Likewise.
1729 (get_32bit_elf_symbols): Likewise.
1730 (get_64bit_elf_symbols): Likewise.
1731 (process_section_headers): Likewise.
1732 (process_relocs): Likewise.
1733 (slurp_ia64_unwind_table): Likewise.
1734 (process_unwind): Likewise.
1735 (get_32bit_dynamic_segment): Likewise.
1736 (get_64bit_dynamic_segment): Likewise.
1737 (process_dynamic_segment): Likewise.
1738 (process_version_sections): Likewise.
1739 (process_symbol_table): Likewise.
1740 (dump_section): Likewise.
1741 (display_debug_info): Likewise.
1742 (display_debug_section): Likewise.
1743 (process_section_contents): Likewise.
1744 (process_corefile_note_segment): Likewise.
1745 (process_mips_specific): Likewise. Also free econf32, econf64.
1746
af3fc3bc
AM
17472001-06-25 Alan Modra <amodra@bigpond.net.au>
1748
1749 * readelf.c (dump_relocations): Print "bad symbol index" if
1750 symtab == NULL with non-zero symtab_index.
1751 (process_relocs): Don't bomb if reloc section has no symsec.
1752
6d900bf6
L
17532001-06-24 H.J. Lu <hjl@gnu.org>
1754
1755 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1756 by accident.
1757 (copy_main): Apply the the change made to strip_main on
1758 2001-05-30 by accident.
1759
49b4e386
AJ
17602001-06-23 Andreas Jaeger <aj@suse.de>
1761
1762 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1763 parameter 'code'.
1764 (unw_decode_x2): Likewise.
1765 (unw_decode_x3): Likewise.
1766 (unw_decode_x4): Likewise.
1767
d8dc71e3
BE
17682001-06-23 Ben Elliston <bje@redhat.com>
1769
1770 * MAINTAINERS: Add myself as M88k maintainer.
1771
af3bdff7
NC
17722001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1773
1774 * objcopy.c (strip_main): Support -o or --output-file command lien
1775 switch.
1776
105e7211
L
17772001-06-19 H.J. Lu <hjl@gnu.org>
1778
1779 * doc/Makefile.in: Regenerated.
1780
c45021f2
NC
17812001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1782
1783 * readelf.c: Restore formatting.
1784
17852001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1786
bb279dc0
ZW
1787 * Makefile.am: Move documentation into doc subdirectory.
1788 * Makefile.in: Regenerated.
c45021f2 1789 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1790 * addr2line.1: Removed.
1791 * ar.1: Likewise.
1792 * dlltool.1: Likewise.
1793 * nlmconv.1: Likewise.
1794 * nm.1: Likewise.
1795 * objcopy.1: Likewise.
1796 * objdump.1: Likewise.
1797 * ranlib.1: Likewise.
1798 * readelf.1: Likewise.
1799 * size.1: Likewise.
1800 * strings.1: Likewise.
1801 * strip.1: Likewise.
1802 * windres.1: Likewise.
1803 * cxxfilt.man: Likewise.
c45021f2
NC
1804 * doc: New Directory.
1805 * doc/Makefile.am: New file.
1806 * doc/Makefile.in: Generate.
1807
09ad7db3
AM
18082001-06-09 Alan Modra <amodra@bigpond.net.au>
1809
1810 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1811
936260fe
AM
18122001-06-01 Alan Modra <amodra@bigpond.net.au>
1813
1814 * MAINTAINERS: Update my email address.
1815
16b2b71c
NC
18162001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1817
1818 * objcopy.c: Add new switches: --keep-global-symbol,
1819 --keep-symbols, --localize-symbols, --keep-global-symbols and
1820 --weaken-symbols.
1821 * binutils.texi: Document new switches.
1822 * objcopy.1: Regenerate.
1823 * NEWS: Announce new feature.
1824
7036c0e1
AJ
18252001-05-28 Andreas Jaeger <aj@suse.de>
1826
1827 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1828 variables, fix format strings.
1829
76a406e5
NC
18302001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1831
1832 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1833 when computing the address of the line to show.
1834
31b6fca6
RH
18352001-05-16 Richard Henderson <rth@redhat.com>
1836
1837 * readelf.c (do_debug_frames_interp): New.
1838 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1839 (byte_get_big_endian): Likewise.
1840 (parse_args) ['F']: Set do_debug_frames_interp.
1841 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1842 (frame_display_row): Don't trunc pc_begin to int.
1843 (size_of_encoded_value): New.
1844 (display_debug_frames): Handle 64-bit targets. Print raw data
1845 unless do_debug_frames_interp.
1846 (debug_displays): Remove duplicate .debug_frame.
1847
4fe85591
NC
18482001-05-15 Ralf Baechle <ralf@gnu.org>
1849
1850 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1851 The former constant was never in active use and is used otherwise
1852 by the ABI.
1853
579f31ac
JJ
18542001-05-11 Jakub Jelinek <jakub@redhat.com>
1855
1856 * readelf.c (process_unwind): Print all unwind sections, not just
1857 one.
1858
78f4a3f7
AM
18592001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1860
1861 * readelf.c (process_unwind): Remove const specifier.
1862
1c529ca6
NC
18632001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1864
1865 * strings.c (isgraphic): Do not use isascii() unless it is needed
1866 for isprint() to work.
1867 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1868
87e6d782
NC
18692001-04-27 Johan Rydberg <jrydberg@opencores.org>
1870
bb279dc0 1871 * NEWS: Announce support for OpenRISC.
87e6d782 1872
4bd3d870 18732001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1874
1875 * dlltool.c (do_default_excludes): Initialise to true.
1876
21211521
AM
18772001-04-10 Alan Modra <amodra@one.net.au>
1878
1879 * MAINTAINERS: Update my email address
1880 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1881
0c66b61e 18822001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1883
1884 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1885
e58d53af
L
18862001-03-30 H.J. Lu <hjl@gnu.org>
1887
1888 * readelf.c (process_unwind): Just return if do_unwind is 0.
1889
bee72332
DD
18902001-03-28 Roger Sayle <roger@metaphorics.com>
1891
1892 * dlltool.c (make_one_lib_file): Fix section flags for
1893 .text, .data and .bss in stub ds*.o files to match those
1894 generated by gas.
1895
f1467e33
L
18962001-03-29 H.J. Lu <hjl@gnu.org>
1897
1898 * readelf.c (process_unwind): Only do unwind sections for
1899 IA64.
1900
1c6fb4fe
L
19012001-03-28 H.J. Lu <hjl@gnu.org>
1902
1903 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1904 * Makefile.in: Regenerate.
1905
0879a67a
AJ
19062001-03-26 Andreas Jaeger <aj@suse.de>
1907
1908 * binutils.texi (nm): Fix texi syntax.
1909
0285c67d
NC
19102001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1911
1912 * binutils.texi: Put @c man begin and @c man end indications
1913 to generate man pages using texi2pod and pod2man. Put @c man title
1914 to identify each man. Add SEEALSO entries.
1915 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1916 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1917 sort the list.
1918 (*.1): Build the man pages from binutils.texi.
1919 * Makefile.in: Regenerate.
1920
04847a4d
CF
19212001-03-13 Eric Kohl <ekohl@rz-online.de>
1922
1923 * defparse.y (opt_equal_name): allow "." in name.
1924 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1925 (gen_exp_file): Likewise.
1926
43a0748c
NC
19272001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1928
1929 * NEWS: Document addition of -B switch to objcopy.
1930 * binutils.texi: Document addition of -B switch to objcopy.
1931 * objcopy.c: (copy_options): Add --binary-architecture.
1932 (copy_usage): Document -B/--binary-architecture.
1933 (copy_main): Support -B/--binary-architecture. Set
1934 bfd_external_binary_architecture.
0879a67a 1935
b7498e0e
NC
19362001-03-11 Andreas Jaeger <aj@suse.de>
1937
1938 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1939 (dump_relocations): Likewise.
1940 (get_machine_name): Likewise.
1941
a59e3bd7
NC
19422001-02-28 Nick Clifton <nickc@redhat.com>
1943
1944 * readelf.c: (struct unw_aux_info): Remove const modifier for
1945 'strtab' field.
1946 (process_unwind): Remove non-K&R compliant LHS type cast in call
1947 to GET_DATA_ALLOC macro.
1948
a5bcd848
PB
19492001-02-28 Philip Blundell <pb@futuretv.com>
1950
1951 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1952 ABI is in use; remove ambiguity between the "unknown" EABI and
1953 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1954 renamed EF_xx constants.
1955
27b7e12d
AM
19562001-02-27 Alan Modra <alan@linuxcare.com.au>
1957
1958 * configure.in (BFD_VERSION): New.
1959 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1960 * configure: Regenerate.
1961 * Makefile.am: Run "make dep-am"
1962 * Makefile.in: Regenerate.
1963
a9f10786
NC
19642001-02-14 Nick Clifton <nickc@redhat.com>
1965
1966 * MAINTAINERS: Add "Obvious Fix" rule.
1967
3c44da9a
MS
19682001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1969
1970 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1971 literal concatenation.
1972
ecd03389
MS
19732001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1974
1975 * readelf.c (struct unw_aux_info): Remove const from the info member.
1976 (process_unwind): Don't type-cast the third argument to the
1977 GET_DATA_ALLOC macro.
1978
88ec60c7
NC
19792001-02-11 Nick Clifton <nickc@redhat.com>
1980
1981 * readelf.c (dump_relocations): Free corrected allocated
1982 array.
1983 (process_unwind): Fix compile time warning.
1984
f5e21966
NC
19852001-02-10 Nick Clifton <nickc@redhat.com>
1986
1987 * binutils.texi: Document new --unwind option to readelf.
1988
a85d7ed0
NC
19892001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1990
1991 * readelf.c: Add linux target for S/390.
1992
7bb10502
AM
19932001-02-10 Alan Modra <alan@linuxcare.com.au>
1994
1995 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1996 printf is a macro.
1997
8ca8f343
HPN
19982001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1999
2000 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2001 * aclocal.m4: Regenerate.
2002 * configure: Regenerate.
2003
7340082d
NC
20042001-02-07 Todd Vierling <tv@wasabisystems.com>
2005
2006 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2007 * objdump.c (bfd_target_vector): Likewise.
2008
4d6ed7c8
NC
20092001-02-07 David Mosberger <davidm@hpl.hp.com>
2010
2011 * readelf.c (process_unwind): New function.
2012 (slurp_ia64_unwind_table): Ditto.
2013 (dump_ia64_unwind): Ditto.
2014 (find_symbol_for_address): Ditto.
2015 (slurp_rela_relocs): New function (split off from dump_relocations()).
2016 (slurp_rel_relocs): Ditto.
2017 (parse_args): Handle '-u' option.
2018
2019 * unwind-ia64.c: New file.
2020 * unwind-ia64.h: New file.
2021 * Makefile.am: Include unwind-ia64.c in readelf build.
2022 * Makefile.in: Regenerate.
7340082d 2023 * po/binutils.pot: Regenerate.
4d6ed7c8 2024
c7217458
PB
20252001-02-04 Philip Blundell <philb@gnu.org>
2026
2027 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2028 * configure: Regenerate.
2029
956eedd4
AM
20302001-01-31 Steve deRosier <sderosier@vari-lite.com>
2031
2032 * ieee.c (ieee_add_bb11): Don't check for backslashes
2033 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2034
8855cbca
AM
20352001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2036
c7f2731e
AM
2037 * ieee.c: Update copyright.
2038 (ieee_start_compilation_unit): Don't check for backslashes
2039 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2040
8855cbca
AM
2041 * stabs.c: Update copyright. Include "filenames.h".
2042 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2043
329de803 20442001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2045
2046 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2047 sections are present before using them. Remove code duplication.
2048 (process_symbol_table): Check if VERDEF or VERNEED sections are
2049 present before using them.
2050
23719f39
NC
20512001-01-17 Nick Clifton <nickc@redhat.com>
2052
2053 * objcopy.c (copy_object): Fail if attempting to convert the
2054 endianness of the input object file.
2055
2056 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2057
f726e849
NC
20582001-01-16 Nick Clifton <nickc@redhat.com>
2059
2060 * readelf.c (string_table_length): New variable.
2061 (SECTION_NAME): Catch out of range indices and missing section
2062 pointers.
2063 (process_section_headers): Delete useless local variable
2064 string_table_offset. Set the value of string_table_length
2065 after loading the string table.
2066 (process_mips_specific): Use SECTION_NAME macro.
2067 (process_file): Set string_table_length to 0 when it is freed.
2068
d0398d6a
NC
20692001-01-12 Nick Clifton <nickc@redhat.com>
2070
2071 * version.c (print_version): Update copyright date.
2072
0d2bcfaf
NC
20732001-01-11 Peter Targett <peter.targett@arccores.com>
2074
2075 * readelf.c (dump_relocations): Include selection with EM_ARC.
2076 (get_machine_name) Update name to "ARC".
2077
8b1e6df3
NC
20782001-01-09 Nick Clifton <nickc@redhat.com>
2079
2080 * Makefile.am: Add rule to build objdump.o from objdump.c and
2081 using OBJDUMP_DEFS.
2082 * Makefile.in: Regenerate.
2083
2084 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2085 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2086 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2087 * configure: Regenerate.
8b1e6df3
NC
2088
2089 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2090 is defined read in the relocs even if dump_reloc_info is
2091 false.
2092
2f952d20
PB
20932001-01-07 Philip Blundell <philb@gnu.org>
2094
2095 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2096 `bug-binutils'.
2097 * README: Likewise.
2098
a8c548cb
NC
20992000-12-19 Nick Clifton <nickc@redhat.com>
2100
2101 * dlltool.c: Add missing support for arm-epoc-pe.
2102 * configure.in: Add missing support for arm-epoc-pe.
2103 * configure: Regenerate.
2104
cc5fda35
NC
21052000-12-15 Nick Clifton <nickc@redhat.com>
2106
2107 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2108 Mode parts of the x86 port.
2109
bcedfee6
NC
21102000-12-04 Andreas Jaeger <aj@suse.de>
2111
2112 * readelf.c (guess_is_rela): Add EM_X86_64.
2113 (dump_relocations): Add EM_X86_64.
2114 (get_machine_name): Add EM_X86_64.
2115 Include "elf/x86-64.h".
2116
584da044
NC
21172000-12-12 Nick Clifton <nickc@redhat.com>
2118
2119 * readelf.c: Fix formatting.
2120
7559e86e 21212000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2122
2123 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2124
a98cc2b2
AH
21252000-12-07 Andrew Haley <aph@redhat.com>
2126
2127 * readelf.c (display_debug_frames): Only display columns that are
2128 referenced by the frame debug info.
2129
c7987a69
NC
21302000-12-05 Nick Clifton <nickc@redhat.com>
2131
2132 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2133
09fd7e38
JM
21342000-12-04 Jason Merrill <jason@redhat.com>
2135
2136 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2137 (display_debug_section): Likewise.
2138 (display_debug_info): Display CU header before bailing.
2139
e7af610e
NC
21402000-12-01 Chris Demetriou <cgd@sibyte.com>
2141
09fd7e38
JM
2142 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2143 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2144 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2145
09fd7e38
JM
2146 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2147 and E_MIPS_ARCH_64.
84ea6cf2 2148
09fd7e38
JM
2149 * readelf.c (get_machine_flags): Add case for
2150 E_MIPS_MACH_SB1.
c6c98b38 2151
75066968
DD
21522000-11-30 Richard Earnshaw <rearnsha@arm.com>
2153
2154 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2155
5c4666ea
HPN
21562000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2157
6e917903 2158