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