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