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