]>
Commit | Line | Data |
---|---|---|
bfc2f0bb AM |
1 | 2005-12-27 Alan Modra <[email protected]> |
2 | ||
3 | * Makefile.am: Run "make dep-am". | |
4 | (Makefile): Remove dependency. | |
5 | * Makefile.in: Regenerate. | |
6 | ||
97938b60 | 7 | 2005-12-22 Randolph Chung <[email protected]> |
7806762e NC |
8 | |
9 | * rddbg.c (read_section_stabs_debugging_info): Add $GDB_SYMBOLS$ | |
10 | entry to names[] array for SOM binaries. | |
11 | ||
c736112f L |
12 | 2005-12-21 H.J. Lu <[email protected]> |
13 | ||
14 | * MAINTAINERS: Add myself as x86_64 maintainer. | |
15 | ||
d031aafb NS |
16 | 2005-12-16 Nathan Sidwell <[email protected]> |
17 | ||
18 | Second part of ms1 to mt renaming. | |
19 | * readelf.c (guess_is_rela): Use EM_MT. | |
20 | (dump_relocations, get_machine_name): Adjust. | |
21 | ||
4970f871 NS |
22 | 2005-12-12 Nathan Sidwell <[email protected]> |
23 | ||
24 | * Makefile.am: Replace ms1 files with mt files. | |
25 | * Makefile.in: Rebuilt. | |
26 | * readelf.c (elf/mt.h): Adjust #include. | |
27 | ||
f86f37f9 NC |
28 | 2005-11-30 Nick Clifton <[email protected]> |
29 | ||
30 | * configure.in (ALL_LINGUAS): Add fi. | |
31 | * configure: Regenerate. | |
32 | * po/fi.po: New file: Finnish translation. | |
33 | ||
5fde93a1 AM |
34 | 2005-11-21 Arnold Metselaar <[email protected]> |
35 | ||
36 | * MAINTAINERS: add myself as Z80 maintainer | |
37 | ||
02aec879 AH |
38 | 2005-11-17 Andrew Haley <[email protected]> |
39 | ||
5fde93a1 | 40 | * cxxfilt.c (main): Flush output at newline. |
02aec879 | 41 | |
dff70155 MM |
42 | 2005-11-16 Mark Mitchell <[email protected]> |
43 | ||
44 | * doc/binutils.texi: Include config.texi and @file documentation | |
45 | for manual pages. | |
46 | ||
1637cd90 JB |
47 | 2005-11-15 Jan Beulich <[email protected]> |
48 | ||
49 | * objcopy.c (keep_file_symbols): New. | |
50 | (enum command_line_switch): Add OPTION_KEEP_FILE_SYMBOLS. | |
51 | (strip_options): Add --keep-file-symbols. | |
52 | (copy_options): Likewise. | |
53 | (copy_usage): Likewise. | |
54 | (strip_usage): Likewise. | |
55 | (filter_symbols): Act upon keep_file_symbols. | |
56 | (strip_main): Handle OPTION_KEEP_FILE_SYMBOLS. | |
57 | (copy_main): Likewise. | |
58 | * doc/binutils.texi: Document --keep-file-symbols for objcopy | |
59 | and strip. | |
60 | ||
aef1f6d0 DJ |
61 | 2005-11-14 Daniel Jacobowitz <[email protected]> |
62 | ||
63 | * readelf.c (struct dump_list_entry, request_dump_byname) | |
64 | (initialise_dumps_byname): New. | |
65 | (parse_args): Call request_dump_byname. | |
66 | (process_section_contents): Call initialise_dumps_byname. | |
67 | * doc/binutils.texi (readelf): Mention -x NAME. | |
68 | * NEWS: Likewise. | |
69 | ||
5e2b0d47 NC |
70 | 2005-11-11 Nick Clifton <[email protected]> |
71 | ||
72 | PR 1150 | |
73 | * readelf.c (get_mips_symbol_other): New function. | |
74 | (get_symbol_other): New function. | |
75 | (process_symbol_table): Call get_symbol_other() to get a | |
76 | description of the st_other field if it contains more information | |
77 | than just the visibility. | |
78 | ||
a541e3ce SE |
79 | 2005-11-07 Steve Ellcey <[email protected]> |
80 | ||
81 | * configure: Regenerate after modifying bfd/warning.m4. | |
82 | ||
9e5169a8 L |
83 | 2005-10-30 H.J. Lu <[email protected]> |
84 | ||
85 | * Makefile.am: Run "make dep-am". | |
86 | * Makefile.in: Regenerated. | |
87 | ||
88 | * dep-in.sed: Replace " ./" with " ". | |
89 | ||
3caac5b8 AM |
90 | 2005-10-25 Alan Modra <[email protected]> |
91 | ||
92 | * po/POTFILES.in: Regenerate. | |
93 | * po/binutils.pot: Regenerate. | |
94 | ||
124fe943 BS |
95 | 2005-10-24 Bernd Schmidt <[email protected]> |
96 | ||
97 | * MAINTAINERS: Add self as BFIN maintainer. | |
98 | ||
6cc1ddc9 JZ |
99 | 2005-10-18 Jie Zhang <[email protected]> |
100 | ||
101 | * MAINTAINERS: Add self as BFIN maintainer. | |
102 | ||
0851f043 DS |
103 | 2005-10-11 Danny Smith <[email protected]> |
104 | ||
105 | * rclex.l (handle quotes): Stop parsing hex notation escaped | |
106 | chars after the first two digits, | |
107 | ||
ec948987 NC |
108 | 2005-10-11 Nick Clifton <[email protected]> |
109 | ||
110 | PR binutils/1437 | |
111 | * cxxfilt.c (flags): Remove DMGL_TYPES; | |
112 | (long_options): Rename --no-types to --types. | |
113 | (usage): Likewise. | |
114 | (demangle_it): Add a comment describing why _ and $ prefixes are | |
115 | skipped. Use printf rather than puts to emit the demangled output | |
116 | in order to avoid emitting a new line character. | |
117 | (main): Have the -t flag enable type demangling. | |
118 | Emit a newline after every demangled command line argument. | |
119 | Copy whitespace from stdin to stdout. | |
120 | * doc/binutils.texi (c++filt): Document the change to the -t | |
121 | switch. | |
122 | Document why demangling names on the command line is slightly | |
123 | different to demangling names read from the standard input. | |
124 | ||
1334d4d5 MM |
125 | 2005-10-10 Mark Mitchell <[email protected]> |
126 | ||
127 | * doc/Makefile.am (config.texi): Set top_srcdir. | |
128 | * doc/Makefile.in: Regenerated. | |
129 | * doc/binutils.texi: Use at-file.texi from libiberty. | |
130 | ||
1949de15 L |
131 | 2005-10-10 H.J. Lu <[email protected]> |
132 | ||
133 | PR binutils/1436 | |
134 | * readelf.c (ABSADDR): New. | |
135 | (dump_ia64_unwind): Use ABSADDR to get the unwind info address. | |
136 | ||
8b515579 NC |
137 | 2005-10-10 Thomas Weidenmueller <[email protected]> |
138 | ||
139 | * resbin.c (res_to_bin_accelerator): Place the terminating NUL at | |
140 | the correct location in the bindata structure. | |
141 | ||
9c092ace NC |
142 | 2005-10-10 Bryce Schober <[email protected]> |
143 | ||
144 | * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be | |
145 | -reg-names-std. | |
146 | ||
cbf1f5df NC |
147 | 2005-10-04 Nick Clifton <[email protected]> |
148 | ||
149 | * cxxfilt.c: Treat mangled names specified on the command line in | |
150 | the same way as mangled names read from stdin. | |
151 | Add -i switch to disable the display of implementation details. | |
152 | Add -t switch to disable the demangling of types. | |
153 | * NEWS: Mention the new switches. | |
154 | * doc/binutils.texi (cxxfilt): Document the -i and -t switches. | |
155 | ||
07012eee MM |
156 | 2005-10-03 Mark Mitchell <[email protected]> |
157 | ||
158 | * addr2line.c (usage): Document @file. | |
159 | * ar.c (usage): Likewise. | |
160 | * coffdump (usage): Likewise. | |
161 | * cxxfilt.c (usage): Likewise. | |
162 | * dlltool.c (usage): Likewise. | |
163 | * dllwrap.c (usage): Likewise. | |
164 | * nlmconv.c (usage): Likewise. | |
165 | * nm.c (usage): Likewise. | |
166 | * objcopy.c (usage): Likewise. | |
167 | * objdump.c (usage): Likewise. | |
168 | * readelf.c (usage): Likewise. | |
169 | * size.c (usage): Likeise. | |
170 | * srconv.c (usage): Likewise. | |
171 | * strings.c (usage): Likewise. | |
172 | * windres.c (usage): Likewise. | |
173 | * doc/binutils.texi: Add section on common options. | |
174 | ||
4de2ad99 L |
175 | 2005-10-03 H.J. Lu <[email protected]> |
176 | ||
177 | * NEWS: Mention -W/--dwarf. | |
178 | ||
179 | * doc/binutils.texi: Document -W/--dwarf for objdump. | |
180 | ||
11c1ff18 PB |
181 | 2005-10-01 Paul Brook <[email protected]> |
182 | ||
183 | * readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use, | |
184 | arm_attr_tag_THUMB_ISA_use, arm_attr_tag_VFP_arch, | |
185 | arm_attr_tag_WMMX_arch, arm_attr_tag_NEON_arch, | |
186 | arm_attr_tag_ABI_PCS_config, arm_attr_tag_ABI_PCS_R9_use, | |
187 | arm_attr_tag_ABI_PCS_RW_data, arm_attr_tag_ABI_PCS_RO_DATA, | |
188 | arm_attr_tag_ABI_PCS_GOT_use, arm_attr_tag_ABI_PCS_wchar_t, | |
189 | arm_attr_tag_ABI_FP_rounding, arm_attr_tag_ABI_FP_denormal, | |
190 | arm_attr_tag_ABI_FP_exceptions, arm_attr_tag_ABI_FP_user_exceptions, | |
191 | arm_attr_tag_ABI_FP_number_model, arm_attr_tag_ABI_align8_needed, | |
192 | arm_attr_tag_ABI_align8_preserved, arm_attr_tag_ABI_enum_size, | |
193 | arm_attr_tag_ABI_HardFP_use, arm_attr_tag_ABI_VFP_args, | |
194 | arm_attr_tag_ABI_WMMX_args, arm_attr_tag_ABI_optimization_goals, | |
195 | arm_attr_tag_ABI_FP_optimization_goals, arm_attr_public_tags): New. | |
196 | (display_arm_attribute, process_arm_specific): New functions. | |
197 | (process_arch_specific): Add EM_ARM. | |
198 | ||
c843b1bb MM |
199 | 2005-09-30 Mark Mitchell <[email protected]> |
200 | ||
201 | * dlltool.c (main): Fix typo. | |
202 | * windres.c (main): Likewise. | |
203 | ||
d34e7dd6 L |
204 | 2005-09-30 H.J. Lu <[email protected]> |
205 | ||
206 | * Makefile.in: Regenerated. | |
207 | ||
861e97e2 L |
208 | 2005-09-30 H.J. Lu <[email protected]> |
209 | ||
210 | * sysinfo.y (main): Undo last change. | |
211 | ||
869b9d07 MM |
212 | 2005-08-30 Mark Mitchell <[email protected]> |
213 | ||
861e97e2 | 214 | * addr2line.c (main): Use expandargv. |
869b9d07 MM |
215 | * ar.c (main): Likewise. |
216 | * coffdump.c (main): Likewise. | |
217 | * cxxfilt.c (main): Likewise. | |
218 | * dlltool.c (main): Likewise. | |
219 | * dllwrap.c (main): Likewise. | |
220 | * nlmconv.c (main): Likewise. | |
221 | * nm.c (main): Likewise. | |
222 | * objcopy.c (main): Likewise. | |
223 | * objdump.c (main): Likewise. | |
224 | * readelf.c (main): Likewise. | |
225 | * size.c (main): Likeiwse. | |
226 | * srcconv.c (main): Likewise. | |
227 | * strings.c (main): Likewise. | |
228 | * sysdump.c (main): Likewise. | |
861e97e2 | 229 | * sysinfo.y (main): Likewise. |
869b9d07 MM |
230 | * windres.c (main): Likewise. |
231 | ||
58654fd8 L |
232 | 2005-09-30 H.J. Lu <[email protected]> |
233 | ||
234 | * Makefile.am: Run "make dep-am". | |
235 | * Makefile.in: Regenerated. | |
236 | * aclocal.m4: Likewise. | |
237 | ||
1d65ded4 CM |
238 | 2005-09-30 Catherine Moore <[email protected]> |
239 | ||
240 | * Makefile.am: Bfin support. | |
241 | * Makefile.in: Regenerated. | |
242 | * aclocal.m4: Regenerated. | |
243 | * readelf.c (elf/bfin.h): Include. | |
244 | (guess_is_rela): EM_BLACKFIN support. | |
245 | (dump_relocations): Likewise. | |
246 | ||
bfe2612a L |
247 | 2005-09-30 H.J. Lu <[email protected]> |
248 | ||
249 | * dwarf.c (fetch_indirect_string): Adjust for section address. | |
250 | (process_debug_info): Likewise. | |
251 | (display_debug_loc): Likewise. | |
252 | (display_debug_ranges): Likewise. | |
253 | ||
254 | * objdump.c (mach_o_dwarf_sections): New. | |
255 | (generic_dwarf_sections): Likewise. | |
256 | (check_mach_o_dwarf): Likewise. | |
257 | (dump_dwarf): Call check_mach_o_dwarf. | |
258 | ||
365544c3 L |
259 | 2005-09-30 H.J. Lu <[email protected]> |
260 | ||
261 | * Makefile.am (objdump_SOURCES): Add dwarf.c. | |
262 | * Makefile.in: Regenerated. | |
263 | ||
264 | * objdump.c: Include "dwarf.h". | |
265 | (usage): Add -W/--dwarf. | |
266 | (long_options): Likewise. | |
267 | (dump_dwarf_section_info): New. | |
268 | (load_debug_section): Likewise. | |
269 | (free_debug_section): Likewise. | |
270 | (dump_dwarf_section): Likewise. | |
271 | (dump_dwarf): Likewise. | |
272 | (dump_bfd): Load symbol table and call dump_dwarf if | |
273 | dump_dwarf_section_info isn't zero. | |
274 | (main): Handle -W/--dwarf. | |
275 | ||
1007acb3 L |
276 | 2005-09-30 H.J. Lu <[email protected]> |
277 | ||
278 | * readelf.c: Reordered. | |
279 | (is_relocatable): New. | |
280 | (dwarf_section): New structure for DWARF section. | |
281 | (load_debug_section): New. | |
282 | (free_debug_section): Likewise. | |
283 | (debug_str_section): Likewise. | |
284 | (debug_abbrev_section): Likewise. | |
285 | (debug_str_contents): Removed. | |
286 | (debug_str_size): Likewise. | |
287 | (debug_loc_contents): Likewise. | |
288 | (debug_loc_size): Likewise. | |
289 | (debug_range_contents): Likewise. | |
290 | (debug_range_size): Likewise. | |
291 | (load_debug_str): Likewise. | |
292 | (free_debug_str): Likewise. | |
293 | (load_debug_loc): Likewise. | |
294 | (free_debug_loc): Likewise. | |
295 | (load_debug_arange): Likewise. | |
296 | (free_debug_arange): Likewise. | |
297 | (load_debug_abbrev): Likewise. | |
298 | (free_debug_abbrev): Likewise. | |
299 | (fetch_indirect_string): Updated. | |
300 | (debug_apply_rela_addends): Likewise. | |
301 | (process_debug_info): Likewise. | |
302 | (get_debug_info): Likewise. | |
303 | (display_debug_lines): Likewise. | |
304 | (display_debug_pubnames): Likewise. | |
305 | (display_debug_macinfo): Likewise. | |
306 | (display_debug_abbrev): Likewise. | |
307 | (display_debug_loc): Likewise. | |
308 | (display_debug_str): Likewise. | |
309 | (display_debug_info): Likewise. | |
310 | (display_debug_aranges): Likewise. | |
311 | (display_debug_ranges): Likewise. | |
312 | (display_debug_frames): Likewise. | |
313 | (display_debug_not_supported): Likewise. | |
314 | (debug_displays): Likewise. | |
315 | (display_debug_section): Likewise. | |
316 | (get_file_header): Set is_relocatable. | |
317 | ||
700dd8b7 L |
318 | 2005-09-30 H.J. Lu <[email protected]> |
319 | ||
320 | * readelf.c (debug_apply_rela_addends): Relocate the whole | |
321 | section. | |
322 | (process_debug_info): Don't call debug_apply_rela_addends. | |
323 | (display_debug_frames): Likewise. | |
324 | (get_debug_info): Call debug_apply_rela_addends. | |
325 | (debug_displays): Add the "relocate" field. | |
326 | (display_debug_section): Call debug_apply_rela_addends if | |
327 | needed. | |
328 | ||
a70c2403 NC |
329 | 2005-09-30 Matthias Kurz <[email protected]> |
330 | ||
331 | * bucomm.h: Prevent the inclusion of <libintl.h> from the Solaris | |
332 | version of <locale.h> when ENABLE_NLS is not defined. | |
333 | ||
938ae749 MM |
334 | 2005-09-26 Mark Mitchell <[email protected]> |
335 | ||
336 | * BRANCHES: Mention binutils-csl-gxxpro-3_4-branch. | |
337 | ||
ec9ec0f9 RH |
338 | 2005-09-20 Richard Henderson <[email protected]> |
339 | ||
340 | * readelf.c (display_debug_lines): Use unsigned long for address | |
341 | increments. Use 0x prefix for all hex numbers. | |
342 | ||
ec1c4759 RE |
343 | 2005-09-09 Richard Earnshaw <[email protected]> |
344 | ||
345 | * readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and | |
346 | SHT_ARM_ATTRIBUTES. | |
347 | ||
8d5ff12c L |
348 | 2005-09-07 H.J. Lu <[email protected]> |
349 | ||
350 | * readelf.c (get_elf_section_flags): Handle 64bit sh_flags. | |
351 | ||
a841cf65 L |
352 | 2005-09-02 H.J. Lu <[email protected]> |
353 | ||
354 | * readelf.c (debug_abbrev_contents): New. | |
355 | (debug_abbrev_size): Likewise. | |
356 | (load_debug_abbrev): Likewise. | |
357 | (free_debug_abbrev): Likewise. | |
358 | (process_debug_info): Use them. | |
359 | ||
bc79cded L |
360 | 2005-08-17 H.J. Lu <[email protected]> |
361 | ||
362 | PR binutils/1179 | |
363 | * objdump.c (disassemble_bytes): Don't adjust | |
364 | adjust_section_vma. | |
365 | (adjust_addresses): Don't adjust vma for debugging section. | |
366 | Adjust lma only for relocatable files. | |
367 | (dump_bfd): Tell adjust_addresses if it is a relocatable file. | |
368 | ||
3e321448 L |
369 | 2005-08-16 H.J. Lu <[email protected]> |
370 | ||
371 | * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined. | |
372 | ||
373 | * configure.in (AC_GNU_SOURCE): Added. | |
374 | (AC_CHECK_DECLS): Add stpcpy. | |
375 | * configure: Regenerated. | |
376 | * config.in: Likewise. | |
377 | ||
09ff3500 JJ |
378 | 2005-08-16 Jakub Jelinek <[email protected]> |
379 | ||
380 | * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL, | |
381 | UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname | |
382 | buffer sizes. | |
383 | ||
36ae0db3 DJ |
384 | 2005-08-15 Daniel Jacobowitz <[email protected]> |
385 | ||
386 | * doc/binutils.texi (objdump): Document -M e300. | |
387 | ||
1c0751b2 DA |
388 | 2005-08-14 John David Anglin <[email protected]> |
389 | ||
390 | * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux. | |
391 | Don't access table entries past the end of the table. | |
392 | ||
61472819 DA |
393 | 2005-08-13 John David Anglin <[email protected]> |
394 | ||
395 | * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER. | |
396 | (get_parisc_section_type_name): Handle SHT_PARISC_DLKM. | |
397 | ||
5477e8a0 L |
398 | 2005-08-11 H.J. Lu <[email protected]> |
399 | ||
400 | * NEWS: Mention "-t/--section-details" and | |
401 | "-N/--full-section-name". | |
402 | ||
403 | * doc/binutils.texi: Document "-t/--section-details". Remove | |
404 | "-N/--full-section-name". | |
405 | ||
406 | * readelf.c (do_full_section_name): Renamed to ... | |
407 | (do_section_details): This. | |
408 | (option): Rename "-N/--full-section-name" to | |
409 | "-t/--section-details". | |
410 | (usage): Likewise. | |
411 | (parse_args): Likewise. | |
412 | (get_elf_section_flags): Support do_section_details. | |
413 | (process_section_headers): Updated for do_section_details. | |
414 | ||
eec8f817 DA |
415 | 2005-08-04 John David Anglin <[email protected]> |
416 | ||
417 | * readelf.c (get_parisc_dynamic_type): Add new dynamic types. | |
418 | (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when | |
419 | e_machine is EM_PARISC. | |
420 | (get_parisc_segment_type): Add new segment types. | |
421 | (get_parisc_section_type_name): Add new section names. | |
422 | (dynamic_section_parisc_val): Add new table entries. | |
423 | ||
c6972290 NC |
424 | 2005-08-01 Filip Navara <[email protected]> |
425 | ||
426 | * dlltool.c (alphafunc): Remove and replace usage with nfunc. | |
427 | (nfunc): Fix sorting of fastcall symbols when --kill-at is used. | |
428 | ||
3b22753a L |
429 | 2005-07-25 H.J. Lu <[email protected]> |
430 | ||
431 | * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON. | |
432 | (get_symbol_index_type): Likewise. | |
433 | (get_elf_section_flags): Handle SHF_X86_64_LARGE. | |
434 | ||
f1969386 EC |
435 | 2005-07-21 Eric Christopher <[email protected]> |
436 | ||
437 | * MAINTAINERS: Change affiliation. | |
438 | ||
32204df4 BE |
439 | 2005-07-19 Ben Elliston <[email protected]> |
440 | ||
441 | * readelf.c (read_and_display_attr_value): Remove comment adjacent | |
442 | to DW_ATE_decimal_float about it being a GNU extension. | |
443 | ||
85da3a56 NC |
444 | 2005-07-18 Nick Clifton <[email protected]> |
445 | ||
446 | * binemul.c: Fix name of Red Hat. | |
447 | * binemul.h: Likewise. | |
448 | * emul_aix.c: Likewise. | |
449 | * emul_vanilla: Likewise. | |
450 | ||
df45824a BE |
451 | 2005-07-18 Ben Elliston <[email protected]> |
452 | ||
453 | * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding | |
454 | value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float. | |
455 | ||
0f82ff91 AM |
456 | 2005-07-16 Alan Modra <[email protected]> |
457 | ||
458 | * Makefile.am: Run "make dep-am". | |
459 | * Makefile.in: Regenerate. | |
460 | ||
ba2a7846 EC |
461 | 2005-07-15 Eric Christopher <[email protected]> |
462 | ||
463 | * MAINTAINERS: Change affiliation. | |
464 | ||
49f58d10 JB |
465 | 2005-07-14 Jim Blandy <[email protected]> |
466 | ||
467 | * readelf.c: #include "elf/m32c.h" | |
468 | (guess_is_rela, dump_relocations, get_machine_name): Add cases for | |
469 | EM_M32C. | |
470 | * Makefile.am (readelf.o): Update dependencies. | |
471 | * Makefile.in: Regenerated. | |
472 | ||
d52d45a4 BE |
473 | 2005-07-08 Ben Elliston <[email protected]> |
474 | ||
475 | * bucomm.h: Include <stdarg.h> unconditionally, not only when | |
476 | ANSI_PROTOTYPES is defined. Remove #ifdef logic. | |
477 | * dlltool.c: Likewise. | |
478 | * dllwrap.c: Likewise. | |
479 | ||
0fd3a477 JW |
480 | 2005-07-07 Kaveh R. Ghazi <[email protected]> |
481 | ||
482 | * bucomm.h (report): Add format attribute. | |
483 | * dlltool.c (inform): Likewise. | |
484 | * dllwrap.c (display, inform, warn): Likewise. | |
485 | * objdump.c (objdump_sprintf): Likewise. | |
486 | * readelf.c (error, warn): Likewise. Fix format bugs. | |
487 | ||
06803313 NC |
488 | 2005-07-05 Dmitry V. Levin <[email protected]> |
489 | Nick Clifton <[email protected]> | |
490 | ||
491 | * strings.c (filename_and_size_t): New typedef. | |
492 | (strings_a_section): Skip sections with size greater or equal to | |
493 | the file size. Cache the file size to avoid repeated stat()s. | |
494 | (strings_object_file): Pass filename_and_size_t argument to | |
495 | strings_a_section() via bfd_map_over_sections(). | |
496 | ||
551b43fd AM |
497 | 2005-07-04 Alan Modra <[email protected]> |
498 | ||
499 | PR 1004 | |
500 | * objcopy.c (copy_object): Use bfd_make_section_with_flags. | |
501 | (write_debugging_info): Likewise. | |
502 | (setup_section): Use bfd_make_section_anyway_with_flags. | |
503 | ||
398ee8f1 SE |
504 | 2005-07-01 Steve Ellcey <[email protected]> |
505 | ||
506 | * configure.in (AM_BINUTILS_WARNINGS): Add. | |
507 | (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS. | |
508 | * configure: Regenerate. | |
509 | * config.in: Regenerate. | |
510 | * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*. | |
511 | * bucomm.h: (NEED_DECLARATION_*): Ditto. | |
512 | ||
b753922c BE |
513 | 2005-06-30 Ben Elliston <[email protected]> |
514 | ||
515 | * Makefile.am (check-DEJAGNU): Don't search for expect. | |
516 | * Makefile.in: Regenerate. | |
517 | ||
c3298874 BE |
518 | 2005-06-30 Ben Elliston <[email protected]> |
519 | ||
520 | * Makefile.am (EXPECT): Set to expect. | |
521 | (RUNTEST): Likewise, set to runtest. | |
522 | * Makefile.in: Regenerate. | |
523 | ||
08d8fa11 JJ |
524 | 2005-06-17 Jakub Jelinek <[email protected]> |
525 | ||
526 | * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define. | |
527 | (process_section_headers): Use it. | |
528 | (process_relocs): Don't crash if symsec is not SHT_SYMTAB | |
529 | or SHT_DYNSYM. | |
530 | (process_version_sections): Use sizeof (Elf_External_Versym) | |
531 | instead of sh_entsize. | |
532 | ||
cbee2975 NC |
533 | 2005-06-16 Nick Clifton <[email protected]> |
534 | ||
535 | * rename.c (simple_copy): Only define if it is going to be used. | |
536 | (smart_rename): Mark the preserve_dates parameter as possibly | |
537 | being unused. | |
538 | ||
539 | * resres.c (write_res_data): Prevent a potential compile time | |
540 | warning by casting the return value from fwrite. | |
541 | ||
77f762d6 L |
542 | 2005-06-14 H.J. Lu <[email protected]> |
543 | ||
544 | PR 995 | |
545 | * ar.c (BUFSIZE): Moved to ... | |
546 | * bucomm.h (BUFSIZE): Here. | |
547 | ||
548 | * bucomm.c: Include <assert.h>. | |
549 | (bfd_get_archive_filename): New. | |
550 | * bucomm.h (bfd_get_archive_filename): New. | |
551 | ||
552 | * objcopy.c (copy_unknown_object): New. | |
553 | (copy_object): Use bfd_get_archive_filename when reporting input | |
554 | error. Don't call fatal on unknown arch. | |
555 | (copy_archive): Call copy_unknown_object on unknown format or | |
556 | arch. | |
557 | ||
c256ffe7 JJ |
558 | 2005-06-14 Jakub Jelinek <[email protected]> |
559 | ||
560 | * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions. | |
561 | (get_data): Add nmemb argument. Return NULL if nmemb * size | |
562 | overflows. If var == NULL, allocate one extra byte and | |
563 | clear it. | |
564 | (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers, | |
565 | get_64bit_program_headers, get_program_headers, | |
566 | get_32bit_section_headers, get_64bit_section_headers, | |
567 | get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers, | |
568 | process_section_groups, process_relocs, slurp_ia64_unwind_table, | |
569 | ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind, | |
570 | get_32bit_dynamic_section, get_64bit_dynamic_section, | |
571 | process_dynamic_section, process_version_sections, get_dynamic_data, | |
572 | process_symbol_table, dump_section, load_debug_str, load_debug_loc, | |
573 | load_debug_range, read_and_display_attr_value, process_debug_info, | |
574 | get_debug_info, frame_need_space, display_debug_frames, | |
575 | display_debug_section, process_mips_specific, process_gnu_liblist, | |
576 | process_corefile_note_segment): Adjust get_data callers. Use | |
577 | cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where | |
578 | passed size is a product of 2 numbers. | |
579 | ||
580 | * readelf.c (print_mode): Fix comment typo. | |
581 | (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks. | |
582 | (dump_relocations): Fix a thinko in check for invalid st_name. | |
583 | (process_program_headers): Don't crash if string_table is NULL. | |
584 | (process_section_headers): Don't crash if e_shstrndx is invalid. | |
585 | Ensure string_table_length is 0 if string_table == NULL. | |
586 | Don't return just because string_table is NULL. | |
587 | (process_section_groups): Don't crash if symtab's sh_link or | |
588 | symbol's st_name is invalid. Fix a memory leak. Fix check for | |
589 | invalid section number entry. | |
590 | (process_relocs): Don't crash if relocation or symbol section's | |
591 | sh_link is invalid. | |
592 | (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if | |
593 | relocation section's sh_info is invalid. | |
594 | (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol | |
595 | table's sh_link is invalid. | |
596 | (process_version_sections): Don't crash on version or symbol | |
597 | section's sh_link is invalid. Don't crash if symbol's st_shndx | |
598 | is invalid. | |
599 | (process_symbol_table): Don't crash if string table is corrupt | |
600 | or symbol's st_name, st_shndx, vna_name or vda_name is invalid. | |
601 | (debug_apply_rela_addends): Don't crash if relocation section's | |
602 | sh_info or sh_link is invalid. | |
603 | (display_debug_loc): Warn for unterminated .debug_loc section | |
604 | or start offsets not within .debug_loc section boundaries. | |
605 | (process_gnu_liblist): Don't crash if liblist section's sh_link | |
606 | or entry's l_name is invalid. | |
607 | ||
f9ecb0a4 JJ |
608 | 2005-06-09 Jakub Jelinek <[email protected]> |
609 | ||
610 | * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL. | |
611 | If q->howto->name == NULL, print q->howto->type as number instead. | |
612 | (dump_reloc_set): Likewise. | |
613 | ||
a34e3ecb EC |
614 | 2005-06-07 Eric Christopher <[email protected]> |
615 | ||
616 | * readelf.c (guess_is_rela): Support ms1. | |
617 | (dump_relocations): Ditto. | |
618 | (get_machine_name): Ditto. | |
619 | ||
1ae72221 AH |
620 | 2005-06-07 Aldy Hernandez <[email protected]> |
621 | Michael Snyder <[email protected]> | |
622 | Stan Cox <[email protected]> | |
623 | ||
624 | * Makefile.am (readelf.o): Depend on ms1.h. | |
625 | ||
626 | * Makefile.in: Regenerate. | |
627 | ||
628 | * readelf.c: Include ms1.h. | |
629 | ||
5420f73d L |
630 | 2005-06-06 H.J. Lu <[email protected]> |
631 | ||
632 | PR 990 | |
633 | * nm.c (print_symbol): Call bfd_find_line before | |
634 | bfd_find_nearest_line. | |
635 | ||
b12fe839 AM |
636 | 2005-06-06 Alan Modra <[email protected]> |
637 | ||
638 | * NEWS: Mention new powerpc ld support. | |
639 | ||
b7d4af3a JW |
640 | 2005-06-03 Steve Ellcey <[email protected]> |
641 | ||
642 | * configure.in: Check for getc_unlocked prototype. | |
643 | * configure: Regenerate. | |
644 | * config.in: Regenerate. | |
645 | * strings.c (get_char): Only call getc_unlocked if we have seen a | |
646 | prototype. | |
647 | ||
82d457f6 NC |
648 | 2005-06-03 Nick Clifton <[email protected]> |
649 | ||
650 | * configure.in (ALL_LINGUAS): Add zh_TW | |
651 | * configure: Regenerate. | |
652 | * po/zh_TW.po: New Chinese (traditional) translation. | |
653 | ||
7ace3541 RH |
654 | 2005-05-31 Richard Henderson <[email protected]> |
655 | ||
656 | * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE. | |
657 | ||
fabcb361 RH |
658 | 2005-05-29 Richard Henderson <[email protected]> |
659 | ||
660 | * readelf.c (get_alpha_dynamic_type): New. | |
661 | (get_dynamic_type): Call it. | |
662 | ||
391cb864 L |
663 | 2005-05-24 H.J. Lu <[email protected]> |
664 | ||
665 | * readelf.c (process_section_groups): Report group section | |
666 | index. Check if the section member index is valid. | |
667 | ||
0c552dc1 FF |
668 | 2005-05-23 Fred Fish <[email protected]> |
669 | ||
670 | * addr2line.c (unwind_inlines): New flag for 'i' option. | |
671 | (usage): Document '-i' option. | |
672 | (long_options): Recognize '--inlines'. | |
673 | (translate_addresses): Loop, calling bfd_find_inliner_info as | |
674 | necessary and printing multiple output lines. | |
675 | (main): Handle 'i' option. | |
676 | * doc/binutils.texi (addr2line): Document '-i' option. | |
677 | * NEWS: Mention new addr2line '-i' option. | |
678 | ||
41a865ba NC |
679 | 2005-05-23 Nick Clifton <[email protected]> |
680 | ||
681 | * readelf.c (fetch_indirect_string): Display a warning message | |
682 | when a corrupt DW_FORM_strp value is encountered. | |
b12fe839 | 683 | |
41a865ba NC |
684 | (process_debug_info): Mention that the compilation unit offset is |
685 | being displayed in hexadecimal. | |
b12fe839 | 686 | |
41a865ba NC |
687 | (display_debug_lines): Fix typo in name of .debug_line section. |
688 | ||
e3e71e27 ZW |
689 | 2005-05-19 Zack Weinberg <[email protected]> |
690 | ||
691 | * Makefile.am: Have 'all' depend on 'info'. | |
692 | * Makefile.in: Regenerate. | |
693 | ||
d68f4033 BE |
694 | 2005-05-19 Ben Elliston <[email protected]> |
695 | ||
696 | * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding | |
697 | value of DW_ATE_GNU_decimal_float. | |
698 | ||
970c3dbc DJ |
699 | 2005-05-17 Daniel Jacobowitz <[email protected]> |
700 | ||
701 | * doc/Makefile.am (config.texi): Don't use $<. | |
702 | * doc/Makefile.in: Regenerated. | |
703 | ||
39ddb54e NC |
704 | 2005-05-15 Yitzchak Scott-Thoennes <[email protected]> |
705 | ||
e3e71e27 | 706 | * deflex.l: Ignore CRs |
39ddb54e | 707 | |
42ecbf5e DJ |
708 | 2005-05-15 Daniel Jacobowitz <[email protected]> |
709 | ||
710 | * acinclude.m4: Remove obsolete code. | |
711 | * configure.in: Update AC_PREREQ. | |
712 | * doc/Makefile.am (binutils_TEXINFOS): Define. | |
713 | (config.texi): Depend on distributed files instead of built | |
714 | files. | |
715 | (binutils.dvi, binutils.info): Remove unnecessary rules. | |
716 | (DISTCLEANFILES): Remove. | |
717 | (install-data-local): Renamed from install. | |
718 | (info-local): Renamed from info. | |
719 | * Makefile.in, aclocal.m4, config.in, configure, | |
720 | doc/Makefile.in: Regenerated. | |
721 | ||
1fe44d79 AM |
722 | 2005-05-14 Alan Modra <[email protected]> |
723 | ||
724 | * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not | |
725 | DT_PPC_GLINK. | |
726 | ||
f59f7c79 FF |
727 | 2005-05-13 Fred Fish <[email protected]> |
728 | ||
729 | * readelf.c: Fix a couple of obvious comment typos, | |
730 | 'debug_str' -> 'debug_ranges' and proecess' -> 'process'. | |
731 | ||
a4a00738 L |
732 | 2005-05-13 H.J. Lu <[email protected]> |
733 | ||
734 | * readelf.c (dump_ia64_unwind): Get stamp with proper size. | |
735 | ||
52d1fb02 NC |
736 | 2005-05-12 Nick Clifton <[email protected]> |
737 | ||
738 | * readelf.c (display_debug_lines): If pointer_size has not been | |
739 | found then assume that it is 4 in order to prevent a seg fault | |
740 | when process_extend_line_op attempts to read the line data. | |
741 | ||
7490d522 AM |
742 | 2005-05-11 Alan Modra <[email protected]> |
743 | ||
744 | * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK. | |
745 | (get_dynamic_type): Call the above. | |
746 | ||
b43b5d5f NC |
747 | 2005-05-07 Nick Clifton <[email protected]> |
748 | ||
749 | * Update the address and phone number of the FSF organization in | |
750 | the GPL notices in the following files: | |
751 | aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c, | |
752 | arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h, | |
753 | budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h, | |
754 | cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c, | |
755 | dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c, | |
756 | ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c, | |
757 | objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c, | |
758 | readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c, | |
759 | size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y, | |
760 | syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c, | |
761 | windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi | |
762 | ||
a580b8e0 JB |
763 | 2005-05-06 Jan Beulich <[email protected]> |
764 | ||
765 | * objcopy.c (copy_file): Don't delete output upon error here. | |
766 | (copy_main): Delete output upon error. | |
767 | ||
27eed06b BE |
768 | 2005-05-02 Ben Elliston <[email protected]> |
769 | ||
770 | * dlltool.c (dtab): Remove empty function. | |
771 | (process_duplicates): Remove calls to dtab(). | |
772 | ||
36d3b955 MR |
773 | 2005-05-01 Maciej W. Rozycki <[email protected]> |
774 | ||
775 | * doc/binutils.texi (strip, objcopy): Clarify the description of | |
776 | the "--strip-debug" option. Fix a typo. | |
777 | ||
cba12006 L |
778 | 2005-04-29 H.J. Lu <[email protected]> |
779 | ||
780 | * bucomm.c: Undo the last change. | |
781 | * bucomm.h: Likewise. | |
782 | ||
89b78896 BE |
783 | 2005-04-29 Ben Elliston <[email protected]> |
784 | ||
785 | * syslex.l (word, number, unit): Remove unused variables. | |
786 | * nlmheader.y (keyword_tokens): Make static. | |
787 | * coffdump.c (dump_coff_symbol, coff_dump): Make static. | |
788 | * coffgrok.c (lofile, last_function_symbol, last_function_type, | |
789 | last_struct, last_enum, cur_sfile): Make variables static. | |
790 | * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS, | |
791 | sysroff_swap_tr_in, sysroff_print_tr_out): Make static. | |
792 | * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth, | |
793 | names, pnames): Likewise. | |
794 | ||
85b1c36d BE |
795 | 2005-04-29 Ben Elliston <[email protected]> |
796 | ||
797 | * ar.c (mri_mode): Make static. | |
798 | * arsup.c (obfd, real_name, outfile): Likewise. | |
799 | * binemul.c (ar_emul_create): Remove unused function. | |
800 | (ar_emul_default_create): Likewise. | |
801 | * binemul.h (ar_emul_create): Remove declaration. | |
802 | (ar_emul_default_create): Likewise. | |
803 | (struct bin_emulation_xfer_struct): Remove ar_create member. | |
804 | * bucomm.c (report): Make static. | |
805 | * bucomm.h (report): Remove declaration. | |
806 | * cxxfilt.c (mbuffer): Make static. | |
807 | (main): Use unsigned ints for some loop control variables. | |
808 | * readelf.c: Make many global variables static. | |
809 | * size.c (berkeley_format): Make static. | |
810 | (long_options): Likewise. | |
811 | * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create | |
812 | structure initialiser. | |
813 | (bin_aix5_emulation): Likewise. | |
814 | * emul_vanilla.c (bin_vanilla_emulation): Likewise. | |
815 | ||
943ea8a2 BE |
816 | 2005-04-27 Ben Elliston <[email protected]> |
817 | ||
818 | * syslex.l: Adjust top-of-file comment: this file is part of GNU | |
819 | binutils, not GNU ld. | |
820 | ||
e7f918ad NC |
821 | 2005-04-25 Nick Clifton <[email protected]> |
822 | ||
bee59fd2 NC |
823 | PR872 |
824 | * objcopy.c (copy_archive): Initialise 'obfd' field of new | |
825 | name_list structure. | |
7490d522 | 826 | |
e7f918ad | 827 | * objcopy.c (copy_usage): Fix description of -K switch. |
bee59fd2 | 828 | |
e7f918ad NC |
829 | * doc/binutils.texi (strip, objcopy): Fix description of -K |
830 | switch. | |
831 | ||
ae67fcb5 DJ |
832 | 2005-04-20 Daniel Jacobowitz <[email protected]> |
833 | ||
834 | * readelf.c (display_debug_frames): Use data factor for | |
835 | DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf. | |
836 | ||
3bee8bcd L |
837 | 2005-04-19 H.J. Lu <[email protected]> |
838 | ||
839 | * objdump.c (dump_section_header): Skip linker created section. | |
840 | ||
64c1196b L |
841 | 2005-04-17 H.J. Lu <[email protected]> |
842 | ||
843 | * objdump.c (dump_section_header): Support SEC_GROUP. | |
844 | ||
520494b6 NC |
845 | 2005-04-16 Nick Clifton <[email protected]> |
846 | ||
847 | * readelf.c (debug_apply_rela_addends): Remove redundant %s from | |
848 | printf string. | |
849 | ||
ac559f4a NC |
850 | 2005-04-15 Nick Clifton <[email protected]> |
851 | ||
852 | * objcopy.c (copy_file): Issue an error message when attmepting to | |
853 | copy an empty input file. | |
854 | ||
9e9b66a9 AM |
855 | 2005-04-14 Alan Modra <[email protected]> |
856 | ||
857 | * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. | |
858 | * configure.in: Include ../bfd/warning.m4 contents. | |
859 | * Makefile.in: Regenerate. | |
860 | * configure: Regenerate. | |
861 | * doc/Makefile.in: Regenerate. | |
862 | ||
ceae3e33 AM |
863 | 2005-04-12 Alan Modra <[email protected]> |
864 | ||
865 | * Makefile.am: Run "make dep-am". | |
866 | (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command. | |
867 | (sysroff.o, defparse.o, deflex.o): Likewise. | |
868 | (nlmheader.o, rcparse.o, rclex.o): Likewise. | |
869 | * Makefile.in: Regenerate. | |
870 | * aclocal.m4: Regenerate. | |
871 | * config.in: Regenerate. | |
872 | * configure: Regenerate. | |
873 | ||
53260797 JB |
874 | 2005-04-11 Jan Beulich <[email protected]> |
875 | ||
876 | * MAINTAINERS: Add myself as ix86 Intel mode maintainer. | |
877 | ||
52f3cf45 L |
878 | 2005-04-06 Nick Clifton <[email protected]> |
879 | H.J. Lu <[email protected]> | |
880 | ||
881 | * po/rw.po: New translation: Kinyarwanda. | |
882 | * configure.in (ALL_LINGUAS): Add rw. | |
883 | * configure: Regenerate. | |
884 | ||
a8b683fc MR |
885 | 2005-04-04 Maciej W. Rozycki <[email protected]> |
886 | ||
887 | * readelf.c (debug_apply_rela_addends): Reorder r_info as | |
888 | necessary for 64-bit MIPS. | |
889 | ||
470e4bd1 MR |
890 | 2005-04-04 Maciej W. Rozycki <[email protected]> |
891 | ||
892 | * doc/binutils.texi (readelf): Remove a duplicate paragraph. | |
893 | ||
661f7c35 NC |
894 | 2005-04-04 Ramana Radhakrishnan <[email protected]> |
895 | ||
896 | PR binutils/813 | |
897 | * objdump.c (dump_symbols): Add a check to see if the section for | |
898 | the symbol is chosen using process_section_p. | |
899 | ||
81fc812e L |
900 | 2005-04-01 H.J. Lu <[email protected]> |
901 | ||
902 | * NEWS: Mention new readelf options, "-N/--full-section-name" | |
903 | and "-g/--section-groups". | |
904 | ||
905 | * doc/binutils.texi: Document new readelf options, | |
906 | "-N/--full-section-name" and "-g/--section-groups". | |
907 | ||
595cf52e L |
908 | 2005-03-31 H.J. Lu <[email protected]> |
909 | ||
910 | * readelf.c (do_full_section_name): New. | |
911 | (options): Add "--full-section-name"/'N'. | |
912 | (usage): Add -N/--full-section-name. | |
913 | (parse_args): Handle 'N'. | |
914 | (process_section_headers): Print out the full section name if | |
915 | do_full_section_name isn't 0. | |
916 | ||
e46eba98 NC |
917 | 2005-03-31 Nick Clifton <[email protected]> |
918 | ||
919 | * configure.in: Add a check for <unistd.h> providing a prototype | |
920 | for getopt() which is compatible with the one in | |
921 | include/getopt.h. If so then define HAVE_DECL_GETOPT. | |
922 | * configure: Regenerate. | |
923 | * config.in (HAVE_DECL_GETOPT): Add. | |
924 | * aclocal.m4: Regenerate. | |
925 | * addr2line.c: Include "config.h" before "bfd.h" so that | |
926 | HAVE_DECL_GETOPT is defined before getopt.h is included. | |
927 | ||
ec72cfe5 NC |
928 | 2005-03-21 Jan-Benedict Glaw <[email protected]> |
929 | ||
930 | * doc/binutils.texi: Document new VAX disassembler-specific option | |
931 | -M entry:0xfooba8. | |
932 | * NEWS: Mention the new option. | |
7490d522 | 933 | |
abd18680 AP |
934 | 2005-03-29 Anil Paranjpe <[email protected]> |
935 | ||
936 | * MAINTAINERS: Add myself as H8300 maintainer. | |
937 | ||
5810296b AL |
938 | 2005-03-28 Aaron W. LaFramboise <[email protected]> |
939 | ||
940 | * objdump.c (disassemble_bytes): Remove cast. | |
941 | ||
335a0d39 DJ |
942 | 2005-03-25 Daniel Jacobowitz <[email protected]> |
943 | ||
944 | * BRANCHES: Add binutils-csl-arm-2005q1-branch and | |
945 | binutils-2_16-branch. | |
946 | ||
163730f0 MK |
947 | 2005-03-25 Mark Kettenis <[email protected]> |
948 | ||
949 | * MAINTAINERS: Add myself as M88k maintainer. | |
950 | ||
bcfb5d77 DS |
951 | 2005-03-24 Danny Smith <[email protected]> |
952 | ||
953 | * winduni.c (unicode_from_ascii): Don't declare variables | |
954 | 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode | |
955 | string len. | |
956 | ||
1acfb01b DD |
957 | 2005-03-24 Dmitry Diky <[email protected]> |
958 | ||
7490d522 | 959 | * MAINTAINERS: Add myself as MSP430 maintainer. |
1acfb01b | 960 | |
fa0c5056 NC |
961 | 2005-03-23 Nick Clifton <[email protected]> |
962 | ||
963 | * po/fr.po: Updated translation. | |
964 | ||
41772c33 NC |
965 | 2005-03-22 Nick Clifton <[email protected]> |
966 | ||
967 | * MAINTAINERS: Add Daniel Jacobwitz to the blanket write | |
968 | privileges list. | |
969 | ||
b294bdf8 MM |
970 | 2005-03-17 Paul Brook <[email protected]> |
971 | Dan Jacobowitz <[email protected]> | |
972 | Mark Mitchell <[email protected]> | |
973 | ||
974 | * binutils/readelf.c (get_arm_segment_type): New function. | |
975 | (get_segment_type): Use it. | |
976 | ||
58450b3b PB |
977 | 2005-03-18 Paul Brook <[email protected]> |
978 | ||
979 | * objdump.c (objdump_print_addr): Avoid uninitialized warning. | |
980 | ||
2115ce97 DN |
981 | 2005-03-17 Diego Novillo <[email protected]> |
982 | ||
983 | * MAINTAINERS: Remove self as maintainer of x86 intel | |
984 | mode. | |
985 | ||
1ad12f97 NC |
986 | 2005-03-16 Nick Clifton <[email protected]> |
987 | Ben Elliston <[email protected]> | |
988 | ||
569acd2c | 989 | * configure.in (werror): New switch: Add -Werror to the |
1ad12f97 | 990 | compiler command line. Enabled by default. Disable via |
569acd2c | 991 | --disable-werror. |
1ad12f97 NC |
992 | * configure: Regenerate. |
993 | ||
7b4a0685 | 994 | 2005-03-15 Daniel Marques <[email protected]> |
7490d522 | 995 | Nick Clifton <[email protected]> |
7b4a0685 NC |
996 | |
997 | * objcopy.c (globalize_specific_list): New linked list of symbols | |
998 | to convert from local binding into global binding. | |
999 | (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and | |
1000 | OPTION_GLOBALIZE_SYMBOLS. | |
1001 | (copy_options): Add "globalize-symbol" and "globalize-symbols". | |
1002 | (copy_usage): Document the new switches. | |
1003 | (filter_symbols): Convert defined local symbols mentioned on the | |
1004 | globalize_specific_list into global symbols. | |
1005 | (copy_object): Perform actions if the globalize_specific_list is | |
1006 | not empty. | |
1007 | (copy_main): Handle new switches. | |
1008 | * NEWS: Mention new feature. | |
1009 | * doc/binutils.texi: Document new switches. | |
1010 | ||
ea8409f7 AM |
1011 | 2005-03-15 Alan Modra <[email protected]> |
1012 | ||
729ae8d2 AM |
1013 | * po/es.po: Commit new Spanish translation. |
1014 | ||
ea8409f7 AM |
1015 | * po/fr.po: Commit new French translation. |
1016 | ||
248642ab AM |
1017 | 2005-03-14 Alan Modra <[email protected]> |
1018 | ||
1019 | * po/tr.po: Commit new Turkish translation. | |
1020 | ||
e8d46048 NC |
1021 | 2005-03-11 Nick Clifton <[email protected]> |
1022 | ||
1023 | * po/fr.po: Updated French translation. | |
1024 | ||
953130a5 NC |
1025 | 2005-03-10 Nick Clifton <[email protected]> |
1026 | ||
1027 | * configure.in (ALL_LINGUAS): Add Romanian lingua "ro". | |
953130a5 | 1028 | * configure: Regenerate. |
af99dc6d NC |
1029 | * po/ro.po: New file. |
1030 | ||
1031 | * po/ru.po: Updated file. | |
953130a5 | 1032 | |
06647dfd AM |
1033 | 2005-03-05 Alan Modra <[email protected]> |
1034 | ||
1035 | * po/binutils.pot: Regenerate. | |
1036 | ||
bb14f524 JB |
1037 | 2005-03-02 Jan Beulich <[email protected]> |
1038 | ||
1039 | * ar.c (remove_output): Use unlink_if_ordinary instead of unlink. | |
1040 | * objcopy.c (copy_file): Likewise. | |
1041 | (strip_main): Likewise. | |
1042 | ||
ce04548a NC |
1043 | 2005-03-01 Stig Petter Olsroed <[email protected]> |
1044 | Nick Clifton <[email protected]> | |
1045 | ||
1046 | * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC: | |
1047 | (struct objdump_disasm_info): Add 'reloc' field. | |
1048 | (disassemble_bytes): Fix check for when an insn has a reloc | |
1049 | associated with it. Improve comment explaining why the use of | |
1050 | octets is wrong. Set the 'reloc' field in objdump_disasm_info | |
1051 | structure. | |
1052 | (objdump_print_addr): Use new 'reloc' field to lookup the correct | |
1053 | address for the symbol associated with the current instruction's | |
1054 | relocation. | |
1055 | (disassemble_info): Initialise 'reloc' field. | |
1056 | ||
e9e44622 JJ |
1057 | 2005-02-28 Jakub Jelinek <[email protected]> |
1058 | ||
1059 | * readelf.c (get_file_type, get_machine_name, get_osabi_name, | |
1060 | get_segment_type, get_section_type_name, get_elf_class, | |
1061 | get_data_encoding, get_group_flags, dynamic_section_mips_val, | |
1062 | get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name, | |
1063 | get_AT_name, process_mips_specific, process_gnu_liblist, | |
1064 | get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of | |
1065 | sprintf where needed. | |
1066 | (get_dynamic_type): Likewise. Increase buff to 64 bytes. | |
1067 | (get_elf_section_flags): Increase buff to 33 bytes. Avoid | |
1068 | using strcat. | |
1069 | (get_dynamic_flags): Renamed to... | |
1070 | (print_dynamic_flags): ... this. Print the flags to stdout instead | |
1071 | of returning them as string. | |
1072 | (process_dynamic_section): Adjust caller. | |
1073 | ||
35515c66 L |
1074 | 2005-02-25 H.J. Lu <[email protected]> |
1075 | ||
1076 | * readelf.c (display_debug_ranges): Print out offset for end of | |
1077 | list. | |
1078 | ||
9210d879 AM |
1079 | 2005-02-23 Alan Modra <[email protected]> |
1080 | ||
1081 | * dlltool.c: Warning fixes. | |
1082 | * objdump.c: Likewise. | |
1083 | ||
dc3c06c2 AM |
1084 | 2005-02-22 Alan Modra <[email protected]> |
1085 | ||
1086 | * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler. | |
1087 | (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate | |
1088 | dependencies. Run "make dep-am". | |
1089 | * nlmconv.c: Warning fixes. | |
1090 | * readelf.c: Likewise. | |
1091 | * srconv.c: Likewise. | |
1092 | * sysdump.c: Likewise. | |
1093 | * sysinfo.y: Likewise. | |
1094 | * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead | |
1095 | of strcpy. | |
1096 | * Makefile.in: Regenerate. | |
1097 | ||
ebe372c1 L |
1098 | 2005-02-21 H.J. Lu <[email protected]> |
1099 | ||
1100 | * objcopy.c (parse_flags): Replace SEC_SHARED with | |
1101 | SEC_COFF_SHARED. | |
1102 | ||
1103 | * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and | |
1104 | SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump | |
1105 | SEC_COFF_SHARED for COFF only. | |
1106 | ||
72f47744 AM |
1107 | 2005-02-21 Alan Modra <[email protected]> |
1108 | ||
1109 | * Makefile.am: Run "make dep-am" | |
1110 | * Makefile.in: Regenerate. | |
1111 | * doc/Makefile.in: Regenerate. | |
1112 | ||
66543521 AM |
1113 | 2005-02-21 Alan Modra <[email protected]> |
1114 | ||
1115 | * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET. | |
1116 | (byte_get_little_endian): Don't handle size of -8. | |
1117 | (byte_get_signed, byte_get_big_endian): Likewise. | |
1118 | (print_dec_vma, print_hex_vma): New functions. | |
1119 | (print_vma): Use them. Return chars output. | |
1120 | (get_dynamic_data): Return a bfd_vma array. Add ent_size parm. | |
1121 | (process_symbol_table): Handle alpha and s390 .hash. | |
1122 | ||
904c75ac L |
1123 | 2005-02-18 H.J. Lu <[email protected]> |
1124 | ||
1125 | * readelf.c (display_debug_loc): Print out offset for end of | |
1126 | list. | |
1127 | ||
ac40b919 JM |
1128 | 2005-02-18 Joseph S. Myers <[email protected]> |
1129 | ||
1130 | * Makefile.am (TOOL_PROGS): Add objdump. | |
1131 | * Makefile.in: Regenerate. | |
1132 | ||
0af6db78 AM |
1133 | 2005-02-17 Alan Modra <[email protected]> |
1134 | ||
1135 | * deflex.l (YY_NO_UNPUT): Define. | |
1136 | * rclex.l (YY_NO_UNPUT): Define. | |
1137 | * rcparse.y (null_unichar): New static var. | |
1138 | (res_null_text): Use it rather than attempting to init from wchar_t. | |
1139 | * windres.c: Include assert.h and time.h before getopt.h. | |
1140 | Include config.h and unistd.h too. | |
1141 | ||
b5e6aa63 NC |
1142 | 2005-02-15 Nick Clifton <[email protected]> |
1143 | ||
1144 | * nlmconv.c: Provide a full prototype for the localtime() function | |
1145 | in order to avoid a compile time warning. | |
1146 | ||
d1f5c6e3 L |
1147 | 2005-02-11 H.J. Lu <[email protected]> |
1148 | ||
1149 | * readelf.c (group_count): Don't initialize it. | |
1150 | (process_section_groups): Reurn 1 if we won't do unwind nor | |
1151 | section groups. Set group_count to 0 before counting group | |
1152 | sections and return 1 if there are no group sections. Reread | |
1153 | SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip | |
1154 | section 0. | |
1155 | (process_object): Only set do_unwind to 0 if | |
1156 | process_section_groups return 0. | |
1157 | ||
3517749c ILT |
1158 | 2005-02-10 Ian Lance Taylor <[email protected]> |
1159 | ||
1160 | * MAINTAINERS: Update my e-mail address. | |
1161 | ||
0dffe982 MM |
1162 | 2005-02-10 Mark Mitchell <[email protected]> |
1163 | ||
1164 | * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian) | |
1165 | maintainers. | |
1166 | ||
c4cf3821 NC |
1167 | 2005-02-07 Inderpreet Singh <[email protected]> |
1168 | ||
1169 | * MAINTAINERS: Add self as maintainer of MAXQ. | |
1170 | ||
89fac5e3 RS |
1171 | 2005-01-31 Richard Sandiford <[email protected]> |
1172 | ||
1173 | * readelf.c (eh_addr_size): New variable. | |
1174 | (find_section): Move earlier in file. Return empty sections too. | |
1175 | (process_program_headers): Use find_section to find .dynamic. | |
1176 | (process_section_headers): Initialize eh_addr_size. | |
1177 | (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind) | |
1178 | (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind) | |
1179 | (display_debug_frames): Use it instead of local addr_size variable. | |
1180 | (size_of_encoded_value): Get pointer size from eh_addr_size rather | |
1181 | than is_32bit_elf. | |
1182 | ||
c46f8c51 AC |
1183 | 2005-01-31 Andrew Cagney <[email protected]> |
1184 | ||
1185 | * configure: Regenerate to track ../gettext.m4. | |
1186 | ||
d342277e NC |
1187 | 2005-01-31 Nick Clifton <[email protected]> |
1188 | ||
1189 | * version.c (print_version): Bump the copyright date to 2005. | |
1190 | ||
8615f3f2 AM |
1191 | 2005-01-25 Alan Modra <[email protected]> |
1192 | ||
1193 | * nm.c (display_rel_file): Read dynamic syms before calling | |
1194 | bfd_get_synthetic_symtab. | |
1195 | ||
84e43642 BE |
1196 | 2005-01-21 Ben Elliston <[email protected]> |
1197 | ||
1198 | * dlltool.c (dump_iat): Remove unused function. | |
1199 | (gen_exp_file): Remove #if 0'd code. | |
1200 | (make_one_lib_file): Likewise. | |
1201 | * srconv.c: Remove #if 0'd code throughout. | |
1202 | * size.c (lprint_number): Remove. | |
1203 | (print_berkeley_format): Remove #if 0'd code. | |
1204 | * ar.c (do_quick_append): Remove declaration and definiton. | |
1205 | (main): Remove #if 0'd code. | |
1206 | * filemode.c (filemodestring): Remove #if 0'd function. | |
1207 | * sysdump.c (unit_info_list): Remove function. | |
1208 | (object_body_list): Likewise. | |
1209 | (program_structure): Likewise. | |
1210 | (debug_list): Likewise. | |
1211 | (module): Remove #if 0'd code. | |
1212 | ||
619b8b60 MM |
1213 | 2005-01-20 Mark Mitchell <[email protected]> |
1214 | ||
a332ee82 MM |
1215 | * BRANCHES: Add binutils-2_15-branch. |
1216 | ||
619b8b60 MM |
1217 | * MAINTAINERS: Document branch policy. |
1218 | * BRANCHES: New file. | |
1219 | ||
e39893d7 FF |
1220 | 2005-01-19 Fred Fish <[email protected]> |
1221 | ||
1222 | * NEWS: Make note of the new MIPS disassembly option "no-aliases". | |
1223 | * doc/binutils.texi (objdump): Document the "no-aliases" | |
1224 | disassembly option. | |
1225 | ||
b09a7772 NC |
1226 | 2005-01-17 Eugene Kotlyarov <[email protected]> |
1227 | ||
1228 | PR binutils/647 | |
1229 | * rcparse.y (RCDATA): Allow a filename to be supplied as the | |
1230 | parameter. Parse it with define_rcdata_file(). | |
1231 | * resrc.c (define_rcdata_file): New function. | |
1232 | * windres.h: Provide a prototype for the new function. | |
1233 | ||
1234 | * resrc.c (define_user_file): Fix typo by replacing "font file" | |
1235 | with "file". | |
1236 | ||
ccf33464 JT |
1237 | 2005-01-16 Jason Thorpe <[email protected]> |
1238 | ||
1239 | * MAINTAINERS: Update my email address. | |
1240 | ||
a0ce7f12 DS |
1241 | 2005-01-16 Danny Smith <[email protected]> |
1242 | ||
1243 | * dlltool.c (set_dll_name_from_def): New function. Strip name | |
1244 | to basename, with warning. | |
8615f3f2 | 1245 | (def_name): Use it. |
a0ce7f12 DS |
1246 | (def_library): Likwise. |
1247 | (main): Strip arg of --dllname to basename, with warning. | |
1248 | Only use basename of exp_name when inferring dll_name. | |
1249 | ||
195a97ce NC |
1250 | 2005-01-11 Nick Clifton <[email protected]> |
1251 | ||
1252 | PR binutils/637 | |
1253 | * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the | |
1254 | footnote in order to prevent the sed script in the Makefile from | |
1255 | converting it into c++filt. | |
1256 | ||
0853c092 L |
1257 | 2005-01-10 H.J. Lu <[email protected]> |
1258 | ||
1259 | BZ 635 | |
1260 | readelf.c (saved_base_address): Removed. | |
1261 | (decode_64bit_range): Likewise. | |
1262 | (decode_range): Likewise. | |
1263 | (display_64bit_debug_ranges): Likewise. | |
1264 | (debug_info): Add range_lists, num_range_lists and | |
1265 | max_range_lists. | |
1266 | (read_and_display_attr_value): Handle do_debug_ranges. | |
1267 | (process_debug_info): Likewise. | |
1268 | (display_debug_ranges): Rewrite. | |
1269 | (process_object): Free range_lists. | |
1270 | ||
0bcb06d2 AS |
1271 | 2005-01-10 Andreas Schwab <[email protected]> |
1272 | ||
1273 | * configure.in: Don't define SKIP_ZEROES. | |
1274 | * configure: Regenerate. | |
1275 | * objdump.c (disassemble_data): Set skip_zeroes and | |
1276 | skip_zeroes_at_end in disasm_info to defaults. | |
1277 | (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define. | |
1278 | (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and | |
1279 | always define. | |
1280 | (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from | |
1281 | objdump_disasm_info. | |
1282 | ||
e54b12b7 L |
1283 | 2005-01-05 H.J. Lu <[email protected]> |
1284 | ||
1285 | * readelf.c (display_debug_loc): Display base address | |
1286 | specifiers. Always output <End of list>. | |
1287 | ||
b38c7015 L |
1288 | 2005-01-05 H.J. Lu <[email protected]> |
1289 | ||
1290 | * readelf.c (have_frame_base): New. | |
1291 | (need_base_address): Likewise. | |
1292 | (saved_base_address): Likewise. | |
1293 | (decode_location_expression): Return 1 if DW_AT_frame_base is | |
1294 | needed. | |
1295 | (debug_info): Add base_address and a have_frame_base pointer. | |
1296 | (read_and_display_attr_value): Replace saved_DW_AT_low_pc with | |
1297 | saved_base_address. Record base address. Set have_frame_base. | |
1298 | Record if a location list has DW_AT_frame_base. Display if a | |
1299 | location expression has no DW_AT_frame_base but needs one. Set | |
1300 | saved_base_address only if needed. | |
1301 | (process_debug_info): Clear have_frame_base, saved_base_address | |
1302 | and set need_base_address. | |
1303 | (display_debug_loc): Display if a location expression has no | |
1304 | DW_AT_frame_base but needs one. Display if start >= end. Don't | |
1305 | adjust for section address. Properly handle base address. | |
1306 | (process_object): Free the have_frame_base pointer in | |
1307 | debug_info. | |
1308 | ||
b0660586 L |
1309 | 2005-01-04 H.J. Lu <[email protected]> |
1310 | ||
1311 | * readelf.c (display_debug_loc): Display offsets for hole and | |
1312 | overlap. | |
1313 | (display_debug_str): Add a newline at the end. | |
1314 | ||
8b626bcf NC |
1315 | 2005-01-04 Armin Diehl <[email protected]> |
1316 | ||
1317 | PR binutils/630 | |
1318 | * nlmconv.c (main): Only store the basename of the output filename | |
1319 | in the module table. | |
1320 | ||
5b18a4bc NC |
1321 | 2005-01-04 H.J. Lu <[email protected]> |
1322 | ||
1323 | BZ 615 | |
1324 | * readelf.c (process_debug_info): New. | |
1325 | (debug_info): Add num_loc_offsets, loc_offsets and | |
1326 | last_loc_offset_p. | |
1327 | (get_debug_info): Use process_debug_info. | |
1328 | (display_debug_loc): Properly handle location list. Warn if bad | |
1329 | location lists are encoutnered. | |
1330 | (read_and_process_attr_value): New. | |
1331 | (read_and_display_attr_value): Use "%lx" for DW_FORM_data4. | |
1332 | (display_debug_info): Use process_debug_info. | |
1333 | (process_object): Also free loc_offsets in debug_information. | |
1334 | ||
180e47e2 AM |
1335 | 2004-12-31 Alan Modra <[email protected]> |
1336 | ||
1337 | * objdump.c (remove_useless_symbols): Discard section symbols. | |
1338 | ||
0c548fce L |
1339 | 2004-12-27 H.J. Lu <[email protected]> |
1340 | ||
1341 | * readelf.c (read_leb128): Support 64bit host. | |
1342 | ||
5b18a4bc NC |
1343 | 2004-12-23 Nick Clifton <[email protected]> |
1344 | ||
1345 | PR binutils/616 | |
1346 | * readelf.c (debug_info): Add 'cu_offset' field. | |
1347 | (get+pointer_size_of_comp_unit): Rename to | |
1348 | 'get_pointer_size_and_offset_of_comp_unit'. Add code to return | |
1349 | the offset of the comp_unit if requested. | |
1350 | (get_debug_info): Record comp_unit offsets as well. | |
1351 | (display_debug_lines): Call get_pointer_size_of_comp_unit. | |
1352 | (decode_location_expression): Add an extra parameter - the offset | |
1353 | of the current comp-unit. Use this when decoding the DW_OP_call2 | |
1354 | and DW_OP_call4 operators. | |
1355 | (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the | |
1356 | comp_unit offset on the decode_location_expression. | |
1357 | (read_and_display_attr_value): Pass the comp_unit offset on the | |
1358 | decode_location_expression. | |
1359 | (display_debug_frames): Pass 0 as the comp_unit offset to | |
1360 | decode_location_expression. | |
8615f3f2 | 1361 | |
76a56260 NC |
1362 | 2004-12-22 Nick Clifton <[email protected]> |
1363 | ||
1364 | * readelf.c (last_pointer_size, warned_about_missing_comp_units): | |
1365 | New variables associated with obtaining the pointer size for a | |
1366 | comp_unit. | |
1367 | (get_pointer_size_of_comp_unit): Add an extra parameter - the name | |
1368 | of the section requesting the pointer size. Use this name in | |
1369 | error messages. If there are not enough comp_units available | |
1370 | produce a warning message, but return the last known pointer size | |
1371 | so that section dumping can continue. | |
1372 | (get_debug_info): Reset the new variables. | |
1373 | (display_debug_lines): Add extra parameter to invocation of | |
1374 | get_pointer_size_of_comp_unit and remove error message when it | |
1375 | returns 0. | |
1376 | (display_debug_loc): Likewise. | |
1377 | ||
bcf32829 JB |
1378 | 2004-12-15 Jan Beulich <[email protected]> |
1379 | ||
1380 | * doc/binutils.texi: Document --strip-unneeded-symbol and | |
1381 | --strip-unneeded-symbols. | |
1382 | * objcopy.c (strip_unneeded_list): New. | |
1383 | (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL | |
1384 | and OPTION_STRIP_UNNEEDED_SYMBOLS. | |
1385 | (copy_options): Add --strip-unneeded-symbol and | |
1386 | --strip-unneeded-symbols. | |
1387 | (copy_usage): Likewise. | |
1388 | (filter_symbols): Suppress copying of symbol if in strip_unneeded_list | |
1389 | and the symbol is not needed. | |
1390 | (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and | |
1391 | OPTION_STRIP_UNNEEDED_SYMBOLS. | |
1392 | ||
ebcb91b7 ILT |
1393 | 2004-12-09 Ian Lance Taylor <[email protected]> |
1394 | ||
1395 | * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000. | |
1396 | ||
a2f33459 BE |
1397 | 2004-12-08 Ben Elliston <[email protected]> |
1398 | ||
1399 | * arlex.l: Fix formatting. | |
1400 | ||
36607f99 BE |
1401 | 2004-12-08 Ben Elliston <[email protected]> |
1402 | ||
1403 | * doc/Makefile.am (config.texi): Emit a @set UPDATED command to | |
1404 | config.texi whose value is the current month and year. | |
1405 | * doc/Makefile.in: Rebuild. | |
1406 | * doc/binutils.texi: Set the document subtitle to be the value of | |
1407 | the Texinfo UPDATED variable (obtained from config.texi). | |
1408 | ||
2aa9814e BE |
1409 | 2004-12-07 Ben Elliston <[email protected]> |
1410 | ||
1411 | PR binutils/249 | |
1412 | * doc/binutils.texi (def file format): New node. | |
1413 | (dlltool): Use the tool name as the @chapter name, like all the | |
1414 | other binutils. Use @file{.def} throughout for consistency. | |
1415 | ||
c7de9216 BE |
1416 | 2004-12-06 Ben Elliston <[email protected]> |
1417 | ||
1418 | * dlltool.c: Comment fix. | |
1419 | ||
2423fbe6 BE |
1420 | 2004-12-06 Ben Elliston <[email protected]> |
1421 | ||
1422 | * doc/binutils.texi: Update copyright years. | |
1423 | ||
73fb7068 RS |
1424 | 2004-12-03 Richard Sandiford <[email protected]> |
1425 | ||
1426 | * MAINTAINERS: Remove mention of config.if. | |
1427 | ||
32118081 NC |
1428 | 2004-11-30 Tero Niemela <[email protected]> |
1429 | ||
1430 | * Makefile.am: Change LOCALEDIR to $(datadir)/share. | |
1431 | * Makefile.in: Regenerate. | |
1432 | ||
2b25cacb ILT |
1433 | 2004-11-10 Ian Lance Taylor <[email protected]> |
1434 | ||
1435 | PR binutils/536 | |
1436 | * stabs.c (stab_demangle_template): Call stab_demangle_count | |
1437 | rather than stab_demangle_get_count to get the length of a pointer | |
1438 | target. | |
1439 | ||
74aba8aa DS |
1440 | 2004-11-10 Danny Smith <[email protected]> |
1441 | ||
1442 | * defparse.y: Remove unnecessary commas from token list. | |
1443 | ||
977cdf5a NC |
1444 | 2004-11-08 Aaron W. LaFramboise <[email protected]> |
1445 | ||
1446 | * doc/binutils.texi (nm): Update description of weak symbols. | |
1447 | ||
18bd398b NC |
1448 | 2004-11-03 Nick Clifton <[email protected]> |
1449 | ||
1450 | * readelf.c (do_debug_ranges): New variable. | |
1451 | (usage): Document new switch: -wR or --debug-dump=Ranges. | |
1452 | (parse_args): Handle new switch. Replace switch statement for the | |
1453 | long options with a more compact table structure. | |
1454 | (process_section_headers): Allow the dumping of .debug_ranges | |
1455 | sections if so requested. | |
1456 | (debug_displays): Likewise. | |
1457 | (load_debug_range): New function: Grabs the contents of a | |
1458 | .debug_ranges section. | |
1459 | (free_debug_range): New function: Releases the grabbed | |
1460 | .debug_ranges section. | |
1461 | (decode_64bit_range): New function: Displays a 64-bit range in a | |
1462 | .debug_ranges section. | |
1463 | (decode_range): New function: Displays a 32-bit range in a | |
1464 | .debug_ranges section. | |
1465 | (read_and_display_attr_value): Record the value of DW_AT_low_pc | |
1466 | attributes. Use decode_ranges() to display a DW_AT_ranges | |
1467 | attribute. | |
1468 | (display_debug_info): Use load_debug_range() and | |
1469 | free_debug_range(). | |
1470 | (display_64bit_debug_ranges): New function. Displays the contents | |
1471 | of a 64-bit format .debug_ranges section. | |
1472 | (display_debug_ranges): New function: Displays the contents of a | |
1473 | 32-bit .debug_ranges section. | |
8615f3f2 | 1474 | |
18bd398b NC |
1475 | (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the |
1476 | global scope. | |
1477 | (process_object): Initialise the dump_sects array from the | |
1478 | cmdline_dump_sects array before processing each object file. | |
1479 | ||
1480 | (streq, strneq): New macros. Use them to replace occurrences of | |
1481 | strcmp() and strncmp(). | |
1482 | ||
1483 | (debug_information): New structure array to replace | |
1484 | debug_line_pointer_sizes array. | |
1485 | (num_debug_info_entries): New variable to replace | |
1486 | num_debug_line_pointers. | |
1487 | (get_pointer_size_of_comp_unit): New function: Returns the pointer | |
1488 | size of a given compilation unit. | |
1489 | (get_debug_info): New function to replace | |
1490 | get_debug_line_pointer_sizes. | |
1491 | (display_debug_lines): Use the new functions. | |
1492 | (display_debug_loc): Likewise. | |
8615f3f2 | 1493 | |
18bd398b NC |
1494 | (disassemble_section): Change return type to int. |
1495 | (display_debug_lines): Move local variables to their | |
1496 | innermost scope. | |
1497 | (display_debug_section): Likewise. Also record the return value | |
1498 | of functions called and pass this back to the parent. Also only | |
1499 | warn about undumped sections when the user explicitly requested | |
1500 | their dumping. | |
1501 | ||
1502 | (debug_apply_rela_addends): Allow relocations against STT_OBJECT | |
1503 | types as well. | |
8615f3f2 | 1504 | |
18bd398b NC |
1505 | * NEWS: Mention the support for decoding .debug_ranges sections. |
1506 | * doc/binutils.texi: Document the new command line switch to | |
1507 | readelf. | |
1508 | ||
57346661 AM |
1509 | 2004-11-03 Randolph Chung <[email protected]> |
1510 | ||
1511 | * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from | |
1512 | unw_aux_info and unw_table_entry. | |
1513 | (find_symbol_for_address): Pass symtab and strtab info explicitly. | |
1514 | (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_ | |
1515 | prefix. | |
1516 | (slurp_ia64_unwind_table): Likewise. | |
1517 | (ia64_process_unwind): Rename from old process_unwind. | |
1518 | (hppa_unw_aux_info): New. | |
1519 | (dump_hppa_unwind): New. | |
1520 | (slurp_hppa_unwind_table): New. | |
1521 | (hppa_process_unwind): New. | |
1522 | (process_unwind): Factor out common unwinding checks; dispatch to | |
1523 | unwind handler based on machine type. | |
1524 | ||
935d0bca NC |
1525 | 2004-11-02 Nick Clifton <[email protected]> |
1526 | ||
1527 | * readelf.c (display_debug_lines): Fix typo in error message. | |
1528 | ||
1ec5cd37 NC |
1529 | 2004-10-26 Mark Mitchell <[email protected]> |
1530 | ||
1531 | * readelf.c (get_note_type): Handle notes not in core files. | |
1532 | (process_note_sections): New function. | |
1533 | (process_corefile_contents): Rename to ... | |
1534 | (process_notes): ... this. | |
1535 | (process_object): Call process_notes, not | |
1536 | process_corefile_contents. | |
1537 | * doc/binutils.texi: Update readelf -n documentation. | |
1538 | ||
b3f21e4a JJ |
1539 | 2004-10-26 Jakub Jelinek <[email protected]> |
1540 | ||
1541 | * ar.c (extract_file): Set atime to mtime for ar xo. | |
1542 | ||
2b4c4cc4 ILT |
1543 | 2004-10-25 Ian Lance Taylor <[email protected]> |
1544 | ||
1545 | * stabs.c (stab_demangle_v3_arglist): New static function, broken | |
1546 | out of stab_demangle_v3_argtypes. | |
1547 | (stab_demangle_v3_argtypes): Call it. | |
1548 | (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE. | |
1549 | If we find an unrecognized component, print out its number. | |
1550 | ||
1ffa9a18 L |
1551 | 2004-10-25 David Mosberger <[email protected]> |
1552 | ||
1553 | * readelf.c (slurp_ia64_unwind_table): Support relocations against | |
1554 | non-section symbols by adding in the symbol value. | |
1555 | ||
d79b3d50 NC |
1556 | 2004-10-25 Nick Clifton <[email protected]> |
1557 | ||
1558 | PR 465 | |
1559 | * readelf.c (dynamic_strings_length): New global variable. | |
1560 | (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing | |
1561 | strings in the dynamic string table. | |
1562 | (process_section_headers): Initialise dynamic_strings_length. | |
1563 | (process_dynamic_section): Likewise. | |
1564 | (process_object): Reset dynamic_string_length when the buffer is freed. | |
1565 | (dynamic_sections_mips_val): Use the new macros. | |
1566 | (process_dynamic_section): Likewise. | |
1567 | (process_version_sections): Likewise. | |
1568 | (process_symbol_table): Likewise. | |
1569 | (process_syminfo): Likewise. | |
1570 | (process_mips_specific): Likewise. | |
1571 | (dump_relocations): Add a new parameter 'strtablen' and use this | |
1572 | to verify that string offset in a given reloc is valid. Print a | |
1573 | suitable error message otherwise. | |
1574 | (process_relocs): Pass the new argument to dump_relocations. | |
1575 | ||
0fd555c4 NC |
1576 | 2004-10-23 Aaron W. LaFramboise <[email protected]> |
1577 | ||
1578 | * dlltool.c: Include <assert.h>. | |
1579 | (PREFIX_ALIAS_BASE): Define. | |
1580 | (struct export): Add member import_name; | |
1581 | (def_exports): Set import_name. | |
1582 | (make_one_lib_file): Remove prefix alias code, use import_name | |
1583 | in .idata$6. | |
1584 | (gen_lib_file): Create and delete aliases. | |
1585 | ||
5ab0c1a1 L |
1586 | 2004-10-19 H.J. Lu <[email protected]> |
1587 | ||
1588 | * readelf.c (process_section_groups): Free symtab after use. | |
1589 | ||
d412a550 NC |
1590 | 2004-10-18 Tommy Pettersson <[email protected]> |
1591 | Nick Clifton <[email protected]> | |
1592 | ||
1593 | * strings.c (usage): Place radix values for -t option into the | |
1594 | correct order. | |
1595 | ||
1596 | * objcopy.c (add_redefine_syms_file): Change error messages to use | |
1597 | <filename>:<linenumber>: format for easier parsing by automatic | |
1598 | tools. | |
1599 | ||
1600 | * srconv.c (show_usage): Fix spelling typo. | |
1601 | ||
1602 | * windres.c (format_from_filename): Suggest the use of -J instead | |
1603 | of -I if the file type cannot be determined. | |
1604 | ||
fb608b92 NC |
1605 | 2004-10-18 Aaron W. LaFramboise <[email protected]> |
1606 | ||
1607 | * strings.c: Include <sys/stat.h>. | |
1608 | ||
2bb2d727 AM |
1609 | 2004-10-18 Alan Modra <[email protected]> |
1610 | ||
7f67d4c9 AM |
1611 | * budemang.c (demangle): Fix thinko. |
1612 | ||
2bb2d727 AM |
1613 | * budemang.c (demangle): Handle "@plt" suffix. |
1614 | ||
61bbd35b NC |
1615 | 2004-10-14 Nick Clifton <[email protected]> |
1616 | ||
1617 | * nm.c (usage): Fix description of --special-syms switch. | |
1618 | ||
fb5b5478 JJ |
1619 | 2004-10-13 Jakub Jelinek <[email protected]> |
1620 | ||
1621 | * strings.c (statbuf): New typedef. | |
1622 | (file_stat): Define. | |
1623 | (strings_object_file): Avoid using get_file_size, instead do the | |
1624 | checks here, using file_stat. | |
1625 | * configure.in (HAVE_STAT64): New test. | |
1626 | * configure: Rebuilt. | |
1627 | * config.in: Rebuilt. | |
1628 | ||
8cb51566 PB |
1629 | 2004-10-12 Paul Brook <[email protected]> |
1630 | ||
1631 | * readelf.c (decode_ARM_machine_flags): Support EABI version 4. | |
1632 | ||
83ef0798 AM |
1633 | 2004-10-11 Alan Modra <[email protected]> |
1634 | ||
1635 | * objdump.c (dump_symbols): Fix thinko last change. Improve error | |
1636 | messages. | |
1637 | ||
3c9458e9 NC |
1638 | 2004-10-08 Nick Clifton <[email protected]> |
1639 | ||
1640 | * nm.c: Add a new switch --special-syms which, if enabled, will | |
1641 | include the ARM Mapping symbols in nm's output. | |
1642 | (usage): Mention the switch. | |
1643 | (filter_symbols): Handle the switch. | |
1644 | * objdump.c: Add a similar switch. | |
1645 | (usage): Mention the switch. | |
1646 | (dump_symbols): Handle the switch. | |
1647 | * doc/binutils.texi: Document the new switches. | |
1648 | * NEWS: Mention the new switches. | |
1649 | ||
d2b2c203 DJ |
1650 | 2004-10-08 Daniel Jacobowitz <[email protected]> |
1651 | ||
1652 | * readelf.c (get_x86_64_section_type_name): New function. | |
1653 | (get_section_type_name): Use it. | |
1654 | ||
d67a454c NC |
1655 | 2004-10-08 Aaron W. LaFramboise <[email protected]> |
1656 | ||
1657 | * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04 | |
1658 | patches. | |
1659 | * doc/binutils.texi (dlltool): Revert 2004-09-06 patch. | |
1660 | ||
1c877e87 AO |
1661 | 2004-10-07 Alexandre Oliva <[email protected]> |
1662 | ||
1663 | * readelf.c (get_machine_flags): Don't fall through into m68k cpu | |
1664 | types. | |
1665 | ||
40a18ebd NC |
1666 | 2004-10-01 Paul Brook <[email protected]> |
1667 | ||
1668 | * readelf.c (get_arm_section_type_name): New function. | |
1669 | (get_section_type_name): Use it. | |
1670 | ||
382c1116 NC |
1671 | 2004-09-28 Nick Clifton <[email protected]> |
1672 | ||
eb1ab0cf | 1673 | * nm.c: Reorder functions to eliminate most of the static function |
382c1116 NC |
1674 | prototypes. |
1675 | ||
cbaa0dc5 AM |
1676 | 2004-09-22 Alan Modra <[email protected]> |
1677 | ||
1678 | * readelf.c (process_program_headers): Don't include .tbss in non-TLS | |
1679 | segments. | |
1680 | ||
3443c1ae AM |
1681 | 2004-09-17 Alan Modra <[email protected]> |
1682 | ||
1683 | * Makefile.am: Run "make dep-am". | |
1684 | * Makefile.in: Regenerate. | |
1685 | * config.in: Regenerate. | |
1686 | * configure: Regenerate. | |
1687 | * doc/Makefile.in: Regenerate. | |
1688 | * po/binutils.pot: Regenerate. | |
1689 | ||
74013231 AM |
1690 | 2004-09-12 Alan Modra <[email protected]> |
1691 | ||
1692 | * readelf.c (decode_location_expression): Sign extend value for | |
1693 | DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip. | |
1694 | ||
360589e8 NC |
1695 | 2004-09-09 Nick Clifton <[email protected]> |
1696 | ||
1697 | PR 363 | |
1698 | * ar.c (replace_members): Do not use get_file_size as | |
1699 | ar_emul_append correctly handles missing files. | |
1700 | ||
d15b04bd L |
1701 | 2004-09-07 H.J. Lu <[email protected]> |
1702 | ||
1703 | * configure: Regenerated with autconfig 2.13. | |
1704 | ||
d597aff7 DS |
1705 | 2004-09-06 Danny Smith <[email protected]> |
1706 | ||
74013231 AM |
1707 | * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at |
1708 | documentation. | |
d597aff7 | 1709 | |
04c34128 NC |
1710 | 2004-09-06 Michael Wardle <[email protected]> |
1711 | ||
3023b782 | 1712 | * doc/binutils.texi (objdump): Document that the -x switch includes |
04c34128 NC |
1713 | the effect of the -p switch. |
1714 | ||
d597aff7 | 1715 | 2004-09-04 Danny Smith <[email protected]> |
5df31fad | 1716 | |
6cef8f72 DS |
1717 | * dlltool.c (make_one_lib_file): Test if internal_name was |
1718 | specified by user before using it. | |
5df31fad | 1719 | |
74013231 | 1720 | 2004-09-02 Carlo Wood <[email protected]> |
5885be89 NC |
1721 | |
1722 | PR binutils/351 | |
1723 | * dlltool.c (make_one_lib_file): For IDATA6 take the name from | |
1724 | exp->internal_name if it is present. | |
1725 | ||
ec2dfb42 AO |
1726 | 2004-09-02 Alexandre Oliva <[email protected]> |
1727 | ||
1728 | * MAINTAINERS: Add self as co-maintainer of FR-V. | |
1729 | * readelf.c (get_machine_flags): Print FR-V cpu types. | |
1730 | ||
0873df2a AM |
1731 | 2004-08-28 Alan Modra <[email protected]> |
1732 | ||
1733 | * nm.c (show_synthetic): New var. | |
1734 | (long_options): Add "synthetic". | |
1735 | (usage): Here too. | |
1736 | (display_rel_file): Handle show_synthetic. | |
1737 | ||
c9727e01 AM |
1738 | 2004-08-28 Alan Modra <[email protected]> |
1739 | ||
1740 | * objdump.c (dump_bfd): Pass both symbol tables to | |
1741 | bfd_get_synthetic_symtab. | |
1742 | ||
90e3cdf2 JJ |
1743 | 2004-08-17 Jakub Jelinek <[email protected]> |
1744 | ||
1745 | * objdump.c (dump_bfd): For relocatable objects, pass syms instead | |
1746 | of dynsyms to bfd_get_synthetic_symtab. | |
1747 | ||
d84de024 AM |
1748 | 2004-08-16 Alan Modra <[email protected]> |
1749 | ||
1750 | * readelf.c (debug_apply_rela_addends): New function, extracted from.. | |
1751 | (display_debug_info): ..here. | |
1752 | (display_debug_frames): Call debug_apply_rela_addends. Don't do | |
1753 | DW_EH_PE_pcrel adjustment for ET_REL. | |
1754 | ||
efcb5b0e AS |
1755 | 2004-08-06 Andreas Schwab <[email protected]> |
1756 | ||
1757 | * readelf.c (dump_relocations): Fix typo when calculating | |
1758 | sec_index. | |
1759 | ||
d3cde3af NC |
1760 | 2004-08-02 Jakub Bogusz <[email protected]> |
1761 | ||
1762 | * dllwrap.c (deduce_name): Fix typos introduced when program_name | |
1763 | was renamed to prog_name. | |
1764 | ||
1d70c7fb AO |
1765 | 2004-07-29 Alexandre Oliva <[email protected]> |
1766 | ||
1767 | * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and | |
1768 | EF_SH2A_NOFPU. | |
1769 | ||
ccde1100 AO |
1770 | 2004-07-28 Alexandre Oliva <[email protected]> |
1771 | ||
1772 | 2003-07-08 Alexandre Oliva <[email protected]> | |
1773 | * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and | |
1774 | EF_SH4A_NOFPU. | |
1775 | 2003-06-12 Alexandre Oliva <[email protected]> | |
1776 | * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name. | |
1777 | ||
082b7297 L |
1778 | 2004-07-21 H.J. Lu <[email protected]> |
1779 | ||
1780 | * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section | |
1781 | to access comdat. | |
1782 | * objdump.c (dump_section_header): Likewise. | |
1783 | ||
44a6d974 NC |
1784 | 2004-07-15 Aravinda PR <[email protected]> |
1785 | ||
1786 | * nlmconv.c (main): Pass map_file argument to link_inputs. | |
1787 | (link_inputs): Use map_file argument if it is defined. | |
1788 | ||
61513dc1 NC |
1789 | 2004-07-13 Nick Clifton <[email protected]> |
1790 | ||
1791 | * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid | |
1792 | conflicts with exported global defined in bucomm.h. | |
1793 | (deduce_name): Rename parameter 'program_name' to 'name' to avoid | |
1794 | shadowing the global defined in bucomm.h. | |
1795 | ||
607dea97 NC |
1796 | 2004-07-12 Aaron W. LaFramboise <[email protected]> |
1797 | ||
1798 | * dlltool.c (ext_prefix_alias): New global variable. | |
1799 | (make_one_lib_file): Add aliases with prefixes for external | |
1800 | and import definitions. | |
1801 | (usage): Document -p option. | |
1802 | (long_options): Add --ext-prefix-alias option. | |
1803 | (main): Handle -p. | |
1804 | * doc/binutils.texi: Document new switch. | |
1805 | * NEWS: Mention new switch. | |
1806 | ||
2758961a NC |
1807 | 2004-07-09 Aaron W. LaFramboise <[email protected]> |
1808 | ||
1809 | * binutils/dlltool.c (asm_prefix): Add parameter: name. | |
1810 | No underscore for symbols beginning with ?. | |
1811 | (ASM_PREFIX): Add parameter: NAME. | |
1812 | (gen_exp_file): Use new parameter. | |
1813 | (make_label): Likewise. | |
1814 | (make_imp_label): Likewise. | |
1815 | (make_one_lib_file): Likewise. | |
1816 | ||
1fe1f39c NC |
1817 | 2004-07-07 Tomer Levi <[email protected]> |
1818 | ||
1819 | * MAINTAINERS: Added myself to the list. | |
1820 | * readelf.c: Include "elf/crx.h". | |
1821 | (guess_is_rela): Handle EM_CRX. | |
1822 | (get_machine_name): Likewise. | |
1823 | (dump_relocations): Likewise. | |
1824 | ||
c87db184 CF |
1825 | 2004-07-03 Aaron W. LaFramboise <[email protected]> |
1826 | ||
1827 | * doc/binutils.texi (nm): Clarify weak symbol description. | |
1828 | ||
fb7b006e BE |
1829 | 2004-06-24 Ben Elliston <[email protected]> |
1830 | ||
1831 | * readelf.c (get_segment_type): Display "GNU_STACK", not just | |
1832 | "STACK", when a PT_GNU_STACK segment is encountered. | |
1833 | ||
eea6121a AM |
1834 | 2004-06-24 Alan Modra <[email protected]> |
1835 | ||
1836 | * objcopy.c (copy_section): Don't set _cooked_size. | |
1837 | ||
fb514b26 AM |
1838 | 2004-06-22 Alan Modra <[email protected]> |
1839 | ||
ba2685cc AM |
1840 | * readelf.c (Elf32_Word): Delete. |
1841 | (get_32bit_dynamic_section): Handle SGI ELF dynamic segment. | |
1842 | (get_64bit_dynamic_section): Likewise. | |
1843 | ||
1844 | * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry. | |
1845 | (get_64bit_dynamic_section): Likewise. | |
1846 | ||
86dba8ee AM |
1847 | * readelf.c (dynamic_nent): New variable. |
1848 | (get_32bit_dynamic_section): Set it. | |
1849 | (get_64bit_dynamic_section): Here too. | |
1850 | (process_dynamic_section): Use it instead of dynamic_size. | |
1851 | (process_syminfo): Likewise. | |
1852 | ||
fb514b26 AM |
1853 | * readelf.c (get_32bit_dynamic_section): Correct number of entries |
1854 | translated from external to internal form. | |
1855 | (get_64bit_dynamic_section): Likewise. | |
1856 | ||
b2d38a17 NC |
1857 | 2004-06-18 Jie Zhang <[email protected]> |
1858 | ||
1859 | * readelf.c (process_program_headers): When locating the dynamic | |
1860 | section use the section table if it is present. | |
1861 | (dynamic_segment): Renamed to dynamic_section. | |
1862 | Replace references to dynamic segment with references to dynamic | |
1863 | section, except where appropriate. | |
1864 | (dynamic_segment_mips_val): Rename to dynamic_section_mips_val. | |
1865 | (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val. | |
1866 | (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val. | |
1867 | (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section. | |
1868 | Remove tag counting code as it is no longer needed. | |
1869 | (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section. | |
1870 | Remove tag counting code as it is no longer needed. | |
1871 | (process_dynamic_segment): Rename to process_dynamic_section. | |
eea6121a | 1872 | |
135dfb4a AM |
1873 | 2004-06-15 Alan Modra <[email protected]> |
1874 | ||
1875 | * objcopy.c (copy_section): Use bfd_get_section_size instead of | |
1876 | _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done. | |
1877 | (compare_section_lma): Likewise. | |
1878 | * addr2line.c (find_address_in_section): Likewise. | |
1879 | * coffgrok.c (do_sections_p1): Likewise. | |
1880 | * dlltool.c (scan_drectve_symbols): Likewise. | |
1881 | * nlmconv.c (main): Likewise. | |
1882 | (copy_sections): Likewise. | |
1883 | (powerpc_mangle_relocs): Likewise. | |
1884 | * objdump.c (disassemble_section): Likewise. | |
1885 | * prdbg.c (find_address_in_section): Likewise. | |
1886 | * size.c (berkeley_sum): Likewise. | |
1887 | * srconv.c (wr_ob): Likewise. | |
1888 | * strings.c (strings_a_section): Likewise. | |
1889 | ||
90e01f86 ILT |
1890 | 2004-05-28 Ian Lance Taylor <[email protected]> |
1891 | ||
1892 | * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT. | |
1893 | ||
80fccad2 BW |
1894 | 2004-05-17 David Heine <[email protected]> |
1895 | ||
eea6121a | 1896 | * objcopy.c (setup_bfd_headers): New function. |
80fccad2 BW |
1897 | (copy_object): Call setup_bfd_headers. |
1898 | ||
0da76f83 NC |
1899 | 2004-05-13 Paul Brook <[email protected]> |
1900 | ||
1901 | * readelf.c (display_debug_frames): Handle dwarf3 format CIE | |
1902 | entries. | |
1903 | ||
9598fbe5 NC |
1904 | 2004-05-13 Nick Clifton <[email protected]> |
1905 | ||
1906 | * po/fr.po: Updated French translation. | |
1907 | ||
8c37241b JJ |
1908 | 2004-05-11 Jakub Jelinek <[email protected]> |
1909 | ||
1910 | * readelf.c (get_segment_type): Handle PT_GNU_RELRO. | |
1911 | ||
e4b17d5c L |
1912 | 2004-05-07 H.J. Lu <[email protected]> |
1913 | ||
1914 | * readelf.c (section_groups): New. | |
1915 | (group_count): New. | |
1916 | (section_headers_groups): New. | |
1917 | (process_section_groups): Populate group_count, section_groups | |
1918 | and section_headers_groups. | |
1919 | (process_unwind): Support section group. | |
1920 | (process_object): Always call process_section_groups. Free | |
1921 | section_groups and section_headers_groups. | |
1922 | ||
f2da459f L |
1923 | 2004-04-30 H.J. Lu <[email protected]> |
1924 | ||
1925 | * readelf.c (process_section_headers): Use %3lu on sh_info. | |
1926 | ||
f8935895 NC |
1927 | 2004-04-30 Michael Deutschmann <[email protected]> |
1928 | ||
1929 | * ranlib.sh: Quote $1 argument in case it contains spaces. | |
1930 | ||
1931 | 2004-04-27 John Paul Wallington <[email protected]> | |
a95b5cf9 AM |
1932 | |
1933 | * objcopy.c (copy_usage, strip_usage): Fix spelling. | |
1934 | ||
f5842774 L |
1935 | 2004-04-26 H.J. Lu <[email protected]> |
1936 | ||
1937 | * readelf.c (do_section_groups): New. | |
1938 | (options): Add --section-groups/-g. | |
1939 | (usage): Mention --section-groups/-g. | |
1940 | (parse_args): Support --section-groups/-g. | |
1941 | (get_group_flags): New. | |
1942 | (process_section_groups): New. | |
1943 | (process_object): Call process_section_groups. | |
1944 | ||
46212538 AM |
1945 | 2004-04-24 Alan Modra <[email protected]> |
1946 | ||
1947 | * objdump.c (disassemble_section): Don't disassemble sections | |
1948 | without SEC_HAS_CONTENTS. | |
1949 | ||
4c45e5c9 JJ |
1950 | 2004-04-22 Jakub Jelinek <[email protected]> |
1951 | ||
1952 | * objdump.c (synthsyms, synthcount): New variables. | |
1953 | (disassemble_data): Use dynsyms for stripped binaries or libraries. | |
1954 | Add synthetized symbols. | |
1955 | (dump_bfd): For disassemble, initialize dynsyms always and | |
1956 | also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count | |
1957 | before returning. | |
1958 | ||
e9f87780 AM |
1959 | 2004-04-14 Alan Modra <[email protected]> |
1960 | ||
1961 | * strings.c (print_strings): Cast file_off to unsigned long in | |
1962 | printf arg list. | |
1963 | ||
1ba93119 AM |
1964 | 2004-04-07 Benjamin Monate <[email protected]> |
1965 | ||
1966 | PR 86 | |
1967 | * arsup.c (ar_save): Use smart_rename. | |
1968 | ||
935a41f5 NC |
1969 | 2004-04-01 Dean Luick <[email protected]> |
1970 | ||
1971 | * readelf.c (display_debug_pubnames): Align offset and data | |
1972 | columns. | |
1973 | (read_and_display_attr_value): Add missing break; | |
1974 | (debug_displays): Enable the display of the .debug_pubtypes | |
1975 | section. | |
1976 | ||
92e25cf8 SS |
1977 | 2004-03-30 Stan Shebs <[email protected]> |
1978 | ||
1979 | * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW | |
1980 | support files, no longer used. | |
1981 | ||
d507cf36 PB |
1982 | 2004-03-23 Paul Brook <[email protected]> |
1983 | ||
1984 | * readelf.c (decode_ARM_machine_flags): Add EABI v3. | |
1985 | ||
8c9a9879 RH |
1986 | 2004-03-21 Richard Henderson <[email protected]> |
1987 | ||
1988 | * readelf.c (display_debug_frames): Don't crash for mismatched | |
1989 | DW_CFA_restore_state. | |
1990 | ||
6ece5c52 AM |
1991 | 2004-03-19 Alan Modra <[email protected]> |
1992 | ||
1993 | * Makefile.am: Run "make dep-am". | |
1994 | * Makefile.in: Regenerate. | |
1995 | * aclocal.m4: Regenerate. | |
1996 | * config.in: Regenerate. | |
1997 | * configure: Regenerate. | |
1998 | * po/binutils.pot: Regenerate. | |
1999 | ||
6f104306 NS |
2000 | 2004-03-15 Nathan Sidwell <[email protected]> |
2001 | ||
2002 | * objdump.c (struct SFILE): Replace current pointer with pos | |
2003 | offset, rename size to alloc. | |
2004 | (objdump_sprintf): Avoid unnecessary copies in the common case | |
2005 | (disassemble_bytes): Keep sfile live throughout the | |
2006 | function. Adjust usage appropriately. | |
2007 | ||
523f6a27 BE |
2008 | 2004-03-10 Ben Elliston <[email protected]> |
2009 | ||
2010 | * MAINTAINERS: Update my mail address. | |
2011 | ||
7aa52b1f NC |
2012 | 2004-03-08 Danny Smith <[email protected]> |
2013 | ||
2014 | * deflex.l: Handle "PRIVATE" string. | |
2015 | * defparse.y (%token): Add PRIVATE. | |
2016 | (%type): Add opt_PRIVATE. | |
2017 | (expline): Pass opt_PRIVATE to def_exports. | |
2018 | (opt_PRIVATE): Handle PRIVATE token. | |
2019 | * dlltool.h (def_exports): Add 7th param for private flag to | |
2020 | declaration. | |
2021 | * dlltool.c: Add PRIVATE to comment on EXPORTS syntax. | |
2022 | (struct export): Add 'private' field. | |
2023 | (def_exports): Set 'private' field of struct exports. | |
2024 | (scan_drectve_symbols): Adjust calls to def_exports. | |
2025 | (scan_filtered_symbols): Likewise. | |
2026 | (dump_def_info): Print 'private' field. | |
2027 | (gen_def_file): Likewise. | |
2028 | (gen_lib_file): Skip generation of lib object if private. | |
2029 | Delete tmp object files in same order as they were generated. | |
2030 | Don't delete non-existent private object files. | |
2031 | ||
af865222 AS |
2032 | 2004-02-27 Andreas Schwab <[email protected]> |
2033 | ||
2034 | * ar.c (main): Support POSIX-compatible argument parsing. | |
2035 | ||
c7e7ca54 NC |
2036 | 2004-02-23 Daniel Lucq <[email protected]> |
2037 | ||
2038 | * readelf.c (process_mips_specific): Print conflictsno as an | |
2039 | unsigned long. | |
2040 | ||
eff21b8e CF |
2041 | 2004-02-21 Dmitry Timoshkov <[email protected]> |
2042 | ||
2043 | * dlltool.c (gen_exp_file): Always output names for forwarded symbols. | |
2044 | ||
2f01ffbf JJ |
2045 | 2004-02-19 Jakub Jelinek <[email protected]> |
2046 | ||
2047 | * objcopy.c (copy_section): Avoid warnings. | |
2048 | ||
c92c35e7 AC |
2049 | 2004-02-14 Andrew Cagney <[email protected]> |
2050 | ||
2051 | * ar.c (remove_output): Use bfd_cache_close. | |
2052 | * arsup.c (ar_end): Ditto. | |
2053 | ||
9d241085 RM |
2054 | 2004-01-21 Roland McGrath <[email protected]> |
2055 | ||
2056 | * readelf.c (get_note_type): Match NT_AUXV. | |
2057 | ||
d99e9f4d NC |
2058 | 2004-01-20 Nick Clifton <[email protected]> |
2059 | ||
2060 | * version.c (print_version): Update copyright year to 2004. | |
2061 | ||
f8b73030 MR |
2062 | 2004-01-14 Maciej W. Rozycki <[email protected]> |
2063 | ||
2064 | * acinclude.m4: Quote names of macros to be defined by AC_DEFUN | |
2065 | throughout. | |
2066 | * aclocal.m4: Regenerate. | |
2067 | * configure: Regenerate. | |
2068 | ||
f0312d39 JJ |
2069 | 2004-01-12 Jakub Jelinek <[email protected]> |
2070 | ||
2071 | * objcopy.c: Include elf-bfd.h. | |
2072 | (is_strip_section): Don't strip debugging sections if | |
2073 | STRIP_NONDEBUG. | |
2074 | (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections | |
2075 | ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS. | |
2076 | ||
2077 | * objcopy.c (copy_section): Free relpp if relcount == 0. | |
2078 | ||
041821e6 ILT |
2079 | 2004-01-12 Ian Lance Taylor <[email protected]> |
2080 | ||
2081 | * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names. | |
2082 | (stab_demangle_argtypes): Likewise. | |
2083 | (stab_demangle_v3_argtypes): New static function. | |
2084 | (stab_demangle_v3_arg): New static function. | |
2085 | ||
950d48e7 NC |
2086 | 2004-01-12 Nick Clifton <[email protected]> |
2087 | ||
2088 | * objcopy.c (copy_object): Make the function boolean, returning | |
2089 | FALSE upon failure. | |
eea6121a AM |
2090 | (copy_archive): Handle the return value from copy_object. |
2091 | (copy_file): Likewise. | |
950d48e7 | 2092 | |
d9296b18 NC |
2093 | 2004-01-07 Nick Clifton <[email protected]> |
2094 | ||
2095 | * readelf.c (find_section): New function. Locates a named | |
2096 | section. | |
2097 | (get_debug_line_pointer_sizes): New function: Initialises the | |
2098 | debug_line_pointer_sizes array. | |
eea6121a AM |
2099 | (display_debug_lines): Call get_debug_line_pointer_sizes. |
2100 | (display_debug_loc): Likewise. | |
2101 | (load_debug_loc): Use find_section. | |
2102 | (load_debug_str): Likewise. | |
2103 | (display_debug_info): Likewise. | |
2104 | (prescan_debug_info): Delete. | |
2105 | (debug_displays): Remove prescan field. | |
2106 | (process_section_contents): Do not perform prescans. | |
d9296b18 | 2107 | |
5e675b72 AM |
2108 | 2004-01-03 Alan Modra <[email protected]> |
2109 | ||
2110 | * objcopy.c (filter_bytes): Delete. Move code to.. | |
2111 | (copy_section): ..here. Simplify size adjustment. Divide | |
2112 | section lma by interleave. | |
2113 | ||
f0660b73 NC |
2114 | 2004-01-02 Nick Clifton <[email protected]> |
2115 | ||
2116 | * po/ru.po: New file: Russian translation. | |
2117 | * configure.in (ALL_LINGUAS): Add ru | |
2118 | * configure: Regenerate. | |
eb18fd22 | 2119 | |
c9e214e5 | 2120 | For older changes see ChangeLog-0203 |
252b5132 RH |
2121 | \f |
2122 | Local Variables: | |
2123 | mode: change-log | |
2124 | left-margin: 8 | |
2125 | fill-column: 74 | |
2126 | version-control: never | |
2127 | End: |