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