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