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