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