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