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