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