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