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