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