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