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