opcodes/
[binutils.git] / binutils / ChangeLog
blob469c5b6ecd9a9be19ca3414866db6de02797e63f
1 2004-03-15  Nathan Sidwell  <nathan@codesourcery.com>
3         * objdump.c (struct SFILE): Replace current pointer with pos
4         offset, rename size to alloc.
5         (objdump_sprintf): Avoid unnecessary copies in the common case
6         (disassemble_bytes): Keep sfile live throughout the
7         function. Adjust usage appropriately.
9 2004-03-10  Ben Elliston  <bje@gnu.org>
11         * MAINTAINERS: Update my mail address.
13 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
15         * deflex.l: Handle "PRIVATE" string.
16         * defparse.y (%token): Add PRIVATE.
17         (%type): Add opt_PRIVATE.
18         (expline): Pass opt_PRIVATE to def_exports.
19         (opt_PRIVATE): Handle PRIVATE token.
20         * dlltool.h (def_exports): Add 7th param for private flag to
21         declaration.
22         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
23         (struct export): Add 'private' field.
24         (def_exports): Set 'private' field of struct exports.
25         (scan_drectve_symbols): Adjust calls to def_exports.
26         (scan_filtered_symbols): Likewise.
27         (dump_def_info): Print 'private' field.
28         (gen_def_file): Likewise.
29         (gen_lib_file): Skip generation of lib object if private.
30         Delete tmp object files in same order as they were generated.
31         Don't delete non-existent private object files.
33 2004-02-27  Andreas Schwab  <schwab@suse.de>
35         * ar.c (main): Support POSIX-compatible argument parsing.
37 2004-02-23  Daniel Lucq  <daniel@lucq.org>
39         * readelf.c (process_mips_specific): Print conflictsno as an
40         unsigned long.
42 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
44         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
46 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
48         * objcopy.c (copy_section): Avoid warnings.
50 2004-02-14  Andrew Cagney  <cagney@redhat.com>
52         * ar.c (remove_output): Use bfd_cache_close.
53         * arsup.c (ar_end): Ditto.
55 2004-01-21  Roland McGrath  <roland@redhat.com>
57         * readelf.c (get_note_type): Match NT_AUXV.
59 2004-01-20  Nick Clifton  <nickc@redhat.com>
61         * version.c (print_version): Update copyright year to 2004.
63 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
65         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
66         throughout.
67         * aclocal.m4: Regenerate.
68         * configure: Regenerate.
70 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
72         * objcopy.c: Include elf-bfd.h.
73         (is_strip_section): Don't strip debugging sections if
74         STRIP_NONDEBUG.
75         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
76         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
78         * objcopy.c (copy_section): Free relpp if relcount == 0.
80 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
82         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
83         (stab_demangle_argtypes): Likewise.
84         (stab_demangle_v3_argtypes): New static function.
85         (stab_demangle_v3_arg): New static function.
87 2004-01-12  Nick Clifton  <nickc@redhat.com>
89         * objcopy.c (copy_object): Make the function boolean, returning
90         FALSE upon failure.
91         (copy_archive): Handle the return value from copy_object.
92         (copy_file): Likewise.
94 2004-01-07  Nick Clifton  <nickc@redhat.com>
96         * readelf.c (find_section): New function.  Locates a named
97         section.
98         (get_debug_line_pointer_sizes): New function:  Initialises the
99         debug_line_pointer_sizes array.
100         (display_debug_lines): Call get_debug_line_pointer_sizes.
101         (display_debug_loc): Likewise.
102         (load_debug_loc): Use find_section.
103         (load_debug_str): Likewise.
104         (display_debug_info): Likewise.
105         (prescan_debug_info): Delete.
106         (debug_displays): Remove prescan field.
107         (process_section_contents): Do not perform prescans.
109 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
111         * objcopy.c (filter_bytes): Delete.  Move code to..
112         (copy_section): ..here.  Simplify size adjustment.  Divide
113         section lma by interleave.
115 2004-01-02  Nick Clifton  <nickc@redhat.com>
117         * po/ru.po: New file: Russian translation.
118         * configure.in (ALL_LINGUAS): Add ru
119         * configure: Regenerate.
121 For older changes see ChangeLog-0203
123 Local Variables:
124 mode: change-log
125 left-margin: 8
126 fill-column: 74
127 version-control: never
128 End: