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