[x86-64] Omit dynamic sections symbols
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
8f79b794
L
12016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
4 to bfd_true.
5
64bfc258
JM
62016-02-16 Joseph Myers <joseph@codesourcery.com>
7
8 * plugin.c (plugin_vec): Set match priority to 255.
9 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
10 matching against the plugin vector, take priority from there not
11 from TEMP.
12
9fb71ee4
NC
132016-02-15 Nick Clifton <nickc@redhat.com>
14
15 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
16 for length and type fields. Use a signed value for the
17 suffix_length field.
18
32875eb1
L
192016-02-10 H.J. Lu <hongjiu.lu@intel.com>
20
21 PR ld/19601
22 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
23 significant bit in GOT offset for R_386_GOT32X.
24
83da6e74
NC
252016-02-10 Nick Clifton <nickc@redhat.com>
26
27 PR 19405
28 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
29 immediate values.
30 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
31 number of messages about FDE encoding preventing .eh_frame_hdr
32 generation.
33
027e9c75
NC
342016-02-09 Nick Clifton <nickc@redhat.com>
35
609332f1
NC
36 * oasys.c (oasys_archive_p): Fix indentation.
37 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
38 constant for left shifting.
39
027e9c75
NC
40 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
41 helpful warning message to explain why certain AArch64 relocs
42 might overflow.
43
6f57d046
SM
442016-02-05 Simon Marchi <simon.marchi@ericsson.com>
45
46 * pe-mips.c (coff_mips_reloc): Fix formatting.
47
bdbca4e6
CM
482016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
49
50 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
51 to bfd_mach_arc_arc600.
52
4f038ee5
AM
532016-02-04 Alan Modra <amodra@gmail.com>
54
55 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
56 for big-endian.
57
4a539596
L
582016-02-02 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR ld/19542
61 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
fb06f1c0 62 distances in the compressed_size field of the output section.
4a539596 63
85fabe71
AM
642016-02-02 Alan Modra <amodra@gmail.com>
65
66 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
67 ELFv2 entry optimization.
68
14f2c699
L
692016-02-02 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/19547
72 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
73 no relocations in relocatable files.
74
aef28989
L
752016-02-01 H.J. Lu <hongjiu.lu@intel.com>
76
77 PR ld/19553
78 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
79 if a symbol from a library loaded via DT_NEEDED doesn't match
80 the symbol referenced by regular object.
81
655ed9ea
NS
822016-02-01 Nathaniel Smith <njs@pobox.com>
83
84 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
85 CODE and DATA.
86
ec1f73bb
AM
872016-02-01 Alan Modra <amodra@gmail.com>
88
89 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
90 an out of range reloc_index.
91 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
92
b6471e6e
KR
932016-02-01 Kamil Rytarowski <n54@gmx.com>
94
95 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
96 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
97 * Makefile.in: Regenerated.
98
0bc7245a
JK
992016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
102
6d4b2867
JDA
1032016-01-31 John David Anglin <danglin@gcc.gnu.org>
104
105 PR ld/19526
106 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
107 files.
108 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
109
d9e3b590
L
1102016-01-30 H.J. Lu <hongjiu.lu@intel.com>
111
112 PR ld/19539
113 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
114 against STT_GNU_IFUNC symbol only with dynamic symbols.
115 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
116
bf150a0b
L
1172016-01-28 H.J. Lu <hongjiu.lu@intel.com>
118
119 PR binutils/19523
120 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
121 decompress debug sections.
122
840855c5
MR
1232016-01-25 Maciej W. Rozycki <macro@imgtec.com>
124
125 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
126 `dynindx'.
127
cf466c2a
NC
1282016-01-25 Nick Clifton <nickc@redhat.com>
129
130 PR target/19435
131 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
132 dsym filename buffer.
133
eb6b0cf4
MR
1342016-01-24 Maciej W. Rozycki <macro@imgtec.com>
135
136 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
137
e67f83e5
MR
1382016-01-24 Maciej W. Rozycki <macro@imgtec.com>
139
140 * elfxx-mips.c (BZ16_REG): Correct calculation.
141
23a42089
NC
1422016-01-21 Nick Clifton <nickc@redhat.com>
143
144 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
145 changing the type of _loc to be bfd_byte *.
146 (elf_arc_finish_dynamic_symbol): Likewise.
147
aebf9be7
NC
1482016-01-21 Nick Clifton <nickc@redhat.com>
149
150 PR ld/19455
151 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
152 class of the linker stub bfd.
153 (elf32_arm_check_relocs): Skip check for pic format after
154 processing a vxWorks R_ARM_ABS12 reloc.
155 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
156 reporting a class mismatch.
157
2f340668
JW
1582016-01-21 Jiong Wang <jiong.wang@arm.com>
159
160 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
161 veneer for sym_sec != input_sec.
162 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
163 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
164 calculation destination.
165
aeb70569
AM
1662016-01-21 Alan Modra <amodra@gmail.com>
167
168 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
169 (swap_linux_prpsinfo64_out): New function.
170 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
171 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
172 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
173 (elfcore_write_linux_prpsinfo64): Likewise.
174 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
175 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
176 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
177
de64ce13
AM
1782016-01-21 Alan Modra <amodra@gmail.com>
179
180 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
181 * elf.c: Adjust #include.
182 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
183 * Makefile.am (SOURCE_HFILES): Update.
184 * Makefile.in: Regenerate.
185 * po/SRC-PORFILES.in: Regenerate.
186
c603b11b
AM
1872016-01-21 Alan Modra <amodra@gmail.com>
188
189 * configure.ac: Move corefile selection later in file. Move
190 tdefaults code immediately after other target vector code.
191 * configure: Regenerate.
192
91f68a68
MG
1932016-01-20 Mickael Guene <mickael.guene@st.com>
194
195 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
196 section using '.text.noread' pattern.
197
5b2c414d
JB
1982016-01-19 John Baldwin <jhb@FreeBSD.org>
199
200 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
201
34e967a5
MC
2022016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
203 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
204
205 * arc-plt.def: New file.
206 * arc-plt.h: Likewise.
207 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
208 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
209 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
210 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
211 (name_for_global_symbol): Added.
212 (ADD_RELA): Helper to create dynamic relocs.
213 (new_got_entry_to_list): Create a new got entry in linked list.
214 (symbol_has_entry_of_type): Search for specific type of entry in
215 list.
216 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
217 (is_reloc_for_TLS, arc_elf_set_private_flags)
218 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
219 (arc_elf_merge_private_bfd_data): New functions.
220 (debug_arc_reloc): Cleaned debug info printing.
221 (PDATA reloc): Changed not to perform address alignment.
222 (reverse_me): Added. Fix for ARC_32 relocs.
223 (arc_do_relocation): Return bfd_reloc_of when no relocation should
224 occur.
225 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
226 Changed function to access an array of list of GOT entries instead
227 of just an array of offsets.
228 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
229 (elf_arc_check_relocs): Likewise.
230 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
231 (elf_arc_finish_dynamic_sections): Likewise
232 (arc_create_dynamic_sections): Modified conditions to create
233 dynamic sections.
234 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
235 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
236 (relocate_plt_for_entry): Changed to support new way to define PLT
237 related code.
238 (add_symbol_to_plt): Likewise.
239 (arc_elf_link_hash_table_create): New function.
240
9ae678af
NC
2412016-01-18 Nick Clifton <nickc@redhat.com>
242
243 PR ld/19440
244 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
245 section number into internal section number.
246 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
247 * coffswap.h (coff_swap_sym_in): Likewise.
248 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
249 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
250 section number field is big enough to hold the external value.
251
5c14705f
AM
2522016-01-17 Alan Modra <amodra@gmail.com>
253
254 * configure: Regenerate.
255
ac06903d
YU
2562016-01-12 Yury Usishchev <y.usishchev@samsung.com>
257
258 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
259 when address in first unwind entry does not match start of
260 section.
261
109575d7
JW
2622016-01-08 Richard Sandiford <richard.sandiford@arm.com>
263 Jiong Wang <jiong.wang@arm.com>
264
265 PR ld/19368
266 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
267 reloc_class_ifunc.
268
b05a65d0
AB
2692016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
272 place 'R_' before the reloc name returned.
273 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
274 the relocation string.
275
a3dc0a7f
MR
2762016-01-04 Maciej W. Rozycki <macro@imgtec.com>
277
278 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
279 factored out from...
280 (_bfd_mips_elf_merge_private_bfd_data): ... here.
281
d537eeb5
MR
2822016-01-04 Maciej W. Rozycki <macro@imgtec.com>
283
284 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
285 attribute check after ELF file header flag check.
286
43d223b5
MR
2872016-01-04 Maciej W. Rozycki <macro@imgtec.com>
288
289 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
290 return status from `_bfd_elf_merge_object_attributes'.
291
b2e9744f
MR
2922016-01-04 Maciej W. Rozycki <macro@imgtec.com>
293
294 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
295 factored out from...
296 (_bfd_mips_elf_merge_private_bfd_data): ... here.
297
28d45e28
MR
2982016-01-04 Maciej W. Rozycki <macro@imgtec.com>
299
300 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
301 handling of input MIPS ABI flags together.
302
23ba6f18
MR
3032016-01-04 Maciej W. Rozycki <macro@imgtec.com>
304
305 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
306 attribute checks for null input.
307
cf8502c1
MR
3082016-01-04 Maciej W. Rozycki <macro@imgtec.com>
309
310 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
311 pointers to target data.
312
dcb1c796
MR
3132016-01-04 Maciej W. Rozycki <macro@imgtec.com>
314
315 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
316 an FP ABI warning.
317
6f2750fe
AM
3182016-01-01 Alan Modra <amodra@gmail.com>
319
320 Update year range in copyright notice of all files.
321
3499769a
AM
322For older changes see ChangeLog-2015 and doc/ChangeLog-0415
323\f
324Copyright (C) 2016 Free Software Foundation, Inc.
325
326Copying and distribution of this file, with or without modification,
327are permitted in any medium without royalty provided the copyright
328notice and this notice are preserved.
329
330Local Variables:
331mode: change-log
332left-margin: 8
333fill-column: 74
334version-control: never
335End:
This page took 0.056414 seconds and 4 git commands to generate.