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