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