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