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