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