gas/
[binutils.git] / binutils / ChangeLog
blob0bea73071323ea1ec5bedb879cceec174604fa30
1 2005-05-06  Jan Beulich  <jbeulich@novell.com>
3         * objcopy.c (copy_file): Don't delete output upon error here.
4         (copy_main): Delete output upon error.
6 2005-05-02  Ben Elliston  <bje@au.ibm.com>
8         * dlltool.c (dtab): Remove empty function.
9         (process_duplicates): Remove calls to dtab().
11 2005-05-01  Maciej W. Rozycki  <macro@linux-mips.org>
13         * doc/binutils.texi (strip, objcopy): Clarify the description of
14         the "--strip-debug" option.  Fix a typo.
16 2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
18         * bucomm.c: Undo the last change.
19         * bucomm.h: Likewise.
21 2005-04-29  Ben Elliston  <bje@au.ibm.com>
23         * syslex.l (word, number, unit): Remove unused variables.
24         * nlmheader.y (keyword_tokens): Make static.
25         * coffdump.c (dump_coff_symbol, coff_dump): Make static.
26         * coffgrok.c (lofile, last_function_symbol, last_function_type,
27         last_struct, last_enum, cur_sfile): Make variables static.
28         * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
29         sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
30         * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
31         names, pnames): Likewise.
33 2005-04-29  Ben Elliston  <bje@au.ibm.com>
35         * ar.c (mri_mode): Make static.
36         * arsup.c (obfd, real_name, outfile): Likewise.
37         * binemul.c (ar_emul_create): Remove unused function.
38         (ar_emul_default_create): Likewise.
39         * binemul.h (ar_emul_create): Remove declaration.
40         (ar_emul_default_create): Likewise.
41         (struct bin_emulation_xfer_struct): Remove ar_create member.
42         * bucomm.c (report): Make static.
43         * bucomm.h (report): Remove declaration.
44         * cxxfilt.c (mbuffer): Make static.
45         (main): Use unsigned ints for some loop control variables.
46         * readelf.c: Make many global variables static.
47         * size.c (berkeley_format): Make static.
48         (long_options): Likewise.
49         * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
50         structure initialiser.
51         (bin_aix5_emulation): Likewise.
52         * emul_vanilla.c (bin_vanilla_emulation): Likewise.
54 2005-04-27  Ben Elliston  <bje@au.ibm.com>
56         * syslex.l: Adjust top-of-file comment: this file is part of GNU
57         binutils, not GNU ld.
59 2005-04-25  Nick Clifton  <nickc@redhat.com>
61         PR872
62         * objcopy.c (copy_archive): Initialise 'obfd' field of new
63         name_list structure.
64         
65         * objcopy.c (copy_usage): Fix description of -K switch.
67         * doc/binutils.texi (strip, objcopy): Fix description of -K
68         switch.
70 2005-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
72         * readelf.c (display_debug_frames): Use data factor for
73         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
75 2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>
77         * objdump.c (dump_section_header): Skip linker created section.
79 2005-04-17  H.J. Lu  <hongjiu.lu@intel.com>
81         * objdump.c (dump_section_header): Support SEC_GROUP.
83 2005-04-16  Nick Clifton  <nickc@redhat.com>
85         * readelf.c (debug_apply_rela_addends): Remove redundant %s from
86         printf string.
88 2005-04-15  Nick Clifton  <nickc@redhat.com>
90         * objcopy.c (copy_file): Issue an error message when attmepting to
91         copy an empty input file.
93 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
95         * Makefile.am (NO_WERROR): Define.  Use instead of -Wno-error.
96         * configure.in: Include ../bfd/warning.m4 contents.
97         * Makefile.in: Regenerate.
98         * configure: Regenerate.
99         * doc/Makefile.in: Regenerate.
101 2005-04-12  Alan Modra  <amodra@bigpond.net.au>
103         * Makefile.am: Run "make dep-am".
104         (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
105         (sysroff.o, defparse.o, deflex.o): Likewise.
106         (nlmheader.o, rcparse.o, rclex.o): Likewise.
107         * Makefile.in: Regenerate.
108         * aclocal.m4: Regenerate.
109         * config.in: Regenerate.
110         * configure: Regenerate.
112 2005-04-11  Jan Beulich  <jbeulich@novell.com>
114         * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
116 2005-04-06  Nick Clifton  <nickc@redhat.com>
117             H.J. Lu  <hongjiu.lu@intel.com>
119         * po/rw.po: New translation: Kinyarwanda.
120         * configure.in (ALL_LINGUAS): Add rw.
121         * configure: Regenerate.
123 2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>
125         * readelf.c (debug_apply_rela_addends): Reorder r_info as
126         necessary for 64-bit MIPS.
128 2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>
130         * doc/binutils.texi (readelf): Remove a duplicate paragraph.
132 2005-04-04  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
134         PR binutils/813
135         * objdump.c (dump_symbols): Add a check to see if the section for
136         the symbol is chosen using process_section_p.
138 2005-04-01  H.J. Lu  <hongjiu.lu@intel.com>
140         * NEWS: Mention new readelf options, "-N/--full-section-name"
141         and "-g/--section-groups".
143         * doc/binutils.texi: Document new readelf options,
144         "-N/--full-section-name" and "-g/--section-groups".
146 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
148         * readelf.c (do_full_section_name): New.
149         (options): Add "--full-section-name"/'N'.
150         (usage): Add -N/--full-section-name.
151         (parse_args): Handle 'N'.
152         (process_section_headers): Print out the full section name if
153         do_full_section_name isn't 0.
155 2005-03-31  Nick Clifton  <nickc@redhat.com>
157         * configure.in: Add a check for <unistd.h> providing a prototype
158         for getopt() which is compatible with the one in
159         include/getopt.h.  If so then define HAVE_DECL_GETOPT.
160         * configure: Regenerate.
161         * config.in (HAVE_DECL_GETOPT): Add.
162         * aclocal.m4: Regenerate.
163         * addr2line.c: Include "config.h" before "bfd.h" so that
164         HAVE_DECL_GETOPT is defined before getopt.h is included.
166 2005-03-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
168         * doc/binutils.texi: Document new VAX disassembler-specific option
169         -M entry:0xfooba8.
170         * NEWS: Mention the new option.
171         
172 2005-03-29  Anil Paranjpe  <anilp1@kpitcummins.com>
174         * MAINTAINERS: Add myself as H8300 maintainer.
176 2005-03-28  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
178         * objdump.c (disassemble_bytes): Remove cast.
180 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
182         * BRANCHES: Add binutils-csl-arm-2005q1-branch and
183         binutils-2_16-branch.
185 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
187         * MAINTAINERS: Add myself as M88k maintainer.
189 2005-03-24  Danny Smith  <dannysmith@users.sourceforge.net>
191         * winduni.c (unicode_from_ascii): Don't declare variables
192         's' and 'w' if _WIN32.  Use MultiByteToWideChar to set the unicode
193         string len.
195 2005-03-24  Dmitry Diky   <diwil@spec.ru>
197         * MAINTAINERS: Add myself as MSP430 maintainer. 
199 2005-03-23  Nick Clifton  <nickc@redhat.com>
201         * po/fr.po: Updated translation.
203 2005-03-22  Nick Clifton  <nickc@redhat.com>
205         * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
206         privileges list.
208 2005-03-17  Paul Brook <paul@codesourcery.com>
209             Dan Jacobowitz <dan@codesourcery.com>
210             Mark Mitchell  <mark@codesourcery.com>
212         * binutils/readelf.c (get_arm_segment_type): New function.
213         (get_segment_type): Use it.
215 2005-03-18  Paul Brook  <paul@codesourcery.com>
217         * objdump.c (objdump_print_addr): Avoid uninitialized warning.
219 2005-03-17  Diego Novillo  <dnovillo@redhat.com>
221         * MAINTAINERS: Remove self as maintainer of x86 intel
222         mode.
224 2005-03-16  Nick Clifton  <nickc@redhat.com>
225             Ben Elliston  <bje@au.ibm.com>
227         * configure.in (werror): New switch: Add -Werror to the
228         compiler command line.  Enabled by default.  Disable via
229         --disable-werror.
230         * configure: Regenerate.
232 2005-03-15  Daniel Marques  <marques@cs.cornell.edu>
233             Nick Clifton  <nickc@redhat.com>
235         * objcopy.c (globalize_specific_list): New linked list of symbols
236         to convert from local binding into global binding.
237         (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
238         OPTION_GLOBALIZE_SYMBOLS.
239         (copy_options): Add "globalize-symbol" and "globalize-symbols".
240         (copy_usage): Document the new switches.
241         (filter_symbols): Convert defined local symbols mentioned on the
242         globalize_specific_list into global symbols.
243         (copy_object): Perform actions if the globalize_specific_list is
244         not empty.
245         (copy_main): Handle new switches.
246         * NEWS: Mention new feature.
247         * doc/binutils.texi: Document new switches.
249 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
251         * po/es.po: Commit new Spanish translation.
253         * po/fr.po: Commit new French translation.
255 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
257         * po/tr.po: Commit new Turkish translation.
259 2005-03-11  Nick Clifton  <nickc@redhat.com>
261         * po/fr.po: Updated French translation.
263 2005-03-10  Nick Clifton  <nickc@redhat.com>
265         * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
266         * configure: Regenerate.
267         * po/ro.po: New file.
269         * po/ru.po: Updated file.
271 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
273         * po/binutils.pot: Regenerate.
275 2005-03-02  Jan Beulich  <jbeulich@novell.com>
277         * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
278         * objcopy.c (copy_file): Likewise.
279         (strip_main): Likewise.
281 2005-03-01  Stig Petter Olsroed  <stigpo@users.sourceforge.net>
282             Nick Clifton  <nickc@redhat.com>
284         * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
285         (struct objdump_disasm_info): Add 'reloc' field.
286         (disassemble_bytes): Fix check for when an insn has a reloc
287         associated with it.  Improve comment explaining why the use of
288         octets is wrong.  Set the 'reloc' field in objdump_disasm_info
289         structure.
290         (objdump_print_addr): Use new 'reloc' field to lookup the correct
291         address for the symbol associated with the current instruction's
292         relocation.
293         (disassemble_info): Initialise 'reloc' field.
295 2005-02-28  Jakub Jelinek  <jakub@redhat.com>
297         * readelf.c (get_file_type, get_machine_name, get_osabi_name,
298         get_segment_type, get_section_type_name, get_elf_class,
299         get_data_encoding, get_group_flags, dynamic_section_mips_val,
300         get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
301         get_AT_name, process_mips_specific, process_gnu_liblist,
302         get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
303         sprintf where needed.
304         (get_dynamic_type): Likewise.  Increase buff to 64 bytes.
305         (get_elf_section_flags): Increase buff to 33 bytes.  Avoid
306         using strcat.
307         (get_dynamic_flags): Renamed to...
308         (print_dynamic_flags): ... this.  Print the flags to stdout instead
309         of returning them as string.
310         (process_dynamic_section): Adjust caller.
312 2005-02-25  H.J. Lu  <hongjiu.lu@intel.com>
314         * readelf.c (display_debug_ranges): Print out offset for end of
315         list.
317 2005-02-23  Alan Modra  <amodra@bigpond.net.au>
319         * dlltool.c: Warning fixes.
320         * objdump.c: Likewise.
322 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
324         * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
325         (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
326         dependencies.  Run "make dep-am".
327         * nlmconv.c: Warning fixes.
328         * readelf.c: Likewise.
329         * srconv.c: Likewise.
330         * sysdump.c: Likewise.
331         * sysinfo.y: Likewise.
332         * syslex.l: Likewise.  Use yyleng instead of strlen, memcpy instead
333         of strcpy.
334         * Makefile.in: Regenerate.
336 2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>
338         * objcopy.c (parse_flags): Replace SEC_SHARED with
339         SEC_COFF_SHARED.
341         * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
342         SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
343         SEC_COFF_SHARED for COFF only.
345 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
347         * Makefile.am: Run "make dep-am"
348         * Makefile.in: Regenerate.
349         * doc/Makefile.in: Regenerate.
351 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
353         * readelf.c (BYTE_GET8): Delete.  Replace uses with BYTE_GET.
354         (byte_get_little_endian): Don't handle size of -8.
355         (byte_get_signed, byte_get_big_endian): Likewise.
356         (print_dec_vma, print_hex_vma): New functions.
357         (print_vma): Use them.  Return chars output.
358         (get_dynamic_data): Return a bfd_vma array.  Add ent_size parm.
359         (process_symbol_table): Handle alpha and s390 .hash.
361 2005-02-18  H.J. Lu  <hongjiu.lu@intel.com>
363         * readelf.c (display_debug_loc): Print out offset for end of
364         list.
366 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
368         * Makefile.am (TOOL_PROGS): Add objdump.
369         * Makefile.in: Regenerate.
371 2005-02-17  Alan Modra  <amodra@bigpond.net.au>
373         * deflex.l (YY_NO_UNPUT): Define.
374         * rclex.l (YY_NO_UNPUT): Define.
375         * rcparse.y (null_unichar): New static var.
376         (res_null_text): Use it rather than attempting to init from wchar_t.
377         * windres.c: Include assert.h and time.h before getopt.h.
378         Include config.h and unistd.h too.
380 2005-02-15  Nick Clifton  <nickc@redhat.com>
382         * nlmconv.c: Provide a full prototype for the localtime() function
383         in order to avoid a compile time warning.
385 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
387         * readelf.c (group_count): Don't initialize it.
388         (process_section_groups): Reurn 1 if we won't do unwind nor
389         section groups. Set group_count to 0 before counting group
390         sections and return 1 if there are no group sections. Reread
391         SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
392         section 0.
393         (process_object): Only set do_unwind to 0 if
394         process_section_groups return 0.
396 2005-02-10  Ian Lance Taylor  <ian@airs.com>
398         * MAINTAINERS: Update my e-mail address.
400 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
402         * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
403         maintainers.
405 2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>
407          * MAINTAINERS: Add self as maintainer of MAXQ.
409 2005-01-31  Richard Sandiford  <rsandifo@redhat.com>
411         * readelf.c (eh_addr_size): New variable.
412         (find_section): Move earlier in file.  Return empty sections too.
413         (process_program_headers): Use find_section to find .dynamic.
414         (process_section_headers): Initialize eh_addr_size.
415         (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
416         (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
417         (display_debug_frames): Use it instead of local addr_size variable.
418         (size_of_encoded_value): Get pointer size from eh_addr_size rather
419         than is_32bit_elf.
421 2005-01-31  Andrew Cagney  <cagney@gnu.org>
423         * configure: Regenerate to track ../gettext.m4.
425 2005-01-31  Nick Clifton  <nickc@redhat.com>
427         * version.c (print_version): Bump the copyright date to 2005.
429 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
431         * nm.c (display_rel_file): Read dynamic syms before calling
432         bfd_get_synthetic_symtab.
434 2005-01-21  Ben Elliston  <bje@au.ibm.com>
436         * dlltool.c (dump_iat): Remove unused function.
437         (gen_exp_file): Remove #if 0'd code.
438         (make_one_lib_file): Likewise.
439         * srconv.c: Remove #if 0'd code throughout.
440         * size.c (lprint_number): Remove.
441         (print_berkeley_format): Remove #if 0'd code.
442         * ar.c (do_quick_append): Remove declaration and definiton.
443         (main): Remove #if 0'd code.
444         * filemode.c (filemodestring): Remove #if 0'd function.
445         * sysdump.c (unit_info_list): Remove function.
446         (object_body_list): Likewise.
447         (program_structure): Likewise.
448         (debug_list): Likewise.
449         (module): Remove #if 0'd code.
451 2005-01-20  Mark Mitchell  <mark@codesourcery.com>
453         * BRANCHES: Add binutils-2_15-branch.
455         * MAINTAINERS: Document branch policy.
456         * BRANCHES: New file.
458 2005-01-19  Fred Fish  <fnf@specifixinc.com>
460         * NEWS: Make note of the new MIPS disassembly option "no-aliases".
461         * doc/binutils.texi (objdump): Document the "no-aliases"
462         disassembly option.
464 2005-01-17   Eugene Kotlyarov  <ekot@narod.ru>
466         PR binutils/647
467         * rcparse.y (RCDATA): Allow a filename to be supplied as the
468         parameter.  Parse it with define_rcdata_file().
469         * resrc.c (define_rcdata_file): New function.
470         * windres.h: Provide a prototype for the new function.
472         * resrc.c (define_user_file): Fix typo by replacing "font file"
473         with "file".
475 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
477         * MAINTAINERS: Update my email address.
479 2005-01-16  Danny Smith  <dannysmith@users.sourceforge.net>
481         * dlltool.c (set_dll_name_from_def): New function.  Strip name
482         to basename, with warning.
483         (def_name): Use it.
484         (def_library): Likwise.
485         (main): Strip arg of --dllname to basename, with warning.
486         Only use basename of exp_name when inferring dll_name.
488 2005-01-11  Nick Clifton  <nickc@redhat.com>
490         PR binutils/637
491         * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
492         footnote in order to prevent the sed script in the Makefile from
493         converting it into c++filt.
495 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
497         BZ 635
498         readelf.c (saved_base_address): Removed.
499         (decode_64bit_range): Likewise.
500         (decode_range): Likewise.
501         (display_64bit_debug_ranges): Likewise.
502         (debug_info): Add range_lists, num_range_lists and
503         max_range_lists.
504         (read_and_display_attr_value): Handle do_debug_ranges.
505         (process_debug_info): Likewise.
506         (display_debug_ranges): Rewrite.
507         (process_object): Free range_lists.
509 2005-01-10  Andreas Schwab  <schwab@suse.de>
511         * configure.in: Don't define SKIP_ZEROES.
512         * configure: Regenerate.
513         * objdump.c (disassemble_data): Set skip_zeroes and
514         skip_zeroes_at_end in disasm_info to defaults.
515         (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
516         (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
517         always define.
518         (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
519         objdump_disasm_info.
521 2005-01-05  H.J. Lu  <hongjiu.lu@intel.com>
523         * readelf.c (display_debug_loc): Display base address
524         specifiers.  Always output <End of list>.
526 2005-01-05  H.J. Lu  <hongjiu.lu@intel.com>
528         * readelf.c (have_frame_base): New.
529         (need_base_address): Likewise.
530         (saved_base_address): Likewise.
531         (decode_location_expression): Return 1 if DW_AT_frame_base is
532         needed.
533         (debug_info): Add base_address and a have_frame_base pointer.
534         (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
535         saved_base_address. Record base address. Set have_frame_base.
536         Record if a location list has DW_AT_frame_base. Display if a
537         location expression has no DW_AT_frame_base but needs one. Set
538         saved_base_address only if needed.
539         (process_debug_info): Clear have_frame_base, saved_base_address
540         and set need_base_address.
541         (display_debug_loc): Display if a location expression has no
542         DW_AT_frame_base but needs one. Display if start >= end. Don't
543         adjust for section address. Properly handle base address.
544         (process_object): Free the have_frame_base pointer in
545         debug_info.
547 2005-01-04  H.J. Lu  <hongjiu.lu@intel.com>
549         * readelf.c (display_debug_loc): Display offsets for hole and
550         overlap.
551         (display_debug_str): Add a newline at the end.
553 2005-01-04  Armin Diehl  <diehl@nordrhein.de>
555         PR binutils/630
556         * nlmconv.c (main): Only store the basename of the output filename
557         in the module table.
559 2005-01-04  H.J. Lu  <hongjiu.lu@intel.com>
561         BZ 615
562         * readelf.c (process_debug_info): New.
563         (debug_info): Add num_loc_offsets, loc_offsets and
564         last_loc_offset_p.
565         (get_debug_info): Use process_debug_info.
566         (display_debug_loc): Properly handle location list. Warn if bad
567         location lists are encoutnered.
568         (read_and_process_attr_value): New.
569         (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
570         (display_debug_info): Use process_debug_info.
571         (process_object): Also free loc_offsets in debug_information.
573 2004-12-31  Alan Modra  <amodra@bigpond.net.au>
575         * objdump.c (remove_useless_symbols): Discard section symbols.
577 2004-12-27  H.J. Lu  <hongjiu.lu@intel.com>
579         * readelf.c (read_leb128): Support 64bit host.
581 2004-12-23  Nick Clifton  <nickc@redhat.com>
583         PR binutils/616
584         * readelf.c (debug_info): Add 'cu_offset' field.
585         (get+pointer_size_of_comp_unit): Rename to
586         'get_pointer_size_and_offset_of_comp_unit'.  Add code to return
587         the offset of the comp_unit if requested.
588         (get_debug_info): Record comp_unit offsets as well.
589         (display_debug_lines): Call get_pointer_size_of_comp_unit.
590         (decode_location_expression): Add an extra parameter - the offset
591         of the current comp-unit.  Use this when decoding the DW_OP_call2
592         and DW_OP_call4 operators.
593         (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
594         comp_unit offset on the decode_location_expression.
595         (read_and_display_attr_value): Pass the comp_unit offset on the
596         decode_location_expression.
597         (display_debug_frames): Pass 0 as the comp_unit offset to
598         decode_location_expression.
600 2004-12-22  Nick Clifton  <nickc@redhat.com>
602         * readelf.c (last_pointer_size, warned_about_missing_comp_units):
603         New variables associated with obtaining the pointer size for a
604         comp_unit.
605         (get_pointer_size_of_comp_unit): Add an extra parameter - the name
606         of the section requesting the pointer size.  Use this name in
607         error messages.  If there are not enough comp_units available
608         produce a warning message, but return the last known pointer size
609         so that section dumping can continue.
610         (get_debug_info): Reset the new variables.
611         (display_debug_lines): Add extra parameter to invocation of
612         get_pointer_size_of_comp_unit and remove error message when it
613         returns 0.
614         (display_debug_loc): Likewise.
616 2004-12-15 Jan Beulich  <jbeulich@novell.com>
618         * doc/binutils.texi: Document --strip-unneeded-symbol and
619         --strip-unneeded-symbols.
620         * objcopy.c (strip_unneeded_list): New.
621         (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
622         and OPTION_STRIP_UNNEEDED_SYMBOLS.
623         (copy_options): Add  --strip-unneeded-symbol and
624         --strip-unneeded-symbols.
625         (copy_usage): Likewise.
626         (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
627         and the symbol is not needed.
628         (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
629         OPTION_STRIP_UNNEEDED_SYMBOLS.
631 2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
633         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
635 2004-12-08  Ben Elliston  <bje@au.ibm.com>
637         * arlex.l: Fix formatting.
639 2004-12-08  Ben Elliston  <bje@au.ibm.com>
641         * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
642         config.texi whose value is the current month and year.
643         * doc/Makefile.in: Rebuild.
644         * doc/binutils.texi: Set the document subtitle to be the value of
645         the Texinfo UPDATED variable (obtained from config.texi).
647 2004-12-07  Ben Elliston  <bje@au.ibm.com>
649         PR binutils/249
650         * doc/binutils.texi (def file format): New node.
651         (dlltool): Use the tool name as the @chapter name, like all the
652         other binutils.  Use @file{.def} throughout for consistency.
654 2004-12-06  Ben Elliston  <bje@au.ibm.com>
656         * dlltool.c: Comment fix.
658 2004-12-06  Ben Elliston  <bje@au.ibm.com>
660         * doc/binutils.texi: Update copyright years.
662 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
664         * MAINTAINERS: Remove mention of config.if.
666 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
668         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
669         * Makefile.in: Regenerate.
671 2004-11-10  Ian Lance Taylor  <ian@wasabisystems.com>
673         PR binutils/536
674         * stabs.c (stab_demangle_template): Call stab_demangle_count
675         rather than stab_demangle_get_count to get the length of a pointer
676         target.
678 2004-11-10  Danny Smith  <dannysmith@users.sourceforge.net>
680         * defparse.y: Remove unnecessary commas from token list.
682 2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
684         * doc/binutils.texi (nm): Update description of weak symbols.
686 2004-11-03  Nick Clifton  <nickc@redhat.com>
688         * readelf.c (do_debug_ranges): New variable.
689         (usage): Document new switch: -wR or --debug-dump=Ranges.
690         (parse_args): Handle new switch.  Replace switch statement for the
691         long options with a more compact table structure.
692         (process_section_headers): Allow the dumping of .debug_ranges
693         sections if so requested.
694         (debug_displays): Likewise.
695         (load_debug_range): New function: Grabs the contents of a
696         .debug_ranges section.
697         (free_debug_range): New function: Releases the grabbed
698         .debug_ranges section.
699         (decode_64bit_range): New function: Displays a 64-bit range in a
700         .debug_ranges section.
701         (decode_range): New function: Displays a 32-bit range in a
702         .debug_ranges section.
703         (read_and_display_attr_value): Record the value of DW_AT_low_pc
704         attributes.  Use decode_ranges() to display a DW_AT_ranges
705         attribute.
706         (display_debug_info): Use load_debug_range() and
707         free_debug_range().
708         (display_64bit_debug_ranges): New function.  Displays the contents
709         of a 64-bit format .debug_ranges section.
710         (display_debug_ranges): New function: Displays the contents of a
711         32-bit .debug_ranges section.
713         (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
714         global scope.
715         (process_object): Initialise the dump_sects array from the
716         cmdline_dump_sects array before processing each object file.
718         (streq, strneq): New macros.  Use them to replace occurrences of
719         strcmp() and strncmp().
721         (debug_information): New structure array to replace
722         debug_line_pointer_sizes array.
723         (num_debug_info_entries): New variable to replace
724         num_debug_line_pointers.
725         (get_pointer_size_of_comp_unit): New function: Returns the pointer
726         size of a given compilation unit.
727         (get_debug_info): New function to replace
728         get_debug_line_pointer_sizes.
729         (display_debug_lines): Use the new functions.
730         (display_debug_loc): Likewise.
732         (disassemble_section): Change return type to int.
733         (display_debug_lines): Move local variables to their
734         innermost scope.
735         (display_debug_section): Likewise.  Also record the return value
736         of functions called and pass this back to the parent.  Also only
737         warn about undumped sections when the user explicitly requested
738         their dumping.
740         (debug_apply_rela_addends): Allow relocations against STT_OBJECT
741         types as well.
743         * NEWS: Mention the support for decoding .debug_ranges sections.
744         * doc/binutils.texi: Document the new command line switch to
745         readelf.
747 2004-11-03  Randolph Chung  <tausq@debian.org>
749         * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
750         unw_aux_info and unw_table_entry.
751         (find_symbol_for_address): Pass symtab and strtab info explicitly.
752         (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
753         prefix.
754         (slurp_ia64_unwind_table): Likewise.
755         (ia64_process_unwind): Rename from old process_unwind.
756         (hppa_unw_aux_info): New.
757         (dump_hppa_unwind): New.
758         (slurp_hppa_unwind_table): New.
759         (hppa_process_unwind): New.
760         (process_unwind): Factor out common unwinding checks; dispatch to
761         unwind handler based on machine type.
763 2004-11-02  Nick Clifton  <nickc@redhat.com>
765         * readelf.c (display_debug_lines): Fix typo in error message.
767 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
769         * readelf.c (get_note_type): Handle notes not in core files.
770         (process_note_sections): New function.
771         (process_corefile_contents): Rename to ...
772         (process_notes): ... this.
773         (process_object): Call process_notes, not
774         process_corefile_contents.
775         * doc/binutils.texi: Update readelf -n documentation.
777 2004-10-26  Jakub Jelinek  <jakub@redhat.com>
779         * ar.c (extract_file): Set atime to mtime for ar xo.
781 2004-10-25  Ian Lance Taylor  <ian@wasabisystems.com>
783         * stabs.c (stab_demangle_v3_arglist): New static function, broken
784         out of stab_demangle_v3_argtypes.
785         (stab_demangle_v3_argtypes): Call it.
786         (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
787         If we find an unrecognized component, print out its number.
789 2004-10-25  David Mosberger  <davidm@hpl.hp.com>
791         * readelf.c (slurp_ia64_unwind_table): Support relocations against
792         non-section symbols by adding in the symbol value.
794 2004-10-25  Nick Clifton  <nickc@redhat.com>
796         PR 465
797         * readelf.c (dynamic_strings_length): New global variable.
798         (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
799         strings in the dynamic string table.
800         (process_section_headers): Initialise dynamic_strings_length.
801         (process_dynamic_section): Likewise.
802         (process_object): Reset dynamic_string_length when the buffer is freed.
803         (dynamic_sections_mips_val): Use the new macros.
804         (process_dynamic_section): Likewise.
805         (process_version_sections): Likewise.
806         (process_symbol_table): Likewise.
807         (process_syminfo): Likewise.
808         (process_mips_specific): Likewise.
809         (dump_relocations): Add a new parameter 'strtablen' and use this
810         to verify that string offset in a given reloc is valid.  Print a
811         suitable error message otherwise.
812         (process_relocs): Pass the new argument to dump_relocations.
814 2004-10-23  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
816         * dlltool.c: Include <assert.h>.
817         (PREFIX_ALIAS_BASE): Define.
818         (struct export): Add member import_name;
819         (def_exports): Set import_name.
820         (make_one_lib_file): Remove prefix alias code, use import_name
821         in .idata$6.
822         (gen_lib_file): Create and delete aliases.
824 2004-10-19  H.J. Lu  <hongjiu.lu@intel.com>
826         * readelf.c (process_section_groups): Free symtab after use.
828 2004-10-18  Tommy Pettersson <ptp@lysator.liu.se>
829             Nick Clifton  <nickc@redhat.com>
831         * strings.c (usage): Place radix values for -t option into the
832         correct order.
834         * objcopy.c (add_redefine_syms_file): Change error messages to use
835         <filename>:<linenumber>: format for easier parsing by automatic
836         tools.
838         * srconv.c (show_usage): Fix spelling typo.
840         * windres.c (format_from_filename): Suggest the use of -J instead
841         of -I if the file type cannot be determined.
843 2004-10-18  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
845         * strings.c: Include <sys/stat.h>.
847 2004-10-18  Alan Modra  <amodra@bigpond.net.au>
849         * budemang.c (demangle): Fix thinko.
851         * budemang.c (demangle): Handle "@plt" suffix.
853 2004-10-14  Nick Clifton  <nickc@redhat.com>
855         * nm.c (usage): Fix description of --special-syms switch.
857 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
859         * strings.c (statbuf): New typedef.
860         (file_stat): Define.
861         (strings_object_file): Avoid using get_file_size, instead do the
862         checks here, using file_stat.
863         * configure.in (HAVE_STAT64): New test.
864         * configure: Rebuilt.
865         * config.in: Rebuilt.
867 2004-10-12  Paul Brook  <paul@codesourcery.com>
869         * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
871 2004-10-11  Alan Modra  <amodra@bigpond.net.au>
873         * objdump.c (dump_symbols): Fix thinko last change.  Improve error
874         messages.
876 2004-10-08  Nick Clifton  <nickc@redhat.com>
878         * nm.c: Add a new switch --special-syms which, if enabled, will
879         include the ARM Mapping symbols in nm's output.
880         (usage): Mention the switch.
881         (filter_symbols): Handle the switch.
882         * objdump.c: Add a similar switch.
883         (usage): Mention the switch.
884         (dump_symbols): Handle the switch.
885         * doc/binutils.texi: Document the new switches.
886         * NEWS: Mention the new switches.
888 2004-10-08  Daniel Jacobowitz  <dan@debian.org>
890         * readelf.c (get_x86_64_section_type_name): New function.
891         (get_section_type_name): Use it.
893 2004-10-08  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
895         * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
896         patches.
897         * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
899 2004-10-07  Alexandre Oliva  <aoliva@redhat.com>
901         * readelf.c (get_machine_flags): Don't fall through into m68k cpu
902         types.
904 2004-10-01  Paul Brook  <paul@codesourcery.com>
906         * readelf.c (get_arm_section_type_name): New function.
907         (get_section_type_name): Use it.
909 2004-09-28  Nick Clifton  <nickc@redhat.com>
911         * nm.c: Reorder functions to eliminate most of the static function
912         prototypes.
914 2004-09-22  Alan Modra  <amodra@bigpond.net.au>
916         * readelf.c (process_program_headers): Don't include .tbss in non-TLS
917         segments.
919 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
921         * Makefile.am: Run "make dep-am".
922         * Makefile.in: Regenerate.
923         * config.in: Regenerate.
924         * configure: Regenerate.
925         * doc/Makefile.in: Regenerate.
926         * po/binutils.pot: Regenerate.
928 2004-09-12  Alan Modra  <amodra@bigpond.net.au>
930         * readelf.c (decode_location_expression): Sign extend value for
931         DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
933 2004-09-09  Nick Clifton  <nickc@redhat.com>
935         PR 363
936         * ar.c (replace_members): Do not use get_file_size as
937         ar_emul_append correctly handles missing files.
939 2004-09-07  H.J. Lu  <hongjiu.lu@intel.com>
941         * configure: Regenerated with autconfig 2.13.
943 2004-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
945         * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
946         documentation.
948 2004-09-06  Michael Wardle  <mbw@endbracket.net>
950         * doc/binutils.texi (objdump): Document that the -x switch includes
951         the effect of the -p switch.
953 2004-09-04  Danny Smith  <dannysmith@users.sourceforge.net>
955         * dlltool.c (make_one_lib_file): Test if internal_name was
956         specified by user before using it.
958 2004-09-02  Carlo Wood  <carlo@alinoe.com>
960         PR binutils/351
961         * dlltool.c (make_one_lib_file): For IDATA6 take the name from
962         exp->internal_name if it is present.
964 2004-09-02  Alexandre Oliva  <aoliva@redhat.com>
966         * MAINTAINERS: Add self as co-maintainer of FR-V.
967         * readelf.c (get_machine_flags): Print FR-V cpu types.
969 2004-08-28  Alan Modra  <amodra@bigpond.net.au>
971         * nm.c (show_synthetic): New var.
972         (long_options): Add "synthetic".
973         (usage): Here too.
974         (display_rel_file): Handle show_synthetic.
976 2004-08-28  Alan Modra  <amodra@bigpond.net.au>
978         * objdump.c (dump_bfd): Pass both symbol tables to
979         bfd_get_synthetic_symtab.
981 2004-08-17  Jakub Jelinek  <jakub@redhat.com>
983         * objdump.c (dump_bfd): For relocatable objects, pass syms instead
984         of dynsyms to bfd_get_synthetic_symtab.
986 2004-08-16  Alan Modra  <amodra@bigpond.net.au>
988         * readelf.c (debug_apply_rela_addends): New function, extracted from..
989         (display_debug_info): ..here.
990         (display_debug_frames): Call debug_apply_rela_addends.  Don't do
991         DW_EH_PE_pcrel adjustment for ET_REL.
993 2004-08-06  Andreas Schwab  <schwab@suse.de>
995         * readelf.c (dump_relocations): Fix typo when calculating
996         sec_index.
998 2004-08-02  Jakub Bogusz  <qboosh@pld-linux.org>
1000         * dllwrap.c (deduce_name): Fix typos introduced when program_name
1001         was renamed to prog_name.
1003 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
1005         * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1006         EF_SH2A_NOFPU.
1008 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
1010         2003-07-08  Alexandre Oliva  <aoliva@redhat.com>
1011         * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1012         EF_SH4A_NOFPU.
1013         2003-06-12  Alexandre Oliva  <aoliva@redhat.com>
1014         * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1016 2004-07-21  H.J. Lu  <hongjiu.lu@intel.com>
1018         * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1019         to access comdat.
1020         * objdump.c (dump_section_header): Likewise.
1022 2004-07-15  Aravinda PR  <aravindapr@rediffmail.com>
1024         * nlmconv.c (main): Pass map_file argument to link_inputs.
1025         (link_inputs): Use map_file argument if it is defined.
1027 2004-07-13  Nick Clifton  <nickc@redhat.com>
1029         * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1030         conflicts with exported global defined in bucomm.h.
1031         (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1032         shadowing the global defined in bucomm.h.
1034 2004-07-12  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1036         * dlltool.c (ext_prefix_alias): New global variable.
1037         (make_one_lib_file): Add aliases with prefixes for external
1038         and import definitions.
1039         (usage): Document -p option.
1040         (long_options): Add --ext-prefix-alias option.
1041         (main): Handle -p.
1042         * doc/binutils.texi: Document new switch.
1043         * NEWS: Mention new switch.
1045 2004-07-09  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1047         * binutils/dlltool.c (asm_prefix): Add parameter: name.
1048         No underscore for symbols beginning with ?.
1049         (ASM_PREFIX): Add parameter: NAME.
1050         (gen_exp_file): Use new parameter.
1051         (make_label): Likewise.
1052         (make_imp_label): Likewise.
1053         (make_one_lib_file): Likewise.
1055 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
1057         * MAINTAINERS: Added myself to the list.
1058         * readelf.c: Include "elf/crx.h".
1059         (guess_is_rela): Handle EM_CRX.
1060         (get_machine_name): Likewise.
1061         (dump_relocations): Likewise.
1063 2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1065         * doc/binutils.texi (nm): Clarify weak symbol description.
1067 2004-06-24  Ben Elliston  <bje@au.ibm.com>
1069         * readelf.c (get_segment_type): Display "GNU_STACK", not just
1070         "STACK", when a PT_GNU_STACK segment is encountered.
1072 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
1074         * objcopy.c (copy_section): Don't set _cooked_size.
1076 2004-06-22  Alan Modra  <amodra@bigpond.net.au>
1078         * readelf.c (Elf32_Word): Delete.
1079         (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1080         (get_64bit_dynamic_section): Likewise.
1082         * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1083         (get_64bit_dynamic_section): Likewise.
1085         * readelf.c (dynamic_nent): New variable.
1086         (get_32bit_dynamic_section): Set it.
1087         (get_64bit_dynamic_section): Here too.
1088         (process_dynamic_section): Use it instead of dynamic_size.
1089         (process_syminfo): Likewise.
1091         * readelf.c (get_32bit_dynamic_section): Correct number of entries
1092         translated from external to internal form.
1093         (get_64bit_dynamic_section): Likewise.
1095 2004-06-18  Jie Zhang  <zhangjie@magima.com.cn>
1097         * readelf.c (process_program_headers): When locating the dynamic
1098         section use the section table if it is present.
1099         (dynamic_segment): Renamed to dynamic_section.
1100         Replace references to dynamic segment with references to dynamic
1101         section, except where appropriate.
1102         (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1103         (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1104         (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1105         (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1106         Remove tag counting code as it is no longer needed.
1107         (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1108         Remove tag counting code as it is no longer needed.
1109         (process_dynamic_segment): Rename to process_dynamic_section.
1111 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
1113         * objcopy.c (copy_section): Use bfd_get_section_size instead of
1114         _raw_size or bfd_get_section_size_before_reloc.  Don't set reloc_done.
1115         (compare_section_lma): Likewise.
1116         * addr2line.c (find_address_in_section): Likewise.
1117         * coffgrok.c (do_sections_p1): Likewise.
1118         * dlltool.c (scan_drectve_symbols): Likewise.
1119         * nlmconv.c (main): Likewise.
1120         (copy_sections): Likewise.
1121         (powerpc_mangle_relocs): Likewise.
1122         * objdump.c (disassemble_section): Likewise.
1123         * prdbg.c (find_address_in_section): Likewise.
1124         * size.c (berkeley_sum): Likewise.
1125         * srconv.c (wr_ob): Likewise.
1126         * strings.c (strings_a_section): Likewise.
1128 2004-05-28  Ian Lance Taylor  <ian@wasabisystems.com>
1130         * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1132 2004-05-17  David Heine  <dlheine@tensilica.com>
1134         * objcopy.c (setup_bfd_headers): New function.
1135         (copy_object): Call setup_bfd_headers.
1137 2004-05-13  Paul Brook  <paul@codesourcery.com>
1139         * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1140         entries.
1142 2004-05-13  Nick Clifton  <nickc@redhat.com>
1144         * po/fr.po: Updated French translation.
1146 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
1148         * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1150 2004-05-07  H.J. Lu  <hongjiu.lu@intel.com>
1152         * readelf.c (section_groups): New.
1153         (group_count): New.
1154         (section_headers_groups): New.
1155         (process_section_groups): Populate group_count, section_groups
1156         and section_headers_groups.
1157         (process_unwind): Support section group.
1158         (process_object): Always call process_section_groups. Free
1159         section_groups and section_headers_groups.
1161 2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
1163         * readelf.c (process_section_headers): Use %3lu on sh_info.
1165 2004-04-30  Michael Deutschmann  <michael@talamasca.ocis.net>
1167         * ranlib.sh: Quote $1 argument in case it contains spaces.
1169 2004-04-27  John Paul Wallington  <jpw@gnu.org>
1171         * objcopy.c (copy_usage, strip_usage): Fix spelling.
1173 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
1175         * readelf.c (do_section_groups): New.
1176         (options): Add --section-groups/-g.
1177         (usage): Mention --section-groups/-g.
1178         (parse_args): Support --section-groups/-g.
1179         (get_group_flags): New.
1180         (process_section_groups): New.
1181         (process_object): Call process_section_groups.
1183 2004-04-24  Alan Modra  <amodra@bigpond.net.au>
1185         * objdump.c (disassemble_section): Don't disassemble sections
1186         without SEC_HAS_CONTENTS.
1188 2004-04-22  Jakub Jelinek  <jakub@redhat.com>
1190         * objdump.c (synthsyms, synthcount): New variables.
1191         (disassemble_data): Use dynsyms for stripped binaries or libraries.
1192         Add synthetized symbols.
1193         (dump_bfd): For disassemble, initialize dynsyms always and
1194         also synthsyms.  Free synthsyms and clear {sym,dynsym,synth}count
1195         before returning.
1197 2004-04-14  Alan Modra  <amodra@bigpond.net.au>
1199         * strings.c (print_strings): Cast file_off to unsigned long in
1200         printf arg list.
1202 2004-04-07  Benjamin Monate  <benjamin.monate@cea.fr>
1204         PR 86
1205         * arsup.c (ar_save): Use smart_rename.
1207 2004-04-01  Dean Luick <luick@cray.com>
1209         * readelf.c (display_debug_pubnames): Align offset and data
1210         columns.
1211         (read_and_display_attr_value): Add missing break;
1212         (debug_displays): Enable the display of the .debug_pubtypes
1213         section.
1215 2004-03-30  Stan Shebs  <shebs@apple.com>
1217         * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1218         support files, no longer used.
1220 2004-03-23  Paul Brook  <paul@codesourcery.com>
1222         * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1224 2004-03-21  Richard Henderson  <rth@redhat.com>
1226         * readelf.c (display_debug_frames): Don't crash for mismatched
1227         DW_CFA_restore_state.
1229 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
1231         * Makefile.am: Run "make dep-am".
1232         * Makefile.in: Regenerate.
1233         * aclocal.m4: Regenerate.
1234         * config.in: Regenerate.
1235         * configure: Regenerate.
1236         * po/binutils.pot: Regenerate.
1238 2004-03-15  Nathan Sidwell  <nathan@codesourcery.com>
1240         * objdump.c (struct SFILE): Replace current pointer with pos
1241         offset, rename size to alloc.
1242         (objdump_sprintf): Avoid unnecessary copies in the common case
1243         (disassemble_bytes): Keep sfile live throughout the
1244         function. Adjust usage appropriately.
1246 2004-03-10  Ben Elliston  <bje@gnu.org>
1248         * MAINTAINERS: Update my mail address.
1250 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
1252         * deflex.l: Handle "PRIVATE" string.
1253         * defparse.y (%token): Add PRIVATE.
1254         (%type): Add opt_PRIVATE.
1255         (expline): Pass opt_PRIVATE to def_exports.
1256         (opt_PRIVATE): Handle PRIVATE token.
1257         * dlltool.h (def_exports): Add 7th param for private flag to
1258         declaration.
1259         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1260         (struct export): Add 'private' field.
1261         (def_exports): Set 'private' field of struct exports.
1262         (scan_drectve_symbols): Adjust calls to def_exports.
1263         (scan_filtered_symbols): Likewise.
1264         (dump_def_info): Print 'private' field.
1265         (gen_def_file): Likewise.
1266         (gen_lib_file): Skip generation of lib object if private.
1267         Delete tmp object files in same order as they were generated.
1268         Don't delete non-existent private object files.
1270 2004-02-27  Andreas Schwab  <schwab@suse.de>
1272         * ar.c (main): Support POSIX-compatible argument parsing.
1274 2004-02-23  Daniel Lucq  <daniel@lucq.org>
1276         * readelf.c (process_mips_specific): Print conflictsno as an
1277         unsigned long.
1279 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
1281         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1283 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
1285         * objcopy.c (copy_section): Avoid warnings.
1287 2004-02-14  Andrew Cagney  <cagney@redhat.com>
1289         * ar.c (remove_output): Use bfd_cache_close.
1290         * arsup.c (ar_end): Ditto.
1292 2004-01-21  Roland McGrath  <roland@redhat.com>
1294         * readelf.c (get_note_type): Match NT_AUXV.
1296 2004-01-20  Nick Clifton  <nickc@redhat.com>
1298         * version.c (print_version): Update copyright year to 2004.
1300 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1302         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1303         throughout.
1304         * aclocal.m4: Regenerate.
1305         * configure: Regenerate.
1307 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
1309         * objcopy.c: Include elf-bfd.h.
1310         (is_strip_section): Don't strip debugging sections if
1311         STRIP_NONDEBUG.
1312         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1313         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1315         * objcopy.c (copy_section): Free relpp if relcount == 0.
1317 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1319         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1320         (stab_demangle_argtypes): Likewise.
1321         (stab_demangle_v3_argtypes): New static function.
1322         (stab_demangle_v3_arg): New static function.
1324 2004-01-12  Nick Clifton  <nickc@redhat.com>
1326         * objcopy.c (copy_object): Make the function boolean, returning
1327         FALSE upon failure.
1328         (copy_archive): Handle the return value from copy_object.
1329         (copy_file): Likewise.
1331 2004-01-07  Nick Clifton  <nickc@redhat.com>
1333         * readelf.c (find_section): New function.  Locates a named
1334         section.
1335         (get_debug_line_pointer_sizes): New function:  Initialises the
1336         debug_line_pointer_sizes array.
1337         (display_debug_lines): Call get_debug_line_pointer_sizes.
1338         (display_debug_loc): Likewise.
1339         (load_debug_loc): Use find_section.
1340         (load_debug_str): Likewise.
1341         (display_debug_info): Likewise.
1342         (prescan_debug_info): Delete.
1343         (debug_displays): Remove prescan field.
1344         (process_section_contents): Do not perform prescans.
1346 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
1348         * objcopy.c (filter_bytes): Delete.  Move code to..
1349         (copy_section): ..here.  Simplify size adjustment.  Divide
1350         section lma by interleave.
1352 2004-01-02  Nick Clifton  <nickc@redhat.com>
1354         * po/ru.po: New file: Russian translation.
1355         * configure.in (ALL_LINGUAS): Add ru
1356         * configure: Regenerate.
1358 For older changes see ChangeLog-0203
1360 Local Variables:
1361 mode: change-log
1362 left-margin: 8
1363 fill-column: 74
1364 version-control: never
1365 End: