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