ChangeLog revision 107492
12002-11-07  Nick Clifton  <nickc@redhat.com>
2
3	* configure.in (LINGUAS): Add 'da'.
4	* configure: Regenerate.
5	* po/da.po: New Danish translation.
6
72002-10-30  Daniel Jacobowitz  <drow@mvista.com>
8
9	* po/binutils.pot: Regenerated.
10
112002-10-28  Daniel Jacobowitz  <drow@mvista.com>
12
13	Merge from mainline:
14	2002-10-21  Alan Modra  <amodra@bigpond.net.au>
15	* bucomm.c (list_supported_targets): Use bfd_target_list.
16
17	2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
18	* readelf.c (display_debug_info): Ignore empty .rela.debug_info
19	sections.  Allow relocations against the absolute symbol.  Don't
20	use the value in compunit.cu_abbrev_offset if we found a RELA
21	relocation.
22
232002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
24
25	* objdump.c (dump_data): Correct addr_offset for opb != 1.
26
272002-09-23  Daniel Jacobowitz  <drow@mvista.com>
28
29	Merge from mainline:
30	2002-09-11  Nick Clifton  <nickc@redhat.com>
31	* po/tr.po: Updated Turkish translation.
32
33	2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
34	* rcparse.y (acc_entry): Don't warn about ALT use with
35	non-VIRTKEY.
36
37	2002-08-09  Nick Clifton  <nickc@redhat.com>
38	* po/sv.po: Updated Swedish translation.
39
40	2002-07-31  Nick Clifton  <nickc@redhat.com>
41	* addr2line.c (process_file): Rename parameter 'filename' to
42	'file_name' in order to avoid shadowing global symbol of the
43	same name.
44	(main): Likewise.
45
462002-07-30  Daniel Jacobowitz  <drow@mvista.com>
47
48	Merge from mainline:
49	2002-07-30  Jakub Jelinek  <jakub@redhat.com>
50	* readelf.c (OPTION_DEBUG_DUMP): Define.
51	(options): Use it.
52	(usage): Update help.
53	(parse_args): Handle --debug-dump separately from -w.
54	* doc/binutils.texi (readelf): Update documentation.
55
562002-07-25  Nick Clifton  <nickc@redhat.com>
57
58	* po/es.po: Updated Spanish translation.
59	* po/fr.po: Updated French translation.
60
612002-07-24  Nick Clifton  <nickc@redhat.com>
62
63	* po/es.po: Updated Spanish translation.
64
652002-07-23  Daniel Jacobowitz  <drow@mvista.com>
66
67	* po/binutils.pot: Regenerated.
68
692002-07-23  Nick Clifton  <nickc@redhat.com>
70
71	* po/fr.po: Updated French translation.
72
732002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
74
75	* doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
76
772002-07-20  Alan Modra  <amodra@bigpond.net.au>
78
79	* budemang.c: Include config.h and string.h/strings.h.
80
812002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
82
83	* NEWS: Add 'Changes in 2.13'.
84
852002-07-10  Jakub Jelinek  <jakub@redhat.com>
86
87	* readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
88	DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
89	(get_section_type_name): Handle SHT_GNU_LIBLIST.
90	(process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
91	DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
92	(process_gnu_liblist): New.
93	(process_file): Call it.
94
952002-07-03  Alan Modra  <amodra@bigpond.net.au>
96
97	* Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
98	* Makefile.in: Regenerate.
99
1002002-07-02  Alan Modra  <amodra@bigpond.net.au>
101
102	* budemang.c: New file, "demangle" function.
103	* budemang.h: New file.
104	* addr2line.c (translate_addresses): Use "demangle".
105	* nm.c (print_symname): Likewise.
106	* objdump.c (objdump_print_symname): Likewise.
107	(dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
108	here since that obfuscates.
109	* rdcoff.c: Don't #include demangle.h.
110	* Makefile.am (CFILES): Add budemang.c, emul_aix.c,
111	emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
112	(HFILES): Add budemang.h.  Sort.
113	(nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
114	Run "make dep-am".
115	* Makefile.in: Regenerate.
116
1172002-07-01  Matt Thomas  <matt@3am-software.com>
118
119	* readelf.c: Include "elf/vax.h".
120	(guess_is_rela): Move EM_VAX from unknown to RELA case.
121	(dump_relocations): Handle VAX relocations.
122	(get_machine_flags): Handle VAX machine flags.
123
1242002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
125
126	* readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
127
1282002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
129
130	* MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
131
1322002-06-26  Alan Modra  <amodra@bigpond.net.au>
133
134	* nm.c (print_symname): When demangling, strip leading dots from
135	symbol names to avoid confusing the demangler.
136
1372002-06-25  H.J. Lu <hjl@gnu.org>
138
139	* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
140	* Makefile.in: Regenerated.
141
1422002-06-21  Igor Schein  <igor@txc.com>
143
144	* configure.in: Quote bu_cv_have_fopen64.
145	* configure: Regenerate.
146
1472002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
148
149	* configure.in: Check for strcoll.
150	* configure: Regenerate.
151	* config.in: Regenerate.
152	* nm.c (main): Set locale for LC_COLLATE category.
153	(non_numeric_forward): Use strcoll if available.
154
1552002-06-20  Dave Brolley  <brolley@redhat.com>
156
157	* MAINTAINERS: Add self as fr30 and frv maintainer.
158
1592002-06-18  H.J. Lu  (hjl@gnu.org)
160
161	* nm.c: Include "elf/common.h".
162	(extended_symbol_info): Add elfinfo, a pointer to
163	elf_symbol_type.
164	(SYM_SIZE): Use elfinfo if it is not NULL.
165	(get_symbol_type): New function.
166	(display_archive): Set print_width for each archive member.
167	(display_file): Likewise.
168	(display_rel_file): Don't set print_width here.
169	(print_object_filename_sysv): Handle print_width.
170	(print_archive_member_sysv): Likewise.
171	(print_symbols): Pass (bfd_vma) 0 to print_symbol.
172	(print_symbol): Set the elfinfo field in extended_symbol_info
173	for ELF.
174	(print_object_filename_sysv): Fix the output format.
175	(print_symbol_info_sysv): Print type and section for ELF.
176
1772002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
178
179	* nm.c (print_size_symbols): Remove assignment, which makes
180	the symbol's size equal to its value when --size-sort is
181	used.
182
1832002-06-18  Dave Brolley  <brolley@redhat.com>
184
185	From Catherine Moore:
186	* readelf.c (elf/frv.h): #include it.
187	(guess_is_rela): Support EM_CYGNUS_FRV.
188	(dump_relocations): Ditto.
189	(get_machine_name): Ditto.
190	* Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
191
1922002-06-18  Jakub Jelinek  <jakub@redhat.com>
193
194	* readelf.c (get_file_header): Only read the first section header if
195	e_shoff is non-zero.
196
1972002-06-15  H.J. Lu  (hjl@gnu.org)
198
199	* nm.c (print_size): New variable. Initialize to 0.
200	(long_options): Add 'S'/"print-size".
201	(main): Handle 'S'.
202	(print_symbol_info_bsd): Print size only if print_size is not
203	0.
204
205	* doc/binutils.texi: Document -S/--print-size.
206
2072002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
208
209	* nm.c (struct extended_symbol_info): New strcuture: Add the size
210	of the symbols to the information provided by the symbol_info
211	structure.
212	(print_symbols): Pass the symbol size to print_symbol.
213	(print_size_symbols): Pass the symbol size to print_symbol.
214	(print_symbol): Extra argument: The size of the symbol.  Store
215	this in the extended_symbol_info structure.
216	(print_symbol_info): Change type of info parameter to
217	extended_symbol_info.  Display the size, if known.
218	(print_symbol_info_posix): Likewise.
219	(print_symbol_info_sysv): Likewise.
220
2212002-06-08  Alan Modra  <amodra@bigpond.net.au>
222
223	* Makefile.am: Run "make dep-am".
224	* Makefile.in: Regenerate.
225	* doc/Makefile.in: Regnerate.
226
227	* bucomm.c: Replace CONST with const.
228	* nm.c: Likewise.
229	* objdump.c: Likewise.
230
2312002-06-07  H.J. Lu <hjl@gnu.org>
232
233	* readelf.c (DW_CFA_GNU_args_size): Don't define.
234	(DW_CFA_GNU_negative_offset_extended): Likewise.
235	(DW_CFA_GNU_window_save): Likewise.
236	(display_debug_frames): Handle DW_CFA_offset_extended_sf,
237	DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
238
2392002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
240
241	* nm.c: When computing size of symbols for an ELF target use the
242	internal size field.
243
2442002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
245
246	* testsuite/binutils-all/objcopy.exp: clear xfail for
247	"hppa*64*-*-hpux*".
248	* testsuite/binutils-all/hppa/objdump.exp: Return if
249	"*64*-*-*".
250
2512002-06-05  Alan Modra  <amodra@bigpond.net.au>
252
253	* objcopy.c (copy_section): Don't copy SEC_GROUP sections.
254
2552002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
256
257	* objdump.c: Fix formatting.
258
2592002-05-29  Ben Elliston  <bje@redhat.com>
260
261	* MAINTAINERS: Add self as M68k maintainer.
262
2632002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
264
265	* readelf.c: Modified/Added DLX elf support.
266
2672002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
268
269	* arsup.c: Fix formatting.
270	* debug.c (debug_record_label): Add missing colon to error
271	message.
272	* ieee.c (parse_ieee_ty): Fix spelling typo.
273	* readelf.c (process_program_headers): Remove English assumption
274	about making a plural word.
275	(process_section_headers): Likewise.
276	(process_relocs): Allow quotes to be translated.
277	(process_unwind): Likewise,
278	(process_mips_specific): Improve error message.
279	(get_note_type): Fix spelling typo.
280
281	* configure.in (ALL_LINGUAS): Add sv
282	* po/sv.po: New file.
283
2842002-05-27  Alan Modra  <amodra@bigpond.net.au>
285
286	* unwind-ia64.c (unw_print_brmask): Don't use sprintf.
287	(unw_print_grmask): Likewise.
288	(unw_print_frmask): Likewise.
289
2902002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
291
292	* arsup.c: Remove ARGSUSED.
293	* debug.c: Likewise.
294	* ieee.c: Likewise.
295	* nlmconv.c: Likewise.
296	* prdbg.c: Likewise.
297	* stabs.c: Likewise.
298	* wrstabs.c: Likewise.
299
3002002-05-25  Alan Modra  <amodra@bigpond.net.au>
301
302	* arlex.l: Use #include "" instead of <> for local header files.
303	* coffdump.c: Likewise.
304	* coffgrok.c: Likewise.
305	* nlmconv.c: Likewise.
306	* nlmheader.y: Likewise.
307	* srconv.c: Likewise.
308	* strings.c: Likewise.
309	* sysdump.c: Likewise.
310	* unwind-ia64.h: Likewise.
311	* windres.h: Likewise.
312	* winduni.h: Likewise.
313
3142002-05-24  Tom Rix  <trix@redhat.com>
315
316	* MAINTAINERS: Add self as the d10v maintainer.
317
3182002-05-24   TAMURA Kent <kent@netbsd.org>
319
320	* configure.in: Builds dlltool for i386-netbsdpe.
321	* configure: Regenerate.
322
3232002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
324
325	* size.c: Fix formatting.
326	* srconv.c: Likewise.
327	* stabs.c: Likewise.
328	* sysdump.c: Likewise.
329	* unwind-ia64.c: Likewise.
330	* wrstabs.c: Likewise.
331
3322002-05-23  Jakub Jelinek  <jakub@redhat.com>
333
334	* readelf.c (get_segment_type): Add PT_TLS.
335	(get_elf_section_flags): Add SHF_TLS.
336	(get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
337	(process_dynamic_segment): Use puts instead of printf.
338	(get_symbol_type): Support STT_TLS.
339	* objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
340	SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
341	Add SEC_THREAD_LOCAL.
342
3432002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
344
345	* rdcoff.c: Fix formatting.
346	* rddbg.c: Likewise.
347	* readelf.c: Likewise.
348	* rename.c: Likewise.
349	* resbin.c: Likewise.
350	* resrc.c: Likewise.
351	* resres.c: Likewise.
352
3532002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
354
355	* filemode.c: Fix formatting.
356	* ieee.c: Likewise.
357	* is-ranlib.c: Likewise.
358	* is-strip.c: Likewise.
359	* maybe-ranlib.c: Likewise.
360	* maybe-strip.c: Likewise.
361	* nlmconv.c: Likewise.
362	* nm.c: Likewise.
363	* not-ranlib.c: Likewise.
364	* not-strip.c: Likewise.
365	* objcopy.c: Likewise.
366	* objdump.c: Likewise.
367
3682002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
369
370	* objdump.c (dump_headers): Fix output formatting for ELF32
371	architectures in a BFD64 enabled toolchain.
372
3732002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
374
375	* debug.c: Fix formatting.
376	* debug.h: Likewise.
377	* dlltool.c: Likewise.
378	* dllwrap.c: Likewise.
379	* emul_aix.c: Likewise.
380	* emul_vanilla.c: Likewise.
381
3822002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
383
384	* addr2line.c: Fix formatting.
385	* ar.c: Likewise.
386	* arsup.c: Likewise.
387	* arsup.h: Likewise.
388	* binemul.c: Likewise.
389	* binemul.h: Likewise.
390	* bucomm.c: Likewise.
391	* coffdump.c: Likewise.
392	* coffgrok.c: Likewise.
393	* coffgrok.h: Likewise.
394
3952002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
396
397	* MAINTAINERS: Add myself as the second AVR port maintainer.
398
3992002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
400
401	* MAINTAINERS: Update my email address.
402
4032002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
404
405	* MAINTAINERS: Add Jason Thorpe as VAX maintainer.
406
4072002-05-09  Alan Modra  <amodra@bigpond.net.au>
408
409	* configure.in: Replace `*pe' with `pe' throughout.
410	* configure: Regenerate.
411
4122002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
413
414	* Makefile.am: Honour DESTDIR.
415	* Makefile.in: Regenerate.
416
4172002-05-06  Alan Modra  <amodra@bigpond.net.au>
418
419	* dlltool.c (process_def_file): Add missing prototype.
420	(new_directive, assemble_file, main): Likewise.
421	(process_def_file, new_directive): Make static.
422	(inform): Rewrite using VA_FIXEDARG.
423	* dllwrap.c (mybasename): Add missing prototype.
424	(strhash, main): Likewise.
425	(inform): Rewrite using VA_FIXEDARG.
426	(warn): Likewise.
427	(cleanup_and_exit): Use old style function definition.
428	(strhash): Likewise.
429	* windres.c (define_resource): Use one memset to clear all of
430	struct res_resource.
431
432	* rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
433	call to rules that need no lookahead.  Check for no lookahead.
434
4352002-05-06  Borut Razem  <borut.razem@siol.net>
436
437	* rclex.l (get_string): Correct "strings" list handling.
438	* resrc.c (read_rc_file): Discard strings.
439
4402002-05-04  Alan Modra  <amodra@bigpond.net.au>
441
442	* ar.c (replace_members): Remove unused var.  Formatting fix.
443	* binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
444
445	* MAINTAINERS: Sort port maintainers by CPU.
446
4472002-05-04  Bob Byrnes  <byrnes@curl.com>
448
449	* size.c (display_archive): Add last_arfile and code to close archives.
450
4512002-05-01  Alan Modra  <amodra@bigpond.net.au>
452
453	* nm.c (print_symbol): Check returned filename from
454	bfd_find_nearest_line is non-NULL.
455
4562002-04-25  Elena Zannoni <ezannoni@redhat.com>
457
458	* readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
459
4602002-04-24  Christian Groessler <chris@groessler.org>
461
462	* MAINTAINERS: Changed my email address.
463
4642002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
465
466	* arparse.y: Fix syntax warning.
467
4682002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
469
470	* readelf.c (fetch_location_list): Remove unused function.
471
472	* readelf.c (process_corefile_note_segment): Catch corrupt notes
473	and display a warning message, then exit the loop.
474
475	* rcparse.y: Set MEMFLAG_DISCARDABLE by default.
476
4772002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
478
479	* resrc.c (write_rc_dialog): If charset is non-default value
480	display all of the DIALOGEX parameters.
481
4822002-04-15  Eric Kohl <ekohl@rz-online.de>
483
484	* rcparse.y: Allow two to five parameter in FONT statement of
485	DIALOGEX resources.
486	* resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
487	resource data.
488	(res_to_bin_dialog): Likewise.
489	* windres.h: Added misssing charset variable to dialog_ex
490	structure.
491
4922002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
493
494	* rcparse.y: Set MEMFLAG_PURE by default.
495
4962002-04-09  Bernd Herd <info@herdsoft.com>
497
498	* rcparse.y: CLASS definitions in DIALOG resources
499	are quoted.
500	Fix typo in BEDIT warning.
501	Don't add default dialog style when explicit style specified.
502	Add WS_CAPTION dialog style if CAPTION is specified.
503
504	* rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
505	(handle_quotes) "\a" escape (used for right justified key
506	definitions in menus) is encodes as binary 8.
507
508	* resrc.c (write_rc_dialog): Print style even if it is 0.
509	(write_rc_directory): Fix overlooked sublang shift bug.
510	(bin_to_res_dialog): Don't print empty dialog caption.
511
512	* resbin.c (bin_to_res_dialog): Use signature to identify
513	DIALOGEX.
514
515	* windres.c (main): Set default LANGUAGE to english/us.
516
5172002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
518
519	* resrc.c: print CLASS names in quotes
520
5212002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
522
523	* MAINTAINERS: Update my email address.
524
5252002-04-04  Alan Modra  <amodra@bigpond.net.au>
526
527	* dep-in.sed: Cope with absolute paths.
528	* Makefile.am (dep.sed): Subst TOPDIR.
529	Run "make dep-am".
530	* Makefile.in: Regenerate.
531
5322002-03-27  Peter Targett  <peter.targett@arc.com>
533
534	* MAINTAINERS: Update my email address.
535
5362002-03-21  Alan Modra  <amodra@bigpond.net.au>
537
538	* Makefile.am: Run "make dep-am".
539	* Makefile.in: Regenerate.
540	* doc/Makefile.in: Regenerate.
541	* po/POTFILES.in: Regenerate.
542	* aclocal.m4: Regenerate.
543	* config.in: Regenerate.
544	* configure: Regenerate.
545
5462002-03-20  Daniel Berlin  <dan@dberlin.org>
547
548	* readelf.c: Add support for displaying dwarf2 location lists.
549	(do_debug_loc, debug_loc_section, debug_loc_size): New.
550	(parse_args): Use 'O' as shorthand for displaying location list
551	section.
552	(process_section_headers): Handle debug_loc as well.
553	(load_debug_loc): New.
554	(free_debug_loc): New.
555	(fetch_location_list): New.
556	(display_debug_loc): New.
557	(display_debug_info): Call load_debug_loc and free_debug_loc.
558	(debug_displays): We can display .debug_loc now, too.
559	(usage): Update usage string.
560	(read_and_display_attr_value): Note location lists, but don't
561	display them inline.
562
5632002-03-18  Tom Rix  <trix@redhat.com>
564
565	* Makefile.am: Add binutils emulation support.
566	* configure.in: Same.
567	* configure.tgt: New file.  Same.
568	* ar.c (main): Use ar_emul_parse_arg.
569	(usage): Use ar_emul_usage.
570	(replace_members): Use ar_emul_replace, ar_emul_append.
571	* binemul.c: New file.  Define the binutils emulation
572	layer. Define default methods.
573	* binemul.h: New file.  Binutils emulation layer header file.
574	* emul_aix.c: New file.  AIX binutils emulation.
575	* emul_vanilla.c: New file. Default binutils emulation.
576	* Makefile.in: Regenerate.
577	* configure: Same.
578
5792002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
580
581	* po/fr.po: Updated version.
582
5832002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
584
585	* po/fr.po: Updated version.
586
5872002-03-07  Daniel Jacobowitz  <drow@mvista.com>
588
589	* README: Update some version numbers.
590
5912002-03-07  Daniel Jacobowitz  <drow@mvista.com>
592
593	* doc/binutils.texi (Target Selection): Fix LD crossreferences.
594	(Architecture Selection): Likewise.
595
5962002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
597
598	* dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
599	generating .exp file.
600
6012002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
602
603	* readelf.c (dump_relocations): Fix typo.
604
6052002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
606
607	* NEWS: Mark 2.12 branch.
608
6092002-02-18  Timothy Daly  <remote_bob@yahoo.com>
610
611	* readelf.c (dump_relocations): Display 2nd and 3rd reloc
612	types for 64-bit MIPS.  Narrow some fields for 80-char
613	output.
614	(dump_relocations): Change spelling from 'unrecognised'
615	to 'unrecognized'.
616	(decode_ARM_machine_flags): Likewise.
617	(parse_args): Likewise.
618	(read_and_display_attr_value): Likewise.
619	(display_debug_section): Likewise.
620
6212002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
622
623	* NEWS: Mention support for MMIX.
624
6252002-02-13  Matt Fredette  <fredette@netbsd.org>
626
627	* readelf.c (get_machine_flags): Recognize EF_M68000.
628
6292002-02-12  Alexandre Oliva  <aoliva@redhat.com>
630
631	* MAINTAINERS: Added self as MN10300 co-maintainer.
632
6332002-02-12  Alan Modra  <amodra@bigpond.net.au>
634
635	* readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
636	DT_PPC64_OPDSZ.
637
6382002-02-11  Daniel Jacobowitz  <drow@mvista.com>
639
640	* MAINTAINERS: List myself as branch maintainer.
641
6422002-02-11  Alan Modra  <amodra@bigpond.net.au>
643
644	* configure: Regenerate.
645	* objcopy.c: Update copyright date.
646	* doc/Makefile.in: Regenerate.
647
6482002-02-10  Daniel Jacobowitz  <drow@mvista.com>
649
650	* nlmconv.c: Back out localtime PARAMS change.
651
6522002-02-11  Alan Modra  <amodra@bigpond.net.au>
653
654	* objcopy.c (MKDIR): Define.
655	(copy_archive): Make name_list.name const.  Use MKDIR.
656	Handle duplicate files in archives by making more temp dirs.
657
6582002-02-10  Daniel Jacobowitz  <drow@mvista.com>
659
660	* coffdump.c: Include "getopt.h" after "bucomm.h"
661	so that macros are defined correctly.
662	* nlmconv.c: Add PARAMS ((const time_t *)) to localtime
663	prototype.  Prototype main.
664	* nlmheader.y: Add PARAMS ((int)) to strerror prototype.
665
6662002-02-06  Alexandre Oliva  <aoliva@redhat.com>
667
668	* MAINTAINERS: Added self as SH co-maintainer.
669
6702002-02-05  Nick Clifton <nickc@redhat.com>
671
672	* po/tr.po: Updated translation.
673
6742002-02-01  Alan Modra  <amodra@bigpond.net.au>
675
676	* Makefile.am: Run "make dep-am"
677	* Makefile.in: Regenerate.
678
6792002-01-29  Daniel Jacobowitz  <drow@mvista.com>
680
681	* nm.c (print_value): Mark abfd unused.
682
6832002-01-29  Daniel Jacobowitz  <drow@mvista.com>
684
685	* unwind-ia64.c (unw_decoder): Change second argument
686	to unsigned int, to match function prototypes.
687
6882002-01-29  Daniel Jacobowitz  <drow@mvista.com>
689
690	* objdump.c: Include "getopt.h" after "bucomm.h" so that
691	__GNU_LIBRARY__ will be defined.
692	* size.c: Likewise.
693
6942002-01-27  Daniel Jacobowitz  <drow@mvista.com>
695
696	* configure: Regenerated.
697
6982002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
699
700	* doc/Makefile.am (install): Depend on install-info.
701	* doc/Makefile.in: Regenerate.
702
7032002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
704
705	* objcopy.c (strip_usage): Document -d as an alias
706	--strip-debug.
707
708	* size.c (usage): Document [-t | --totals] options.
709	(long_options): Add --totals option.
710	(main): If the [-t | --totals] option is specified and
711	the output format is Berkeley-style, print the total
712	text, data, and bss sizes of all objects listed.
713	(print_berkeley_format): If the [-t | --totals] option
714	is specified, track the total text, data, and bss
715	sizes.
716	* doc/binutils.texi (size): Document [-t | --totals] options.
717	(strip): Document -d as an alias for --strip-debug.
718	* NEWS: Mention new feature of size.
719
7202002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
721
722	* po/fr.po: Updated version.
723	* po/es.po: Updated version.
724
7252002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
726
727	* addr2line.c (usage): Update text to provide verbose
728	description of the command line options.
729	* ar.c (usage): Update text to provide verbose
730	description of the command line options.
731	(main): Accept -h and -H when running as ranlib.
732	* coffdump.c (show_usage): Update text to provide verbose
733	description of the command line options.
734	* dlltool.c (main): Accept -H as an alias for --help.
735	* nlmconv.c (show_usage): Update text to provide verbose
736	description of the command line options.
737	* nm.c (usage): Replace OPTIONS with option(s).
738	(main): Accept -H as an alias for --help.
739	* objcopy.c (strip_main): Accept -H as an alias for --help.
740	* objdump.c (main): Accept -v as an alias for --verbose.
741	* readelf.c (usage): Adjust format to match style used in
742	other binutils.
743	* size.c (usage): Update text to provide verbose description
744	of the command line options.
745	(main): Accept -v, -h and -H as command line options.
746	* srconv.c (show_usage): Update text to provide verbose
747	description of the command line options.
748	* strings.c (main): Accept -H and -v as command line options.
749	(usage): Update text to provide verbose description of the
750	command line options.
751	* sysdump.c (show_usage): Update text to provide verbose
752	description of the command line options.
753	* windres.c (usage): Adjust format to match style used in
754	other binutils.
755
756	* coffdump.c: Fix formatting.
757	* nlmconv.c: Fix formatting.
758	* srconv.c: Fix formatting.
759	* sysdump.c: Fix formatting.
760
7612002-01-22  Alan Modra  <amodra@bigpond.net.au>
762
763	* Makefile.am: Run "make dep-am".
764	* Makefile.in: Regenerate.
765
7662002-01-18  Andreas Jaeger  <aj@suse.de>
767
768	* version.c (print_version): Update year.
769
7702002-01-17  Alan Modra  <amodra@bigpond.net.au>
771
772	* readelf.c (get_machine_name): Handle EM_PPC64.
773	(guess_is_rela): Here too.
774
7752002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
776
777	* po/binutils.pot: Regenerate.
778	* po/fr.po: Regenerate.
779	* po/tr.po: Regenerate.
780
7812002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
782
783	* po/tr.po: Import new version.
784
7852002-01-16  Alan Modra  <amodra@bigpond.net.au>
786
787	* readelf.c (get_ppc64_dynamic_type): New.
788	(get_dynamic_type): Call it.
789
7902002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
791
792	* objcopy.c (copy_usage): Use "options" instead of "switches".
793	(strip_usage): Use "options" instead of "switches".
794	* doc/binutils.texi (dlltool):  Refer to "options" instead of
795	"switches".
796
7972002-01-14  Richard Earnshaw  <rearnsha@arm.com>
798
799	* MAINTAINERS: Add self as co-maintainer for the ARM code.
800
8012001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
802
803	* po/es.po: Import from translation project.
804	* configure.in (ALL_LINGUAS): Add es.
805	* configure: Regenerate.
806
8072002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
808
809	* readelf.c (get_netbsd_elfcore_note_type): Use
810	NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
811
8122002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
813
814	* readelf.c: Update copyright years.
815	(get_note_type): Return a const char *.
816	(get_netbsd_elfcore_note_type): New function.
817	(process_note): Use get_netbsd_elfcore_note_type to get
818	the note type string for NetBSD ELF core files.
819
8202002-01-06  Steve Ellcey  <sje@cup.hp.com>
821
822	* readelf.c (get_ia64_segment_type): Add support for macros.
823	(get_segment_type): Add support for IA64 specific macros.
824
8252001-12-20  Julian v. Bock  <julian@wongr.net>
826
827	* readelf.c (print_symbol): New function: Print a formatted symbol
828	name.  If --wide is specified do not truncate it.
829	(dump_relocations): Use print_symbol() to print symbol names.
830	(process_symbol_table): Likewise.
831	(process_syminfo): Likewise.
832	(process_mips_specific): Likewise.
833	(usage): Document new feature of --wide switch.
834	* doc/binutils.texi (objdump): Document additional behaviour of
835	--wide.
836
8372001-12-18  Michael Snyder  <msnyder@redhat.com>
838
839	* objcopy.c (copy_file): Accept corefiles (format bfd_core).
840	(copy_object): Don't set the start address or flags of a core file.
841	(copy_section): Don't relocate a core file.  Don't copy contents
842	if the input section has the contents flag set, but the output
843	section does not (which happens with the fake 'note' pseudo-
844	sections that BFD creates for corefiles).
845
8462001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
847
848	* readelf.c (get_machine_flags): Recognize header flags for ABI and
849	ASE extensions. More robust code for ISA checking. Ignore empty fields
850	in header flags for GNU extensions.
851
8522001-12-18  Alan Modra  <amodra@bigpond.net.au>
853
854	* objcopy.c (copy_archive): Set output bfd format outside the loop.
855
8562001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
857
858	* po/ja.po: Import from translation project.
859	* configure.in (ALL_LINGUAS): Add ja.
860	* configure: Regenerate.
861
8622001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
863
864	* addr2line.c (main): Protoype.
865	* ar.c (main): Protoype.
866	* nm.c (main): Protoype.
867	* objcopy.c (main): Protoype.
868	* objdump.c (main): Protoype.
869	* size.c (main): Protoype.
870	* strings.c (main): Protoype.
871
8722001-12-17  Alan Modra  <amodra@bigpond.net.au>
873
874	* readelf.c (symtab_shndx_hdr): New global.
875	(SECTION_HEADER_INDEX): Define.
876	(SECTION_HEADER_NUM): Define.
877	(SECTION_HEADER): Define.
878	(GET_ELF_SYMBOLS): Pass two params rather than three.
879	(get_32bit_elf_symbols): Take file and section args.  Read and
880	use SHT_SYMTAB_SHNDX.
881	(get_64bit_elf_symbols): Likewise.
882	(dump_relocations): Use SECTION_HEADER to index "section_headers".
883	(process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
884	Remember symtab_shdx_hdr.
885	(process_program_headers): Scan from index 1 for segment map.
886	(slurp_ia64_unwind_table): Use SECTION_HEADER to index
887	"section_headers".
888	(process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
889	(process_unwind): Likewise.
890	(process_version_sections): Likewise.
891	(process_symbol_table): Likewise.
892	(display_debug_info): Likewise.
893	(process_dynamic_segment): Fake up a symtab section for changed
894	GET_ELF_SYMBOLS.
895	(get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
896	(process_program_headers): Kill signed/unsigned warning.
897	(load_debug_str): Likewise.
898	(display_debug_info): Likewise.
899
9002001-12-13  Jakub Jelinek  <jakub@redhat.com>
901
902	* readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
903
9042001-12-11  Alan Modra  <amodra@bigpond.net.au>
905
906	* readelf.c (process_file_header): Print extended e_shnum and
907	e_shdtrndx values.  Set elf_header values for same.
908	(get_32bit_section_headers): Add "num" arg to read "num" headers.
909	(get_64bit_section_headers): Likewise.
910	(process_section_headers): Update calls.
911	(get_file_header): Call get_32bit_section_headers or 64bit variant.
912
9132001-12-10  Jakub Jelinek  <jakub@redhat.com>
914
915	* objcopy.c (setup_section): Copy entsize.
916
9172001-12-07  Geoffrey Keating  <geoffk@redhat.com>
918
919	* readelf.c (guess_is_rela): Add support for stormy16.
920	(dump_relocations): Likewise.
921	(get_machine_name): Likewise.
922
9232001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
924
925	* dllwrap.c (main) Replace multiple strings describing a
926	single error with a single, newline escaped sentence to permit
927	better translation into foreign languages.
928
929	* readelf.c (get_elf_class): Remove internalionalisation of ELF
930	class names.
931
9322001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
933
934	* strings.c (get_char): Initialize value.
935
9362001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
937
938	* arlex.l: Silence compile warnings.
939	* arsup.h: Likewise. Fix formatting.
940
9412001-12-04  Jakub Jelinek  <jakub@redhat.com>
942
943	* strings.c: Include config.h before bfd.h.
944	(file_off): New type.
945	(file_open): Define.
946	(print_strings): Use file_off instead of file_ptr.  Print addresses
947	which don't fit into long correctly.
948	(get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
949	available.
950	(strings_file): Use file_off instead of file_ptr.  Use file_open.
951	* configure.in: Check for getc_unlocked.
952	Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
953	be defined for it.
954	* configure: Rebuilt.
955	* config.h.in: Rebuilt.
956
9572001-11-29  H.J. Lu <hjl@gnu.org>
958
959	* bucomm.c (make_tempname): Revert the changes made on
960	2001-11-14 and 2001-11-12. They won't work with directories.
961
9622001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
963
964	* binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
965	CFLAGS_FOR_TARGET to runtest in environment.
966	* Makefile.in: Rebuild.
967	* doc/Makefile.in: Rebuild.
968
9692001-11-28  Mike Stump  <mrs@wrs.com>
970
971	* objcopy.c (setup_section): Preserve SEC_RELOC when
972	--set-section-flags is used.
973
9742001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
975
976	* readelf.c (do_debug_str): New variable.
977	(display_debug_str): New function: Display the contents of a
978	.debug_str section.
979	(load_debug_str): New function: Load in the contents of a
980	.debug_str section.
981	(free_debug_str): New function: Free the memory used by
982	load_debug_str().
983	(fetch_indirect_string): Retrieve a string from the .debug_str
984	section.
985	(usage): Add -ws.
986	(parse_args): Accept -ws.
987	(process_section_headers): Allow the display of the .debug_str
988	section.
989	(read_and_display_attr_value): Use fetch_indirect_string.  Show
990	offset into .debug_str section.
991	(display_debug_info): Use load_debug_str and free_debug_str.
992	(debug_displays): Add .debug_str.
993	* doc/binutils.texi: Document -ws.
994
9952001-11-19  Andreas Jaeger  <aj@suse.de>
996
997	* testsuite/binutils-all/objdump.exp: Add x86-64.
998
9992001-11-15  Andreas Schwab  <schwab@suse.de>
1000
1001	* readelf.c: Fix warnings without terminating newline.
1002
10032001-11-15  Alan Modra  <amodra@bigpond.net.au>
1004
1005	* doc/binutils.texi (objdump): Document ppc -M options.
1006
10072001-11-14  Andreas Jaeger  <aj@suse.de>
1008
1009	* doc/binutils.texi (objdump): Fix description to use x86-64.
1010
10112001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1012
1013	* bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1014	not all systems provide mkstemp.
1015
10162001-11-14  Alan Modra  <amodra@bigpond.net.au>
1017
1018	* doc/binutils.texi (objdump): Document x86 -M options.
1019
10202001-11-13  Keith Walker <keith.walker@arm.com>
1021
1022	* readelf.c (read_and_display_attr_value): New function to
1023	handle DW_FORM_indirect.
1024	(read_and_display_attr): Use it.
1025
10262001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1027
1028	* readelf.c (display_debug_lines): Deal with unknown standard
1029	opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1030	DW_LNS_set_isa.
1031
10322001-11-13  Timothy Wall  <twall@alum.mit.edu>
1033
1034	* MAINTAINERS: Add self as tic54x maintainer.  This target
1035	includes the IBM C54XDSP clone.
1036
10372001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1038
1039	* bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1040
10412001-11-09  Jeffrey A Law  (law@cygnus.com)
1042
1043	* unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1044	(unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1045	(unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1046	(unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1047	(unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1048	(unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1049	(unw_decode_b2, unw_decode_b3_b4): Likewise.
1050
1051	* readelf.c (get_elf_class): Fix ISO portability glitch.
1052	(get_data_encoding, get_osabi_name, request_dump): Likewise.
1053
10542001-11-07  Jakub Jelinek  <jakub@redhat.com>
1055
1056	* readelf.c (debug_str, debug_str_size): New.
1057	(display_debug_abbrev): If no abbrevs were read, skip the CU.
1058	Call free_abbrevs.
1059	(read_and_display_addr): Handle DW_FORM_strp.
1060	(display_debug_info): Read .debug_str section if present,
1061	so that DW_FORM_strp can be handled.
1062	Fix test for non-existant .debug_abbrev section.
1063
10642001-11-05  Jakub Jelinek  <jakub@redhat.com>
1065
1066	* arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1067
1068	* arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1069
10702001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1071
1072	* MAINTAINERS: Add self as s390/s390x maintainer.
1073
10742001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1075
1076	* MAINTAINERS: Add self as PPC XCOFF maintainer.
1077
10782001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1079
1080	* configure.in (ALL_LINGUAS): Add "fr" and "tr".
1081	* configure: Regernate.
1082	* po/fr.po: New file.
1083	* po/tr.po: New file.
1084
10852001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1086
1087	* MAINTAINERS: Add self as MMIX port maintainer.
1088	* readelf.c: Include elf/mmix.h.
1089	(guess_is_rela): MMIX is RELA.
1090	(dump_relocations): Handle MMIX relocations.
1091	* Makefile.am: Regenerate dependencies.
1092	* Makefile.in: Regenerate.
1093
10942001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1095
1096	* readelf.c (parse_args): Handle multiple options to the -w
1097	switch.
1098
10992001-10-12  Jakub Jelinek  <jakub@redhat.com>
1100
1101	* readelf.c (get_section_type_name): Don't print SHT_ prefix for
1102	LOPROC, LOOS and LOUSER.
1103
11042001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1105
1106	* MAINTAINERS: Update my email address.
1107
11082001-10-03  Alan Modra  <amodra@bigpond.net.au>
1109
1110	* doc/Makefile.in: Regenerate.
1111	* configure: Regenerate.
1112
11132001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1114
1115	* readelf.c (display_debug_line, display_debug_pubnames,
1116	display_debug_info, display_debug_frames): Detect and warn
1117	about 64-bit format entries.
1118	(display_debug_aranges): Reword 64-bit warning.
1119	(debug_displays): Add .debug_pubtypes as a known, but not yet
1120	supported, debug section.
1121
11222001-10-02  Alan Modra  <amodra@bigpond.net.au>
1123
1124	* coffdump.c (PROGRAM_VERSION): Delete.
1125	(main <'V'>): Call print_version.
1126	* srconv.c: Likewise.
1127	* sysdump.c: Likewise.
1128	* version.c (program_version): Remove.
1129	(print_version): Use BFD_VERSION_STRING.  Just print the current
1130	year in copyright message.
1131	* addr2line.c (program_version): Remove unused declaration.
1132	* objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1133	place of BFD_VERSION.
1134	* Makefile.am (Makefile): Depend on bfd/configure.in.
1135	(cplus-dem.o): Depend on Makefile.
1136	Run "make dep-am".
1137	* Makefile.in: Regenerate.
1138
11392001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1140
1141	* readelf.c (display_debug_aranges): Detect and warn about DWARF64
1142	format .debug_arange sections.
1143	(main): Add missing prototype.
1144
11452001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1146
1147	* Makefile.am: Update dependencies with "make dep-am".
1148	* Makefile.in: Regenerate.
1149
11502001-09-28  Richard Henderson  <rth@redhat.com>
1151
1152	* objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1153
11542001-09-26  Alan Modra  <amodra@bigpond.net.au>
1155
1156	* bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1157	VA_CLOSE.
1158	(non_fatal): Likewise.
1159	* objdump.c (objdump_sprintf): Likewise.
1160	* readelf.c (error): Likewise.
1161	(warn): Likewise.
1162
11632001-09-25  Jakub Jelinek  <jakub@redhat.com>
1164
1165	* readelf.c (do_wide): New.
1166	(options): Add --wide.
1167	(usage, parse_args): Likewise.
1168	(process_program_headers): Put each segment on a single line if
1169	--wide is given.
1170	(process_section_headers): Put each section on a single line if
1171	--wide is given.
1172	* doc/binutils.texi: Document it.
1173	* NEWS: Likewise.
1174
11752001-09-25  Alan Modra  <amodra@bigpond.net.au>
1176
1177	* readelf.c (print_vma): Print 8 digits of low hex value.
1178
11792001-09-24  Andreas Jaeger  <aj@suse.de>
1180
1181	* nlmconv.c: Fix warnings about unused attributes and function
1182	prototypes.
1183
1184	* strings.c: Add prototype for get_char.
1185
11862000-09-19  H.J. Lu  <hjl@gnu.org>
1187
1188	* doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1189	$(srcdir)/cxxfilt.man.
1190	* doc/Makefile.in: Rebuild.
1191
11922001-09-19  Alan Modra  <amodra@bigpond.net.au>
1193
1194	* objcopy.c (copy_main): Correct rename-section string parsing.
1195	Consolidate new_name parsing, and error messages.
1196
11972001-09-18  Bruno Haible  <haible@clisp.cons.org>
1198
1199	* addr2line.c: Don't include <ctype.h>.
1200	(main): For gettext, also set the LC_CTYPE locate facet.
1201	* ar.c (main): Likewise.
1202	* coffdump.c (main): Likewise.
1203	* dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1204	(main): For gettext, also set the LC_CTYPE locate facet.
1205	Use ISALNUM instead of isalpha/isdigit.
1206	* dllwrap.c: Don't include <ctype.h>.
1207	(main): For gettext, also set the LC_CTYPE locate facet.
1208	* nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1209	(main): For gettext, also set the LC_CTYPE locate facet.
1210	Use TOUPPER instead of islower/toupper.
1211	* nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1212	(yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1213	Use TOUPPER instead of islower/toupper.
1214	* nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1215	* objcopy.c (main): Likewise.
1216	* objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1217	(disassemble_bytes): Use ISPRINT instead of isprint.
1218	(dump_section_stabs): Use ISDIGIT instead of isdigit.
1219	(dump_data): Use ISPRINT instead of isprint.
1220	(main): For gettext, also set the LC_CTYPE locate facet.
1221	* rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1222	(cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1223	* rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1224	Use TOUPPER instead of islower/toupper.
1225	* readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1226	* resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1227	(write_rc_accelerators): Use ISPRINT instead of isprint.
1228	(write_rc_rcdata): Likewise.
1229	* size.c (main): For gettext, also set the LC_CTYPE locate facet.
1230	* srconv.c (main): Likewise.
1231	* stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1232	(parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1233	isdigit/isupper/islower.
1234	(parse_stab_string, parse_stab_type, parse_stab_argtypes,
1235	parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1236	stab_demangle_prefix, stab_demangle_qualified,
1237	stab_demangle_template, stab_demangle_type,
1238	stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1239	* strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1240	(isgraphic): Use ISPRINT instead of isascii/isprint.
1241	(main): Remove HAVE_LC_MESSAGES dependency.
1242	* sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1243	(pbarray): Use ISPRINT instead of isprint.
1244	(main): For gettext, also set the LC_CTYPE locate facet.
1245	* windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1246	(format_from_filename): Use ISPRINT instead of isprint.
1247	(main): For gettext, also set the LC_CTYPE locate facet.
1248	* winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1249	(unicode_print): Use ISPRINT instead of isprint.
1250	* wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1251	(stab_variable): Use ISDIGIT instead of isdigit.
1252
12532001-09-18  Alan Modra  <amodra@bigpond.net.au>
1254
1255	* ar.c (print_contents): Cast args of bfd_seek to the right types.
1256	Replace bfd_read call with call to bfd_bread.
1257	(extract_file): Likewise.
1258
1259	* objdump.c (dump_section_header): Cast section->filepos to
1260	unsigned long to suit printf format string.
1261	* readelf.c (process_section_headers): Similarly for sh_offset.
1262	(process_unwind): Likewise.
1263
12642001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1265
1266	* strings.c (encoding, encoding_bytes): New variables.
1267	(long_options): Add --encoding.
1268	(main): Accept -e and --encoding.
1269	(get_char): New function.  Read a, possibly wide, character from
1270	the input stream.
1271	(print_strings): Use get_char().
1272	(usage): Document new command line option.
1273	* doc/binutils.texi: Document new command line option.
1274	* NEWS: Announce new command line option.
1275
12762001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1277
1278	* readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1279	get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1280	EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1281	Removed EM_CYGNUS_ARC.
1282
12832001-09-04  Jeffrey A Law  (law@cygnus.com)
1284
1285	* readelf.c: Include elf/h8 for H8 series definitions.
1286	(guess_is_rela): H8 series if RELA.
1287	(dump_relocations): Handle H8 series relocations.
1288
12892001-08-31  Eric Christopher  <echristo@redhat.com>
1290
1291	* readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1292
12932001-08-29  Peter Targett  <peter.targett@arccores.com>
1294
1295	* MAINTAINERS: Include ARC Maintainer.
1296
12972001-08-29  Ben Elliston  <bje@redhat.com>
1298
1299	* stabs.c (stab_demangle_template): Initialise s4.
1300
13012001-08-27  Alan Modra  <amodra@bigpond.net.au>
1302
1303	* readelf.c (dump_relocations): Recognise EM_PPC64.
1304
13052001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1306
1307	* readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1308
13092001-08-25  H.J. Lu  <hjl@gnu.org>
1310
1311	* nm.c (print_width): New.
1312	(display_rel_file): Set `print_width' according to
1313	bfd_sprintf_vma.
1314	(print_symbol_info_bsd): Check `print_width' instead of BFD64.
1315
13162001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1317
1318	* objcopy.c (use_alt_mach_code): New variable.
1319	(OPTION_ALT_MACH_CODE): Define.
1320	(copy_options): Added --alt-machine-code.
1321	(copy_main): Handle it.
1322	(copy_object): Switch to alternate machine code if requested.
1323	* doc/binutils.texi: Document new option.
1324	* NEWS: Likewise.
1325
13262001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1327
1328	* readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1329
13302001-08-21  H.J. Lu  <hjl@gnu.org>
1331
1332	* readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1333	(display_debug_info): Cast for 64bit hosts.
1334	(display_debug_frames): Likewise.
1335	(process_mips_specific): Likewise.
1336
13372001-08-21  Andreas Jaeger  <aj@suse.de>
1338
1339	* coffgrok.h: Add missing parameter for prototype of coff_grok.
1340
1341	* sysdump.c: Add missing prototypes.
1342	* srconv.c: Likewise.
1343	* unwind-ia64.c: Likewise.
1344	* coffdump.c: Likewise.
1345
1346	* sysinfo.y: Print prototypes, include <ansidecl.h>.
1347
1348	* coffgrok.c: Add missing prototypes, include libiberty.h instead
1349	of declaring xcalloc.
1350
13512001-08-10  H.J. Lu  <hjl@gnu.org>
1352
1353	* nm.c (print_value): Add one arg, bfd *.
1354	(print_value): Replace fprintf_vma with bfd_fprintf_vma.
1355	(print_symbol_info_bsd): Also pass `abfd' to print_value ().
1356	(print_symbol_info_sysv): Likewise.
1357	(print_symbol_info_posix): Likewise.
1358
1359	* objdump.c (dump_section_header): Replace printf_vma with
1360	bfd_printf_vma.
1361	(print_section_stabs): Likewise.
1362	(dump_bfd_header): Likewise.
1363	(objdump_print_value): Replace sprintf_vma with
1364	bfd_sprintf_vma.
1365	(disassemble_bytes): Likewise.
1366	(dump_reloc_set): Likewise.
1367
13682001-08-10  Andreas Jaeger  <aj@suse.de>
1369
1370	* configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1371	to build warnings.
1372	* configure: Regenerate.
1373
13742001-08-09  Alan Modra  <amodra@bigpond.net.au>
1375
1376	* readelf.c: Add missing prototypes.
1377	* objdump.c: Likewise.  Format existing prototypes.
1378
13792001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1380
1381	* readelf.c (display_debug_info): Add to abbrev_offset the addend
1382	of any RELA relocation for the abbrev_offset memory location that
1383	refers to the .debug_abbrev section symbol.
1384
13852001-08-07  H.J. Lu  <hjl@gnu.org>
1386
1387	* readelf.c (process_file): Return 0 if OK, otherwise return 1.
1388	(main): Return process_file ().
1389
13902001-08-05  Philip Blundell  <philb@gnu.org>
1391
1392	* doc/binutils.texi: Use "Thumb" not "THUMB".
1393
13942001-08-03  John Healy  <jhealy@redhat.com>
1395
1396	Patch suggested by Frank Eigler <fche@redhat.com>.
1397	* objdump.c (disassemble_data): Fill in section member of the
1398	disasm_info structure.
1399
14002001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1401
1402	* configure.in: Added --with-windres option.
1403	* configure: Regenerated.
1404
14052001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1406
1407	* doc/binutils.texi: Use @command{name} for commands;
1408	use @option{-opt} for options; use @table @env for list of options;
1409	remove spaces arround [ | ] in synopsis.
1410
1411	* doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1412	center title.
1413
14142001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1415
1416	* objcopy.c: Fix formatting.
1417	(section_rename): New structure.
1418	(OPTION_RENAME_SECTION): New switch.
1419	(copy_usage): Document new switch.
1420	(add_section_rename): New function: Add a node to the section
1421	rename list.
1422	(find_section_rename): New function: Find the new name and
1423	flags for a section.
1424	(setup_section): Call find_section_name to determine the name
1425	of the output section.
1426	(copy_main): Handle OPTION_RENAME_SECTION.
1427	* binutils.texi: Document new switch.
1428	* NEWS: Mention new switch.
1429
14302001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1431
1432	* README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1433	* MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1434	bug-binutils@gcc.org.
1435
14362001-07-28  Matthias Kramm  <kramm@quiss.org>
1437
1438	* bucomm.c (list_supported_architectures): New function.
1439	* bucomm.h (list_supported_architectures): Declare.
1440	* objdump.c (usage): Call the above.
1441
14422001-07-25  Dave Brolley  <brolley@redhat.com>
1443
1444	* objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1445	(SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1446
14472001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1448
1449	* README: Update for 2.11.  Change bug reporting email address.
1450	* MAINTAINERS: Tidy up.  Change bug reporting email address.
1451
14522001-07-16  DJ Delorie  <dj@redhat.com>
1453
1454	* resres.c (write_res_header): Align header size.
1455	(res_align_file): Calculate alignment correctly.
1456
1457	* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1458	correct 10).
1459	* resrc.c (write_rc_resource): Likewise.
1460	* windres.h (SUBLANG_SHIFT): Define - as 10.
1461
14622001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1463
1464	* MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1465
14662001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1467
1468	* MAINTAINERS: Add notes about branch checkins.
1469
14702001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1471
1472	* readelf.c (display_debug_macinfo): New function, display
1473	.debug_macinfo section.
1474	(do_debug_macinfo): New variable.
1475	(parse_args): Handle "-w[mM]" to mean display macro info.
1476	(process_section_headers): Handle debug_macinfo.
1477	(debug_displays): Replace unsupported function with macinfo
1478	function for .debug_macinfo display.
1479	* doc/binutils.texi: Document new command line switch.
1480	* NEWS: Document new feature of readelf.
1481
14822001-07-05  H.J. Lu  <hjl@gnu.org>
1483
1484	* objcopy.c (filter_symbols): Don't turn undefined symbols
1485	into local.
1486
14872001-07-03  H.J. Lu <hjl@gnu.org>
1488
1489	* doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1490	$@.pod.
1491	(ar.1): Likewise.
1492	(dlltool.1): Likewise.
1493	(nlmconv.1): Likewise.
1494	(nm.1): Likewise.
1495	(objcopy.1): Likewise.
1496	(objdump.1): Likewise.
1497	(ranlib.1): Likewise.
1498	(readelf.1): Likewise.
1499	(size.1): Likewise.
1500	(strings.1): Likewise.
1501	(strip.1): Likewise.
1502	(windres.1): Likewise.
1503	(cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1504	($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1505	$(DEMANGLER_NAME).
1506	(as.1): Removed.
1507	* doc/Makefile.in: Regenerated.
1508
15092001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1510
1511	* MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1512
15132001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1514
1515	* readelf.c: Support DWARF 2.1 tags, encodings, languages.
1516
15172001-06-29  James Cownie <jcownie@etnus.com>
1518
1519	* readelf.c: Support DWARF 2.1 attributes.
1520
15212001-06-28  Alan Modra  <amodra@bigpond.net.au>
1522
1523	* readelf.c (GET_DATA_ALLOC): Remove.
1524	(GET_DATA): Remove.
1525	(get_data): New function combining above macros, with an extra
1526	test for zero size.
1527	(slurp_rela_relocs): Use get_data, and catch error return.
1528	(slurp_rel_relocs): Likewise.
1529	(get_32bit_program_headers): Likewise.
1530	(get_64bit_program_headers): Likewise.
1531	(get_32bit_section_headers): Likewise.
1532	(get_64bit_section_headers): Likewise.
1533	(get_32bit_elf_symbols): Likewise.
1534	(get_64bit_elf_symbols): Likewise.
1535	(process_section_headers): Likewise.
1536	(process_relocs): Likewise.
1537	(slurp_ia64_unwind_table): Likewise.
1538	(process_unwind): Likewise.
1539	(get_32bit_dynamic_segment): Likewise.
1540	(get_64bit_dynamic_segment): Likewise.
1541	(process_dynamic_segment): Likewise.
1542	(process_version_sections): Likewise.
1543	(process_symbol_table): Likewise.
1544	(dump_section): Likewise.
1545	(display_debug_info): Likewise.
1546	(display_debug_section): Likewise.
1547	(process_section_contents): Likewise.
1548	(process_corefile_note_segment): Likewise.
1549	(process_mips_specific): Likewise.  Also free econf32, econf64.
1550
15512001-06-25  Alan Modra  <amodra@bigpond.net.au>
1552
1553	* readelf.c (dump_relocations): Print "bad symbol index" if
1554	symtab == NULL with non-zero symtab_index.
1555	(process_relocs): Don't bomb if reloc section has no symsec.
1556
15572001-06-24  H.J. Lu  <hjl@gnu.org>
1558
1559	* objcopy.c (strip_main): Revert the change made on 2001-05-30
1560	by accident.
1561	(copy_main): Apply the the change made to strip_main on
1562	2001-05-30 by accident.
1563
15642001-06-23  Andreas Jaeger  <aj@suse.de>
1565
1566	* unwind-ia64.c (unw_decode_x1): Add unused attribute for
1567	parameter 'code'.
1568	(unw_decode_x2): Likewise.
1569	(unw_decode_x3): Likewise.
1570	(unw_decode_x4): Likewise.
1571
15722001-06-23  Ben Elliston  <bje@redhat.com>
1573
1574	* MAINTAINERS: Add myself as M88k maintainer.
1575
15762001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1577
1578	* objcopy.c (strip_main): Support -o or --output-file command lien
1579	switch.
1580
15812001-06-19  H.J. Lu <hjl@gnu.org>
1582
1583	* doc/Makefile.in: Regenerated.
1584
15852001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1586
1587	* readelf.c: Restore formatting.
1588
15892001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1590
1591	* Makefile.am: Move documentation into doc subdirectory.
1592	* Makefile.in: Regenerated.
1593	* binutils.texi: Move into doc subdirectory.
1594	* addr2line.1: Removed.
1595	* ar.1: Likewise.
1596	* dlltool.1: Likewise.
1597	* nlmconv.1: Likewise.
1598	* nm.1: Likewise.
1599	* objcopy.1: Likewise.
1600	* objdump.1: Likewise.
1601	* ranlib.1: Likewise.
1602	* readelf.1: Likewise.
1603	* size.1: Likewise.
1604	* strings.1: Likewise.
1605	* strip.1: Likewise.
1606	* windres.1: Likewise.
1607	* cxxfilt.man: Likewise.
1608	* doc: New Directory.
1609	* doc/Makefile.am: New file.
1610	* doc/Makefile.in: Generate.
1611
16122001-06-09  Alan Modra  <amodra@bigpond.net.au>
1613
1614	* NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1615
16162001-06-01  Alan Modra  <amodra@bigpond.net.au>
1617
1618	* MAINTAINERS: Update my email address.
1619
16202001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1621
1622	* objcopy.c: Add new switches: --keep-global-symbol,
1623	--keep-symbols, --localize-symbols, --keep-global-symbols and
1624	--weaken-symbols.
1625	* binutils.texi: Document new switches.
1626	* objcopy.1: Regenerate.
1627	* NEWS: Announce new feature.
1628
16292001-05-28  Andreas Jaeger  <aj@suse.de>
1630
1631	* readelf.c (display_debug_frames): Fix warnings: Remove unused
1632	variables, fix format strings.
1633
16342001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1635
1636	* objdump.c (disassemble_bytes): Remove section VMA adjustment
1637	when computing the address of the line to show.
1638
16392001-05-16  Richard Henderson  <rth@redhat.com>
1640
1641	* readelf.c (do_debug_frames_interp): New.
1642	(byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1643	(byte_get_big_endian): Likewise.
1644	(parse_args) ['F']: Set do_debug_frames_interp.
1645	(Frame_Chunk): Make data_factor signed, add fde_encoding.
1646	(frame_display_row): Don't trunc pc_begin to int.
1647	(size_of_encoded_value): New.
1648	(display_debug_frames): Handle 64-bit targets.  Print raw data
1649	unless do_debug_frames_interp.
1650	(debug_displays): Remove duplicate .debug_frame.
1651
16522001-05-15  Ralf Baechle  <ralf@gnu.org>
1653
1654	* readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1655	The former constant was never in active use and is used otherwise
1656	by the ABI.
1657
16582001-05-11  Jakub Jelinek  <jakub@redhat.com>
1659
1660	* readelf.c (process_unwind): Print all unwind sections, not just
1661	one.
1662
16632001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1664
1665	* readelf.c (process_unwind): Remove const specifier.
1666
16672001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1668
1669	* strings.c (isgraphic): Do not use isascii() unless it is needed
1670	for isprint() to work.
1671	(main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1672
16732001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1674
1675	* NEWS: Announce support for OpenRISC.
1676
16772001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1678
1679	* dlltool.c (do_default_excludes): Initialise to true.
1680
16812001-04-10  Alan Modra  <amodra@one.net.au>
1682
1683	* MAINTAINERS: Update my email address
1684	* nm.c (print_symbol_info_bsd): Use a simple printf string.
1685
16862001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1687
1688	* readelf.c (display_debug_lines): Fix typo for "Prologue".
1689
16902001-03-30  H.J. Lu  <hjl@gnu.org>
1691
1692	* readelf.c (process_unwind): Just return if do_unwind is 0.
1693
16942001-03-28  Roger Sayle  <roger@metaphorics.com>
1695
1696	* dlltool.c (make_one_lib_file): Fix section flags for
1697	.text, .data and .bss in stub ds*.o files to match those
1698	generated by gas.
1699
17002001-03-29  H.J. Lu  <hjl@gnu.org>
1701
1702	* readelf.c (process_unwind): Only do unwind sections for
1703	IA64.
1704
17052001-03-28  H.J. Lu  <hjl@gnu.org>
1706
1707	* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1708	* Makefile.in: Regenerate.
1709
17102001-03-26  Andreas Jaeger  <aj@suse.de>
1711
1712	* binutils.texi (nm): Fix texi syntax.
1713
17142001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1715
1716	* binutils.texi: Put @c man begin and @c man end indications
1717	to generate man pages using texi2pod and pod2man. Put @c man title
1718	to identify each man. Add SEEALSO entries.
1719	* Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1720	(man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1721	sort the list.
1722	(*.1): Build the man pages from binutils.texi.
1723	* Makefile.in: Regenerate.
1724
17252001-03-13  Eric Kohl  <ekohl@rz-online.de>
1726
1727	* defparse.y (opt_equal_name): allow "." in name.
1728	* dlltool.c (def_exports): Added ability to generate forwarded exports.
1729	(gen_exp_file): Likewise.
1730
17312001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1732
1733	* NEWS: Document addition of -B switch to objcopy.
1734	* binutils.texi:  Document addition of -B switch to objcopy.
1735	* objcopy.c: (copy_options): Add --binary-architecture.
1736	(copy_usage): Document -B/--binary-architecture.
1737	(copy_main): Support -B/--binary-architecture.  Set
1738	bfd_external_binary_architecture.
1739
17402001-03-11  Andreas Jaeger  <aj@suse.de>
1741
1742	* readelf.c (guess_is_rela): Handle EM_S390_OLD.
1743	(dump_relocations): Likewise.
1744	(get_machine_name): Likewise.
1745
17462001-02-28  Nick Clifton  <nickc@redhat.com>
1747
1748	* readelf.c: (struct unw_aux_info): Remove const modifier for
1749	'strtab' field.
1750	(process_unwind): Remove non-K&R compliant LHS type cast in call
1751	to GET_DATA_ALLOC macro.
1752
17532001-02-28  Philip Blundell  <pb@futuretv.com>
1754
1755	* readelf.c (decode_ARM_machine_flags): Explicitly mention which
1756	ABI is in use; remove ambiguity between the "unknown" EABI and
1757	unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1758	renamed EF_xx constants.
1759
17602001-02-27  Alan Modra  <alan@linuxcare.com.au>
1761
1762	* configure.in (BFD_VERSION): New.
1763	(AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1764	* configure: Regenerate.
1765	* Makefile.am: Run "make dep-am"
1766	* Makefile.in: Regenerate.
1767
17682001-02-14  Nick Clifton  <nickc@redhat.com>
1769
1770	* MAINTAINERS: Add "Obvious Fix" rule.
1771
17722001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1773
1774	* unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1775	literal concatenation.
1776
17772001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1778
1779	* readelf.c (struct unw_aux_info): Remove const from the info member.
1780	(process_unwind): Don't type-cast the third argument to the
1781	GET_DATA_ALLOC macro.
1782
17832001-02-11  Nick Clifton  <nickc@redhat.com>
1784
1785	* readelf.c (dump_relocations): Free corrected allocated
1786	array.
1787	(process_unwind): Fix compile time warning.
1788
17892001-02-10  Nick Clifton  <nickc@redhat.com>
1790
1791	* binutils.texi: Document new --unwind option to readelf.
1792
17932001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1794
1795	* readelf.c: Add linux target for S/390.
1796
17972001-02-10  Alan Modra  <alan@linuxcare.com.au>
1798
1799	* nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1800	printf is a macro.
1801
18022001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1803
1804	* acinclude.m4 (AM_PROG_LEX): Override installed definition.
1805	* aclocal.m4: Regenerate.
1806	* configure: Regenerate.
1807
18082001-02-07  Todd Vierling  <tv@wasabisystems.com>
1809
1810	* bucomm.c (bfd_target_vector): Change extern array to pointer.
1811	* objdump.c (bfd_target_vector): Likewise.
1812
18132001-02-07  David Mosberger  <davidm@hpl.hp.com>
1814
1815	* readelf.c (process_unwind): New function.
1816	(slurp_ia64_unwind_table): Ditto.
1817	(dump_ia64_unwind): Ditto.
1818	(find_symbol_for_address): Ditto.
1819	(slurp_rela_relocs): New function (split off from dump_relocations()).
1820	(slurp_rel_relocs): Ditto.
1821	(parse_args): Handle '-u' option.
1822
1823	* unwind-ia64.c: New file.
1824	* unwind-ia64.h: New file.
1825	* Makefile.am: Include unwind-ia64.c in readelf build.
1826	* Makefile.in: Regenerate.
1827	* po/binutils.pot: Regenerate.
1828
18292001-02-04  Philip Blundell  <philb@gnu.org>
1830
1831	* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1832	* configure: Regenerate.
1833
18342001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1835
1836	* ieee.c (ieee_add_bb11): Don't check for backslashes
1837	unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1838
18392001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1840
1841	* ieee.c: Update copyright.
1842	(ieee_start_compilation_unit): Don't check for backslashes
1843	unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1844
1845	* stabs.c: Update copyright. Include "filenames.h".
1846	(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1847
18482001-01-23  Jakub Jelinek  <jakub@redhat.com>
1849
1850	* readelf.c (process_version_sections): Check if VERDEF or VERNEED
1851	sections are present before using them.  Remove code duplication.
1852	(process_symbol_table): Check if VERDEF or VERNEED sections are
1853	present before using them.
1854
18552001-01-17  Nick Clifton  <nickc@redhat.com>
1856
1857	* objcopy.c (copy_object): Fail if attempting to convert the
1858	endianness of the input object file.
1859
1860	* binutils.texi: Explain that objcopy cannot convert endianness.
1861
18622001-01-16  Nick Clifton  <nickc@redhat.com>
1863
1864	* readelf.c (string_table_length): New variable.
1865	(SECTION_NAME): Catch out of range indices and missing section
1866	pointers.
1867	(process_section_headers): Delete useless local variable
1868	string_table_offset.  Set the value of string_table_length
1869	after loading the string table.
1870	(process_mips_specific): Use SECTION_NAME macro.
1871	(process_file): Set string_table_length to 0 when it is freed.
1872
18732001-01-12  Nick Clifton  <nickc@redhat.com>
1874
1875	* version.c (print_version): Update copyright date.
1876
18772001-01-11  Peter Targett  <peter.targett@arccores.com>
1878
1879	* readelf.c (dump_relocations): Include selection with EM_ARC.
1880	(get_machine_name) Update name to "ARC".
1881
18822001-01-09  Nick Clifton  <nickc@redhat.com>
1883
1884	* Makefile.am: Add rule to build objdump.o from objdump.c and
1885	using OBJDUMP_DEFS.
1886	* Makefile.in: Regenerate.
1887
1888	* configure.in: Define OBJDUMP_DEFS.  Default to empty.
1889	(arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1890	-DDISASSEMBLER_NEEDS_RELOCS.
1891	* configure: Regenerate.
1892
1893	* objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1894	is defined read in the relocs even if dump_reloc_info is
1895	false.
1896
18972001-01-07  Philip Blundell  <philb@gnu.org>
1898
1899	* binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1900	`bug-binutils'.
1901	* README: Likewise.
1902
19032000-12-19  Nick Clifton  <nickc@redhat.com>
1904
1905	* dlltool.c: Add missing support for arm-epoc-pe.
1906	* configure.in: Add missing support for arm-epoc-pe.
1907	* configure: Regenerate.
1908
19092000-12-15  Nick Clifton  <nickc@redhat.com>
1910
1911	* MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1912	Mode parts of the x86 port.
1913
19142000-12-04  Andreas Jaeger  <aj@suse.de>
1915
1916	* readelf.c (guess_is_rela): Add EM_X86_64.
1917	(dump_relocations): Add EM_X86_64.
1918	(get_machine_name): Add EM_X86_64.
1919	Include "elf/x86-64.h".
1920
19212000-12-12  Nick Clifton  <nickc@redhat.com>
1922
1923	* readelf.c: Fix formatting.
1924
19252000-12-11  Jan Hubicka  <jh@suse.cz>
1926
1927	* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1928
19292000-12-07  Andrew Haley  <aph@redhat.com>
1930
1931	* readelf.c (display_debug_frames): Only display columns that are
1932	referenced by the frame debug info.
1933
19342000-12-05  Nick Clifton  <nickc@redhat.com>
1935
1936	* MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1937
19382000-12-04  Jason Merrill  <jason@redhat.com>
1939
1940	* readelf.c (process_section_headers): Handle linkonce.wi sections.
1941	(display_debug_section): Likewise.
1942	(display_debug_info): Display CU header before bailing.
1943
19442000-12-01  Chris Demetriou  <cgd@sibyte.com>
1945
1946	* readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1947	EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1948	E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1949
1950	* readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1951	and E_MIPS_ARCH_64.
1952
1953	* readelf.c (get_machine_flags): Add case for
1954	E_MIPS_MACH_SB1.
1955
19562000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1957
1958	* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1959
19602000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1961
1962	* MAINTAINERS: Add J��rn Rennecke and self as SH maintainers.
1963	Change sourceware.cygnus.com to sources.redhat.com.
1964	Fix typo for "amongst".
1965
19662000-11-28  Nick Clifton  <nickc@redhat.com>
1967
1968	* strip.1 (COPYING): Mention that the GNU Free Documentation
1969	License is present in the sources, but not the output, and
1970	also available from the GNU website.
1971	(GNU Free Documentation License): Comment out this section.
1972	* strings.1: Ditto.
1973	* size.1: Ditto.
1974	* ranlib.1: Ditto.
1975	* objdump.1: Ditto.
1976	* objcopy.1: Ditto.
1977	* nm.1: Ditto.
1978	* nlmconv.1: Ditto.
1979	* ar.1: Ditto.
1980	* addr2line.1: Ditto.
1981
19822000-11-27  DJ Delorie  <dj@redhat.com>
1983
1984	* readelf.c (usage): Add -wf (--debug-dump=frames) option.
1985	(parse_args): Support -wf option.
1986	(process_section_headers): Ditto.
1987	(debug_displays): Ditto.
1988	(display_debug_frames): New, dump *_frame sections.
1989	(frame_need_space): Support for above.
1990	(frame_display_row): Ditto.
1991	* binutils.texi: Document it.
1992
19932000-11-24  Nick Clifton  <nickc@redhat.com>
1994
1995	* NEWS: Announce support for v5t, v5te and XScale.
1996
19972000-11-22  Nick Clifton  <nickc@redhat.com>
1998
1999	* readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2000	EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2001	(get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2002	(get_elf_section_flags: Add SHF_GROUP.
2003	(process_section_headers): Adjust output for 32-bit binaries
2004	to look nice on an 80 column terminal.
2005
20062000-11-20  H.J. Lu  <hjl@gnu.org>
2007
2008	* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2009	ELFOSABI_AIX.
2010
20112000-11-17  Richard Henderson  <rth@redhat.com>
2012
2013	* readelf.c (display_debug_lines): Adjust last change to
2014	use sizeof (external->li_length).
2015
20162000-11-17  Richard Henderson  <rth@redhat.com>
2017
2018	* readelf.c (display_debug_lines): Fix section length check
2019	and end_of_sequence computation.
2020
20212000-11-06  Nick Clifton  <nickc@redhat.com>
2022
2023	* binutils.texi: Add GNU Free Documentation License.
2024	* objcopy.1: Add GNU Free Documentation License.
2025	* objdump.1: Add GNU Free Documentation License.
2026	* addr2line.1: Add GNU Free Documentation License.
2027	* ar.1: Add GNU Free Documentation License.
2028	* nlmconv.1: Add GNU Free Documentation License.
2029	* nm.1: Add GNU Free Documentation License.
2030	* ranlib.1: Add GNU Free Documentation License.
2031	* size.1: Add GNU Free Documentation License.
2032	* strings.1: Add GNU Free Documentation License.
2033	* strip.1: Add GNU Free Documentation License.
2034
20352000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2036
2037	* objcopy.c (--srec-len=nn): New parameter to set the
2038	maximum length of generated Srecords.
2039	(--srec-forceS3): New parameter that restricts the generation of
2040	Srecords to type S3 only.
2041	* binutils.texi: Document new command line switches.
2042	* objcopy.1: Docuemnt the new command line switches.
2043	* NEWS: Announce the existence of the new command line switches.
2044
20452000-10-31  Nick Clifton  <nickc@redhat.com>
2046
2047	* MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2048	code.  Add Eric Chrisopher as maintainer of MN10300 port.
2049
20502000-10-12  Roger Sayle  <roger@metaphorics.com>
2051
2052	* Make comma after string after icon/control optional.
2053
20542000-09-13  Anders Norlander  <anorland@acc.umu.se>
2055
2056	* readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2057
2058	* NEWS: Mention support for MIPS32.
2059
20602000-09-08  Nick Clifton  <nickc@redhat.com>
2061
2062	* MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2063
20642000-09-07  H.J. Lu  <hjl@gnu.org>
2065
2066	* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2067	* configure: Rebuild.
2068
20692000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2070
2071	* configure: Rebuilt with new libtool.m4.
2072
20732000-09-05  Nick Clifton  <nickc@redhat.com>
2074
2075	* aclocal.m4: Regenerate.
2076	* config.in: Regenerate.
2077	* configure: Regenerate.
2078
20792000-09-04  Todd Vierling  <tv@wasabisystems.com>
2080
2081	* strip.1: Fix stray '\' in -o formatting.
2082
20832000-09-02  Nick Clifton  <nickc@redhat.com>
2084
2085	* configure.in: Increase version number to 2.10.91.
2086	* configure: Regenerate.
2087	* aclocal.m4: Regenerate.
2088	* config.in: Regenerate.
2089	* po/binutils.pot: Regenerate.
2090
20912000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2092
2093	* acinclude.m4: Include libtool and gettext macros from the
2094	top level.
2095	* aclocal.m4, configure: Rebuilt.
2096
20972000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2098
2099	* resrc.c (close_input_stream): Delete extraneous logic
2100
21012000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2102
2103	* NEWS: Mention support for CRIS.
2104
21052000-08-21  Nick Clifton  <nickc@redhat.com>
2106
2107	* addr2line.c: Changed email address for Ulrich Lauther.
2108
21092000-08-17  Christopher C. Chimelis <chris@debian.org>
2110
2111	* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2112
21132000-08-17  Nick Clifton  <nickc@redhat.com>
2114
2115	* readelf.c (display_debug_pubnames): Only issue warning
2116	message once.  Terminate message with a new line.
2117	(display_debug_aranges): Only display version 2 debug info.
2118
21192000-08-14  Todd Vierling <tv@wasabisystems.com>
2120
2121	* objcopy.c (strip_main): Silently accept -d as an alias for -g
2122	for compatability with old BSD systems.
2123
21242000-08-14  Jason Eckhardt  <jle@cygnus.com>
2125
2126	* NEWS: Mention i860 support.
2127
21282000-08-11  Carlo Wood <carlo@alinoe.com>
2129
2130	* addr2line.c (main): Add const to char *.
2131
21322000-08-11  Geoff Keating  <geoffk@cygnus.com>
2133
2134	* ar.c (main): Don't crash if called with no arguments
2135	or only '-X32_64' as an argument.
2136
21372000-08-08  DJ Delorie  <dj@redhat.com>
2138
2139	* resrc.c: use "gcc -xc" instead of -xc-header
2140
21412000-08-05  Jason Eckhardt  <jle@cygnus.com>
2142
2143	* readelf.c (elf/i860.h): Include.
2144	(dump_relocations): Add recognition of i860 architecture.
2145	(guess_is_rela): Add recognition of i860 architecture.
2146
21472000-08-03  Nick Clifton  <nickc@cygnus.com>
2148
2149	* MAINTAINERS: Add information about CGEN maintainers.
2150
21512000-07-26  Geoff Keating  <geoffk@cygnus.com>
2152
2153	* nm.c (main): Ignore '-X32_64' as an option.
2154	* ar.c (main): Likewise.
2155	* binutils.texi (nm): Document new option.
2156	(ar): Likewise.
2157
21582000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2159
2160	* rdcoff.c (external_coff_symbol_p): K&R-ise.
2161
21622000-07-20  H.J. Lu  <hjl@gnu.org>
2163
2164	* binutils.texi: Put back "@end table" deleted by
2165	accident.
2166
21672000-07-05  Kenneth Block  <krblock@computer.org>
2168
2169	* nm.c: Add optional style to demangle switch.
2170	* objdump.c: Add optional style to demangle switch.
2171	* addr2line.c: Add optional style to demangle switch.
2172	* binutils.texi: Document optional style to demangle
2173	switch.
2174
21752000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2176
2177	* MAINTAINERS: Add self as CRIS port maintainer.
2178	* readelf.c: Include elf/cris.h.
2179	(guess_is_rela): Handle EM_CRIS.
2180	(dump_relocations): Ditto.
2181	(get_machine_name): Ditto.
2182	* Makefile.am: Rebuild dependencies.
2183	* Makefile.in: Regenerate.
2184	* po/binutils.pot: Regenerate.
2185
21862000-07-19  H.J. Lu  <hjl@gnu.org>
2187
2188	* readelf.c (get_dynamic_type): Change "AUXILARY" to
2189	"AUXILIARY".
2190	(process_dynamic_segment): Print out strings for DT_CONFIG,
2191	DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2192
21932000-07-19  Mark Kettenis  <kettenis@gnu.org>
2194
2195	* nm.c (usage): Change output of `nm --help' to include a
2196	description of the purpose of the program and a detailed
2197	description of the accepted options.
2198
21992000-07-19  H.J. Lu  <hjl@gnu.org>
2200
2201	* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2202	to DF_1_NODEFLIB.
2203
22042000-07-19  H.J. Lu  <hjl@gnu.org>
2205
2206	* readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2207
22082000-07-19  H.J. Lu  <hjl@gnu.org>
2209
2210	* readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2211	DT_FEATURE.
2212	(process_dynamic_segment): Likewise.
2213
2214	* readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2215	DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2216	(process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2217	DF_1_NODUMP and DF_1_CONLFAT.
2218
22192000-07-18  Nick Clifton  <nickc@cygnus.com>
2220
2221	* binutils.texi (readelf): Fix spelling typo.
2222
22232000-07-11  Mark Kettenis  <kettenis@gnu.org>
2224
2225	* objdump.c (usage): Make output of `objdump --help' more
2226	consistent with the rest of the GNU world.  Add a line describing
2227	the purpose of the program.
2228
22292000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2230
2231	* stabs.c (parse_stab_range_type): Cast to proper type to fix
2232	warning.
2233
22342000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2235
2236	* readelf.c (get_dynamic_data): Add casts and use unsigned chars
2237	to fix warnings.
2238	(process_symbol_table): Ditto.
2239	(procesS_extended_line_op): Ditto.
2240	(display_debug_lines): Ditto.
2241	(display_debug_pubnames): Ditto.
2242	(read_and_display_attr): Ditto.
2243
22442000-07-09  Nick Clifton  <nickc@cygnus.com>
2245
2246	* MAINTAINERS: Add several more port specific maintainers.
2247
22482000-07-05  Nick Clifton  <nickc@cygnus.com>
2249
2250	* MAINTAINERS: Add blanket write privs for Michael Meissner.
2251
22522000-06-05  DJ Delorie  <dj@redhat.com>
2253
2254	* MAINTAINERS: New.
2255
22562000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2257
2258	* dllwrap.c: Changed mistaken dyn_string_append() calls
2259	to dyn_string_append_cstr().
2260
22612000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2262
2263	* stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2264	struct debug_type stores size in bytes.
2265
22662000-07-01  Alan Modra  <alan@linuxcare.com.au>
2267
2268	* Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2269	(CLEANFILES): Add DEPA.
2270	* Makefile.in: Regenerate.
2271
22722000-06-27  Alan Modra  <alan@linuxcare.com.au>
2273
2274	* ar.c: Revert incorrect 2000-06-25 patch.
2275	* bucomm.c: Likewise.
2276
22772000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2278
2279	* rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2280	(external_coff_symbol_p): New function.
2281	(parse_coff): Use it.
2282
22832000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2284
2285	* ar.c (normalize): Advance past both characters in a DOS based
2286	<letter>: filepath prefix.
2287	(main): Likewise.
2288	* bucomm.c (make_tempname): Likewise.
2289
22902000-06-24  Nick Clifton  <nickc@cygnus.com>
2291
2292	* objdump.c (usage): Fix description of --stabs switch.
2293
22942000-06-22  Alan Modra  <alan@linuxcare.com.au>
2295
2296	* Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2297	find one.
2298	* Makefile.in: Regenerate.
2299
23002000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2301
2302	* ar.c (normalize): Correct pointer comparison when checking for
2303	backslashes.
2304	(main): Likewise.
2305	* bucomm.c (make_tempname): Likewise.
2306
2307	* ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2308	and search for backslashes in the original pathname.
2309	(ieee_add_bb11): Likewise.
2310
23112000-06-18  Nick Clifton  <nickc@redhat.com>
2312
2313	* ar.c (print_contents): Improve verbose message.
2314
23152000-06-15  H.J. Lu  <hjl@gnu.org>
2316
2317	* dyn-string.c: Removed. Not needed with dyn-string.c in
2318	libiberty.
2319	* dyn-string.h: Likewise.
2320
2321	* Makefile.am: Remove references to dyn-string.c and
2322	dyn-string.h. Rebuild dependency.
2323	* Makefile.in: Rebuild.
2324
23252000-06-15  H.J. Lu  <hjl@gnu.org>
2326
2327	* binutils.texi: Put a warning on copying relocatable object
2328	files between two different formats.
2329
23302000-06-13  DJ Delorie  <dj@cygnus.com>
2331
2332	* rcparse.y (control): ICON controls take an id as the first
2333	parameter, not an optional string.  Also, call new convenience
2334	function that takes res_id's.
2335	* resrc.c (define_control): missing text means zero-length string,
2336	not zero ID.
2337	(define_icon_control): New.
2338	* windres.h: declare define_icon_control.
2339
23402000-06-13  H.J. Lu  <hjl@gnu.org>
2341
2342	* configure: Regenerate.
2343
23442000-06-08  David O'Brien  <obrien@FreeBSD.org>
2345
2346	* configure.in (VERSION): Update to show this is the CVS mainline.
2347
23482000-06-02  David O'Brien  <obrien@FreeBSD.org>
2349
2350	* strings.c (isgraphic): Interpret <TAB> as a printable character,
2351	analogous to <SPACE>.
2352
23532000-05-30  Alan Modra  <alan@linuxcare.com.au>
2354
2355	* objdump.c (display_target_list): Use bfd_close_all_done, not
2356	bfd_close to fix crash caused by 2000-05-24 change.
2357
23582000-05-25  DJ Delorie  <dj@cygnus.com>
2359
2360	* resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2361
23622000-05-26  Alan Modra  <alan@linuxcare.com.au>
2363
2364	* Makefile.am: Update dependencies with "make dep-am"
2365	* Makefile.in: Regenerate.
2366
23672000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2368
2369	* ar.c: Include filenames.h.
2370	(normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2371	and drive letters in file names.
2372	(main): Support backslashes and drive letters in argv[0].  Drop
2373	the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2374	FILENAME_CMP instead of strcmp to compare file names.
2375	(open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2376	DJGPP v2.
2377	(do_quick_append) [__GO32__]: Ditto.
2378	(get_pos_bfd, delete_members, move_members, replace_members):
2379	Compare file names with FILENAME_CMP.
2380
2381	* bucomm.c: Include filenames.h.
2382	(make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2383	forward/backward slashes and drive letters in file names.
2384
2385	* ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2386	mixed forward/backward slashes and drive letters in file names.
2387
2388	* strings.c (O_BINARY, setmode, SET_BINARY): Define.
2389	(main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2390	mode.
2391
2392	* objcopy.c: Include filenames.h.
2393	(main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2394	before comparing to "strip".
2395	Use FILENAME_CMP to compare file names.
2396
2397	* arsup.c: Include filenames.h.
2398	(map_over_list, ar_delete, ar_replace, ar_extract): Use
2399	FILENAME_CMP to compare file names.
2400	(ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2401	the temporary file name.
2402
2403	* configure.in: Check for setmode.
2404	* configure: Regenerate.
2405
24062000-05-24  Alan Modra  <alan@linuxcare.com.au>
2407
2408	* objdump.c (display_target_list): Close the bfd.
2409	(display_info_table): Likewise.
2410
24112000-05-14  H.J. Lu  (hjl@gnu.org)
2412
2413	* objcopy.c (filter_symbols): Don't strip global symbols in
2414	relocatable object files.
2415
24162000-05-14  Alan Modra  <alan@linuxcare.com.au>
2417
2418	* size.c (usage): Associate short options with corresponding long
2419	option to give a clue as to their function.
2420
24212000-05-14  Philippe De Muyter  <phdm@macqel.be>
2422
2423	* size.c (main): Accept and ignore `-f' option.
2424
24252000-05-13  Alan Modra  <alan@linuxcare.com.au>
2426
2427	* bucomm.h (gettext, dgettext, dcgettext, textdomain,
2428	bindtextdomain): Replace defines with those from intl/libgettext.h
2429	to quieten gcc warnings.
2430
24312000-05-12  H.J. Lu  <hjl@gnu.org>
2432
2433	* nlmconv.c (temp_filename): Removed.
2434
2435	* nlmconv.c (link_inputs): Use make_temp_file () instead of
2436	choose_temp_base ().
2437	* objdump.c (display_target_list): Likewise.
2438	(display_info_table): Likewise.
2439
24402000-05-08  Alan Modra  <alan@linuxcare.com.au>
2441
2442	* objcopy.c (setup_section): Add const and gettext calls for err.
2443
24442000-05-02  H.J. Lu  <hjl@gnu.org>
2445
2446	* readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2447	ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2448	ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2449	ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2450	and ELFOSABI_OPENBSD.
2451
24522000-05-02  Kazu Hirata  <kazu@hxi.com>
2453
2454	* coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2455	* srconv.c: Likewise.
2456	* sysdump.c: Likewise.
2457
24582000-04-23  Denis Chertykov  <denisc@overta.ru>
2459
2460	* readelf.c (guess_is_rela): AVR uses RELA relocations.
2461	(get_machine_name): machine name for EM_AVR added.
2462
24632000-04-21  Richard Henderson  <rth@cygnus.com>
2464	    David Mosberger  <davidm@hpl.hp.com>
2465
2466	* Makefile.am (readelf.o): Add elf/ia64.h.
2467	* Makefile.in: Rebuild.
2468	* readelf.c: Include elf/ia64.h.
2469	(guess_is_rela, dump_relocations): Handle EM_IA_64.
2470
24712000-04-17  Timothy Wall  <twall@cygnus.com>
2472
2473	* objdump.c (disassemble_data): Set octets per byte *after*
2474	resolving arch/mach for binary files.
2475
24762000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2477
2478	* arlex.l: Add directives to increase lex buffer size.
2479
2480	* objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2481	already included by bucomm.h.
2482
24832000-04-10  Philippe De Muyter  <phdm@macqel.be>
2484
2485	* readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2486	`strftime' since strftime is not available on all systems.
2487	(process_mips_specific): Ditto.
2488
24892000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2490
2491	* configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2492	--enable-build-warnings option.
2493	* Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2494	* Makefile.in, configure: Re-generate.
2495
24962000-04-06  Alan Modra  <alan@linuxcare.com.au>
2497
2498	* addr2line.c: Update copyright.
2499	* objcopy.1: Likewise, and title.
2500	* strings.1: Likewise.
2501
2502	* version.c (print_version): Add 2000.
2503
2504	* rddbg.c (read_section_stabs_debugging_info): Don't use
2505	bfd_size_type for strx to avoid printf problems if BFD64.
2506
2507	* bucomm.c: (report): Remove `static'.
2508	Move inclusion of stdarg.h/vararg.h from here.
2509	* bucomm.h: To here.
2510	(CONST): Change all occurences to const.
2511	(report): Declare it.
2512	(bfd_fatal): Add ATTRIBUTE_NORETURN.
2513	(fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2514	(non_fatal): Add ATTRIBUTE_PRINTF_1.
2515
2516	* ar.c (main): Use fatal or non_fatal instead of fprintf.
2517	Correct a typo in an error message.
2518	(do_quick_append): Use non_fatal instead of fprintf.
2519	(move_members): Use fatal instead of fprintf, exit.
2520	* coffdump.c (main): Same here.
2521
2522	* dlltool.c (display): Delete.
2523	(warn): Delete.
2524	(inform): Use `report' instead of `display'.
2525	(rvaafter): Remove trailing \n from fatal error msg.
2526	(rvabefore): Ditto.
2527	(asm_prefix): Ditto.
2528	(yyerror): Replace `warn' with `non_fatal', and remove \n.
2529	(def_name): Likewise.
2530	(run): Likewise.
2531	(scan_all_symbols): Likewise.
2532	(gen_lib_file): Likewise.
2533	(def_library): Likewise.  Remove extra program_name too.
2534	(run): Remove \n from inform strings.
2535	(scan_drectve_symbols): Likewise.
2536	(add_excludes): Likewise.
2537	(scan_open_obj_file): Likewise.
2538	(gen_exp_file): Likewise.
2539	(gen_lib_file): Likewise.
2540	(process_duplicates): Likewise.
2541
2542	* Makefile.am (dllwrap_SOURCES): Add version.c.
2543	* dllwrap.c (program_version): Delete.
2544	(print_version): Delete.
2545	(display): Always print trailing \n.
2546	(warn): New.
2547	(delete_temp_files): Use warn instead of fprintf.  Use gettext.
2548	(run): Here too.
2549	(main): And here.
2550	(usage): gettext'ify.
2551	(long_options): Add missing initialisers.
2552
2553	* nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2554	(select_output_format): Likewise.
2555	(powerpc_mangle_relocs): Likewise.
2556	(link_inputs): Likewise.
2557
2558	* nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2559	(set_output_format): Likewise.
2560	(main): Use non_fatal instead of fprintf.
2561	(display_rel_file): Likewise.
2562
2563	* objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2564	(slurp_dynamic_symtab): Same here.
2565	(disassemble_data): And here.
2566	(read_section_stabs): And here.
2567	(read_section_stabs): And here.
2568	(dump_bfd): And here.
2569	(main): And here.
2570	(objdump_sprintf): Use fatal instead of fprintf, exit.
2571	(disassemble_data): Same here.
2572
2573	* rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2574	(parse_coff_struct_type): Same here.
2575	(parse_coff_enum_type): And here.
2576	(parse_coff): And here.
2577	* rddbg.c (read_debugging_info): And here.
2578	* size.c (main): And here.
2579	* windres.c (format_from_name): And here.
2580	* wrstabs.c (stab_write_symbol): Here too.
2581	(write_stabs_in_sections_debugging_info): And here.
2582	(stab_int_type): And here.
2583	(stab_struct_field): And here.
2584	(stab_typdef): And here.
2585
2586	* rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2587	* srconv.c (main): Same here.
2588	* strings.c (main): And here.
2589	(integer_arg): And here.
2590	* sysdump.c (main): And here.
2591
25922000-04-06  Timothy Wall  <twall@cygnus.com>
2593
2594	* objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2595
25962000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2597
2598	* readelf.c (decode_location_expression): Loop through multiple
2599	operations.
2600	(read_and_display_attr): Pass in length.
2601
2602	* readelf.c (read_and_display_attr): Add CU offset to references.
2603	(display_debug_info): Pass it in.
2604
26052000-04-06  Nick Clifton  <nickc@cygnus.com>
2606
2607	* readelf.c (decode_ARM_machine_flags): New function.
2608	(get_machine_flags): Call decode_ARM_machine_flags for ARM
2609	targets.
2610
2611	(get_machine_name): Catch EM_AVR
2612
26132000-04-05  Alan Modra  <alan@linuxcare.com.au>
2614
2615	* binutils.texi: Remove optional `=' from long options that have
2616	an `=' in the argument.
2617	* objcopy.1: Here too.  Remove extra space on discard-all.
2618
2619	* binutils.texi (objcopy): Mention --redefine-sym.
2620	* objcopy.1: Here too.
2621	* NEWS: And here.
2622
2623	* objcopy.c (parse_flags): Split off flag names from error message
2624	gettext as they are not translated.
2625	(copy_main): Similarly split off option name for --add-section,
2626	--set-section-flags, --change-section-vma, --change-section-lma
2627	error messages.
2628	Some white space changes.
2629
2630	from Matthew Benjamin <matt@linuxbox.nu>
2631	* objcopy.c (struct redefine_node): New.
2632	(redefine_sym_list): New.
2633	(redefine_list_append): New.
2634	(lookup_sym_redefinition): New.
2635	(OPTION_REDEFINE_SYM): New.
2636	(copy_options): Add --redefine-sym option.
2637	(copy_usage): Mention it.
2638	(filter_symbols): Rename symbols on redefine_sym_list.
2639	(copy_object): Call filter_symbols if redefine_sym_list != NULL.
2640	(copy_main): Handle OPTION_REDEFINE_SYM.
2641
26422000-04-04  H.J. Lu  <hjl@gnu.org>
2643
2644	* readelf.c (process_symbol_table): Correctly read in symbol
2645	versioning information.
2646
26472000-04-04  Alan Modra  <alan@linuxcare.com.au>
2648
2649	* po/binutils.pot: Regenerate.
2650
2651	* addr2line.c (usage): Restore translated part of bug string.
2652	* ar.c (usage): Likewise.
2653	* nlmconv.c (show_usage): Likewise.
2654	* nm.c (usage): Likewise.
2655	* objcopy.c (copy_usage): Likewise.
2656	(strip_usage): Likewise.
2657	* objdump.c (usage): Likewise.
2658	* readelf.c (usage): Likewise.
2659	* size.c (usage): Likewise.
2660	* strings.c (usage): Likewise.
2661	* windres.c (usage): Likewise.
2662
2663	* Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2664	(DEP): Quote when passing vars to sub-make.  Add warning
2665	message to end.
2666	(DEP1): Rewrite for "gcc -MM".
2667	(CLEANFILES): Add DEP2.
2668	Update dependencies.
2669	* Makefile.in: Regenerate.
2670
26712000-04-04  H.J. Lu  <hjl@gnu.org>
2672
2673	* Makefile.am (GENERATED_HFILES): Add rcparse.h
2674	(arparse.h): Depend on arparse.c
2675	(defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2676
26772000-04-03  H.J. Lu  (hjl@gnu.org)
2678
2679	* size.c (usage): Use REPORT_BUGS_TO.
2680
26812000-04-03  Alan Modra  <alan@linuxcare.com.au>
2682
2683	* bucomm.h: #include "bin-bugs.h"
2684	* addr2line.c (usage): Use REPORT_BUGS_TO.
2685	* ar.c (usage): Likewise.
2686	* nlmconv.c (show_usage): Likewise.
2687	* nm.c (usage): Likewise.
2688	(OPTION_TARGET): Define.
2689	(long_options): Use OPTION_TARGET rather than 200.
2690	(main): Likewise.
2691
2692	* objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2693	(strip_usage): Likewise.
2694	* objdump.c (usage): Likewise.
2695	* readelf.c (usage): Likewise.
2696	* strings.c (usage): Likewise.
2697	* windres.c (usage): Likewise.
2698
26992000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2700
2701	* readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2702
27032000-03-27  Nick Clifton  <nickc@cygnus.com>
2704
2705	* rddbg.c (read_section_stabs_debugging_info): Catch out of range
2706	string offsets in corrupt stabs entries.
2707
27082000-03-27  Alan Modra  <alan@linuxcare.com.au>
2709
2710	* readelf.c: Include elf/avr.h
2711	(dump_relocations): Add EM_AVR case.
2712
27132000-03-09  Tim Waugh  <twaugh@redhat.com>
2714
2715	* strings.1: Correct '-bytes' to '--bytes'.
2716
27172000-03-08  H.J. Lu  <hjl@gnu.org>
2718
2719	* Makefile.am (install-exec-local): Depend on
2720	install-binPROGRAMS for parallel make.
2721	* Makefile.in: Regenerated.
2722
27232000-02-27  Ian Lance Taylor  <ian@zembu.com>
2724
2725	From Brad Lucier <lucier@math.purdue.edu>:
2726	* readelf.c (process_dynamic_segment): Add cast to make sure
2727	argument to %* is int.
2728
27292000-02-25  H.J. Lu  <hjl@gnu.org>
2730
2731	* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2732
27332000-02-24  Nick Clifton  <nickc@cygnus.com>
2734
2735	* configure.in: Add arm-wince, mips-pe and sh-pe targets.
2736	* configure: Regenerate.
2737
2738	* dlltool.c: Add support for sh-pe and mips-pe targets.
2739	* rescoff.c: Add support for sh-pe and mips-pe targets.
2740
27412000-02-23  H.J. Lu  <hjl@gnu.org>
2742
2743	* readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2744
27452000-02-22  Nick Clifton  <nickc@cygnus.com>
2746
2747	* readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2748
27492000-02-22  Ian Lance Taylor  <ian@zembu.com>
2750
2751	From Brad Lucier <lucier@math.purdue.edu>:
2752	* readelf.c (process_version_sections): Add casts to make sure
2753	argument to %* is an int.
2754	(process_mips_specific): Add casts to make printf arguments match
2755	format.
2756
27572000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2758
2759	* objdump.c (dump_section_header): Change `opb' to unsigned.
2760	(find_symbol_for_address): Same here.
2761	(disassemble_data): And here.  Change `addr_offset',
2762	`stop_offset', `nextstop_offset' to unsigned long.
2763	(dump_data): Change opb to unsigned.
2764
27652000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2766
2767	* resrc.c: Remove unmatched #if for cygwin.
2768
27692000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2770
2771	* binutils.texi: Document the change of flavor name from atpcs-special
2772	to special-atpcs to prevent name conflict in gdb.
2773
27742000-02-08  Timothy Wall  <twall@redhat.com>
2775
2776	* objdump.c (show_line): Fix bug preventing printing of the very
2777	first line (line zero) of a file when interlisting source and
2778	assembly.  Added option to print entire context from start of file
2779	when the first line from that file is encountered.
2780
27812000-02-03  Timothy Wall <twall@redhat.com>
2782
2783	* objdump.c (dump_section_header, find_symbol_for_address,
2784	show_line, disassemble_bytes, disassemble_data, dump_data):
2785	distinguish between octets and bytes.
2786
27872000-01-27  Thomas de Lellis  <tdel@windriver.com>
2788
2789	* nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2790	check to unresolved symbols.
2791	(print_symbol_info_sysv):  Ditto.
2792	(print_symbol_info_posix):  Ditto.
2793
2794	* binutils.texi: Document new 'V' symclass flag for nm.
2795
27962000-01-27  Nick Clifton  <nickc@redhat.com>
2797
2798	* binutils.texi (objdump): Document new ARM specific
2799	disassembler options.
2800
2801	* objdump.c (usage): Call disassembler_usage().
2802
28032000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2804
2805	* readelf.c (get_dynamic_flags): Return buff.
2806	(process_dynamic_segment): Don't pass error strings to printf
2807	as format arg.
2808	(read_and_display_attr): Use lx and ld to print longs.
2809	(process_corefile_note_segment): Cast bfd_vma to unsigned long
2810	before printing.
2811	Update copyright.
2812
28132000-01-17  Nick Clifton  <nickc@cygnus.com>
2814
2815	* readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2816
28172000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2818
2819	* debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2820	false.
2821	(debug_tag_type): Here too.
2822	* ieee.c (ieee_builtin_type): And here.
2823	* stabs.c (parse_stab_type, parse_stab_array_type): And here.
2824
28252000-01-13  Nick Clifton  <nickc@cygnus.com>
2826
2827	* readelf.c (get_machine_name): Change EM_S370 to return "IBM
2828	System/370".
2829
28302000-01-11  Nick Clifton  <nickc@cygnus.com>
2831
2832	* readelf.c (get_dynamic_type): Remove DT_ENCODING.
2833
28342000-01-10  Nick Clifton  <nickc@cygnus.com>
2835
2836	* readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2837
28382000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2839
2840	* windres.c (long_options): Add --use-temp-file and
2841	--no-use-temp-file options.
2842	(usage): Document.
2843	(main): Handle.
2844
2845	* windres.h: Update read_rc_file prototype.
2846
2847	* resrc.c (cpp_temp_file): New static variable.
2848	(istream_type): New static variable.
2849	(close_pipe): Delete function.
2850	(run_cmd): New static function.
2851	(open_input_stream): New static function.
2852	(close_input_stream): New static function.
2853	(look_for_default): Handle DOS directory separator. Use
2854	open_input_stream instead of popen.
2855	(read_rc_file): Likewise.
2856
2857	* binutils.texi: Document --use-temp-file, --no-use-temp-file
2858	options.
2859
28602000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2861
2862	* dlltool.c (create_compat_implib): New variable.
2863	(gen_exp_file): Use.
2864	(make_one_lib_file): Use.
2865	(long_options): Add --compat-implib option.
2866	(usage): Handle.
2867	(main): Handle.
2868
2869	* dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2870	(main): Use. Don't look for "32" in cygwin and mingw target names.
2871
28722000-01-03  Nick Clifton  <nickc@cygnus.com>
2873
2874	* binutils.texi: Document new, ARM specific disassembler
2875	command line switch "-M force-thumb".
2876
2877For older changes see ChangeLog-9899
2878
2879Local Variables:
2880mode: change-log
2881left-margin: 8
2882fill-column: 74
2883version-control: never
2884End:
2885