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