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