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