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