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