]> Git Repo - binutils.git/blob - binutils/ChangeLog
a1a5c91102187672f9c6b349609a4785b2e83a85
[binutils.git] / binutils / ChangeLog
1 2004-06-22  Alan Modra  <[email protected]>
2
3         * readelf.c (dynamic_nent): New variable.
4         (get_32bit_dynamic_section): Set it.
5         (get_64bit_dynamic_section): Here too.
6         (process_dynamic_section): Use it instead of dynamic_size.
7         (process_syminfo): Likewise.
8
9         * readelf.c (get_32bit_dynamic_section): Correct number of entries
10         translated from external to internal form.
11         (get_64bit_dynamic_section): Likewise.
12
13 2004-06-18  Jie Zhang  <[email protected]>
14
15         * readelf.c (process_program_headers): When locating the dynamic
16         section use the section table if it is present.
17         (dynamic_segment): Renamed to dynamic_section.
18         Replace references to dynamic segment with references to dynamic
19         section, except where appropriate.
20         (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
21         (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
22         (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
23         (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
24         Remove tag counting code as it is no longer needed.
25         (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
26         Remove tag counting code as it is no longer needed.
27         (process_dynamic_segment): Rename to process_dynamic_section.
28         
29 2004-06-15  Alan Modra  <[email protected]>
30
31         * objcopy.c (copy_section): Use bfd_get_section_size instead of
32         _raw_size or bfd_get_section_size_before_reloc.  Don't set reloc_done.
33         (compare_section_lma): Likewise.
34         * addr2line.c (find_address_in_section): Likewise.
35         * coffgrok.c (do_sections_p1): Likewise.
36         * dlltool.c (scan_drectve_symbols): Likewise.
37         * nlmconv.c (main): Likewise.
38         (copy_sections): Likewise.
39         (powerpc_mangle_relocs): Likewise.
40         * objdump.c (disassemble_section): Likewise.
41         * prdbg.c (find_address_in_section): Likewise.
42         * size.c (berkeley_sum): Likewise.
43         * srconv.c (wr_ob): Likewise.
44         * strings.c (strings_a_section): Likewise.
45
46 2004-05-28  Ian Lance Taylor  <[email protected]>
47
48         * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
49
50 2004-05-17  David Heine  <[email protected]>
51
52         * objcopy.c (setup_bfd_headers): New function.
53         (copy_object): Call setup_bfd_headers.
54
55 2004-05-13  Paul Brook  <[email protected]>
56
57         * readelf.c (display_debug_frames): Handle dwarf3 format CIE
58         entries.
59
60 2004-05-13  Nick Clifton  <[email protected]>
61
62         * po/fr.po: Updated French translation.
63
64 2004-05-11  Jakub Jelinek  <[email protected]>
65
66         * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
67
68 2004-05-07  H.J. Lu  <[email protected]>
69
70         * readelf.c (section_groups): New.
71         (group_count): New.
72         (section_headers_groups): New.
73         (process_section_groups): Populate group_count, section_groups
74         and section_headers_groups.
75         (process_unwind): Support section group.
76         (process_object): Always call process_section_groups. Free
77         section_groups and section_headers_groups.
78
79 2004-04-30  H.J. Lu  <[email protected]>
80
81         * readelf.c (process_section_headers): Use %3lu on sh_info.
82
83 2004-04-30  Michael Deutschmann  <[email protected]>
84
85         * ranlib.sh: Quote $1 argument in case it contains spaces.
86
87 2004-04-27  John Paul Wallington  <[email protected]>
88
89         * objcopy.c (copy_usage, strip_usage): Fix spelling.
90
91 2004-04-26  H.J. Lu  <[email protected]>
92
93         * readelf.c (do_section_groups): New.
94         (options): Add --section-groups/-g.
95         (usage): Mention --section-groups/-g.
96         (parse_args): Support --section-groups/-g.
97         (get_group_flags): New.
98         (process_section_groups): New.
99         (process_object): Call process_section_groups.
100
101 2004-04-24  Alan Modra  <[email protected]>
102
103         * objdump.c (disassemble_section): Don't disassemble sections
104         without SEC_HAS_CONTENTS.
105
106 2004-04-22  Jakub Jelinek  <[email protected]>
107
108         * objdump.c (synthsyms, synthcount): New variables.
109         (disassemble_data): Use dynsyms for stripped binaries or libraries.
110         Add synthetized symbols.
111         (dump_bfd): For disassemble, initialize dynsyms always and
112         also synthsyms.  Free synthsyms and clear {sym,dynsym,synth}count
113         before returning.
114
115 2004-04-14  Alan Modra  <[email protected]>
116
117         * strings.c (print_strings): Cast file_off to unsigned long in
118         printf arg list.
119
120 2004-04-07  Benjamin Monate  <[email protected]>
121
122         PR 86
123         * arsup.c (ar_save): Use smart_rename.
124
125 2004-04-01  Dean Luick <[email protected]>
126
127         * readelf.c (display_debug_pubnames): Align offset and data
128         columns.
129         (read_and_display_attr_value): Add missing break;
130         (debug_displays): Enable the display of the .debug_pubtypes
131         section.
132
133 2004-03-30  Stan Shebs  <[email protected]>
134
135         * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
136         support files, no longer used.
137
138 2004-03-23  Paul Brook  <[email protected]>
139
140         * readelf.c (decode_ARM_machine_flags): Add EABI v3.
141
142 2004-03-21  Richard Henderson  <[email protected]>
143
144         * readelf.c (display_debug_frames): Don't crash for mismatched
145         DW_CFA_restore_state.
146
147 2004-03-19  Alan Modra  <[email protected]>
148
149         * Makefile.am: Run "make dep-am".
150         * Makefile.in: Regenerate.
151         * aclocal.m4: Regenerate.
152         * config.in: Regenerate.
153         * configure: Regenerate.
154         * po/binutils.pot: Regenerate.
155
156 2004-03-15  Nathan Sidwell  <[email protected]>
157
158         * objdump.c (struct SFILE): Replace current pointer with pos
159         offset, rename size to alloc.
160         (objdump_sprintf): Avoid unnecessary copies in the common case
161         (disassemble_bytes): Keep sfile live throughout the
162         function. Adjust usage appropriately.
163
164 2004-03-10  Ben Elliston  <[email protected]>
165
166         * MAINTAINERS: Update my mail address.
167
168 2004-03-08  Danny Smith  <[email protected]>
169
170         * deflex.l: Handle "PRIVATE" string.
171         * defparse.y (%token): Add PRIVATE.
172         (%type): Add opt_PRIVATE.
173         (expline): Pass opt_PRIVATE to def_exports.
174         (opt_PRIVATE): Handle PRIVATE token.
175         * dlltool.h (def_exports): Add 7th param for private flag to
176         declaration.
177         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
178         (struct export): Add 'private' field.
179         (def_exports): Set 'private' field of struct exports.
180         (scan_drectve_symbols): Adjust calls to def_exports.
181         (scan_filtered_symbols): Likewise.
182         (dump_def_info): Print 'private' field.
183         (gen_def_file): Likewise.
184         (gen_lib_file): Skip generation of lib object if private.
185         Delete tmp object files in same order as they were generated.
186         Don't delete non-existent private object files.
187
188 2004-02-27  Andreas Schwab  <[email protected]>
189
190         * ar.c (main): Support POSIX-compatible argument parsing.
191
192 2004-02-23  Daniel Lucq  <[email protected]>
193
194         * readelf.c (process_mips_specific): Print conflictsno as an
195         unsigned long.
196
197 2004-02-21  Dmitry Timoshkov  <[email protected]>
198
199         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
200
201 2004-02-19  Jakub Jelinek  <[email protected]>
202
203         * objcopy.c (copy_section): Avoid warnings.
204
205 2004-02-14  Andrew Cagney  <[email protected]>
206
207         * ar.c (remove_output): Use bfd_cache_close.
208         * arsup.c (ar_end): Ditto.
209
210 2004-01-21  Roland McGrath  <[email protected]>
211
212         * readelf.c (get_note_type): Match NT_AUXV.
213
214 2004-01-20  Nick Clifton  <[email protected]>
215
216         * version.c (print_version): Update copyright year to 2004.
217
218 2004-01-14  Maciej W. Rozycki  <[email protected]>
219
220         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
221         throughout.
222         * aclocal.m4: Regenerate.
223         * configure: Regenerate.
224
225 2004-01-12  Jakub Jelinek  <[email protected]>
226
227         * objcopy.c: Include elf-bfd.h.
228         (is_strip_section): Don't strip debugging sections if
229         STRIP_NONDEBUG.
230         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
231         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
232
233         * objcopy.c (copy_section): Free relpp if relcount == 0.
234
235 2004-01-12  Ian Lance Taylor  <[email protected]>
236
237         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
238         (stab_demangle_argtypes): Likewise.
239         (stab_demangle_v3_argtypes): New static function.
240         (stab_demangle_v3_arg): New static function.
241
242 2004-01-12  Nick Clifton  <[email protected]>
243
244         * objcopy.c (copy_object): Make the function boolean, returning
245         FALSE upon failure.
246         (copy_archive): Handle the return value from copy_object.
247         (copy_file): Likewise.
248
249 2004-01-07  Nick Clifton  <[email protected]>
250
251         * readelf.c (find_section): New function.  Locates a named
252         section.
253         (get_debug_line_pointer_sizes): New function:  Initialises the
254         debug_line_pointer_sizes array.
255         (display_debug_lines): Call get_debug_line_pointer_sizes.
256         (display_debug_loc): Likewise.
257         (load_debug_loc): Use find_section.
258         (load_debug_str): Likewise.
259         (display_debug_info): Likewise.
260         (prescan_debug_info): Delete.
261         (debug_displays): Remove prescan field.
262         (process_section_contents): Do not perform prescans.
263
264 2004-01-03  Alan Modra  <[email protected]>
265
266         * objcopy.c (filter_bytes): Delete.  Move code to..
267         (copy_section): ..here.  Simplify size adjustment.  Divide
268         section lma by interleave.
269
270 2004-01-02  Nick Clifton  <[email protected]>
271
272         * po/ru.po: New file: Russian translation.
273         * configure.in (ALL_LINGUAS): Add ru
274         * configure: Regenerate.
275
276 For older changes see ChangeLog-0203
277 \f
278 Local Variables:
279 mode: change-log
280 left-margin: 8
281 fill-column: 74
282 version-control: never
283 End:
This page took 0.032822 seconds and 2 git commands to generate.