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