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