2008-01-11 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2008-01-11 Tristan Gingold <gingold@adacore.com>
2 Eric Botcazou <ebotcazou@adacore.com>
3
4 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Exit early if generating a
5 relocatable.
6 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
7 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
8 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
9 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
10 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
11 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
12 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
13 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
14 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
15 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
16 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
17 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
18 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Likewise.
19 * elfxx-mips.c (_bfd_mips_elf_gc_sweep_hook): Likewise.
20 * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Likewise.
21 * elflink.c (bfd_elf_gc_sections): Do not punt on relocatable output
22 or executable output with relocations.
23
24 2008-01-09 Nick Clifton <nickc@redhat.com>
25
26 PR gas/5552
27 * elf32-fr30.c (fr30_elf_howto_table): Set partial_inplace field
28 to FALSE for all relocs.
29
30 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
31
32 PR ld/5526
33 * elf-bfd.h (eh_cie_fde): Add u.cie.u.full_cie and u.cie.merged
34 fields. Rename u.cie.u.merged to u.cie.u.merged_with.
35 (eh_frame_sec_info): Add a cies field.
36 (eh_frame_hdr_info): Add a merge_cies field.
37 * elf-eh-frame.c (cie): Add a reloc_index member to the personality
38 union.
39 (_bfd_elf_begin_eh_frame_parsing): Set hdr_info->merge_cies instead
40 of hdr_info->cies.
41 (_bfd_elf_parse_eh_frame): Remove tmp_cie. Ccreate an array of
42 cie structures in all cases and use it instead of extended_cies.
43 If merging, store the cie array in sec_info->cies and point each
44 CIE's eh_fde_cie at the associated element. Do not try to
45 calculate the value of the personality routine here; record the
46 offset of the relocation instead. Do not merge CIEs here.
47 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
48 (_bfd_elf_discard_section_eh_frame_hdr): ...do it here instead.
49 (_bfd_elf_gc_mark_fdes): Mark the original (unmerged) CIE.
50 (find_merged_cie): New function.
51 (_bfd_elf_gc_mark_fdes): Use it. Free sec_info->cies.
52
53 2008-01-07 Nick Clifton <nickc@redhat.com>
54
55 PR binutils/5535
56 * vms.c (vms_close_and_cleanup): Check for the presence of a
57 vms_private_data_struct before examining any of its fields.
58
59 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR ld/5522
62 * elflink.c (elf_link_input_bfd): Don't write out a section if
63 its output section is marked with SEC_NEVER_LOAD.
64
65 For older changes see ChangeLog-2007
66 \f
67 Local Variables:
68 mode: change-log
69 left-margin: 8
70 fill-column: 74
71 version-control: never
72 End:
This page took 0.031377 seconds and 4 git commands to generate.