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