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