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