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