ChangeLog revision 85815
12001-10-17  Nick Clifton  <nickc@cambridge.redhat.com>
2
3	* addr2line.1: Remove .TP macro from SYNOPSIS section - it
4	prevents successful translation to DocBook format.
5	* nlmconv.1: As above.
6	* nm.1: As above.
7	* objdump.1: As above.
8	* size.1: As above.
9	* strings.1: As above.
10	* strip.1: As above.
11
122001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
13
14	* readelf.c (display_debug_line, display_debug_pubnames,
15	display_debug_info, display_debug_frames): Detect and warn
16	about 64-bit format entries.
17	(display_debug_aranges): Reword 64-bit warning.
18	(debug_displays): Add .debug_pubtypes as a known, but not yet
19	supported, debug section.
20
212001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
22
23	* readelf.c (display_debug_aranges): Warn about DWARF64 format
24	.debug_arange sections.
25
262001-08-05  Philip Blundell  <philb@gnu.org>
27
28	* binutils.texi (objdump): Fix typos.  Use "Thumb" not "THUMB".
29
302001-07-31  David O'Brien  <obrien@FreeBSD.org>
31
32	* readelf.1: New file.
33
342001-06-29  James Cownie <jcownie@etnus.com>
35
36	* readelf.c: Support DWARF 2.1 attributes.
37
382001-06-27  Nick Clifton  <nickc@cambridge.redhat.com>
39
40	* objcopy.c (strip_main): Accept -o command line switch.
41
422001-06-11  Alan Modra  <amodra@bigpond.net.au>
43
44	Merge from mainline.
45	2001-02-27  Alan Modra  <alan@linuxcare.com.au>
46	* configure.in (BFD_VERSION): New.
47	(AM_INIT_AUTOMAKE): Use $BFD_VERSION.
48	* configure: Regenerate.
49
50	2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
51	* strings.c (isgraphic): Do not use isascii() unless it is needed
52	for isprint() to work.
53	(main): Set the locale domain to LC_ALL not just LC_MESSAGES.
54
55	2001-04-10  Alan Modra  <amodra@one.net.au>
56	* nm.c (print_symbol_info_bsd): Use a simple printf string.
57
58	2001-02-07  Todd Vierling  <tv@wasabisystems.com>
59	* bucomm.c (bfd_target_vector): Change extern array to pointer.
60	* objdump.c (bfd_target_vector): Likewise.
61
622001-06-10  Philip Blundell  <philb@gnu.org>
63
64	* configure.in: Set version to 2.11.1.
65	* configure: Regenerate.
66
672001-06-09  Alan Modra  <amodra@bigpond.net.au>
68
69	* NEWS: Mention hppa64-elf.  Add binutils-2.11 marker.
70
71	* MAINTAINERS: Replace with mainline version.
72
732001-06-07  Alan Modra  <amodra@bigpond.net.au>
74
75	* Most files: Update copyright notices.
76
772001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
78
79	* objcopy.c: Add new switches: --keep-global-symbol,
80	--keep-symbols, --localize-symbols, --keep-global-symbols and
81	--weaken-symbols.
82	* binutils.texi: Document new switches.
83	* objcopy.1: Regenerate.
84	* NEWS: Announce new feature.
85
862001-05-28  Philip Blundell  <philb@gnu.org>
87
88	From 2001-05-28  Andreas Jaeger  <aj@suse.de>
89	* readelf.c (display_debug_frames): Fix warnings: Remove unused
90	variables, fix format strings.
91
92	From 2001-05-16  Richard Henderson  <rth@redhat.com>
93	* readelf.c (do_debug_frames_interp): New.
94	(byte_get_little_endian): If BFD64, always read entire 8-byte fields.
95	(byte_get_big_endian): Likewise.
96	(parse_args) ['F']: Set do_debug_frames_interp.
97	(Frame_Chunk): Make data_factor signed, add fde_encoding.
98	(frame_display_row): Don't trunc pc_begin to int.
99	(size_of_encoded_value): New.
100	(display_debug_frames): Handle 64-bit targets.  Print raw data
101	unless do_debug_frames_interp.
102	(debug_displays): Remove duplicate .debug_frame.
103
104	From 2001-05-15  Ralf Baechle  <ralf@gnu.org>
105	* readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
106	The former constant was never in active use and is used otherwise
107	by the ABI.
108
109	From 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
110	* readelf.c (process_unwind): Print all unwind sections, not just
111	one.
112
113	From 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
114	* readelf.c (process_unwind): Remove const specifier.
115
116	From 2001-03-30  H.J. Lu  <hjl@gnu.org>
117	* readelf.c (process_unwind): Just return if do_unwind is 0.
118
119	From 2001-03-29  H.J. Lu  <hjl@gnu.org>
120	* readelf.c (process_unwind): Only do unwind sections for
121	IA64.
122
123	From 2001-02-28  Nick Clifton  <nickc@redhat.com>
124	* readelf.c: (struct unw_aux_info): Remove const modifier for
125	'strtab' field.
126	(process_unwind): Remove non-K&R compliant LHS type cast in call
127	to GET_DATA_ALLOC macro.
128
129	From 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
130	* readelf.c (struct unw_aux_info): Remove const from the info member.
131	(process_unwind): Don't type-cast the third argument to the
132	GET_DATA_ALLOC macro.
133
134	From 2001-02-11  Nick Clifton  <nickc@redhat.com>
135	* readelf.c (dump_relocations): Free corrected allocated
136	array.
137	(process_unwind): Fix compile time warning.
138
139	From 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
140	* readelf.c (process_unwind): New function.
141	(slurp_ia64_unwind_table): Ditto.
142	(dump_ia64_unwind): Ditto.
143	(find_symbol_for_address): Ditto.
144	(slurp_rela_relocs): New function (split off from dump_relocations()).
145	(slurp_rel_relocs): Ditto.
146	(parse_args): Handle '-u' option.
147	* unwind-ia64.c: New file.
148	* unwind-ia64.h: New file.
149	* Makefile.am: Include unwind-ia64.c in readelf build.
150	* Makefile.in: Regenerate.
151	* po/binutils.pot: Regenerate.
152
1532001-04-06  Hans-Peter Nilsson  <hp@axis.com>
154
155	* readelf.c (display_debug_lines): Fix typo for "Prologue".
156
1572001-03-16  Philip Blundell  <philb@gnu.org>
158
159	* configure: Regenerate.
160
1612001-03-11  Philip Blundell  <philb@gnu.org>
162
163	* configure.in: Set version to 2.11.
164
1652001-02-13  Hans-Peter Nilsson  <hp@bitrange.com>
166
167	* acinclude.m4 (AM_PROG_LEX): Override installed definition.
168	* aclocal.m4: Regenerate.
169	* configure: Regenerate.
170
1712001-02-10  Alan Modra  <alan@linuxcare.com.au>
172
173	* nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
174	printf is a macro.
175
1762001-02-04  Philip Blundell  <philb@gnu.org>
177
178	* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
179	* configure: Regenerate.
180
1812001-01-31  Steve deRosier  <sderosier@vari-lite.com>
182
183	* ieee.c (ieee_add_bb11): Don't check for backslashes
184	unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
185
1862001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
187
188	* ieee.c: Update copyright.
189	(ieee_start_compilation_unit): Don't check for backslashes
190	unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
191
192	* stabs.c: Update copyright. Include "filenames.h".
193	(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
194
1952001-01-23  Jakub Jelinek  <jakub@redhat.com>
196
197	* readelf.c (process_version_sections): Check if VERDEF or VERNEED
198	sections are present before using them.  Remove code duplication.
199	(process_symbol_table): Check if VERDEF or VERNEED sections are
200	present before using them.
201
2022001-01-17  Nick Clifton  <nickc@redhat.com>
203
204	* objcopy.c (copy_object): Fail if attempting to convert the
205	endianness of the input object file.
206
207	* binutils.texi: Explain that objcopy cannot convert endianness.
208
2092001-01-16  Nick Clifton  <nickc@redhat.com>
210
211	* readelf.c (string_table_length): New variable.
212	(SECTION_NAME): Catch out of range indices and missing section
213	pointers.
214	(process_section_headers): Delete useless local variable
215	string_table_offset.  Set the value of string_table_length
216	after loading the string table.
217	(process_mips_specific): Use SECTION_NAME macro.
218	(process_file): Set string_table_length to 0 when it is freed.
219
2202001-01-12  Nick Clifton  <nickc@redhat.com>
221
222	* version.c (print_version): Update copyright date.
223
2242001-01-11  Peter Targett  <peter.targett@arccores.com>
225
226	* readelf.c (dump_relocations): Include selection with EM_ARC.
227	(get_machine_name) Update name to "ARC".
228
2292001-01-09  Nick Clifton  <nickc@redhat.com>
230
231	* Makefile.am: Add rule to build objdump.o from objdump.c and
232	using OBJDUMP_DEFS.
233	* Makefile.in: Regenerate.
234
235	* configure.in: Define OBJDUMP_DEFS.  Default to empty.
236	(arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
237	-DDISASSEMBLER_NEEDS_RELOCS.
238	* configure: Regenerate.
239
240	* objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
241	is defined read in the relocs even if dump_reloc_info is
242	false.
243
2442001-01-07  Philip Blundell  <philb@gnu.org>
245
246	* binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
247	`bug-binutils'.
248	* README: Likewise.
249
2502000-12-19  Nick Clifton  <nickc@redhat.com>
251
252	* dlltool.c: Add missing support for arm-epoc-pe.
253	* configure.in: Add missing support for arm-epoc-pe.
254	* configure: Regenerate.
255
2562000-12-15  Nick Clifton  <nickc@redhat.com>
257
258	* MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
259	Mode parts of the x86 port.
260
2612000-12-04  Andreas Jaeger  <aj@suse.de>
262
263	* readelf.c (guess_is_rela): Add EM_X86_64.
264	(dump_relocations): Add EM_X86_64.
265	(get_machine_name): Add EM_X86_64.
266	Include "elf/x86-64.h".
267
2682000-12-12  Nick Clifton  <nickc@redhat.com>
269
270	* readelf.c: Fix formatting.
271
272Mon Dec 11 14:30:21 MET 2000  Jan Hubicka  <jh@suse.cz>
273
274	* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
275
2762000-12-07  Andrew Haley  <aph@redhat.com>
277
278	* readelf.c (display_debug_frames): Only display columns that are
279	referenced by the frame debug info.
280
2812000-12-05  Nick Clifton  <nickc@redhat.com>
282
283	* MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
284
2852000-12-04  Jason Merrill  <jason@redhat.com>
286
287	* readelf.c (process_section_headers): Handle linkonce.wi sections.
288	(display_debug_section): Likewise.
289	(display_debug_info): Display CU header before bailing.
290
2912000-12-01  Chris Demetriou  <cgd@sibyte.com>
292
293	* readelf.c (get_machine_flags): Recognize MIPS32 ISA in
294	EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
295	E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
296
297	* readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
298	and E_MIPS_ARCH_64.
299
300	* readelf.c (get_machine_flags): Add case for
301	E_MIPS_MACH_SB1.
302
3032000-11-30  Richard Earnshaw  <rearnsha@arm.com>
304
305	* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
306
3072000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
308
309	* MAINTAINERS: Add J�rn Rennecke and self as SH maintainers.
310	Change sourceware.cygnus.com to sources.redhat.com.
311	Fix typo for "amongst".
312
3132000-11-28  Nick Clifton  <nickc@redhat.com>
314
315	* strip.1 (COPYING): Mention that the GNU Free Documentation
316	License is present in the sources, but not the output, and
317	also available from the GNU website.
318	(GNU Free Documentation License): Comment out this section.
319	* strings.1: Ditto.
320	* size.1: Ditto.
321	* ranlib.1: Ditto.
322	* objdump.1: Ditto.
323	* objcopy.1: Ditto.
324	* nm.1: Ditto.
325	* nlmconv.1: Ditto.
326	* ar.1: Ditto.
327	* addr2line.1: Ditto.
328
3292000-11-27  DJ Delorie  <dj@redhat.com>
330
331	* readelf.c (usage): Add -wf (--debug-dump=frames) option.
332	(parse_args): Support -wf option.
333	(process_section_headers): Ditto.
334	(debug_displays): Ditto.
335	(display_debug_frames): New, dump *_frame sections.
336	(frame_need_space): Support for above.
337	(frame_display_row): Ditto.
338	* binutils.texi: Document it.
339
3402000-11-24  Nick Clifton  <nickc@redhat.com>
341
342	* NEWS: Announce support for v5t, v5te and XScale.
343
3442000-11-22  Nick Clifton  <nickc@redhat.com>
345
346	* readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
347	EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
348	(get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
349	(get_elf_section_flags: Add SHF_GROUP.
350	(process_section_headers): Adjust output for 32-bit binaries
351	to look nice on an 80 column terminal.
352
3532000-11-20  H.J. Lu  <hjl@gnu.org>
354
355	* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
356	ELFOSABI_AIX.
357
3582000-11-17  Richard Henderson  <rth@redhat.com>
359
360	* readelf.c (display_debug_lines): Adjust last change to
361	use sizeof (external->li_length).
362
3632000-11-17  Richard Henderson  <rth@redhat.com>
364
365	* readelf.c (display_debug_lines): Fix section length check
366	and end_of_sequence computation.
367
3682000-11-06  Nick Clifton  <nickc@redhat.com>
369
370	* binutils.texi: Add GNU Free Documentation License.
371	* objcopy.1: Add GNU Free Documentation License.
372	* objdump.1: Add GNU Free Documentation License.
373	* addr2line.1: Add GNU Free Documentation License.
374	* ar.1: Add GNU Free Documentation License.
375	* nlmconv.1: Add GNU Free Documentation License.
376	* nm.1: Add GNU Free Documentation License.
377	* ranlib.1: Add GNU Free Documentation License.
378	* size.1: Add GNU Free Documentation License.
379	* strings.1: Add GNU Free Documentation License.
380	* strip.1: Add GNU Free Documentation License.
381
3822000-10-06  Luciano Gemme <ishitawa@yahoo.com>
383
384	* objcopy.c (--srec-len=nn): New parameter to set the
385	maximum length of generated Srecords.
386	(--srec-forceS3): New parameter that restricts the generation of
387	Srecords to type S3 only.
388	* binutils.texi: Document new command line switches.
389	* objcopy.1: Docuemnt the new command line switches.
390	* NEWS: Announce the existence of the new command line switches.
391
3922000-10-31  Nick Clifton  <nickc@redhat.com>
393
394	* MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
395	code.  Add Eric Chrisopher as maintainer of MN10300 port.
396
3972000-10-12  Roger Sayle  <roger@metaphorics.com>
398
399	* Make comma after string after icon/control optional.
400
4012000-09-13  Anders Norlander  <anorland@acc.umu.se>
402
403	* readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
404
405	* NEWS: Mention support for MIPS32.
406
4072000-09-08  Nick Clifton  <nickc@redhat.com>
408
409	* MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
410
4112000-09-07  H.J. Lu  <hjl@gnu.org>
412
413	* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
414	* configure: Rebuild.
415
4162000-09-06  Alexandre Oliva  <aoliva@redhat.com>
417
418	* configure: Rebuilt with new libtool.m4.
419
4202000-09-05  Nick Clifton  <nickc@redhat.com>
421
422	* aclocal.m4: Regenerate.
423	* config.in: Regenerate.
424	* configure: Regenerate.
425
4262000-09-04  Todd Vierling  <tv@wasabisystems.com>
427
428	* strip.1: Fix stray '\' in -o formatting.
429
4302000-09-02  Nick Clifton  <nickc@redhat.com>
431
432	* configure.in: Increase version number to 2.10.91.
433	* configure: Regenerate.
434	* aclocal.m4: Regenerate.
435	* config.in: Regenerate.
436	* po/binutils.pot: Regenerate.
437
4382000-08-31  Alexandre Oliva  <aoliva@redhat.com>
439
440	* acinclude.m4: Include libtool and gettext macros from the
441	top level.
442	* aclocal.m4, configure: Rebuilt.
443
4442000-08-30  Jamie Guinan  <guinan@bluebutton.com>
445
446	* resrc.c (close_input_stream): Delete extraneous logic
447
4482000-08-24  Hans-Peter Nilsson  <hp@axis.com>
449
450	* NEWS: Mention support for CRIS.
451
4522000-08-21  Nick Clifton  <nickc@redhat.com>
453
454	* addr2line.c: Changed email address for Ulrich Lauther.
455
4562000-08-17  Christopher C. Chimelis <chris@debian.org>
457
458	* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
459
4602000-08-17  Nick Clifton  <nickc@redhat.com>
461
462	* readelf.c (display_debug_pubnames): Only issue warning
463	message once.  Terminate message with a new line.
464	(display_debug_aranges): Only display version 2 debug info.
465
4662000-08-14  Todd Vierling <tv@wasabisystems.com>
467
468	* objcopy.c (strip_main): Silently accept -d as an alias for -g
469	for compatability with old BSD systems.
470
4712000-08-14  Jason Eckhardt  <jle@cygnus.com>
472
473	* NEWS: Mention i860 support.
474
4752000-08-11  Carlo Wood <carlo@alinoe.com>
476
477	* addr2line.c (main): Add const to char *.
478
4792000-08-11  Geoff Keating  <geoffk@cygnus.com>
480
481	* ar.c (main): Don't crash if called with no arguments
482	or only '-X32_64' as an argument.
483
4842000-08-08  DJ Delorie  <dj@redhat.com>
485
486	* resrc.c: use "gcc -xc" instead of -xc-header
487
4882000-08-05  Jason Eckhardt  <jle@cygnus.com>
489
490	* readelf.c (elf/i860.h): Include.
491	(dump_relocations): Add recognition of i860 architecture.
492	(guess_is_rela): Add recognition of i860 architecture.
493
4942000-08-03  Nick Clifton  <nickc@cygnus.com>
495
496	* MAINTAINERS: Add information about CGEN maintainers.
497
4982000-07-26  Geoff Keating  <geoffk@cygnus.com>
499
500	* nm.c (main): Ignore '-X32_64' as an option.
501	* ar.c (main): Likewise.
502	* binutils.texi (nm): Document new option.
503	(ar): Likewise.
504
5052000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
506
507	* rdcoff.c (external_coff_symbol_p): K&R-ise.
508
5092000-07-20  H.J. Lu  <hjl@gnu.org>
510
511	* binutils.texi: Put back "@end table" deleted by
512	accident.
513
5142000-07-05  Kenneth Block  <krblock@computer.org>
515
516	* nm.c: Add optional style to demangle switch.
517	* objdump.c: Add optional style to demangle switch.
518	* addr2line.c: Add optional style to demangle switch.
519	* binutils.texi: Document optional style to demangle
520	switch.
521
5222000-07-20  Hans-Peter Nilsson  <hp@axis.com>
523
524	* MAINTAINERS: Add self as CRIS port maintainer.
525	* readelf.c: Include elf/cris.h.
526	(guess_is_rela): Handle EM_CRIS.
527	(dump_relocations): Ditto.
528	(get_machine_name): Ditto.
529	* Makefile.am: Rebuild dependencies.
530	* Makefile.in: Regenerate.
531	* po/binutils.pot: Regenerate.
532
5332000-07-19  H.J. Lu  <hjl@gnu.org>
534
535	* readelf.c (get_dynamic_type): Change "AUXILARY" to
536	"AUXILIARY".
537	(process_dynamic_segment): Print out strings for DT_CONFIG,
538	DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
539
5402000-07-19  Mark Kettenis  <kettenis@gnu.org>
541
542	* nm.c (usage): Change output of `nm --help' to include a
543	description of the purpose of the program and a detailed
544	description of the accepted options.
545
5462000-07-19  H.J. Lu  <hjl@gnu.org>
547
548	* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
549	to DF_1_NODEFLIB.
550
5512000-07-19  H.J. Lu  <hjl@gnu.org>
552
553	* readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
554
5552000-07-19  H.J. Lu  <hjl@gnu.org>
556
557	* readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
558	DT_FEATURE.
559	(process_dynamic_segment): Likewise.
560
561	* readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
562	DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
563	(process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
564	DF_1_NODUMP and DF_1_CONLFAT.
565
5662000-07-18  Nick Clifton  <nickc@cygnus.com>
567
568	* binutils.texi (readelf): Fix spelling typo.
569
5702000-07-11  Mark Kettenis  <kettenis@gnu.org>
571
572	* objdump.c (usage): Make output of `objdump --help' more
573	consistent with the rest of the GNU world.  Add a line describing
574	the purpose of the program.
575
5762000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
577
578	* stabs.c (parse_stab_range_type): Cast to proper type to fix
579	warning.
580
5812000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
582
583	* readelf.c (get_dynamic_data): Add casts and use unsigned chars
584	to fix warnings.
585	(process_symbol_table): Ditto.
586	(procesS_extended_line_op): Ditto.
587	(display_debug_lines): Ditto.
588	(display_debug_pubnames): Ditto.
589	(read_and_display_attr): Ditto.
590
5912000-07-09  Nick Clifton  <nickc@cygnus.com>
592
593	* MAINTAINERS: Add several more port specific maintainers.
594
5952000-07-05  Nick Clifton  <nickc@cygnus.com>
596
597	* MAINTAINERS: Add blanket write privs for Michael Meissner.
598
5992000-06-05  DJ Delorie  <dj@redhat.com>
600
601	* MAINTAINERS: New.
602
6032000-07-01  Eric Fifer  <EFifer@sanwaint.com>
604
605	* dllwrap.c: Changed mistaken dyn_string_append() calls
606	to dyn_string_append_cstr().
607
6082000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
609
610	* stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
611	struct debug_type stores size in bytes.
612
6132000-07-01  Alan Modra  <alan@linuxcare.com.au>
614
615	* Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
616	(CLEANFILES): Add DEPA.
617	* Makefile.in: Regenerate.
618
6192000-06-27  Alan Modra  <alan@linuxcare.com.au>
620
621	* ar.c: Revert incorrect 2000-06-25 patch.
622	* bucomm.c: Likewise.
623
6242000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
625
626	* rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
627	(external_coff_symbol_p): New function.
628	(parse_coff): Use it.
629
6302000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
631
632	* ar.c (normalize): Advance past both characters in a DOS based
633	<letter>: filepath prefix.
634	(main): Likewise.
635	* bucomm.c (make_tempname): Likewise.
636
6372000-06-24  Nick Clifton  <nickc@cygnus.com>
638
639	* objdump.c (usage): Fix description of --stabs switch.
640
6412000-06-22  Alan Modra  <alan@linuxcare.com.au>
642
643	* Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
644	find one.
645	* Makefile.in: Regenerate.
646
6472000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
648
649	* ar.c (normalize): Correct pointer comparison when checking for
650	backslashes.
651	(main): Likewise.
652	* bucomm.c (make_tempname): Likewise.
653
654	* ieee.c (ieee_start_compilation_unit): Correct pointer comparison
655	and search for backslashes in the original pathname.
656	(ieee_add_bb11): Likewise.
657
6582000-06-18  Nick Clifton  <nickc@redhat.com>
659
660	* ar.c (print_contents): Improve verbose message.
661
6622000-06-15  H.J. Lu  <hjl@gnu.org>
663
664	* dyn-string.c: Removed. Not needed with dyn-string.c in
665	libiberty.
666	* dyn-string.h: Likewise.
667
668	* Makefile.am: Remove references to dyn-string.c and
669	dyn-string.h. Rebuild dependency.
670	* Makefile.in: Rebuild.
671
6722000-06-15  H.J. Lu  <hjl@gnu.org>
673
674	* binutils.texi: Put a warning on copying relocatable object
675	files between two different formats.
676
6772000-06-13  DJ Delorie  <dj@cygnus.com>
678
679	* rcparse.y (control): ICON controls take an id as the first
680	parameter, not an optional string.  Also, call new convenience
681	function that takes res_id's.
682	* resrc.c (define_control): missing text means zero-length string,
683	not zero ID.
684	(define_icon_control): New.
685	* windres.h: declare define_icon_control.
686
6872000-06-13  H.J. Lu  <hjl@gnu.org>
688
689	* configure: Regenerate.
690
6912000-06-08  David O'Brien  <obrien@FreeBSD.org>
692
693	* configure.in (VERSION): Update to show this is the CVS mainline.
694
6952000-06-02  David O'Brien  <obrien@FreeBSD.org>
696
697	* strings.c (isgraphic): Interpret <TAB> as a printable character,
698	analogous to <SPACE>.
699
7002000-05-30  Alan Modra  <alan@linuxcare.com.au>
701
702	* objdump.c (display_target_list): Use bfd_close_all_done, not
703	bfd_close to fix crash caused by 2000-05-24 change.
704
7052000-05-25  DJ Delorie  <dj@cygnus.com>
706
707	* resrc.c (close_input_stream): zero out cpp_pipe after closing it.
708
7092000-05-26  Alan Modra  <alan@linuxcare.com.au>
710
711	* Makefile.am: Update dependencies with "make dep-am"
712	* Makefile.in: Regenerate.
713
7142000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
715
716	* ar.c: Include filenames.h.
717	(normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
718	and drive letters in file names.
719	(main): Support backslashes and drive letters in argv[0].  Drop
720	the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
721	FILENAME_CMP instead of strcmp to compare file names.
722	(open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
723	DJGPP v2.
724	(do_quick_append) [__GO32__]: Ditto.
725	(get_pos_bfd, delete_members, move_members, replace_members):
726	Compare file names with FILENAME_CMP.
727
728	* bucomm.c: Include filenames.h.
729	(make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
730	forward/backward slashes and drive letters in file names.
731
732	* ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
733	mixed forward/backward slashes and drive letters in file names.
734
735	* strings.c (O_BINARY, setmode, SET_BINARY): Define.
736	(main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
737	mode.
738
739	* objcopy.c: Include filenames.h.
740	(main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
741	before comparing to "strip".
742	Use FILENAME_CMP to compare file names.
743
744	* arsup.c: Include filenames.h.
745	(map_over_list, ar_delete, ar_replace, ar_extract): Use
746	FILENAME_CMP to compare file names.
747	(ar_open): Prepend "tmp-" instead of appending "-tmp", to create
748	the temporary file name.
749
750	* configure.in: Check for setmode.
751	* configure: Regenerate.
752
7532000-05-24  Alan Modra  <alan@linuxcare.com.au>
754
755	* objdump.c (display_target_list): Close the bfd.
756	(display_info_table): Likewise.
757
7582000-05-14  H.J. Lu  (hjl@gnu.org)
759
760	* objcopy.c (filter_symbols): Don't strip global symbols in
761	relocatable object files.
762
7632000-05-14  Alan Modra  <alan@linuxcare.com.au>
764
765	* size.c (usage): Associate short options with corresponding long
766	option to give a clue as to their function.
767
7682000-05-14  Philippe De Muyter  <phdm@macqel.be>
769
770	* size.c (main): Accept and ignore `-f' option.
771
7722000-05-13  Alan Modra  <alan@linuxcare.com.au>
773
774	* bucomm.h (gettext, dgettext, dcgettext, textdomain,
775	bindtextdomain): Replace defines with those from intl/libgettext.h
776	to quieten gcc warnings.
777
7782000-05-12  H.J. Lu  <hjl@gnu.org>
779
780	* nlmconv.c (temp_filename): Removed.
781
782	* nlmconv.c (link_inputs): Use make_temp_file () instead of
783	choose_temp_base ().
784	* objdump.c (display_target_list): Likewise.
785	(display_info_table): Likewise.
786
7872000-05-08  Alan Modra  <alan@linuxcare.com.au>
788
789	* objcopy.c (setup_section): Add const and gettext calls for err.
790
7912000-05-02  H.J. Lu  <hjl@gnu.org>
792
793	* readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
794	ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
795	ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
796	ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
797	and ELFOSABI_OPENBSD.
798
7992000-05-02  Kazu Hirata  <kazu@hxi.com>
800
801	* coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
802	* srconv.c: Likewise.
803	* sysdump.c: Likewise.
804
805Sun Apr 23 14:23:26 2000  Denis Chertykov  <denisc@overta.ru>
806
807	* readelf.c (guess_is_rela): AVR uses RELA relocations.
808	(get_machine_name): machine name for EM_AVR added.
809
810Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
811			  David Mosberger  <davidm@hpl.hp.com>
812
813	* Makefile.am (readelf.o): Add elf/ia64.h.
814	* Makefile.in: Rebuild.
815	* readelf.c: Include elf/ia64.h.
816	(guess_is_rela, dump_relocations): Handle EM_IA_64.
817
8182000-04-17  Timothy Wall  <twall@cygnus.com>
819
820	* objdump.c (disassemble_data): Set octets per byte *after*
821	resolving arch/mach for binary files.
822
8232000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
824
825	* arlex.l: Add directives to increase lex buffer size.
826
827	* objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
828	already included by bucomm.h.
829
8302000-04-10  Philippe De Muyter  <phdm@macqel.be>
831
832	* readelf.c (dynamic_segment_mips_val): Call `sprintf', not
833	`strftime' since strftime is not available on all systems.
834	(process_mips_specific): Ditto.
835
836Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
837
838	* configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
839	--enable-build-warnings option.
840	* Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
841	* Makefile.in, configure: Re-generate.
842
8432000-04-06  Alan Modra  <alan@linuxcare.com.au>
844
845	* addr2line.c: Update copyright.
846	* objcopy.1: Likewise, and title.
847	* strings.1: Likewise.
848
849	* version.c (print_version): Add 2000.
850
851	* rddbg.c (read_section_stabs_debugging_info): Don't use
852	bfd_size_type for strx to avoid printf problems if BFD64.
853
854	* bucomm.c: (report): Remove `static'.
855	Move inclusion of stdarg.h/vararg.h from here.
856	* bucomm.h: To here.
857	(CONST): Change all occurences to const.
858	(report): Declare it.
859	(bfd_fatal): Add ATTRIBUTE_NORETURN.
860	(fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
861	(non_fatal): Add ATTRIBUTE_PRINTF_1.
862
863	* ar.c (main): Use fatal or non_fatal instead of fprintf.
864	Correct a typo in an error message.
865	(do_quick_append): Use non_fatal instead of fprintf.
866	(move_members): Use fatal instead of fprintf, exit.
867	* coffdump.c (main): Same here.
868
869	* dlltool.c (display): Delete.
870	(warn): Delete.
871	(inform): Use `report' instead of `display'.
872	(rvaafter): Remove trailing \n from fatal error msg.
873	(rvabefore): Ditto.
874	(asm_prefix): Ditto.
875	(yyerror): Replace `warn' with `non_fatal', and remove \n.
876	(def_name): Likewise.
877	(run): Likewise.
878	(scan_all_symbols): Likewise.
879	(gen_lib_file): Likewise.
880	(def_library): Likewise.  Remove extra program_name too.
881	(run): Remove \n from inform strings.
882	(scan_drectve_symbols): Likewise.
883	(add_excludes): Likewise.
884	(scan_open_obj_file): Likewise.
885	(gen_exp_file): Likewise.
886	(gen_lib_file): Likewise.
887	(process_duplicates): Likewise.
888
889	* Makefile.am (dllwrap_SOURCES): Add version.c.
890	* dllwrap.c (program_version): Delete.
891	(print_version): Delete.
892	(display): Always print trailing \n.
893	(warn): New.
894	(delete_temp_files): Use warn instead of fprintf.  Use gettext.
895	(run): Here too.
896	(main): And here.
897	(usage): gettext'ify.
898	(long_options): Add missing initialisers.
899
900	* nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
901	(select_output_format): Likewise.
902	(powerpc_mangle_relocs): Likewise.
903	(link_inputs): Likewise.
904
905	* nm.c (set_print_radix): Use fatal instead of fprintf, exit.
906	(set_output_format): Likewise.
907	(main): Use non_fatal instead of fprintf.
908	(display_rel_file): Likewise.
909
910	* objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
911	(slurp_dynamic_symtab): Same here.
912	(disassemble_data): And here.
913	(read_section_stabs): And here.
914	(read_section_stabs): And here.
915	(dump_bfd): And here.
916	(main): And here.
917	(objdump_sprintf): Use fatal instead of fprintf, exit.
918	(disassemble_data): Same here.
919
920	* rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
921	(parse_coff_struct_type): Same here.
922	(parse_coff_enum_type): And here.
923	(parse_coff): And here.
924	* rddbg.c (read_debugging_info): And here.
925	* size.c (main): And here.
926	* windres.c (format_from_name): And here.
927	* wrstabs.c (stab_write_symbol): Here too.
928	(write_stabs_in_sections_debugging_info): And here.
929	(stab_int_type): And here.
930	(stab_struct_field): And here.
931	(stab_typdef): And here.
932
933	* rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
934	* srconv.c (main): Same here.
935	* strings.c (main): And here.
936	(integer_arg): And here.
937	* sysdump.c (main): And here.
938
9392000-04-06  Timothy Wall  <twall@cygnus.com>
940
941	* objdump.c (dump_section_header): Print CLINK and BLOCK flags.
942
9432000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
944
945	* readelf.c (decode_location_expression): Loop through multiple
946	operations.
947	(read_and_display_attr): Pass in length.
948
949	* readelf.c (read_and_display_attr): Add CU offset to references.
950	(display_debug_info): Pass it in.
951
9522000-04-06  Nick Clifton  <nickc@cygnus.com>
953
954	* readelf.c (decode_ARM_machine_flags): New function.
955	(get_machine_flags): Call decode_ARM_machine_flags for ARM
956	targets.
957
958	(get_machine_name): Catch EM_AVR
959
9602000-04-05  Alan Modra  <alan@linuxcare.com.au>
961
962	* binutils.texi: Remove optional `=' from long options that have
963	an `=' in the argument.
964	* objcopy.1: Here too.  Remove extra space on discard-all.
965
966	* binutils.texi (objcopy): Mention --redefine-sym.
967	* objcopy.1: Here too.
968	* NEWS: And here.
969
970	* objcopy.c (parse_flags): Split off flag names from error message
971	gettext as they are not translated.
972	(copy_main): Similarly split off option name for --add-section,
973	--set-section-flags, --change-section-vma, --change-section-lma
974	error messages.
975	Some white space changes.
976
977	from Matthew Benjamin <matt@linuxbox.nu>
978	* objcopy.c (struct redefine_node): New.
979	(redefine_sym_list): New.
980	(redefine_list_append): New.
981	(lookup_sym_redefinition): New.
982	(OPTION_REDEFINE_SYM): New.
983	(copy_options): Add --redefine-sym option.
984	(copy_usage): Mention it.
985	(filter_symbols): Rename symbols on redefine_sym_list.
986	(copy_object): Call filter_symbols if redefine_sym_list != NULL.
987	(copy_main): Handle OPTION_REDEFINE_SYM.
988
9892000-04-04  H.J. Lu  <hjl@gnu.org>
990
991	* readelf.c (process_symbol_table): Correctly read in symbol
992	versioning information.
993
9942000-04-04  Alan Modra  <alan@linuxcare.com.au>
995
996	* po/binutils.pot: Regenerate.
997
998	* addr2line.c (usage): Restore translated part of bug string.
999	* ar.c (usage): Likewise.
1000	* nlmconv.c (show_usage): Likewise.
1001	* nm.c (usage): Likewise.
1002	* objcopy.c (copy_usage): Likewise.
1003	(strip_usage): Likewise.
1004	* objdump.c (usage): Likewise.
1005	* readelf.c (usage): Likewise.
1006	* size.c (usage): Likewise.
1007	* strings.c (usage): Likewise.
1008	* windres.c (usage): Likewise.
1009
1010	* Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1011	(DEP): Quote when passing vars to sub-make.  Add warning
1012	message to end.
1013	(DEP1): Rewrite for "gcc -MM".
1014	(CLEANFILES): Add DEP2.
1015	Update dependencies.
1016	* Makefile.in: Regenerate.
1017
10182000-04-04  H.J. Lu  <hjl@gnu.org>
1019
1020	* Makefile.am (GENERATED_HFILES): Add rcparse.h
1021	(arparse.h): Depend on arparse.c
1022	(defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1023
10242000-04-03  H.J. Lu  (hjl@gnu.org)
1025
1026	* size.c (usage): Use REPORT_BUGS_TO.
1027
10282000-04-03  Alan Modra  <alan@linuxcare.com.au>
1029
1030	* bucomm.h: #include "bin-bugs.h"
1031	* addr2line.c (usage): Use REPORT_BUGS_TO.
1032	* ar.c (usage): Likewise.
1033	* nlmconv.c (show_usage): Likewise.
1034	* nm.c (usage): Likewise.
1035	(OPTION_TARGET): Define.
1036	(long_options): Use OPTION_TARGET rather than 200.
1037	(main): Likewise.
1038
1039	* objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1040	(strip_usage): Likewise.
1041	* objdump.c (usage): Likewise.
1042	* readelf.c (usage): Likewise.
1043	* strings.c (usage): Likewise.
1044	* windres.c (usage): Likewise.
1045
10462000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1047
1048	* readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1049
10502000-03-27  Nick Clifton  <nickc@cygnus.com>
1051
1052	* rddbg.c (read_section_stabs_debugging_info): Catch out of range
1053	string offsets in corrupt stabs entries.
1054
10552000-03-27  Alan Modra  <alan@linuxcare.com.au>
1056
1057	* readelf.c: Include elf/avr.h
1058	(dump_relocations): Add EM_AVR case.
1059
10602000-03-09  Tim Waugh  <twaugh@redhat.com>
1061
1062	* strings.1: Correct '-bytes' to '--bytes'.
1063
10642000-03-08  H.J. Lu  <hjl@gnu.org>
1065
1066	* Makefile.am (install-exec-local): Depend on
1067	install-binPROGRAMS for parallel make.
1068	* Makefile.in: Regenerated.
1069
10702000-02-27  Ian Lance Taylor  <ian@zembu.com>
1071
1072	From Brad Lucier <lucier@math.purdue.edu>:
1073	* readelf.c (process_dynamic_segment): Add cast to make sure
1074	argument to %* is int.
1075
10762000-02-25  H.J. Lu  <hjl@gnu.org>
1077
1078	* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1079
10802000-02-24  Nick Clifton  <nickc@cygnus.com>
1081
1082	* configure.in: Add arm-wince, mips-pe and sh-pe targets.
1083	* configure: Regenerate.
1084
1085	* dlltool.c: Add support for sh-pe and mips-pe targets.
1086	* rescoff.c: Add support for sh-pe and mips-pe targets.
1087
10882000-02-23  H.J. Lu  <hjl@gnu.org>
1089
1090	* readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1091
10922000-02-22  Nick Clifton  <nickc@cygnus.com>
1093
1094	* readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1095
10962000-02-22  Ian Lance Taylor  <ian@zembu.com>
1097
1098	From Brad Lucier <lucier@math.purdue.edu>:
1099	* readelf.c (process_version_sections): Add casts to make sure
1100	argument to %* is an int.
1101	(process_mips_specific): Add casts to make printf arguments match
1102	format.
1103
11042000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1105
1106	* objdump.c (dump_section_header): Change `opb' to unsigned.
1107	(find_symbol_for_address): Same here.
1108	(disassemble_data): And here.  Change `addr_offset',
1109	`stop_offset', `nextstop_offset' to unsigned long.
1110	(dump_data): Change opb to unsigned.
1111
11122000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1113
1114	* resrc.c: Remove unmatched #if for cygwin.
1115
11162000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1117
1118	* binutils.texi: Document the change of flavor name from atpcs-special
1119	to special-atpcs to prevent name conflict in gdb.
1120
11212000-02-08  Timothy Wall  <twall@redhat.com>
1122
1123	* objdump.c (show_line): Fix bug preventing printing of the very
1124	first line (line zero) of a file when interlisting source and
1125	assembly.  Added option to print entire context from start of file
1126	when the first line from that file is encountered.
1127
11282000-02-03  Timothy Wall <twall@redhat.com>
1129
1130	* objdump.c (dump_section_header, find_symbol_for_address,
1131	show_line, disassemble_bytes, disassemble_data, dump_data):
1132	distinguish between octets and bytes.
1133
11342000-01-27  Thomas de Lellis  <tdel@windriver.com>
1135
1136	* nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1137	check to unresolved symbols.
1138	(print_symbol_info_sysv):  Ditto.
1139	(print_symbol_info_posix):  Ditto.
1140
1141	* binutils.texi: Document new 'V' symclass flag for nm.
1142
11432000-01-27  Nick Clifton  <nickc@redhat.com>
1144
1145	* binutils.texi (objdump): Document new ARM specific
1146	disassembler options.
1147
1148	* objdump.c (usage): Call disassembler_usage().
1149
11502000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1151
1152	* readelf.c (get_dynamic_flags): Return buff.
1153	(process_dynamic_segment): Don't pass error strings to printf
1154	as format arg.
1155	(read_and_display_attr): Use lx and ld to print longs.
1156	(process_corefile_note_segment): Cast bfd_vma to unsigned long
1157	before printing.
1158	Update copyright.
1159
11602000-01-17  Nick Clifton  <nickc@cygnus.com>
1161
1162	* readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1163
11642000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
1165
1166	* debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1167	false.
1168	(debug_tag_type): Here too.
1169	* ieee.c (ieee_builtin_type): And here.
1170	* stabs.c (parse_stab_type, parse_stab_array_type): And here.
1171
11722000-01-13  Nick Clifton  <nickc@cygnus.com>
1173
1174	* readelf.c (get_machine_name): Change EM_S370 to return "IBM
1175	System/370".
1176
11772000-01-11  Nick Clifton  <nickc@cygnus.com>
1178
1179	* readelf.c (get_dynamic_type): Remove DT_ENCODING.
1180
11812000-01-10  Nick Clifton  <nickc@cygnus.com>
1182
1183	* readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1184
11852000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
1186
1187	* windres.c (long_options): Add --use-temp-file and
1188	--no-use-temp-file options.
1189	(usage): Document.
1190	(main): Handle.
1191
1192	* windres.h: Update read_rc_file prototype.
1193
1194	* resrc.c (cpp_temp_file): New static variable.
1195	(istream_type): New static variable.
1196	(close_pipe): Delete function.
1197	(run_cmd): New static function.
1198	(open_input_stream): New static function.
1199	(close_input_stream): New static function.
1200	(look_for_default): Handle DOS directory separator. Use
1201	open_input_stream instead of popen.
1202	(read_rc_file): Likewise.
1203
1204	* binutils.texi: Document --use-temp-file, --no-use-temp-file
1205	options.
1206
12072000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1208
1209	* dlltool.c (create_compat_implib): New variable.
1210	(gen_exp_file): Use.
1211	(make_one_lib_file): Use.
1212	(long_options): Add --compat-implib option.
1213	(usage): Handle.
1214	(main): Handle.
1215
1216	* dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1217	(main): Use. Don't look for "32" in cygwin and mingw target names.
1218
12192000-01-03  Nick Clifton  <nickc@cygnus.com>
1220
1221	* binutils.texi: Document new, ARM specific disassembler
1222	command line switch "-M force-thumb".
1223
1224For older changes see ChangeLog-9899
1225
1226Local Variables:
1227mode: change-log
1228left-margin: 8
1229fill-column: 74
1230version-control: never
1231End:
1232