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