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