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