Change bug reporting email address.
[binutils-gdb.git] / binutils / ChangeLog
1 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * README: Update for 2.11. Change bug reporting email address.
4 * MAINTAINERS: Tidy up. Change bug reporting email address.
5
6 2001-07-16 DJ Delorie <dj@redhat.com>
7
8 * resres.c (write_res_header): Align header size.
9 (res_align_file): Calculate alignment correctly.
10
11 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
12 correct 10).
13 * resrc.c (write_rc_resource): Likewise.
14 * windres.h (SUBLANG_SHIFT): Define - as 10.
15
16 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
17
18 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
19
20 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
21
22 * MAINTAINERS: Add notes about branch checkins.
23
24 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
25
26 * readelf.c (display_debug_macinfo): New function, display
27 .debug_macinfo section.
28 (do_debug_macinfo): New variable.
29 (parse_args): Handle "-w[mM]" to mean display macro info.
30 (process_section_headers): Handle debug_macinfo.
31 (debug_displays): Replace unsupported function with macinfo
32 function for .debug_macinfo display.
33 * doc/binutils.texi: Document new command line switch.
34 * NEWS: Document new feature of readelf.
35
36 2001-07-05 H.J. Lu <hjl@gnu.org>
37
38 * objcopy.c (filter_symbols): Don't turn undefined symbols
39 into local.
40
41 2001-07-03 H.J. Lu <hjl@gnu.org>
42
43 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
44 $@.pod.
45 (ar.1): Likewise.
46 (dlltool.1): Likewise.
47 (nlmconv.1): Likewise.
48 (nm.1): Likewise.
49 (objcopy.1): Likewise.
50 (objdump.1): Likewise.
51 (ranlib.1): Likewise.
52 (readelf.1): Likewise.
53 (size.1): Likewise.
54 (strings.1): Likewise.
55 (strip.1): Likewise.
56 (windres.1): Likewise.
57 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
58 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
59 $(DEMANGLER_NAME).
60 (as.1): Removed.
61 * doc/Makefile.in: Regenerated.
62
63 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
64
65 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
66
67 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
68
69 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
70
71 2001-06-29 James Cownie <jcownie@etnus.com>
72
73 * readelf.c: Support DWARF 2.1 attributes.
74
75 2001-06-28 Alan Modra <amodra@bigpond.net.au>
76
77 * readelf.c (GET_DATA_ALLOC): Remove.
78 (GET_DATA): Remove.
79 (get_data): New function combining above macros, with an extra
80 test for zero size.
81 (slurp_rela_relocs): Use get_data, and catch error return.
82 (slurp_rel_relocs): Likewise.
83 (get_32bit_program_headers): Likewise.
84 (get_64bit_program_headers): Likewise.
85 (get_32bit_section_headers): Likewise.
86 (get_64bit_section_headers): Likewise.
87 (get_32bit_elf_symbols): Likewise.
88 (get_64bit_elf_symbols): Likewise.
89 (process_section_headers): Likewise.
90 (process_relocs): Likewise.
91 (slurp_ia64_unwind_table): Likewise.
92 (process_unwind): Likewise.
93 (get_32bit_dynamic_segment): Likewise.
94 (get_64bit_dynamic_segment): Likewise.
95 (process_dynamic_segment): Likewise.
96 (process_version_sections): Likewise.
97 (process_symbol_table): Likewise.
98 (dump_section): Likewise.
99 (display_debug_info): Likewise.
100 (display_debug_section): Likewise.
101 (process_section_contents): Likewise.
102 (process_corefile_note_segment): Likewise.
103 (process_mips_specific): Likewise. Also free econf32, econf64.
104
105 2001-06-25 Alan Modra <amodra@bigpond.net.au>
106
107 * readelf.c (dump_relocations): Print "bad symbol index" if
108 symtab == NULL with non-zero symtab_index.
109 (process_relocs): Don't bomb if reloc section has no symsec.
110
111 2001-06-24 H.J. Lu <hjl@gnu.org>
112
113 * objcopy.c (strip_main): Revert the change made on 2001-05-30
114 by accident.
115 (copy_main): Apply the the change made to strip_main on
116 2001-05-30 by accident.
117
118 2001-06-23 Andreas Jaeger <aj@suse.de>
119
120 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
121 parameter 'code'.
122 (unw_decode_x2): Likewise.
123 (unw_decode_x3): Likewise.
124 (unw_decode_x4): Likewise.
125
126 2001-06-23 Ben Elliston <bje@redhat.com>
127
128 * MAINTAINERS: Add myself as M88k maintainer.
129
130 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
131
132 * objcopy.c (strip_main): Support -o or --output-file command lien
133 switch.
134
135 2001-06-19 H.J. Lu <hjl@gnu.org>
136
137 * doc/Makefile.in: Regenerated.
138
139 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
140
141 * readelf.c: Restore formatting.
142
143 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
144
145 * Makefile.am: Move documentation into doc subdirectory.
146 * Makefile.in: Regenerated.
147 * binutils.texi: Move into doc subdirectory.
148 * addr2line.1: Removed.
149 * ar.1: Likewise.
150 * dlltool.1: Likewise.
151 * nlmconv.1: Likewise.
152 * nm.1: Likewise.
153 * objcopy.1: Likewise.
154 * objdump.1: Likewise.
155 * ranlib.1: Likewise.
156 * readelf.1: Likewise.
157 * size.1: Likewise.
158 * strings.1: Likewise.
159 * strip.1: Likewise.
160 * windres.1: Likewise.
161 * cxxfilt.man: Likewise.
162 * doc: New Directory.
163 * doc/Makefile.am: New file.
164 * doc/Makefile.in: Generate.
165
166 2001-06-09 Alan Modra <amodra@bigpond.net.au>
167
168 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
169
170 2001-06-01 Alan Modra <amodra@bigpond.net.au>
171
172 * MAINTAINERS: Update my email address.
173
174 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
175
176 * objcopy.c: Add new switches: --keep-global-symbol,
177 --keep-symbols, --localize-symbols, --keep-global-symbols and
178 --weaken-symbols.
179 * binutils.texi: Document new switches.
180 * objcopy.1: Regenerate.
181 * NEWS: Announce new feature.
182
183 2001-05-28 Andreas Jaeger <aj@suse.de>
184
185 * readelf.c (display_debug_frames): Fix warnings: Remove unused
186 variables, fix format strings.
187
188 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
189
190 * objdump.c (disassemble_bytes): Remove section VMA adjustment
191 when computing the address of the line to show.
192
193 2001-05-16 Richard Henderson <rth@redhat.com>
194
195 * readelf.c (do_debug_frames_interp): New.
196 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
197 (byte_get_big_endian): Likewise.
198 (parse_args) ['F']: Set do_debug_frames_interp.
199 (Frame_Chunk): Make data_factor signed, add fde_encoding.
200 (frame_display_row): Don't trunc pc_begin to int.
201 (size_of_encoded_value): New.
202 (display_debug_frames): Handle 64-bit targets. Print raw data
203 unless do_debug_frames_interp.
204 (debug_displays): Remove duplicate .debug_frame.
205
206 2001-05-15 Ralf Baechle <ralf@gnu.org>
207
208 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
209 The former constant was never in active use and is used otherwise
210 by the ABI.
211
212 2001-05-11 Jakub Jelinek <jakub@redhat.com>
213
214 * readelf.c (process_unwind): Print all unwind sections, not just
215 one.
216
217 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
218
219 * readelf.c (process_unwind): Remove const specifier.
220
221 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
222
223 * strings.c (isgraphic): Do not use isascii() unless it is needed
224 for isprint() to work.
225 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
226
227 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
228
229 * NEWS: Announce support for OpenRISC.
230
231 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
232
233 * dlltool.c (do_default_excludes): Initialise to true.
234
235 2001-04-10 Alan Modra <amodra@one.net.au>
236
237 * MAINTAINERS: Update my email address
238 * nm.c (print_symbol_info_bsd): Use a simple printf string.
239
240 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
241
242 * readelf.c (display_debug_lines): Fix typo for "Prologue".
243
244 2001-03-30 H.J. Lu <hjl@gnu.org>
245
246 * readelf.c (process_unwind): Just return if do_unwind is 0.
247
248 2001-03-28 Roger Sayle <roger@metaphorics.com>
249
250 * dlltool.c (make_one_lib_file): Fix section flags for
251 .text, .data and .bss in stub ds*.o files to match those
252 generated by gas.
253
254 2001-03-29 H.J. Lu <hjl@gnu.org>
255
256 * readelf.c (process_unwind): Only do unwind sections for
257 IA64.
258
259 2001-03-28 H.J. Lu <hjl@gnu.org>
260
261 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
262 * Makefile.in: Regenerate.
263
264 2001-03-26 Andreas Jaeger <aj@suse.de>
265
266 * binutils.texi (nm): Fix texi syntax.
267
268 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
269
270 * binutils.texi: Put @c man begin and @c man end indications
271 to generate man pages using texi2pod and pod2man. Put @c man title
272 to identify each man. Add SEEALSO entries.
273 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
274 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
275 sort the list.
276 (*.1): Build the man pages from binutils.texi.
277 * Makefile.in: Regenerate.
278
279 2001-03-13 Eric Kohl <ekohl@rz-online.de>
280
281 * defparse.y (opt_equal_name): allow "." in name.
282 * dlltool.c (def_exports): Added ability to generate forwarded exports.
283 (gen_exp_file): Likewise.
284
285 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
286
287 * NEWS: Document addition of -B switch to objcopy.
288 * binutils.texi: Document addition of -B switch to objcopy.
289 * objcopy.c: (copy_options): Add --binary-architecture.
290 (copy_usage): Document -B/--binary-architecture.
291 (copy_main): Support -B/--binary-architecture. Set
292 bfd_external_binary_architecture.
293
294 2001-03-11 Andreas Jaeger <aj@suse.de>
295
296 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
297 (dump_relocations): Likewise.
298 (get_machine_name): Likewise.
299
300 2001-02-28 Nick Clifton <nickc@redhat.com>
301
302 * readelf.c: (struct unw_aux_info): Remove const modifier for
303 'strtab' field.
304 (process_unwind): Remove non-K&R compliant LHS type cast in call
305 to GET_DATA_ALLOC macro.
306
307 2001-02-28 Philip Blundell <pb@futuretv.com>
308
309 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
310 ABI is in use; remove ambiguity between the "unknown" EABI and
311 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
312 renamed EF_xx constants.
313
314 2001-02-27 Alan Modra <alan@linuxcare.com.au>
315
316 * configure.in (BFD_VERSION): New.
317 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
318 * configure: Regenerate.
319 * Makefile.am: Run "make dep-am"
320 * Makefile.in: Regenerate.
321
322 2001-02-14 Nick Clifton <nickc@redhat.com>
323
324 * MAINTAINERS: Add "Obvious Fix" rule.
325
326 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
327
328 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
329 literal concatenation.
330
331 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
332
333 * readelf.c (struct unw_aux_info): Remove const from the info member.
334 (process_unwind): Don't type-cast the third argument to the
335 GET_DATA_ALLOC macro.
336
337 2001-02-11 Nick Clifton <nickc@redhat.com>
338
339 * readelf.c (dump_relocations): Free corrected allocated
340 array.
341 (process_unwind): Fix compile time warning.
342
343 2001-02-10 Nick Clifton <nickc@redhat.com>
344
345 * binutils.texi: Document new --unwind option to readelf.
346
347 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
348
349 * readelf.c: Add linux target for S/390.
350
351 2001-02-10 Alan Modra <alan@linuxcare.com.au>
352
353 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
354 printf is a macro.
355
356 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
357
358 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
359 * aclocal.m4: Regenerate.
360 * configure: Regenerate.
361
362 2001-02-07 Todd Vierling <tv@wasabisystems.com>
363
364 * bucomm.c (bfd_target_vector): Change extern array to pointer.
365 * objdump.c (bfd_target_vector): Likewise.
366
367 2001-02-07 David Mosberger <davidm@hpl.hp.com>
368
369 * readelf.c (process_unwind): New function.
370 (slurp_ia64_unwind_table): Ditto.
371 (dump_ia64_unwind): Ditto.
372 (find_symbol_for_address): Ditto.
373 (slurp_rela_relocs): New function (split off from dump_relocations()).
374 (slurp_rel_relocs): Ditto.
375 (parse_args): Handle '-u' option.
376
377 * unwind-ia64.c: New file.
378 * unwind-ia64.h: New file.
379 * Makefile.am: Include unwind-ia64.c in readelf build.
380 * Makefile.in: Regenerate.
381 * po/binutils.pot: Regenerate.
382
383 2001-02-04 Philip Blundell <philb@gnu.org>
384
385 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
386 * configure: Regenerate.
387
388 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
389
390 * ieee.c (ieee_add_bb11): Don't check for backslashes
391 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
392
393 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
394
395 * ieee.c: Update copyright.
396 (ieee_start_compilation_unit): Don't check for backslashes
397 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
398
399 * stabs.c: Update copyright. Include "filenames.h".
400 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
401
402 2001-01-23 Jakub Jelinek <jakub@redhat.com>
403
404 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
405 sections are present before using them. Remove code duplication.
406 (process_symbol_table): Check if VERDEF or VERNEED sections are
407 present before using them.
408
409 2001-01-17 Nick Clifton <nickc@redhat.com>
410
411 * objcopy.c (copy_object): Fail if attempting to convert the
412 endianness of the input object file.
413
414 * binutils.texi: Explain that objcopy cannot convert endianness.
415
416 2001-01-16 Nick Clifton <nickc@redhat.com>
417
418 * readelf.c (string_table_length): New variable.
419 (SECTION_NAME): Catch out of range indices and missing section
420 pointers.
421 (process_section_headers): Delete useless local variable
422 string_table_offset. Set the value of string_table_length
423 after loading the string table.
424 (process_mips_specific): Use SECTION_NAME macro.
425 (process_file): Set string_table_length to 0 when it is freed.
426
427 2001-01-12 Nick Clifton <nickc@redhat.com>
428
429 * version.c (print_version): Update copyright date.
430
431 2001-01-11 Peter Targett <peter.targett@arccores.com>
432
433 * readelf.c (dump_relocations): Include selection with EM_ARC.
434 (get_machine_name) Update name to "ARC".
435
436 2001-01-09 Nick Clifton <nickc@redhat.com>
437
438 * Makefile.am: Add rule to build objdump.o from objdump.c and
439 using OBJDUMP_DEFS.
440 * Makefile.in: Regenerate.
441
442 * configure.in: Define OBJDUMP_DEFS. Default to empty.
443 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
444 -DDISASSEMBLER_NEEDS_RELOCS.
445 * configure: Regenerate.
446
447 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
448 is defined read in the relocs even if dump_reloc_info is
449 false.
450
451 2001-01-07 Philip Blundell <philb@gnu.org>
452
453 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
454 `bug-binutils'.
455 * README: Likewise.
456
457 2000-12-19 Nick Clifton <nickc@redhat.com>
458
459 * dlltool.c: Add missing support for arm-epoc-pe.
460 * configure.in: Add missing support for arm-epoc-pe.
461 * configure: Regenerate.
462
463 2000-12-15 Nick Clifton <nickc@redhat.com>
464
465 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
466 Mode parts of the x86 port.
467
468 2000-12-04 Andreas Jaeger <aj@suse.de>
469
470 * readelf.c (guess_is_rela): Add EM_X86_64.
471 (dump_relocations): Add EM_X86_64.
472 (get_machine_name): Add EM_X86_64.
473 Include "elf/x86-64.h".
474
475 2000-12-12 Nick Clifton <nickc@redhat.com>
476
477 * readelf.c: Fix formatting.
478
479 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
480
481 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
482
483 2000-12-07 Andrew Haley <aph@redhat.com>
484
485 * readelf.c (display_debug_frames): Only display columns that are
486 referenced by the frame debug info.
487
488 2000-12-05 Nick Clifton <nickc@redhat.com>
489
490 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
491
492 2000-12-04 Jason Merrill <jason@redhat.com>
493
494 * readelf.c (process_section_headers): Handle linkonce.wi sections.
495 (display_debug_section): Likewise.
496 (display_debug_info): Display CU header before bailing.
497
498 2000-12-01 Chris Demetriou <cgd@sibyte.com>
499
500 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
501 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
502 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
503
504 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
505 and E_MIPS_ARCH_64.
506
507 * readelf.c (get_machine_flags): Add case for
508 E_MIPS_MACH_SB1.
509
510 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
511
512 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
513
514 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
515
516 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
517 Change sourceware.cygnus.com to sources.redhat.com.
518 Fix typo for "amongst".
519
520 2000-11-28 Nick Clifton <nickc@redhat.com>
521
522 * strip.1 (COPYING): Mention that the GNU Free Documentation
523 License is present in the sources, but not the output, and
524 also available from the GNU website.
525 (GNU Free Documentation License): Comment out this section.
526 * strings.1: Ditto.
527 * size.1: Ditto.
528 * ranlib.1: Ditto.
529 * objdump.1: Ditto.
530 * objcopy.1: Ditto.
531 * nm.1: Ditto.
532 * nlmconv.1: Ditto.
533 * ar.1: Ditto.
534 * addr2line.1: Ditto.
535
536 2000-11-27 DJ Delorie <dj@redhat.com>
537
538 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
539 (parse_args): Support -wf option.
540 (process_section_headers): Ditto.
541 (debug_displays): Ditto.
542 (display_debug_frames): New, dump *_frame sections.
543 (frame_need_space): Support for above.
544 (frame_display_row): Ditto.
545 * binutils.texi: Document it.
546
547 2000-11-24 Nick Clifton <nickc@redhat.com>
548
549 * NEWS: Announce support for v5t, v5te and XScale.
550
551 2000-11-22 Nick Clifton <nickc@redhat.com>
552
553 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
554 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
555 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
556 (get_elf_section_flags: Add SHF_GROUP.
557 (process_section_headers): Adjust output for 32-bit binaries
558 to look nice on an 80 column terminal.
559
560 2000-11-20 H.J. Lu <hjl@gnu.org>
561
562 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
563 ELFOSABI_AIX.
564
565 2000-11-17 Richard Henderson <rth@redhat.com>
566
567 * readelf.c (display_debug_lines): Adjust last change to
568 use sizeof (external->li_length).
569
570 2000-11-17 Richard Henderson <rth@redhat.com>
571
572 * readelf.c (display_debug_lines): Fix section length check
573 and end_of_sequence computation.
574
575 2000-11-06 Nick Clifton <nickc@redhat.com>
576
577 * binutils.texi: Add GNU Free Documentation License.
578 * objcopy.1: Add GNU Free Documentation License.
579 * objdump.1: Add GNU Free Documentation License.
580 * addr2line.1: Add GNU Free Documentation License.
581 * ar.1: Add GNU Free Documentation License.
582 * nlmconv.1: Add GNU Free Documentation License.
583 * nm.1: Add GNU Free Documentation License.
584 * ranlib.1: Add GNU Free Documentation License.
585 * size.1: Add GNU Free Documentation License.
586 * strings.1: Add GNU Free Documentation License.
587 * strip.1: Add GNU Free Documentation License.
588
589 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
590
591 * objcopy.c (--srec-len=nn): New parameter to set the
592 maximum length of generated Srecords.
593 (--srec-forceS3): New parameter that restricts the generation of
594 Srecords to type S3 only.
595 * binutils.texi: Document new command line switches.
596 * objcopy.1: Docuemnt the new command line switches.
597 * NEWS: Announce the existence of the new command line switches.
598
599 2000-10-31 Nick Clifton <nickc@redhat.com>
600
601 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
602 code. Add Eric Chrisopher as maintainer of MN10300 port.
603
604 2000-10-12 Roger Sayle <roger@metaphorics.com>
605
606 * Make comma after string after icon/control optional.
607
608 2000-09-13 Anders Norlander <anorland@acc.umu.se>
609
610 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
611
612 * NEWS: Mention support for MIPS32.
613
614 2000-09-08 Nick Clifton <nickc@redhat.com>
615
616 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
617
618 2000-09-07 H.J. Lu <hjl@gnu.org>
619
620 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
621 * configure: Rebuild.
622
623 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
624
625 * configure: Rebuilt with new libtool.m4.
626
627 2000-09-05 Nick Clifton <nickc@redhat.com>
628
629 * aclocal.m4: Regenerate.
630 * config.in: Regenerate.
631 * configure: Regenerate.
632
633 2000-09-04 Todd Vierling <tv@wasabisystems.com>
634
635 * strip.1: Fix stray '\' in -o formatting.
636
637 2000-09-02 Nick Clifton <nickc@redhat.com>
638
639 * configure.in: Increase version number to 2.10.91.
640 * configure: Regenerate.
641 * aclocal.m4: Regenerate.
642 * config.in: Regenerate.
643 * po/binutils.pot: Regenerate.
644
645 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
646
647 * acinclude.m4: Include libtool and gettext macros from the
648 top level.
649 * aclocal.m4, configure: Rebuilt.
650
651 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
652
653 * resrc.c (close_input_stream): Delete extraneous logic
654
655 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
656
657 * NEWS: Mention support for CRIS.
658
659 2000-08-21 Nick Clifton <nickc@redhat.com>
660
661 * addr2line.c: Changed email address for Ulrich Lauther.
662
663 2000-08-17 Christopher C. Chimelis <chris@debian.org>
664
665 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
666
667 2000-08-17 Nick Clifton <nickc@redhat.com>
668
669 * readelf.c (display_debug_pubnames): Only issue warning
670 message once. Terminate message with a new line.
671 (display_debug_aranges): Only display version 2 debug info.
672
673 2000-08-14 Todd Vierling <tv@wasabisystems.com>
674
675 * objcopy.c (strip_main): Silently accept -d as an alias for -g
676 for compatability with old BSD systems.
677
678 2000-08-14 Jason Eckhardt <jle@cygnus.com>
679
680 * NEWS: Mention i860 support.
681
682 2000-08-11 Carlo Wood <carlo@alinoe.com>
683
684 * addr2line.c (main): Add const to char *.
685
686 2000-08-11 Geoff Keating <geoffk@cygnus.com>
687
688 * ar.c (main): Don't crash if called with no arguments
689 or only '-X32_64' as an argument.
690
691 2000-08-08 DJ Delorie <dj@redhat.com>
692
693 * resrc.c: use "gcc -xc" instead of -xc-header
694
695 2000-08-05 Jason Eckhardt <jle@cygnus.com>
696
697 * readelf.c (elf/i860.h): Include.
698 (dump_relocations): Add recognition of i860 architecture.
699 (guess_is_rela): Add recognition of i860 architecture.
700
701 2000-08-03 Nick Clifton <nickc@cygnus.com>
702
703 * MAINTAINERS: Add information about CGEN maintainers.
704
705 2000-07-26 Geoff Keating <geoffk@cygnus.com>
706
707 * nm.c (main): Ignore '-X32_64' as an option.
708 * ar.c (main): Likewise.
709 * binutils.texi (nm): Document new option.
710 (ar): Likewise.
711
712 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
713
714 * rdcoff.c (external_coff_symbol_p): K&R-ise.
715
716 2000-07-20 H.J. Lu <hjl@gnu.org>
717
718 * binutils.texi: Put back "@end table" deleted by
719 accident.
720
721 2000-07-05 Kenneth Block <krblock@computer.org>
722
723 * nm.c: Add optional style to demangle switch.
724 * objdump.c: Add optional style to demangle switch.
725 * addr2line.c: Add optional style to demangle switch.
726 * binutils.texi: Document optional style to demangle
727 switch.
728
729 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
730
731 * MAINTAINERS: Add self as CRIS port maintainer.
732 * readelf.c: Include elf/cris.h.
733 (guess_is_rela): Handle EM_CRIS.
734 (dump_relocations): Ditto.
735 (get_machine_name): Ditto.
736 * Makefile.am: Rebuild dependencies.
737 * Makefile.in: Regenerate.
738 * po/binutils.pot: Regenerate.
739
740 2000-07-19 H.J. Lu <hjl@gnu.org>
741
742 * readelf.c (get_dynamic_type): Change "AUXILARY" to
743 "AUXILIARY".
744 (process_dynamic_segment): Print out strings for DT_CONFIG,
745 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
746
747 2000-07-19 Mark Kettenis <kettenis@gnu.org>
748
749 * nm.c (usage): Change output of `nm --help' to include a
750 description of the purpose of the program and a detailed
751 description of the accepted options.
752
753 2000-07-19 H.J. Lu <hjl@gnu.org>
754
755 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
756 to DF_1_NODEFLIB.
757
758 2000-07-19 H.J. Lu <hjl@gnu.org>
759
760 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
761
762 2000-07-19 H.J. Lu <hjl@gnu.org>
763
764 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
765 DT_FEATURE.
766 (process_dynamic_segment): Likewise.
767
768 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
769 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
770 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
771 DF_1_NODUMP and DF_1_CONLFAT.
772
773 2000-07-18 Nick Clifton <nickc@cygnus.com>
774
775 * binutils.texi (readelf): Fix spelling typo.
776
777 2000-07-11 Mark Kettenis <kettenis@gnu.org>
778
779 * objdump.c (usage): Make output of `objdump --help' more
780 consistent with the rest of the GNU world. Add a line describing
781 the purpose of the program.
782
783 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
784
785 * stabs.c (parse_stab_range_type): Cast to proper type to fix
786 warning.
787
788 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
789
790 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
791 to fix warnings.
792 (process_symbol_table): Ditto.
793 (procesS_extended_line_op): Ditto.
794 (display_debug_lines): Ditto.
795 (display_debug_pubnames): Ditto.
796 (read_and_display_attr): Ditto.
797
798 2000-07-09 Nick Clifton <nickc@cygnus.com>
799
800 * MAINTAINERS: Add several more port specific maintainers.
801
802 2000-07-05 Nick Clifton <nickc@cygnus.com>
803
804 * MAINTAINERS: Add blanket write privs for Michael Meissner.
805
806 2000-06-05 DJ Delorie <dj@redhat.com>
807
808 * MAINTAINERS: New.
809
810 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
811
812 * dllwrap.c: Changed mistaken dyn_string_append() calls
813 to dyn_string_append_cstr().
814
815 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
816
817 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
818 struct debug_type stores size in bytes.
819
820 2000-07-01 Alan Modra <alan@linuxcare.com.au>
821
822 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
823 (CLEANFILES): Add DEPA.
824 * Makefile.in: Regenerate.
825
826 2000-06-27 Alan Modra <alan@linuxcare.com.au>
827
828 * ar.c: Revert incorrect 2000-06-25 patch.
829 * bucomm.c: Likewise.
830
831 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
832
833 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
834 (external_coff_symbol_p): New function.
835 (parse_coff): Use it.
836
837 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
838
839 * ar.c (normalize): Advance past both characters in a DOS based
840 <letter>: filepath prefix.
841 (main): Likewise.
842 * bucomm.c (make_tempname): Likewise.
843
844 2000-06-24 Nick Clifton <nickc@cygnus.com>
845
846 * objdump.c (usage): Fix description of --stabs switch.
847
848 2000-06-22 Alan Modra <alan@linuxcare.com.au>
849
850 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
851 find one.
852 * Makefile.in: Regenerate.
853
854 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
855
856 * ar.c (normalize): Correct pointer comparison when checking for
857 backslashes.
858 (main): Likewise.
859 * bucomm.c (make_tempname): Likewise.
860
861 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
862 and search for backslashes in the original pathname.
863 (ieee_add_bb11): Likewise.
864
865 2000-06-18 Nick Clifton <nickc@redhat.com>
866
867 * ar.c (print_contents): Improve verbose message.
868
869 2000-06-15 H.J. Lu <hjl@gnu.org>
870
871 * dyn-string.c: Removed. Not needed with dyn-string.c in
872 libiberty.
873 * dyn-string.h: Likewise.
874
875 * Makefile.am: Remove references to dyn-string.c and
876 dyn-string.h. Rebuild dependency.
877 * Makefile.in: Rebuild.
878
879 2000-06-15 H.J. Lu <hjl@gnu.org>
880
881 * binutils.texi: Put a warning on copying relocatable object
882 files between two different formats.
883
884 2000-06-13 DJ Delorie <dj@cygnus.com>
885
886 * rcparse.y (control): ICON controls take an id as the first
887 parameter, not an optional string. Also, call new convenience
888 function that takes res_id's.
889 * resrc.c (define_control): missing text means zero-length string,
890 not zero ID.
891 (define_icon_control): New.
892 * windres.h: declare define_icon_control.
893
894 2000-06-13 H.J. Lu <hjl@gnu.org>
895
896 * configure: Regenerate.
897
898 2000-06-08 David O'Brien <obrien@FreeBSD.org>
899
900 * configure.in (VERSION): Update to show this is the CVS mainline.
901
902 2000-06-02 David O'Brien <obrien@FreeBSD.org>
903
904 * strings.c (isgraphic): Interpret <TAB> as a printable character,
905 analogous to <SPACE>.
906
907 2000-05-30 Alan Modra <alan@linuxcare.com.au>
908
909 * objdump.c (display_target_list): Use bfd_close_all_done, not
910 bfd_close to fix crash caused by 2000-05-24 change.
911
912 2000-05-25 DJ Delorie <dj@cygnus.com>
913
914 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
915
916 2000-05-26 Alan Modra <alan@linuxcare.com.au>
917
918 * Makefile.am: Update dependencies with "make dep-am"
919 * Makefile.in: Regenerate.
920
921 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
922
923 * ar.c: Include filenames.h.
924 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
925 and drive letters in file names.
926 (main): Support backslashes and drive letters in argv[0]. Drop
927 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
928 FILENAME_CMP instead of strcmp to compare file names.
929 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
930 DJGPP v2.
931 (do_quick_append) [__GO32__]: Ditto.
932 (get_pos_bfd, delete_members, move_members, replace_members):
933 Compare file names with FILENAME_CMP.
934
935 * bucomm.c: Include filenames.h.
936 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
937 forward/backward slashes and drive letters in file names.
938
939 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
940 mixed forward/backward slashes and drive letters in file names.
941
942 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
943 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
944 mode.
945
946 * objcopy.c: Include filenames.h.
947 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
948 before comparing to "strip".
949 Use FILENAME_CMP to compare file names.
950
951 * arsup.c: Include filenames.h.
952 (map_over_list, ar_delete, ar_replace, ar_extract): Use
953 FILENAME_CMP to compare file names.
954 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
955 the temporary file name.
956
957 * configure.in: Check for setmode.
958 * configure: Regenerate.
959
960 2000-05-24 Alan Modra <alan@linuxcare.com.au>
961
962 * objdump.c (display_target_list): Close the bfd.
963 (display_info_table): Likewise.
964
965 2000-05-14 H.J. Lu (hjl@gnu.org)
966
967 * objcopy.c (filter_symbols): Don't strip global symbols in
968 relocatable object files.
969
970 2000-05-14 Alan Modra <alan@linuxcare.com.au>
971
972 * size.c (usage): Associate short options with corresponding long
973 option to give a clue as to their function.
974
975 2000-05-14 Philippe De Muyter <phdm@macqel.be>
976
977 * size.c (main): Accept and ignore `-f' option.
978
979 2000-05-13 Alan Modra <alan@linuxcare.com.au>
980
981 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
982 bindtextdomain): Replace defines with those from intl/libgettext.h
983 to quieten gcc warnings.
984
985 2000-05-12 H.J. Lu <hjl@gnu.org>
986
987 * nlmconv.c (temp_filename): Removed.
988
989 * nlmconv.c (link_inputs): Use make_temp_file () instead of
990 choose_temp_base ().
991 * objdump.c (display_target_list): Likewise.
992 (display_info_table): Likewise.
993
994 2000-05-08 Alan Modra <alan@linuxcare.com.au>
995
996 * objcopy.c (setup_section): Add const and gettext calls for err.
997
998 2000-05-02 H.J. Lu <hjl@gnu.org>
999
1000 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1001 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1002 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1003 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1004 and ELFOSABI_OPENBSD.
1005
1006 2000-05-02 Kazu Hirata <kazu@hxi.com>
1007
1008 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1009 * srconv.c: Likewise.
1010 * sysdump.c: Likewise.
1011
1012 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
1013
1014 * readelf.c (guess_is_rela): AVR uses RELA relocations.
1015 (get_machine_name): machine name for EM_AVR added.
1016
1017 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1018 David Mosberger <davidm@hpl.hp.com>
1019
1020 * Makefile.am (readelf.o): Add elf/ia64.h.
1021 * Makefile.in: Rebuild.
1022 * readelf.c: Include elf/ia64.h.
1023 (guess_is_rela, dump_relocations): Handle EM_IA_64.
1024
1025 2000-04-17 Timothy Wall <twall@cygnus.com>
1026
1027 * objdump.c (disassemble_data): Set octets per byte *after*
1028 resolving arch/mach for binary files.
1029
1030 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1031
1032 * arlex.l: Add directives to increase lex buffer size.
1033
1034 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1035 already included by bucomm.h.
1036
1037 2000-04-10 Philippe De Muyter <phdm@macqel.be>
1038
1039 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1040 `strftime' since strftime is not available on all systems.
1041 (process_mips_specific): Ditto.
1042
1043 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1044
1045 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1046 --enable-build-warnings option.
1047 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1048 * Makefile.in, configure: Re-generate.
1049
1050 2000-04-06 Alan Modra <alan@linuxcare.com.au>
1051
1052 * addr2line.c: Update copyright.
1053 * objcopy.1: Likewise, and title.
1054 * strings.1: Likewise.
1055
1056 * version.c (print_version): Add 2000.
1057
1058 * rddbg.c (read_section_stabs_debugging_info): Don't use
1059 bfd_size_type for strx to avoid printf problems if BFD64.
1060
1061 * bucomm.c: (report): Remove `static'.
1062 Move inclusion of stdarg.h/vararg.h from here.
1063 * bucomm.h: To here.
1064 (CONST): Change all occurences to const.
1065 (report): Declare it.
1066 (bfd_fatal): Add ATTRIBUTE_NORETURN.
1067 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1068 (non_fatal): Add ATTRIBUTE_PRINTF_1.
1069
1070 * ar.c (main): Use fatal or non_fatal instead of fprintf.
1071 Correct a typo in an error message.
1072 (do_quick_append): Use non_fatal instead of fprintf.
1073 (move_members): Use fatal instead of fprintf, exit.
1074 * coffdump.c (main): Same here.
1075
1076 * dlltool.c (display): Delete.
1077 (warn): Delete.
1078 (inform): Use `report' instead of `display'.
1079 (rvaafter): Remove trailing \n from fatal error msg.
1080 (rvabefore): Ditto.
1081 (asm_prefix): Ditto.
1082 (yyerror): Replace `warn' with `non_fatal', and remove \n.
1083 (def_name): Likewise.
1084 (run): Likewise.
1085 (scan_all_symbols): Likewise.
1086 (gen_lib_file): Likewise.
1087 (def_library): Likewise. Remove extra program_name too.
1088 (run): Remove \n from inform strings.
1089 (scan_drectve_symbols): Likewise.
1090 (add_excludes): Likewise.
1091 (scan_open_obj_file): Likewise.
1092 (gen_exp_file): Likewise.
1093 (gen_lib_file): Likewise.
1094 (process_duplicates): Likewise.
1095
1096 * Makefile.am (dllwrap_SOURCES): Add version.c.
1097 * dllwrap.c (program_version): Delete.
1098 (print_version): Delete.
1099 (display): Always print trailing \n.
1100 (warn): New.
1101 (delete_temp_files): Use warn instead of fprintf. Use gettext.
1102 (run): Here too.
1103 (main): And here.
1104 (usage): gettext'ify.
1105 (long_options): Add missing initialisers.
1106
1107 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1108 (select_output_format): Likewise.
1109 (powerpc_mangle_relocs): Likewise.
1110 (link_inputs): Likewise.
1111
1112 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1113 (set_output_format): Likewise.
1114 (main): Use non_fatal instead of fprintf.
1115 (display_rel_file): Likewise.
1116
1117 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1118 (slurp_dynamic_symtab): Same here.
1119 (disassemble_data): And here.
1120 (read_section_stabs): And here.
1121 (read_section_stabs): And here.
1122 (dump_bfd): And here.
1123 (main): And here.
1124 (objdump_sprintf): Use fatal instead of fprintf, exit.
1125 (disassemble_data): Same here.
1126
1127 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1128 (parse_coff_struct_type): Same here.
1129 (parse_coff_enum_type): And here.
1130 (parse_coff): And here.
1131 * rddbg.c (read_debugging_info): And here.
1132 * size.c (main): And here.
1133 * windres.c (format_from_name): And here.
1134 * wrstabs.c (stab_write_symbol): Here too.
1135 (write_stabs_in_sections_debugging_info): And here.
1136 (stab_int_type): And here.
1137 (stab_struct_field): And here.
1138 (stab_typdef): And here.
1139
1140 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1141 * srconv.c (main): Same here.
1142 * strings.c (main): And here.
1143 (integer_arg): And here.
1144 * sysdump.c (main): And here.
1145
1146 2000-04-06 Timothy Wall <twall@cygnus.com>
1147
1148 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1149
1150 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1151
1152 * readelf.c (decode_location_expression): Loop through multiple
1153 operations.
1154 (read_and_display_attr): Pass in length.
1155
1156 * readelf.c (read_and_display_attr): Add CU offset to references.
1157 (display_debug_info): Pass it in.
1158
1159 2000-04-06 Nick Clifton <nickc@cygnus.com>
1160
1161 * readelf.c (decode_ARM_machine_flags): New function.
1162 (get_machine_flags): Call decode_ARM_machine_flags for ARM
1163 targets.
1164
1165 (get_machine_name): Catch EM_AVR
1166
1167 2000-04-05 Alan Modra <alan@linuxcare.com.au>
1168
1169 * binutils.texi: Remove optional `=' from long options that have
1170 an `=' in the argument.
1171 * objcopy.1: Here too. Remove extra space on discard-all.
1172
1173 * binutils.texi (objcopy): Mention --redefine-sym.
1174 * objcopy.1: Here too.
1175 * NEWS: And here.
1176
1177 * objcopy.c (parse_flags): Split off flag names from error message
1178 gettext as they are not translated.
1179 (copy_main): Similarly split off option name for --add-section,
1180 --set-section-flags, --change-section-vma, --change-section-lma
1181 error messages.
1182 Some white space changes.
1183
1184 from Matthew Benjamin <matt@linuxbox.nu>
1185 * objcopy.c (struct redefine_node): New.
1186 (redefine_sym_list): New.
1187 (redefine_list_append): New.
1188 (lookup_sym_redefinition): New.
1189 (OPTION_REDEFINE_SYM): New.
1190 (copy_options): Add --redefine-sym option.
1191 (copy_usage): Mention it.
1192 (filter_symbols): Rename symbols on redefine_sym_list.
1193 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1194 (copy_main): Handle OPTION_REDEFINE_SYM.
1195
1196 2000-04-04 H.J. Lu <hjl@gnu.org>
1197
1198 * readelf.c (process_symbol_table): Correctly read in symbol
1199 versioning information.
1200
1201 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1202
1203 * po/binutils.pot: Regenerate.
1204
1205 * addr2line.c (usage): Restore translated part of bug string.
1206 * ar.c (usage): Likewise.
1207 * nlmconv.c (show_usage): Likewise.
1208 * nm.c (usage): Likewise.
1209 * objcopy.c (copy_usage): Likewise.
1210 (strip_usage): Likewise.
1211 * objdump.c (usage): Likewise.
1212 * readelf.c (usage): Likewise.
1213 * size.c (usage): Likewise.
1214 * strings.c (usage): Likewise.
1215 * windres.c (usage): Likewise.
1216
1217 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1218 (DEP): Quote when passing vars to sub-make. Add warning
1219 message to end.
1220 (DEP1): Rewrite for "gcc -MM".
1221 (CLEANFILES): Add DEP2.
1222 Update dependencies.
1223 * Makefile.in: Regenerate.
1224
1225 2000-04-04 H.J. Lu <hjl@gnu.org>
1226
1227 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1228 (arparse.h): Depend on arparse.c
1229 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1230
1231 2000-04-03 H.J. Lu (hjl@gnu.org)
1232
1233 * size.c (usage): Use REPORT_BUGS_TO.
1234
1235 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1236
1237 * bucomm.h: #include "bin-bugs.h"
1238 * addr2line.c (usage): Use REPORT_BUGS_TO.
1239 * ar.c (usage): Likewise.
1240 * nlmconv.c (show_usage): Likewise.
1241 * nm.c (usage): Likewise.
1242 (OPTION_TARGET): Define.
1243 (long_options): Use OPTION_TARGET rather than 200.
1244 (main): Likewise.
1245
1246 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1247 (strip_usage): Likewise.
1248 * objdump.c (usage): Likewise.
1249 * readelf.c (usage): Likewise.
1250 * strings.c (usage): Likewise.
1251 * windres.c (usage): Likewise.
1252
1253 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1254
1255 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1256
1257 2000-03-27 Nick Clifton <nickc@cygnus.com>
1258
1259 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1260 string offsets in corrupt stabs entries.
1261
1262 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1263
1264 * readelf.c: Include elf/avr.h
1265 (dump_relocations): Add EM_AVR case.
1266
1267 2000-03-09 Tim Waugh <twaugh@redhat.com>
1268
1269 * strings.1: Correct '-bytes' to '--bytes'.
1270
1271 2000-03-08 H.J. Lu <hjl@gnu.org>
1272
1273 * Makefile.am (install-exec-local): Depend on
1274 install-binPROGRAMS for parallel make.
1275 * Makefile.in: Regenerated.
1276
1277 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1278
1279 From Brad Lucier <lucier@math.purdue.edu>:
1280 * readelf.c (process_dynamic_segment): Add cast to make sure
1281 argument to %* is int.
1282
1283 2000-02-25 H.J. Lu <hjl@gnu.org>
1284
1285 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1286
1287 2000-02-24 Nick Clifton <nickc@cygnus.com>
1288
1289 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1290 * configure: Regenerate.
1291
1292 * dlltool.c: Add support for sh-pe and mips-pe targets.
1293 * rescoff.c: Add support for sh-pe and mips-pe targets.
1294
1295 2000-02-23 H.J. Lu <hjl@gnu.org>
1296
1297 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1298
1299 2000-02-22 Nick Clifton <nickc@cygnus.com>
1300
1301 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1302
1303 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1304
1305 From Brad Lucier <lucier@math.purdue.edu>:
1306 * readelf.c (process_version_sections): Add casts to make sure
1307 argument to %* is an int.
1308 (process_mips_specific): Add casts to make printf arguments match
1309 format.
1310
1311 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1312
1313 * objdump.c (dump_section_header): Change `opb' to unsigned.
1314 (find_symbol_for_address): Same here.
1315 (disassemble_data): And here. Change `addr_offset',
1316 `stop_offset', `nextstop_offset' to unsigned long.
1317 (dump_data): Change opb to unsigned.
1318
1319 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1320
1321 * resrc.c: Remove unmatched #if for cygwin.
1322
1323 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1324
1325 * binutils.texi: Document the change of flavor name from atpcs-special
1326 to special-atpcs to prevent name conflict in gdb.
1327
1328 2000-02-08 Timothy Wall <twall@redhat.com>
1329
1330 * objdump.c (show_line): Fix bug preventing printing of the very
1331 first line (line zero) of a file when interlisting source and
1332 assembly. Added option to print entire context from start of file
1333 when the first line from that file is encountered.
1334
1335 2000-02-03 Timothy Wall <twall@redhat.com>
1336
1337 * objdump.c (dump_section_header, find_symbol_for_address,
1338 show_line, disassemble_bytes, disassemble_data, dump_data):
1339 distinguish between octets and bytes.
1340
1341 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1342
1343 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1344 check to unresolved symbols.
1345 (print_symbol_info_sysv): Ditto.
1346 (print_symbol_info_posix): Ditto.
1347
1348 * binutils.texi: Document new 'V' symclass flag for nm.
1349
1350 2000-01-27 Nick Clifton <nickc@redhat.com>
1351
1352 * binutils.texi (objdump): Document new ARM specific
1353 disassembler options.
1354
1355 * objdump.c (usage): Call disassembler_usage().
1356
1357 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1358
1359 * readelf.c (get_dynamic_flags): Return buff.
1360 (process_dynamic_segment): Don't pass error strings to printf
1361 as format arg.
1362 (read_and_display_attr): Use lx and ld to print longs.
1363 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1364 before printing.
1365 Update copyright.
1366
1367 2000-01-17 Nick Clifton <nickc@cygnus.com>
1368
1369 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1370
1371 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1372
1373 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1374 false.
1375 (debug_tag_type): Here too.
1376 * ieee.c (ieee_builtin_type): And here.
1377 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1378
1379 2000-01-13 Nick Clifton <nickc@cygnus.com>
1380
1381 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1382 System/370".
1383
1384 2000-01-11 Nick Clifton <nickc@cygnus.com>
1385
1386 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1387
1388 2000-01-10 Nick Clifton <nickc@cygnus.com>
1389
1390 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1391
1392 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1393
1394 * windres.c (long_options): Add --use-temp-file and
1395 --no-use-temp-file options.
1396 (usage): Document.
1397 (main): Handle.
1398
1399 * windres.h: Update read_rc_file prototype.
1400
1401 * resrc.c (cpp_temp_file): New static variable.
1402 (istream_type): New static variable.
1403 (close_pipe): Delete function.
1404 (run_cmd): New static function.
1405 (open_input_stream): New static function.
1406 (close_input_stream): New static function.
1407 (look_for_default): Handle DOS directory separator. Use
1408 open_input_stream instead of popen.
1409 (read_rc_file): Likewise.
1410
1411 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1412 options.
1413
1414 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1415
1416 * dlltool.c (create_compat_implib): New variable.
1417 (gen_exp_file): Use.
1418 (make_one_lib_file): Use.
1419 (long_options): Add --compat-implib option.
1420 (usage): Handle.
1421 (main): Handle.
1422
1423 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1424 (main): Use. Don't look for "32" in cygwin and mingw target names.
1425
1426 2000-01-03 Nick Clifton <nickc@cygnus.com>
1427
1428 * binutils.texi: Document new, ARM specific disassembler
1429 command line switch "-M force-thumb".
1430
1431 For older changes see ChangeLog-9899
1432 \f
1433 Local Variables:
1434 mode: change-log
1435 left-margin: 8
1436 fill-column: 74
1437 version-control: never
1438 End: