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