]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
daily update
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
2
3 * filemode.c: Fix formatting.
4 * ieee.c: Likewise.
5 * is-ranlib.c: Likewise.
6 * is-strip.c: Likewise.
7 * maybe-ranlib.c: Likewise.
8 * maybe-strip.c: Likewise.
9 * nlmconv.c: Likewise.
10 * nm.c: Likewise.
11 * not-ranlib.c: Likewise.
12 * not-strip.c: Likewise.
13 * objcopy.c: Likewise.
14 * objdump.c: Likewise.
15
16 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
17
18 * objdump.c (dump_headers): Fix output formatting for ELF32
19 architectures in a BFD64 enabled toolchain.
20
21 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
22
23 * debug.c: Fix formatting.
24 * debug.h: Likewise.
25 * dlltool.c: Likewise.
26 * dllwrap.c: Likewise.
27 * emul_aix.c: Likewise.
28 * emul_vanilla.c: Likewise.
29
30 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
31
32 * addr2line.c: Fix formatting.
33 * ar.c: Likewise.
34 * arsup.c: Likewise.
35 * arsup.h: Likewise.
36 * binemul.c: Likewise.
37 * binemul.h: Likewise.
38 * bucomm.c: Likewise.
39 * coffdump.c: Likewise.
40 * coffgrok.c: Likewise.
41 * coffgrok.h: Likewise.
42
43 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
44
45 * MAINTAINERS: Add myself as the second AVR port maintainer.
46
47 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
48
49 * MAINTAINERS: Update my email address.
50
51 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
52
53 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
54
55 2002-05-09 Alan Modra <amodra@bigpond.net.au>
56
57 * configure.in: Replace `*pe' with `pe' throughout.
58 * configure: Regenerate.
59
60 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
61
62 * Makefile.am: Honour DESTDIR.
63 * Makefile.in: Regenerate.
64
65 2002-05-06 Alan Modra <amodra@bigpond.net.au>
66
67 * dlltool.c (process_def_file): Add missing prototype.
68 (new_directive, assemble_file, main): Likewise.
69 (process_def_file, new_directive): Make static.
70 (inform): Rewrite using VA_FIXEDARG.
71 * dllwrap.c (mybasename): Add missing prototype.
72 (strhash, main): Likewise.
73 (inform): Rewrite using VA_FIXEDARG.
74 (warn): Likewise.
75 (cleanup_and_exit): Use old style function definition.
76 (strhash): Likewise.
77 * windres.c (define_resource): Use one memset to clear all of
78 struct res_resource.
79
80 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
81 call to rules that need no lookahead. Check for no lookahead.
82
83 2002-05-06 Borut Razem <borut.razem@siol.net>
84
85 * rclex.l (get_string): Correct "strings" list handling.
86 * resrc.c (read_rc_file): Discard strings.
87
88 2002-05-04 Alan Modra <amodra@bigpond.net.au>
89
90 * ar.c (replace_members): Remove unused var. Formatting fix.
91 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
92
93 * MAINTAINERS: Sort port maintainers by CPU.
94
95 2002-05-04 Bob Byrnes <byrnes@curl.com>
96
97 * size.c (display_archive): Add last_arfile and code to close archives.
98
99 2002-05-01 Alan Modra <amodra@bigpond.net.au>
100
101 * nm.c (print_symbol): Check returned filename from
102 bfd_find_nearest_line is non-NULL.
103
104 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
105
106 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
107
108 2002-04-24 Christian Groessler <chris@groessler.org>
109
110 * MAINTAINERS: Changed my email address.
111
112 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
113
114 * arparse.y: Fix syntax warning.
115
116 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
117
118 * readelf.c (fetch_location_list): Remove unused function.
119
120 * readelf.c (process_corefile_note_segment): Catch corrupt notes
121 and display a warning message, then exit the loop.
122
123 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
124
125 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
126
127 * resrc.c (write_rc_dialog): If charset is non-default value
128 display all of the DIALOGEX parameters.
129
130 2002-04-15 Eric Kohl <ekohl@rz-online.de>
131
132 * rcparse.y: Allow two to five parameter in FONT statement of
133 DIALOGEX resources.
134 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
135 resource data.
136 (res_to_bin_dialog): Likewise.
137 * windres.h: Added misssing charset variable to dialog_ex
138 structure.
139
140 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
141
142 * rcparse.y: Set MEMFLAG_PURE by default.
143
144 2002-04-09 Bernd Herd <info@herdsoft.com>
145
146 * rcparse.y: CLASS definitions in DIALOG resources
147 are quoted.
148 Fix typo in BEDIT warning.
149 Don't add default dialog style when explicit style specified.
150 Add WS_CAPTION dialog style if CAPTION is specified.
151
152 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
153 (handle_quotes) "\a" escape (used for right justified key
154 definitions in menus) is encodes as binary 8.
155
156 * resrc.c (write_rc_dialog): Print style even if it is 0.
157 (write_rc_directory): Fix overlooked sublang shift bug.
158 (bin_to_res_dialog): Don't print empty dialog caption.
159
160 * resbin.c (bin_to_res_dialog): Use signature to identify
161 DIALOGEX.
162
163 * windres.c (main): Set default LANGUAGE to english/us.
164
165 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
166
167 * resrc.c: print CLASS names in quotes
168
169 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
170
171 * MAINTAINERS: Update my email address.
172
173 2002-04-04 Alan Modra <amodra@bigpond.net.au>
174
175 * dep-in.sed: Cope with absolute paths.
176 * Makefile.am (dep.sed): Subst TOPDIR.
177 Run "make dep-am".
178 * Makefile.in: Regenerate.
179
180 2002-03-27 Peter Targett <peter.targett@arc.com>
181
182 * MAINTAINERS: Update my email address.
183
184 2002-03-21 Alan Modra <amodra@bigpond.net.au>
185
186 * Makefile.am: Run "make dep-am".
187 * Makefile.in: Regenerate.
188 * doc/Makefile.in: Regenerate.
189 * po/POTFILES.in: Regenerate.
190 * aclocal.m4: Regenerate.
191 * config.in: Regenerate.
192 * configure: Regenerate.
193
194 2002-03-20 Daniel Berlin <dan@dberlin.org>
195
196 * readelf.c: Add support for displaying dwarf2 location lists.
197 (do_debug_loc, debug_loc_section, debug_loc_size): New.
198 (parse_args): Use 'O' as shorthand for displaying location list
199 section.
200 (process_section_headers): Handle debug_loc as well.
201 (load_debug_loc): New.
202 (free_debug_loc): New.
203 (fetch_location_list): New.
204 (display_debug_loc): New.
205 (display_debug_info): Call load_debug_loc and free_debug_loc.
206 (debug_displays): We can display .debug_loc now, too.
207 (usage): Update usage string.
208 (read_and_display_attr_value): Note location lists, but don't
209 display them inline.
210
211 2002-03-18 Tom Rix <trix@redhat.com>
212
213 * Makefile.am: Add binutils emulation support.
214 * configure.in: Same.
215 * configure.tgt: New file. Same.
216 * ar.c (main): Use ar_emul_parse_arg.
217 (usage): Use ar_emul_usage.
218 (replace_members): Use ar_emul_replace, ar_emul_append.
219 * binemul.c: New file. Define the binutils emulation
220 layer. Define default methods.
221 * binemul.h: New file. Binutils emulation layer header file.
222 * emul_aix.c: New file. AIX binutils emulation.
223 * emul_vanilla.c: New file. Default binutils emulation.
224 * Makefile.in: Regenerate.
225 * configure: Same.
226
227 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
228
229 * po/fr.po: Updated version.
230
231 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
232
233 * po/fr.po: Updated version.
234
235 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
236
237 * README: Update some version numbers.
238
239 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
240
241 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
242 (Architecture Selection): Likewise.
243
244 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
245
246 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
247 generating .exp file.
248
249 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
250
251 * readelf.c (dump_relocations): Fix typo.
252
253 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
254
255 * NEWS: Mark 2.12 branch.
256
257 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
258
259 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
260 types for 64-bit MIPS. Narrow some fields for 80-char
261 output.
262 (dump_relocations): Change spelling from 'unrecognised'
263 to 'unrecognized'.
264 (decode_ARM_machine_flags): Likewise.
265 (parse_args): Likewise.
266 (read_and_display_attr_value): Likewise.
267 (display_debug_section): Likewise.
268
269 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
270
271 * NEWS: Mention support for MMIX.
272
273 2002-02-13 Matt Fredette <fredette@netbsd.org>
274
275 * readelf.c (get_machine_flags): Recognize EF_M68000.
276
277 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
278
279 * MAINTAINERS: Added self as MN10300 co-maintainer.
280
281 2002-02-12 Alan Modra <amodra@bigpond.net.au>
282
283 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
284 DT_PPC64_OPDSZ.
285
286 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
287
288 * MAINTAINERS: List myself as branch maintainer.
289
290 2002-02-11 Alan Modra <amodra@bigpond.net.au>
291
292 * configure: Regenerate.
293 * objcopy.c: Update copyright date.
294 * doc/Makefile.in: Regenerate.
295
296 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
297
298 * nlmconv.c: Back out localtime PARAMS change.
299
300 2002-02-11 Alan Modra <amodra@bigpond.net.au>
301
302 * objcopy.c (MKDIR): Define.
303 (copy_archive): Make name_list.name const. Use MKDIR.
304 Handle duplicate files in archives by making more temp dirs.
305
306 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
307
308 * coffdump.c: Include "getopt.h" after "bucomm.h"
309 so that macros are defined correctly.
310 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
311 prototype. Prototype main.
312 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
313
314 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
315
316 * MAINTAINERS: Added self as SH co-maintainer.
317
318 2002-02-05 Nick Clifton <nickc@redhat.com>
319
320 * po/tr.po: Updated translation.
321
322 2002-02-01 Alan Modra <amodra@bigpond.net.au>
323
324 * Makefile.am: Run "make dep-am"
325 * Makefile.in: Regenerate.
326
327 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
328
329 * nm.c (print_value): Mark abfd unused.
330
331 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
332
333 * unwind-ia64.c (unw_decoder): Change second argument
334 to unsigned int, to match function prototypes.
335
336 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
337
338 * objdump.c: Include "getopt.h" after "bucomm.h" so that
339 __GNU_LIBRARY__ will be defined.
340 * size.c: Likewise.
341
342 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
343
344 * configure: Regenerated.
345
346 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
347
348 * doc/Makefile.am (install): Depend on install-info.
349 * doc/Makefile.in: Regenerate.
350
351 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
352
353 * objcopy.c (strip_usage): Document -d as an alias
354 --strip-debug.
355
356 * size.c (usage): Document [-t | --totals] options.
357 (long_options): Add --totals option.
358 (main): If the [-t | --totals] option is specified and
359 the output format is Berkeley-style, print the total
360 text, data, and bss sizes of all objects listed.
361 (print_berkeley_format): If the [-t | --totals] option
362 is specified, track the total text, data, and bss
363 sizes.
364 * doc/binutils.texi (size): Document [-t | --totals] options.
365 (strip): Document -d as an alias for --strip-debug.
366 * NEWS: Mention new feature of size.
367
368 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
369
370 * po/fr.po: Updated version.
371 * po/es.po: Updated version.
372
373 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
374
375 * addr2line.c (usage): Update text to provide verbose
376 description of the command line options.
377 * ar.c (usage): Update text to provide verbose
378 description of the command line options.
379 (main): Accept -h and -H when running as ranlib.
380 * coffdump.c (show_usage): Update text to provide verbose
381 description of the command line options.
382 * dlltool.c (main): Accept -H as an alias for --help.
383 * nlmconv.c (show_usage): Update text to provide verbose
384 description of the command line options.
385 * nm.c (usage): Replace OPTIONS with option(s).
386 (main): Accept -H as an alias for --help.
387 * objcopy.c (strip_main): Accept -H as an alias for --help.
388 * objdump.c (main): Accept -v as an alias for --verbose.
389 * readelf.c (usage): Adjust format to match style used in
390 other binutils.
391 * size.c (usage): Update text to provide verbose description
392 of the command line options.
393 (main): Accept -v, -h and -H as command line options.
394 * srconv.c (show_usage): Update text to provide verbose
395 description of the command line options.
396 * strings.c (main): Accept -H and -v as command line options.
397 (usage): Update text to provide verbose description of the
398 command line options.
399 * sysdump.c (show_usage): Update text to provide verbose
400 description of the command line options.
401 * windres.c (usage): Adjust format to match style used in
402 other binutils.
403
404 * coffdump.c: Fix formatting.
405 * nlmconv.c: Fix formatting.
406 * srconv.c: Fix formatting.
407 * sysdump.c: Fix formatting.
408
409 2002-01-22 Alan Modra <amodra@bigpond.net.au>
410
411 * Makefile.am: Run "make dep-am".
412 * Makefile.in: Regenerate.
413
414 2002-01-18 Andreas Jaeger <aj@suse.de>
415
416 * version.c (print_version): Update year.
417
418 2002-01-17 Alan Modra <amodra@bigpond.net.au>
419
420 * readelf.c (get_machine_name): Handle EM_PPC64.
421 (guess_is_rela): Here too.
422
423 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
424
425 * po/binutils.pot: Regenerate.
426 * po/fr.po: Regenerate.
427 * po/tr.po: Regenerate.
428
429 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
430
431 * po/tr.po: Import new version.
432
433 2002-01-16 Alan Modra <amodra@bigpond.net.au>
434
435 * readelf.c (get_ppc64_dynamic_type): New.
436 (get_dynamic_type): Call it.
437
438 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
439
440 * objcopy.c (copy_usage): Use "options" instead of "switches".
441 (strip_usage): Use "options" instead of "switches".
442 * doc/binutils.texi (dlltool): Refer to "options" instead of
443 "switches".
444
445 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
446
447 * MAINTAINERS: Add self as co-maintainer for the ARM code.
448
449 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
450
451 * po/es.po: Import from translation project.
452 * configure.in (ALL_LINGUAS): Add es.
453 * configure: Regenerate.
454
455 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
456
457 * readelf.c (get_netbsd_elfcore_note_type): Use
458 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
459
460 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
461
462 * readelf.c: Update copyright years.
463 (get_note_type): Return a const char *.
464 (get_netbsd_elfcore_note_type): New function.
465 (process_note): Use get_netbsd_elfcore_note_type to get
466 the note type string for NetBSD ELF core files.
467
468 2002-01-06 Steve Ellcey <sje@cup.hp.com>
469
470 * readelf.c (get_ia64_segment_type): Add support for macros.
471 (get_segment_type): Add support for IA64 specific macros.
472
473 2001-12-20 Julian v. Bock <julian@wongr.net>
474
475 * readelf.c (print_symbol): New function: Print a formatted symbol
476 name. If --wide is specified do not truncate it.
477 (dump_relocations): Use print_symbol() to print symbol names.
478 (process_symbol_table): Likewise.
479 (process_syminfo): Likewise.
480 (process_mips_specific): Likewise.
481 (usage): Document new feature of --wide switch.
482 * doc/binutils.texi (objdump): Document additional behaviour of
483 --wide.
484
485 2001-12-18 Michael Snyder <msnyder@redhat.com>
486
487 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
488 (copy_object): Don't set the start address or flags of a core file.
489 (copy_section): Don't relocate a core file. Don't copy contents
490 if the input section has the contents flag set, but the output
491 section does not (which happens with the fake 'note' pseudo-
492 sections that BFD creates for corefiles).
493
494 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
495
496 * readelf.c (get_machine_flags): Recognize header flags for ABI and
497 ASE extensions. More robust code for ISA checking. Ignore empty fields
498 in header flags for GNU extensions.
499
500 2001-12-18 Alan Modra <amodra@bigpond.net.au>
501
502 * objcopy.c (copy_archive): Set output bfd format outside the loop.
503
504 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
505
506 * po/ja.po: Import from translation project.
507 * configure.in (ALL_LINGUAS): Add ja.
508 * configure: Regenerate.
509
510 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
511
512 * addr2line.c (main): Protoype.
513 * ar.c (main): Protoype.
514 * nm.c (main): Protoype.
515 * objcopy.c (main): Protoype.
516 * objdump.c (main): Protoype.
517 * size.c (main): Protoype.
518 * strings.c (main): Protoype.
519
520 2001-12-17 Alan Modra <amodra@bigpond.net.au>
521
522 * readelf.c (symtab_shndx_hdr): New global.
523 (SECTION_HEADER_INDEX): Define.
524 (SECTION_HEADER_NUM): Define.
525 (SECTION_HEADER): Define.
526 (GET_ELF_SYMBOLS): Pass two params rather than three.
527 (get_32bit_elf_symbols): Take file and section args. Read and
528 use SHT_SYMTAB_SHNDX.
529 (get_64bit_elf_symbols): Likewise.
530 (dump_relocations): Use SECTION_HEADER to index "section_headers".
531 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
532 Remember symtab_shdx_hdr.
533 (process_program_headers): Scan from index 1 for segment map.
534 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
535 "section_headers".
536 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
537 (process_unwind): Likewise.
538 (process_version_sections): Likewise.
539 (process_symbol_table): Likewise.
540 (display_debug_info): Likewise.
541 (process_dynamic_segment): Fake up a symtab section for changed
542 GET_ELF_SYMBOLS.
543 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
544 (process_program_headers): Kill signed/unsigned warning.
545 (load_debug_str): Likewise.
546 (display_debug_info): Likewise.
547
548 2001-12-13 Jakub Jelinek <jakub@redhat.com>
549
550 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
551
552 2001-12-11 Alan Modra <amodra@bigpond.net.au>
553
554 * readelf.c (process_file_header): Print extended e_shnum and
555 e_shdtrndx values. Set elf_header values for same.
556 (get_32bit_section_headers): Add "num" arg to read "num" headers.
557 (get_64bit_section_headers): Likewise.
558 (process_section_headers): Update calls.
559 (get_file_header): Call get_32bit_section_headers or 64bit variant.
560
561 2001-12-10 Jakub Jelinek <jakub@redhat.com>
562
563 * objcopy.c (setup_section): Copy entsize.
564
565 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
566
567 * readelf.c (guess_is_rela): Add support for stormy16.
568 (dump_relocations): Likewise.
569 (get_machine_name): Likewise.
570
571 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
572
573 * dllwrap.c (main) Replace multiple strings describing a
574 single error with a single, newline escaped sentence to permit
575 better translation into foreign languages.
576
577 * readelf.c (get_elf_class): Remove internalionalisation of ELF
578 class names.
579
580 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
581
582 * strings.c (get_char): Initialize value.
583
584 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
585
586 * arlex.l: Silence compile warnings.
587 * arsup.h: Likewise. Fix formatting.
588
589 2001-12-04 Jakub Jelinek <jakub@redhat.com>
590
591 * strings.c: Include config.h before bfd.h.
592 (file_off): New type.
593 (file_open): Define.
594 (print_strings): Use file_off instead of file_ptr. Print addresses
595 which don't fit into long correctly.
596 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
597 available.
598 (strings_file): Use file_off instead of file_ptr. Use file_open.
599 * configure.in: Check for getc_unlocked.
600 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
601 be defined for it.
602 * configure: Rebuilt.
603 * config.h.in: Rebuilt.
604
605 2001-11-29 H.J. Lu <hjl@gnu.org>
606
607 * bucomm.c (make_tempname): Revert the changes made on
608 2001-11-14 and 2001-11-12. They won't work with directories.
609
610 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
611
612 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
613 CFLAGS_FOR_TARGET to runtest in environment.
614 * Makefile.in: Rebuild.
615 * doc/Makefile.in: Rebuild.
616
617 2001-11-28 Mike Stump <mrs@wrs.com>
618
619 * objcopy.c (setup_section): Preserve SEC_RELOC when
620 --set-section-flags is used.
621
622 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
623
624 * readelf.c (do_debug_str): New variable.
625 (display_debug_str): New function: Display the contents of a
626 .debug_str section.
627 (load_debug_str): New function: Load in the contents of a
628 .debug_str section.
629 (free_debug_str): New function: Free the memory used by
630 load_debug_str().
631 (fetch_indirect_string): Retrieve a string from the .debug_str
632 section.
633 (usage): Add -ws.
634 (parse_args): Accept -ws.
635 (process_section_headers): Allow the display of the .debug_str
636 section.
637 (read_and_display_attr_value): Use fetch_indirect_string. Show
638 offset into .debug_str section.
639 (display_debug_info): Use load_debug_str and free_debug_str.
640 (debug_displays): Add .debug_str.
641 * doc/binutils.texi: Document -ws.
642
643 2001-11-19 Andreas Jaeger <aj@suse.de>
644
645 * testsuite/binutils-all/objdump.exp: Add x86-64.
646
647 2001-11-15 Andreas Schwab <schwab@suse.de>
648
649 * readelf.c: Fix warnings without terminating newline.
650
651 2001-11-15 Alan Modra <amodra@bigpond.net.au>
652
653 * doc/binutils.texi (objdump): Document ppc -M options.
654
655 2001-11-14 Andreas Jaeger <aj@suse.de>
656
657 * doc/binutils.texi (objdump): Fix description to use x86-64.
658
659 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
660
661 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
662 not all systems provide mkstemp.
663
664 2001-11-14 Alan Modra <amodra@bigpond.net.au>
665
666 * doc/binutils.texi (objdump): Document x86 -M options.
667
668 2001-11-13 Keith Walker <keith.walker@arm.com>
669
670 * readelf.c (read_and_display_attr_value): New function to
671 handle DW_FORM_indirect.
672 (read_and_display_attr): Use it.
673
674 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
675
676 * readelf.c (display_debug_lines): Deal with unknown standard
677 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
678 DW_LNS_set_isa.
679
680 2001-11-13 Timothy Wall <twall@alum.mit.edu>
681
682 * MAINTAINERS: Add self as tic54x maintainer. This target
683 includes the IBM C54XDSP clone.
684
685 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
686
687 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
688
689 2001-11-09 Jeffrey A Law (law@cygnus.com)
690
691 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
692 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
693 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
694 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
695 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
696 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
697 (unw_decode_b2, unw_decode_b3_b4): Likewise.
698
699 * readelf.c (get_elf_class): Fix ISO portability glitch.
700 (get_data_encoding, get_osabi_name, request_dump): Likewise.
701
702 2001-11-07 Jakub Jelinek <jakub@redhat.com>
703
704 * readelf.c (debug_str, debug_str_size): New.
705 (display_debug_abbrev): If no abbrevs were read, skip the CU.
706 Call free_abbrevs.
707 (read_and_display_addr): Handle DW_FORM_strp.
708 (display_debug_info): Read .debug_str section if present,
709 so that DW_FORM_strp can be handled.
710 Fix test for non-existant .debug_abbrev section.
711
712 2001-11-05 Jakub Jelinek <jakub@redhat.com>
713
714 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
715
716 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
717
718 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
719
720 * MAINTAINERS: Add self as s390/s390x maintainer.
721
722 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
723
724 * MAINTAINERS: Add self as PPC XCOFF maintainer.
725
726 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
727
728 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
729 * configure: Regernate.
730 * po/fr.po: New file.
731 * po/tr.po: New file.
732
733 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
734
735 * MAINTAINERS: Add self as MMIX port maintainer.
736 * readelf.c: Include elf/mmix.h.
737 (guess_is_rela): MMIX is RELA.
738 (dump_relocations): Handle MMIX relocations.
739 * Makefile.am: Regenerate dependencies.
740 * Makefile.in: Regenerate.
741
742 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
743
744 * readelf.c (parse_args): Handle multiple options to the -w
745 switch.
746
747 2001-10-12 Jakub Jelinek <jakub@redhat.com>
748
749 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
750 LOPROC, LOOS and LOUSER.
751
752 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
753
754 * MAINTAINERS: Update my email address.
755
756 2001-10-03 Alan Modra <amodra@bigpond.net.au>
757
758 * doc/Makefile.in: Regenerate.
759 * configure: Regenerate.
760
761 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
762
763 * readelf.c (display_debug_line, display_debug_pubnames,
764 display_debug_info, display_debug_frames): Detect and warn
765 about 64-bit format entries.
766 (display_debug_aranges): Reword 64-bit warning.
767 (debug_displays): Add .debug_pubtypes as a known, but not yet
768 supported, debug section.
769
770 2001-10-02 Alan Modra <amodra@bigpond.net.au>
771
772 * coffdump.c (PROGRAM_VERSION): Delete.
773 (main <'V'>): Call print_version.
774 * srconv.c: Likewise.
775 * sysdump.c: Likewise.
776 * version.c (program_version): Remove.
777 (print_version): Use BFD_VERSION_STRING. Just print the current
778 year in copyright message.
779 * addr2line.c (program_version): Remove unused declaration.
780 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
781 place of BFD_VERSION.
782 * Makefile.am (Makefile): Depend on bfd/configure.in.
783 (cplus-dem.o): Depend on Makefile.
784 Run "make dep-am".
785 * Makefile.in: Regenerate.
786
787 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
788
789 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
790 format .debug_arange sections.
791 (main): Add missing prototype.
792
793 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
794
795 * Makefile.am: Update dependencies with "make dep-am".
796 * Makefile.in: Regenerate.
797
798 2001-09-28 Richard Henderson <rth@redhat.com>
799
800 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
801
802 2001-09-26 Alan Modra <amodra@bigpond.net.au>
803
804 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
805 VA_CLOSE.
806 (non_fatal): Likewise.
807 * objdump.c (objdump_sprintf): Likewise.
808 * readelf.c (error): Likewise.
809 (warn): Likewise.
810
811 2001-09-25 Jakub Jelinek <jakub@redhat.com>
812
813 * readelf.c (do_wide): New.
814 (options): Add --wide.
815 (usage, parse_args): Likewise.
816 (process_program_headers): Put each segment on a single line if
817 --wide is given.
818 (process_section_headers): Put each section on a single line if
819 --wide is given.
820 * doc/binutils.texi: Document it.
821 * NEWS: Likewise.
822
823 2001-09-25 Alan Modra <amodra@bigpond.net.au>
824
825 * readelf.c (print_vma): Print 8 digits of low hex value.
826
827 2001-09-24 Andreas Jaeger <aj@suse.de>
828
829 * nlmconv.c: Fix warnings about unused attributes and function
830 prototypes.
831
832 * strings.c: Add prototype for get_char.
833
834 2000-09-19 H.J. Lu <hjl@gnu.org>
835
836 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
837 $(srcdir)/cxxfilt.man.
838 * doc/Makefile.in: Rebuild.
839
840 2001-09-19 Alan Modra <amodra@bigpond.net.au>
841
842 * objcopy.c (copy_main): Correct rename-section string parsing.
843 Consolidate new_name parsing, and error messages.
844
845 2001-09-18 Bruno Haible <haible@clisp.cons.org>
846
847 * addr2line.c: Don't include <ctype.h>.
848 (main): For gettext, also set the LC_CTYPE locate facet.
849 * ar.c (main): Likewise.
850 * coffdump.c (main): Likewise.
851 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
852 (main): For gettext, also set the LC_CTYPE locate facet.
853 Use ISALNUM instead of isalpha/isdigit.
854 * dllwrap.c: Don't include <ctype.h>.
855 (main): For gettext, also set the LC_CTYPE locate facet.
856 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
857 (main): For gettext, also set the LC_CTYPE locate facet.
858 Use TOUPPER instead of islower/toupper.
859 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
860 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
861 Use TOUPPER instead of islower/toupper.
862 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
863 * objcopy.c (main): Likewise.
864 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
865 (disassemble_bytes): Use ISPRINT instead of isprint.
866 (dump_section_stabs): Use ISDIGIT instead of isdigit.
867 (dump_data): Use ISPRINT instead of isprint.
868 (main): For gettext, also set the LC_CTYPE locate facet.
869 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
870 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
871 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
872 Use TOUPPER instead of islower/toupper.
873 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
874 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
875 (write_rc_accelerators): Use ISPRINT instead of isprint.
876 (write_rc_rcdata): Likewise.
877 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
878 * srconv.c (main): Likewise.
879 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
880 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
881 isdigit/isupper/islower.
882 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
883 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
884 stab_demangle_prefix, stab_demangle_qualified,
885 stab_demangle_template, stab_demangle_type,
886 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
887 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
888 (isgraphic): Use ISPRINT instead of isascii/isprint.
889 (main): Remove HAVE_LC_MESSAGES dependency.
890 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
891 (pbarray): Use ISPRINT instead of isprint.
892 (main): For gettext, also set the LC_CTYPE locate facet.
893 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
894 (format_from_filename): Use ISPRINT instead of isprint.
895 (main): For gettext, also set the LC_CTYPE locate facet.
896 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
897 (unicode_print): Use ISPRINT instead of isprint.
898 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
899 (stab_variable): Use ISDIGIT instead of isdigit.
900
901 2001-09-18 Alan Modra <amodra@bigpond.net.au>
902
903 * ar.c (print_contents): Cast args of bfd_seek to the right types.
904 Replace bfd_read call with call to bfd_bread.
905 (extract_file): Likewise.
906
907 * objdump.c (dump_section_header): Cast section->filepos to
908 unsigned long to suit printf format string.
909 * readelf.c (process_section_headers): Similarly for sh_offset.
910 (process_unwind): Likewise.
911
912 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
913
914 * strings.c (encoding, encoding_bytes): New variables.
915 (long_options): Add --encoding.
916 (main): Accept -e and --encoding.
917 (get_char): New function. Read a, possibly wide, character from
918 the input stream.
919 (print_strings): Use get_char().
920 (usage): Document new command line option.
921 * doc/binutils.texi: Document new command line option.
922 * NEWS: Announce new command line option.
923
924 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
925
926 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
927 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
928 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
929 Removed EM_CYGNUS_ARC.
930
931 2001-09-04 Jeffrey A Law (law@cygnus.com)
932
933 * readelf.c: Include elf/h8 for H8 series definitions.
934 (guess_is_rela): H8 series if RELA.
935 (dump_relocations): Handle H8 series relocations.
936
937 2001-08-31 Eric Christopher <echristo@redhat.com>
938
939 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
940
941 2001-08-29 Peter Targett <peter.targett@arccores.com>
942
943 * MAINTAINERS: Include ARC Maintainer.
944
945 2001-08-29 Ben Elliston <bje@redhat.com>
946
947 * stabs.c (stab_demangle_template): Initialise s4.
948
949 2001-08-27 Alan Modra <amodra@bigpond.net.au>
950
951 * readelf.c (dump_relocations): Recognise EM_PPC64.
952
953 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
954
955 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
956
957 2001-08-25 H.J. Lu <hjl@gnu.org>
958
959 * nm.c (print_width): New.
960 (display_rel_file): Set `print_width' according to
961 bfd_sprintf_vma.
962 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
963
964 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
965
966 * objcopy.c (use_alt_mach_code): New variable.
967 (OPTION_ALT_MACH_CODE): Define.
968 (copy_options): Added --alt-machine-code.
969 (copy_main): Handle it.
970 (copy_object): Switch to alternate machine code if requested.
971 * doc/binutils.texi: Document new option.
972 * NEWS: Likewise.
973
974 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
975
976 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
977
978 2001-08-21 H.J. Lu <hjl@gnu.org>
979
980 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
981 (display_debug_info): Cast for 64bit hosts.
982 (display_debug_frames): Likewise.
983 (process_mips_specific): Likewise.
984
985 2001-08-21 Andreas Jaeger <aj@suse.de>
986
987 * coffgrok.h: Add missing parameter for prototype of coff_grok.
988
989 * sysdump.c: Add missing prototypes.
990 * srconv.c: Likewise.
991 * unwind-ia64.c: Likewise.
992 * coffdump.c: Likewise.
993
994 * sysinfo.y: Print prototypes, include <ansidecl.h>.
995
996 * coffgrok.c: Add missing prototypes, include libiberty.h instead
997 of declaring xcalloc.
998
999 2001-08-10 H.J. Lu <hjl@gnu.org>
1000
1001 * nm.c (print_value): Add one arg, bfd *.
1002 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1003 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1004 (print_symbol_info_sysv): Likewise.
1005 (print_symbol_info_posix): Likewise.
1006
1007 * objdump.c (dump_section_header): Replace printf_vma with
1008 bfd_printf_vma.
1009 (print_section_stabs): Likewise.
1010 (dump_bfd_header): Likewise.
1011 (objdump_print_value): Replace sprintf_vma with
1012 bfd_sprintf_vma.
1013 (disassemble_bytes): Likewise.
1014 (dump_reloc_set): Likewise.
1015
1016 2001-08-10 Andreas Jaeger <aj@suse.de>
1017
1018 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1019 to build warnings.
1020 * configure: Regenerate.
1021
1022 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1023
1024 * readelf.c: Add missing prototypes.
1025 * objdump.c: Likewise. Format existing prototypes.
1026
1027 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1028
1029 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1030 of any RELA relocation for the abbrev_offset memory location that
1031 refers to the .debug_abbrev section symbol.
1032
1033 2001-08-07 H.J. Lu <hjl@gnu.org>
1034
1035 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1036 (main): Return process_file ().
1037
1038 2001-08-05 Philip Blundell <philb@gnu.org>
1039
1040 * doc/binutils.texi: Use "Thumb" not "THUMB".
1041
1042 2001-08-03 John Healy <jhealy@redhat.com>
1043
1044 Patch suggested by Frank Eigler <fche@redhat.com>.
1045 * objdump.c (disassemble_data): Fill in section member of the
1046 disasm_info structure.
1047
1048 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1049
1050 * configure.in: Added --with-windres option.
1051 * configure: Regenerated.
1052
1053 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1054
1055 * doc/binutils.texi: Use @command{name} for commands;
1056 use @option{-opt} for options; use @table @env for list of options;
1057 remove spaces arround [ | ] in synopsis.
1058
1059 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1060 center title.
1061
1062 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1063
1064 * objcopy.c: Fix formatting.
1065 (section_rename): New structure.
1066 (OPTION_RENAME_SECTION): New switch.
1067 (copy_usage): Document new switch.
1068 (add_section_rename): New function: Add a node to the section
1069 rename list.
1070 (find_section_rename): New function: Find the new name and
1071 flags for a section.
1072 (setup_section): Call find_section_name to determine the name
1073 of the output section.
1074 (copy_main): Handle OPTION_RENAME_SECTION.
1075 * binutils.texi: Document new switch.
1076 * NEWS: Mention new switch.
1077
1078 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1079
1080 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1081 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1082 bug-binutils@gcc.org.
1083
1084 2001-07-28 Matthias Kramm <kramm@quiss.org>
1085
1086 * bucomm.c (list_supported_architectures): New function.
1087 * bucomm.h (list_supported_architectures): Declare.
1088 * objdump.c (usage): Call the above.
1089
1090 2001-07-25 Dave Brolley <brolley@redhat.com>
1091
1092 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1093 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1094
1095 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1096
1097 * README: Update for 2.11. Change bug reporting email address.
1098 * MAINTAINERS: Tidy up. Change bug reporting email address.
1099
1100 2001-07-16 DJ Delorie <dj@redhat.com>
1101
1102 * resres.c (write_res_header): Align header size.
1103 (res_align_file): Calculate alignment correctly.
1104
1105 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1106 correct 10).
1107 * resrc.c (write_rc_resource): Likewise.
1108 * windres.h (SUBLANG_SHIFT): Define - as 10.
1109
1110 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1111
1112 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1113
1114 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1115
1116 * MAINTAINERS: Add notes about branch checkins.
1117
1118 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1119
1120 * readelf.c (display_debug_macinfo): New function, display
1121 .debug_macinfo section.
1122 (do_debug_macinfo): New variable.
1123 (parse_args): Handle "-w[mM]" to mean display macro info.
1124 (process_section_headers): Handle debug_macinfo.
1125 (debug_displays): Replace unsupported function with macinfo
1126 function for .debug_macinfo display.
1127 * doc/binutils.texi: Document new command line switch.
1128 * NEWS: Document new feature of readelf.
1129
1130 2001-07-05 H.J. Lu <hjl@gnu.org>
1131
1132 * objcopy.c (filter_symbols): Don't turn undefined symbols
1133 into local.
1134
1135 2001-07-03 H.J. Lu <hjl@gnu.org>
1136
1137 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1138 $@.pod.
1139 (ar.1): Likewise.
1140 (dlltool.1): Likewise.
1141 (nlmconv.1): Likewise.
1142 (nm.1): Likewise.
1143 (objcopy.1): Likewise.
1144 (objdump.1): Likewise.
1145 (ranlib.1): Likewise.
1146 (readelf.1): Likewise.
1147 (size.1): Likewise.
1148 (strings.1): Likewise.
1149 (strip.1): Likewise.
1150 (windres.1): Likewise.
1151 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1152 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1153 $(DEMANGLER_NAME).
1154 (as.1): Removed.
1155 * doc/Makefile.in: Regenerated.
1156
1157 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1158
1159 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1160
1161 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1162
1163 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1164
1165 2001-06-29 James Cownie <jcownie@etnus.com>
1166
1167 * readelf.c: Support DWARF 2.1 attributes.
1168
1169 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1170
1171 * readelf.c (GET_DATA_ALLOC): Remove.
1172 (GET_DATA): Remove.
1173 (get_data): New function combining above macros, with an extra
1174 test for zero size.
1175 (slurp_rela_relocs): Use get_data, and catch error return.
1176 (slurp_rel_relocs): Likewise.
1177 (get_32bit_program_headers): Likewise.
1178 (get_64bit_program_headers): Likewise.
1179 (get_32bit_section_headers): Likewise.
1180 (get_64bit_section_headers): Likewise.
1181 (get_32bit_elf_symbols): Likewise.
1182 (get_64bit_elf_symbols): Likewise.
1183 (process_section_headers): Likewise.
1184 (process_relocs): Likewise.
1185 (slurp_ia64_unwind_table): Likewise.
1186 (process_unwind): Likewise.
1187 (get_32bit_dynamic_segment): Likewise.
1188 (get_64bit_dynamic_segment): Likewise.
1189 (process_dynamic_segment): Likewise.
1190 (process_version_sections): Likewise.
1191 (process_symbol_table): Likewise.
1192 (dump_section): Likewise.
1193 (display_debug_info): Likewise.
1194 (display_debug_section): Likewise.
1195 (process_section_contents): Likewise.
1196 (process_corefile_note_segment): Likewise.
1197 (process_mips_specific): Likewise. Also free econf32, econf64.
1198
1199 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1200
1201 * readelf.c (dump_relocations): Print "bad symbol index" if
1202 symtab == NULL with non-zero symtab_index.
1203 (process_relocs): Don't bomb if reloc section has no symsec.
1204
1205 2001-06-24 H.J. Lu <hjl@gnu.org>
1206
1207 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1208 by accident.
1209 (copy_main): Apply the the change made to strip_main on
1210 2001-05-30 by accident.
1211
1212 2001-06-23 Andreas Jaeger <aj@suse.de>
1213
1214 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1215 parameter 'code'.
1216 (unw_decode_x2): Likewise.
1217 (unw_decode_x3): Likewise.
1218 (unw_decode_x4): Likewise.
1219
1220 2001-06-23 Ben Elliston <bje@redhat.com>
1221
1222 * MAINTAINERS: Add myself as M88k maintainer.
1223
1224 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1225
1226 * objcopy.c (strip_main): Support -o or --output-file command lien
1227 switch.
1228
1229 2001-06-19 H.J. Lu <hjl@gnu.org>
1230
1231 * doc/Makefile.in: Regenerated.
1232
1233 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1234
1235 * readelf.c: Restore formatting.
1236
1237 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1238
1239 * Makefile.am: Move documentation into doc subdirectory.
1240 * Makefile.in: Regenerated.
1241 * binutils.texi: Move into doc subdirectory.
1242 * addr2line.1: Removed.
1243 * ar.1: Likewise.
1244 * dlltool.1: Likewise.
1245 * nlmconv.1: Likewise.
1246 * nm.1: Likewise.
1247 * objcopy.1: Likewise.
1248 * objdump.1: Likewise.
1249 * ranlib.1: Likewise.
1250 * readelf.1: Likewise.
1251 * size.1: Likewise.
1252 * strings.1: Likewise.
1253 * strip.1: Likewise.
1254 * windres.1: Likewise.
1255 * cxxfilt.man: Likewise.
1256 * doc: New Directory.
1257 * doc/Makefile.am: New file.
1258 * doc/Makefile.in: Generate.
1259
1260 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1261
1262 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1263
1264 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1265
1266 * MAINTAINERS: Update my email address.
1267
1268 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1269
1270 * objcopy.c: Add new switches: --keep-global-symbol,
1271 --keep-symbols, --localize-symbols, --keep-global-symbols and
1272 --weaken-symbols.
1273 * binutils.texi: Document new switches.
1274 * objcopy.1: Regenerate.
1275 * NEWS: Announce new feature.
1276
1277 2001-05-28 Andreas Jaeger <aj@suse.de>
1278
1279 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1280 variables, fix format strings.
1281
1282 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1283
1284 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1285 when computing the address of the line to show.
1286
1287 2001-05-16 Richard Henderson <rth@redhat.com>
1288
1289 * readelf.c (do_debug_frames_interp): New.
1290 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1291 (byte_get_big_endian): Likewise.
1292 (parse_args) ['F']: Set do_debug_frames_interp.
1293 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1294 (frame_display_row): Don't trunc pc_begin to int.
1295 (size_of_encoded_value): New.
1296 (display_debug_frames): Handle 64-bit targets. Print raw data
1297 unless do_debug_frames_interp.
1298 (debug_displays): Remove duplicate .debug_frame.
1299
1300 2001-05-15 Ralf Baechle <ralf@gnu.org>
1301
1302 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1303 The former constant was never in active use and is used otherwise
1304 by the ABI.
1305
1306 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1307
1308 * readelf.c (process_unwind): Print all unwind sections, not just
1309 one.
1310
1311 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1312
1313 * readelf.c (process_unwind): Remove const specifier.
1314
1315 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1316
1317 * strings.c (isgraphic): Do not use isascii() unless it is needed
1318 for isprint() to work.
1319 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1320
1321 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1322
1323 * NEWS: Announce support for OpenRISC.
1324
1325 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1326
1327 * dlltool.c (do_default_excludes): Initialise to true.
1328
1329 2001-04-10 Alan Modra <amodra@one.net.au>
1330
1331 * MAINTAINERS: Update my email address
1332 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1333
1334 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1335
1336 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1337
1338 2001-03-30 H.J. Lu <hjl@gnu.org>
1339
1340 * readelf.c (process_unwind): Just return if do_unwind is 0.
1341
1342 2001-03-28 Roger Sayle <roger@metaphorics.com>
1343
1344 * dlltool.c (make_one_lib_file): Fix section flags for
1345 .text, .data and .bss in stub ds*.o files to match those
1346 generated by gas.
1347
1348 2001-03-29 H.J. Lu <hjl@gnu.org>
1349
1350 * readelf.c (process_unwind): Only do unwind sections for
1351 IA64.
1352
1353 2001-03-28 H.J. Lu <hjl@gnu.org>
1354
1355 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1356 * Makefile.in: Regenerate.
1357
1358 2001-03-26 Andreas Jaeger <aj@suse.de>
1359
1360 * binutils.texi (nm): Fix texi syntax.
1361
1362 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1363
1364 * binutils.texi: Put @c man begin and @c man end indications
1365 to generate man pages using texi2pod and pod2man. Put @c man title
1366 to identify each man. Add SEEALSO entries.
1367 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1368 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1369 sort the list.
1370 (*.1): Build the man pages from binutils.texi.
1371 * Makefile.in: Regenerate.
1372
1373 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1374
1375 * defparse.y (opt_equal_name): allow "." in name.
1376 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1377 (gen_exp_file): Likewise.
1378
1379 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1380
1381 * NEWS: Document addition of -B switch to objcopy.
1382 * binutils.texi: Document addition of -B switch to objcopy.
1383 * objcopy.c: (copy_options): Add --binary-architecture.
1384 (copy_usage): Document -B/--binary-architecture.
1385 (copy_main): Support -B/--binary-architecture. Set
1386 bfd_external_binary_architecture.
1387
1388 2001-03-11 Andreas Jaeger <aj@suse.de>
1389
1390 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1391 (dump_relocations): Likewise.
1392 (get_machine_name): Likewise.
1393
1394 2001-02-28 Nick Clifton <nickc@redhat.com>
1395
1396 * readelf.c: (struct unw_aux_info): Remove const modifier for
1397 'strtab' field.
1398 (process_unwind): Remove non-K&R compliant LHS type cast in call
1399 to GET_DATA_ALLOC macro.
1400
1401 2001-02-28 Philip Blundell <pb@futuretv.com>
1402
1403 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1404 ABI is in use; remove ambiguity between the "unknown" EABI and
1405 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1406 renamed EF_xx constants.
1407
1408 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1409
1410 * configure.in (BFD_VERSION): New.
1411 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1412 * configure: Regenerate.
1413 * Makefile.am: Run "make dep-am"
1414 * Makefile.in: Regenerate.
1415
1416 2001-02-14 Nick Clifton <nickc@redhat.com>
1417
1418 * MAINTAINERS: Add "Obvious Fix" rule.
1419
1420 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1421
1422 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1423 literal concatenation.
1424
1425 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1426
1427 * readelf.c (struct unw_aux_info): Remove const from the info member.
1428 (process_unwind): Don't type-cast the third argument to the
1429 GET_DATA_ALLOC macro.
1430
1431 2001-02-11 Nick Clifton <nickc@redhat.com>
1432
1433 * readelf.c (dump_relocations): Free corrected allocated
1434 array.
1435 (process_unwind): Fix compile time warning.
1436
1437 2001-02-10 Nick Clifton <nickc@redhat.com>
1438
1439 * binutils.texi: Document new --unwind option to readelf.
1440
1441 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1442
1443 * readelf.c: Add linux target for S/390.
1444
1445 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1446
1447 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1448 printf is a macro.
1449
1450 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1451
1452 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1453 * aclocal.m4: Regenerate.
1454 * configure: Regenerate.
1455
1456 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1457
1458 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1459 * objdump.c (bfd_target_vector): Likewise.
1460
1461 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1462
1463 * readelf.c (process_unwind): New function.
1464 (slurp_ia64_unwind_table): Ditto.
1465 (dump_ia64_unwind): Ditto.
1466 (find_symbol_for_address): Ditto.
1467 (slurp_rela_relocs): New function (split off from dump_relocations()).
1468 (slurp_rel_relocs): Ditto.
1469 (parse_args): Handle '-u' option.
1470
1471 * unwind-ia64.c: New file.
1472 * unwind-ia64.h: New file.
1473 * Makefile.am: Include unwind-ia64.c in readelf build.
1474 * Makefile.in: Regenerate.
1475 * po/binutils.pot: Regenerate.
1476
1477 2001-02-04 Philip Blundell <philb@gnu.org>
1478
1479 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1480 * configure: Regenerate.
1481
1482 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1483
1484 * ieee.c (ieee_add_bb11): Don't check for backslashes
1485 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1486
1487 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1488
1489 * ieee.c: Update copyright.
1490 (ieee_start_compilation_unit): Don't check for backslashes
1491 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1492
1493 * stabs.c: Update copyright. Include "filenames.h".
1494 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1495
1496 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1497
1498 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1499 sections are present before using them. Remove code duplication.
1500 (process_symbol_table): Check if VERDEF or VERNEED sections are
1501 present before using them.
1502
1503 2001-01-17 Nick Clifton <nickc@redhat.com>
1504
1505 * objcopy.c (copy_object): Fail if attempting to convert the
1506 endianness of the input object file.
1507
1508 * binutils.texi: Explain that objcopy cannot convert endianness.
1509
1510 2001-01-16 Nick Clifton <nickc@redhat.com>
1511
1512 * readelf.c (string_table_length): New variable.
1513 (SECTION_NAME): Catch out of range indices and missing section
1514 pointers.
1515 (process_section_headers): Delete useless local variable
1516 string_table_offset. Set the value of string_table_length
1517 after loading the string table.
1518 (process_mips_specific): Use SECTION_NAME macro.
1519 (process_file): Set string_table_length to 0 when it is freed.
1520
1521 2001-01-12 Nick Clifton <nickc@redhat.com>
1522
1523 * version.c (print_version): Update copyright date.
1524
1525 2001-01-11 Peter Targett <peter.targett@arccores.com>
1526
1527 * readelf.c (dump_relocations): Include selection with EM_ARC.
1528 (get_machine_name) Update name to "ARC".
1529
1530 2001-01-09 Nick Clifton <nickc@redhat.com>
1531
1532 * Makefile.am: Add rule to build objdump.o from objdump.c and
1533 using OBJDUMP_DEFS.
1534 * Makefile.in: Regenerate.
1535
1536 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1537 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1538 -DDISASSEMBLER_NEEDS_RELOCS.
1539 * configure: Regenerate.
1540
1541 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1542 is defined read in the relocs even if dump_reloc_info is
1543 false.
1544
1545 2001-01-07 Philip Blundell <philb@gnu.org>
1546
1547 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1548 `bug-binutils'.
1549 * README: Likewise.
1550
1551 2000-12-19 Nick Clifton <nickc@redhat.com>
1552
1553 * dlltool.c: Add missing support for arm-epoc-pe.
1554 * configure.in: Add missing support for arm-epoc-pe.
1555 * configure: Regenerate.
1556
1557 2000-12-15 Nick Clifton <nickc@redhat.com>
1558
1559 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1560 Mode parts of the x86 port.
1561
1562 2000-12-04 Andreas Jaeger <aj@suse.de>
1563
1564 * readelf.c (guess_is_rela): Add EM_X86_64.
1565 (dump_relocations): Add EM_X86_64.
1566 (get_machine_name): Add EM_X86_64.
1567 Include "elf/x86-64.h".
1568
1569 2000-12-12 Nick Clifton <nickc@redhat.com>
1570
1571 * readelf.c: Fix formatting.
1572
1573 2000-12-11 Jan Hubicka <jh@suse.cz>
1574
1575 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1576
1577 2000-12-07 Andrew Haley <aph@redhat.com>
1578
1579 * readelf.c (display_debug_frames): Only display columns that are
1580 referenced by the frame debug info.
1581
1582 2000-12-05 Nick Clifton <nickc@redhat.com>
1583
1584 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1585
1586 2000-12-04 Jason Merrill <jason@redhat.com>
1587
1588 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1589 (display_debug_section): Likewise.
1590 (display_debug_info): Display CU header before bailing.
1591
1592 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1593
1594 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1595 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1596 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1597
1598 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1599 and E_MIPS_ARCH_64.
1600
1601 * readelf.c (get_machine_flags): Add case for
1602 E_MIPS_MACH_SB1.
1603
1604 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
1605
1606 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1607
1608 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1609
1610 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
1611 Change sourceware.cygnus.com to sources.redhat.com.
1612 Fix typo for "amongst".
1613
1614 2000-11-28 Nick Clifton <nickc@redhat.com>
1615
1616 * strip.1 (COPYING): Mention that the GNU Free Documentation
1617 License is present in the sources, but not the output, and
1618 also available from the GNU website.
1619 (GNU Free Documentation License): Comment out this section.
1620 * strings.1: Ditto.
1621 * size.1: Ditto.
1622 * ranlib.1: Ditto.
1623 * objdump.1: Ditto.
1624 * objcopy.1: Ditto.
1625 * nm.1: Ditto.
1626 * nlmconv.1: Ditto.
1627 * ar.1: Ditto.
1628 * addr2line.1: Ditto.
1629
1630 2000-11-27 DJ Delorie <dj@redhat.com>
1631
1632 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1633 (parse_args): Support -wf option.
1634 (process_section_headers): Ditto.
1635 (debug_displays): Ditto.
1636 (display_debug_frames): New, dump *_frame sections.
1637 (frame_need_space): Support for above.
1638 (frame_display_row): Ditto.
1639 * binutils.texi: Document it.
1640
1641 2000-11-24 Nick Clifton <nickc@redhat.com>
1642
1643 * NEWS: Announce support for v5t, v5te and XScale.
1644
1645 2000-11-22 Nick Clifton <nickc@redhat.com>
1646
1647 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1648 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1649 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1650 (get_elf_section_flags: Add SHF_GROUP.
1651 (process_section_headers): Adjust output for 32-bit binaries
1652 to look nice on an 80 column terminal.
1653
1654 2000-11-20 H.J. Lu <hjl@gnu.org>
1655
1656 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1657 ELFOSABI_AIX.
1658
1659 2000-11-17 Richard Henderson <rth@redhat.com>
1660
1661 * readelf.c (display_debug_lines): Adjust last change to
1662 use sizeof (external->li_length).
1663
1664 2000-11-17 Richard Henderson <rth@redhat.com>
1665
1666 * readelf.c (display_debug_lines): Fix section length check
1667 and end_of_sequence computation.
1668
1669 2000-11-06 Nick Clifton <nickc@redhat.com>
1670
1671 * binutils.texi: Add GNU Free Documentation License.
1672 * objcopy.1: Add GNU Free Documentation License.
1673 * objdump.1: Add GNU Free Documentation License.
1674 * addr2line.1: Add GNU Free Documentation License.
1675 * ar.1: Add GNU Free Documentation License.
1676 * nlmconv.1: Add GNU Free Documentation License.
1677 * nm.1: Add GNU Free Documentation License.
1678 * ranlib.1: Add GNU Free Documentation License.
1679 * size.1: Add GNU Free Documentation License.
1680 * strings.1: Add GNU Free Documentation License.
1681 * strip.1: Add GNU Free Documentation License.
1682
1683 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
1684
1685 * objcopy.c (--srec-len=nn): New parameter to set the
1686 maximum length of generated Srecords.
1687 (--srec-forceS3): New parameter that restricts the generation of
1688 Srecords to type S3 only.
1689 * binutils.texi: Document new command line switches.
1690 * objcopy.1: Docuemnt the new command line switches.
1691 * NEWS: Announce the existence of the new command line switches.
1692
1693 2000-10-31 Nick Clifton <nickc@redhat.com>
1694
1695 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1696 code. Add Eric Chrisopher as maintainer of MN10300 port.
1697
1698 2000-10-12 Roger Sayle <roger@metaphorics.com>
1699
1700 * Make comma after string after icon/control optional.
1701
1702 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1703
1704 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1705
1706 * NEWS: Mention support for MIPS32.
1707
1708 2000-09-08 Nick Clifton <nickc@redhat.com>
1709
1710 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1711
1712 2000-09-07 H.J. Lu <hjl@gnu.org>
1713
1714 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1715 * configure: Rebuild.
1716
1717 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1718
1719 * configure: Rebuilt with new libtool.m4.
1720
1721 2000-09-05 Nick Clifton <nickc@redhat.com>
1722
1723 * aclocal.m4: Regenerate.
1724 * config.in: Regenerate.
1725 * configure: Regenerate.
1726
1727 2000-09-04 Todd Vierling <tv@wasabisystems.com>
1728
1729 * strip.1: Fix stray '\' in -o formatting.
1730
1731 2000-09-02 Nick Clifton <nickc@redhat.com>
1732
1733 * configure.in: Increase version number to 2.10.91.
1734 * configure: Regenerate.
1735 * aclocal.m4: Regenerate.
1736 * config.in: Regenerate.
1737 * po/binutils.pot: Regenerate.
1738
1739 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1740
1741 * acinclude.m4: Include libtool and gettext macros from the
1742 top level.
1743 * aclocal.m4, configure: Rebuilt.
1744
1745 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
1746
1747 * resrc.c (close_input_stream): Delete extraneous logic
1748
1749 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1750
1751 * NEWS: Mention support for CRIS.
1752
1753 2000-08-21 Nick Clifton <nickc@redhat.com>
1754
1755 * addr2line.c: Changed email address for Ulrich Lauther.
1756
1757 2000-08-17 Christopher C. Chimelis <chris@debian.org>
1758
1759 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1760
1761 2000-08-17 Nick Clifton <nickc@redhat.com>
1762
1763 * readelf.c (display_debug_pubnames): Only issue warning
1764 message once. Terminate message with a new line.
1765 (display_debug_aranges): Only display version 2 debug info.
1766
1767 2000-08-14 Todd Vierling <tv@wasabisystems.com>
1768
1769 * objcopy.c (strip_main): Silently accept -d as an alias for -g
1770 for compatability with old BSD systems.
1771
1772 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1773
1774 * NEWS: Mention i860 support.
1775
1776 2000-08-11 Carlo Wood <carlo@alinoe.com>
1777
1778 * addr2line.c (main): Add const to char *.
1779
1780 2000-08-11 Geoff Keating <geoffk@cygnus.com>
1781
1782 * ar.c (main): Don't crash if called with no arguments
1783 or only '-X32_64' as an argument.
1784
1785 2000-08-08 DJ Delorie <dj@redhat.com>
1786
1787 * resrc.c: use "gcc -xc" instead of -xc-header
1788
1789 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1790
1791 * readelf.c (elf/i860.h): Include.
1792 (dump_relocations): Add recognition of i860 architecture.
1793 (guess_is_rela): Add recognition of i860 architecture.
1794
1795 2000-08-03 Nick Clifton <nickc@cygnus.com>
1796
1797 * MAINTAINERS: Add information about CGEN maintainers.
1798
1799 2000-07-26 Geoff Keating <geoffk@cygnus.com>
1800
1801 * nm.c (main): Ignore '-X32_64' as an option.
1802 * ar.c (main): Likewise.
1803 * binutils.texi (nm): Document new option.
1804 (ar): Likewise.
1805
1806 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1807
1808 * rdcoff.c (external_coff_symbol_p): K&R-ise.
1809
1810 2000-07-20 H.J. Lu <hjl@gnu.org>
1811
1812 * binutils.texi: Put back "@end table" deleted by
1813 accident.
1814
1815 2000-07-05 Kenneth Block <krblock@computer.org>
1816
1817 * nm.c: Add optional style to demangle switch.
1818 * objdump.c: Add optional style to demangle switch.
1819 * addr2line.c: Add optional style to demangle switch.
1820 * binutils.texi: Document optional style to demangle
1821 switch.
1822
1823 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1824
1825 * MAINTAINERS: Add self as CRIS port maintainer.
1826 * readelf.c: Include elf/cris.h.
1827 (guess_is_rela): Handle EM_CRIS.
1828 (dump_relocations): Ditto.
1829 (get_machine_name): Ditto.
1830 * Makefile.am: Rebuild dependencies.
1831 * Makefile.in: Regenerate.
1832 * po/binutils.pot: Regenerate.
1833
1834 2000-07-19 H.J. Lu <hjl@gnu.org>
1835
1836 * readelf.c (get_dynamic_type): Change "AUXILARY" to
1837 "AUXILIARY".
1838 (process_dynamic_segment): Print out strings for DT_CONFIG,
1839 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1840
1841 2000-07-19 Mark Kettenis <kettenis@gnu.org>
1842
1843 * nm.c (usage): Change output of `nm --help' to include a
1844 description of the purpose of the program and a detailed
1845 description of the accepted options.
1846
1847 2000-07-19 H.J. Lu <hjl@gnu.org>
1848
1849 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1850 to DF_1_NODEFLIB.
1851
1852 2000-07-19 H.J. Lu <hjl@gnu.org>
1853
1854 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1855
1856 2000-07-19 H.J. Lu <hjl@gnu.org>
1857
1858 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1859 DT_FEATURE.
1860 (process_dynamic_segment): Likewise.
1861
1862 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1863 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1864 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1865 DF_1_NODUMP and DF_1_CONLFAT.
1866
1867 2000-07-18 Nick Clifton <nickc@cygnus.com>
1868
1869 * binutils.texi (readelf): Fix spelling typo.
1870
1871 2000-07-11 Mark Kettenis <kettenis@gnu.org>
1872
1873 * objdump.c (usage): Make output of `objdump --help' more
1874 consistent with the rest of the GNU world. Add a line describing
1875 the purpose of the program.
1876
1877 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
1878
1879 * stabs.c (parse_stab_range_type): Cast to proper type to fix
1880 warning.
1881
1882 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
1883
1884 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1885 to fix warnings.
1886 (process_symbol_table): Ditto.
1887 (procesS_extended_line_op): Ditto.
1888 (display_debug_lines): Ditto.
1889 (display_debug_pubnames): Ditto.
1890 (read_and_display_attr): Ditto.
1891
1892 2000-07-09 Nick Clifton <nickc@cygnus.com>
1893
1894 * MAINTAINERS: Add several more port specific maintainers.
1895
1896 2000-07-05 Nick Clifton <nickc@cygnus.com>
1897
1898 * MAINTAINERS: Add blanket write privs for Michael Meissner.
1899
1900 2000-06-05 DJ Delorie <dj@redhat.com>
1901
1902 * MAINTAINERS: New.
1903
1904 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
1905
1906 * dllwrap.c: Changed mistaken dyn_string_append() calls
1907 to dyn_string_append_cstr().
1908
1909 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
1910
1911 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1912 struct debug_type stores size in bytes.
1913
1914 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1915
1916 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1917 (CLEANFILES): Add DEPA.
1918 * Makefile.in: Regenerate.
1919
1920 2000-06-27 Alan Modra <alan@linuxcare.com.au>
1921
1922 * ar.c: Revert incorrect 2000-06-25 patch.
1923 * bucomm.c: Likewise.
1924
1925 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1926
1927 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1928 (external_coff_symbol_p): New function.
1929 (parse_coff): Use it.
1930
1931 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
1932
1933 * ar.c (normalize): Advance past both characters in a DOS based
1934 <letter>: filepath prefix.
1935 (main): Likewise.
1936 * bucomm.c (make_tempname): Likewise.
1937
1938 2000-06-24 Nick Clifton <nickc@cygnus.com>
1939
1940 * objdump.c (usage): Fix description of --stabs switch.
1941
1942 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1943
1944 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1945 find one.
1946 * Makefile.in: Regenerate.
1947
1948 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
1949
1950 * ar.c (normalize): Correct pointer comparison when checking for
1951 backslashes.
1952 (main): Likewise.
1953 * bucomm.c (make_tempname): Likewise.
1954
1955 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1956 and search for backslashes in the original pathname.
1957 (ieee_add_bb11): Likewise.
1958
1959 2000-06-18 Nick Clifton <nickc@redhat.com>
1960
1961 * ar.c (print_contents): Improve verbose message.
1962
1963 2000-06-15 H.J. Lu <hjl@gnu.org>
1964
1965 * dyn-string.c: Removed. Not needed with dyn-string.c in
1966 libiberty.
1967 * dyn-string.h: Likewise.
1968
1969 * Makefile.am: Remove references to dyn-string.c and
1970 dyn-string.h. Rebuild dependency.
1971 * Makefile.in: Rebuild.
1972
1973 2000-06-15 H.J. Lu <hjl@gnu.org>
1974
1975 * binutils.texi: Put a warning on copying relocatable object
1976 files between two different formats.
1977
1978 2000-06-13 DJ Delorie <dj@cygnus.com>
1979
1980 * rcparse.y (control): ICON controls take an id as the first
1981 parameter, not an optional string. Also, call new convenience
1982 function that takes res_id's.
1983 * resrc.c (define_control): missing text means zero-length string,
1984 not zero ID.
1985 (define_icon_control): New.
1986 * windres.h: declare define_icon_control.
1987
1988 2000-06-13 H.J. Lu <hjl@gnu.org>
1989
1990 * configure: Regenerate.
1991
1992 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1993
1994 * configure.in (VERSION): Update to show this is the CVS mainline.
1995
1996 2000-06-02 David O'Brien <obrien@FreeBSD.org>
1997
1998 * strings.c (isgraphic): Interpret <TAB> as a printable character,
1999 analogous to <SPACE>.
2000
2001 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2002
2003 * objdump.c (display_target_list): Use bfd_close_all_done, not
2004 bfd_close to fix crash caused by 2000-05-24 change.
2005
2006 2000-05-25 DJ Delorie <dj@cygnus.com>
2007
2008 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2009
2010 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2011
2012 * Makefile.am: Update dependencies with "make dep-am"
2013 * Makefile.in: Regenerate.
2014
2015 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2016
2017 * ar.c: Include filenames.h.
2018 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2019 and drive letters in file names.
2020 (main): Support backslashes and drive letters in argv[0]. Drop
2021 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2022 FILENAME_CMP instead of strcmp to compare file names.
2023 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2024 DJGPP v2.
2025 (do_quick_append) [__GO32__]: Ditto.
2026 (get_pos_bfd, delete_members, move_members, replace_members):
2027 Compare file names with FILENAME_CMP.
2028
2029 * bucomm.c: Include filenames.h.
2030 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2031 forward/backward slashes and drive letters in file names.
2032
2033 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2034 mixed forward/backward slashes and drive letters in file names.
2035
2036 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2037 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2038 mode.
2039
2040 * objcopy.c: Include filenames.h.
2041 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2042 before comparing to "strip".
2043 Use FILENAME_CMP to compare file names.
2044
2045 * arsup.c: Include filenames.h.
2046 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2047 FILENAME_CMP to compare file names.
2048 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2049 the temporary file name.
2050
2051 * configure.in: Check for setmode.
2052 * configure: Regenerate.
2053
2054 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2055
2056 * objdump.c (display_target_list): Close the bfd.
2057 (display_info_table): Likewise.
2058
2059 2000-05-14 H.J. Lu (hjl@gnu.org)
2060
2061 * objcopy.c (filter_symbols): Don't strip global symbols in
2062 relocatable object files.
2063
2064 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2065
2066 * size.c (usage): Associate short options with corresponding long
2067 option to give a clue as to their function.
2068
2069 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2070
2071 * size.c (main): Accept and ignore `-f' option.
2072
2073 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2074
2075 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2076 bindtextdomain): Replace defines with those from intl/libgettext.h
2077 to quieten gcc warnings.
2078
2079 2000-05-12 H.J. Lu <hjl@gnu.org>
2080
2081 * nlmconv.c (temp_filename): Removed.
2082
2083 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2084 choose_temp_base ().
2085 * objdump.c (display_target_list): Likewise.
2086 (display_info_table): Likewise.
2087
2088 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2089
2090 * objcopy.c (setup_section): Add const and gettext calls for err.
2091
2092 2000-05-02 H.J. Lu <hjl@gnu.org>
2093
2094 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2095 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2096 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2097 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2098 and ELFOSABI_OPENBSD.
2099
2100 2000-05-02 Kazu Hirata <kazu@hxi.com>
2101
2102 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2103 * srconv.c: Likewise.
2104 * sysdump.c: Likewise.
2105
2106 2000-04-23 Denis Chertykov <denisc@overta.ru>
2107
2108 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2109 (get_machine_name): machine name for EM_AVR added.
2110
2111 2000-04-21 Richard Henderson <rth@cygnus.com>
2112 David Mosberger <davidm@hpl.hp.com>
2113
2114 * Makefile.am (readelf.o): Add elf/ia64.h.
2115 * Makefile.in: Rebuild.
2116 * readelf.c: Include elf/ia64.h.
2117 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2118
2119 2000-04-17 Timothy Wall <twall@cygnus.com>
2120
2121 * objdump.c (disassemble_data): Set octets per byte *after*
2122 resolving arch/mach for binary files.
2123
2124 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2125
2126 * arlex.l: Add directives to increase lex buffer size.
2127
2128 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2129 already included by bucomm.h.
2130
2131 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2132
2133 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2134 `strftime' since strftime is not available on all systems.
2135 (process_mips_specific): Ditto.
2136
2137 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2138
2139 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2140 --enable-build-warnings option.
2141 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2142 * Makefile.in, configure: Re-generate.
2143
2144 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2145
2146 * addr2line.c: Update copyright.
2147 * objcopy.1: Likewise, and title.
2148 * strings.1: Likewise.
2149
2150 * version.c (print_version): Add 2000.
2151
2152 * rddbg.c (read_section_stabs_debugging_info): Don't use
2153 bfd_size_type for strx to avoid printf problems if BFD64.
2154
2155 * bucomm.c: (report): Remove `static'.
2156 Move inclusion of stdarg.h/vararg.h from here.
2157 * bucomm.h: To here.
2158 (CONST): Change all occurences to const.
2159 (report): Declare it.
2160 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2161 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2162 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2163
2164 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2165 Correct a typo in an error message.
2166 (do_quick_append): Use non_fatal instead of fprintf.
2167 (move_members): Use fatal instead of fprintf, exit.
2168 * coffdump.c (main): Same here.
2169
2170 * dlltool.c (display): Delete.
2171 (warn): Delete.
2172 (inform): Use `report' instead of `display'.
2173 (rvaafter): Remove trailing \n from fatal error msg.
2174 (rvabefore): Ditto.
2175 (asm_prefix): Ditto.
2176 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2177 (def_name): Likewise.
2178 (run): Likewise.
2179 (scan_all_symbols): Likewise.
2180 (gen_lib_file): Likewise.
2181 (def_library): Likewise. Remove extra program_name too.
2182 (run): Remove \n from inform strings.
2183 (scan_drectve_symbols): Likewise.
2184 (add_excludes): Likewise.
2185 (scan_open_obj_file): Likewise.
2186 (gen_exp_file): Likewise.
2187 (gen_lib_file): Likewise.
2188 (process_duplicates): Likewise.
2189
2190 * Makefile.am (dllwrap_SOURCES): Add version.c.
2191 * dllwrap.c (program_version): Delete.
2192 (print_version): Delete.
2193 (display): Always print trailing \n.
2194 (warn): New.
2195 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2196 (run): Here too.
2197 (main): And here.
2198 (usage): gettext'ify.
2199 (long_options): Add missing initialisers.
2200
2201 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2202 (select_output_format): Likewise.
2203 (powerpc_mangle_relocs): Likewise.
2204 (link_inputs): Likewise.
2205
2206 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2207 (set_output_format): Likewise.
2208 (main): Use non_fatal instead of fprintf.
2209 (display_rel_file): Likewise.
2210
2211 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2212 (slurp_dynamic_symtab): Same here.
2213 (disassemble_data): And here.
2214 (read_section_stabs): And here.
2215 (read_section_stabs): And here.
2216 (dump_bfd): And here.
2217 (main): And here.
2218 (objdump_sprintf): Use fatal instead of fprintf, exit.
2219 (disassemble_data): Same here.
2220
2221 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2222 (parse_coff_struct_type): Same here.
2223 (parse_coff_enum_type): And here.
2224 (parse_coff): And here.
2225 * rddbg.c (read_debugging_info): And here.
2226 * size.c (main): And here.
2227 * windres.c (format_from_name): And here.
2228 * wrstabs.c (stab_write_symbol): Here too.
2229 (write_stabs_in_sections_debugging_info): And here.
2230 (stab_int_type): And here.
2231 (stab_struct_field): And here.
2232 (stab_typdef): And here.
2233
2234 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2235 * srconv.c (main): Same here.
2236 * strings.c (main): And here.
2237 (integer_arg): And here.
2238 * sysdump.c (main): And here.
2239
2240 2000-04-06 Timothy Wall <twall@cygnus.com>
2241
2242 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2243
2244 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2245
2246 * readelf.c (decode_location_expression): Loop through multiple
2247 operations.
2248 (read_and_display_attr): Pass in length.
2249
2250 * readelf.c (read_and_display_attr): Add CU offset to references.
2251 (display_debug_info): Pass it in.
2252
2253 2000-04-06 Nick Clifton <nickc@cygnus.com>
2254
2255 * readelf.c (decode_ARM_machine_flags): New function.
2256 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2257 targets.
2258
2259 (get_machine_name): Catch EM_AVR
2260
2261 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2262
2263 * binutils.texi: Remove optional `=' from long options that have
2264 an `=' in the argument.
2265 * objcopy.1: Here too. Remove extra space on discard-all.
2266
2267 * binutils.texi (objcopy): Mention --redefine-sym.
2268 * objcopy.1: Here too.
2269 * NEWS: And here.
2270
2271 * objcopy.c (parse_flags): Split off flag names from error message
2272 gettext as they are not translated.
2273 (copy_main): Similarly split off option name for --add-section,
2274 --set-section-flags, --change-section-vma, --change-section-lma
2275 error messages.
2276 Some white space changes.
2277
2278 from Matthew Benjamin <matt@linuxbox.nu>
2279 * objcopy.c (struct redefine_node): New.
2280 (redefine_sym_list): New.
2281 (redefine_list_append): New.
2282 (lookup_sym_redefinition): New.
2283 (OPTION_REDEFINE_SYM): New.
2284 (copy_options): Add --redefine-sym option.
2285 (copy_usage): Mention it.
2286 (filter_symbols): Rename symbols on redefine_sym_list.
2287 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2288 (copy_main): Handle OPTION_REDEFINE_SYM.
2289
2290 2000-04-04 H.J. Lu <hjl@gnu.org>
2291
2292 * readelf.c (process_symbol_table): Correctly read in symbol
2293 versioning information.
2294
2295 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2296
2297 * po/binutils.pot: Regenerate.
2298
2299 * addr2line.c (usage): Restore translated part of bug string.
2300 * ar.c (usage): Likewise.
2301 * nlmconv.c (show_usage): Likewise.
2302 * nm.c (usage): Likewise.
2303 * objcopy.c (copy_usage): Likewise.
2304 (strip_usage): Likewise.
2305 * objdump.c (usage): Likewise.
2306 * readelf.c (usage): Likewise.
2307 * size.c (usage): Likewise.
2308 * strings.c (usage): Likewise.
2309 * windres.c (usage): Likewise.
2310
2311 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2312 (DEP): Quote when passing vars to sub-make. Add warning
2313 message to end.
2314 (DEP1): Rewrite for "gcc -MM".
2315 (CLEANFILES): Add DEP2.
2316 Update dependencies.
2317 * Makefile.in: Regenerate.
2318
2319 2000-04-04 H.J. Lu <hjl@gnu.org>
2320
2321 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2322 (arparse.h): Depend on arparse.c
2323 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2324
2325 2000-04-03 H.J. Lu (hjl@gnu.org)
2326
2327 * size.c (usage): Use REPORT_BUGS_TO.
2328
2329 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2330
2331 * bucomm.h: #include "bin-bugs.h"
2332 * addr2line.c (usage): Use REPORT_BUGS_TO.
2333 * ar.c (usage): Likewise.
2334 * nlmconv.c (show_usage): Likewise.
2335 * nm.c (usage): Likewise.
2336 (OPTION_TARGET): Define.
2337 (long_options): Use OPTION_TARGET rather than 200.
2338 (main): Likewise.
2339
2340 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2341 (strip_usage): Likewise.
2342 * objdump.c (usage): Likewise.
2343 * readelf.c (usage): Likewise.
2344 * strings.c (usage): Likewise.
2345 * windres.c (usage): Likewise.
2346
2347 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2348
2349 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2350
2351 2000-03-27 Nick Clifton <nickc@cygnus.com>
2352
2353 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2354 string offsets in corrupt stabs entries.
2355
2356 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2357
2358 * readelf.c: Include elf/avr.h
2359 (dump_relocations): Add EM_AVR case.
2360
2361 2000-03-09 Tim Waugh <twaugh@redhat.com>
2362
2363 * strings.1: Correct '-bytes' to '--bytes'.
2364
2365 2000-03-08 H.J. Lu <hjl@gnu.org>
2366
2367 * Makefile.am (install-exec-local): Depend on
2368 install-binPROGRAMS for parallel make.
2369 * Makefile.in: Regenerated.
2370
2371 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2372
2373 From Brad Lucier <lucier@math.purdue.edu>:
2374 * readelf.c (process_dynamic_segment): Add cast to make sure
2375 argument to %* is int.
2376
2377 2000-02-25 H.J. Lu <hjl@gnu.org>
2378
2379 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2380
2381 2000-02-24 Nick Clifton <nickc@cygnus.com>
2382
2383 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2384 * configure: Regenerate.
2385
2386 * dlltool.c: Add support for sh-pe and mips-pe targets.
2387 * rescoff.c: Add support for sh-pe and mips-pe targets.
2388
2389 2000-02-23 H.J. Lu <hjl@gnu.org>
2390
2391 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2392
2393 2000-02-22 Nick Clifton <nickc@cygnus.com>
2394
2395 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2396
2397 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2398
2399 From Brad Lucier <lucier@math.purdue.edu>:
2400 * readelf.c (process_version_sections): Add casts to make sure
2401 argument to %* is an int.
2402 (process_mips_specific): Add casts to make printf arguments match
2403 format.
2404
2405 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2406
2407 * objdump.c (dump_section_header): Change `opb' to unsigned.
2408 (find_symbol_for_address): Same here.
2409 (disassemble_data): And here. Change `addr_offset',
2410 `stop_offset', `nextstop_offset' to unsigned long.
2411 (dump_data): Change opb to unsigned.
2412
2413 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2414
2415 * resrc.c: Remove unmatched #if for cygwin.
2416
2417 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2418
2419 * binutils.texi: Document the change of flavor name from atpcs-special
2420 to special-atpcs to prevent name conflict in gdb.
2421
2422 2000-02-08 Timothy Wall <twall@redhat.com>
2423
2424 * objdump.c (show_line): Fix bug preventing printing of the very
2425 first line (line zero) of a file when interlisting source and
2426 assembly. Added option to print entire context from start of file
2427 when the first line from that file is encountered.
2428
2429 2000-02-03 Timothy Wall <twall@redhat.com>
2430
2431 * objdump.c (dump_section_header, find_symbol_for_address,
2432 show_line, disassemble_bytes, disassemble_data, dump_data):
2433 distinguish between octets and bytes.
2434
2435 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2436
2437 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2438 check to unresolved symbols.
2439 (print_symbol_info_sysv): Ditto.
2440 (print_symbol_info_posix): Ditto.
2441
2442 * binutils.texi: Document new 'V' symclass flag for nm.
2443
2444 2000-01-27 Nick Clifton <nickc@redhat.com>
2445
2446 * binutils.texi (objdump): Document new ARM specific
2447 disassembler options.
2448
2449 * objdump.c (usage): Call disassembler_usage().
2450
2451 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2452
2453 * readelf.c (get_dynamic_flags): Return buff.
2454 (process_dynamic_segment): Don't pass error strings to printf
2455 as format arg.
2456 (read_and_display_attr): Use lx and ld to print longs.
2457 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2458 before printing.
2459 Update copyright.
2460
2461 2000-01-17 Nick Clifton <nickc@cygnus.com>
2462
2463 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2464
2465 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2466
2467 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2468 false.
2469 (debug_tag_type): Here too.
2470 * ieee.c (ieee_builtin_type): And here.
2471 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2472
2473 2000-01-13 Nick Clifton <nickc@cygnus.com>
2474
2475 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2476 System/370".
2477
2478 2000-01-11 Nick Clifton <nickc@cygnus.com>
2479
2480 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2481
2482 2000-01-10 Nick Clifton <nickc@cygnus.com>
2483
2484 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2485
2486 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2487
2488 * windres.c (long_options): Add --use-temp-file and
2489 --no-use-temp-file options.
2490 (usage): Document.
2491 (main): Handle.
2492
2493 * windres.h: Update read_rc_file prototype.
2494
2495 * resrc.c (cpp_temp_file): New static variable.
2496 (istream_type): New static variable.
2497 (close_pipe): Delete function.
2498 (run_cmd): New static function.
2499 (open_input_stream): New static function.
2500 (close_input_stream): New static function.
2501 (look_for_default): Handle DOS directory separator. Use
2502 open_input_stream instead of popen.
2503 (read_rc_file): Likewise.
2504
2505 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2506 options.
2507
2508 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2509
2510 * dlltool.c (create_compat_implib): New variable.
2511 (gen_exp_file): Use.
2512 (make_one_lib_file): Use.
2513 (long_options): Add --compat-implib option.
2514 (usage): Handle.
2515 (main): Handle.
2516
2517 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2518 (main): Use. Don't look for "32" in cygwin and mingw target names.
2519
2520 2000-01-03 Nick Clifton <nickc@cygnus.com>
2521
2522 * binutils.texi: Document new, ARM specific disassembler
2523 command line switch "-M force-thumb".
2524
2525 For older changes see ChangeLog-9899
2526 \f
2527 Local Variables:
2528 mode: change-log
2529 left-margin: 8
2530 fill-column: 74
2531 version-control: never
2532 End: