3 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
7 * readelf.c (display_debug_frames): Don't crash for mismatched
12 * Makefile.am: Run "make dep-am".
13 * Makefile.in: Regenerate.
14 * aclocal.m4: Regenerate.
15 * config.in: Regenerate.
16 * configure: Regenerate.
17 * po/binutils.pot: Regenerate.
21 * objdump.c (struct SFILE): Replace current pointer with pos
22 offset, rename size to alloc.
23 (objdump_sprintf): Avoid unnecessary copies in the common case
24 (disassemble_bytes): Keep sfile live throughout the
25 function. Adjust usage appropriately.
29 * MAINTAINERS: Update my mail address.
33 * deflex.l: Handle "PRIVATE" string.
34 * defparse.y (%token): Add PRIVATE.
35 (%type): Add opt_PRIVATE.
36 (expline): Pass opt_PRIVATE to def_exports.
37 (opt_PRIVATE): Handle PRIVATE token.
38 * dlltool.h (def_exports): Add 7th param for private flag to
40 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
41 (struct export): Add 'private' field.
42 (def_exports): Set 'private' field of struct exports.
43 (scan_drectve_symbols): Adjust calls to def_exports.
44 (scan_filtered_symbols): Likewise.
45 (dump_def_info): Print 'private' field.
46 (gen_def_file): Likewise.
47 (gen_lib_file): Skip generation of lib object if private.
48 Delete tmp object files in same order as they were generated.
49 Don't delete non-existent private object files.
53 * ar.c (main): Support POSIX-compatible argument parsing.
57 * readelf.c (process_mips_specific): Print conflictsno as an
62 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
66 * objcopy.c (copy_section): Avoid warnings.
70 * ar.c (remove_output): Use bfd_cache_close.
71 * arsup.c (ar_end): Ditto.
75 * readelf.c (get_note_type): Match NT_AUXV.
79 * version.c (print_version): Update copyright year to 2004.
83 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
85 * aclocal.m4: Regenerate.
86 * configure: Regenerate.
90 * objcopy.c: Include elf-bfd.h.
91 (is_strip_section): Don't strip debugging sections if
93 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
94 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
96 * objcopy.c (copy_section): Free relpp if relcount == 0.
100 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
101 (stab_demangle_argtypes): Likewise.
102 (stab_demangle_v3_argtypes): New static function.
103 (stab_demangle_v3_arg): New static function.
107 * objcopy.c (copy_object): Make the function boolean, returning
109 (copy_archive): Handle the return value from copy_object.
110 (copy_file): Likewise.
114 * readelf.c (find_section): New function. Locates a named
116 (get_debug_line_pointer_sizes): New function: Initialises the
117 debug_line_pointer_sizes array.
118 (display_debug_lines): Call get_debug_line_pointer_sizes.
119 (display_debug_loc): Likewise.
120 (load_debug_loc): Use find_section.
121 (load_debug_str): Likewise.
122 (display_debug_info): Likewise.
123 (prescan_debug_info): Delete.
124 (debug_displays): Remove prescan field.
125 (process_section_contents): Do not perform prescans.
129 * objcopy.c (filter_bytes): Delete. Move code to..
130 (copy_section): ..here. Simplify size adjustment. Divide
131 section lma by interleave.
135 * po/ru.po: New file: Russian translation.
136 * configure.in (ALL_LINGUAS): Add ru
137 * configure: Regenerate.
139 For older changes see ChangeLog-0203
145 version-control: never