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