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