]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Following up on Tom's suggestion I am checking in a patch to replace the various
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
27b829ee
NC
12014-01-29 Nick Clifton <nickc@redhat.com>
2
3 * bfd-in.h (bfd_set_section_vma): Delete.
4 (bfd_set_section_alignment): Delete.
5 (bfd_set_section_userdata): Delete.
6 (bfd_set_cacheable): Delete.
7 * bfd.c (bfd_set_cacheable): New static inline function.
8 * section.c (bfd_set_section_userdata): Likewise.
9 (bfd_set_section_vma): Likewise.
10 (bfd_set_section_alignment): Likewise.
11 * bfd-in2.h: Regenerate.
12
0a9c7b2b
NC
132014-01-28 Nick Clifton <nickc@redhat.com>
14
15 * dwarf2.c (find_abstract_instance_name): For DW_FORM_ref_addr
16 attributes select the CU containing the abbreviation, which may not
17 be the current CU.
18
3ba720c7
AM
192014-01-24 Alan Modra <amodra@gmail.com>
20
21 * elf64-ppc.c (ppc_build_one_stub): Correct reloc count passed
22 to get_relocs for ELFv2.
23
d923cae0
L
242014-01-23 H.J. Lu <hongjiu.lu@intel.com>
25
26 PR ld/16498
3ba720c7 27 * elf.c (_bfd_elf_map_sections_to_segments): Issue a linker error
d923cae0
L
28 if TLS sections are not adjacent.
29
16e4ecc0
AM
302014-01-22 Alan Modra <amodra@gmail.com>
31
32 * elflink.c (elf_link_add_object_symbols): Call minfo for --as-needed.
33
eb8d7fda
AM
342014-01-22 Alan Modra <amodra@gmail.com>
35
36 * elf64-ppc.c (STK_LINKER): Comment typo fix.
37
4584ec12
L
382014-01-21 H.J. Lu <hongjiu.lu@intel.com>
39
40 PR ld/16467
41 * elflink.c (_bfd_elf_merge_symbol): When types of the existing
42 regular default symbol definition and the versioned dynamic
43 symbol definition mismatch, skip the default symbol definition
44 if one of them is IFUNC.
45
22ef172a
L
462014-01-21 H.J. Lu <hongjiu.lu@intel.com>
47
48 PR ld/2404
49 * elflink.c (_bfd_elf_merge_symbol): Don't check info->shared,
50 info->export_dynamic nor h->ref_dynamic for type mismatch when
51 adding the default version.
52
b75d42bc
AM
532014-01-16 Alan Modra <amodra@gmail.com>
54
55 * elfxx-mips.c (mips_elf_record_got_page_entry): Pass in a
56 mips_elf_traverse_got_arg* rather than mips_got_info*.
57 Adjust caller. Alloc on output_bfd rather than symbol section
58 owner.
59
c353e543
L
602014-01-15 H.J. Lu <hongjiu.lu@intel.com>
61
62 * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last
63 change.
64 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
65
818d220a
L
662014-01-14 H.J. Lu <hongjiu.lu@intel.com>
67
68 PR ld/16428
69 * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't discard relocs
70 against __ehdr_start.
71 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
72
c3ce498c
L
732014-01-14 H.J. Lu <hongjiu.lu@intel.com>
74
75 * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last
76 change.
77 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
78
d1ec1e40
L
792014-01-14 H.J. Lu <hongjiu.lu@intel.com>
80
81 PR ld/16428
82 * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't update reloc
83 count if there are any non pc-relative relocs.
84 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
85
f44a1f8e
CL
862014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org>
87 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
88
89 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct
90 offset while calculating relocation address.
91 (elfNN_aarch64_create_small_pltn_entry): Likewise.
92 (elfNN_aarch64_init_small_plt0_entry): Likewise.
93
fd0fd00c
MJ
942014-01-13 Ma Jiang <ma.jiang@zte.com.cn>
95
96 PR ld/16202
97 * elf32-arm.c (elf32_arm_final_link_relocate): Refetch addends for
98 R_ARM_ABS8 and R_ARM_ABS16.
99
aa726b9e
AM
1002014-01-13 Alan Modra <amodra@gmail.com>
101
102 * elf32-ppc.c (ppc_elf_check_relocs): For @local call to ifunc,
103 error when shared and force a plt call otherwise.
104 (ppc_elf_size_dynamic_sections): Don't emit DT_PPC_GOT unless
105 plt_type == PLT_NEW.
106 (ppc_elf_relocate_section): Add missing test to resolve ifuncs to
107 the appropriate call stub.
108
eec2f3ed
AM
1092014-01-10 Alan Modra <amodra@gmail.com>
110
111 PR ld/14207
112 PR ld/16322
113 PR binutils/16323
114 * elf.c (assign_file_positions_for_load_sections): Revert last change.
115 (assign_file_positions_for_non_load_sections): When setting up
116 PT_GNU_RELRO header, don't require a corresponding PT_LOAD
117 header that completely covers the relro region.
118
09bf66a8
TG
1192014-01-09 Tristan Gingold <gingold@adacore.com>
120
121 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): use jump
122 table macros and add macros to initializa the structure.
123
43a8475c
L
1242014-01-08 H.J. Lu <hongjiu.lu@intel.com>
125
126 PR ld/14207
127 PR ld/16322
128 PR binutils/16323
129 * elf.c (_bfd_elf_map_sections_to_segments): Don't check section
130 size for PT_GNU_RELRO segment.
131 (assign_file_positions_for_load_sections): If PT_LOAD segment
132 doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz.
133
1651e569
TT
1342014-01-07 Tom Tromey <tromey@redhat.com>
135
136 * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility
137 wrappers.
138
dc9155b2
NC
1392014-01-03 Nick Clifton <nickc@redhat.com>
140
141 PR binutils/16199
142 * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of
143 zero.
144
dd8dfa39 1452014-01-02 Yuanhui Zhang <asmwarrior@gmail.com>
044387af
A
146
147 PR binutils/14289
148 * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80.
149
1be5090b
NC
1502014-01-02 Nick Clifton <nickc@redhat.com>
151
152 PR binutils/11983
153 * archive.c (_bfd_get_elt_at_filepos): Store a copy of the
154 filename in the bfd's filename field.
155 * elfcode.h (bfd_from_remote_memory): Likewise.
156 * ieee.c (ieee_object_p): Likewise.
157 * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
158 * oasys.c (oasys_openr_next_archived_file): Likewise.
159 * vms-lib.c (_bfd_vms_lib_get_module): Likewise.
160 * opncls.c (bfd_fopen): Likewise.
161 (bfd_openstreamr): Likewise.
162 (bfd_openr_iovec): Likewise.
163 (bfd_openw): Likewise.
164 (bfd_create): Likewise.
165 (_bfd_delete_bfd): Free filename.
166
5fb776a6 167For older changes see ChangeLog-2013
56882138 168\f
5fb776a6 169Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
170
171Copying and distribution of this file, with or without modification,
172are permitted in any medium without royalty provided the copyright
173notice and this notice are preserved.
174
56882138
AM
175Local Variables:
176mode: change-log
177left-margin: 8
178fill-column: 74
179version-control: never
180End: