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