binutils:
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
bb279dc0
ZW
12002-09-17 Zack Weinberg <zack@codesourcery.com>
2
3 * Makefile.am (CFILES): Add cxxfilt.c.
4 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
5 (cxxfilt_LDADD): Delete.
6 Remove all references to underscore.c.
7 Regen dependencies.
8 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
9 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
10 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
11 adjustments to fit into binutils framework.
12 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
13
065c959b
NC
142002-09-12 Roland McGrath <roland@redhat.com>
15
16 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
17 Handle DW_OP_GNU_push_tls_address.
18
e09f4395
NC
192002-09-11 Nick Clifton <nickc@redhat.com>
20
21 * po/tr.po: Updated Turkish translation.
22
873e0588
NC
232002-09-10 Nick Clifton <nickc@redhat.com>
24
25 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
26 testsuite changes. Add paragraphs about testsuite and config
27 patches.
28
069fe61f
NC
292002-08-29 Nick Clifton <nickc@redhat.com>
30
31 * readelf.c (get_machine_flags): Remove redundant reference to
32 E_V850EA_ARCH.
33
fe0507eb
AM
342002-08-28 Alan Modra <amodra@bigpond.net.au>
35
36 * objdump.c (dump_bfd): Restore lines accidentally deleted in
37 last commit.
38
026df7c5
NC
392002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
40
bb279dc0 41 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
42 (dump_bfd_header): Likewise.
43
68a4c073
AM
442002-08-27 Alan Modra <amodra@bigpond.net.au>
45
46 * nm.c: Revert last change.
47
a1df01d1
AM
482002-08-26 Alan Modra <amodra@bigpond.net.au>
49
50 * nm.c (display_rel_file): Don't report "no symbols" as an error.
51 * objdump.c (slurp_symtab): Likewise.
52 (slurp_dynamic_symtab): Likewise.
53 (dump_symbols): Likewise. Do print "no symbols" to stdout.
54
a926ab2f
GK
552002-08-24 Geoffrey Keating <geoffk@redhat.com>
56
57 * MAINTAINERS: Change my mailing address.
58
fcf62380
DA
592002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
60
61 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
62
51e28791
NC
632002-08-22 Nick Clifton <nickc@redhat.com>
64
65 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
66 HPPA.
67
c5b060ad
AM
682002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
69
70 * readelf.c (parse_args): Change debug_dump_opt to static.
71
4b73ca92
NC
722002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
73
74 * stabs.c (parse_stab_argtype): Pass length of physname to
75 stab_demangle_argtypes.
76 (stab_demangle_argtypes): Add new parameter - length of physname.
77 Pass length of physname on to stab_demangle_prefix.
78 (stab_demangle_prefix): Add new parameter - length of physname.
79 Use length of physname (if supplied) to compute end of function
80 name.
81
35b1837e
AM
822002-08-15 Alan Modra <amodra@bigpond.net.au>
83
84 * readelf.c: Include elf/i370.h.
85 (dump_relocations): Handle EM_S370.
86 (dynamic_segment_parisc_val): Print \n.
87 (process_dynamic_segment <DT_BIND_NOW>): Here too.
88
762baac5
NC
892002-08-14 Nick Clifton <nickc@redhat.com>
90
91 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
92 * objdump.c (usage): Likewise.
93 * doc/binutils.texi: Likewise.
94
85c09e8a
NC
952002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
96
97 * rcparse.y (acc_entry): Don't warn about ALT use with
98 non-VIRTKEY.
99
212a3c4d
L
1002002-08-13 H.J. Lu <hjl@gnu.org>
101
102 * objcopy.c (copy_object): Don't warn about the unsupported
103 architecture unless the input target is defaulted or the
104 output architecture is different from the input.
105
2b692c59
NC
1062002-08-09 Nick Clifton <nickc@redhat.com>
107
108 * po/sv.po: Updated Swedish translation.
109
09de7a73
AM
1102002-08-05 Alan Modra <amodra@bigpond.net.au>
111
112 * prdbg.c (pr_fix_visibility): Remove assert.
113
47badb7b
NC
1142002-07-31 Nick Clifton <nickc@redhat.com>
115
116 * addr2line.c (process_file): Rename parameter 'filename' to
117 'file_name' in order to avoid shadowing global symbol of the
118 same name.
119 (main): Likewise.
120
2979dc34
JJ
1212002-07-30 Jakub Jelinek <jakub@redhat.com>
122
123 * readelf.c (OPTION_DEBUG_DUMP): Define.
124 (options): Use it.
125 (usage): Update help.
126 (parse_args): Handle --debug-dump separately from -w.
127 * doc/binutils.texi (readelf): Update documentation.
128
219576a4
NC
1292002-07-25 Nick Clifton <nickc@redhat.com>
130
131 * po/es.po: Updated Spanish translation.
132 * po/fr.po: Updated French translation.
133
bf4f22e6 1342002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 135
bf4f22e6
NC
136 * po/es.po: Updated Spanish translation.
137
c5b3a82a
AM
1382002-07-23 Alan Modra <amodra@bigpond.net.au>
139
140 * Makefile.am: Run "make dep-am".
141 * Makefile.in: Regenerate.
142
0461a601
NC
1432002-07-23 Nick Clifton <nickc@redhat.com>
144
bf4f22e6 145 * po/fr.po: Updated French translation.
0461a601 146
bf44dd74
AM
1472002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
148
149 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
150
2c205ff2
AM
1512002-07-20 Alan Modra <amodra@bigpond.net.au>
152
63eb0809 153 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 154
1e4cf259
NC
1552002-07-18 Denis Chertykov <denisc@overta.ru>
156 Frank Ch. Eigler <fche@redhat.com>
157
158 * readelf.c: Include "elf/ip2k.h".
159 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
160 (dump_relocations): Likewise.
161 (get_machine_name): Likewise.
162 * NEWS: Mention IP2K support.
163
2cbb2eef
NC
1642002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
165
166 * NEWS: Add 'Changes in 2.13'.
167
047b2264
JJ
1682002-07-10 Jakub Jelinek <jakub@redhat.com>
169
170 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
171 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
172 (get_section_type_name): Handle SHT_GNU_LIBLIST.
173 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
174 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
175 (process_gnu_liblist): New.
176 (process_file): Call it.
177
97230b15
AM
1782002-07-03 Alan Modra <amodra@bigpond.net.au>
179
180 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
181 * Makefile.in: Regenerate.
182
a6637ec0
AM
1832002-07-02 Alan Modra <amodra@bigpond.net.au>
184
185 * budemang.c: New file, "demangle" function.
186 * budemang.h: New file.
187 * addr2line.c (translate_addresses): Use "demangle".
188 * nm.c (print_symname): Likewise.
189 * objdump.c (objdump_print_symname): Likewise.
190 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
191 here since that obfuscates.
192 * rdcoff.c: Don't #include demangle.h.
193 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
194 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
195 (HFILES): Add budemang.h. Sort.
196 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
197 Run "make dep-am".
198 * Makefile.in: Regenerate.
199
179d3252
JT
2002002-07-01 Matt Thomas <matt@3am-software.com>
201
202 * readelf.c: Include "elf/vax.h".
203 (guess_is_rela): Move EM_VAX from unknown to RELA case.
204 (dump_relocations): Handle VAX relocations.
205 (get_machine_flags): Handle VAX machine flags.
206
75751cd9
SC
2072002-06-29 Stephane Carrez <stcarrez@nerim.fr>
208
209 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
210
e5851ab8
NC
2112002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
212
213 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
214
eb3f2f5c
AM
2152002-06-26 Alan Modra <amodra@bigpond.net.au>
216
217 * nm.c (print_symname): When demangling, strip leading dots from
218 symbol names to avoid confusing the demangler.
219
a13a0de8
L
2202002-06-25 H.J. Lu <hjl@gnu.org>
221
222 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
223 * Makefile.in: Regenerated.
224
6db7a086
AM
2252002-06-21 Igor Schein <igor@txc.com>
226
227 * configure.in: Quote bu_cv_have_fopen64.
228 * configure: Regenerate.
229
9710509e
AM
2302002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
231
232 * configure.in: Check for strcoll.
233 * configure: Regenerate.
234 * config.in: Regenerate.
235 * nm.c (main): Set locale for LC_COLLATE category.
236 (non_numeric_forward): Use strcoll if available.
237
a9f0b5e7
DB
2382002-06-20 Dave Brolley <brolley@redhat.com>
239
240 * MAINTAINERS: Add self as fr30 and frv maintainer.
241
33f5f537
L
2422002-06-18 H.J. Lu (hjl@gnu.org)
243
244 * nm.c: Include "elf/common.h".
245 (extended_symbol_info): Add elfinfo, a pointer to
246 elf_symbol_type.
247 (SYM_SIZE): Use elfinfo if it is not NULL.
248 (get_symbol_type): New function.
249 (display_archive): Set print_width for each archive member.
250 (display_file): Likewise.
251 (display_rel_file): Don't set print_width here.
252 (print_object_filename_sysv): Handle print_width.
253 (print_archive_member_sysv): Likewise.
254 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
255 (print_symbol): Set the elfinfo field in extended_symbol_info
256 for ELF.
257 (print_object_filename_sysv): Fix the output format.
258 (print_symbol_info_sysv): Print type and section for ELF.
259
2602002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
261
262 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 263 the symbol's size equal to its value when --size-sort is
33f5f537
L
264 used.
265
5c70f934
DB
2662002-06-18 Dave Brolley <brolley@redhat.com>
267
268 From Catherine Moore:
269 * readelf.c (elf/frv.h): #include it.
270 (guess_is_rela): Support EM_CYGNUS_FRV.
271 (dump_relocations): Ditto.
272 (get_machine_name): Ditto.
273 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
274
7ece0d85
JJ
2752002-06-18 Jakub Jelinek <jakub@redhat.com>
276
277 * readelf.c (get_file_header): Only read the first section header if
278 e_shoff is non-zero.
279
72797995
L
2802002-06-15 H.J. Lu (hjl@gnu.org)
281
282 * nm.c (print_size): New variable. Initialize to 0.
283 (long_options): Add 'S'/"print-size".
284 (main): Handle 'S'.
285 (print_symbol_info_bsd): Print size only if print_size is not
286 0.
287
288 * doc/binutils.texi: Document -S/--print-size.
289
977f7911
NC
2902002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
291
292 * nm.c (struct extended_symbol_info): New strcuture: Add the size
293 of the symbols to the information provided by the symbol_info
294 structure.
295 (print_symbols): Pass the symbol size to print_symbol.
296 (print_size_symbols): Pass the symbol size to print_symbol.
297 (print_symbol): Extra argument: The size of the symbol. Store
298 this in the extended_symbol_info structure.
299 (print_symbol_info): Change type of info parameter to
300 extended_symbol_info. Display the size, if known.
301 (print_symbol_info_posix): Likewise.
302 (print_symbol_info_sysv): Likewise.
303
b1f88ebe
AM
3042002-06-08 Alan Modra <amodra@bigpond.net.au>
305
fa449227
AM
306 * Makefile.am: Run "make dep-am".
307 * Makefile.in: Regenerate.
308 * doc/Makefile.in: Regnerate.
309
b1f88ebe
AM
310 * bucomm.c: Replace CONST with const.
311 * nm.c: Likewise.
312 * objdump.c: Likewise.
313
91a106e6
L
3142002-06-07 H.J. Lu <hjl@gnu.org>
315
316 * readelf.c (DW_CFA_GNU_args_size): Don't define.
317 (DW_CFA_GNU_negative_offset_extended): Likewise.
318 (DW_CFA_GNU_window_save): Likewise.
319 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
320 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
321
6ab6b380 3222002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 323
6ab6b380
NC
324 * nm.c: When computing size of symbols for an ELF target use the
325 internal size field.
326
e28e05a3
JL
3272002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
328
329 * testsuite/binutils-all/objcopy.exp: clear xfail for
330 "hppa*64*-*-hpux*".
331 * testsuite/binutils-all/hppa/objdump.exp: Return if
332 "*64*-*-*".
333
dc156bc0
AM
3342002-06-05 Alan Modra <amodra@bigpond.net.au>
335
336 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
337
3382002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
339
340 * objdump.c: Fix formatting.
341
d79e4ea3
BE
3422002-05-29 Ben Elliston <bje@redhat.com>
343
344 * MAINTAINERS: Add self as M68k maintainer.
345
d172d4ba
NC
3462002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
347
348 * readelf.c: Modified/Added DLX elf support.
349
7edb8f29
NC
3502002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
351
3a1a2036
NC
352 * arsup.c: Fix formatting.
353 * debug.c (debug_record_label): Add missing colon to error
354 message.
355 * ieee.c (parse_ieee_ty): Fix spelling typo.
356 * readelf.c (process_program_headers): Remove English assumption
357 about making a plural word.
358 (process_section_headers): Likewise.
359 (process_relocs): Allow quotes to be translated.
360 (process_unwind): Likewise,
361 (process_mips_specific): Improve error message.
362 (get_note_type): Fix spelling typo.
363
7edb8f29
NC
364 * configure.in (ALL_LINGUAS): Add sv
365 * po/sv.po: New file.
366
3eee1e9d
AM
3672002-05-27 Alan Modra <amodra@bigpond.net.au>
368
369 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
370 (unw_print_grmask): Likewise.
371 (unw_print_frmask): Likewise.
372
d43efbe3
KH
3732002-05-26 Kazu Hirata <kazu@cs.umass.edu>
374
375 * arsup.c: Remove ARGSUSED.
376 * debug.c: Likewise.
377 * ieee.c: Likewise.
378 * nlmconv.c: Likewise.
379 * prdbg.c: Likewise.
380 * stabs.c: Likewise.
381 * wrstabs.c: Likewise.
382
e9792343
AM
3832002-05-25 Alan Modra <amodra@bigpond.net.au>
384
385 * arlex.l: Use #include "" instead of <> for local header files.
386 * coffdump.c: Likewise.
387 * coffgrok.c: Likewise.
388 * nlmconv.c: Likewise.
389 * nlmheader.y: Likewise.
390 * srconv.c: Likewise.
391 * strings.c: Likewise.
392 * sysdump.c: Likewise.
393 * unwind-ia64.h: Likewise.
394 * windres.h: Likewise.
395 * winduni.h: Likewise.
396
d7e53452
TR
3972002-05-24 Tom Rix <trix@redhat.com>
398
399 * MAINTAINERS: Add self as the d10v maintainer.
400
436e8db0
NC
4012002-05-24 TAMURA Kent <kent@netbsd.org>
402
403 * configure.in: Builds dlltool for i386-netbsdpe.
404 * configure: Regenerate.
405
9f66665a
KH
4062002-05-23 Kazu Hirata <kazu@cs.umass.edu>
407
408 * size.c: Fix formatting.
409 * srconv.c: Likewise.
410 * stabs.c: Likewise.
411 * sysdump.c: Likewise.
412 * unwind-ia64.c: Likewise.
413 * wrstabs.c: Likewise.
414
13ae64f3
JJ
4152002-05-23 Jakub Jelinek <jakub@redhat.com>
416
417 * readelf.c (get_segment_type): Add PT_TLS.
418 (get_elf_section_flags): Add SHF_TLS.
419 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
420 (process_dynamic_segment): Use puts instead of printf.
421 (get_symbol_type): Support STT_TLS.
422 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
423 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
424 Add SEC_THREAD_LOCAL.
425
53c7db4b
KH
4262002-05-23 Kazu Hirata <kazu@cs.umass.edu>
427
428 * rdcoff.c: Fix formatting.
429 * rddbg.c: Likewise.
430 * readelf.c: Likewise.
431 * rename.c: Likewise.
432 * resbin.c: Likewise.
433 * resrc.c: Likewise.
434 * resres.c: Likewise.
435
0af11b59
KH
4362002-05-21 Kazu Hirata <kazu@cs.umass.edu>
437
438 * filemode.c: Fix formatting.
439 * ieee.c: Likewise.
440 * is-ranlib.c: Likewise.
441 * is-strip.c: Likewise.
442 * maybe-ranlib.c: Likewise.
443 * maybe-strip.c: Likewise.
444 * nlmconv.c: Likewise.
445 * nm.c: Likewise.
446 * not-ranlib.c: Likewise.
447 * not-strip.c: Likewise.
448 * objcopy.c: Likewise.
449 * objdump.c: Likewise.
450
21611032
TS
4512002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
452
453 * objdump.c (dump_headers): Fix output formatting for ELF32
454 architectures in a BFD64 enabled toolchain.
455
26044998
KH
4562002-05-20 Kazu Hirata <kazu@cs.umass.edu>
457
458 * debug.c: Fix formatting.
459 * debug.h: Likewise.
460 * dlltool.c: Likewise.
461 * dllwrap.c: Likewise.
462 * emul_aix.c: Likewise.
463 * emul_vanilla.c: Likewise.
464
f462a9ea
KH
4652002-05-19 Kazu Hirata <kazu@cs.umass.edu>
466
467 * addr2line.c: Fix formatting.
468 * ar.c: Likewise.
469 * arsup.c: Likewise.
470 * arsup.h: Likewise.
471 * binemul.c: Likewise.
472 * binemul.h: Likewise.
473 * bucomm.c: Likewise.
474 * coffdump.c: Likewise.
475 * coffgrok.c: Likewise.
476 * coffgrok.h: Likewise.
477
e0159aa9
MM
4782002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
479
480 * MAINTAINERS: Add myself as the second AVR port maintainer.
481
074b403e
SC
4822002-05-16 Stephane Carrez <stcarrez@nerim.fr>
483
484 * MAINTAINERS: Update my email address.
485
2b9c8201
NC
4862002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
487
488 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
489
e1d5b1e7
AM
4902002-05-09 Alan Modra <amodra@bigpond.net.au>
491
492 * configure.in: Replace `*pe' with `pe' throughout.
493 * configure: Regenerate.
494
d3d8a9ee
NC
4952002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
496
497 * Makefile.am: Honour DESTDIR.
498 * Makefile.in: Regenerate.
499
405c98a4
AM
5002002-05-06 Alan Modra <amodra@bigpond.net.au>
501
a02d5965
AM
502 * dlltool.c (process_def_file): Add missing prototype.
503 (new_directive, assemble_file, main): Likewise.
504 (process_def_file, new_directive): Make static.
505 (inform): Rewrite using VA_FIXEDARG.
506 * dllwrap.c (mybasename): Add missing prototype.
507 (strhash, main): Likewise.
508 (inform): Rewrite using VA_FIXEDARG.
509 (warn): Likewise.
510 (cleanup_and_exit): Use old style function definition.
511 (strhash): Likewise.
512 * windres.c (define_resource): Use one memset to clear all of
513 struct res_resource.
514
405c98a4 515 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 516 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
517
5182002-05-06 Borut Razem <borut.razem@siol.net>
519
520 * rclex.l (get_string): Correct "strings" list handling.
521 * resrc.c (read_rc_file): Discard strings.
522
91593c9d
AM
5232002-05-04 Alan Modra <amodra@bigpond.net.au>
524
e58a75dc
AM
525 * ar.c (replace_members): Remove unused var. Formatting fix.
526 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
527
91593c9d
AM
528 * MAINTAINERS: Sort port maintainers by CPU.
529
6b52b824
AM
5302002-05-04 Bob Byrnes <byrnes@curl.com>
531
532 * size.c (display_archive): Add last_arfile and code to close archives.
533
dd70071f
AM
5342002-05-01 Alan Modra <amodra@bigpond.net.au>
535
536 * nm.c (print_symbol): Check returned filename from
537 bfd_find_nearest_line is non-NULL.
538
6c95717a 5392002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
540
541 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 542
3c25c5f6
NC
5432002-04-24 Christian Groessler <chris@groessler.org>
544
545 * MAINTAINERS: Changed my email address.
546
944cd72c
TS
5472002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
548
549 * arparse.y: Fix syntax warning.
550
ea91f8bb
NC
5512002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
552
3e55a963
NC
553 * readelf.c (fetch_location_list): Remove unused function.
554
555 * readelf.c (process_corefile_note_segment): Catch corrupt notes
556 and display a warning message, then exit the loop.
557
ea91f8bb
NC
558 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
559
45b99827
NC
5602002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
561
562 * resrc.c (write_rc_dialog): If charset is non-default value
563 display all of the DIALOGEX parameters.
564
5652002-04-15 Eric Kohl <ekohl@rz-online.de>
566
bb279dc0 567 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
568 DIALOGEX resources.
569 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
570 resource data.
bb279dc0 571 (res_to_bin_dialog): Likewise.
45b99827
NC
572 * windres.h: Added misssing charset variable to dialog_ex
573 structure.
574
acfbab8a
NC
5752002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
576
577 * rcparse.y: Set MEMFLAG_PURE by default.
578
df3baf66
NC
5792002-04-09 Bernd Herd <info@herdsoft.com>
580
bb279dc0 581 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 582 are quoted.
4c30641a 583 Fix typo in BEDIT warning.
91eafb40 584 Don't add default dialog style when explicit style specified.
b62a12ca 585 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 586
b24eb5ac
NC
587 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
588 (handle_quotes) "\a" escape (used for right justified key
589 definitions in menus) is encodes as binary 8.
df3baf66 590
b24eb5ac
NC
591 * resrc.c (write_rc_dialog): Print style even if it is 0.
592 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 593 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 594
b24eb5ac
NC
595 * resbin.c (bin_to_res_dialog): Use signature to identify
596 DIALOGEX.
f7d63484 597
b24eb5ac 598 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 599
df3baf66
NC
6002002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
601
602 * resrc.c: print CLASS names in quotes
603
6042002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
605
606 * MAINTAINERS: Update my email address.
607
8e42bcb6
AM
6082002-04-04 Alan Modra <amodra@bigpond.net.au>
609
610 * dep-in.sed: Cope with absolute paths.
611 * Makefile.am (dep.sed): Subst TOPDIR.
612 Run "make dep-am".
613 * Makefile.in: Regenerate.
614
96f959e5
PT
6152002-03-27 Peter Targett <peter.targett@arc.com>
616
617 * MAINTAINERS: Update my email address.
618
1ea788ee
AM
6192002-03-21 Alan Modra <amodra@bigpond.net.au>
620
621 * Makefile.am: Run "make dep-am".
622 * Makefile.in: Regenerate.
623 * doc/Makefile.in: Regenerate.
624 * po/POTFILES.in: Regenerate.
625 * aclocal.m4: Regenerate.
626 * config.in: Regenerate.
627 * configure: Regenerate.
628
a2f14207
DB
6292002-03-20 Daniel Berlin <dan@dberlin.org>
630
631 * readelf.c: Add support for displaying dwarf2 location lists.
632 (do_debug_loc, debug_loc_section, debug_loc_size): New.
633 (parse_args): Use 'O' as shorthand for displaying location list
634 section.
635 (process_section_headers): Handle debug_loc as well.
636 (load_debug_loc): New.
637 (free_debug_loc): New.
638 (fetch_location_list): New.
639 (display_debug_loc): New.
640 (display_debug_info): Call load_debug_loc and free_debug_loc.
641 (debug_displays): We can display .debug_loc now, too.
642 (usage): Update usage string.
643 (read_and_display_attr_value): Note location lists, but don't
644 display them inline.
645
eb1e0e80
NC
6462002-03-18 Tom Rix <trix@redhat.com>
647
648 * Makefile.am: Add binutils emulation support.
649 * configure.in: Same.
650 * configure.tgt: New file. Same.
651 * ar.c (main): Use ar_emul_parse_arg.
652 (usage): Use ar_emul_usage.
653 (replace_members): Use ar_emul_replace, ar_emul_append.
654 * binemul.c: New file. Define the binutils emulation
655 layer. Define default methods.
656 * binemul.h: New file. Binutils emulation layer header file.
657 * emul_aix.c: New file. AIX binutils emulation.
658 * emul_vanilla.c: New file. Default binutils emulation.
659 * Makefile.in: Regenerate.
660 * configure: Same.
661
a1c259a1
NC
6622002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
663
664 * po/fr.po: Updated version.
665
9ce88e60
NC
6662002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
667
668 * po/fr.po: Updated version.
669
effb0601
DJ
6702002-03-07 Daniel Jacobowitz <drow@mvista.com>
671
672 * README: Update some version numbers.
673
a65688ab
DJ
6742002-03-07 Daniel Jacobowitz <drow@mvista.com>
675
676 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
677 (Architecture Selection): Likewise.
678
f3f7fbb2
NC
6792002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
680
681 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
682 generating .exp file.
683
25345be5
NC
6842002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
685
686 * readelf.c (dump_relocations): Fix typo.
687
9a66911f
NC
6882002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
689
690 * NEWS: Mark 2.12 branch.
691
2c71103e
NC
6922002-02-18 Timothy Daly <remote_bob@yahoo.com>
693
bb279dc0
ZW
694 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
695 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 696 output.
bb279dc0 697 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
698 to 'unrecognized'.
699 (decode_ARM_machine_flags): Likewise.
700 (parse_args): Likewise.
701 (read_and_display_attr_value): Likewise.
702 (display_debug_section): Likewise.
703
49fda6c8
HPN
7042002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
705
706 * NEWS: Mention support for MMIX.
707
76f57f3a
JT
7082002-02-13 Matt Fredette <fredette@netbsd.org>
709
710 * readelf.c (get_machine_flags): Recognize EF_M68000.
711
d36ca9c2
AO
7122002-02-12 Alexandre Oliva <aoliva@redhat.com>
713
714 * MAINTAINERS: Added self as MN10300 co-maintainer.
715
19397422
AM
7162002-02-12 Alan Modra <amodra@bigpond.net.au>
717
718 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
719 DT_PPC64_OPDSZ.
720
d434e574
DJ
7212002-02-11 Daniel Jacobowitz <drow@mvista.com>
722
723 * MAINTAINERS: List myself as branch maintainer.
724
12b87c89
AM
7252002-02-11 Alan Modra <amodra@bigpond.net.au>
726
727 * configure: Regenerate.
728 * objcopy.c: Update copyright date.
729 * doc/Makefile.in: Regenerate.
730
8d037c5c
DJ
7312002-02-10 Daniel Jacobowitz <drow@mvista.com>
732
733 * nlmconv.c: Back out localtime PARAMS change.
734
4c168fa3
AM
7352002-02-11 Alan Modra <amodra@bigpond.net.au>
736
737 * objcopy.c (MKDIR): Define.
738 (copy_archive): Make name_list.name const. Use MKDIR.
739 Handle duplicate files in archives by making more temp dirs.
740
408f8db1
DJ
7412002-02-10 Daniel Jacobowitz <drow@mvista.com>
742
743 * coffdump.c: Include "getopt.h" after "bucomm.h"
744 so that macros are defined correctly.
745 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
746 prototype. Prototype main.
747 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
748
9f77fa06
AO
7492002-02-06 Alexandre Oliva <aoliva@redhat.com>
750
751 * MAINTAINERS: Added self as SH co-maintainer.
752
82f6addb
NC
7532002-02-05 Nick Clifton <nickc@redhat.com>
754
755 * po/tr.po: Updated translation.
756
ba323545
AM
7572002-02-01 Alan Modra <amodra@bigpond.net.au>
758
759 * Makefile.am: Run "make dep-am"
760 * Makefile.in: Regenerate.
761
3deb89d3
DJ
7622002-01-29 Daniel Jacobowitz <drow@mvista.com>
763
764 * nm.c (print_value): Mark abfd unused.
765
a0e9c55f
DJ
7662002-01-29 Daniel Jacobowitz <drow@mvista.com>
767
768 * unwind-ia64.c (unw_decoder): Change second argument
769 to unsigned int, to match function prototypes.
770
d7a283d4
DJ
7712002-01-29 Daniel Jacobowitz <drow@mvista.com>
772
773 * objdump.c: Include "getopt.h" after "bucomm.h" so that
774 __GNU_LIBRARY__ will be defined.
775 * size.c: Likewise.
776
4867be41
DJ
7772002-01-27 Daniel Jacobowitz <drow@mvista.com>
778
779 * configure: Regenerated.
780
7562a296
HPN
7812002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
782
783 * doc/Makefile.am (install): Depend on install-info.
784 * doc/Makefile.in: Regenerate.
785
15c82623
NC
7862002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
787
788 * objcopy.c (strip_usage): Document -d as an alias
789 --strip-debug.
790
791 * size.c (usage): Document [-t | --totals] options.
792 (long_options): Add --totals option.
793 (main): If the [-t | --totals] option is specified and
794 the output format is Berkeley-style, print the total
795 text, data, and bss sizes of all objects listed.
796 (print_berkeley_format): If the [-t | --totals] option
797 is specified, track the total text, data, and bss
798 sizes.
799 * doc/binutils.texi (size): Document [-t | --totals] options.
800 (strip): Document -d as an alias for --strip-debug.
801 * NEWS: Mention new feature of size.
802
00ea8601 8032002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 804
1ddbd152
NC
805 * po/fr.po: Updated version.
806 * po/es.po: Updated version.
b85cedd7 807
8b53311e
NC
8082002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
809
810 * addr2line.c (usage): Update text to provide verbose
811 description of the command line options.
812 * ar.c (usage): Update text to provide verbose
813 description of the command line options.
814 (main): Accept -h and -H when running as ranlib.
815 * coffdump.c (show_usage): Update text to provide verbose
816 description of the command line options.
817 * dlltool.c (main): Accept -H as an alias for --help.
818 * nlmconv.c (show_usage): Update text to provide verbose
819 description of the command line options.
820 * nm.c (usage): Replace OPTIONS with option(s).
821 (main): Accept -H as an alias for --help.
822 * objcopy.c (strip_main): Accept -H as an alias for --help.
823 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 824 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
825 other binutils.
826 * size.c (usage): Update text to provide verbose description
827 of the command line options.
828 (main): Accept -v, -h and -H as command line options.
829 * srconv.c (show_usage): Update text to provide verbose
830 description of the command line options.
831 * strings.c (main): Accept -H and -v as command line options.
832 (usage): Update text to provide verbose description of the
833 command line options.
834 * sysdump.c (show_usage): Update text to provide verbose
835 description of the command line options.
836 * windres.c (usage): Adjust format to match style used in
837 other binutils.
838
839 * coffdump.c: Fix formatting.
840 * nlmconv.c: Fix formatting.
841 * srconv.c: Fix formatting.
842 * sysdump.c: Fix formatting.
843
c46f0c34
AM
8442002-01-22 Alan Modra <amodra@bigpond.net.au>
845
846 * Makefile.am: Run "make dep-am".
847 * Makefile.in: Regenerate.
848
2a538ba5
AJ
8492002-01-18 Andreas Jaeger <aj@suse.de>
850
851 * version.c (print_version): Update year.
852
285d1771
AM
8532002-01-17 Alan Modra <amodra@bigpond.net.au>
854
855 * readelf.c (get_machine_name): Handle EM_PPC64.
856 (guess_is_rela): Here too.
857
328577ad
NC
8582002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
859
860 * po/binutils.pot: Regenerate.
861 * po/fr.po: Regenerate.
862 * po/tr.po: Regenerate.
863
af3ae48d
NC
8642002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
865
866 * po/tr.po: Import new version.
867
f1cb7e17
AM
8682002-01-16 Alan Modra <amodra@bigpond.net.au>
869
870 * readelf.c (get_ppc64_dynamic_type): New.
871 (get_dynamic_type): Call it.
872
6364e0b4
NC
8732002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
874
3ab9460d 875 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 876 (strip_usage): Use "options" instead of "switches".
3ab9460d 877 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 878 "switches".
6364e0b4 879
3a7e524e
RE
8802002-01-14 Richard Earnshaw <rearnsha@arm.com>
881
882 * MAINTAINERS: Add self as co-maintainer for the ARM code.
883
1209e219
NC
8842001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
885
886 * po/es.po: Import from translation project.
887 * configure.in (ALL_LINGUAS): Add es.
888 * configure: Regenerate.
889
b4db1224
JT
8902002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
891
892 * readelf.c (get_netbsd_elfcore_note_type): Use
893 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
894
9437c45b
JT
8952002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
896
897 * readelf.c: Update copyright years.
898 (get_note_type): Return a const char *.
899 (get_netbsd_elfcore_note_type): New function.
900 (process_note): Use get_netbsd_elfcore_note_type to get
901 the note type string for NetBSD ELF core files.
902
00428cca
AM
9032002-01-06 Steve Ellcey <sje@cup.hp.com>
904
905 * readelf.c (get_ia64_segment_type): Add support for macros.
906 (get_segment_type): Add support for IA64 specific macros.
907
31104126
NC
9082001-12-20 Julian v. Bock <julian@wongr.net>
909
910 * readelf.c (print_symbol): New function: Print a formatted symbol
911 name. If --wide is specified do not truncate it.
912 (dump_relocations): Use print_symbol() to print symbol names.
913 (process_symbol_table): Likewise.
914 (process_syminfo): Likewise.
915 (process_mips_specific): Likewise.
916 (usage): Document new feature of --wide switch.
917 * doc/binutils.texi (objdump): Document additional behaviour of
918 --wide.
2a538ba5 919
4dd67f29
MS
9202001-12-18 Michael Snyder <msnyder@redhat.com>
921
922 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
923 (copy_object): Don't set the start address or flags of a core file.
924 (copy_section): Don't relocate a core file. Don't copy contents
925 if the input section has the contents flag set, but the output
926 section does not (which happens with the fake 'note' pseudo-
927 sections that BFD creates for corefiles).
928
43521d43
TS
9292001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
930
931 * readelf.c (get_machine_flags): Recognize header flags for ABI and
932 ASE extensions. More robust code for ISA checking. Ignore empty fields
933 in header flags for GNU extensions.
934
b667df2e
AM
9352001-12-18 Alan Modra <amodra@bigpond.net.au>
936
937 * objcopy.c (copy_archive): Set output bfd format outside the loop.
938
17a5a5c3
NC
9392001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
940
941 * po/ja.po: Import from translation project.
942 * configure.in (ALL_LINGUAS): Add ja.
943 * configure: Regenerate.
944
65de42c0
TS
9452001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
946
947 * addr2line.c (main): Protoype.
948 * ar.c (main): Protoype.
949 * nm.c (main): Protoype.
950 * objcopy.c (main): Protoype.
951 * objdump.c (main): Protoype.
952 * size.c (main): Protoype.
953 * strings.c (main): Protoype.
954
9ad5cbcf
AM
9552001-12-17 Alan Modra <amodra@bigpond.net.au>
956
957 * readelf.c (symtab_shndx_hdr): New global.
958 (SECTION_HEADER_INDEX): Define.
959 (SECTION_HEADER_NUM): Define.
960 (SECTION_HEADER): Define.
961 (GET_ELF_SYMBOLS): Pass two params rather than three.
962 (get_32bit_elf_symbols): Take file and section args. Read and
963 use SHT_SYMTAB_SHNDX.
964 (get_64bit_elf_symbols): Likewise.
965 (dump_relocations): Use SECTION_HEADER to index "section_headers".
966 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
967 Remember symtab_shdx_hdr.
968 (process_program_headers): Scan from index 1 for segment map.
969 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
970 "section_headers".
971 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
972 (process_unwind): Likewise.
973 (process_version_sections): Likewise.
974 (process_symbol_table): Likewise.
975 (display_debug_info): Likewise.
976 (process_dynamic_segment): Fake up a symtab section for changed
977 GET_ELF_SYMBOLS.
978 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
979 (process_program_headers): Kill signed/unsigned warning.
980 (load_debug_str): Likewise.
981 (display_debug_info): Likewise.
982
65765700
JJ
9832001-12-13 Jakub Jelinek <jakub@redhat.com>
984
985 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
986
560f3c1c
AM
9872001-12-11 Alan Modra <amodra@bigpond.net.au>
988
989 * readelf.c (process_file_header): Print extended e_shnum and
990 e_shdtrndx values. Set elf_header values for same.
991 (get_32bit_section_headers): Add "num" arg to read "num" headers.
992 (get_64bit_section_headers): Likewise.
993 (process_section_headers): Update calls.
994 (get_file_header): Call get_32bit_section_headers or 64bit variant.
995
bc408b8a
JJ
9962001-12-10 Jakub Jelinek <jakub@redhat.com>
997
998 * objcopy.c (setup_section): Copy entsize.
999
93fbbb04
GK
10002001-12-07 Geoffrey Keating <geoffk@redhat.com>
1001
1002 * readelf.c (guess_is_rela): Add support for stormy16.
1003 (dump_relocations): Likewise.
1004 (get_machine_name): Likewise.
1005
e3c8793a
NC
10062001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1007
1008 * dllwrap.c (main) Replace multiple strings describing a
1009 single error with a single, newline escaped sentence to permit
1010 better translation into foreign languages.
1011
1012 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1013 class names.
1014
956cd1d6
TS
10152001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1016
1017 * strings.c (get_char): Initialize value.
1018
956c53ee
TS
10192001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1020
1021 * arlex.l: Silence compile warnings.
1022 * arsup.h: Likewise. Fix formatting.
1023
cedd9a58
JJ
10242001-12-04 Jakub Jelinek <jakub@redhat.com>
1025
1026 * strings.c: Include config.h before bfd.h.
1027 (file_off): New type.
1028 (file_open): Define.
1029 (print_strings): Use file_off instead of file_ptr. Print addresses
1030 which don't fit into long correctly.
1031 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1032 available.
1033 (strings_file): Use file_off instead of file_ptr. Use file_open.
1034 * configure.in: Check for getc_unlocked.
1035 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1036 be defined for it.
1037 * configure: Rebuilt.
1038 * config.h.in: Rebuilt.
1039
af667503
L
10402001-11-29 H.J. Lu <hjl@gnu.org>
1041
1042 * bucomm.c (make_tempname): Revert the changes made on
1043 2001-11-14 and 2001-11-12. They won't work with directories.
1044
16474668
NC
10452001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1046
1047 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1048 CFLAGS_FOR_TARGET to runtest in environment.
1049 * Makefile.in: Rebuild.
1050 * doc/Makefile.in: Rebuild.
1051
17978339
MS
10522001-11-28 Mike Stump <mrs@wrs.com>
1053
1054 * objcopy.c (setup_section): Preserve SEC_RELOC when
1055 --set-section-flags is used.
1056
261a45ad
NC
10572001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1058
1059 * readelf.c (do_debug_str): New variable.
1060 (display_debug_str): New function: Display the contents of a
1061 .debug_str section.
1062 (load_debug_str): New function: Load in the contents of a
1063 .debug_str section.
1064 (free_debug_str): New function: Free the memory used by
1065 load_debug_str().
1066 (fetch_indirect_string): Retrieve a string from the .debug_str
1067 section.
1068 (usage): Add -ws.
1069 (parse_args): Accept -ws.
1070 (process_section_headers): Allow the display of the .debug_str
1071 section.
1072 (read_and_display_attr_value): Use fetch_indirect_string. Show
1073 offset into .debug_str section.
1074 (display_debug_info): Use load_debug_str and free_debug_str.
1075 (debug_displays): Add .debug_str.
1076 * doc/binutils.texi: Document -ws.
1077
b8908f93
AJ
10782001-11-19 Andreas Jaeger <aj@suse.de>
1079
1080 * testsuite/binutils-all/objdump.exp: Add x86-64.
1081
e5fb9629
AS
10822001-11-15 Andreas Schwab <schwab@suse.de>
1083
1084 * readelf.c: Fix warnings without terminating newline.
1085
802a735e
AM
10862001-11-15 Alan Modra <amodra@bigpond.net.au>
1087
1088 * doc/binutils.texi (objdump): Document ppc -M options.
1089
b89e9eae
AJ
10902001-11-14 Andreas Jaeger <aj@suse.de>
1091
1092 * doc/binutils.texi (objdump): Fix description to use x86-64.
1093
a6a25652
NC
10942001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1095
1096 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1097 not all systems provide mkstemp.
1098
e396998b
AM
10992001-11-14 Alan Modra <amodra@bigpond.net.au>
1100
1101 * doc/binutils.texi (objdump): Document x86 -M options.
1102
81766fca
RH
11032001-11-13 Keith Walker <keith.walker@arm.com>
1104
1105 * readelf.c (read_and_display_attr_value): New function to
1106 handle DW_FORM_indirect.
1107 (read_and_display_attr): Use it.
1108
1a509dcc
GK
11092001-11-13 Geoffrey Keating <geoffk@redhat.com>
1110
1111 * readelf.c (display_debug_lines): Deal with unknown standard
1112 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1113 DW_LNS_set_isa.
1114
6e917903 11152001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1116
6e917903
TW
1117 * MAINTAINERS: Add self as tic54x maintainer. This target
1118 includes the IBM C54XDSP clone.
7559e86e 1119
6e917903 11202001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1121
7559e86e
NC
1122 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1123
11242001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1125
ecdadc4a
JL
1126 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1127 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1128 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1129 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1130 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1131 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1132 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1133
91770270
JL
1134 * readelf.c (get_elf_class): Fix ISO portability glitch.
1135 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1136
ef5cdfc7
JJ
11372001-11-07 Jakub Jelinek <jakub@redhat.com>
1138
1139 * readelf.c (debug_str, debug_str_size): New.
1140 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1141 Call free_abbrevs.
1142 (read_and_display_addr): Handle DW_FORM_strp.
1143 (display_debug_info): Read .debug_str section if present,
1144 so that DW_FORM_strp can be handled.
1145 Fix test for non-existant .debug_abbrev section.
1146
5e9520c8
JJ
11472001-11-05 Jakub Jelinek <jakub@redhat.com>
1148
1149 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1150
1151 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1152
54589086
MS
11532001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1154
1155 * MAINTAINERS: Add self as s390/s390x maintainer.
1156
c05b685b
TR
11572001-11-02 Tom Rix <trix@bluey.cygnus.com>
1158
1159 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1160
3c62831e
NC
11612001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1162
1163 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1164 * configure: Regernate.
1165 * po/fr.po: New file.
1166 * po/tr.po: New file.
1167
3c3bdf30
NC
11682001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1169
9b19141a 1170 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1171 * readelf.c: Include elf/mmix.h.
1172 (guess_is_rela): MMIX is RELA.
1173 (dump_relocations): Handle MMIX relocations.
1174 * Makefile.am: Regenerate dependencies.
1175 * Makefile.in: Regenerate.
1176
f662939a
NC
11772001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1178
1179 * readelf.c (parse_args): Handle multiple options to the -w
1180 switch.
1181
c91d0dfb
JJ
11822001-10-12 Jakub Jelinek <jakub@redhat.com>
1183
1184 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1185 LOPROC, LOOS and LOUSER.
1186
7559e86e 11872001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1188
1189 * MAINTAINERS: Update my email address.
1190
fcd8210c
AM
11912001-10-03 Alan Modra <amodra@bigpond.net.au>
1192
1193 * doc/Makefile.in: Regenerate.
1194 * configure: Regenerate.
1195
428409d5
NC
11962001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1197
1198 * readelf.c (display_debug_line, display_debug_pubnames,
1199 display_debug_info, display_debug_frames): Detect and warn
1200 about 64-bit format entries.
1201 (display_debug_aranges): Reword 64-bit warning.
1202 (debug_displays): Add .debug_pubtypes as a known, but not yet
1203 supported, debug section.
1204
6a8c2b0d
AM
12052001-10-02 Alan Modra <amodra@bigpond.net.au>
1206
1207 * coffdump.c (PROGRAM_VERSION): Delete.
1208 (main <'V'>): Call print_version.
1209 * srconv.c: Likewise.
1210 * sysdump.c: Likewise.
1211 * version.c (program_version): Remove.
1212 (print_version): Use BFD_VERSION_STRING. Just print the current
1213 year in copyright message.
1214 * addr2line.c (program_version): Remove unused declaration.
1215 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1216 place of BFD_VERSION.
1217 * Makefile.am (Makefile): Depend on bfd/configure.in.
1218 (cplus-dem.o): Depend on Makefile.
1219 Run "make dep-am".
1220 * Makefile.in: Regenerate.
1221
e414a165
NC
12222001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1223
1224 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1225 format .debug_arange sections.
1226 (main): Add missing prototype.
b8908f93 1227
efc3ee7f
HPN
12282001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1229
1230 * Makefile.am: Update dependencies with "make dep-am".
1231 * Makefile.in: Regenerate.
1232
9e85c2a0
RH
12332001-09-28 Richard Henderson <rth@redhat.com>
1234
1235 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1236
451dad9c
AM
12372001-09-26 Alan Modra <amodra@bigpond.net.au>
1238
1239 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1240 VA_CLOSE.
1241 (non_fatal): Likewise.
1242 * objdump.c (objdump_sprintf): Likewise.
1243 * readelf.c (error): Likewise.
1244 (warn): Likewise.
1245
d974e256
JJ
12462001-09-25 Jakub Jelinek <jakub@redhat.com>
1247
1248 * readelf.c (do_wide): New.
1249 (options): Add --wide.
1250 (usage, parse_args): Likewise.
1251 (process_program_headers): Put each segment on a single line if
1252 --wide is given.
1253 (process_section_headers): Put each section on a single line if
1254 --wide is given.
1255 * doc/binutils.texi: Document it.
1256 * NEWS: Likewise.
1257
2f11c261
AM
12582001-09-25 Alan Modra <amodra@bigpond.net.au>
1259
1260 * readelf.c (print_vma): Print 8 digits of low hex value.
1261
1d50f91e
AJ
12622001-09-24 Andreas Jaeger <aj@suse.de>
1263
1264 * nlmconv.c: Fix warnings about unused attributes and function
1265 prototypes.
1266
1267 * strings.c: Add prototype for get_char.
1268
38131e67
L
12692000-09-19 H.J. Lu <hjl@gnu.org>
1270
1271 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1272 $(srcdir)/cxxfilt.man.
1273 * doc/Makefile.in: Rebuild.
1274
3bcfb3e4
AM
12752001-09-19 Alan Modra <amodra@bigpond.net.au>
1276
1277 * objcopy.c (copy_main): Correct rename-section string parsing.
1278 Consolidate new_name parsing, and error messages.
1279
3882b010
L
12802001-09-18 Bruno Haible <haible@clisp.cons.org>
1281
1282 * addr2line.c: Don't include <ctype.h>.
1283 (main): For gettext, also set the LC_CTYPE locate facet.
1284 * ar.c (main): Likewise.
1285 * coffdump.c (main): Likewise.
1286 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1287 (main): For gettext, also set the LC_CTYPE locate facet.
1288 Use ISALNUM instead of isalpha/isdigit.
1289 * dllwrap.c: Don't include <ctype.h>.
1290 (main): For gettext, also set the LC_CTYPE locate facet.
1291 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1292 (main): For gettext, also set the LC_CTYPE locate facet.
1293 Use TOUPPER instead of islower/toupper.
1294 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1295 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1296 Use TOUPPER instead of islower/toupper.
1297 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1298 * objcopy.c (main): Likewise.
1299 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1300 (disassemble_bytes): Use ISPRINT instead of isprint.
1301 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1302 (dump_data): Use ISPRINT instead of isprint.
1303 (main): For gettext, also set the LC_CTYPE locate facet.
1304 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1305 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1306 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1307 Use TOUPPER instead of islower/toupper.
1308 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1309 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1310 (write_rc_accelerators): Use ISPRINT instead of isprint.
1311 (write_rc_rcdata): Likewise.
1312 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1313 * srconv.c (main): Likewise.
1314 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1315 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1316 isdigit/isupper/islower.
1317 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1318 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1319 stab_demangle_prefix, stab_demangle_qualified,
1320 stab_demangle_template, stab_demangle_type,
1321 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1322 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1323 (isgraphic): Use ISPRINT instead of isascii/isprint.
1324 (main): Remove HAVE_LC_MESSAGES dependency.
1325 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1326 (pbarray): Use ISPRINT instead of isprint.
1327 (main): For gettext, also set the LC_CTYPE locate facet.
1328 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1329 (format_from_filename): Use ISPRINT instead of isprint.
1330 (main): For gettext, also set the LC_CTYPE locate facet.
1331 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1332 (unicode_print): Use ISPRINT instead of isprint.
1333 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1334 (stab_variable): Use ISDIGIT instead of isdigit.
1335
e59b4dfb
AM
13362001-09-18 Alan Modra <amodra@bigpond.net.au>
1337
1338 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1339 Replace bfd_read call with call to bfd_bread.
1340 (extract_file): Likewise.
1341
1342 * objdump.c (dump_section_header): Cast section->filepos to
1343 unsigned long to suit printf format string.
1344 * readelf.c (process_section_headers): Similarly for sh_offset.
1345 (process_unwind): Likewise.
1346
d132876a
NC
13472001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1348
1349 * strings.c (encoding, encoding_bytes): New variables.
1350 (long_options): Add --encoding.
1351 (main): Accept -e and --encoding.
1352 (get_char): New function. Read a, possibly wide, character from
1353 the input stream.
1354 (print_strings): Use get_char().
1355 (usage): Document new command line option.
1356 * doc/binutils.texi: Document new command line option.
1357 * NEWS: Announce new command line option.
1358
7559e86e 13592001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1360
1361 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1362 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1363 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1364 Removed EM_CYGNUS_ARC.
1365
7559e86e 13662001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1367
1368 * readelf.c: Include elf/h8 for H8 series definitions.
1369 (guess_is_rela): H8 series if RELA.
1370 (dump_relocations): Handle H8 series relocations.
1371
0823fbca
EC
13722001-08-31 Eric Christopher <echristo@redhat.com>
1373
1374 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1375
8db76d70
PT
13762001-08-29 Peter Targett <peter.targett@arccores.com>
1377
1378 * MAINTAINERS: Include ARC Maintainer.
1379
d81d6584
BE
13802001-08-29 Ben Elliston <bje@redhat.com>
1381
1382 * stabs.c (stab_demangle_template): Initialise s4.
1383
25a1ff5b
AM
13842001-08-27 Alan Modra <amodra@bigpond.net.au>
1385
1386 * readelf.c (dump_relocations): Recognise EM_PPC64.
1387
a5d22d2a
TS
13882001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1389
1390 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1391
62a5a82d
L
13922001-08-25 H.J. Lu <hjl@gnu.org>
1393
1394 * nm.c (print_width): New.
1395 (display_rel_file): Set `print_width' according to
1396 bfd_sprintf_vma.
1397 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1398
1ae8b3d2
AO
13992001-08-24 Alexandre Oliva <aoliva@redhat.com>
1400
1401 * objcopy.c (use_alt_mach_code): New variable.
1402 (OPTION_ALT_MACH_CODE): Define.
1403 (copy_options): Added --alt-machine-code.
1404 (copy_main): Handle it.
1405 (copy_object): Switch to alternate machine code if requested.
1406 * doc/binutils.texi: Document new option.
1407 * NEWS: Likewise.
1408
d1bdd336
TS
14092001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1410
1411 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1412
410f7a12
L
14132001-08-21 H.J. Lu <hjl@gnu.org>
1414
1415 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1416 (display_debug_info): Cast for 64bit hosts.
1417 (display_debug_frames): Likewise.
1418 (process_mips_specific): Likewise.
1419
c32144ff
AJ
14202001-08-21 Andreas Jaeger <aj@suse.de>
1421
1422 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1423
1424 * sysdump.c: Add missing prototypes.
1425 * srconv.c: Likewise.
1426 * unwind-ia64.c: Likewise.
1427 * coffdump.c: Likewise.
1428
1429 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1430
1431 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1432 of declaring xcalloc.
1433
d8180c76
L
14342001-08-10 H.J. Lu <hjl@gnu.org>
1435
1436 * nm.c (print_value): Add one arg, bfd *.
1437 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1438 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1439 (print_symbol_info_sysv): Likewise.
1440 (print_symbol_info_posix): Likewise.
1441
1442 * objdump.c (dump_section_header): Replace printf_vma with
1443 bfd_printf_vma.
1444 (print_section_stabs): Likewise.
1445 (dump_bfd_header): Likewise.
1446 (objdump_print_value): Replace sprintf_vma with
1447 bfd_sprintf_vma.
1448 (disassemble_bytes): Likewise.
1449 (dump_reloc_set): Likewise.
1450
0218d1e4
AJ
14512001-08-10 Andreas Jaeger <aj@suse.de>
1452
1453 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1454 to build warnings.
1455 * configure: Regenerate.
1456
2863d58a
AM
14572001-08-09 Alan Modra <amodra@bigpond.net.au>
1458
1459 * readelf.c: Add missing prototypes.
1460 * objdump.c: Likewise. Format existing prototypes.
1461
c0e047e0
AO
14622001-08-08 Alexandre Oliva <aoliva@redhat.com>
1463
1464 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1465 of any RELA relocation for the abbrev_offset memory location that
1466 refers to the .debug_abbrev section symbol.
1467
ff78d6d6
L
14682001-08-07 H.J. Lu <hjl@gnu.org>
1469
1470 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1471 (main): Return process_file ().
1472
c36774d6
PB
14732001-08-05 Philip Blundell <philb@gnu.org>
1474
1475 * doc/binutils.texi: Use "Thumb" not "THUMB".
1476
8f9d9bd9
JH
14772001-08-03 John Healy <jhealy@redhat.com>
1478
bb279dc0
ZW
1479 Patch suggested by Frank Eigler <fche@redhat.com>.
1480 * objdump.c (disassemble_data): Fill in section member of the
1481 disasm_info structure.
8f9d9bd9 1482
c918cb96
DD
14832001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1484
1485 * configure.in: Added --with-windres option.
1486 * configure: Regenerated.
1487
c7c55b78
NC
14882001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1489
1490 * doc/binutils.texi: Use @command{name} for commands;
1491 use @option{-opt} for options; use @table @env for list of options;
1492 remove spaces arround [ | ] in synopsis.
1493
1494 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1495 center title.
1496
594ef5db
NC
14972001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1498
bb279dc0
ZW
1499 * objcopy.c: Fix formatting.
1500 (section_rename): New structure.
1501 (OPTION_RENAME_SECTION): New switch.
1502 (copy_usage): Document new switch.
1503 (add_section_rename): New function: Add a node to the section
1504 rename list.
1505 (find_section_rename): New function: Find the new name and
1506 flags for a section.
1507 (setup_section): Call find_section_name to determine the name
1508 of the output section.
1509 (copy_main): Handle OPTION_RENAME_SECTION.
1510 * binutils.texi: Document new switch.
594ef5db
NC
1511 * NEWS: Mention new switch.
1512
1f554c69
NC
15132001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1514
1515 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1516 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1517 bug-binutils@gcc.org.
1518
2f83960e
AM
15192001-07-28 Matthias Kramm <kramm@quiss.org>
1520
1521 * bucomm.c (list_supported_architectures): New function.
1522 * bucomm.h (list_supported_architectures): Declare.
1523 * objdump.c (usage): Call the above.
1524
20fe0649
DB
15252001-07-25 Dave Brolley <brolley@redhat.com>
1526
1527 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1528 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1529
1b577b00
NC
15302001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1531
1532 * README: Update for 2.11. Change bug reporting email address.
1533 * MAINTAINERS: Tidy up. Change bug reporting email address.
1534
95fd336c
DD
15352001-07-16 DJ Delorie <dj@redhat.com>
1536
5f16d855
DD
1537 * resres.c (write_res_header): Align header size.
1538 (res_align_file): Calculate alignment correctly.
1539
95fd336c
DD
1540 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1541 correct 10).
1542 * resrc.c (write_rc_resource): Likewise.
1543 * windres.h (SUBLANG_SHIFT): Define - as 10.
1544
ed8fee27
NC
15452001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1546
1547 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1548
90ab7e9a
NC
15492001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1550
1551 * MAINTAINERS: Add notes about branch checkins.
1552
e0c60db2
NC
15532001-07-05 Daniel Berlin <dan@cgsoftware.com>
1554
1555 * readelf.c (display_debug_macinfo): New function, display
1556 .debug_macinfo section.
1557 (do_debug_macinfo): New variable.
1558 (parse_args): Handle "-w[mM]" to mean display macro info.
1559 (process_section_headers): Handle debug_macinfo.
1560 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1561 function for .debug_macinfo display.
e0c60db2
NC
1562 * doc/binutils.texi: Document new command line switch.
1563 * NEWS: Document new feature of readelf.
0218d1e4 1564
24e01a36
L
15652001-07-05 H.J. Lu <hjl@gnu.org>
1566
1567 * objcopy.c (filter_symbols): Don't turn undefined symbols
1568 into local.
1569
4258bf4d
L
15702001-07-03 H.J. Lu <hjl@gnu.org>
1571
1572 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1573 $@.pod.
1574 (ar.1): Likewise.
1575 (dlltool.1): Likewise.
1576 (nlmconv.1): Likewise.
1577 (nm.1): Likewise.
1578 (objcopy.1): Likewise.
1579 (objdump.1): Likewise.
1580 (ranlib.1): Likewise.
1581 (readelf.1): Likewise.
1582 (size.1): Likewise.
1583 (strings.1): Likewise.
1584 (strip.1): Likewise.
1585 (windres.1): Likewise.
1586 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1587 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1588 $(DEMANGLER_NAME).
1589 (as.1): Removed.
1590 * doc/Makefile.in: Regenerated.
1591
7014bc31
NC
15922001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1593
1594 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1595
b811889f
NC
15962001-07-01 Daniel Berlin <dan@cgsoftware.com>
1597
1598 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1599
12ab83a9
NC
16002001-06-29 James Cownie <jcownie@etnus.com>
1601
1602 * readelf.c: Support DWARF 2.1 attributes.
1603
a6e9f9df
AM
16042001-06-28 Alan Modra <amodra@bigpond.net.au>
1605
1606 * readelf.c (GET_DATA_ALLOC): Remove.
1607 (GET_DATA): Remove.
1608 (get_data): New function combining above macros, with an extra
1609 test for zero size.
1610 (slurp_rela_relocs): Use get_data, and catch error return.
1611 (slurp_rel_relocs): Likewise.
1612 (get_32bit_program_headers): Likewise.
1613 (get_64bit_program_headers): Likewise.
1614 (get_32bit_section_headers): Likewise.
1615 (get_64bit_section_headers): Likewise.
1616 (get_32bit_elf_symbols): Likewise.
1617 (get_64bit_elf_symbols): Likewise.
1618 (process_section_headers): Likewise.
1619 (process_relocs): Likewise.
1620 (slurp_ia64_unwind_table): Likewise.
1621 (process_unwind): Likewise.
1622 (get_32bit_dynamic_segment): Likewise.
1623 (get_64bit_dynamic_segment): Likewise.
1624 (process_dynamic_segment): Likewise.
1625 (process_version_sections): Likewise.
1626 (process_symbol_table): Likewise.
1627 (dump_section): Likewise.
1628 (display_debug_info): Likewise.
1629 (display_debug_section): Likewise.
1630 (process_section_contents): Likewise.
1631 (process_corefile_note_segment): Likewise.
1632 (process_mips_specific): Likewise. Also free econf32, econf64.
1633
af3fc3bc
AM
16342001-06-25 Alan Modra <amodra@bigpond.net.au>
1635
1636 * readelf.c (dump_relocations): Print "bad symbol index" if
1637 symtab == NULL with non-zero symtab_index.
1638 (process_relocs): Don't bomb if reloc section has no symsec.
1639
6d900bf6
L
16402001-06-24 H.J. Lu <hjl@gnu.org>
1641
1642 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1643 by accident.
1644 (copy_main): Apply the the change made to strip_main on
1645 2001-05-30 by accident.
1646
49b4e386
AJ
16472001-06-23 Andreas Jaeger <aj@suse.de>
1648
1649 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1650 parameter 'code'.
1651 (unw_decode_x2): Likewise.
1652 (unw_decode_x3): Likewise.
1653 (unw_decode_x4): Likewise.
1654
d8dc71e3
BE
16552001-06-23 Ben Elliston <bje@redhat.com>
1656
1657 * MAINTAINERS: Add myself as M88k maintainer.
1658
af3bdff7
NC
16592001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1660
1661 * objcopy.c (strip_main): Support -o or --output-file command lien
1662 switch.
1663
105e7211
L
16642001-06-19 H.J. Lu <hjl@gnu.org>
1665
1666 * doc/Makefile.in: Regenerated.
1667
c45021f2
NC
16682001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1669
1670 * readelf.c: Restore formatting.
1671
16722001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1673
bb279dc0
ZW
1674 * Makefile.am: Move documentation into doc subdirectory.
1675 * Makefile.in: Regenerated.
c45021f2 1676 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1677 * addr2line.1: Removed.
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: Likewise.
c45021f2
NC
1691 * doc: New Directory.
1692 * doc/Makefile.am: New file.
1693 * doc/Makefile.in: Generate.
1694
09ad7db3
AM
16952001-06-09 Alan Modra <amodra@bigpond.net.au>
1696
1697 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1698
936260fe
AM
16992001-06-01 Alan Modra <amodra@bigpond.net.au>
1700
1701 * MAINTAINERS: Update my email address.
1702
16b2b71c
NC
17032001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1704
1705 * objcopy.c: Add new switches: --keep-global-symbol,
1706 --keep-symbols, --localize-symbols, --keep-global-symbols and
1707 --weaken-symbols.
1708 * binutils.texi: Document new switches.
1709 * objcopy.1: Regenerate.
1710 * NEWS: Announce new feature.
1711
7036c0e1
AJ
17122001-05-28 Andreas Jaeger <aj@suse.de>
1713
1714 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1715 variables, fix format strings.
1716
76a406e5
NC
17172001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1718
1719 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1720 when computing the address of the line to show.
1721
31b6fca6
RH
17222001-05-16 Richard Henderson <rth@redhat.com>
1723
1724 * readelf.c (do_debug_frames_interp): New.
1725 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1726 (byte_get_big_endian): Likewise.
1727 (parse_args) ['F']: Set do_debug_frames_interp.
1728 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1729 (frame_display_row): Don't trunc pc_begin to int.
1730 (size_of_encoded_value): New.
1731 (display_debug_frames): Handle 64-bit targets. Print raw data
1732 unless do_debug_frames_interp.
1733 (debug_displays): Remove duplicate .debug_frame.
1734
4fe85591
NC
17352001-05-15 Ralf Baechle <ralf@gnu.org>
1736
1737 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1738 The former constant was never in active use and is used otherwise
1739 by the ABI.
1740
579f31ac
JJ
17412001-05-11 Jakub Jelinek <jakub@redhat.com>
1742
1743 * readelf.c (process_unwind): Print all unwind sections, not just
1744 one.
1745
78f4a3f7
AM
17462001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1747
1748 * readelf.c (process_unwind): Remove const specifier.
1749
1c529ca6
NC
17502001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1751
1752 * strings.c (isgraphic): Do not use isascii() unless it is needed
1753 for isprint() to work.
1754 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1755
87e6d782
NC
17562001-04-27 Johan Rydberg <jrydberg@opencores.org>
1757
bb279dc0 1758 * NEWS: Announce support for OpenRISC.
87e6d782 1759
4bd3d870 17602001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1761
1762 * dlltool.c (do_default_excludes): Initialise to true.
1763
21211521
AM
17642001-04-10 Alan Modra <amodra@one.net.au>
1765
1766 * MAINTAINERS: Update my email address
1767 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1768
0c66b61e 17692001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1770
1771 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1772
e58d53af
L
17732001-03-30 H.J. Lu <hjl@gnu.org>
1774
1775 * readelf.c (process_unwind): Just return if do_unwind is 0.
1776
bee72332
DD
17772001-03-28 Roger Sayle <roger@metaphorics.com>
1778
1779 * dlltool.c (make_one_lib_file): Fix section flags for
1780 .text, .data and .bss in stub ds*.o files to match those
1781 generated by gas.
1782
f1467e33
L
17832001-03-29 H.J. Lu <hjl@gnu.org>
1784
1785 * readelf.c (process_unwind): Only do unwind sections for
1786 IA64.
1787
1c6fb4fe
L
17882001-03-28 H.J. Lu <hjl@gnu.org>
1789
1790 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1791 * Makefile.in: Regenerate.
1792
0879a67a
AJ
17932001-03-26 Andreas Jaeger <aj@suse.de>
1794
1795 * binutils.texi (nm): Fix texi syntax.
1796
0285c67d
NC
17972001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1798
1799 * binutils.texi: Put @c man begin and @c man end indications
1800 to generate man pages using texi2pod and pod2man. Put @c man title
1801 to identify each man. Add SEEALSO entries.
1802 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1803 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1804 sort the list.
1805 (*.1): Build the man pages from binutils.texi.
1806 * Makefile.in: Regenerate.
1807
04847a4d
CF
18082001-03-13 Eric Kohl <ekohl@rz-online.de>
1809
1810 * defparse.y (opt_equal_name): allow "." in name.
1811 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1812 (gen_exp_file): Likewise.
1813
43a0748c
NC
18142001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1815
1816 * NEWS: Document addition of -B switch to objcopy.
1817 * binutils.texi: Document addition of -B switch to objcopy.
1818 * objcopy.c: (copy_options): Add --binary-architecture.
1819 (copy_usage): Document -B/--binary-architecture.
1820 (copy_main): Support -B/--binary-architecture. Set
1821 bfd_external_binary_architecture.
0879a67a 1822
b7498e0e
NC
18232001-03-11 Andreas Jaeger <aj@suse.de>
1824
1825 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1826 (dump_relocations): Likewise.
1827 (get_machine_name): Likewise.
1828
a59e3bd7
NC
18292001-02-28 Nick Clifton <nickc@redhat.com>
1830
1831 * readelf.c: (struct unw_aux_info): Remove const modifier for
1832 'strtab' field.
1833 (process_unwind): Remove non-K&R compliant LHS type cast in call
1834 to GET_DATA_ALLOC macro.
1835
a5bcd848
PB
18362001-02-28 Philip Blundell <pb@futuretv.com>
1837
1838 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1839 ABI is in use; remove ambiguity between the "unknown" EABI and
1840 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1841 renamed EF_xx constants.
1842
27b7e12d
AM
18432001-02-27 Alan Modra <alan@linuxcare.com.au>
1844
1845 * configure.in (BFD_VERSION): New.
1846 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1847 * configure: Regenerate.
1848 * Makefile.am: Run "make dep-am"
1849 * Makefile.in: Regenerate.
1850
a9f10786
NC
18512001-02-14 Nick Clifton <nickc@redhat.com>
1852
1853 * MAINTAINERS: Add "Obvious Fix" rule.
1854
3c44da9a
MS
18552001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1856
1857 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1858 literal concatenation.
1859
ecd03389
MS
18602001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1861
1862 * readelf.c (struct unw_aux_info): Remove const from the info member.
1863 (process_unwind): Don't type-cast the third argument to the
1864 GET_DATA_ALLOC macro.
1865
88ec60c7
NC
18662001-02-11 Nick Clifton <nickc@redhat.com>
1867
1868 * readelf.c (dump_relocations): Free corrected allocated
1869 array.
1870 (process_unwind): Fix compile time warning.
1871
f5e21966
NC
18722001-02-10 Nick Clifton <nickc@redhat.com>
1873
1874 * binutils.texi: Document new --unwind option to readelf.
1875
a85d7ed0
NC
18762001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1877
1878 * readelf.c: Add linux target for S/390.
1879
7bb10502
AM
18802001-02-10 Alan Modra <alan@linuxcare.com.au>
1881
1882 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1883 printf is a macro.
1884
8ca8f343
HPN
18852001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1886
1887 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1888 * aclocal.m4: Regenerate.
1889 * configure: Regenerate.
1890
7340082d
NC
18912001-02-07 Todd Vierling <tv@wasabisystems.com>
1892
1893 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1894 * objdump.c (bfd_target_vector): Likewise.
1895
4d6ed7c8
NC
18962001-02-07 David Mosberger <davidm@hpl.hp.com>
1897
1898 * readelf.c (process_unwind): New function.
1899 (slurp_ia64_unwind_table): Ditto.
1900 (dump_ia64_unwind): Ditto.
1901 (find_symbol_for_address): Ditto.
1902 (slurp_rela_relocs): New function (split off from dump_relocations()).
1903 (slurp_rel_relocs): Ditto.
1904 (parse_args): Handle '-u' option.
1905
1906 * unwind-ia64.c: New file.
1907 * unwind-ia64.h: New file.
1908 * Makefile.am: Include unwind-ia64.c in readelf build.
1909 * Makefile.in: Regenerate.
7340082d 1910 * po/binutils.pot: Regenerate.
4d6ed7c8 1911
c7217458
PB
19122001-02-04 Philip Blundell <philb@gnu.org>
1913
1914 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1915 * configure: Regenerate.
1916
956eedd4
AM
19172001-01-31 Steve deRosier <sderosier@vari-lite.com>
1918
1919 * ieee.c (ieee_add_bb11): Don't check for backslashes
1920 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1921
8855cbca
AM
19222001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1923
c7f2731e
AM
1924 * ieee.c: Update copyright.
1925 (ieee_start_compilation_unit): Don't check for backslashes
1926 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1927
8855cbca
AM
1928 * stabs.c: Update copyright. Include "filenames.h".
1929 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1930
329de803 19312001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1932
1933 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1934 sections are present before using them. Remove code duplication.
1935 (process_symbol_table): Check if VERDEF or VERNEED sections are
1936 present before using them.
1937
23719f39
NC
19382001-01-17 Nick Clifton <nickc@redhat.com>
1939
1940 * objcopy.c (copy_object): Fail if attempting to convert the
1941 endianness of the input object file.
1942
1943 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1944
f726e849
NC
19452001-01-16 Nick Clifton <nickc@redhat.com>
1946
1947 * readelf.c (string_table_length): New variable.
1948 (SECTION_NAME): Catch out of range indices and missing section
1949 pointers.
1950 (process_section_headers): Delete useless local variable
1951 string_table_offset. Set the value of string_table_length
1952 after loading the string table.
1953 (process_mips_specific): Use SECTION_NAME macro.
1954 (process_file): Set string_table_length to 0 when it is freed.
1955
d0398d6a
NC
19562001-01-12 Nick Clifton <nickc@redhat.com>
1957
1958 * version.c (print_version): Update copyright date.
1959
0d2bcfaf
NC
19602001-01-11 Peter Targett <peter.targett@arccores.com>
1961
1962 * readelf.c (dump_relocations): Include selection with EM_ARC.
1963 (get_machine_name) Update name to "ARC".
1964
8b1e6df3
NC
19652001-01-09 Nick Clifton <nickc@redhat.com>
1966
1967 * Makefile.am: Add rule to build objdump.o from objdump.c and
1968 using OBJDUMP_DEFS.
1969 * Makefile.in: Regenerate.
1970
1971 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1972 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1973 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1974 * configure: Regenerate.
8b1e6df3
NC
1975
1976 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1977 is defined read in the relocs even if dump_reloc_info is
1978 false.
1979
2f952d20
PB
19802001-01-07 Philip Blundell <philb@gnu.org>
1981
1982 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1983 `bug-binutils'.
1984 * README: Likewise.
1985
a8c548cb
NC
19862000-12-19 Nick Clifton <nickc@redhat.com>
1987
1988 * dlltool.c: Add missing support for arm-epoc-pe.
1989 * configure.in: Add missing support for arm-epoc-pe.
1990 * configure: Regenerate.
1991
cc5fda35
NC
19922000-12-15 Nick Clifton <nickc@redhat.com>
1993
1994 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1995 Mode parts of the x86 port.
1996
bcedfee6
NC
19972000-12-04 Andreas Jaeger <aj@suse.de>
1998
1999 * readelf.c (guess_is_rela): Add EM_X86_64.
2000 (dump_relocations): Add EM_X86_64.
2001 (get_machine_name): Add EM_X86_64.
2002 Include "elf/x86-64.h".
2003
584da044
NC
20042000-12-12 Nick Clifton <nickc@redhat.com>
2005
2006 * readelf.c: Fix formatting.
2007
7559e86e 20082000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2009
2010 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2011
a98cc2b2
AH
20122000-12-07 Andrew Haley <aph@redhat.com>
2013
2014 * readelf.c (display_debug_frames): Only display columns that are
2015 referenced by the frame debug info.
2016
c7987a69
NC
20172000-12-05 Nick Clifton <nickc@redhat.com>
2018
2019 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2020
09fd7e38
JM
20212000-12-04 Jason Merrill <jason@redhat.com>
2022
2023 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2024 (display_debug_section): Likewise.
2025 (display_debug_info): Display CU header before bailing.
2026
e7af610e
NC
20272000-12-01 Chris Demetriou <cgd@sibyte.com>
2028
09fd7e38
JM
2029 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2030 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2031 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2032
09fd7e38
JM
2033 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2034 and E_MIPS_ARCH_64.
84ea6cf2 2035
09fd7e38
JM
2036 * readelf.c (get_machine_flags): Add case for
2037 E_MIPS_MACH_SB1.
c6c98b38 2038
75066968
DD
20392000-11-30 Richard Earnshaw <rearnsha@arm.com>
2040
2041 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2042
5c4666ea
HPN
20432000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2044