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