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