2014-01-13 Ma Jiang <ma.jiang@zte.com.cn>
[external/binutils.git] / bfd / ChangeLog
1 2014-01-13  Ma Jiang  <ma.jiang@zte.com.cn>
2
3         PR ld/16202
4         * elf32-arm.c (elf32_arm_final_link_relocate): Refetch addends for
5         R_ARM_ABS8 and R_ARM_ABS16.
6
7 2014-01-13  Alan Modra  <amodra@gmail.com>
8
9         * elf32-ppc.c (ppc_elf_check_relocs): For @local call to ifunc,
10         error when shared and force a plt call otherwise.
11         (ppc_elf_size_dynamic_sections): Don't emit DT_PPC_GOT unless
12         plt_type == PLT_NEW.
13         (ppc_elf_relocate_section): Add missing test to resolve ifuncs to
14         the appropriate call stub.
15
16 2014-01-10  Alan Modra  <amodra@gmail.com>
17
18         PR ld/14207
19         PR ld/16322
20         PR binutils/16323
21         * elf.c (assign_file_positions_for_load_sections): Revert last change.
22         (assign_file_positions_for_non_load_sections): When setting up
23         PT_GNU_RELRO header, don't require a corresponding PT_LOAD
24         header that completely covers the relro region.
25
26 2014-01-09  Tristan Gingold  <gingold@adacore.com>
27
28         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): use jump
29         table macros and add macros to initializa the structure.
30
31 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
32
33         PR ld/14207
34         PR ld/16322
35         PR binutils/16323
36         * elf.c (_bfd_elf_map_sections_to_segments): Don't check section
37         size for PT_GNU_RELRO segment.
38         (assign_file_positions_for_load_sections): If PT_LOAD segment
39         doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz.
40
41 2014-01-07  Tom Tromey  <tromey@redhat.com>
42
43         * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility
44         wrappers.
45
46 2014-01-03  Nick Clifton  <nickc@redhat.com>
47
48         PR binutils/16199
49         * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of
50         zero.
51
52 2014-01-02  Yuanhui Zhang  <asmwarrior@gmail.com>
53
54         PR binutils/14289
55         * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80.
56
57 2014-01-02  Nick Clifton  <nickc@redhat.com>
58
59         PR binutils/11983
60         * archive.c (_bfd_get_elt_at_filepos): Store a copy of the
61         filename in the bfd's filename field.
62         * elfcode.h (bfd_from_remote_memory): Likewise.
63         * ieee.c (ieee_object_p): Likewise.
64         * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
65         * oasys.c (oasys_openr_next_archived_file): Likewise.
66         * vms-lib.c (_bfd_vms_lib_get_module): Likewise.
67         * opncls.c (bfd_fopen): Likewise.
68         (bfd_openstreamr): Likewise.
69         (bfd_openr_iovec): Likewise.
70         (bfd_openw): Likewise.
71         (bfd_create): Likewise.
72         (_bfd_delete_bfd): Free filename.
73
74 For older changes see ChangeLog-2013
75 \f
76 Copyright (C) 2014 Free Software Foundation, Inc.
77
78 Copying and distribution of this file, with or without modification,
79 are permitted in any medium without royalty provided the copyright
80 notice and this notice are preserved.
81
82 Local Variables:
83 mode: change-log
84 left-margin: 8
85 fill-column: 74
86 version-control: never
87 End: