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