* mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
[binutils.git] / binutils / ChangeLog
blobd8f1fcf3c5683b6e672706582202db26bcc41d69
1 2004-03-30  Stan Shebs  <shebs@apple.com>
3         * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
4         support files, no longer used.
6 2004-03-23  Paul Brook  <paul@codesourcery.com>
8         * readelf.c (decode_ARM_machine_flags): Add EABI v3.
10 2004-03-21  Richard Henderson  <rth@redhat.com>
12         * readelf.c (display_debug_frames): Don't crash for mismatched
13         DW_CFA_restore_state.
15 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
17         * Makefile.am: Run "make dep-am".
18         * Makefile.in: Regenerate.
19         * aclocal.m4: Regenerate.
20         * config.in: Regenerate.
21         * configure: Regenerate.
22         * po/binutils.pot: Regenerate.
24 2004-03-15  Nathan Sidwell  <nathan@codesourcery.com>
26         * objdump.c (struct SFILE): Replace current pointer with pos
27         offset, rename size to alloc.
28         (objdump_sprintf): Avoid unnecessary copies in the common case
29         (disassemble_bytes): Keep sfile live throughout the
30         function. Adjust usage appropriately.
32 2004-03-10  Ben Elliston  <bje@gnu.org>
34         * MAINTAINERS: Update my mail address.
36 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
38         * deflex.l: Handle "PRIVATE" string.
39         * defparse.y (%token): Add PRIVATE.
40         (%type): Add opt_PRIVATE.
41         (expline): Pass opt_PRIVATE to def_exports.
42         (opt_PRIVATE): Handle PRIVATE token.
43         * dlltool.h (def_exports): Add 7th param for private flag to
44         declaration.
45         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
46         (struct export): Add 'private' field.
47         (def_exports): Set 'private' field of struct exports.
48         (scan_drectve_symbols): Adjust calls to def_exports.
49         (scan_filtered_symbols): Likewise.
50         (dump_def_info): Print 'private' field.
51         (gen_def_file): Likewise.
52         (gen_lib_file): Skip generation of lib object if private.
53         Delete tmp object files in same order as they were generated.
54         Don't delete non-existent private object files.
56 2004-02-27  Andreas Schwab  <schwab@suse.de>
58         * ar.c (main): Support POSIX-compatible argument parsing.
60 2004-02-23  Daniel Lucq  <daniel@lucq.org>
62         * readelf.c (process_mips_specific): Print conflictsno as an
63         unsigned long.
65 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
67         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
69 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
71         * objcopy.c (copy_section): Avoid warnings.
73 2004-02-14  Andrew Cagney  <cagney@redhat.com>
75         * ar.c (remove_output): Use bfd_cache_close.
76         * arsup.c (ar_end): Ditto.
78 2004-01-21  Roland McGrath  <roland@redhat.com>
80         * readelf.c (get_note_type): Match NT_AUXV.
82 2004-01-20  Nick Clifton  <nickc@redhat.com>
84         * version.c (print_version): Update copyright year to 2004.
86 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
88         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
89         throughout.
90         * aclocal.m4: Regenerate.
91         * configure: Regenerate.
93 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
95         * objcopy.c: Include elf-bfd.h.
96         (is_strip_section): Don't strip debugging sections if
97         STRIP_NONDEBUG.
98         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
99         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
101         * objcopy.c (copy_section): Free relpp if relcount == 0.
103 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
105         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
106         (stab_demangle_argtypes): Likewise.
107         (stab_demangle_v3_argtypes): New static function.
108         (stab_demangle_v3_arg): New static function.
110 2004-01-12  Nick Clifton  <nickc@redhat.com>
112         * objcopy.c (copy_object): Make the function boolean, returning
113         FALSE upon failure.
114         (copy_archive): Handle the return value from copy_object.
115         (copy_file): Likewise.
117 2004-01-07  Nick Clifton  <nickc@redhat.com>
119         * readelf.c (find_section): New function.  Locates a named
120         section.
121         (get_debug_line_pointer_sizes): New function:  Initialises the
122         debug_line_pointer_sizes array.
123         (display_debug_lines): Call get_debug_line_pointer_sizes.
124         (display_debug_loc): Likewise.
125         (load_debug_loc): Use find_section.
126         (load_debug_str): Likewise.
127         (display_debug_info): Likewise.
128         (prescan_debug_info): Delete.
129         (debug_displays): Remove prescan field.
130         (process_section_contents): Do not perform prescans.
132 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
134         * objcopy.c (filter_bytes): Delete.  Move code to..
135         (copy_section): ..here.  Simplify size adjustment.  Divide
136         section lma by interleave.
138 2004-01-02  Nick Clifton  <nickc@redhat.com>
140         * po/ru.po: New file: Russian translation.
141         * configure.in (ALL_LINGUAS): Add ru
142         * configure: Regenerate.
144 For older changes see ChangeLog-0203
146 Local Variables:
147 mode: change-log
148 left-margin: 8
149 fill-column: 74
150 version-control: never
151 End: