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