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