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