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