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