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