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