Read in dynamic symbols if no ordinary ones are available.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
2
3 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
4 ordinary ones are available.
5
6 2002-09-30 H.J. Lu <hjl@gnu.org>
7
8 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
9 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
10
11 2002-09-17 Zack Weinberg <zack@codesourcery.com>
12
13 * Makefile.am (CFILES): Add cxxfilt.c.
14 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
15 (cxxfilt_LDADD): Delete.
16 Remove all references to underscore.c.
17 Regen dependencies.
18 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
19 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
20 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
21 adjustments to fit into binutils framework.
22 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
23
24 2002-09-12 Roland McGrath <roland@redhat.com>
25
26 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
27 Handle DW_OP_GNU_push_tls_address.
28
29 2002-09-11 Nick Clifton <nickc@redhat.com>
30
31 * po/tr.po: Updated Turkish translation.
32
33 2002-09-10 Nick Clifton <nickc@redhat.com>
34
35 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
36 testsuite changes. Add paragraphs about testsuite and config
37 patches.
38
39 2002-08-29 Nick Clifton <nickc@redhat.com>
40
41 * readelf.c (get_machine_flags): Remove redundant reference to
42 E_V850EA_ARCH.
43
44 2002-08-28 Alan Modra <amodra@bigpond.net.au>
45
46 * objdump.c (dump_bfd): Restore lines accidentally deleted in
47 last commit.
48
49 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
50
51 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
52 (dump_bfd_header): Likewise.
53
54 2002-08-27 Alan Modra <amodra@bigpond.net.au>
55
56 * nm.c: Revert last change.
57
58 2002-08-26 Alan Modra <amodra@bigpond.net.au>
59
60 * nm.c (display_rel_file): Don't report "no symbols" as an error.
61 * objdump.c (slurp_symtab): Likewise.
62 (slurp_dynamic_symtab): Likewise.
63 (dump_symbols): Likewise. Do print "no symbols" to stdout.
64
65 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
66
67 * MAINTAINERS: Change my mailing address.
68
69 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
70
71 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
72
73 2002-08-22 Nick Clifton <nickc@redhat.com>
74
75 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
76 HPPA.
77
78 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
79
80 * readelf.c (parse_args): Change debug_dump_opt to static.
81
82 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
83
84 * stabs.c (parse_stab_argtype): Pass length of physname to
85 stab_demangle_argtypes.
86 (stab_demangle_argtypes): Add new parameter - length of physname.
87 Pass length of physname on to stab_demangle_prefix.
88 (stab_demangle_prefix): Add new parameter - length of physname.
89 Use length of physname (if supplied) to compute end of function
90 name.
91
92 2002-08-15 Alan Modra <amodra@bigpond.net.au>
93
94 * readelf.c: Include elf/i370.h.
95 (dump_relocations): Handle EM_S370.
96 (dynamic_segment_parisc_val): Print \n.
97 (process_dynamic_segment <DT_BIND_NOW>): Here too.
98
99 2002-08-14 Nick Clifton <nickc@redhat.com>
100
101 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
102 * objdump.c (usage): Likewise.
103 * doc/binutils.texi: Likewise.
104
105 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
106
107 * rcparse.y (acc_entry): Don't warn about ALT use with
108 non-VIRTKEY.
109
110 2002-08-13 H.J. Lu <hjl@gnu.org>
111
112 * objcopy.c (copy_object): Don't warn about the unsupported
113 architecture unless the input target is defaulted or the
114 output architecture is different from the input.
115
116 2002-08-09 Nick Clifton <nickc@redhat.com>
117
118 * po/sv.po: Updated Swedish translation.
119
120 2002-08-05 Alan Modra <amodra@bigpond.net.au>
121
122 * prdbg.c (pr_fix_visibility): Remove assert.
123
124 2002-07-31 Nick Clifton <nickc@redhat.com>
125
126 * addr2line.c (process_file): Rename parameter 'filename' to
127 'file_name' in order to avoid shadowing global symbol of the
128 same name.
129 (main): Likewise.
130
131 2002-07-30 Jakub Jelinek <jakub@redhat.com>
132
133 * readelf.c (OPTION_DEBUG_DUMP): Define.
134 (options): Use it.
135 (usage): Update help.
136 (parse_args): Handle --debug-dump separately from -w.
137 * doc/binutils.texi (readelf): Update documentation.
138
139 2002-07-25 Nick Clifton <nickc@redhat.com>
140
141 * po/es.po: Updated Spanish translation.
142 * po/fr.po: Updated French translation.
143
144 2002-07-24 Nick Clifton <nickc@redhat.com>
145
146 * po/es.po: Updated Spanish translation.
147
148 2002-07-23 Alan Modra <amodra@bigpond.net.au>
149
150 * Makefile.am: Run "make dep-am".
151 * Makefile.in: Regenerate.
152
153 2002-07-23 Nick Clifton <nickc@redhat.com>
154
155 * po/fr.po: Updated French translation.
156
157 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
158
159 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
160
161 2002-07-20 Alan Modra <amodra@bigpond.net.au>
162
163 * budemang.c: Include config.h and string.h/strings.h.
164
165 2002-07-18 Denis Chertykov <denisc@overta.ru>
166 Frank Ch. Eigler <fche@redhat.com>
167
168 * readelf.c: Include "elf/ip2k.h".
169 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
170 (dump_relocations): Likewise.
171 (get_machine_name): Likewise.
172 * NEWS: Mention IP2K support.
173
174 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
175
176 * NEWS: Add 'Changes in 2.13'.
177
178 2002-07-10 Jakub Jelinek <jakub@redhat.com>
179
180 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
181 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
182 (get_section_type_name): Handle SHT_GNU_LIBLIST.
183 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
184 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
185 (process_gnu_liblist): New.
186 (process_file): Call it.
187
188 2002-07-03 Alan Modra <amodra@bigpond.net.au>
189
190 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
191 * Makefile.in: Regenerate.
192
193 2002-07-02 Alan Modra <amodra@bigpond.net.au>
194
195 * budemang.c: New file, "demangle" function.
196 * budemang.h: New file.
197 * addr2line.c (translate_addresses): Use "demangle".
198 * nm.c (print_symname): Likewise.
199 * objdump.c (objdump_print_symname): Likewise.
200 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
201 here since that obfuscates.
202 * rdcoff.c: Don't #include demangle.h.
203 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
204 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
205 (HFILES): Add budemang.h. Sort.
206 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
207 Run "make dep-am".
208 * Makefile.in: Regenerate.
209
210 2002-07-01 Matt Thomas <matt@3am-software.com>
211
212 * readelf.c: Include "elf/vax.h".
213 (guess_is_rela): Move EM_VAX from unknown to RELA case.
214 (dump_relocations): Handle VAX relocations.
215 (get_machine_flags): Handle VAX machine flags.
216
217 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
218
219 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
220
221 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
222
223 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
224
225 2002-06-26 Alan Modra <amodra@bigpond.net.au>
226
227 * nm.c (print_symname): When demangling, strip leading dots from
228 symbol names to avoid confusing the demangler.
229
230 2002-06-25 H.J. Lu <hjl@gnu.org>
231
232 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
233 * Makefile.in: Regenerated.
234
235 2002-06-21 Igor Schein <igor@txc.com>
236
237 * configure.in: Quote bu_cv_have_fopen64.
238 * configure: Regenerate.
239
240 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
241
242 * configure.in: Check for strcoll.
243 * configure: Regenerate.
244 * config.in: Regenerate.
245 * nm.c (main): Set locale for LC_COLLATE category.
246 (non_numeric_forward): Use strcoll if available.
247
248 2002-06-20 Dave Brolley <brolley@redhat.com>
249
250 * MAINTAINERS: Add self as fr30 and frv maintainer.
251
252 2002-06-18 H.J. Lu (hjl@gnu.org)
253
254 * nm.c: Include "elf/common.h".
255 (extended_symbol_info): Add elfinfo, a pointer to
256 elf_symbol_type.
257 (SYM_SIZE): Use elfinfo if it is not NULL.
258 (get_symbol_type): New function.
259 (display_archive): Set print_width for each archive member.
260 (display_file): Likewise.
261 (display_rel_file): Don't set print_width here.
262 (print_object_filename_sysv): Handle print_width.
263 (print_archive_member_sysv): Likewise.
264 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
265 (print_symbol): Set the elfinfo field in extended_symbol_info
266 for ELF.
267 (print_object_filename_sysv): Fix the output format.
268 (print_symbol_info_sysv): Print type and section for ELF.
269
270 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
271
272 * nm.c (print_size_symbols): Remove assignment, which makes
273 the symbol's size equal to its value when --size-sort is
274 used.
275
276 2002-06-18 Dave Brolley <brolley@redhat.com>
277
278 From Catherine Moore:
279 * readelf.c (elf/frv.h): #include it.
280 (guess_is_rela): Support EM_CYGNUS_FRV.
281 (dump_relocations): Ditto.
282 (get_machine_name): Ditto.
283 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
284
285 2002-06-18 Jakub Jelinek <jakub@redhat.com>
286
287 * readelf.c (get_file_header): Only read the first section header if
288 e_shoff is non-zero.
289
290 2002-06-15 H.J. Lu (hjl@gnu.org)
291
292 * nm.c (print_size): New variable. Initialize to 0.
293 (long_options): Add 'S'/"print-size".
294 (main): Handle 'S'.
295 (print_symbol_info_bsd): Print size only if print_size is not
296 0.
297
298 * doc/binutils.texi: Document -S/--print-size.
299
300 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
301
302 * nm.c (struct extended_symbol_info): New strcuture: Add the size
303 of the symbols to the information provided by the symbol_info
304 structure.
305 (print_symbols): Pass the symbol size to print_symbol.
306 (print_size_symbols): Pass the symbol size to print_symbol.
307 (print_symbol): Extra argument: The size of the symbol. Store
308 this in the extended_symbol_info structure.
309 (print_symbol_info): Change type of info parameter to
310 extended_symbol_info. Display the size, if known.
311 (print_symbol_info_posix): Likewise.
312 (print_symbol_info_sysv): Likewise.
313
314 2002-06-08 Alan Modra <amodra@bigpond.net.au>
315
316 * Makefile.am: Run "make dep-am".
317 * Makefile.in: Regenerate.
318 * doc/Makefile.in: Regnerate.
319
320 * bucomm.c: Replace CONST with const.
321 * nm.c: Likewise.
322 * objdump.c: Likewise.
323
324 2002-06-07 H.J. Lu <hjl@gnu.org>
325
326 * readelf.c (DW_CFA_GNU_args_size): Don't define.
327 (DW_CFA_GNU_negative_offset_extended): Likewise.
328 (DW_CFA_GNU_window_save): Likewise.
329 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
330 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
331
332 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
333
334 * nm.c: When computing size of symbols for an ELF target use the
335 internal size field.
336
337 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
338
339 * testsuite/binutils-all/objcopy.exp: clear xfail for
340 "hppa*64*-*-hpux*".
341 * testsuite/binutils-all/hppa/objdump.exp: Return if
342 "*64*-*-*".
343
344 2002-06-05 Alan Modra <amodra@bigpond.net.au>
345
346 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
347
348 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
349
350 * objdump.c: Fix formatting.
351
352 2002-05-29 Ben Elliston <bje@redhat.com>
353
354 * MAINTAINERS: Add self as M68k maintainer.
355
356 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
357
358 * readelf.c: Modified/Added DLX elf support.
359
360 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
361
362 * arsup.c: Fix formatting.
363 * debug.c (debug_record_label): Add missing colon to error
364 message.
365 * ieee.c (parse_ieee_ty): Fix spelling typo.
366 * readelf.c (process_program_headers): Remove English assumption
367 about making a plural word.
368 (process_section_headers): Likewise.
369 (process_relocs): Allow quotes to be translated.
370 (process_unwind): Likewise,
371 (process_mips_specific): Improve error message.
372 (get_note_type): Fix spelling typo.
373
374 * configure.in (ALL_LINGUAS): Add sv
375 * po/sv.po: New file.
376
377 2002-05-27 Alan Modra <amodra@bigpond.net.au>
378
379 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
380 (unw_print_grmask): Likewise.
381 (unw_print_frmask): Likewise.
382
383 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
384
385 * arsup.c: Remove ARGSUSED.
386 * debug.c: Likewise.
387 * ieee.c: Likewise.
388 * nlmconv.c: Likewise.
389 * prdbg.c: Likewise.
390 * stabs.c: Likewise.
391 * wrstabs.c: Likewise.
392
393 2002-05-25 Alan Modra <amodra@bigpond.net.au>
394
395 * arlex.l: Use #include "" instead of <> for local header files.
396 * coffdump.c: Likewise.
397 * coffgrok.c: Likewise.
398 * nlmconv.c: Likewise.
399 * nlmheader.y: Likewise.
400 * srconv.c: Likewise.
401 * strings.c: Likewise.
402 * sysdump.c: Likewise.
403 * unwind-ia64.h: Likewise.
404 * windres.h: Likewise.
405 * winduni.h: Likewise.
406
407 2002-05-24 Tom Rix <trix@redhat.com>
408
409 * MAINTAINERS: Add self as the d10v maintainer.
410
411 2002-05-24 TAMURA Kent <kent@netbsd.org>
412
413 * configure.in: Builds dlltool for i386-netbsdpe.
414 * configure: Regenerate.
415
416 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
417
418 * size.c: Fix formatting.
419 * srconv.c: Likewise.
420 * stabs.c: Likewise.
421 * sysdump.c: Likewise.
422 * unwind-ia64.c: Likewise.
423 * wrstabs.c: Likewise.
424
425 2002-05-23 Jakub Jelinek <jakub@redhat.com>
426
427 * readelf.c (get_segment_type): Add PT_TLS.
428 (get_elf_section_flags): Add SHF_TLS.
429 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
430 (process_dynamic_segment): Use puts instead of printf.
431 (get_symbol_type): Support STT_TLS.
432 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
433 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
434 Add SEC_THREAD_LOCAL.
435
436 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
437
438 * rdcoff.c: Fix formatting.
439 * rddbg.c: Likewise.
440 * readelf.c: Likewise.
441 * rename.c: Likewise.
442 * resbin.c: Likewise.
443 * resrc.c: Likewise.
444 * resres.c: Likewise.
445
446 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
447
448 * filemode.c: Fix formatting.
449 * ieee.c: Likewise.
450 * is-ranlib.c: Likewise.
451 * is-strip.c: Likewise.
452 * maybe-ranlib.c: Likewise.
453 * maybe-strip.c: Likewise.
454 * nlmconv.c: Likewise.
455 * nm.c: Likewise.
456 * not-ranlib.c: Likewise.
457 * not-strip.c: Likewise.
458 * objcopy.c: Likewise.
459 * objdump.c: Likewise.
460
461 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
462
463 * objdump.c (dump_headers): Fix output formatting for ELF32
464 architectures in a BFD64 enabled toolchain.
465
466 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
467
468 * debug.c: Fix formatting.
469 * debug.h: Likewise.
470 * dlltool.c: Likewise.
471 * dllwrap.c: Likewise.
472 * emul_aix.c: Likewise.
473 * emul_vanilla.c: Likewise.
474
475 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
476
477 * addr2line.c: Fix formatting.
478 * ar.c: Likewise.
479 * arsup.c: Likewise.
480 * arsup.h: Likewise.
481 * binemul.c: Likewise.
482 * binemul.h: Likewise.
483 * bucomm.c: Likewise.
484 * coffdump.c: Likewise.
485 * coffgrok.c: Likewise.
486 * coffgrok.h: Likewise.
487
488 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
489
490 * MAINTAINERS: Add myself as the second AVR port maintainer.
491
492 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
493
494 * MAINTAINERS: Update my email address.
495
496 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
497
498 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
499
500 2002-05-09 Alan Modra <amodra@bigpond.net.au>
501
502 * configure.in: Replace `*pe' with `pe' throughout.
503 * configure: Regenerate.
504
505 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
506
507 * Makefile.am: Honour DESTDIR.
508 * Makefile.in: Regenerate.
509
510 2002-05-06 Alan Modra <amodra@bigpond.net.au>
511
512 * dlltool.c (process_def_file): Add missing prototype.
513 (new_directive, assemble_file, main): Likewise.
514 (process_def_file, new_directive): Make static.
515 (inform): Rewrite using VA_FIXEDARG.
516 * dllwrap.c (mybasename): Add missing prototype.
517 (strhash, main): Likewise.
518 (inform): Rewrite using VA_FIXEDARG.
519 (warn): Likewise.
520 (cleanup_and_exit): Use old style function definition.
521 (strhash): Likewise.
522 * windres.c (define_resource): Use one memset to clear all of
523 struct res_resource.
524
525 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
526 call to rules that need no lookahead. Check for no lookahead.
527
528 2002-05-06 Borut Razem <borut.razem@siol.net>
529
530 * rclex.l (get_string): Correct "strings" list handling.
531 * resrc.c (read_rc_file): Discard strings.
532
533 2002-05-04 Alan Modra <amodra@bigpond.net.au>
534
535 * ar.c (replace_members): Remove unused var. Formatting fix.
536 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
537
538 * MAINTAINERS: Sort port maintainers by CPU.
539
540 2002-05-04 Bob Byrnes <byrnes@curl.com>
541
542 * size.c (display_archive): Add last_arfile and code to close archives.
543
544 2002-05-01 Alan Modra <amodra@bigpond.net.au>
545
546 * nm.c (print_symbol): Check returned filename from
547 bfd_find_nearest_line is non-NULL.
548
549 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
550
551 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
552
553 2002-04-24 Christian Groessler <chris@groessler.org>
554
555 * MAINTAINERS: Changed my email address.
556
557 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
558
559 * arparse.y: Fix syntax warning.
560
561 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
562
563 * readelf.c (fetch_location_list): Remove unused function.
564
565 * readelf.c (process_corefile_note_segment): Catch corrupt notes
566 and display a warning message, then exit the loop.
567
568 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
569
570 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
571
572 * resrc.c (write_rc_dialog): If charset is non-default value
573 display all of the DIALOGEX parameters.
574
575 2002-04-15 Eric Kohl <ekohl@rz-online.de>
576
577 * rcparse.y: Allow two to five parameter in FONT statement of
578 DIALOGEX resources.
579 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
580 resource data.
581 (res_to_bin_dialog): Likewise.
582 * windres.h: Added misssing charset variable to dialog_ex
583 structure.
584
585 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
586
587 * rcparse.y: Set MEMFLAG_PURE by default.
588
589 2002-04-09 Bernd Herd <info@herdsoft.com>
590
591 * rcparse.y: CLASS definitions in DIALOG resources
592 are quoted.
593 Fix typo in BEDIT warning.
594 Don't add default dialog style when explicit style specified.
595 Add WS_CAPTION dialog style if CAPTION is specified.
596
597 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
598 (handle_quotes) "\a" escape (used for right justified key
599 definitions in menus) is encodes as binary 8.
600
601 * resrc.c (write_rc_dialog): Print style even if it is 0.
602 (write_rc_directory): Fix overlooked sublang shift bug.
603 (bin_to_res_dialog): Don't print empty dialog caption.
604
605 * resbin.c (bin_to_res_dialog): Use signature to identify
606 DIALOGEX.
607
608 * windres.c (main): Set default LANGUAGE to english/us.
609
610 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
611
612 * resrc.c: print CLASS names in quotes
613
614 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
615
616 * MAINTAINERS: Update my email address.
617
618 2002-04-04 Alan Modra <amodra@bigpond.net.au>
619
620 * dep-in.sed: Cope with absolute paths.
621 * Makefile.am (dep.sed): Subst TOPDIR.
622 Run "make dep-am".
623 * Makefile.in: Regenerate.
624
625 2002-03-27 Peter Targett <peter.targett@arc.com>
626
627 * MAINTAINERS: Update my email address.
628
629 2002-03-21 Alan Modra <amodra@bigpond.net.au>
630
631 * Makefile.am: Run "make dep-am".
632 * Makefile.in: Regenerate.
633 * doc/Makefile.in: Regenerate.
634 * po/POTFILES.in: Regenerate.
635 * aclocal.m4: Regenerate.
636 * config.in: Regenerate.
637 * configure: Regenerate.
638
639 2002-03-20 Daniel Berlin <dan@dberlin.org>
640
641 * readelf.c: Add support for displaying dwarf2 location lists.
642 (do_debug_loc, debug_loc_section, debug_loc_size): New.
643 (parse_args): Use 'O' as shorthand for displaying location list
644 section.
645 (process_section_headers): Handle debug_loc as well.
646 (load_debug_loc): New.
647 (free_debug_loc): New.
648 (fetch_location_list): New.
649 (display_debug_loc): New.
650 (display_debug_info): Call load_debug_loc and free_debug_loc.
651 (debug_displays): We can display .debug_loc now, too.
652 (usage): Update usage string.
653 (read_and_display_attr_value): Note location lists, but don't
654 display them inline.
655
656 2002-03-18 Tom Rix <trix@redhat.com>
657
658 * Makefile.am: Add binutils emulation support.
659 * configure.in: Same.
660 * configure.tgt: New file. Same.
661 * ar.c (main): Use ar_emul_parse_arg.
662 (usage): Use ar_emul_usage.
663 (replace_members): Use ar_emul_replace, ar_emul_append.
664 * binemul.c: New file. Define the binutils emulation
665 layer. Define default methods.
666 * binemul.h: New file. Binutils emulation layer header file.
667 * emul_aix.c: New file. AIX binutils emulation.
668 * emul_vanilla.c: New file. Default binutils emulation.
669 * Makefile.in: Regenerate.
670 * configure: Same.
671
672 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
673
674 * po/fr.po: Updated version.
675
676 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
677
678 * po/fr.po: Updated version.
679
680 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
681
682 * README: Update some version numbers.
683
684 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
685
686 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
687 (Architecture Selection): Likewise.
688
689 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
690
691 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
692 generating .exp file.
693
694 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
695
696 * readelf.c (dump_relocations): Fix typo.
697
698 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
699
700 * NEWS: Mark 2.12 branch.
701
702 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
703
704 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
705 types for 64-bit MIPS. Narrow some fields for 80-char
706 output.
707 (dump_relocations): Change spelling from 'unrecognised'
708 to 'unrecognized'.
709 (decode_ARM_machine_flags): Likewise.
710 (parse_args): Likewise.
711 (read_and_display_attr_value): Likewise.
712 (display_debug_section): Likewise.
713
714 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
715
716 * NEWS: Mention support for MMIX.
717
718 2002-02-13 Matt Fredette <fredette@netbsd.org>
719
720 * readelf.c (get_machine_flags): Recognize EF_M68000.
721
722 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
723
724 * MAINTAINERS: Added self as MN10300 co-maintainer.
725
726 2002-02-12 Alan Modra <amodra@bigpond.net.au>
727
728 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
729 DT_PPC64_OPDSZ.
730
731 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
732
733 * MAINTAINERS: List myself as branch maintainer.
734
735 2002-02-11 Alan Modra <amodra@bigpond.net.au>
736
737 * configure: Regenerate.
738 * objcopy.c: Update copyright date.
739 * doc/Makefile.in: Regenerate.
740
741 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
742
743 * nlmconv.c: Back out localtime PARAMS change.
744
745 2002-02-11 Alan Modra <amodra@bigpond.net.au>
746
747 * objcopy.c (MKDIR): Define.
748 (copy_archive): Make name_list.name const. Use MKDIR.
749 Handle duplicate files in archives by making more temp dirs.
750
751 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
752
753 * coffdump.c: Include "getopt.h" after "bucomm.h"
754 so that macros are defined correctly.
755 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
756 prototype. Prototype main.
757 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
758
759 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
760
761 * MAINTAINERS: Added self as SH co-maintainer.
762
763 2002-02-05 Nick Clifton <nickc@redhat.com>
764
765 * po/tr.po: Updated translation.
766
767 2002-02-01 Alan Modra <amodra@bigpond.net.au>
768
769 * Makefile.am: Run "make dep-am"
770 * Makefile.in: Regenerate.
771
772 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
773
774 * nm.c (print_value): Mark abfd unused.
775
776 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
777
778 * unwind-ia64.c (unw_decoder): Change second argument
779 to unsigned int, to match function prototypes.
780
781 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
782
783 * objdump.c: Include "getopt.h" after "bucomm.h" so that
784 __GNU_LIBRARY__ will be defined.
785 * size.c: Likewise.
786
787 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
788
789 * configure: Regenerated.
790
791 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
792
793 * doc/Makefile.am (install): Depend on install-info.
794 * doc/Makefile.in: Regenerate.
795
796 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
797
798 * objcopy.c (strip_usage): Document -d as an alias
799 --strip-debug.
800
801 * size.c (usage): Document [-t | --totals] options.
802 (long_options): Add --totals option.
803 (main): If the [-t | --totals] option is specified and
804 the output format is Berkeley-style, print the total
805 text, data, and bss sizes of all objects listed.
806 (print_berkeley_format): If the [-t | --totals] option
807 is specified, track the total text, data, and bss
808 sizes.
809 * doc/binutils.texi (size): Document [-t | --totals] options.
810 (strip): Document -d as an alias for --strip-debug.
811 * NEWS: Mention new feature of size.
812
813 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
814
815 * po/fr.po: Updated version.
816 * po/es.po: Updated version.
817
818 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
819
820 * addr2line.c (usage): Update text to provide verbose
821 description of the command line options.
822 * ar.c (usage): Update text to provide verbose
823 description of the command line options.
824 (main): Accept -h and -H when running as ranlib.
825 * coffdump.c (show_usage): Update text to provide verbose
826 description of the command line options.
827 * dlltool.c (main): Accept -H as an alias for --help.
828 * nlmconv.c (show_usage): Update text to provide verbose
829 description of the command line options.
830 * nm.c (usage): Replace OPTIONS with option(s).
831 (main): Accept -H as an alias for --help.
832 * objcopy.c (strip_main): Accept -H as an alias for --help.
833 * objdump.c (main): Accept -v as an alias for --verbose.
834 * readelf.c (usage): Adjust format to match style used in
835 other binutils.
836 * size.c (usage): Update text to provide verbose description
837 of the command line options.
838 (main): Accept -v, -h and -H as command line options.
839 * srconv.c (show_usage): Update text to provide verbose
840 description of the command line options.
841 * strings.c (main): Accept -H and -v as command line options.
842 (usage): Update text to provide verbose description of the
843 command line options.
844 * sysdump.c (show_usage): Update text to provide verbose
845 description of the command line options.
846 * windres.c (usage): Adjust format to match style used in
847 other binutils.
848
849 * coffdump.c: Fix formatting.
850 * nlmconv.c: Fix formatting.
851 * srconv.c: Fix formatting.
852 * sysdump.c: Fix formatting.
853
854 2002-01-22 Alan Modra <amodra@bigpond.net.au>
855
856 * Makefile.am: Run "make dep-am".
857 * Makefile.in: Regenerate.
858
859 2002-01-18 Andreas Jaeger <aj@suse.de>
860
861 * version.c (print_version): Update year.
862
863 2002-01-17 Alan Modra <amodra@bigpond.net.au>
864
865 * readelf.c (get_machine_name): Handle EM_PPC64.
866 (guess_is_rela): Here too.
867
868 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
869
870 * po/binutils.pot: Regenerate.
871 * po/fr.po: Regenerate.
872 * po/tr.po: Regenerate.
873
874 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
875
876 * po/tr.po: Import new version.
877
878 2002-01-16 Alan Modra <amodra@bigpond.net.au>
879
880 * readelf.c (get_ppc64_dynamic_type): New.
881 (get_dynamic_type): Call it.
882
883 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
884
885 * objcopy.c (copy_usage): Use "options" instead of "switches".
886 (strip_usage): Use "options" instead of "switches".
887 * doc/binutils.texi (dlltool): Refer to "options" instead of
888 "switches".
889
890 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
891
892 * MAINTAINERS: Add self as co-maintainer for the ARM code.
893
894 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
895
896 * po/es.po: Import from translation project.
897 * configure.in (ALL_LINGUAS): Add es.
898 * configure: Regenerate.
899
900 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
901
902 * readelf.c (get_netbsd_elfcore_note_type): Use
903 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
904
905 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
906
907 * readelf.c: Update copyright years.
908 (get_note_type): Return a const char *.
909 (get_netbsd_elfcore_note_type): New function.
910 (process_note): Use get_netbsd_elfcore_note_type to get
911 the note type string for NetBSD ELF core files.
912
913 2002-01-06 Steve Ellcey <sje@cup.hp.com>
914
915 * readelf.c (get_ia64_segment_type): Add support for macros.
916 (get_segment_type): Add support for IA64 specific macros.
917
918 2001-12-20 Julian v. Bock <julian@wongr.net>
919
920 * readelf.c (print_symbol): New function: Print a formatted symbol
921 name. If --wide is specified do not truncate it.
922 (dump_relocations): Use print_symbol() to print symbol names.
923 (process_symbol_table): Likewise.
924 (process_syminfo): Likewise.
925 (process_mips_specific): Likewise.
926 (usage): Document new feature of --wide switch.
927 * doc/binutils.texi (objdump): Document additional behaviour of
928 --wide.
929
930 2001-12-18 Michael Snyder <msnyder@redhat.com>
931
932 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
933 (copy_object): Don't set the start address or flags of a core file.
934 (copy_section): Don't relocate a core file. Don't copy contents
935 if the input section has the contents flag set, but the output
936 section does not (which happens with the fake 'note' pseudo-
937 sections that BFD creates for corefiles).
938
939 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
940
941 * readelf.c (get_machine_flags): Recognize header flags for ABI and
942 ASE extensions. More robust code for ISA checking. Ignore empty fields
943 in header flags for GNU extensions.
944
945 2001-12-18 Alan Modra <amodra@bigpond.net.au>
946
947 * objcopy.c (copy_archive): Set output bfd format outside the loop.
948
949 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
950
951 * po/ja.po: Import from translation project.
952 * configure.in (ALL_LINGUAS): Add ja.
953 * configure: Regenerate.
954
955 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
956
957 * addr2line.c (main): Protoype.
958 * ar.c (main): Protoype.
959 * nm.c (main): Protoype.
960 * objcopy.c (main): Protoype.
961 * objdump.c (main): Protoype.
962 * size.c (main): Protoype.
963 * strings.c (main): Protoype.
964
965 2001-12-17 Alan Modra <amodra@bigpond.net.au>
966
967 * readelf.c (symtab_shndx_hdr): New global.
968 (SECTION_HEADER_INDEX): Define.
969 (SECTION_HEADER_NUM): Define.
970 (SECTION_HEADER): Define.
971 (GET_ELF_SYMBOLS): Pass two params rather than three.
972 (get_32bit_elf_symbols): Take file and section args. Read and
973 use SHT_SYMTAB_SHNDX.
974 (get_64bit_elf_symbols): Likewise.
975 (dump_relocations): Use SECTION_HEADER to index "section_headers".
976 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
977 Remember symtab_shdx_hdr.
978 (process_program_headers): Scan from index 1 for segment map.
979 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
980 "section_headers".
981 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
982 (process_unwind): Likewise.
983 (process_version_sections): Likewise.
984 (process_symbol_table): Likewise.
985 (display_debug_info): Likewise.
986 (process_dynamic_segment): Fake up a symtab section for changed
987 GET_ELF_SYMBOLS.
988 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
989 (process_program_headers): Kill signed/unsigned warning.
990 (load_debug_str): Likewise.
991 (display_debug_info): Likewise.
992
993 2001-12-13 Jakub Jelinek <jakub@redhat.com>
994
995 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
996
997 2001-12-11 Alan Modra <amodra@bigpond.net.au>
998
999 * readelf.c (process_file_header): Print extended e_shnum and
1000 e_shdtrndx values. Set elf_header values for same.
1001 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1002 (get_64bit_section_headers): Likewise.
1003 (process_section_headers): Update calls.
1004 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1005
1006 2001-12-10 Jakub Jelinek <jakub@redhat.com>
1007
1008 * objcopy.c (setup_section): Copy entsize.
1009
1010 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1011
1012 * readelf.c (guess_is_rela): Add support for stormy16.
1013 (dump_relocations): Likewise.
1014 (get_machine_name): Likewise.
1015
1016 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1017
1018 * dllwrap.c (main) Replace multiple strings describing a
1019 single error with a single, newline escaped sentence to permit
1020 better translation into foreign languages.
1021
1022 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1023 class names.
1024
1025 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1026
1027 * strings.c (get_char): Initialize value.
1028
1029 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1030
1031 * arlex.l: Silence compile warnings.
1032 * arsup.h: Likewise. Fix formatting.
1033
1034 2001-12-04 Jakub Jelinek <jakub@redhat.com>
1035
1036 * strings.c: Include config.h before bfd.h.
1037 (file_off): New type.
1038 (file_open): Define.
1039 (print_strings): Use file_off instead of file_ptr. Print addresses
1040 which don't fit into long correctly.
1041 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1042 available.
1043 (strings_file): Use file_off instead of file_ptr. Use file_open.
1044 * configure.in: Check for getc_unlocked.
1045 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1046 be defined for it.
1047 * configure: Rebuilt.
1048 * config.h.in: Rebuilt.
1049
1050 2001-11-29 H.J. Lu <hjl@gnu.org>
1051
1052 * bucomm.c (make_tempname): Revert the changes made on
1053 2001-11-14 and 2001-11-12. They won't work with directories.
1054
1055 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1056
1057 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1058 CFLAGS_FOR_TARGET to runtest in environment.
1059 * Makefile.in: Rebuild.
1060 * doc/Makefile.in: Rebuild.
1061
1062 2001-11-28 Mike Stump <mrs@wrs.com>
1063
1064 * objcopy.c (setup_section): Preserve SEC_RELOC when
1065 --set-section-flags is used.
1066
1067 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1068
1069 * readelf.c (do_debug_str): New variable.
1070 (display_debug_str): New function: Display the contents of a
1071 .debug_str section.
1072 (load_debug_str): New function: Load in the contents of a
1073 .debug_str section.
1074 (free_debug_str): New function: Free the memory used by
1075 load_debug_str().
1076 (fetch_indirect_string): Retrieve a string from the .debug_str
1077 section.
1078 (usage): Add -ws.
1079 (parse_args): Accept -ws.
1080 (process_section_headers): Allow the display of the .debug_str
1081 section.
1082 (read_and_display_attr_value): Use fetch_indirect_string. Show
1083 offset into .debug_str section.
1084 (display_debug_info): Use load_debug_str and free_debug_str.
1085 (debug_displays): Add .debug_str.
1086 * doc/binutils.texi: Document -ws.
1087
1088 2001-11-19 Andreas Jaeger <aj@suse.de>
1089
1090 * testsuite/binutils-all/objdump.exp: Add x86-64.
1091
1092 2001-11-15 Andreas Schwab <schwab@suse.de>
1093
1094 * readelf.c: Fix warnings without terminating newline.
1095
1096 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1097
1098 * doc/binutils.texi (objdump): Document ppc -M options.
1099
1100 2001-11-14 Andreas Jaeger <aj@suse.de>
1101
1102 * doc/binutils.texi (objdump): Fix description to use x86-64.
1103
1104 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1105
1106 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1107 not all systems provide mkstemp.
1108
1109 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1110
1111 * doc/binutils.texi (objdump): Document x86 -M options.
1112
1113 2001-11-13 Keith Walker <keith.walker@arm.com>
1114
1115 * readelf.c (read_and_display_attr_value): New function to
1116 handle DW_FORM_indirect.
1117 (read_and_display_attr): Use it.
1118
1119 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1120
1121 * readelf.c (display_debug_lines): Deal with unknown standard
1122 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1123 DW_LNS_set_isa.
1124
1125 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1126
1127 * MAINTAINERS: Add self as tic54x maintainer. This target
1128 includes the IBM C54XDSP clone.
1129
1130 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1131
1132 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1133
1134 2001-11-09 Jeffrey A Law (law@cygnus.com)
1135
1136 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1137 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1138 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1139 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1140 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1141 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1142 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1143
1144 * readelf.c (get_elf_class): Fix ISO portability glitch.
1145 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1146
1147 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1148
1149 * readelf.c (debug_str, debug_str_size): New.
1150 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1151 Call free_abbrevs.
1152 (read_and_display_addr): Handle DW_FORM_strp.
1153 (display_debug_info): Read .debug_str section if present,
1154 so that DW_FORM_strp can be handled.
1155 Fix test for non-existant .debug_abbrev section.
1156
1157 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1158
1159 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1160
1161 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1162
1163 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1164
1165 * MAINTAINERS: Add self as s390/s390x maintainer.
1166
1167 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
1168
1169 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1170
1171 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1172
1173 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1174 * configure: Regernate.
1175 * po/fr.po: New file.
1176 * po/tr.po: New file.
1177
1178 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1179
1180 * MAINTAINERS: Add self as MMIX port maintainer.
1181 * readelf.c: Include elf/mmix.h.
1182 (guess_is_rela): MMIX is RELA.
1183 (dump_relocations): Handle MMIX relocations.
1184 * Makefile.am: Regenerate dependencies.
1185 * Makefile.in: Regenerate.
1186
1187 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1188
1189 * readelf.c (parse_args): Handle multiple options to the -w
1190 switch.
1191
1192 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1193
1194 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1195 LOPROC, LOOS and LOUSER.
1196
1197 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1198
1199 * MAINTAINERS: Update my email address.
1200
1201 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1202
1203 * doc/Makefile.in: Regenerate.
1204 * configure: Regenerate.
1205
1206 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1207
1208 * readelf.c (display_debug_line, display_debug_pubnames,
1209 display_debug_info, display_debug_frames): Detect and warn
1210 about 64-bit format entries.
1211 (display_debug_aranges): Reword 64-bit warning.
1212 (debug_displays): Add .debug_pubtypes as a known, but not yet
1213 supported, debug section.
1214
1215 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1216
1217 * coffdump.c (PROGRAM_VERSION): Delete.
1218 (main <'V'>): Call print_version.
1219 * srconv.c: Likewise.
1220 * sysdump.c: Likewise.
1221 * version.c (program_version): Remove.
1222 (print_version): Use BFD_VERSION_STRING. Just print the current
1223 year in copyright message.
1224 * addr2line.c (program_version): Remove unused declaration.
1225 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1226 place of BFD_VERSION.
1227 * Makefile.am (Makefile): Depend on bfd/configure.in.
1228 (cplus-dem.o): Depend on Makefile.
1229 Run "make dep-am".
1230 * Makefile.in: Regenerate.
1231
1232 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1233
1234 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1235 format .debug_arange sections.
1236 (main): Add missing prototype.
1237
1238 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1239
1240 * Makefile.am: Update dependencies with "make dep-am".
1241 * Makefile.in: Regenerate.
1242
1243 2001-09-28 Richard Henderson <rth@redhat.com>
1244
1245 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1246
1247 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1248
1249 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1250 VA_CLOSE.
1251 (non_fatal): Likewise.
1252 * objdump.c (objdump_sprintf): Likewise.
1253 * readelf.c (error): Likewise.
1254 (warn): Likewise.
1255
1256 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1257
1258 * readelf.c (do_wide): New.
1259 (options): Add --wide.
1260 (usage, parse_args): Likewise.
1261 (process_program_headers): Put each segment on a single line if
1262 --wide is given.
1263 (process_section_headers): Put each section on a single line if
1264 --wide is given.
1265 * doc/binutils.texi: Document it.
1266 * NEWS: Likewise.
1267
1268 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1269
1270 * readelf.c (print_vma): Print 8 digits of low hex value.
1271
1272 2001-09-24 Andreas Jaeger <aj@suse.de>
1273
1274 * nlmconv.c: Fix warnings about unused attributes and function
1275 prototypes.
1276
1277 * strings.c: Add prototype for get_char.
1278
1279 2000-09-19 H.J. Lu <hjl@gnu.org>
1280
1281 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1282 $(srcdir)/cxxfilt.man.
1283 * doc/Makefile.in: Rebuild.
1284
1285 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1286
1287 * objcopy.c (copy_main): Correct rename-section string parsing.
1288 Consolidate new_name parsing, and error messages.
1289
1290 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1291
1292 * addr2line.c: Don't include <ctype.h>.
1293 (main): For gettext, also set the LC_CTYPE locate facet.
1294 * ar.c (main): Likewise.
1295 * coffdump.c (main): Likewise.
1296 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1297 (main): For gettext, also set the LC_CTYPE locate facet.
1298 Use ISALNUM instead of isalpha/isdigit.
1299 * dllwrap.c: Don't include <ctype.h>.
1300 (main): For gettext, also set the LC_CTYPE locate facet.
1301 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1302 (main): For gettext, also set the LC_CTYPE locate facet.
1303 Use TOUPPER instead of islower/toupper.
1304 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1305 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1306 Use TOUPPER instead of islower/toupper.
1307 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1308 * objcopy.c (main): Likewise.
1309 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1310 (disassemble_bytes): Use ISPRINT instead of isprint.
1311 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1312 (dump_data): Use ISPRINT instead of isprint.
1313 (main): For gettext, also set the LC_CTYPE locate facet.
1314 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1315 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1316 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1317 Use TOUPPER instead of islower/toupper.
1318 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1319 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1320 (write_rc_accelerators): Use ISPRINT instead of isprint.
1321 (write_rc_rcdata): Likewise.
1322 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1323 * srconv.c (main): Likewise.
1324 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1325 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1326 isdigit/isupper/islower.
1327 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1328 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1329 stab_demangle_prefix, stab_demangle_qualified,
1330 stab_demangle_template, stab_demangle_type,
1331 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1332 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1333 (isgraphic): Use ISPRINT instead of isascii/isprint.
1334 (main): Remove HAVE_LC_MESSAGES dependency.
1335 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1336 (pbarray): Use ISPRINT instead of isprint.
1337 (main): For gettext, also set the LC_CTYPE locate facet.
1338 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1339 (format_from_filename): Use ISPRINT instead of isprint.
1340 (main): For gettext, also set the LC_CTYPE locate facet.
1341 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1342 (unicode_print): Use ISPRINT instead of isprint.
1343 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1344 (stab_variable): Use ISDIGIT instead of isdigit.
1345
1346 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1347
1348 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1349 Replace bfd_read call with call to bfd_bread.
1350 (extract_file): Likewise.
1351
1352 * objdump.c (dump_section_header): Cast section->filepos to
1353 unsigned long to suit printf format string.
1354 * readelf.c (process_section_headers): Similarly for sh_offset.
1355 (process_unwind): Likewise.
1356
1357 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1358
1359 * strings.c (encoding, encoding_bytes): New variables.
1360 (long_options): Add --encoding.
1361 (main): Accept -e and --encoding.
1362 (get_char): New function. Read a, possibly wide, character from
1363 the input stream.
1364 (print_strings): Use get_char().
1365 (usage): Document new command line option.
1366 * doc/binutils.texi: Document new command line option.
1367 * NEWS: Announce new command line option.
1368
1369 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1370
1371 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1372 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1373 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1374 Removed EM_CYGNUS_ARC.
1375
1376 2001-09-04 Jeffrey A Law (law@cygnus.com)
1377
1378 * readelf.c: Include elf/h8 for H8 series definitions.
1379 (guess_is_rela): H8 series if RELA.
1380 (dump_relocations): Handle H8 series relocations.
1381
1382 2001-08-31 Eric Christopher <echristo@redhat.com>
1383
1384 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1385
1386 2001-08-29 Peter Targett <peter.targett@arccores.com>
1387
1388 * MAINTAINERS: Include ARC Maintainer.
1389
1390 2001-08-29 Ben Elliston <bje@redhat.com>
1391
1392 * stabs.c (stab_demangle_template): Initialise s4.
1393
1394 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1395
1396 * readelf.c (dump_relocations): Recognise EM_PPC64.
1397
1398 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1399
1400 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1401
1402 2001-08-25 H.J. Lu <hjl@gnu.org>
1403
1404 * nm.c (print_width): New.
1405 (display_rel_file): Set `print_width' according to
1406 bfd_sprintf_vma.
1407 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1408
1409 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1410
1411 * objcopy.c (use_alt_mach_code): New variable.
1412 (OPTION_ALT_MACH_CODE): Define.
1413 (copy_options): Added --alt-machine-code.
1414 (copy_main): Handle it.
1415 (copy_object): Switch to alternate machine code if requested.
1416 * doc/binutils.texi: Document new option.
1417 * NEWS: Likewise.
1418
1419 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1420
1421 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1422
1423 2001-08-21 H.J. Lu <hjl@gnu.org>
1424
1425 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1426 (display_debug_info): Cast for 64bit hosts.
1427 (display_debug_frames): Likewise.
1428 (process_mips_specific): Likewise.
1429
1430 2001-08-21 Andreas Jaeger <aj@suse.de>
1431
1432 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1433
1434 * sysdump.c: Add missing prototypes.
1435 * srconv.c: Likewise.
1436 * unwind-ia64.c: Likewise.
1437 * coffdump.c: Likewise.
1438
1439 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1440
1441 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1442 of declaring xcalloc.
1443
1444 2001-08-10 H.J. Lu <hjl@gnu.org>
1445
1446 * nm.c (print_value): Add one arg, bfd *.
1447 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1448 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1449 (print_symbol_info_sysv): Likewise.
1450 (print_symbol_info_posix): Likewise.
1451
1452 * objdump.c (dump_section_header): Replace printf_vma with
1453 bfd_printf_vma.
1454 (print_section_stabs): Likewise.
1455 (dump_bfd_header): Likewise.
1456 (objdump_print_value): Replace sprintf_vma with
1457 bfd_sprintf_vma.
1458 (disassemble_bytes): Likewise.
1459 (dump_reloc_set): Likewise.
1460
1461 2001-08-10 Andreas Jaeger <aj@suse.de>
1462
1463 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1464 to build warnings.
1465 * configure: Regenerate.
1466
1467 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1468
1469 * readelf.c: Add missing prototypes.
1470 * objdump.c: Likewise. Format existing prototypes.
1471
1472 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1473
1474 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1475 of any RELA relocation for the abbrev_offset memory location that
1476 refers to the .debug_abbrev section symbol.
1477
1478 2001-08-07 H.J. Lu <hjl@gnu.org>
1479
1480 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1481 (main): Return process_file ().
1482
1483 2001-08-05 Philip Blundell <philb@gnu.org>
1484
1485 * doc/binutils.texi: Use "Thumb" not "THUMB".
1486
1487 2001-08-03 John Healy <jhealy@redhat.com>
1488
1489 Patch suggested by Frank Eigler <fche@redhat.com>.
1490 * objdump.c (disassemble_data): Fill in section member of the
1491 disasm_info structure.
1492
1493 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1494
1495 * configure.in: Added --with-windres option.
1496 * configure: Regenerated.
1497
1498 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1499
1500 * doc/binutils.texi: Use @command{name} for commands;
1501 use @option{-opt} for options; use @table @env for list of options;
1502 remove spaces arround [ | ] in synopsis.
1503
1504 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1505 center title.
1506
1507 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1508
1509 * objcopy.c: Fix formatting.
1510 (section_rename): New structure.
1511 (OPTION_RENAME_SECTION): New switch.
1512 (copy_usage): Document new switch.
1513 (add_section_rename): New function: Add a node to the section
1514 rename list.
1515 (find_section_rename): New function: Find the new name and
1516 flags for a section.
1517 (setup_section): Call find_section_name to determine the name
1518 of the output section.
1519 (copy_main): Handle OPTION_RENAME_SECTION.
1520 * binutils.texi: Document new switch.
1521 * NEWS: Mention new switch.
1522
1523 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1524
1525 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1526 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1527 bug-binutils@gcc.org.
1528
1529 2001-07-28 Matthias Kramm <kramm@quiss.org>
1530
1531 * bucomm.c (list_supported_architectures): New function.
1532 * bucomm.h (list_supported_architectures): Declare.
1533 * objdump.c (usage): Call the above.
1534
1535 2001-07-25 Dave Brolley <brolley@redhat.com>
1536
1537 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1538 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1539
1540 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1541
1542 * README: Update for 2.11. Change bug reporting email address.
1543 * MAINTAINERS: Tidy up. Change bug reporting email address.
1544
1545 2001-07-16 DJ Delorie <dj@redhat.com>
1546
1547 * resres.c (write_res_header): Align header size.
1548 (res_align_file): Calculate alignment correctly.
1549
1550 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1551 correct 10).
1552 * resrc.c (write_rc_resource): Likewise.
1553 * windres.h (SUBLANG_SHIFT): Define - as 10.
1554
1555 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1556
1557 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1558
1559 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1560
1561 * MAINTAINERS: Add notes about branch checkins.
1562
1563 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1564
1565 * readelf.c (display_debug_macinfo): New function, display
1566 .debug_macinfo section.
1567 (do_debug_macinfo): New variable.
1568 (parse_args): Handle "-w[mM]" to mean display macro info.
1569 (process_section_headers): Handle debug_macinfo.
1570 (debug_displays): Replace unsupported function with macinfo
1571 function for .debug_macinfo display.
1572 * doc/binutils.texi: Document new command line switch.
1573 * NEWS: Document new feature of readelf.
1574
1575 2001-07-05 H.J. Lu <hjl@gnu.org>
1576
1577 * objcopy.c (filter_symbols): Don't turn undefined symbols
1578 into local.
1579
1580 2001-07-03 H.J. Lu <hjl@gnu.org>
1581
1582 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1583 $@.pod.
1584 (ar.1): Likewise.
1585 (dlltool.1): Likewise.
1586 (nlmconv.1): Likewise.
1587 (nm.1): Likewise.
1588 (objcopy.1): Likewise.
1589 (objdump.1): Likewise.
1590 (ranlib.1): Likewise.
1591 (readelf.1): Likewise.
1592 (size.1): Likewise.
1593 (strings.1): Likewise.
1594 (strip.1): Likewise.
1595 (windres.1): Likewise.
1596 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1597 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1598 $(DEMANGLER_NAME).
1599 (as.1): Removed.
1600 * doc/Makefile.in: Regenerated.
1601
1602 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1603
1604 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1605
1606 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1607
1608 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1609
1610 2001-06-29 James Cownie <jcownie@etnus.com>
1611
1612 * readelf.c: Support DWARF 2.1 attributes.
1613
1614 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1615
1616 * readelf.c (GET_DATA_ALLOC): Remove.
1617 (GET_DATA): Remove.
1618 (get_data): New function combining above macros, with an extra
1619 test for zero size.
1620 (slurp_rela_relocs): Use get_data, and catch error return.
1621 (slurp_rel_relocs): Likewise.
1622 (get_32bit_program_headers): Likewise.
1623 (get_64bit_program_headers): Likewise.
1624 (get_32bit_section_headers): Likewise.
1625 (get_64bit_section_headers): Likewise.
1626 (get_32bit_elf_symbols): Likewise.
1627 (get_64bit_elf_symbols): Likewise.
1628 (process_section_headers): Likewise.
1629 (process_relocs): Likewise.
1630 (slurp_ia64_unwind_table): Likewise.
1631 (process_unwind): Likewise.
1632 (get_32bit_dynamic_segment): Likewise.
1633 (get_64bit_dynamic_segment): Likewise.
1634 (process_dynamic_segment): Likewise.
1635 (process_version_sections): Likewise.
1636 (process_symbol_table): Likewise.
1637 (dump_section): Likewise.
1638 (display_debug_info): Likewise.
1639 (display_debug_section): Likewise.
1640 (process_section_contents): Likewise.
1641 (process_corefile_note_segment): Likewise.
1642 (process_mips_specific): Likewise. Also free econf32, econf64.
1643
1644 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1645
1646 * readelf.c (dump_relocations): Print "bad symbol index" if
1647 symtab == NULL with non-zero symtab_index.
1648 (process_relocs): Don't bomb if reloc section has no symsec.
1649
1650 2001-06-24 H.J. Lu <hjl@gnu.org>
1651
1652 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1653 by accident.
1654 (copy_main): Apply the the change made to strip_main on
1655 2001-05-30 by accident.
1656
1657 2001-06-23 Andreas Jaeger <aj@suse.de>
1658
1659 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1660 parameter 'code'.
1661 (unw_decode_x2): Likewise.
1662 (unw_decode_x3): Likewise.
1663 (unw_decode_x4): Likewise.
1664
1665 2001-06-23 Ben Elliston <bje@redhat.com>
1666
1667 * MAINTAINERS: Add myself as M88k maintainer.
1668
1669 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1670
1671 * objcopy.c (strip_main): Support -o or --output-file command lien
1672 switch.
1673
1674 2001-06-19 H.J. Lu <hjl@gnu.org>
1675
1676 * doc/Makefile.in: Regenerated.
1677
1678 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1679
1680 * readelf.c: Restore formatting.
1681
1682 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1683
1684 * Makefile.am: Move documentation into doc subdirectory.
1685 * Makefile.in: Regenerated.
1686 * binutils.texi: Move into doc subdirectory.
1687 * addr2line.1: Removed.
1688 * ar.1: Likewise.
1689 * dlltool.1: Likewise.
1690 * nlmconv.1: Likewise.
1691 * nm.1: Likewise.
1692 * objcopy.1: Likewise.
1693 * objdump.1: Likewise.
1694 * ranlib.1: Likewise.
1695 * readelf.1: Likewise.
1696 * size.1: Likewise.
1697 * strings.1: Likewise.
1698 * strip.1: Likewise.
1699 * windres.1: Likewise.
1700 * cxxfilt.man: Likewise.
1701 * doc: New Directory.
1702 * doc/Makefile.am: New file.
1703 * doc/Makefile.in: Generate.
1704
1705 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1706
1707 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1708
1709 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1710
1711 * MAINTAINERS: Update my email address.
1712
1713 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1714
1715 * objcopy.c: Add new switches: --keep-global-symbol,
1716 --keep-symbols, --localize-symbols, --keep-global-symbols and
1717 --weaken-symbols.
1718 * binutils.texi: Document new switches.
1719 * objcopy.1: Regenerate.
1720 * NEWS: Announce new feature.
1721
1722 2001-05-28 Andreas Jaeger <aj@suse.de>
1723
1724 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1725 variables, fix format strings.
1726
1727 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1728
1729 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1730 when computing the address of the line to show.
1731
1732 2001-05-16 Richard Henderson <rth@redhat.com>
1733
1734 * readelf.c (do_debug_frames_interp): New.
1735 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1736 (byte_get_big_endian): Likewise.
1737 (parse_args) ['F']: Set do_debug_frames_interp.
1738 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1739 (frame_display_row): Don't trunc pc_begin to int.
1740 (size_of_encoded_value): New.
1741 (display_debug_frames): Handle 64-bit targets. Print raw data
1742 unless do_debug_frames_interp.
1743 (debug_displays): Remove duplicate .debug_frame.
1744
1745 2001-05-15 Ralf Baechle <ralf@gnu.org>
1746
1747 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1748 The former constant was never in active use and is used otherwise
1749 by the ABI.
1750
1751 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1752
1753 * readelf.c (process_unwind): Print all unwind sections, not just
1754 one.
1755
1756 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1757
1758 * readelf.c (process_unwind): Remove const specifier.
1759
1760 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1761
1762 * strings.c (isgraphic): Do not use isascii() unless it is needed
1763 for isprint() to work.
1764 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1765
1766 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1767
1768 * NEWS: Announce support for OpenRISC.
1769
1770 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1771
1772 * dlltool.c (do_default_excludes): Initialise to true.
1773
1774 2001-04-10 Alan Modra <amodra@one.net.au>
1775
1776 * MAINTAINERS: Update my email address
1777 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1778
1779 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1780
1781 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1782
1783 2001-03-30 H.J. Lu <hjl@gnu.org>
1784
1785 * readelf.c (process_unwind): Just return if do_unwind is 0.
1786
1787 2001-03-28 Roger Sayle <roger@metaphorics.com>
1788
1789 * dlltool.c (make_one_lib_file): Fix section flags for
1790 .text, .data and .bss in stub ds*.o files to match those
1791 generated by gas.
1792
1793 2001-03-29 H.J. Lu <hjl@gnu.org>
1794
1795 * readelf.c (process_unwind): Only do unwind sections for
1796 IA64.
1797
1798 2001-03-28 H.J. Lu <hjl@gnu.org>
1799
1800 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1801 * Makefile.in: Regenerate.
1802
1803 2001-03-26 Andreas Jaeger <aj@suse.de>
1804
1805 * binutils.texi (nm): Fix texi syntax.
1806
1807 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1808
1809 * binutils.texi: Put @c man begin and @c man end indications
1810 to generate man pages using texi2pod and pod2man. Put @c man title
1811 to identify each man. Add SEEALSO entries.
1812 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1813 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1814 sort the list.
1815 (*.1): Build the man pages from binutils.texi.
1816 * Makefile.in: Regenerate.
1817
1818 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1819
1820 * defparse.y (opt_equal_name): allow "." in name.
1821 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1822 (gen_exp_file): Likewise.
1823
1824 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1825
1826 * NEWS: Document addition of -B switch to objcopy.
1827 * binutils.texi: Document addition of -B switch to objcopy.
1828 * objcopy.c: (copy_options): Add --binary-architecture.
1829 (copy_usage): Document -B/--binary-architecture.
1830 (copy_main): Support -B/--binary-architecture. Set
1831 bfd_external_binary_architecture.
1832
1833 2001-03-11 Andreas Jaeger <aj@suse.de>
1834
1835 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1836 (dump_relocations): Likewise.
1837 (get_machine_name): Likewise.
1838
1839 2001-02-28 Nick Clifton <nickc@redhat.com>
1840
1841 * readelf.c: (struct unw_aux_info): Remove const modifier for
1842 'strtab' field.
1843 (process_unwind): Remove non-K&R compliant LHS type cast in call
1844 to GET_DATA_ALLOC macro.
1845
1846 2001-02-28 Philip Blundell <pb@futuretv.com>
1847
1848 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1849 ABI is in use; remove ambiguity between the "unknown" EABI and
1850 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1851 renamed EF_xx constants.
1852
1853 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1854
1855 * configure.in (BFD_VERSION): New.
1856 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1857 * configure: Regenerate.
1858 * Makefile.am: Run "make dep-am"
1859 * Makefile.in: Regenerate.
1860
1861 2001-02-14 Nick Clifton <nickc@redhat.com>
1862
1863 * MAINTAINERS: Add "Obvious Fix" rule.
1864
1865 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1866
1867 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1868 literal concatenation.
1869
1870 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1871
1872 * readelf.c (struct unw_aux_info): Remove const from the info member.
1873 (process_unwind): Don't type-cast the third argument to the
1874 GET_DATA_ALLOC macro.
1875
1876 2001-02-11 Nick Clifton <nickc@redhat.com>
1877
1878 * readelf.c (dump_relocations): Free corrected allocated
1879 array.
1880 (process_unwind): Fix compile time warning.
1881
1882 2001-02-10 Nick Clifton <nickc@redhat.com>
1883
1884 * binutils.texi: Document new --unwind option to readelf.
1885
1886 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1887
1888 * readelf.c: Add linux target for S/390.
1889
1890 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1891
1892 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1893 printf is a macro.
1894
1895 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1896
1897 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1898 * aclocal.m4: Regenerate.
1899 * configure: Regenerate.
1900
1901 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1902
1903 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1904 * objdump.c (bfd_target_vector): Likewise.
1905
1906 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1907
1908 * readelf.c (process_unwind): New function.
1909 (slurp_ia64_unwind_table): Ditto.
1910 (dump_ia64_unwind): Ditto.
1911 (find_symbol_for_address): Ditto.
1912 (slurp_rela_relocs): New function (split off from dump_relocations()).
1913 (slurp_rel_relocs): Ditto.
1914 (parse_args): Handle '-u' option.
1915
1916 * unwind-ia64.c: New file.
1917 * unwind-ia64.h: New file.
1918 * Makefile.am: Include unwind-ia64.c in readelf build.
1919 * Makefile.in: Regenerate.
1920 * po/binutils.pot: Regenerate.
1921
1922 2001-02-04 Philip Blundell <philb@gnu.org>
1923
1924 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1925 * configure: Regenerate.
1926
1927 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1928
1929 * ieee.c (ieee_add_bb11): Don't check for backslashes
1930 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1931
1932 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1933
1934 * ieee.c: Update copyright.
1935 (ieee_start_compilation_unit): Don't check for backslashes
1936 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1937
1938 * stabs.c: Update copyright. Include "filenames.h".
1939 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1940
1941 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1942
1943 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1944 sections are present before using them. Remove code duplication.
1945 (process_symbol_table): Check if VERDEF or VERNEED sections are
1946 present before using them.
1947
1948 2001-01-17 Nick Clifton <nickc@redhat.com>
1949
1950 * objcopy.c (copy_object): Fail if attempting to convert the
1951 endianness of the input object file.
1952
1953 * binutils.texi: Explain that objcopy cannot convert endianness.
1954
1955 2001-01-16 Nick Clifton <nickc@redhat.com>
1956
1957 * readelf.c (string_table_length): New variable.
1958 (SECTION_NAME): Catch out of range indices and missing section
1959 pointers.
1960 (process_section_headers): Delete useless local variable
1961 string_table_offset. Set the value of string_table_length
1962 after loading the string table.
1963 (process_mips_specific): Use SECTION_NAME macro.
1964 (process_file): Set string_table_length to 0 when it is freed.
1965
1966 2001-01-12 Nick Clifton <nickc@redhat.com>
1967
1968 * version.c (print_version): Update copyright date.
1969
1970 2001-01-11 Peter Targett <peter.targett@arccores.com>
1971
1972 * readelf.c (dump_relocations): Include selection with EM_ARC.
1973 (get_machine_name) Update name to "ARC".
1974
1975 2001-01-09 Nick Clifton <nickc@redhat.com>
1976
1977 * Makefile.am: Add rule to build objdump.o from objdump.c and
1978 using OBJDUMP_DEFS.
1979 * Makefile.in: Regenerate.
1980
1981 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1982 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1983 -DDISASSEMBLER_NEEDS_RELOCS.
1984 * configure: Regenerate.
1985
1986 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1987 is defined read in the relocs even if dump_reloc_info is
1988 false.
1989
1990 2001-01-07 Philip Blundell <philb@gnu.org>
1991
1992 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1993 `bug-binutils'.
1994 * README: Likewise.
1995
1996 2000-12-19 Nick Clifton <nickc@redhat.com>
1997
1998 * dlltool.c: Add missing support for arm-epoc-pe.
1999 * configure.in: Add missing support for arm-epoc-pe.
2000 * configure: Regenerate.
2001
2002 2000-12-15 Nick Clifton <nickc@redhat.com>
2003
2004 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2005 Mode parts of the x86 port.
2006
2007 2000-12-04 Andreas Jaeger <aj@suse.de>
2008
2009 * readelf.c (guess_is_rela): Add EM_X86_64.
2010 (dump_relocations): Add EM_X86_64.
2011 (get_machine_name): Add EM_X86_64.
2012 Include "elf/x86-64.h".
2013
2014 2000-12-12 Nick Clifton <nickc@redhat.com>
2015
2016 * readelf.c: Fix formatting.
2017
2018 2000-12-11 Jan Hubicka <jh@suse.cz>
2019
2020 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2021
2022 2000-12-07 Andrew Haley <aph@redhat.com>
2023
2024 * readelf.c (display_debug_frames): Only display columns that are
2025 referenced by the frame debug info.
2026
2027 2000-12-05 Nick Clifton <nickc@redhat.com>
2028
2029 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2030
2031 2000-12-04 Jason Merrill <jason@redhat.com>
2032
2033 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2034 (display_debug_section): Likewise.
2035 (display_debug_info): Display CU header before bailing.
2036
2037 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2038
2039 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2040 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2041 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2042
2043 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2044 and E_MIPS_ARCH_64.
2045
2046 * readelf.c (get_machine_flags): Add case for
2047 E_MIPS_MACH_SB1.
2048
2049 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
2050
2051 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2052
2053 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2054
2055 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
2056 Change sourceware.cygnus.com to sources.redhat.com.
2057 Fix typo for "amongst".
2058
2059 2000-11-28 Nick Clifton <nickc@redhat.com>
2060
2061 * strip.1 (COPYING): Mention that the GNU Free Documentation
2062 License is present in the sources, but not the output, and
2063 also available from the GNU website.
2064 (GNU Free Documentation License): Comment out this section.
2065 * strings.1: Ditto.
2066 * size.1: Ditto.
2067 * ranlib.1: Ditto.
2068 * objdump.1: Ditto.
2069 * objcopy.1: Ditto.
2070 * nm.1: Ditto.
2071 * nlmconv.1: Ditto.
2072 * ar.1: Ditto.
2073 * addr2line.1: Ditto.
2074
2075 2000-11-27 DJ Delorie <dj@redhat.com>
2076
2077 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2078 (parse_args): Support -wf option.
2079 (process_section_headers): Ditto.
2080 (debug_displays): Ditto.
2081 (display_debug_frames): New, dump *_frame sections.
2082 (frame_need_space): Support for above.
2083 (frame_display_row): Ditto.
2084 * binutils.texi: Document it.
2085
2086 2000-11-24 Nick Clifton <nickc@redhat.com>
2087
2088 * NEWS: Announce support for v5t, v5te and XScale.
2089
2090 2000-11-22 Nick Clifton <nickc@redhat.com>
2091
2092 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2093 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2094 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2095 (get_elf_section_flags: Add SHF_GROUP.
2096 (process_section_headers): Adjust output for 32-bit binaries
2097 to look nice on an 80 column terminal.
2098
2099 2000-11-20 H.J. Lu <hjl@gnu.org>
2100
2101 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2102 ELFOSABI_AIX.
2103
2104 2000-11-17 Richard Henderson <rth@redhat.com>
2105
2106 * readelf.c (display_debug_lines): Adjust last change to
2107 use sizeof (external->li_length).
2108
2109 2000-11-17 Richard Henderson <rth@redhat.com>
2110
2111 * readelf.c (display_debug_lines): Fix section length check
2112 and end_of_sequence computation.
2113
2114 2000-11-06 Nick Clifton <nickc@redhat.com>
2115
2116 * binutils.texi: Add GNU Free Documentation License.
2117 * objcopy.1: Add GNU Free Documentation License.
2118 * objdump.1: Add GNU Free Documentation License.
2119 * addr2line.1: Add GNU Free Documentation License.
2120 * ar.1: Add GNU Free Documentation License.
2121 * nlmconv.1: Add GNU Free Documentation License.
2122 * nm.1: Add GNU Free Documentation License.
2123 * ranlib.1: Add GNU Free Documentation License.
2124 * size.1: Add GNU Free Documentation License.
2125 * strings.1: Add GNU Free Documentation License.
2126 * strip.1: Add GNU Free Documentation License.
2127
2128 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2129
2130 * objcopy.c (--srec-len=nn): New parameter to set the
2131 maximum length of generated Srecords.
2132 (--srec-forceS3): New parameter that restricts the generation of
2133 Srecords to type S3 only.
2134 * binutils.texi: Document new command line switches.
2135 * objcopy.1: Docuemnt the new command line switches.
2136 * NEWS: Announce the existence of the new command line switches.
2137
2138 2000-10-31 Nick Clifton <nickc@redhat.com>
2139
2140 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2141 code. Add Eric Chrisopher as maintainer of MN10300 port.
2142
2143 2000-10-12 Roger Sayle <roger@metaphorics.com>
2144
2145 * Make comma after string after icon/control optional.
2146
2147 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2148
2149 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2150
2151 * NEWS: Mention support for MIPS32.
2152
2153 2000-09-08 Nick Clifton <nickc@redhat.com>
2154
2155 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2156
2157 2000-09-07 H.J. Lu <hjl@gnu.org>
2158
2159 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2160 * configure: Rebuild.
2161
2162 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2163
2164 * configure: Rebuilt with new libtool.m4.
2165
2166 2000-09-05 Nick Clifton <nickc@redhat.com>
2167
2168 * aclocal.m4: Regenerate.
2169 * config.in: Regenerate.
2170 * configure: Regenerate.
2171
2172 2000-09-04 Todd Vierling <tv@wasabisystems.com>
2173
2174 * strip.1: Fix stray '\' in -o formatting.
2175
2176 2000-09-02 Nick Clifton <nickc@redhat.com>
2177
2178 * configure.in: Increase version number to 2.10.91.
2179 * configure: Regenerate.
2180 * aclocal.m4: Regenerate.
2181 * config.in: Regenerate.
2182 * po/binutils.pot: Regenerate.
2183
2184 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2185
2186 * acinclude.m4: Include libtool and gettext macros from the
2187 top level.
2188 * aclocal.m4, configure: Rebuilt.
2189
2190 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
2191
2192 * resrc.c (close_input_stream): Delete extraneous logic
2193
2194 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2195
2196 * NEWS: Mention support for CRIS.
2197
2198 2000-08-21 Nick Clifton <nickc@redhat.com>
2199
2200 * addr2line.c: Changed email address for Ulrich Lauther.
2201
2202 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2203
2204 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2205
2206 2000-08-17 Nick Clifton <nickc@redhat.com>
2207
2208 * readelf.c (display_debug_pubnames): Only issue warning
2209 message once. Terminate message with a new line.
2210 (display_debug_aranges): Only display version 2 debug info.
2211
2212 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2213
2214 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2215 for compatability with old BSD systems.
2216
2217 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2218
2219 * NEWS: Mention i860 support.
2220
2221 2000-08-11 Carlo Wood <carlo@alinoe.com>
2222
2223 * addr2line.c (main): Add const to char *.
2224
2225 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2226
2227 * ar.c (main): Don't crash if called with no arguments
2228 or only '-X32_64' as an argument.
2229
2230 2000-08-08 DJ Delorie <dj@redhat.com>
2231
2232 * resrc.c: use "gcc -xc" instead of -xc-header
2233
2234 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2235
2236 * readelf.c (elf/i860.h): Include.
2237 (dump_relocations): Add recognition of i860 architecture.
2238 (guess_is_rela): Add recognition of i860 architecture.
2239
2240 2000-08-03 Nick Clifton <nickc@cygnus.com>
2241
2242 * MAINTAINERS: Add information about CGEN maintainers.
2243
2244 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2245
2246 * nm.c (main): Ignore '-X32_64' as an option.
2247 * ar.c (main): Likewise.
2248 * binutils.texi (nm): Document new option.
2249 (ar): Likewise.
2250
2251 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2252
2253 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2254
2255 2000-07-20 H.J. Lu <hjl@gnu.org>
2256
2257 * binutils.texi: Put back "@end table" deleted by
2258 accident.
2259
2260 2000-07-05 Kenneth Block <krblock@computer.org>
2261
2262 * nm.c: Add optional style to demangle switch.
2263 * objdump.c: Add optional style to demangle switch.
2264 * addr2line.c: Add optional style to demangle switch.
2265 * binutils.texi: Document optional style to demangle
2266 switch.
2267
2268 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2269
2270 * MAINTAINERS: Add self as CRIS port maintainer.
2271 * readelf.c: Include elf/cris.h.
2272 (guess_is_rela): Handle EM_CRIS.
2273 (dump_relocations): Ditto.
2274 (get_machine_name): Ditto.
2275 * Makefile.am: Rebuild dependencies.
2276 * Makefile.in: Regenerate.
2277 * po/binutils.pot: Regenerate.
2278
2279 2000-07-19 H.J. Lu <hjl@gnu.org>
2280
2281 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2282 "AUXILIARY".
2283 (process_dynamic_segment): Print out strings for DT_CONFIG,
2284 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2285
2286 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2287
2288 * nm.c (usage): Change output of `nm --help' to include a
2289 description of the purpose of the program and a detailed
2290 description of the accepted options.
2291
2292 2000-07-19 H.J. Lu <hjl@gnu.org>
2293
2294 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2295 to DF_1_NODEFLIB.
2296
2297 2000-07-19 H.J. Lu <hjl@gnu.org>
2298
2299 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2300
2301 2000-07-19 H.J. Lu <hjl@gnu.org>
2302
2303 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2304 DT_FEATURE.
2305 (process_dynamic_segment): Likewise.
2306
2307 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2308 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2309 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2310 DF_1_NODUMP and DF_1_CONLFAT.
2311
2312 2000-07-18 Nick Clifton <nickc@cygnus.com>
2313
2314 * binutils.texi (readelf): Fix spelling typo.
2315
2316 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2317
2318 * objdump.c (usage): Make output of `objdump --help' more
2319 consistent with the rest of the GNU world. Add a line describing
2320 the purpose of the program.
2321
2322 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2323
2324 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2325 warning.
2326
2327 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2328
2329 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2330 to fix warnings.
2331 (process_symbol_table): Ditto.
2332 (procesS_extended_line_op): Ditto.
2333 (display_debug_lines): Ditto.
2334 (display_debug_pubnames): Ditto.
2335 (read_and_display_attr): Ditto.
2336
2337 2000-07-09 Nick Clifton <nickc@cygnus.com>
2338
2339 * MAINTAINERS: Add several more port specific maintainers.
2340
2341 2000-07-05 Nick Clifton <nickc@cygnus.com>
2342
2343 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2344
2345 2000-06-05 DJ Delorie <dj@redhat.com>
2346
2347 * MAINTAINERS: New.
2348
2349 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2350
2351 * dllwrap.c: Changed mistaken dyn_string_append() calls
2352 to dyn_string_append_cstr().
2353
2354 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2355
2356 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2357 struct debug_type stores size in bytes.
2358
2359 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2360
2361 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2362 (CLEANFILES): Add DEPA.
2363 * Makefile.in: Regenerate.
2364
2365 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2366
2367 * ar.c: Revert incorrect 2000-06-25 patch.
2368 * bucomm.c: Likewise.
2369
2370 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2371
2372 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2373 (external_coff_symbol_p): New function.
2374 (parse_coff): Use it.
2375
2376 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2377
2378 * ar.c (normalize): Advance past both characters in a DOS based
2379 <letter>: filepath prefix.
2380 (main): Likewise.
2381 * bucomm.c (make_tempname): Likewise.
2382
2383 2000-06-24 Nick Clifton <nickc@cygnus.com>
2384
2385 * objdump.c (usage): Fix description of --stabs switch.
2386
2387 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2388
2389 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2390 find one.
2391 * Makefile.in: Regenerate.
2392
2393 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2394
2395 * ar.c (normalize): Correct pointer comparison when checking for
2396 backslashes.
2397 (main): Likewise.
2398 * bucomm.c (make_tempname): Likewise.
2399
2400 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2401 and search for backslashes in the original pathname.
2402 (ieee_add_bb11): Likewise.
2403
2404 2000-06-18 Nick Clifton <nickc@redhat.com>
2405
2406 * ar.c (print_contents): Improve verbose message.
2407
2408 2000-06-15 H.J. Lu <hjl@gnu.org>
2409
2410 * dyn-string.c: Removed. Not needed with dyn-string.c in
2411 libiberty.
2412 * dyn-string.h: Likewise.
2413
2414 * Makefile.am: Remove references to dyn-string.c and
2415 dyn-string.h. Rebuild dependency.
2416 * Makefile.in: Rebuild.
2417
2418 2000-06-15 H.J. Lu <hjl@gnu.org>
2419
2420 * binutils.texi: Put a warning on copying relocatable object
2421 files between two different formats.
2422
2423 2000-06-13 DJ Delorie <dj@cygnus.com>
2424
2425 * rcparse.y (control): ICON controls take an id as the first
2426 parameter, not an optional string. Also, call new convenience
2427 function that takes res_id's.
2428 * resrc.c (define_control): missing text means zero-length string,
2429 not zero ID.
2430 (define_icon_control): New.
2431 * windres.h: declare define_icon_control.
2432
2433 2000-06-13 H.J. Lu <hjl@gnu.org>
2434
2435 * configure: Regenerate.
2436
2437 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2438
2439 * configure.in (VERSION): Update to show this is the CVS mainline.
2440
2441 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2442
2443 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2444 analogous to <SPACE>.
2445
2446 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2447
2448 * objdump.c (display_target_list): Use bfd_close_all_done, not
2449 bfd_close to fix crash caused by 2000-05-24 change.
2450
2451 2000-05-25 DJ Delorie <dj@cygnus.com>
2452
2453 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2454
2455 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2456
2457 * Makefile.am: Update dependencies with "make dep-am"
2458 * Makefile.in: Regenerate.
2459
2460 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2461
2462 * ar.c: Include filenames.h.
2463 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2464 and drive letters in file names.
2465 (main): Support backslashes and drive letters in argv[0]. Drop
2466 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2467 FILENAME_CMP instead of strcmp to compare file names.
2468 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2469 DJGPP v2.
2470 (do_quick_append) [__GO32__]: Ditto.
2471 (get_pos_bfd, delete_members, move_members, replace_members):
2472 Compare file names with FILENAME_CMP.
2473
2474 * bucomm.c: Include filenames.h.
2475 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2476 forward/backward slashes and drive letters in file names.
2477
2478 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2479 mixed forward/backward slashes and drive letters in file names.
2480
2481 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2482 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2483 mode.
2484
2485 * objcopy.c: Include filenames.h.
2486 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2487 before comparing to "strip".
2488 Use FILENAME_CMP to compare file names.
2489
2490 * arsup.c: Include filenames.h.
2491 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2492 FILENAME_CMP to compare file names.
2493 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2494 the temporary file name.
2495
2496 * configure.in: Check for setmode.
2497 * configure: Regenerate.
2498
2499 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2500
2501 * objdump.c (display_target_list): Close the bfd.
2502 (display_info_table): Likewise.
2503
2504 2000-05-14 H.J. Lu (hjl@gnu.org)
2505
2506 * objcopy.c (filter_symbols): Don't strip global symbols in
2507 relocatable object files.
2508
2509 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2510
2511 * size.c (usage): Associate short options with corresponding long
2512 option to give a clue as to their function.
2513
2514 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2515
2516 * size.c (main): Accept and ignore `-f' option.
2517
2518 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2519
2520 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2521 bindtextdomain): Replace defines with those from intl/libgettext.h
2522 to quieten gcc warnings.
2523
2524 2000-05-12 H.J. Lu <hjl@gnu.org>
2525
2526 * nlmconv.c (temp_filename): Removed.
2527
2528 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2529 choose_temp_base ().
2530 * objdump.c (display_target_list): Likewise.
2531 (display_info_table): Likewise.
2532
2533 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2534
2535 * objcopy.c (setup_section): Add const and gettext calls for err.
2536
2537 2000-05-02 H.J. Lu <hjl@gnu.org>
2538
2539 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2540 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2541 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2542 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2543 and ELFOSABI_OPENBSD.
2544
2545 2000-05-02 Kazu Hirata <kazu@hxi.com>
2546
2547 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2548 * srconv.c: Likewise.
2549 * sysdump.c: Likewise.
2550
2551 2000-04-23 Denis Chertykov <denisc@overta.ru>
2552
2553 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2554 (get_machine_name): machine name for EM_AVR added.
2555
2556 2000-04-21 Richard Henderson <rth@cygnus.com>
2557 David Mosberger <davidm@hpl.hp.com>
2558
2559 * Makefile.am (readelf.o): Add elf/ia64.h.
2560 * Makefile.in: Rebuild.
2561 * readelf.c: Include elf/ia64.h.
2562 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2563
2564 2000-04-17 Timothy Wall <twall@cygnus.com>
2565
2566 * objdump.c (disassemble_data): Set octets per byte *after*
2567 resolving arch/mach for binary files.
2568
2569 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2570
2571 * arlex.l: Add directives to increase lex buffer size.
2572
2573 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2574 already included by bucomm.h.
2575
2576 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2577
2578 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2579 `strftime' since strftime is not available on all systems.
2580 (process_mips_specific): Ditto.
2581
2582 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2583
2584 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2585 --enable-build-warnings option.
2586 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2587 * Makefile.in, configure: Re-generate.
2588
2589 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2590
2591 * addr2line.c: Update copyright.
2592 * objcopy.1: Likewise, and title.
2593 * strings.1: Likewise.
2594
2595 * version.c (print_version): Add 2000.
2596
2597 * rddbg.c (read_section_stabs_debugging_info): Don't use
2598 bfd_size_type for strx to avoid printf problems if BFD64.
2599
2600 * bucomm.c: (report): Remove `static'.
2601 Move inclusion of stdarg.h/vararg.h from here.
2602 * bucomm.h: To here.
2603 (CONST): Change all occurences to const.
2604 (report): Declare it.
2605 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2606 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2607 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2608
2609 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2610 Correct a typo in an error message.
2611 (do_quick_append): Use non_fatal instead of fprintf.
2612 (move_members): Use fatal instead of fprintf, exit.
2613 * coffdump.c (main): Same here.
2614
2615 * dlltool.c (display): Delete.
2616 (warn): Delete.
2617 (inform): Use `report' instead of `display'.
2618 (rvaafter): Remove trailing \n from fatal error msg.
2619 (rvabefore): Ditto.
2620 (asm_prefix): Ditto.
2621 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2622 (def_name): Likewise.
2623 (run): Likewise.
2624 (scan_all_symbols): Likewise.
2625 (gen_lib_file): Likewise.
2626 (def_library): Likewise. Remove extra program_name too.
2627 (run): Remove \n from inform strings.
2628 (scan_drectve_symbols): Likewise.
2629 (add_excludes): Likewise.
2630 (scan_open_obj_file): Likewise.
2631 (gen_exp_file): Likewise.
2632 (gen_lib_file): Likewise.
2633 (process_duplicates): Likewise.
2634
2635 * Makefile.am (dllwrap_SOURCES): Add version.c.
2636 * dllwrap.c (program_version): Delete.
2637 (print_version): Delete.
2638 (display): Always print trailing \n.
2639 (warn): New.
2640 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2641 (run): Here too.
2642 (main): And here.
2643 (usage): gettext'ify.
2644 (long_options): Add missing initialisers.
2645
2646 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2647 (select_output_format): Likewise.
2648 (powerpc_mangle_relocs): Likewise.
2649 (link_inputs): Likewise.
2650
2651 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2652 (set_output_format): Likewise.
2653 (main): Use non_fatal instead of fprintf.
2654 (display_rel_file): Likewise.
2655
2656 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2657 (slurp_dynamic_symtab): Same here.
2658 (disassemble_data): And here.
2659 (read_section_stabs): And here.
2660 (read_section_stabs): And here.
2661 (dump_bfd): And here.
2662 (main): And here.
2663 (objdump_sprintf): Use fatal instead of fprintf, exit.
2664 (disassemble_data): Same here.
2665
2666 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2667 (parse_coff_struct_type): Same here.
2668 (parse_coff_enum_type): And here.
2669 (parse_coff): And here.
2670 * rddbg.c (read_debugging_info): And here.
2671 * size.c (main): And here.
2672 * windres.c (format_from_name): And here.
2673 * wrstabs.c (stab_write_symbol): Here too.
2674 (write_stabs_in_sections_debugging_info): And here.
2675 (stab_int_type): And here.
2676 (stab_struct_field): And here.
2677 (stab_typdef): And here.
2678
2679 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2680 * srconv.c (main): Same here.
2681 * strings.c (main): And here.
2682 (integer_arg): And here.
2683 * sysdump.c (main): And here.
2684
2685 2000-04-06 Timothy Wall <twall@cygnus.com>
2686
2687 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2688
2689 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2690
2691 * readelf.c (decode_location_expression): Loop through multiple
2692 operations.
2693 (read_and_display_attr): Pass in length.
2694
2695 * readelf.c (read_and_display_attr): Add CU offset to references.
2696 (display_debug_info): Pass it in.
2697
2698 2000-04-06 Nick Clifton <nickc@cygnus.com>
2699
2700 * readelf.c (decode_ARM_machine_flags): New function.
2701 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2702 targets.
2703
2704 (get_machine_name): Catch EM_AVR
2705
2706 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2707
2708 * binutils.texi: Remove optional `=' from long options that have
2709 an `=' in the argument.
2710 * objcopy.1: Here too. Remove extra space on discard-all.
2711
2712 * binutils.texi (objcopy): Mention --redefine-sym.
2713 * objcopy.1: Here too.
2714 * NEWS: And here.
2715
2716 * objcopy.c (parse_flags): Split off flag names from error message
2717 gettext as they are not translated.
2718 (copy_main): Similarly split off option name for --add-section,
2719 --set-section-flags, --change-section-vma, --change-section-lma
2720 error messages.
2721 Some white space changes.
2722
2723 from Matthew Benjamin <matt@linuxbox.nu>
2724 * objcopy.c (struct redefine_node): New.
2725 (redefine_sym_list): New.
2726 (redefine_list_append): New.
2727 (lookup_sym_redefinition): New.
2728 (OPTION_REDEFINE_SYM): New.
2729 (copy_options): Add --redefine-sym option.
2730 (copy_usage): Mention it.
2731 (filter_symbols): Rename symbols on redefine_sym_list.
2732 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2733 (copy_main): Handle OPTION_REDEFINE_SYM.
2734
2735 2000-04-04 H.J. Lu <hjl@gnu.org>
2736
2737 * readelf.c (process_symbol_table): Correctly read in symbol
2738 versioning information.
2739
2740 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2741
2742 * po/binutils.pot: Regenerate.
2743
2744 * addr2line.c (usage): Restore translated part of bug string.
2745 * ar.c (usage): Likewise.
2746 * nlmconv.c (show_usage): Likewise.
2747 * nm.c (usage): Likewise.
2748 * objcopy.c (copy_usage): Likewise.
2749 (strip_usage): Likewise.
2750 * objdump.c (usage): Likewise.
2751 * readelf.c (usage): Likewise.
2752 * size.c (usage): Likewise.
2753 * strings.c (usage): Likewise.
2754 * windres.c (usage): Likewise.
2755
2756 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2757 (DEP): Quote when passing vars to sub-make. Add warning
2758 message to end.
2759 (DEP1): Rewrite for "gcc -MM".
2760 (CLEANFILES): Add DEP2.
2761 Update dependencies.
2762 * Makefile.in: Regenerate.
2763
2764 2000-04-04 H.J. Lu <hjl@gnu.org>
2765
2766 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2767 (arparse.h): Depend on arparse.c
2768 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2769
2770 2000-04-03 H.J. Lu (hjl@gnu.org)
2771
2772 * size.c (usage): Use REPORT_BUGS_TO.
2773
2774 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2775
2776 * bucomm.h: #include "bin-bugs.h"
2777 * addr2line.c (usage): Use REPORT_BUGS_TO.
2778 * ar.c (usage): Likewise.
2779 * nlmconv.c (show_usage): Likewise.
2780 * nm.c (usage): Likewise.
2781 (OPTION_TARGET): Define.
2782 (long_options): Use OPTION_TARGET rather than 200.
2783 (main): Likewise.
2784
2785 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2786 (strip_usage): Likewise.
2787 * objdump.c (usage): Likewise.
2788 * readelf.c (usage): Likewise.
2789 * strings.c (usage): Likewise.
2790 * windres.c (usage): Likewise.
2791
2792 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2793
2794 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2795
2796 2000-03-27 Nick Clifton <nickc@cygnus.com>
2797
2798 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2799 string offsets in corrupt stabs entries.
2800
2801 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2802
2803 * readelf.c: Include elf/avr.h
2804 (dump_relocations): Add EM_AVR case.
2805
2806 2000-03-09 Tim Waugh <twaugh@redhat.com>
2807
2808 * strings.1: Correct '-bytes' to '--bytes'.
2809
2810 2000-03-08 H.J. Lu <hjl@gnu.org>
2811
2812 * Makefile.am (install-exec-local): Depend on
2813 install-binPROGRAMS for parallel make.
2814 * Makefile.in: Regenerated.
2815
2816 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2817
2818 From Brad Lucier <lucier@math.purdue.edu>:
2819 * readelf.c (process_dynamic_segment): Add cast to make sure
2820 argument to %* is int.
2821
2822 2000-02-25 H.J. Lu <hjl@gnu.org>
2823
2824 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2825
2826 2000-02-24 Nick Clifton <nickc@cygnus.com>
2827
2828 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2829 * configure: Regenerate.
2830
2831 * dlltool.c: Add support for sh-pe and mips-pe targets.
2832 * rescoff.c: Add support for sh-pe and mips-pe targets.
2833
2834 2000-02-23 H.J. Lu <hjl@gnu.org>
2835
2836 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2837
2838 2000-02-22 Nick Clifton <nickc@cygnus.com>
2839
2840 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2841
2842 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2843
2844 From Brad Lucier <lucier@math.purdue.edu>:
2845 * readelf.c (process_version_sections): Add casts to make sure
2846 argument to %* is an int.
2847 (process_mips_specific): Add casts to make printf arguments match
2848 format.
2849
2850 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2851
2852 * objdump.c (dump_section_header): Change `opb' to unsigned.
2853 (find_symbol_for_address): Same here.
2854 (disassemble_data): And here. Change `addr_offset',
2855 `stop_offset', `nextstop_offset' to unsigned long.
2856 (dump_data): Change opb to unsigned.
2857
2858 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2859
2860 * resrc.c: Remove unmatched #if for cygwin.
2861
2862 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2863
2864 * binutils.texi: Document the change of flavor name from atpcs-special
2865 to special-atpcs to prevent name conflict in gdb.
2866
2867 2000-02-08 Timothy Wall <twall@redhat.com>
2868
2869 * objdump.c (show_line): Fix bug preventing printing of the very
2870 first line (line zero) of a file when interlisting source and
2871 assembly. Added option to print entire context from start of file
2872 when the first line from that file is encountered.
2873
2874 2000-02-03 Timothy Wall <twall@redhat.com>
2875
2876 * objdump.c (dump_section_header, find_symbol_for_address,
2877 show_line, disassemble_bytes, disassemble_data, dump_data):
2878 distinguish between octets and bytes.
2879
2880 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2881
2882 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2883 check to unresolved symbols.
2884 (print_symbol_info_sysv): Ditto.
2885 (print_symbol_info_posix): Ditto.
2886
2887 * binutils.texi: Document new 'V' symclass flag for nm.
2888
2889 2000-01-27 Nick Clifton <nickc@redhat.com>
2890
2891 * binutils.texi (objdump): Document new ARM specific
2892 disassembler options.
2893
2894 * objdump.c (usage): Call disassembler_usage().
2895
2896 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2897
2898 * readelf.c (get_dynamic_flags): Return buff.
2899 (process_dynamic_segment): Don't pass error strings to printf
2900 as format arg.
2901 (read_and_display_attr): Use lx and ld to print longs.
2902 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2903 before printing.
2904 Update copyright.
2905
2906 2000-01-17 Nick Clifton <nickc@cygnus.com>
2907
2908 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2909
2910 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2911
2912 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2913 false.
2914 (debug_tag_type): Here too.
2915 * ieee.c (ieee_builtin_type): And here.
2916 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2917
2918 2000-01-13 Nick Clifton <nickc@cygnus.com>
2919
2920 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2921 System/370".
2922
2923 2000-01-11 Nick Clifton <nickc@cygnus.com>
2924
2925 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2926
2927 2000-01-10 Nick Clifton <nickc@cygnus.com>
2928
2929 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2930
2931 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2932
2933 * windres.c (long_options): Add --use-temp-file and
2934 --no-use-temp-file options.
2935 (usage): Document.
2936 (main): Handle.
2937
2938 * windres.h: Update read_rc_file prototype.
2939
2940 * resrc.c (cpp_temp_file): New static variable.
2941 (istream_type): New static variable.
2942 (close_pipe): Delete function.
2943 (run_cmd): New static function.
2944 (open_input_stream): New static function.
2945 (close_input_stream): New static function.
2946 (look_for_default): Handle DOS directory separator. Use
2947 open_input_stream instead of popen.
2948 (read_rc_file): Likewise.
2949
2950 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2951 options.
2952
2953 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2954
2955 * dlltool.c (create_compat_implib): New variable.
2956 (gen_exp_file): Use.
2957 (make_one_lib_file): Use.
2958 (long_options): Add --compat-implib option.
2959 (usage): Handle.
2960 (main): Handle.
2961
2962 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2963 (main): Use. Don't look for "32" in cygwin and mingw target names.
2964
2965 2000-01-03 Nick Clifton <nickc@cygnus.com>
2966
2967 * binutils.texi: Document new, ARM specific disassembler
2968 command line switch "-M force-thumb".
2969
2970 For older changes see ChangeLog-9899
2971 \f
2972 Local Variables:
2973 mode: change-log
2974 left-margin: 8
2975 fill-column: 74
2976 version-control: never
2977 End:
This page took 0.088086 seconds and 5 git commands to generate.