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