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