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