Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
bac13f5a
AB
12015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * elf32-avr.c (struct elf_avr_section_data): New structure.
4 (struct avr_relax_info): New structure.
5 (elf_avr_new_section_hook): New function.
6 (struct elf_avr_section_data): Add relax_info.
7 (get_avr_relax_info): New function.
8 (init_avr_relax_info): New function.
9 (elf32_avr_relax_delete_bytes): Find next property record before
10 deleting bytes. When deleting don't move bytes beyond the next
11 property record.
12 (avr_elf32_assign_records_to_section): New function.
13 (avr_property_record_compare): New function.
14 (avr_load_all_property_sections): New function.
15 (elf32_avr_relax_section): Load property data. After relaxing the
16 section, move any .align directives that have enough deleted bytes
17 before them.
18 (bfd_elf32_new_section_hook): Define.
19
137c83d6
AB
202015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * elf32-avr.h (struct avr_property_header): New strucure.
23 (avr_elf32_load_property_records): Declare.
24 (avr_elf32_property_record_name): Declare.
25 * elf32-avr.c: Add bfd_stdint.h include.
26 (retrieve_local_syms): New function.
27 (get_elf_r_symndx_section): New function.
28 (get_elf_r_symndx_offset): New function.
29 (internal_reloc_compare): New function.
30 (struct avr_find_section_data): New structure.
31 (avr_is_section_for_address): New function.
32 (avr_find_section_for_address): New function.
33 (avr_elf32_load_records_from_section): New function.
34 (avr_elf32_load_property_records): New function.
35 (avr_elf32_property_record_name): New function.
36
fdd410ac
AB
372015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * elf32-avr.h (AVR_PROPERTY_RECORD_SECTION_NAME): Define.
40 (AVR_PROPERTY_RECORDS_VERSION): Define.
41 (AVR_PROPERTY_SECTION_HEADER_SIZE): Define.
42 (struct avr_property_record): New structure.
43
685080f2
NC
442015-02-24 Nick Clifton <nickc@redhat.com>
45
46 * elf32-v850.c (v850_set_note): New function. Creates a Renesas
47 style note entry.
48 (v850_elf_make_note_section): New function. Creates a note
49 section.
50 (v850_elf_create_sections): New function. Create a note section
51 if one is not already present.
52 (v850_elf_set_note): New function. Adds a note to a bfd.
53 (v850_elf_copy_private_bfd_data): New function. Copies V850
54 notes.
55 (v850_elf_merge_notes): New function. Merges V850 notes.
56 (print_v850_note): New function. Displays a V850 note.
57 (v850_elf_print_notes): New function. Displays all notes attached
58 to a bfd.
59 (v850_elf_merge_private_bfd_data): Call v850_elf_merge_notes.
60 (v850_elf_print_private_bfd_data): Call v850_elf_print_notes.
61 (v850_elf_fake_sections): Set the type of the V850 note section.
62 * bfd-in.h (v850_elf_create_sections): Add prototype.
63 (v850_elf_set_note): Add prototype.
64 * bfd-in2.h: Regenerate.
65
31593e1b
NC
662015-02-24 Nick Clifton <nickc@redhat.com>
67
68 * configure.ac (AC_CHECK_HEADERS): Add wctype.h.
69 * configure: Regenerate.
70 * config.in: Regenerate.
71 * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
72 (u16_mbtowc): Use wint_t types if HAVE_WCTYPE_H is defined.
73 (rsrc_cmp): Use towlower instead of wcsncasecmp if HAVE_WCTYPE_H
74 is defined.
75
3ad797fd
NC
762015-02-24 Nick Clifton <nickc@redhat.com>
77
78 * pdp11.c (set_section_contents): Pad the .text and .data sections
79 to their aligned sizes.
80
5518c738
YS
812015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
82
83 * config.bfd: Add h8300-*-linux.
84 * configure.ac: Add h8300_elf32_linux_vec.
85 * configure: Regenerate.
86 * elf32-h8300.c: Likewise.
87 * targets.c(_bfd_target_vector): Likewise.
88
cb967f0d
NC
892015-02-23 Nick Clifton <nickc@redhat.com>
90
91 PR 17914
92 * cpu-w65.c: Correct typos in license notice.
93
0f8f0c57
NC
94 PR 17940
95 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Adjust debug
96 symbols at end of sections. Adjust function sizes.
97
4ef9f41a
AA
982015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
99
100 * elf-bfd.h (elfcore_write_s390_vxrs_low): Add prototype.
101 (elfcore_write_s390_vxrs_high): Likewise.
102 * elf.c (elfcore_grok_s390_vxrs_low): New function.
103 (elfcore_grok_s390_vxrs_high): New function.
104 (elfcore_grok_note): Call them.
105 (elfcore_write_s390_vxrs_low): New function.
106 (elfcore_write_s390_vxrs_high): New function.
107 (elfcore_write_register_note): Call them.
108
837914ee
BD
1092015-02-19 Branko Drevensek <branko.drevensek@gmail.com>
110
111 PR 17995
112 * verilog.c (verilog_write_record): Correct buffer size.
113
cf18fda4
AM
1142015-02-19 Alan Modra <amodra@gmail.com>
115
116 * elflink.c (_bfd_elf_define_linkage_sym): Set 'bed' earlier.
117
d983c8c5
AM
1182015-02-19 Alan Modra <amodra@gmail.com>
119
120 PR ld/4317
121 * elflink.c (elf_link_input_bfd): Drop undefined local syms.
122 (elf_link_output_extsym): Drop local and global undefined syms.
123 Tidy. Expand comment.
124
2ec55de3
AM
1252015-02-17 Alan Modra <amodra@gmail.com>
126
127 PR ld/17975
128 * elflink.c (struct elf_outext_info): Remove need_second_pass
129 and second_pass.
130 (elf_link_output_extsym): Delete code handling second forced
131 local pass. Move code emitting NULL STT_FILE symbol later, so
132 that it can be omitted if forced local is stripped. Don't
133 emit the NULL STT_FILE if no file symbols have been output.
134 (bfd_elf_final_link): Remove second forced local pass.
135 * elf32-ppc.c (add_stub_sym): Set linker_def on linker syms.
136 (ppc_elf_size_dynamic_sections): Likewise.
137 * elf64-ppc.c (ppc_build_one_stub): Likewise.
138 (build_global_entry_stubs): Likewise.
139 (ppc64_elf_build_stubs): Likewise.
140
6dfb72b9
L
1412015-02-16 H.J. Lu <hongjiu.lu@intel.com>
142
143 PR ld/17975
144 * elflink.c (elf_link_output_extsym): Only check filesym_count
145 when outputting a NULL FILE symbol. Set second_pass_sym to
146 h->forced_local && !h->root.linker_def.
147
576fa883
L
1482015-02-15 H.J. Lu <hongjiu.lu@intel.com>
149
150 * elf32-i386.c (elf_i386_always_size_sections): Set root.linker_def
151 on _TLS_MODULE_BASE_.
152 * elf64-x86-64.c (elf_x86_64_always_size_sections): Likewise.
153
62f8d217
AM
1542015-02-15 Alan Modra <amodra@gmail.com>
155
156 * dwarf2.c (read_rangelist): Correct buffer overflow check
157 Whitespace throughout file.
158
ce875075
AM
1592015-02-14 Alan Modra <amodra@gmail.com>
160
161 PR ld/17973
162 * bfd.c (struct bfd): Add lto_output.
163 * linker.c (_bfd_handle_already_linked): Explicitly test for
164 objects added by the lto plugin.
165 * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and
166 no_export flags from archive.
167 * archive.c (open_nested_file): New function, setting lto_output
168 and no_export, extracted from..
169 (find_nested_archive): ..here. Flip params. Rename from
170 _bfd_find_nested_archive.
171 (_bfd_get_elt_at_filepos): Correct var typo. Use open_nested_file.
172 (_bfd_look_for_bfd_in_cache): Copy no_export.
173 * elflink.c (elf_link_add_object_symbols): Remove now unnecessary
174 my_archive->no_export test.
175 (elf_link_input_bfd): Drop existing lto_output STT_FILE syms.
176 Don't use the file name when adding lto_output STT_FILE sym.
177 * bfd-in2.h: Regenerate.
178
451dfd38
AM
1792015-02-13 Alan Modra <amodra@gmail.com>
180
181 PR binutils/17512
182 * elf64-ppc.c (opd_entry_value): Tighten offset check. Remove
183 now redundant assert.
184
dbb3fbbb
NC
1852015-02-12 Nick Clifton <nickc@redhat.com>
186
187 PR binutils/17512
188 * dwarf.c (read_1_byte, read_1_signed_byte, read_2_bytes)
189 (read_4_bytes, read_8_bytes, read_n_bytes, read_string)
190 (read_indirect_string, read_alt_indirect_string)
191 (read_alt_indirect_ref, read_address, read_abbrevs)
192 (read_attribute_value, read_attribute, decode_line_info)
193 (find_abstract_instance_name, read_rangelist)
194 (scan_unit_for_symbols, parse_comp_unit)
195 (_bfd_dwarf2_find_nearest_line): Harden DWARF reading code. Pass
196 end pointers to reading functions and check for offsets taking
197 pointers out of range. Replace calls to read_*_leb128 with calls
198 to safe_read_leb128.
199
200 (* elf64-ppc.c (opd_entry_value): Add a check for an overlarge
201 offset.
202 * syms.c (_bfd_stab_section_find_nearest_line): Add checks for
203 computed file_name address being before the start of the string
204 table.
205
b9dc5a87
L
2062015-02-11 H.J. Lu <hongjiu.lu@intel.com>
207
208 PR ld/17878
209 * bfd.c (bfd_plugin_format): New.
210 (bfd): Add plugin_format and plugin_dummy_bfd.
211 * plugin.c (try_load_plugin): Take a pointer to bfd_boolean
212 argument to return TRUE if any plugin is found. Set plugin_format.
213 (has_plugin): New.
214 (bfd_plugin_target_p): New.
215 (bfd_plugin_specified_p): Likewise.
216 (bfd_plugin_target_p): Likewise.
217 (register_ld_plugin_object_p): Likewise.
218 (bfd_plugin_set_plugin): Set has_plugin.
219 (load_plugin): Cache try_load_plugin result.
220 (bfd_plugin_object_p): Try ld_plugin_object_p first. Check
221 plugin_format.
222 * plugin.h (bfd_plugin_target_p): New.
223 (bfd_plugin_specified_p): Likewise.
224 (register_ld_plugin_object_p): Likewise.
225 * bfd-in2.h: Regenerated.
226
55172d69
PA
2272015-02-11 Pedro Alves <palves@redhat.com>
228
229 * libbfd-in.h [__cplusplus]: Open extern "C" scope.
230 * libcoff-in.h [__cplusplus]: Open extern "C" scope.
231 * libbfd.h: Regenerate.
232 * libcoff.h: Regenerate.
233
234 * elf-bfd.h [__cplusplus]: Wrap in extern "C".
235 * mach-o.h [__cplusplus]: Wrap in extern "C".
236 * som.h [__cplusplus]: Wrap in extern "C".
237
77ef8654
NC
2382015-02-10 Nick Clifton <nickc@redhat.com>
239
240 PR binutils/17512
241 * coffcode.h (styp_to_sec_flags): Use an unsigned long type to
242 hold the flag bits.
243 * peXXigen.c (pe_print_reloc): Use unsigned types to hold the
244 size and number of relocs.
245 (pe_print_debugdata): Use a 32-bit aligned buffer to store the
246 codeview record.
247 * versados.c (process_otr): Check the esdid value before using it
248 to access the EDATA.
249
35181b3e
EM
2502015-02-09 Ed Maste <emaste@freebsd.org>
251
252 * elf32-i386.c (elf_i386_get_plt_sym_val): Avoid incrementing
253 uninitialized and unused variable.
254 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
255
989f9879
AM
2562015-02-09 Alan Modra <amodra@gmail.com>
257
258 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault on NULL
259 tls_sec.
260 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
261 * elflink.c (elf_link_output_extsym): Don't assert on NULL tls_sec.
262
ca4be51c
AM
2632015-02-09 Alan Modra <amodra@gmail.com>
264
265 * elflink.c: Whitespace, formatting fixes.
266 (elf_link_input_bfd): Clarify comment.
267 (elf_link_output_extsym): Exclude symbols in linker created
268 sections when testing for plugin symbols.
269
1952c5cd
L
2702015-02-07 H.J. Lu <hongjiu.lu@intel.com>
271
272 PR ld/17935
273 * elf32-i386.c (elf_i386_readonly_dynrelocs): Also issue a
274 warning for relocation in readonly section for -z text.
275 (elf_i386_size_dynamic_sections): Likewise.
276 * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
277 (elf_x86_64_size_dynamic_sections): Likewise.
278
9e2dec47
L
2792015-02-06 H.J. Lu <hongjiu.lu@intel.com>
280
281 PR ld/12365
282 PR ld/14272
283 * elflink.c (_bfd_elf_fix_symbol_flags): Revert the last change.
284 (elf_link_input_bfd): Mark the plugin symbol undefined if it is
285 referenced from a non-IR file.
286
5929c344
NC
2872015-02-06 Nick Clifton <nickc@redhat.com>
288
289 PR binutils/17512
290 * peXXigen.c (rsrc_print_resource_entries): Add range check for
291 addresses that wrap around the address space.
292 (rsrc_parse_entry): Likewise.
293
60f79275
L
2942015-02-03 H.J. Lu <hongjiu.lu@intel.com>
295
296 PR ld/12365
297 PR ld/14272
298 * elflink.c (_bfd_elf_fix_symbol_flags): Mark the plugin symbol
299 undefined if it is referenced from a non-IR file.
300
64d29018
NC
3012015-02-03 Nick Clifton <nickc@redhat.com>
302
303 PR binutils/17512
304 * ecoff.c: Use bfd_alloc2 to allocate space for structure arrays.
305 (_bfd_ecoff_slurp_symbol_table): Check for a negative symbol
306 index or an out of range fdr index.
307 * elf-m10300.c (mn10300_info_to_howto): Fix typo in error message.
308 * elf32-arc.c (arc_info_to_howto_rel): Likewise.
309 * elf32-avr.c (avr_info_to_howto_rela): Likewise.
310 * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
311 * elf32-cr16c.c (elf_cr16c_info_to_howto_rel): Likewise.
312 * elf32-cris.c (cris_info_to_howto_rela): Likewise.
313 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
314 * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
315 * elf32-d30v.c (d30v_info_to_howto_rel): Likewise.
316 * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
317 * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
318 * elf32-frv.c (frv_info_to_howto_rela): Likewise.
319 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
320 * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
321 * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
322 * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
323 * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
324 * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
325 * elf32-m32r.c (m32r_info_to_howto_rel): Likewise.
326 * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
327 * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
328 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
329 * elf32-mep.c (mep_info_to_howto_rela): Likewise.
330 * elf32-metag.c (metag_info_to_howto_rela): Likewise.
331 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
332 * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
333 * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
334 * elf32-mt.c (mt_info_to_howto_rela): Likewise.
335 * elf32-nds32.c (nds32_info_to_howto_rel): Likewise.
336 * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
337 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
338 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
339 * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
340 * elf32-rx.c (rx_info_to_howto_rela): Likewise.
341 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
342 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
343 * elf32-v850.c (v850_elf_perform_relocation): Likewise.
344 * elf32-vax.c (rtype_to_howto): Likewise.
345 * elf32-visium.c (visium_info_to_howto_rela): Likewise.
346 * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
347 * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
348 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
349 * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
350 * mach-o.c: Use bfd_alloc2 to allocate space for structure arrays.
351 (bfd_mach_o_canonicalize_one_reloc): Fix check on out
352 of range symbol indicies.
353 (bfd_mach_o_canonicalize_relocs): Check for out of range alloc.
354 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise.
355 (bfd_mach_o_build_dysymtab): Likewise.
356 (bfd_mach_o_write_symtab_content): Set the string table size to
357 zero upon error.
358 (bfd_mach_o_read_symtab_symbols): Reset the nsyms value if the
359 read fails.
360 * peXXigen.c (pe_print_edata): Check for numeric overflow in edt
361 fields.
362 * tekhex.c (first_phase): Check for src pointer reaching end of
363 buffer.
364
3a635617
WN
3652015-02-03 Will Newton <will.newton@linaro.org>
366
46b87d49
WN
367 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol):
368 Set st_value to zero for undefined symbols if the reference
369 is weak or pointer_equality_needed is FALSE.
370
3a635617
WN
371 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Improve
372 comment discussing why we clear st_value for some symbols.
373
0c4bd9d9
KLC
3742015-02-02 Kuan-Lin Chen <kuanlinchentw@gmail.com>
375
376 * elf32-nds32.c (nds32_get_section_contents): Add one more argument.
377 (nds32_elf_relocate_section): Do not relocate R_NDS32_LONGJUMP7.
378
b86ac8e3
AM
3792015-01-29 Alan Modra <amodra@gmail.com>
380
381 * elf64-ppc.c (ppc64_elf_relocate_section): Correct GOT_TLSLD
382 optimization. Tidy mask for GOT_TLSGD optimization.
383 * elf32-ppc.c (ppc_elf_relocate_section): Likewise. Correct
384 location of nop zapping high insn too.
385
dbd1e97e
AM
3862015-01-28 Alan Modra <amodra@gmail.com>
387
388 * elf64-ppc.h (struct ppc64_elf_params): Add "object_in_toc".
389 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Assume that global symbols
390 in .toc indicate xlc compiled code that might require a rw .toc.
391
3f8107ab
AM
3922015-01-28 James Bowman <james.bowman@ftdichip.com>
393
394 * Makefile.am: Add FT32 files.
395 * archures.c (enum bfd_architecture): Add bfd_arch_ft32.
396 (bfd_mach_ft32): Define.
397 (bfd_ft32_arch): Declare.
398 (bfd_archures_list): Add bfd_ft32_arch.
399 * config.bfd: Handle FT32.
400 * configure.ac: Likewise.
401 * cpu-ft32.c: New file.
402 * elf32-ft32.c: New file.
403 * reloc.c (BFD_RELOC_FT32_10, BFD_RELOC_FT32_20, BFD_RELOC_FT32_17,
404 BFD_RELOC_FT32_18): Define.
405 * targets.c (_bfd_target_vector): Add ft32_elf32_vec.
406 * bfd-in2.h: Regenerate.
407 * libbfd.h: Regenerate.
408 * Makefile.in: Regenerate.
409 * configure: Regenerate.
410 * po/SRC-POTFILES.in: Regenerate.
411
37e3922e
NC
4122015-01-27 Nick Clifton <nickc@redhat.com>
413
414 PR binutils/17512
415 * pdp11.c (aout_get_external_symbols): Return false if there are
416 no symbols.
417
877a8638
NC
418 * dwarf2.c (concat_filename): Check for an empty directory table.
419 (scan_unit_for_symbols): Check for reading off the end of the
420 unit.
421 (parse_comp_unit): Check for a DW_AT_comp_dir attribute with a
422 non-string form.
423 * elf64-ppc.c (opd_entry_value): Fail if there are no relocs
424 available.
425
18393a2e
KLC
4262015-01-26 Kuan-Lin Chen <kuanlinchentw@gmail.com>
427
428 * elf32-nds32.c (nds32_elf_pick_relax): Fix again setting.
429
055173ca
DD
4302015-01-22 DJ Delorie <dj@redhat.com>
431
432 * elf32-m32c.c (m32c_apply_reloc_24): New.
433 (m32c_elf_howto_table): Use it for R_M32C_24.
434 (m32c_elf_relocate_section): Handle R_M32C_24 specially.
435
4e5cb37e
NC
4362015-01-22 Nick Clifton <nickc@redhat.com>
437
438 PR binutils/17512
439 * coffcode.h (handle_COMDAT): When searching for the section
440 symbol, make sure that there is space left in the symbol table.
441 * vms-alpha.c (_bfd_vms_slurp_ehdr): Add range checks.
442
86eafac0
NC
4432015-01-21 Nick Clifton <nickc@redhat.com>
444
445 PR binutils/17512
446 * coffcode.h (coff_set_arch_mach_hook): Check return value from
447 bfd_malloc.
448 (coff_slurp_line_table): Return FALSE if the line number
449 information was corrupt.
450 (coff_slurp_symbol_table): Return FALSE if the symbol information
451 was corrupt.
452 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Always
453 initialise the fields of the dyld_info structure.
454 (bfd_mach_o_build_exec_seg_command): Replace assertion with an
455 error message and a return value.
456 (bfd_mach_o_layout_commands): Change the function to boolean.
457 Return FALSE if the function fails.
458 (bfd_mach_o_build_commands): Fail if bfd_mach_o_layout_commands
459 fails.
460 (bfd_mach_o_read_command): Fail if an unrecognised command is
461 encountered.
462 * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Set bfd_error if the
463 read fails.
464 (slurp_symtab): Check the return from bfd_malloc.
465 (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if the copy
466 encountered an error.
467 (_bfd_XXi_final_link_postscript): Fail if a section could not be
468 copied.
469 * peicode.h (pe_bfd_object_p): Fail if the header could not be
470 swapped in.
471 * tekhex.c (first_phase): Fail if the section is too big.
472 * versados.c (struct esdid): Add content_size field.
473 (process_otr): Use and check the new field.
474 (versados_get_section_contents): Check that the section exists and
475 that the requested data is available.
476
03d5b773
CLT
4772015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
478
479 * elf32-nios2.c (elf_backend_default_execstack): Define as 0.
480
1c9177d9
AM
4812015-01-20 Alan Modra <amodra@gmail.com>
482
483 PR ld/17615
484 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Don't drop
485 ELF_COMMON_DEF syms.
486
c4621b33
AM
4872015-01-19 Alan Modra <amodra@gmail.com>
488
3e2aa5bb 489 PR ld/17615
c4621b33
AM
490 * elf-bfd.h (ELF_COMMON_DEF_P): Note that this might be true for
491 linker script assignments too.
492 * elflink.c (elf_gc_sweep_symbol): Don't drop ELF_COMMON_DEF syms.
493 (bfd_elf_gc_mark_dynamic_ref_symbol): Similarly.
494
0ba38529
AM
4952015-01-19 Alan Modra <amodra@gmail.com>
496
497 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Correct loop iteration
498 to allow return of first howto.
499 * elf32-fr30.c (fr30_reloc_type_lookup): Likewise.
500 * elf32-m32c.c (m32c_reloc_type_lookup): Likewise.
501 * elf32-moxie.c (moxie_reloc_type_lookup): Likewise.
502 * elf32-or1k.c (or1k_reloc_type_lookup): Likewise.
503 * elf32-rl78.c (rl78_reloc_type_lookup): Likewise.
504 * elf32-rx.c (rx_reloc_type_lookup): Likewise.
505 * elf32-tilepro.c (tilepro_reloc_type_lookup): Likewise.
506 * elf32-xstormy16.c (xstormy16_reloc_type_lookup): Likewise.
507 * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
508 * elf32-nios2.c (nios2_reloc_map): Add mapping for R_NIOS2_NONE.
509 * elf32-spu.c (spu_elf_bfd_to_reloc_type): Allow return of R_SPU_NONE.
510 (spu_elf_reloc_type_lookup): Adjust to suit.
511
6346d5ca
AM
5122015-01-19 Alan Modra <amodra@gmail.com>
513
514 * bfd-in.h (bfd_get_section_limit_octets): New define, extracted from..
515 (bfd_get_section_limit): ..here.
516 * reloc.c (bfd_perform_relocation): Correct bfd_reloc_outofrange check.
517 (bfd_install_relocation, _bfd_final_link_relocate): Add same check here.
518 * elf32-sh.c (sh_elf_reloc): Correct bfd_reloc_outofrange check.
519 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Remove duplicated
520 bfd_reloc_outofrange check.
521 * bfd-in2.h: Regenerate.
522
523 * cpu-ns32k.c (_bfd_do_ns32k_reloc_contents): Return bfd_reloc_ok
524 on zero size relocs.
525 * ecoff.c (ecoff_reloc_link_order): Likewise.
526 * elf32-nds32.c (nds32_relocate_contents): Likewise.
527 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
528
529 * reloc.c (_bfd_relocate_contents): Don't bomb on zero size relocs.
530 (_bfd_clear_contents): Likewise.
531 * elfxx-mips.c (mips_elf_obtain_contents): Likewise.
532 (mips_elf_perform_relocation): Likewise.
533
534 * aoutx.h (aout_link_reloc_link_order): Allow for NULL return
535 from malloc on zero size alloc.
536 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
537 * elflink.c (elf_reloc_link_order): Likewise.
538 * linker.c (_bfd_generic_reloc_link_order): Likewise.
539 * pdp11.c (aout_link_reloc_link_order): Likewise.
540 * xcofflink.c (xcoff_reloc_link_order): Likewise.
541
542 * aoutx.h (howto_table_ext): Ensure NONE relocs have size 3,
543 bitsize 0, and complain_overflow_dont.
544 * coff-sparc.c (coff_sparc_howto_table): Likewise.
545 * elf-hppa.h (elf_hppa_howto_table): Likewise.
546 * elf-m10200.c (elf_mn10200_howto_table): Likewise.
547 * elf-m10300.c (elf_mn10300_howto_table): Likewise.
548 * elf32-arc.c (elf_arc_howto_table): Likewise.
549 * elf32-arm.c (elf32_arm_howto_table_1): Likewise.
550 * elf32-avr.c (elf_avr_howto_table): Likewise.
551 * elf32-bfin.c (bfin_howto_table): Likewise.
552 * elf32-cr16.c (cr16_elf_howto_table): Likewise.
553 * elf32-cris.c (cris_elf_howto_table): Likewise.
554 * elf32-crx.c (crx_elf_howto_table): Likewise.
555 * elf32-d10v.c (elf_d10v_howto_table): Likewise.
556 * elf32-d30v.c (elf_d30v_howto_table): Likewise.
557 * elf32-dlx.c (dlx_elf_howto_table): Likewise.
558 * elf32-epiphany.c (epiphany_elf_howto_table): Likewise.
559 * elf32-fr30.c (fr30_elf_howto_table): Likewise.
560 * elf32-frv.c (elf32_frv_howto_table): Likewise.
561 * elf32-h8300.c (h8_elf_howto_table): Likewise.
562 * elf32-i370.c (i370_elf_howto_raw): Likewise.
563 * elf32-i386.c (elf_howto_table): Likewise.
564 * elf32-i860.c (elf32_i860_howto_table): Likewise.
565 * elf32-i960.c (elf32_i960_relocate): Likewise.
566 * elf32-ip2k.c (ip2k_elf_howto_table): Likewise.
567 * elf32-iq2000.c (iq2000_elf_howto_table): Likewise.
568 * elf32-lm32.c (lm32_elf_howto_table): Likewise.
569 * elf32-m32c.c (m32c_elf_howto_table): Likewise.
570 * elf32-m32r.c (m32r_elf_howto_table): Likewise.
571 * elf32-m68hc11.c (elf_m68hc11_howto_table): Likewise.
572 * elf32-m68hc12.c (elf_m68hc11_howto_table): Likewise.
573 * elf32-m68k.c (howto_table): Likewise.
574 * elf32-mcore.c (mcore_elf_howto_raw): Likewise.
575 * elf32-mep.c (mep_elf_howto_table): Likewise.
576 * elf32-metag.c (elf_metag_howto_table): Likewise.
577 * elf32-microblaze.c (microblaze_elf_howto_raw): Likewise.
578 * elf32-mips.c (elf_mips_howto_table_rel): Likewise.
579 * elf32-moxie.c (moxie_elf_howto_table): Likewise.
580 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
581 * elf32-mt.c (mt_elf_howto_table): Likewise.
582 * elf32-nds32.c (nds32_elf_howto_table): Likewise.
583 * elf32-nios2.c (elf_nios2_howto_table_rel): Likewise.
584 * elf32-or1k.c (or1k_elf_howto_table): Likewise.
585 * elf32-pj.c (pj_elf_howto_table): Likewise.
586 * elf32-ppc.c (ppc_elf_howto_raw): Likewise.
587 * elf32-rl78.c (rl78_elf_howto_table): Likewise.
588 * elf32-rx.c (rx_elf_howto_table): Likewise.
589 * elf32-s390.c (elf_howto_table): Likewise.
590 * elf32-score.c (elf32_score_howto_table): Likewise.
591 * elf32-score7.c (elf32_score_howto_table): Likewise.
592 * elf32-sh-relocs.h (R_SH_NONE): Likewise.
593 * elf32-spu.c (elf_howto_table): Likewise.
594 * elf32-tic6x.c (elf32_tic6x_howto_table): Likewise.
595 * elf32-tilepro.c (tilepro_elf_howto_table): Likewise.
596 * elf32-v850.c (v850_elf_howto_table): Likewise.
597 * elf32-vax.c (howto_table): Likewise.
598 * elf32-visium.c (visium_elf_howto_table): Likewise.
599 * elf32-xc16x.c (xc16x_elf_howto_table): Likewise.
600 * elf32-xgate.c (elf_xgate_howto_table): Likewise.
601 * elf32-xstormy16.c (xstormy16_elf_howto_table): Likewise.
602 * elf32-xtensa.c (elf_howto_table): Likewise.
603 * elf64-alpha.c (elf64_alpha_howto_table): Likewise.
604 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
605 * elf64-mmix.c (elf_mmix_howto_table): Likewise.
606 * elf64-ppc.c (ppc64_elf_howto_raw): Likewise.
607 * elf64-s390.c (elf_howto_table): Likewise.
608 * elf64-sh64.c (sh_elf64_howto_table): Likewise.
609 * elf64-x86-64.c (x86_64_elf_howto_table): Likewise.
610 * elfn32-mips.c (elf_mips_howto_table_rel): Likewise.
611 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Likewise.
612 (elfNN_aarch64_howto_none): Likewise.
613 * elfxx-ia64.c (ia64_howto_table): Likewise.
614 * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Likewise.
615 * elfxx-tilegx.c (tilegx_elf_howto_table): Likewise.
616 * nlm32-sparc.c (nlm32_sparc_howto_table): Likewise.
617
6333bc0d
L
6182015-01-15 H.J. Lu <hongjiu.lu@intel.com>
619
620 PR ld/17847
621 * elf64-x86-64.c (elf_x86_64_relocate_section): Don't complain
622 about -fPIC if the symbol is undefined when building executable.
623
cd21f5da
NC
6242015-01-15 Nick Clifton <nickc@redhat.com>
625
626 PR binutils/17512
627 * elf-m10300.c (mn10300_info_to_howto): Replace assertion with an
628 error message. Never return an invalid howto pointer.
629 * elf32-cr16.c (cr16_info_to_howto): Likewise.
630 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
631 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
632 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
633 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
634 * elf32-mips.c (mips_elf32_rtype_to_howto): Likewise.
635 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
636 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
637 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
638 * elf32-v850.c (v850_elf_info_to_howto_rela): Likewise.
639 * elf32-vax.c (rtype_to_howto): Likewise.
640 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
641 * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
642 * elfn32-mips.c (sh_elf_info_to_howto): Likewise.
643 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
644 (sh_elf_reloc): Check that the reloc is in range.
645 * reloc.c (bfd_perform_relocation): Check that the section is big
646 enough for the entire reloc.
647 (bfd_generic_get_relocated_section_contents): Report unexpected
648 return values from perform_reloc.
649
2d071cfc
NC
6502015-01-15 Nick Clifton <nickc@redhat.com>
651
652 * elf32-msp430.c (msp430_elf_relax_section): Skip unhandled
653 relocs. Include PC-relative adjustment for R_MSP430X_ABS16
654 relaxation.
655
ca55926c
AM
6562015-01-15 Alan Modra <amodra@gmail.com>
657
658 * elflink.c (_bfd_elf_link_omit_section_dynsym): Return true for
659 any output section matching a linker created dynobj section.
660
8539e4e8
AM
6612015-01-15 Alan Modra <amodra@gmail.com>
662
663 PR 17842
664 * elflink.c (elf_link_output_sym): Assert elf_onesymtab set.
665 (bfd_elf_final_link): Always create a symbol table when emit_relocs.
666 Don't assign symtab file position unless symbols will be output.
667 Merge blocks with condition in common. Don't call
668 elf_backend_output_arch_local_syms or elf_backend_output_arch_syms
669 unless other symbols are output. Move assignment of symtab_shndx
670 file position. Localize variable.
671
52db4ec2
JW
6722015-01-14 Jiong Wang <jiong.wang@arm.com>
673
674 * elf32-arm.c (elf32_arm_final_link_relocate): Reject R_ARM_32/_NOI when
675 trying to defer them to runtime.
676
0941db69
JW
6772015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
678
679 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use SYMBOLIC_BIND
680 to check if a symbol should be bound symbolically.
681
0172429c
JW
6822015-01-13 Jiong Wang <jiong.wang@arm.com>
683
684 * elfnn-aarch64.c: (elfNN_aarch64_howto_table): Enable overflow check
685 for TLSLE_MOVW_TPREL_G2.
686
bab91cce
JW
6872015-01-13 Jiong Wang <jiong.wang@arm.com>
688
689 PR ld/17415
690 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Mark
691 R_AARCH64_TLSLE_ADD_TPREL_HI12 as complain_overflow_unsigned.
692 * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Correct the
693 bit mask.
694
3c758495
TG
6952015-01-12 Terry Guo <terry.guo@arm.com>
696
697 * elflink.c (_bfd_elf_gc_mark_debug_special_section_group): New
698 function.
699 (_bfd_elf_gc_mark_extra_sections): Use it.
700
9d1d54d5
L
7012015-01-11 H.J. Lu <hongjiu.lu@intel.com>
702
703 PR ld/17827
704 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): For PIE,
705 only discard space for pc-relative relocs symbols which turn
706 out to need copy relocs.
707
c6e8e93a
NC
7082015-01-09 Nick Clifton <nickc@redhat.com>
709
710 * tekhex.c (getvalue): Fix thinko in test for correct extraction
711 of value.
712 (getsym): Return false if there was not enough data to extract the
713 symbol.
714
400cf8cb
AG
7152015-01-09 Anthony Green <green@moxielogic.com>
716
717 * elf32-moxie.c (ELF_MACHINE_ALT1): Define.
718
23d4663e
NC
7192015-01-08 Nick Clifton <nickc@redhat.com>
720
721 * elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
722 16-bit absolute BR instructions to 10-bit pc-relative JMP
723 instructions.
724
063bb025
NC
7252015-01-08 Nick Clifton <nickc@redhat.com>
726
727 PR binutils/17512
728 * coffcode.h (coff_slurp_symbol_table): Return false if we failed
729 to load the line table.
730 * elf.c (_bfd_elf_map_sections_to_segments): Enforce a minimum
731 maxpagesize of 1.
732 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if
733 the Data Directory Size is too large.
734
6f25f223
L
7352015-01-06 H.J. Lu <hongjiu.lu@intel.com>
736
737 PR binutils/17512
738 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocation.
739 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
740
85880250
NC
7412015-01-06 Nick Clifton <nickc@redhat.com>
742
743 PR binutils/17512
e7287c7f
NC
744 * mach-o.c (bfd_mach_o_read_symtab_strtab): Zero terminate the
745 string table.
746
ec93045b
NC
747 * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
748 (bfd_perform_relocation): Include the size of the reloc in the
749 test for an out of range relocation.
750 (bfd_generic_get_relocated_section_contents): Remove reloc range
751 test.
752
85880250
NC
753 * coff-i860.c (CALC_ADDEND): Always set an addend value.
754 * tekhex.c (getvalue): Add an end pointer parameter. Use it to
755 avoid reading off the end of the buffer.
756 (getsym): Likewise.
757 (first_phase): Likewise.
758 (pass_over): Pass an end pointer to the invoked function.
759
533d0af0
L
7602015-01-05 H.J. Lu <hongjiu.lu@intel.com>
761
762 PR binutils/17512
763 * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
764 input.
765 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
766
896ca098
NC
7672015-01-05 Nick Clifton <nickc@redhat.com>
768
769 PR binutils/17512
770 * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
771 is at least big enough for the header to be read.
772 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
773 * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
774 (bfd_mach_o_read_command): Prevetn duplicate error messages about
775 unrecognized commands.
776 * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
777 when indexing into the string table.
778
b90efa5b 7792015-01-01 Alan Modra <amodra@gmail.com>
ee3b52e9 780
b90efa5b 781 Update year range in copyright notice of all files.
ee3b52e9 782
b90efa5b 783For older changes see ChangeLog-2014
56882138 784\f
b90efa5b 785Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
786
787Copying and distribution of this file, with or without modification,
788are permitted in any medium without royalty provided the copyright
789notice and this notice are preserved.
790
56882138
AM
791Local Variables:
792mode: change-log
793left-margin: 8
794fill-column: 74
795version-control: never
796End:
This page took 0.776238 seconds and 4 git commands to generate.