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