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