Check PC-relative offset overflow in PLT entry
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
cd11f78f
AC
12014-11-21 Alexander Cherepanov <cherepan@mccme.ru>
2
3 PR binutils/17512
4 * coffgen.c (_bfd_coff_read_string_table): Test allocation of
5 string table before clearing the first few bytes.
6
a715796b
TG
72014-11-21 Terry Guo <terry.guo@arm.com>
8
9 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support FPv5.
10
0cfb0717
AM
112014-11-20 Alan Modra <amodra@gmail.com>
12
13 * elf64-ppc.c (group_sections): Init stub14_group_size from
14 --stub-group-size parameter divided by 1024.
15
1e269e9b
AM
162014-11-20 Alan Modra <amodra@gmail.com>
17
18 * elf32-ppc.c (ppc_elf_relax_section): Correct ppc476 workaround
19 alignment calculation.
20
9274e9de
TG
212014-11-20 Terry Guo <terry.guo@arm.com>
22
23 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd
24 hasn't attribute section.
25
f9dffbf0
AM
262014-11-20 Alan Modra <amodra@gmail.com>
27
28 * elf64-ppc.c (ppc64_elf_size_stubs): Add __go_go to thread_starters.
29
ab7fede8
L
302014-11-18 H.J. Lu <hongjiu.lu@intel.com>
31
32 PR ld/17618
33 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check
34 PC-relative offset overflow in PLT entry.
35
6937bb54
NC
362014-11-18 Nick Clifton <nickc@redhat.com>
37
38 PR binutils/17512
39 * peXXIgen.c (pe_print_pdata): Fail if the section's virtual size
40 is larger than its real size.
41 (rsrc_print_section): Fix off-by-one error checking for overflow.
42 * pei-x86_64.c (pex64_bfd_print_pdata): Handle empty unwind
43 sections.
44
d258b828
IZ
452014-11-18 Igor Zamyatin <igor.zamyatin@intel.com>
46
47 * elf64-x86-64.c (elf_x86_64_check_relocs): Enable MPX PLT only
48 for -z bndplt.
49
470c009b
NC
502014-11-14 Nick Clifton <nickc@redhat.com>
51
52 PR binutils/17597
53 * opncls.c (bfd_get_debug_link_info): Avoid reading off the end of
54 the section.
55 (bfd_get_alt_debug_link_info): Likewise.
56
041830e0
NC
572014-11-14 Nick Clifton <nickc@redhat.com>
58
59 PR binutils/17512
60 * ieee.c (ieee_archive_p) Skip processing if no bytes are read at
61 all.
62 (ieee_object_p): Likewise.
63
57494d81
L
642014-11-13 H.J. Lu <hongjiu.lu@intel.com>
65
66 * coffcode.h (coff_slurp_line_table): Add cast to unsigned int.
67
f8521a03
L
682014-11-13 H.J. Lu <hongjiu.lu@intel.com>
69
70 * coffcode.h (coff_pointerize_aux_hook): Fix a typo.
71
553d1284
L
722014-11-13 H.J. Lu <hongjiu.lu@intel.com>
73
74 PR gas/17598
75 * elf64-x86-64.c (elf_x86_64_check_relocs): Treat
76 R_X86_64_GOTPLT64 the same as R_X86_64_GOT64.
77 (elf_x86_64_relocate_section): Likewise.
78
a5c71af8
NC
792014-11-13 Nick Clifton <nickc@redhat.com>
80
81 PR binutils/17512
82 * coffcode.h (coff_ptr_struct): Add is_sym field.
83 (coff_new_section_hook): Set the is_sym field.
84 (coff_pointerize_aux_hook): Check the is_sym field.
85 (coff_print_aux): Likewise.
86 (coff_compute_section_file_positions): Likewise.
87 (coff_write_object_contents): Likewise.
88 (coff_slurp_line_table): Likewise.
89 (coff_slurp_symbol_table): Likewise.
90 (CALC_ADDEND): Likewise.
91 * coffgen.c (coff_renumber_symbols): Likewise.
92 (coff_mangle_symbols): Likewise.
93 (coff_fix_symbol_name): Likewise.
94 (coff_write_symbol): Likewise.
95 (coff_write_alien_symbol): Likewise.
96 (coff_write_native_symbol): Likewise.
97 (coff_write_symbols): Likewise.
98 (coff_write_linenumbers): Likewise.
99 (coff_pointerize_aux): Likewise.
100 (coff_get_normalized_symtab): Likewise.
101 (coff_get_symbol_info): Likewise.
102 (bfd_coff_get_syment): Likewise.
103 (bfd_coff_get_auxent): Likewise.
104 (coff_print_symbol): Likewise.
105 (coff_find_nearest_line_with_names): Likewise.
106 (bfd_coff_set_symbol_class): Likewise.
107 (coff_make_empty_symbol): Set the is_sym field.
108 (coff_bfd_make_debug_symbol): Likewise.
109 * peicode.h (pe_ILF_make_a_symbol): Likewise.
110 * libcoff.h: Regenerate.
111 * libcoff-in.h: Regenerate.
112
f41e4712
NC
1132014-11-12 Nick Clifton <nickc@redhat.com>
114
115 PR binutils/17512
116 * coffcode.h (coff_slurp_line_table): Set the line number of
117 corrupt entries to -1.
118 (coff_slurp_symbol_table): Alway initialise the value of the
119 symbol.
120 * coffgen.c (coff_print_symbol): Check that the combined pointer
121 is valid.
122 (coff_print_symbol): Do not print negative line numbers.
123 * peXXigen.c (pe_print_idata): Add range checking displaying
124 member names.
125
6bb3e679
AM
1262014-11-12 Alan Modra <amodra@gmail.com>
127
128 PR binutils/17512
129 * coffcode.h (coff_slurp_line_table): Drop line number info
130 not preceded by a valid function entry. Revert last change.
131
201159ec
NC
1322014-11-11 Nick Clifton <nickc@redhat.com>
133
134 PR binutils/17512
135 * coffcode.h (coff_slurp_line_table): Initialise the parts of the
136 line number cache that would not be initialised by the copy from
137 the new line number table.
138 (coff_classify_symbol): Allow for _bfd_coff_internal_syment_name
139 returning NULL.
140 * coffgen.c (coff_get_normalized_symbols): Get the external
141 symbols before allocating space for the internal symbols, in case
142 the get fails.
143 * elf.c (_bfd_elf_slurp_version_tables): Only allocate a verref
144 array if one is needed. Likewise with the verdef array.
145 * peXXigen.c (_bfd_XXi_swap_sym_in): Replace abort()'s with error
146 messages.
147 (_bfd_XXi_swap_aux_in): Make sure that all fields of the aux
148 structure are initialised.
149 (pe_print_edata): Avoid reading off the end of the data buffer.
150
0ac23374
AM
1512014-11-11 Alan Modra <amodra@gmail.com>
152
153 PR binutils/17512
154 * coffcode.h (coff_slurp_line_table): Use updated lineno_count
155 when building func_table.
156
fcfa6240
AM
1572014-11-11 Alan Modra <amodra@gmail.com>
158
159 PR binutils/17512
160 * coffcode.h (coff_slurp_line_table): Don't bfd_zalloc, just
161 memset the particular bits we need. Update src after hitting loop
162 "continue". Don't count lineno omitted due to invalid symbols in
163 nbr_func, and update lineno_count. Init entire terminating
164 lineno. Don't both allocating terminator in n_lineno_cache.
165 Redirect sym->lineno pointer to where n_lineno_cache will be
166 copied, and free n_lineno_cache.
167 * pe-mips.c (NUM_HOWTOS): Typo fix.
168
4de1599b
AM
1692014-11-11 Alan Modra <amodra@gmail.com>
170
171 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust section
172 size check to account for possible zero terminator.
173
fd6f9d17
RS
1742014-11-10 James Cowgill <James.Cowgill@imgtec.com>
175
176 * elfxx-mips.c (_bfd_mips_elf_section_processing): don't force small
177 data sections to be PROGBITS
178
36e9d67b
NC
1792014-11-10 Nick Clifton <nickc@redhat.com>
180
181 PR binutils/17521
182 * coff-i386.c (NUM_HOWTOS): New define.
183 (RTYPE2HOWTO): Use it.
184 (coff_i386_rtype_to_howto): Likewise.
185 (coff_i386_reloc_name_lookup): Likewise.
186 (CALC_ADDEND): Check that reloc r_type field is valid.
187 * coff-x86_64.c (NUM_HOWTOS): New define.
188 (RTYPE2HOWTO): Use it.
189 (coff_amd64_rtype_to_howto): Likewise.
190 (coff_amd64_reloc_name_lookup): Likewise.
191 (CALC_ADDEND): Check that reloc r_type field is valid.
192 * coffcode.h (coff_slurp_line_table): Check for symbol table
193 indexing underflow.
194 (coff_slurp_symbol_table): Use zalloc to ensure that all table
195 entries are initialised.
196 * coffgen.c (_bfd_coff_read_string_table): Initialise unused bits
197 in the string table. Also ensure that the table is 0 terminated.
198 (coff_get_normalized_symtab): Check for symbol table indexing
199 underflow.
200 * opncls.c (bfd_alloc): Catch the case where a small negative size
201 can result in only 1 byte being allocated.
202 (bfd_alloc2): Use bfd_alloc.
203 * pe-mips.c (NUM_HOWTOS): New define.
204 (coff_mips_reloc_name_lookup): Use it.
205 (CALC_ADDEND): Check that reloc r_type field is valid.
206 * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Initialise unused entries
207 in the DataDirectory.
208 (pe_print_idata): Avoid reading beyond the end of the data block
209 wen printing strings.
210 (pe_print_edata): Likewise.
211 Check for table indexing underflow.
212 * peicode.h (pe_mkobject): Initialise the pe_opthdr field.
213 (pe_bfd_object_p): Allocate and initialize enough space to hold a
214 PEAOUTHDR, even if the opt_hdr field specified less.
215
d1f5d98a
AM
2162014-11-08 Alan Modra <amodra@gmail.com>
217
218 * peXXigen.c (pe_print_idata): Revert last patch, cast lhs instead.
219
01158262
L
2202014-11-07 H.J. Lu <hongjiu.lu@intel.com>
221
222 * peXXigen.c (pe_print_idata): Cast to unsigned long in range
223 checks.
224
cf61b747
L
2252014-11-07 H.J. Lu <hongjiu.lu@intel.com>
226
227 PR ld/17482
228 * elf64-x86-64.c (elf_x86_64_relocate_section): Update comments
229 for IE->LE transition.
230
56aedec7
AM
2312014-11-07 Alan Modra <amodra@gmail.com>
232
233 * tekhex.c (tekhex_set_arch_mach): Ignore unknown arch errors.
234
e5242d4b
AM
2352014-11-07 Alan Modra <amodra@gmail.com>
236
237 * tekhex.c (CHUNK_SPAN): Define.
238 (struct data_struct <chunk_init>): Use one byte per span, update
239 all code accessing this field.
240 (find_chunk): Add create param, don't create new entry unless set.
241 (insert_byte): Don't save zeros.
242 (first_phase): Set section SEC_CODE or SEC_DATA flag depending
243 on symbol type. Create an alternate section if both types of
244 symbol are given. Attach type '2' and '6' symbols to absolute
245 section.
246 (move_section_contents): Fix caching of chunk. Don't create chunk
247 when reading, or for writing zeros.
248 (tekhex_set_section_contents): Don't create initial chunks.
249 (tekhex_write_object_contents): Use CHUNK_SPAN.
250
7c53fd1c
AM
2512014-11-07 Alan Modra <amodra@gmail.com>
252
253 * aoutx.h (aout_get_external_symbols): Tidy allocation of symbol buffer.
254
40572405
AM
2552014-11-07 Alan Modra <amodra@gmail.com>
256
257 * archive.c (_bfd_slurp_extended_name_table): Revert bfd_get_size check.
258 * coffcode.h (coff_set_alignment_hook): Likewise.
259 (coff_slurp_line_table): Likewise.
260 * coffgen.c (coff_get_normalized_symtab): Likewise.
261 (_bfd_coff_get_external_symbols): Likewise.
262 * elf.c (bfd_elf_get_str_section): Likewise.
263 * tekhex.c (first_phase): Likewise.
264
83410725
NC
2652014-11-06 Nick Clifton <nickc@redhat.com>
266
267 * aoutx.h (slurp_symbol_table): Revert previous delta.
268 (slurp_reloc_table): Likewise.
269 * compress.c (bfd_get_full_section_contents): Remove file size
270 test.
271 * coffgen.c (coff_get_normalized_symtab): Allow zero-sized symtabs
272 and do not complain about linker generated files.
273
1fe9dc45
WN
2742014-11-06 Will Newton <will.newton@linaro.org>
275
276 * elf-attrs.c (_bfd_elf_parse_attributes): Handle zero
277 length sections and sub-sections.
278
a6f921c8
NC
2792014-11-04 Nick Clifton <nickc@redhat.com>
280
281 PR binutils/17512
282 * coffcode.h (handle_COMDAT): Replace abort with BFD_ASSERT.
283 Replace another abort with an error message.
284 (coff_slurp_line_table): Add more range checking.
285 * peXXigen.c (pe_print_debugdata): Add range checking.
286
131e2f8e
MF
2872014-11-05 James Cowgill <james.cowgill@imgtec.com>
288
289 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Fix segfault
290 when creating a dso with discarded dynsym section.
291
09c14161
MF
2922014-11-05 Matthew Fortune <matthew.fortune@imgtec.com>
293
294 * elfxx-mips.c (update_mips_abiflags_isa): Add E_MIPS_ARCH_32R6
295 and E_MIPS_ARCH_64R6 support.
296
20ad5e28
NC
2972014-11-05 Nick Clifton <nickc@redhat.com>
298
299 PR binutils/17512
300 * coffcode.h (coff_set_alignment_hook): Warn if the file lies
301 about the number of relocations it contains.
302 (coff_sort_func_alent): Return 0 if the pointers are NULL.
303 (coff_slurp_line_table): Add more range checks. Do not free new
304 tables created when sorting line numbers.
305 * peXXigen.c (pe_print_idata): Add range checks.
306 (pe_print_edata): Likewise.
307 (rsrc_print_resource_entries): Likewise. Avoid printing control
308 characters. Terminate priniting if corruption is detected.
309 (rsrc_print_resource_directory): Terminate printing if an unknown
310 directory type is encountered.
311 (pe_print_debugdata): Fix off-by-one error.
312 (rsrc_count_entries): Add range checking.
313 (rsrc_parse_entry): Likewise.
314
bb0d8671
NC
3152014-11-04 Nick Clifton <nickc@redhat.com>
316
79f2a78e
NC
317 PR binutils/17512
318 * compress.c (bfd_get_full_section_contents): Improve test for
319 linker created objects.
320
bb0d8671
NC
321 PR binutils/17533
322 * archive.c (_bfd_slurp_extended_name_table): Handle archives with
323 corrupt extended name tables.
324
ef42b83e
AM
3252014-11-04 Alan Modra <amodra@gmail.com>
326
327 * elf32-spu.c (ovl_mgr_stat): New function.
328 (spu_elf_open_builtin_lib): Pass to bfd_openr_iovec.
329
931b79cc
AB
3302014-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * elf32-avr.c (elf32_avr_relax_delete_bytes): During linker
333 relaxation, reduce the size of symbols that span the deleted
334 bytes.
335
a12d0ffc
AB
3362014-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * elf32-avr.c (elf32_avr_relax_delete_bytes): Modify symbols
339 located at the very end of the section.
340
5a3f568b
NC
3412014-11-03 Nick Clifton <nickc@redhat.com>
342
343 PR binutils/17512
344 * aoutx.h (slurp_symbol_table): Check that computed table size is
345 not bigger than the file from which is it being read.
346 (slurp_reloc_table): Likewise.
347 * coffcode.h (coff_slurp_line_table): Remove unneeded local
348 'warned'. Do not try to print the details of a symbol with an
349 invalid index.
350 * coffgen.c (make_a_sectiobn_from_file): Check computed string
351 index against length of string table.
352 (bfd_coff_internal_syment_name): Check read in string offset
353 against length of string table.
354 (build_debug_section): Return a pointer to the section used.
355 (_bfd_coff_read_string_table): Store the length of the string
356 table in the coff_tdata structure.
357 (bfd_coff_free_symbols): Set the length of the string table to
358 zero when it is freed.
359 (coff_get_normalized_symtab): Check offsets against string table
360 or data table lengths as appropriate.
361 * cofflink.c (_bfd_coff_link_input_bfd): Check offset against
362 length of string table.
363 * compress.c (bfd_get_full_section_contents): Check computed size
364 against the size of the file.
365 * libcoff-in.h (obj_coff_strings_len): Define.
366 (struct coff_tdata): Add strings_len field.
367 * libcoff.h: Regenerate.
368 * peXXigen.c (pe_print_debugdata): Do not attempt to print the
369 data if the debug section is too small.
370 * xcofflink.c (xcoff_link_input_bfd): Check offset against
371 length of string table.
372
ba241f2d
NC
3732014-11-03 Nick Clifton <nickc@redhat.com>
374
375 * po/fi.po: Updated Finnish translation.
376
2c629856
N
3772014-10-31 Andrew Pinski <apinski@cavium.com>
378 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
379
380 * archures.c: Add octeon3 for mips target.
381 * bfd-in2.h: Regenerate.
382 * bfd/cpu-mips.c: Define I_mipsocteon3.
383 nfo_struct): Add octeon3 support.
384 * bfd/elfxx-mips.c: (_bfd_elf_mips_mach): Add support for
385 octeon3.
386 (mips_set_isa_flags): Add support for octeon3.
ba241f2d 387 (bfd_mips_isa_ext): Add bfd_mach_mips_octeon3.
2c629856
N
388 (mips_mach_extensions): Make bfd_mach_mips_octeon3 an
389 extension of bfd_mach_mips_octeon2.
390 (print_mips_isa_ext): Print the value of Octeon3.
391
f54498b4
NC
3922014-10-31 Nick Clifton <nickc@redhat.com>
393
394 PR binutils/17512
395 * coffgen.c (_bfd_coff_get_external_symbols): Do not try to load a
396 symbol table bigger than the file.
397 * elf.c (bfd_elf_get_str_section): Do not try to load a string
398 table bigger than the file.
690725fa 399 * tekhex.c (first_phase): Check that the section range is sane.
f54498b4 400
7e760b06
NC
4012014-10-30 Nick Clifton <nickc@redhat.com>
402
403 PR binutils/17512
0102ea8c 404 * ihex.c (ihex_scan): Fix typo in invocation of ihex_bad_byte.
7e760b06
NC
405 * coffgen.c (coff_get_normalized_symtab): Prevent buffer overrun.
406
e5b470e2
NC
4072014-10-29 Nick Clifton <nickc@redhat.com>
408
409 * elf.c (bfd_section_from_shdr): Fix heap use after free memory
410 leak.
411
d1e8523e
DB
4122014-10-29 Dennis Brueni <dbrueni@slickedit.com>
413
e5b470e2 414 * elf.c (elfcore_write_lwpstatus): Fix typo in call to memcpy.
d1e8523e 415
5a4b0ccc
NC
4162014-10-28 Nick Clifton <nickc@redhat.com>
417
418 PR binutils/17512
419 * elf.c (bfd_section_from_shdr): Allocate and free the recursion
420 detection table on a per-bfd basis.
421 * peXXigen.c (pe_print_edata): Handle binaries with a truncated
422 export table.
423
708d7d0d
NC
4242014-10-28 Andreas Schwab <schwab@suse.de>
425 Nick Clifton <nickc@redhat.com>
426
427 PR binutils/17510
428 * srec.c (srec_bad_byte): Increase size of buf to allow for
429 negative values.
430 (srec_scan): Use an unsigned char buffer to hold header bytes.
431
493a3386
NC
4322014-10-27 Nick Clifton <nickc@redhat.com>
433
7e1e1988 434 PR binutils/17512
bf67003b
NC
435 * elf.c (bfd_section_from_shdr): Detect and warn about ELF
436 binaries with a group of sections linked by the string table
437 indicies.
7e1e1988
NC
438 * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Handle corrupt binaries
439 with an invalid value for NumberOfRvaAndSizes.
bf67003b
NC
440 (pe_print_edata): Detect out of range rvas and entry counts for
441 the Export Address table, Name Pointer table and Ordinal table.
7e1e1988 442
493a3386
NC
443 PR binutils/17510
444 * elf.c (setup_group): Improve handling of corrupt group
445 sections.
446
68fcca92
JW
4472014-10-24 Tejas Belagod <tejas.belagod@arm.com>
448
449 * bfd-in.h (bfd_elf64_aarch64_set_options): Add a parameter.
450 * bfd-in2.h (bfd_elf64_aarch64_set_options): Likewise.
451 * elfnn-aarch64.c (aarch64_erratum_835769_stub): New.
452 (elf_aarch64_stub_type): Add new type
453 aarch64_stub_erratum_835769_veneer.
454 (elf_aarch64_stub_hash_entry): New fields for erratum 835769.
455 (aarch64_erratum_835769_fix): New data struct to record erratum
456 835769.
457 (elf_aarch64_link_hash_table: Global flags for 835769.
458 (aarch64_build_one_stub): Add case for 835769.
459 (aarch64_size_one_stub): Likewise.
460 (aarch64_mem_op_p, aarch64_mlxl_p,
461 aarch64_erratum_sequence,erratum_835769_scan):
462 New. Decode and scan functions for erratum 835769.
463 (elf_aarch64_create_or_find_stub_sec): New.
464 (elfNN_aarch64_size_stubs): Look for erratum 835769 and record
465 them.
466 (bfd_elfNN_aarch64_set_options: Set global flag for 835769.
467 (erratum_835769_branch_to_stub_data,
468 make_branch_to_erratum_835769_stub):New. Connect up all the
469 erratum stubs to occurances by branches.
470 (elfNN_aarch64_write_section): New hook.
471 (aarch64_map_one_stub): Output erratum stub symbol.
472 (elfNN_aarch64_size_dynamic_sections): Init mapping symbol
473 information for erratum 835769.
474 (elf_backend_write_section): Define.
475
685e70ae
VK
4762014-10-23 Victor Kamensky <victor.kamensky@linaro.org>
477
478 * elf32-arm.c (read_code32): New function to read 32 bit
479 arm instruction.
480 (read_code16): New function to read 16 bit thumb instrution.
481 (elf32_arm_plt0_size, elf32_arm_plt_size): Use read_code32
482 and read_code16 to read instructions.
483
00ac7aa0
MF
4842014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
485
486 * elfxx-mips.c (print_mips_ases): Print unknown ASEs.
487 (print_mips_isa_ext): Print the value of an unknown extension.
488
73242275
AM
4892014-10-21 Alan Modra <amodra@gmail.com>
490
491 * elf64-ppc.c (ppc64_elf_tls_optimize): Ignore relocs against toc
492 entries that aren't a multiple of 8 rather than failing assertion.
493
2300b5a1
AM
4942014-10-21 Alan Modra <amodra@gmail.com>
495
496 * elf64-ppc.c (ppc64_elf_size_stubs): Add gcc-4.9 libgomp functions
497 to thread_starter.
498
b53dfeb2
AM
4992014-10-18 Alan Modra <amodra@gmail.com>
500
501 * elf64-ppc.c (ppc64_elf_add_symbol_hook): If function code
502 section for function symbols defined in .opd is discarded, let
503 the symbol appear to be undefined.
504 (opd_entry_value): Ensure the result section is that for the
505 function code section in the same object as the OPD entry.
506
f1885d1e
AM
5072014-10-16 Alan Modra <amodra@gmail.com>
508
509 PR 17492
510 * elf32-arm.c (elf32_arm_add_symbol_hook): Only set has_gnu_symbols
511 on ELF output bfd.
512 * elf32-i386.c (elf_i386_add_symbol_hook): Likewise.
513 * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise.
514 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
515 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
516 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
517 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
518 * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
519 * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise.
520 * elf-s390-common.c (elf_s390_add_symbol_hook): Likewise. Handle
521 STB_GNU_UNIQUE too.
522
459609d6
AM
5232014-10-16 Alan Modra <amodra@gmail.com>
524
525 * elf64-ppc.c (ppc64_elf_before_check_relocs): Do .opd processing
526 even when output is not ppc64 ELF. Remove redundant tests on
527 type of input bfd.
528
fb167eb2
AM
5292014-10-15 Alan Modra <amodra@gmail.com>
530
531 PR 17481
532 * aoutx.h (NAME (aout, find_nearest_line)): Add "discriminator_ptr"
533 param, group "section" and "offset" params. Zero discriminator.
534 * bfd.c (bfd_find_nearest_line): Implement with new
535 _bfd_find_nearest_line.
536 (bfd_find_nearest_line_discriminator): Likewise.
537 * coff-i386.c (_bfd_generic_find_nearest_line_discriminator): Don't
538 define.
539 * coff-rs6000.c (xcoff_find_nearest_line,
540 xcoff_find_nearest_line_discriminator): Delete.
541 (_bfd_xcoff_find_nearest_line): Don't define.
542 (_bfd_xcoff_find_nearest_line): Define as coff_find_nearest_line.
543 * coff-x86_64.c (_bfd_generic_find_nearest_line_discriminator): Don't
544 define.
545 * coff64-rs6000.c (rs6000_xcoff64_vec, rs6000_xcoff64_aix_vec): Adjust.
546 * coffgen.c (coff_find_nearest_line_with_names): Reorder params,
547 adjust _bfd_dwarf2_find_nearest_line call.
548 (coff_find_nearest_line): Add "discriminator_ptr" param, reorder
549 others. Set discriminator. Adjust call.
550 (coff_find_nearest_line_discriminator): Delete.
551 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Reorder params.
552 * dwarf2.c (find_line): Rename to..
553 (_bfd_dwarf2_find_nearest_line): ..this, reordering params.
554 Simplify setting of do_line. Delete old function.
555 (_bfd_dwarf2_find_line): Delete.
556 * ecoff.c (_bfd_ecoff_find_nearest_line): Reorder params, add
557 discriminator_ptr and set it.
558 * elf-bfd.h (_bfd_elf_find_nearest_line): Update prototype.
559 (_bfd_elf_find_nearest_line_discriminator): Delete.
560 (_bfd_elf_find_line_discriminator): Delete.
561 (_bfd_generic_find_nearest_line_discriminator): Don't define.
562 * elf.c (elf_find_function): Reorder params.
563 (_bfd_elf_find_nearest_line): Reorder params, add discriminator_ptr.
564 Adjust calls.
565 (_bfd_elf_find_nearest_line_discriminator): Delete.
566 (_bfd_elf_find_line): Adjust call.
567 * elf32-arm.c (arm_elf_find_function): Reorder params.
568 (elf32_arm_find_nearest_line): Reorder params, add discriminator_ptr.
569 Adjust calls.
570 * elf64-alpha.c (elf64_alpha_find_nearest_line): Similarly.
571 * elfnn-aarch64.c (aarch64_elf_find_function): Reorder params.
572 (elfNN_aarch64_find_nearest_line): Reorder params, add
573 discriminator_ptr. Adjust calls.
574 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Similarly.
575 * elfxx-mips.h (_bfd_mips_elf_find_nearest_line): Update prototype.
576 * libaout.h (NAME (aout, find_nearest_line)): Update prototype.
577 * libbfd-in.h (_bfd_nosymbols_find_nearest_line): Update.
578 (_bfd_dwarf1_find_nearest_line): Likewise.
579 (_bfd_dwarf2_find_nearest_line): Likewise.
580 (_bfd_dwarf2_find_line): Delete.
581 (_bfd_generic_find_nearest_line_discriminator): Delete.
582 * libbfd.c (_bfd_generic_find_nearest_line_discriminator): Delete.
583 * libcoff-in.h (coff_find_nearest_line): Update prototype.
584 (coff_find_nearest_line_discriminator): Delete.
585 (coff_find_nearest_line_with_names): Update prototype.
586 * libecoff.h (_bfd_ecoff_find_nearest_line): Update prototype.
587 * mach-o.c (bfd_mach_o_find_nearest_line): Reorder params, add
588 discriminator_ptr. Adjust calls.
589 * mach-o.h (bfd_mach_o_find_nearest_line): Update prototype.
590 * pdp11.c (NAME (aout, find_nearest_line)): Reorder params, add
591 discriminator_ptr and set.
592 * som.c (som_find_nearest_line): Similarly.
593 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Delete entry for
594 _bfd_find_nearest_line_discriminator.
595 (struct bfd_target <_bfd_find_nearest_line>): Adjust prototype.
596 (struct bfd_target <_bfd_find_nearest_line_discriminator>): Delete.
597 * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Rename to..
598 (_bfd_vms_find_nearest_line): ..this. Reorder params, add
599 "discriminator" and set.
600 (_bfd_vms_find_nearest_line_discriminator): Delete.
601 (_bfd_generic_find_nearest_line_discriminator): Don't define.
602 (alpha_vms_find_nearest_line): Update define.
603 * bfd-in2.h: Regenerate.
604 * libbfd.h: Regenerate.
605 * libcoff.h: Regenerate.
606
9c461f7d
AM
6072014-10-15 Alan Modra <amodra@gmail.com>
608
609 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Use NAME##_find_line.
610 * aout-adobe.c (aout_32_find_line): Define.
611 (aout_32_bfd_make_debug_symbol, aout_32_bfd_reloc_type_lookup,
612 aout_32_bfd_reloc_name_lookup): Define using _bfd_nosymbols define.
613 * aout-target.h (MY_find_line): Define.
614 * aout-tic30.c (MY_find_line): Define.
615 * binary.c (binary_find_line): Define.
616 * bout.c (aout_32_find_line): Define.
617 * coff-rs6000.c (_bfd_xcoff_find_line): Define.
618 * coff64-rs6000.c (rs6000_xcoff64_vec): Use coff_find_line.
619 (rs6000_xcoff64_aix_vec): Likewise.
620 * elf-bfd.h (_bfd_generic_find_line): Don't define.
621 * elfxx-target.h (bfd_elfNN_find_line): Define.
622 * i386msdos.c (msdos_find_line): Define.
623 * i386os9k.c (aout_32_find_line): Define.
624 * ieee.c (ieee_find_nearest_line, ieee_find_inliner_info): Delete func.
625 (ieee_find_nearest_line, ieee_find_line,
626 ieee_find_inliner_info): Define.
627 * ihex.c (ihex_find_line): Define.
628 * libbfd-in.h (_bfd_nosymbols_find_line): Define.
629 (_bfd_generic_find_line): Don't define.
630 * libbfd.c (_bfd_generic_find_line): Delete.
631 * libcoff-in.h (coff_find_line): Define.
632 * libecoff.h (_bfd_ecoff_find_line): Define.
633 * mach-o.h (bfd_mach_o_find_line): Define.
634 * mmo.c (mmo_find_line): Define.
635 * nlm-target.h (nlm_find_line): Define.
636 * oasys.c (oasys_find_nearest_line, oasys_find_inliner_info): Delete.
637 (oasys_find_nearest_line, oasys_find_line,
638 oasys_find_inliner_info): Define.
639 * pef.c (bfd_pef_find_line): Define.
640 * plugin.c (bfd_plugin_find_line): Define.
641 * ppcboot.c (ppcboot_find_line): Define.
642 * som.c (som_find_line): Define.
643 * srec.c (srec_find_line): Define.
644 * tekhex.c (tekhex_find_line): Define.
645 * versados.c (versados_find_line): Define.
646 * vms-alpha.c (alpha_vms_find_line): Define.
647 * xsym.c (bfd_sym_find_line): Define.
648 * bfd-in2.h: Regenerate.
649 * libbfd.h: Regenerate.
650 * libcoff.h: Regenerate.
651
91dc4e0a
TG
6522014-10-15 Tristan Gingold <gingold@adacore.com>
653
654 * version.m4: Bump version to 2.25.51
655 * configure: Regenerate.
656
5697705a
L
6572014-10-14 H.J. Lu <hongjiu.lu@intel.com>
658
659 * elf32-i386.c (elf_i386_convert_mov_to_lea): Skip if relocation
660 offset is less than 2.
661 * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
662
65879393
AM
6632014-10-14 Alan Modra <amodra@gmail.com>
664
665 PR 17453
666 * libbfd.c (COERCE16, COERCE32, COERCE64): Use unsigned types.
667 (EIGHT_GAZILLION): Delete.
668
5b69e357
AM
6692014-10-13 Alan Modra <amodra@gmail.com>
670
671 PR 17467
672 * elf-eh-frame.c (ENSURE_NO_RELOCS): Don't stop at first NONE reloc.
673 (_bfd_elf_parse_eh_frame): When relocatable output, don't set
674 flags enabling conversion of CIEs and FDEs to use relative encoding.
675 (find_merged_cie): Similarly.
676 (_bfd_elf_write_section_eh_frame): Don't edit FDEs when
677 relocatable, except for CIE pointer.
678 * elflink.c (bfd_elf_reloc_symbol_deleted_p): Return true for
679 relocs against symbols in dropped comdat group sections.
680 (bfd_elf_discard_info): Do some eh_frame optimisation when
681 relocatable.
682
3d68f91c
JM
6832014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
684
685 * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): Handle
686 the hwcaps2 object attribute.
687
c2aaac08
AM
6882014-10-04 Alan Modra <amodra@gmail.com>
689
690 PR 17447
691 * elf-bfd.h (struct eh_cie_fde): Comment re NULL u.fde.cie_inf.
692 * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Mark zero address
693 range FDEs for discarding.
694 (vma_compare): Sort on range after address.
695 (_bfd_elf_gc_mark_fdes): Test for NULL u.fde.cie_inf.
696 (_bfd_elf_discard_section_eh_frame): Likewise. Write "FDE" in
697 error message rather than "fde".
698 (_bfd_elf_write_section_eh_frame_hdr): Write "PC" and "FDE" in
699 error message.
700
cf7363b4
L
7012014-09-29 H.J. Lu <hongjiu.lu@intel.com>
702
703 PR ld/17440
704 * elf32-i386.c (elf_i386_fbsd_post_process_headers): Fix build
705 for OLD_FREEBSD_ABI_LABEL.
706
e44f5bef
MT
7072014-09-24 Markus Trippelsdorf <markus@trippelsdorf.de>
708
709 PR 17422
710 * plugin.c (try_claim): New function. Moved from
711 bfd_plugin_object_p.
712 (try_load_plugin): Pass through bfd. Add test.
713 (load_plugin): Pass through bfd.
714 (bfd_plugin_object_p): Move logic to try_claim.
715
331ed130
SA
7162014-09-23 Sterling Augustine <augustine.sterling@gmail.com>
717
718 * elf32-xtensa.c (is_resolvable_asm_expansion): for cross-section
719 call relaxation use furthermost addresses where call source and
720 destination can be to check whether it's in the range of a direct
721 call.
722
aa8f4d1e
AM
7232014-09-22 Alan Modra <amodra@gmail.com>
724
725 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): Don't return
726 false for overflow or overlapping FDEs. Give more detail in
727 error messages.
728
c3eb94b4
MF
7292014-09-22 Andrew Bennett <andrew.bennett@imgtec.com>
730
731 * elfxx-mips.c (mips_elf_calculate_relocation): Don't sign extend
732 the addend if relocations are RELA.
733
f4cb41f4
KLC
7342014-09-22 Kuan-Lin Chen <kuanlinchentw@gmail.com>
735
736 * elf32-nds32.c (nds32_elf_ex9_build_hash_table,
737 nds32_elf_ex9_relocation_check): Synchronize the argument type.
738
e00d879a
AK
7392014-09-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
740
741 * elf32-s390.c: Don't replace R_390_TLS_LE32 with R_390_TLS_TPOFF
742 for PIE.
743 * elf64-s390.c: Don't replace R_390_TLS_LE64 with R_390_TLS_TPOFF
744 for PIE.
745
92c9bcd4
JK
7462014-09-18 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 PR gdb/17407
749 * elfcode.h (bfd_from_remote_memory): Use SIZE for HIGH_OFFSET.
750
70e99720
TG
7512014-09-16 Terry Guo <terry.guo@arm.com>
752
753 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Return false if
754 failed to merge.
755
1c8f6a4d
KLC
7562014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
757
758 * bfd-in2.h: Regenerate.
759 * elf32-nds32.c (nds32_elf_mkobject): Hook bfd_elf32_mkobject.
760 (nds32_elf_relax_section): Code refactoring.
761 (nds32_elf_relax_longcall1, nds32_elf_relax_longcall2,
762 nds32_elf_relax_longcall3, nds32_elf_relax_longcall4,
763 nds32_elf_relax_longcall5, nds32_elf_relax_longcall6): Relax call
764 pattern. The first three is moved from nds32_elf_relax_section,
765 and the last three is new function.
766 (nds32_elf_relax_longjump1, nds32_elf_relax_longjump2,
767 nds32_elf_relax_longjump3, nds32_elf_relax_longjump4,
768 nds32_elf_relax_longjump5, nds32_elf_relax_longjump6,
769 nds32_elf_relax_longjump7): Relax condition branch pattern. The first
770 three is moved from nds32_elf_relax_section, and the last four
771 is new function.
772 (nds32_elf_relax_loadstore, nds32_elf_relax_lo12): Relax load-store
773 pattern and address setting pattern.
774 (nds32_elf_relax_piclo12, nds32_elf_relax_ptr,
775 nds32_elf_relax_pltgot_suff, nds32_elf_relax_got_suff,
776 nds32_elf_relax_gotoff_suff): Relax pic pattern.
777 (nds32_elf_relax_letlslo12, nds32_elf_relax_letlsadd,
778 nds32_elf_relax_letlsls): Relax TLS pattern.
779 (nds32_relax_adjust_label): Adjust alignment and nop.
780 (nds32_elf_pick_relax): Choose relaxation optimization.
781 (nds32_elf_get_relocated_section_contents): New hook.
782 (nds32_elf_order_insn_times, nds32_elf_ex9_build_itable): Release ex9
783 table 234th entry.
784 * elf32-nds32.h: Declare.
785 * libbfd.h: Regenerate.
786 * reloc.c: Add nds32 new relocations.
787
6d74e8a1
CG
7882014-09-15 Chen Gang <gang.chen.5i5j@gmail.com>
789
790 * dwarf2.c (find_abstract_instance_name): Use 'form' instead of
791 'name' for the typo issue, which related with commit
792 60d77146a249ae9b51d7ce98930cdbedb2cfa352.
793
7361da2c
AB
7942014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
795 Matthew Fortune <matthew.fortune@imgtec.com>
796
797 * aoutx.h (NAME (aout, machine_type)): Add mips32r6 and mips64r6.
798 * archures.c (bfd_architecture): Likewise.
799 * bfd-in2.h (bfd_architecture): Likewise.
800 (bfd_reloc_code_real): Add relocs BFD_RELOC_MIPS_21_PCREL_S2,
801 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3 and
802 BFD_RELOC_MIPS_19_PCREL_S2.
803 * cpu-mips.c (arch_info_struct): Add mips32r6 and mips64r6.
804 * elf32-mips.c: Define relocs R_MIPS_PC21_S2, R_MIPS_PC26_S2
805 R_MIPS_PC18_S3, R_MIPS_PC19_S2, R_MIPS_PCHI16 and R_MIPS_PCLO16.
806 (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2,
807 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
808 BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
809 BFD_RELOC_LO16_PCREL.
810 * elf64-mips.c: Define REL, and RELA relocations R_MIPS_PC21_S2,
811 R_MIPS_PC26_S2, R_MIPS_PC18_S3, R_MIPS_PC19_S2, R_MIPS_PCHI16
812 and R_MIPS_PCLO16.
813 (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2,
814 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
815 BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
816 BFD_RELOC_LO16_PCREL.
817 * elfn32-mips.c: Likewise.
818 * elfxx-mips.c (MIPSR6_P): New define.
819 (mipsr6_exec_plt_entry): New array.
820 (hi16_reloc_p): Add support for R_MIPS_PCHI16.
821 (lo16_reloc_p): Add support for R_MIPS_PCLO16.
822 (aligned_pcrel_reloc_p): New function.
823 (mips_elf_relocation_needs_la25_stub): Add support for relocs:
824 R_MIPS_PC21_S2 and R_MIPS_PC26_S2.
825 (mips_elf_calculate_relocation): Add support for relocs:
826 R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3, R_MIPS_PC19_S2,
827 R_MIPS_PCHI16 and R_MIPS_PCLO16.
828 (_bfd_elf_mips_mach): Add support for mips32r6 and mips64r6.
829 (mips_elf_add_lo16_rel_addend): Add support for R_MIPS_PCHI16.
830 (_bfd_mips_elf_check_relocs): Add support for relocs:
831 R_MIPS_PC21_S2 and R_MIPS_PC26_S2.
832 (_bfd_mips_elf_relocate_section): Add a check for unaligned
833 pc relative relocs.
834 (_bfd_mips_elf_finish_dynamic_symbol): Add support for MIPS r6
835 plt entry.
836 (mips_set_isa_flags): Add support for mips32r6 and mips64r6.
837 (_bfd_mips_elf_print_private_bfd_data): Likewise.
838 (mips_32bit_flags_p): Add support for mips32r6.
839 * libbfd.h (bfd_reloc_code_real_names): Add entries for
840 BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2,
841 BFD_RELOC_MIPS_18_PCREL_S3 and BFD_RELOC_MIPS_19_PCREL_S2.
842 * reloc.c: Document relocs BFD_RELOC_MIPS_21_PCREL_S2,
843 BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3 and
844 BFD_RELOC_MIPS_19_PCREL_S2.
845 * config.bfd: Add mips*-img-elf* target triple.
846
a9d58c06
AB
8472014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
848
849 * config.bfd: Add mips*-img-elf* target triple.
850
ae6c7e33
AM
8512014-09-12 Alan Modra <amodra@gmail.com>
852
853 * elf-bfd.h (struct eh_frame_array_ent): Add "range".
854 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Stash address
855 range of FDEs to hdr_info->array.
856 (_bfd_elf_write_section_eh_frame_hdr): Report overflow in
857 .eh_frame_hdr entries, and overlapping FDEs.
858
a485e98e
AM
8592014-09-10 Alan Modra <amodra@gmail.com>
860
861 * elf.c (assign_file_positions_except_relocs): Move section header
862 placement to..
863 (_bfd_elf_assign_file_positions_for_relocs): ..here. Make static.
864 * elf-bfd.h (_bfd_elf_assign_file_positions_for_relocs): Delete.
865 * elflink.c (bfd_elf_final_link): Don't call above function.
866
6128f9cf
AM
8672014-08-30 Alan Modra <amodra@gmail.com>
868
869 * elf32-ppc.c (ppc_elf_relax_section): Fix off by one error.
870
4805fc55
AM
8712014-08-29 Alan Modra <amodra@gmail.com>
872
873 * elf64-ppc.c (ppc64_elf_relocate_section): Report a different
874 error for calls via a toc adjusting stub without a nop.
875
b138affb
AM
8762014-08-29 Alan Modra <amodra@gmail.com>
877
878 * vms-alpha.c (alpha_vma_object_p): Don't return file_truncated
879 error. Remove redundant bfd_set_error.
880
bd25671c
AM
8812014-08-29 Alan Modra <amodra@gmail.com>
882
883 * srec.c (srec_scan): Revert last change. Report an error for
884 S-records with less than the miniumum byte count.
885
376c8d5b
L
8862014-08-28 H.J. Lu <hongjiu.lu@intel.com>
887
888 * srec.c (srec_scan): Return error for 0 size.
889
c8831961
L
8902014-08-27 H.J. Lu <hongjiu.lu@intel.com>
891
892 PR ld/17306
893 * elf32-i386.c (elf_i386_convert_mov_to_lea): Use bfd_is_abs_section
894 to check discarded input section.
895 * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
896
29a9f53e
L
8972014-08-27 H.J. Lu <hongjiu.lu@intel.com>
898
899 PR ld/17313
900 * elflink.c (elf_link_add_object_symbols): Don't attach dynamic
901 sections to input from ld --just-symbols.
902
32e79d39
DD
9032014-08-26 DJ Delorie <dj@redhat.com>
904
905 * elf32-rl78.c (rl78_elf_relax_section): Disambiguate test for
906 relaxation type.
907
614b09ce
JW
9082014-08-26 Jiong Wang <jiong.wang@arm.com>
909
910 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Initialize non_got_ref
911 properly for MOVW_G0/1/2_NC and MOVW_G3. Reject them when linking
912 shared library.
913 (elfNN_aarch64_gc_sweep_hook): Add check on these relocs.
914
0d6d4c82
NC
9152014-08-26 Nick Clifton <nickc@redhat.com>
916
917 * config.bfd: Fix typo in or1knd selection.
918
a4a027b7
KT
9192014-08-22 Kai Tietz <ktietz@redhat.com>
920
921 PR binutils/11822
922 * coffcode.h (coff_compute_section_file_positions): Keep
923 FileAlignment valid as set.
924
4564fb94
AM
9252014-08-22 Alan Modra <amodra@gmail.com>
926
927 * elf-eh-frame.c (struct cie): Delete "output_sec" field.
928 (cie_eq, cie_compute_hash): Use output_section from cie_inf instead.
929
da44f4e5
AM
9302014-08-22 Alan Modra <amodra@gmail.com>
931
932 * elf-bfd.h (struct eh_frame_hdr_info): Delete merge_cies and
933 parsed_eh_frames.
934 (_bfd_elf_begin_eh_frame_parsing): Delete.
935 (_bfd_elf_end_eh_frame_parsing): Delete.
936 * elf-eh-frame.c (_bfd_elf_begin_eh_frame_parsing): Delete.
937 (_bfd_elf_end_eh_frame_parsing): Delete.
938 (_bfd_elf_parse_eh_frame): Don't test parsed_eh_frame. Test
939 !info->relocatable in place of merge_cies.
940 * elflink.c (bfd_elf_gc_sections, bfd_elf_discard_info): Adjust.
941 * elf64-ppc.c (glink_eh_frame_cie): Pad to multiple of 8.
942 (ppc64_elf_size_stubs): Likewise pad stub FDE.
943 (ppc64_elf_build_stubs): Move code setting glink .eh_frame to..
944 (ppc64_elf_size_stubs): ..here and..
945 (ppc64_elf_finish_dynamic_sections): ..here.
946
1d7c9635
MR
9472014-08-21 Maciej W. Rozycki <macro@codesourcery.com>
948
949 * elf64-ppc.h (ppc64_elf_set_toc): Fix indentation.
950
c5423981
TG
9512014-08-21 Tony Wang <tony.wang@arm.com>
952
953 * elf32-arm.c (elf32_arm_final_link_relocate): Implement
954 the veneer routine for R_ARM_THM_JUMP19.
955 (arm_type_of_stub): Add conditional clause for R_ARM_THM_JUMP19
956 (elf32_arm_size_stub): Ditto.
957
469a3493
RM
9582014-08-20 Roland McGrath <mcgrathr@google.com>
959
960 PR ld/17277
961 * elf32-arm.c (elf32_arm_check_relocs): Increment P->pc_count for
962 all reloc types with pc_relative set in the howto, not just for
963 R_ARM_REL32 and R_ARM_REL32_NOI.
964 (allocate_dynrelocs_for_symbol): Update comment.
965 (elf32_arm_gc_sweep_hook): For all reloc types with pc_relative
966 set in the howto, set call_reloc_p and may_need_local_target_p but
967 not may_become_dynamic_p; not only for R_ARM_REL32 and R_ARM_REL32_NOI.
968 (elf32_arm_check_relocs): Likewise.
969
01e6c1a4
WN
9702014-08-20 Will Newton <will.newton@linaro.org>
971
972 * config.bfd: Default armeb-*-eabi* to big endian.
973
2974be62
AM
9742014-08-19 Alan Modra <amodra@gmail.com>
975
976 * configure: Regenerate.
977
1009ef28
AM
9782014-08-18 Alan Modra <amodra@gmail.com>
979
980 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Don't attempt to
981 use dynrelocs for ifunc.
982 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Similarly.
983
1240be6b
AM
9842014-08-18 Alan Modra <amodra@gmail.com>
985
986 PR 17287
987 * elflink.c (on_needed_list): Only consider libraries that have
988 been loaded.
989
75938853
AM
9902014-08-18 Alan Modra <amodra@gmail.com>
991
992 * elflink.c (bfd_elf_discard_info): Return int error status.
993 * stabs.c (_bfd_discard_section_stabs): Comment typo fix.
994 * bfd-in.h (bfd_elf_discard_info): Updata prototype.
995 * bfd-in2.h: Regenerate.
996
513ea82e
AM
9972014-08-14 Alan Modra <amodra@gmail.com>
998
999 * peXXigen.c (pe_print_reloc): Protect against access past end
1000 of .reloc section.
1001
18cd5bce
AM
10022014-08-14 Alan Modra <amodra@gmail.com>
1003
1004 PR 16563
1005 * elflink.c (bfd_elf_discard_info): Process .eh_frame and .stab
1006 in the order they are mapped to output sections.
1007
b879806f
AM
10082014-08-14 Alan Modra <amodra@gmail.com>
1009
1010 * configure.ac: Delete redundant plugin related checks.
1011 * configure: Regenerate.
1012
ffccb7af
SK
10132014-08-13 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
1014
1015 * elf32-or1k.c (or1k_elf_relocate_section, or1k_elf_check_relocs,
1016 allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL
1017 and SYMBOLIC_BIND.
1018
46135103
AM
10192014-08-12 Alan Modra <amodra@gmail.com>
1020
1021 * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Only call "notice"
1022 here when not calling the generic add_symbol function. Formatting.
1023 Correct handling of indirect symbols. Update notice call.
1024 * elflink.c (_bfd_elf_notice_as_needed): Update notice call.
1025 * linker.c (_bfd_generic_link_add_one_symbol): Create indirect
1026 symbols early. Update notice call. Add comments regarding weak
1027 symbols vs. indirect.
1028
88d3f087
AM
10292014-08-12 Alan Modra <amodra@gmail.com>
1030
1031 PR ld/16746
1032 * linker.c (_bfd_generic_link_add_one_symbol <WARN>): Handle
1033 !lto_plugin_active.
1034
7f59d2ac
CG
10352014-08-07 Chen Gang <gang.chen.5i5j@gmail.com>
1036
1037 * coff-ppc.c (coff_ppc_relocate_section): Ensure local symbols are
1038 zero terminated.
1039
db712946
L
10402014-08-07 H.J. Lu <hongjiu.lu@intel.com>
1041 Alan Modra <amodra@gmail.com>
1042
1043 PR ld/16746
1044 * linker.c (_bfd_generic_link_add_one_symbol): Don't issue a
1045 warning for references in LTO IR to warning symbols.
1046
59c26567
AM
10472014-08-07 Alan Modra <amodra@gmail.com>
1048
1049 * linker.c (WARN, CWARN): Collapse these states to WARN.
1050 (_bfd_generic_link_add_one_symbol): Use old CWARN case for
1051 new WARN.
1052
aaffae57
DE
10532014-08-05 Doug Evans <dje@google.com>
1054
1055 * bfd-in2.h: Regenerate.
1056 * libcoff.h: Regenerate.
1057
e034b2cc
MR
10582014-08-05 Maciej W. Rozycki <macro@codesourcery.com>
1059
1060 * elfxx-mips.c (_bfd_mips_elf_discard_info): Set section's
1061 rawsize if changing size.
1062
7833fb7b
AM
10632014-08-05 Alan Modra <amodra@gmail.com>
1064
1065 PR ld/17226
1066 * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Typo fix.
1067
02eb0a49
AM
10682014-08-05 Alan Modra <amodra@gmail.com>
1069
1070 * linker.c (generic_link_check_archive_element): Move handling
1071 of command link -u symbols with a common symbol def to the
1072 code handling non-common symbols so that archive element symbols
1073 are loaded. Use generic_link_add_object_symbols.
1074
13e570f8
AM
10752014-08-05 Alan Modra <amodra@gmail.com>
1076
1077 PR 13557
1078 * linker.c (struct archive_list, struct archive_hash_entry,
1079 struct archive_hash_table, archive_hash_newfunc,
1080 archive_hash_table_init, archive_hash_lookup, archive_hash_allocate,
1081 archive_hash_table_free): Delete.
1082 (_bfd_generic_link_add_archive_symbols): Add h and name params to
1083 checkfn. Rewrite using a straight-forward scan over archive map.
1084 (generic_link_check_archive_element_no_collect,
1085 generic_link_check_archive_element_collect,
1086 generic_link_check_archive_element): Add h and name params.
1087 * aoutx.h (aout_link_check_archive_element): Likewise.
1088 * pdp11.c (aout_link_check_archive_element): Likewise.
1089 * xcofflink.c (xcoff_link_check_archive_element): Likewise.
1090 * cofflink.c (coff_link_check_archive_element): Likewise. Don't
1091 scan symbols, simply add archive element whenever h is undefined.
1092 (coff_link_check_ar_symbols): Delete.
1093 * ecoff.c (read_ext_syms_and_strs): Delete.
1094 (reread_ext_syms_and_strs): Delete.
1095 (ecoff_link_check_archive_element): Add h and name param. Don't
1096 scan symbols, simply add based on h. Use ecoff_link_add_object_symbols.
1097 * elflink.c (elf_link_is_defined_archive_symbol): Don't test
1098 archive_pass.
1099 (elf_link_add_archive_symbols): Delete "defined" array, merge
1100 functionality into "included". Make "included" a char array. Don't
1101 set or test archive_pass.
1102 * libbfd-in.h (_bfd_generic_link_add_archive_symbols): Update.
1103 * libbfd.h: Regenerate.
1104
8c784016
KK
11052014-08-01 Takashi Yoshii <yoshii.takashi@renesas.com>
1106
1107 PR 10373
1108 * elf32-sh.c (sh_elf_relax_section): Add jmp to bra relaxing.
1109
351cdf24
MF
11102014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
1111
1112 * elfxx-mips.c (ABI_O32_P, MIPS_ELF_ABIFLAGS_SECTION_NAME_P): New macro.
1113 (mips_elf_obj_tdata): Add abiflags and abiflags_valid fields.
1114 (bfd_mips_elf_swap_abiflags_v0_in): New function.
1115 (bfd_mips_elf_swap_abiflags_v0_out): Likewise.
1116 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS.
1117 (_bfd_mips_elf_fake_sections): Likewise.
1118 (_bfd_mips_elf_always_size_sections): Handle .MIPS.abiflags.
1119 (_bfd_mips_elf_additional_program_headers): Account for new
1120 PT_MIPS_ABIFLAGS program header.
1121 (_bfd_mips_elf_modify_segment_map): Create PT_MIPS_ABIFLAGS segment and
1122 associate with .MIPS.abiflags.
1123 (_bfd_mips_elf_gc_mark_extra_sections): New function.
1124 (bfd_mips_isa_ext, update_mips_abiflags_isa): New static function.
1125 (infer_mips_abiflags): Likewise.
1126 (_bfd_mips_elf_final_link): Handle .MIPS.abiflags.
1127 (mips_32bit_flags_p): Moved higher.
1128 (mips_elf_merge_obj_attributes, _bfd_mips_fp_abi_string): Error
1129 checking for FP ABIs.
1130 (_bfd_mips_elf_merge_private_bfd_data): Restructure and add abiflags
1131 checks. Check EF_MIPS_FP64 flag consistency.
1132 (print_mips_ases, print_mips_isa_ext): New static function.
1133 (print_mips_fp_abi_value, get_mips_reg_size): Likewise.
1134 (_bfd_mips_elf_print_private_bfd_data): Display abiflags data.
1135 (_bfd_mips_post_process_headers): Set EI_ABIVERSION = 3 for
1136 Val_GNU_MIPS_ABI_FP_64 or Val_GNU_MIPS_ABI_FP_64A.
1137 * elfxx-mips.h (_bfd_mips_elf_gc_mark_extra_sections): New prototype.
1138 * elf32-mips.c (elf_backend_gc_mark_extra_sections): Implement.
1139 * elfn32-mips.c (elf_backend_gc_mark_extra_sections): Implement.
1140 * elf64-mips.c (elf_backend_gc_mark_extra_sections): Implement.
1141
b794fc1d
AM
11422014-07-28 Alan Modra <amodra@gmail.com>
1143
1144 PR 13227
1145 * archive.c (_bfd_compute_and_write_armap): Warn on adding
1146 __gnu_lto_slim to armap.
1147 * linker.c (_bfd_generic_link_add_one_symbol): Warn on adding
1148 __gnu_lto_slim to linker hash table.
1149
48494700
AG
11502014-07-27 Anthony Green <green@moxielogic.org>
1151
1152 * config.bfd: Add moxie-*-moxiebox*.
1153
3d52a869
JS
11542014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1155
1156 Add or reactivate or1k-*-rtems*
1a8bdf69 1157 * config.bfd (or1k-*-rtems*): Reactivate.
3d52a869 1158
cca5b8b6
L
11592014-07-16 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * elf32-i386.c (elf_i386_plt_sym_val): Match PLT entry only for
1162 ELFOSABI_GNU input.
1163 * elf64-x86-64.c (elf_x86_64_plt_sym_val): Likewise.
1164 (elf_x86_64_plt_sym_val_offset_plt_bnd): Likewise.
1165
144bed8d
L
11662014-07-16 H.J. Lu <hongjiu.lu@intel.com>
1167
1168 PR binutils/17154
1169 * elf32-i386.c (elf_i386_plt_sym_val): Only match R_*_JUMP_SLOT
1170 and R_*_IRELATIVE relocation offset with PLT entry.
1171 * elf64-x86-64.c (elf_x86_64_plt_sym_val): Likewise.
1172 (elf_x86_64_plt_sym_val_offset_plt_bnd): New.
1173 (elf_x86_64_get_synthetic_symtab): Use it.
1174
998d811a
L
11752014-07-15 H.J. Lu <hongjiu.lu@intel.com>
1176
1177 PR ld/17057
1178 * elf32-i386.c (elf_i386_compute_jump_table_size): Replace
1179 next_tls_desc_index with elf.srelplt->reloc_count.
1180
87f14779
AM
11812014-07-15 Alan Modra <amodra@gmail.com>
1182
1183 * cache.c (cache_bread_1): Don't return -1 when fread returns
1184 a positive value.
1185
cd3416da
AM
11862014-07-15 Alan Modra <amodra@gmail.com>
1187
1188 * elflink.c (elf_merge_st_other): Update comments. Simplify
1189 visibility handling. Make isym const. Move code modifying
1190 isym->st_other for --exclude-libs to..
1191 (elf_link_add_object_symbols): ..here.
1192
17ca87fc
MN
11932014-07-11 Maks Naumov <maksqwe1@ukr.net>
1194
1195 PR 17141
1196 * elf.c (_bfd_elf_strtab_add): Check strtab name for failure.
1197
5bc8cb6f
NC
11982014-07-08 Nick Clifton <nickc@redhat.com>
1199
1200 PR ld/17110
1201 * elf32-sh.c (sh_elf_osec_to_segment): Do not look for output
1202 segments in input bfds.
1203
7572ca89
WN
12042014-07-08 Will Newton <will.newton@linaro.org>
1205
1206 * elf32-arm.c (ELF_MAXPAGESIZE): Increase the default
1207 value to 64kB and remove custom setting for NaCl.
1208
bffebb6b
AM
12092014-07-08 Alan Modra <amodra@gmail.com>
1210
1211 * elflink.c (_bfd_elf_copy_link_hash_symbol_type): Copy st_other
1212 bits from source to dest.
1213 * linker.c (_bfd_generic_copy_link_hash_symbol_type): Update comment.
1214 * targets.c (struct bfd_target <_bfd_copy_link_hash_symbol_type>):
1215 Likewise.
1216 * bfd-in2.h: Regenerate.
1217
2e0488d3
JW
12182014-07-08 Jiong Wang <jiong.wang@arm.com>
1219
1220 * elfnn-aarch64.c (elf_backend_rela_normal): Set to 1.
1221 (elfNN_aarch64_relocate_section): Remove duplicated addend adjustment
1222 when info->relocatable be true.
1223
75f58085
BS
12242014-07-07 Barney Stratford <barney_stratford@fastmail.fm>
1225
1226 * elf32-avr.c: Handle R_AVR_PORT5 and R_AVR_PORT6.
1227 * reloc.c: Add BFD_RELOC_AVR_PORT5 and BFD_RELOC_AVR_PORT6.
1228 * bfd-in2.h: Regenerate.
1229 * libbfd.h: Regenerate.
1230
1110793a
AM
12312014-07-04 Alan Modra <amodra@gmail.com>
1232
1233 * Makefile.am: Update "configure.in" comments.
1234 * PORTING: Likewise.
1235 * aoutx.h: Likewise.
1236 * configure.host: Likewise.
1237 * doc/bfdint.texi: Likewise.
1238 * targets.c: Likewise.
1239 * warning.m4: Likewise.
1240 * Makefile.in: Regenerate.
1241
35eafcc7
AM
12422014-07-04 Alan Modra <amodra@gmail.com>
1243
1244 * configure.ac: Rename from configure.in.
1245 * Makefile.in: Regenerate.
1246 * config.in: Regenerate.
1247 * doc/Makefile.in: Regenerate.
1248
82b57a90
AM
12492014-07-04 Alan Modra <amodra@gmail.com>
1250
1251 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove configure.in.
1252 * Makefile.in: Regenerate.
1253
2e98a7bd
AM
12542014-07-04 Alan Modra <amodra@gmail.com>
1255
1256 * version.m4: New file.
1257 * configure.in: Include version.m4.
1258 (AC_INIT): Update.
1259 * Makefile.am (RELEASE): Delete.
1260 (bfdver.h): Depend on development.sh, use instead of RELEASE.
1261 * Makefile.in: Regenerate.
1262 * doc/Makefile.in: Regenerate.
1263
d1eca1e4
AM
12642014-07-02 Alan Modra <amodra@gmail.com>
1265
1266 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Clear
1267 pointer_equality_needed when !readonly_dynrelocs.
1268 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
1269
afb93314
AM
12702014-07-02 Alan Modra <amodra@gmail.com>
1271
1272 * elf32-ppc.c (ppc_elf_check_relocs): Set DF_STATIC_TLS for PIEs too.
1273 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
1274
b6a1c03a
AM
12752014-07-01 Alan Modra <amodra@gmail.com>
1276
1277 * bfd.c (struct bfd): Reorganise for better packing. Delete
1278 "ifd" field. Make "format", "direction" and "flags" bitfields.
1279 (HAS_LOAD_PAGE): Delete, renumber following flags.
1280 * bfd-in2.h: Regenerate.
1281 * coff-tic4x.c: Remove HAS_LOAD_PAGE from extra flags in target vecs.
1282
7341d5e2
AM
12832014-07-01 Alan Modra <amodra@gmail.com>
1284
1285 * elf64-ppc.c (ppc_stub_type): Add ppc_stub_global_entry.
1286 (struct ppc_link_hash_table): Increase size of stub_count array.
1287 (build_global_entry_stubs): Emit symbol on global entry stub.
1288 (ppc64_elf_build_stubs): NULL check htab->brlt. Add global entry
1289 stub stats.
1290
810d4e75
AM
12912014-07-01 Alan Modra <amodra@gmail.com>
1292
1293 * elf64-ppc.c (abiversion, set_abiversion): Move earlier.
1294 (ppc64_elf_branch_reloc): Adjust addend for ELFv2 local offset.
1295 (ppc64_elf_set_toc): Set ".TOC." symbol value when using
1296 generic linker.
1297 (ppc64_elf_relocate_section): Disable ELFv2 function entry
1298 optimisation when --traditional-format.
1299
f36e8886
BS
13002014-07-01 Barney Stratford <barney_stratford@fastmail.fm>
1301 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1302 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1303 Soundararajan <Sounderarajan.D@atmel.com>
1304
1305 * archures.c: Add avrtiny architecture for avr target.
1306 * cpu-avr.c (arch_info_struct): Add avrtiny arch info.
1307 * elf32-avr.c (elf_avr_howto_table): New relocation R_AVR_LDS_STS_16
1308 added for 16 bit LDS/STS instruction of avrtiny arch.
1309 (avr_reloc_map): Reloc R_AVR_LDS_STS_16 is mapped to
1310 BFD_RELOC_AVR_LDS_STS_16.
1311 (bfd_elf_avr_final_write_processing): Select machine number
1312 avrtiny arch.
1313 (elf32_avr_object_p): Set machine number for avrtiny arch.
1314 * reloc.c: Add documentation for BFD_RELOC_AVR_LDS_STS_16 reloc.
1315 * bfd-in2.h: Regenerate.
1316 * libbfd.h: Regenerate.
1317
60d77146
NC
13182014-06-26 Nick Clifton <nickc@redhat.com>
1319
1320 PR binutils/16949
1321 * dwarf2.c (is_str_attr): New function.
1322 (find_abstract_instance_name): Use it to determine when an
1323 attribute has a string value.
1324
15bfcc77
AM
13252014-06-24 Alan Modra <amodra@gmail.com>
1326
1327 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Arrange to keep
1328 .sdata/.sdata2 when _SDA_BASE_/_SDA2_BASE_ should be output
1329 for --emit-relocs.
1330
886aba9e
PDM
13312014-06-21 Philippe De Muyter <phdm@macqel.be>
1332
1333 * targets.c (_bfd_target_vector): Add missing #ifdef BFD64 for
1334 a number of targets.
1335
eea6dad2
KM
13362014-06-20 Kyle McMartin <kyle@redhat.com>
1337
1338 * elf32-arm.c (elf32_arm_check_relocs): Set DF_STATIC_TLS when
1339 emitting initial-exec relocs when not linking an executable.
1340
9f19ab6d
WN
13412014-06-16 Will Newton <will.newton@linaro.org>
1342
1343 * elf32-arm.c (elf32_arm_allocate_plt_entry): Increment
1344 htab->next_tls_desc_index in the non-IPLT case.
1345 Calculate GOT offset correctly for the non-IPLT case.
1346 (allocate_dynrelocs_for_symbol): Don't increment
1347 htab->next_tls_desc_index here.
1348
eb9a5ecf
AM
13492014-06-16 Alan Modra <amodra@gmail.com>
1350
1351 * elf32-vax.c (elf_vax_size_dynamic_sections): Clear linker
1352 created sections.
1353
d0ae9fbd
OJ
13542014-06-13 Omair Javaid <omair.javaid@linaro.org>
1355
1356 * elfxx-aarch64.c (stdarg.h): Include.
1357 (string.h): Include.
1358 (_bfd_aarch64_elf_grok_prstatus): Updated.
1359 (_bfd_aarch64_elf_grok_psinfo): New function.
1360 (_bfd_aarch64_elf_write_core_note): New function.
1361 * elfxx-aarch64.h (elf_backend_grok_psinfo): Define.
1362 (elf_backend_write_core_note): Define.
1363
d495ab0d
AM
13642014-06-13 Alan Modra <amodra@gmail.com>
1365
1366 * archive.c: Include bfdlink.h.
1367 (_bfd_archive_close_and_cleanup): Call linker hash_table_free.
1368 * bfd.c (struct bfd): Add is_linker_output field.
1369 * elf-bfd.h (_bfd_elf_link_hash_table_free): Update prototype.
1370 * linker.c (_bfd_link_hash_table_init): Set up hash_table_free,
1371 link.hash and is_linker_output.
1372 (_bfd_generic_link_hash_table_free): Replace bfd_link_hash_table*
1373 param with bfd*. Assert is_linker_output and link.hash, and
1374 clear them before exit.
1375 * elf-m10300.c (elf32_mn10300_link_hash_table_free): Replace
1376 bfd_link_hash_table* param with bfd*. Hack is_linker_output
1377 and link.hash so we can free two linker hash tables.
1378 (elf32_mn10300_link_hash_table_create): Create static_hash_table
1379 first. Clean up on errors. Set hash_table_free pointer.
1380 * elf32-arm.c (elf32_arm_link_hash_table_free): Replace
1381 bfd_link_hash_table* param with bfd*.
1382 (elf32_arm_link_hash_table_create): Clean up on errors. Set
1383 hash_table_free pointer.
1384 * elf32-avr.c, * elf32-hppa.c, * elf32-i386.c, * elf32-m68hc1x.c,
1385 * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c, * elf32-xgate.c,
1386 * elf64-ia64-vms.c, * elf64-ppc.c, * elf64-x86-64.c, * elflink.c,
1387 * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-sparc.c,
1388 * xcofflink.c: Similarly.
1389 * simple.c (bfd_simple_get_relocated_section_contents): Save and
1390 clear link.next before creating linker hash table. Clean up on
1391 errors, and restore link.next on exit.
1392 * elf32-m68hc1x.h (m68hc11_elf_bfd_link_hash_table_free): Delete.
1393 * elf32-xgate.h (xgate_elf_bfd_link_hash_table_free): Delete.
1394 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table_free): Delete.
1395 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Delete.
1396 * hash.c (bfd_hash_table_init_n): Free table on error.
1397 * libbfd-in.h (_bfd_generic_link_hash_table_free): Update proto.
1398 * bfd-in2.h: Regenerate.
1399 * libbfd.h: Regenerate.
1400 * libcoff.h: Regenerate.
1401
caa4096e
AM
14022014-06-13 Alan Modra <amodra@gmail.com>
1403
1404 PR 17047
1405 * targets.c (BFD_JUMP_TABLE): Delete NAME##_bfd_link_hash_table_free.
1406 (struct bfd_target <_bfd_link_hash_table_free>): Delete.
1407 * bfd.c (bfd_link_hash_table_free): Don't define.
1408 * aout-adobe.c, * aout-target.h, * aout-tic30.c, * binary.c, * bout.c,
1409 * coff64-rs6000.c, * coffcode.h, * elf-m10300.c, * elf32-arm.c,
1410 * elf32-avr.c, * elf32-hppa.c, * elf32-i386.c, * elf32-m68hc11.c,
1411 * elf32-m68hc12.c, * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c,
1412 * elf32-sparc.c, * elf32-xgate.c, * elf64-ia64-vms.c, * elf64-ppc.c,
1413 * elf64-sparc.c, * elf64-x86-64.c, * elfnn-aarch64.c, * elfnn-ia64.c,
1414 * elfxx-target.h, * i386msdos.c, * i386os9k.c, * ieee.c, * ihex.c,
1415 * libbfd-in.h, * libecoff.h, * mach-o-target.c, * mmo.c,
1416 * nlm-target.h, * oasys.c, * pef.c, * plugin.c, * ppcboot.c, * som.c,
1417 * srec.c, * tekhex.c, * verilog.c, * versados.c, * vms-alpha.c,
1418 * xsym.c: Don't define various link_hash_table_free defines, and
1419 remove from bfd_target vars. Temporarily reference some of the
1420 target link_hash_table_free functions to avoid warnings.
1421 * bfd-in2.h: Regenerate.
1422 * libbfd.h: Regenerate.
1423
68faa637
AM
14242014-06-13 Alan Modra <amodra@gmail.com>
1425
1426 * elf-m10300.c, * elf32-arm.c, * elf32-avr.c, * elf32-hppa.c,
1427 * elf32-i386.c, * elf32-m68hc1x.c, * elf32-m68k.c, * elf32-metag.c,
1428 * elf32-nios2.c, * elf64-ia64-vms.c, * elf64-ppc.c, * elf64-x86-64.c,
1429 * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-sparc.c, * xcofflink.c:
1430 Move link_hash_table_free functions before their corresponding
1431 link_hash_table_create functions.
1432
c72f2fb2
AM
14332014-06-13 Alan Modra <amodra@gmail.com>
1434
1435 * bfd.c (struct bfd): Replace link_next with a union.
1436 * aoutx.h, * bfd.c, * coff-ppc.c, * coff-rs6000.c, * cofflink.c,
1437 * ecoff.c, * elf-m10300.c, * elf32-arm.c, * elf32-avr.c,
1438 * elf32-hppa.c, * elf32-i386.c, * elf32-lm32.c, * elf32-m32c.c,
1439 * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-metag.c,
1440 * elf32-microblaze.c, * elf32-nds32.c, * elf32-nios2.c,
1441 * elf32-or1k.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-s390.c,
1442 * elf32-score.c, * elf32-score7.c, * elf32-sh.c, * elf32-spu.c,
1443 * elf32-tic6x.c, * elf32-tilepro.c, * elf32-xstormy16.c,
1444 * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c,
1445 * elf64-mmix.c, * elf64-ppc.c, * elf64-s390.c, * elf64-x86-64.c,
1446 * elflink.c, * elfnn-aarch64.c, * elfxx-mips.c, * elfxx-sparc.c,
1447 * elfxx-tilegx.c, * linker.c, * pdp11.c, * peXXigen.c, * simple.c,
1448 * sunos.c, * vms-alpha.c, * xcofflink.c: Update for above.
1449 * bfd-in2.h: Regenerate.
1450
7ed689ad
AM
14512014-06-11 Alan Modra <amodra@gmail.com>
1452
1453 * linker.c (unwrap_hash_lookup): Add missing parens.
1454
07821655
KT
14552014-06-11 Kai Tietz <ktietz@redhat.com>
1456
1457 * libcoff-in.h (coff_tdata): Make relocbase member unsigned.
1458 * libcoff.h: Regenerated.
1459
7b8e2718
AM
14602014-06-10 Alan Modra <amodra@gmail.com>
1461
b71c4043 1462 PR ld/16910
7b8e2718 1463 * linker.c (unwrap_hash_lookup): New function.
1a8bdf69 1464 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup.
7b8e2718
AM
1465 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1466 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
1467 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1468 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
1469 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
1470 * elf32-spu.c (spu_elf_relocate_section): Likewise.
1471 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
1472
a47622ac
AM
14732014-06-07 Alan Modra <amodra@gmail.com>
1474
1475 * elf32-ppc.c (ppc_elf_relocate_section): Treat field of cmpli
1476 insn as a bitfield; Use complain_overflow_bitfield.
1477 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1478
270c9937
JB
14792014-06-05 Joel Brobecker <brobecker@adacore.com>
1480
1481 * development.sh: New file.
1482 * warning.m4 (AM_BINUTILS_WARNINGS): Source bfd/development.sh.
1483 Make -Werror the default with GCC only if DEVELOPMENT is true.
1484 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
1485 $(srcdir)/development.sh.
1486 * Makefile.in, configure: Regenerate.
1487
ac21917f
WN
14882014-06-04 Will Newton <will.newton@linaro.org>
1489
810d4e75 1490 * elfnn-aarch64.c (tpoff_base): Make test of tls_sec
ac21917f
WN
1491 being non-NULL into an assert.
1492 (elfNN_aarch64_tls_relax): Remove unused code.
1493
33ac0ca1
DD
14942014-06-03 DJ Delorie <dj@redhat.com>
1495
1496 * elf32-rx.c (rx_table_map): Use BFD_VMA_FMT for portability.
1497
c32abae8
NC
14982014-06-03 Nick Clifton <nickc@redhat.com>
1499
1500 PR ld/16807
1501 * peXXigen.c (rsrc_process_section): Page align the new contents
1502 befgore writing out.
1503
397998fc
AM
15042014-06-03 Alan Modra <amodra@gmail.com>
1505
1506 * elf64-ppc.c (ADDIS_R12_R2): Define.
1507 (build_plt_stub): Support fusion on ELFv2 stub.
1508 (ppc_build_one_stub): Likewise for plt branch stubs.
1509
b4894562
AM
15102014-05-28 Alan Modra <amodra@gmail.com>
1511
1512 * elf32-rx.c (rx_table_map): Delete set but not used variables.
1513
4ba3b326
TG
15142014-05-28 Tristan Gingold <gingold@adacore.com>
1515
1516 * dwarf2.c (lookup_address_in_function_table): Add best_fit_len
1517 to keep the length of the best fit range.
1518 (lookup_symbol_in_function_table, info_hash_lookup_funcinfo):
1519 Likewise.
1520
7a2f2d82
DD
15212014-05-27 DJ Delorie <dj@redhat.com>
1522
1a8bdf69 1523 * elf32-rx.c (get_symbol_value_maybe): New.
7a2f2d82
DD
1524 (rx_elf_relocate_section): If we find a reloc against
1525 $tableentry$default$<name>, redirect it to the appropriate
1526 $tableentry$<n>$.
1527 (RX_Table_Info): New.
1528 (rx_table_find): New. Check all tables and SEC_KEEP all sections
1529 with table parts in them.
1530 (rx_check_directives): New.
1531 (rx_table_map_2): New.
1532 (rx_table_map): New.
1533 (rx_additional_link_map_text): New. Called to dump tables to the
1534 map file.
1a8bdf69 1535 * elf32-rx.h: New.
7a2f2d82 1536
bceec4b9
DD
15372014-05-20 DJ Delorie <dj@redhat.com>
1538
1539 * elf32-msp430.c (msp430_elf_relax_adjust_locals): Avoid overflow.
1540
93d1b056
AM
15412014-05-20 Alan Modra <amodra@gmail.com>
1542
1543 PR 16952
1544 * elf32-ppc.c (ppc_elf_create_linker_section): Move earlier.
1545 Remove redundant setting of htab->elf.dynobj. Don't align.
1546 Define .sdata symbols using _bfd_elf_define_linkage_sym.
1547 (ppc_elf_create_glink): Call ppc_elf_create_linker_section.
1548 (create_sdata_sym): Delete.
1549 (elf_allocate_pointer_linker_section): Rename from
1550 elf_create_pointer_linker_section. Align section.
1551 (ppc_elf_check_relocs): Don't call ppc_elf_creat_linker_section
1552 directly here, or create_sdata_sym. Set ref_regular on _SDA_BASE_
1553 and _SDA2_BASE_.
1554 (ppc_elf_size_dynamic_sections): Remove ATTRIBUTE_UNUSED on param.
1555 Remove unnecessary tests on _SDA_BASE_ sym.
1556 (maybe_strip_sdasym, ppc_elf_maybe_strip_sdata_syms): New functions.
1557 (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks.
1558 * elf32-ppc.h (ppc_elf_set_sdata_syms): Delete.
1559 (ppc_elf_maybe_strip_sdata_syms): Declare.
1560
a7c7b2ba
RM
15612014-05-16 Ryan Mansfield <rmansfield@qnx.com>
1562
b4894562 1563 * config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*.
a7c7b2ba
RM
1564
15652014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
6e6e7cfc
JT
1566
1567 * peXXigen.c (pe_print_debugdata): Don't interpret debug directory
1568 in a section with no contents.
1569 (is_vma_in_section, find_section_by_vma): New functions.
1570 (_bfd_XX_bfd_copy_private_bfd_data_common): Recalculate file
1571 offsets in the debug directory.
1572 (_bfd_XXi_slurp_codeview_record, _bfd_XXi_write_codeview_record):
1573 Byte-swap GUID from little-endian to big-endian order for
1574 consistent and conventional display.
1575
856ea05c
KP
15762014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
1577
1578 * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Complain if
1579 64-bit doubles objects mix with 32-bit doubles objects.
1580 (rl78_elf_print_private_bfd_data): Describe 64-bit doubles flag.
1581
68e0f6b1
HPN
15822014-05-08 Hans-Peter Nilsson <hp@bitrange.com>
1583
1584 * mmo.c: Update URLs in documentation comments.
1585
1058c753
VA
15862014-05-02 Volodymyr Arbatov <arbatov@cadence.com>
1587 David Weatherford <weath@cadence.com>
1588 Max Filippov <jcmvbkbc@gmail.com>
1589
1590 * elf32-xtensa.c (relax_section): treat R_XTENSA_DIFF* relocations as
1591 signed.
1592
e59bc75b
AT
15932014-05-07 Andreas Tobler <andreast@fgznet.ch>
1594
1595 * config.bfd: Add proper arm config for *-*-freebsd*.
1596
ae52f483
AB
15972014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
1598
1599 * aoutx.h (NAME (aout, machine_type)): Add mips32r3, mips64r3,
1600 mips32r5 and mips64r5.
1601 * archures.c (bfd_architecture): Likewise.
1602 * bfd-in2.h (bfd_architecture): Likewise.
1603 * cpu-mips.c (arch_info_struct): Likewise.
1604 * elfxx-mips.c (mips_set_isa_flags): Likewise.
1605
757a636f
RS
16062014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
1607
1608 * elfxx-mips.h (elfxx-mips.h): Declare.
1609 * elfxx-mips.c (mips_elf_merge_obj_attributes): Use it to report
1610 Tag_GNU_MIPS_ABI_FP mismatches.
1611 (_bfd_mips_fp_abi_string): New function.
1612
2f67d686
AM
16132014-05-02 Alan Modra <amodra@gmail.com>
1614
1615 * targets.c: Sort bfd_target vectors somewhat alphabetically.
1616 * configure.in: Likewise.
1617 * configure: Regenerate.
1618
6d00b590
AM
16192014-05-02 Alan Modra <amodra@gmail.com>
1620
1621 * aix386-core.c, * aout-adobe.c, * aout-arm.c, * aout-ns32k.c,
1622 * aout-sparcle.c, * aout0.c, * aoutx.h, * armnetbsd.c, * bout.c,
1623 * cf-i386lynx.c, * cf-sparclynx.c, * cisco-core.c, * coff-alpha.c,
1624 * coff-apollo.c, * coff-arm.c, * coff-aux.c, * coff-go32.c,
1625 * coff-h8300.c, * coff-h8500.c, * coff-i386.c, * coff-i860.c,
1626 * coff-i960.c, * coff-m68k.c, * coff-m88k.c, * coff-mips.c,
1627 * coff-rs6000.c, * coff-sh.c, * coff-sparc.c, * coff-stgo32.c,
1628 * coff-svm68k.c, * coff-tic80.c, * coff-u68k.c, * coff-w65.c,
1629 * coff-we32k.c, * coff-x86_64.c, * coff-z80.c, * coff-z8k.c,
1630 * coff64-rs6000.c, * config.bfd, * configure.com, * configure.in,
1631 * demo64.c, * elf-m10200.c, * elf-m10300.c, * elf32-am33lin.c,
1632 * elf32-arc.c, * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c,
1633 * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c,
1634 * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
1635 * elf32-fr30.c, * elf32-frv.c, * elf32-gen.c, * elf32-h8300.c,
1636 * elf32-hppa.c, * elf32-i370.c, * elf32-i386.c, * elf32-i860.c,
1637 * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c,
1638 * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
1639 * elf32-m68k.c, * elf32-m88k.c, * elf32-mcore.c, * elf32-mep.c,
1640 * elf32-metag.c, * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c,
1641 * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-nios2.c,
1642 * elf32-or1k.c, * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c,
1643 * elf32-rx.c, * elf32-s390.c, * elf32-score.c, * elf32-sh-symbian.c,
1644 * elf32-sh.c, * elf32-sh64.c, * elf32-sparc.c, * elf32-spu.c,
1645 * elf32-tic6x.c, * elf32-tilegx.c, * elf32-tilepro.c, * elf32-v850.c,
1646 * elf32-vax.c, * elf32-xc16x.c, * elf32-xgate.c, * elf32-xstormy16.c,
1647 * elf32-xtensa.c, * elf64-alpha.c, * elf64-gen.c, * elf64-hppa.c,
1648 * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c, * elf64-ppc.c,
1649 * elf64-s390.c, * elf64-sh64.c, * elf64-sparc.c, * elf64-tilegx.c,
1650 * elf64-x86-64.c, * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c,
1651 * epoc-pe-arm.c, * epoc-pei-arm.c, * hp300bsd.c, * hp300hpux.c,
1652 * hppabsd-core.c, * hpux-core.c, * i386aout.c, * i386bsd.c,
1653 * i386dynix.c, * i386freebsd.c, * i386linux.c, * i386lynx.c,
1654 * i386mach3.c, * i386msdos.c, * i386netbsd.c, * i386os9k.c,
1655 * irix-core.c, * m68k4knetbsd.c, * m68klinux.c, * m68knetbsd.c,
1656 * m88kmach3.c, * m88kopenbsd.c, * mach-o-i386.c, * mach-o-x86-64.c,
1657 * makefile.vms, * mipsbsd.c, * mmo.c, * netbsd-core.c, * newsos3.c,
1658 * nlm32-alpha.c, * nlm32-i386.c, * nlm32-ppc.c, * nlm32-sparc.c,
1659 * ns32knetbsd.c, * osf-core.c, * pc532-mach.c, * pe-arm-wince.c,
1660 * pe-arm.c, * pe-i386.c, * pe-mcore.c, * pe-mips.c, * pe-ppc.c,
1661 * pe-sh.c, * pe-x86_64.c, * pei-arm-wince.c, * pei-arm.c,
1662 * pei-i386.c, * pei-ia64.c, * pei-mcore.c, * pei-mips.c, * pei-ppc.c,
1663 * pei-sh.c, * pei-x86_64.c, * ppcboot.c, * ptrace-core.c, * riscix.c,
1664 * sco5-core.c, * som.c, * sparclinux.c, * sparclynx.c,
1665 * sparcnetbsd.c, * sunos.c, * targets.c, * trad-core.c,
1666 * vax1knetbsd.c, * vaxbsd.c, * vaxnetbsd.c, * versados.c,
1667 * vms-alpha.c, * vms-lib.c: Rename bfd targets to
1668 <cpu>_<format>_<other>_<endian>_vec. Adjust associated MY macros
1669 on aout targets.
1670 * configure: Regenerate.
1671
1218d67d
HPN
16722014-05-01 Hans-Peter Nilsson <hp@bitrange.com>
1673
1674 * mmo.c (mmo File layout documentation): Add note about low bits
1675 of address.
1676 (mmo_write_chunk): When handling data remainder, assert that
1677 previous remaining data is flushed.
1678 (mmo_write_loc_chunk): Only look for trailing and leading zeros
1679 when dealing with an aligned VMA and for aligned lengths. Don't skip
1680 the last 32-bit-word of zeros.
1681 (mmo_write_loc_chunk): Emit an error if the VMA is not aligned.
1682 (mmo_scan) <case LOP_QUOTE>: Move re-alignment of vma before
1683 emitting data, not after updating it.
1684 <case LOP_LOC>: Call mmo_decide_section with aligned vma.
1685
a953eec9
NC
16862014-04-30 Nick Clifton <nickc@redhat.com>
1687
1688 * compress.c (bfd_is_section_compressed): When checking the
1689 .debug_str section, also check the fifth byte in the section is
1690 not part of a string.
1691
5087d529
AM
16922014-04-30 Alan Modra <amodra@gmail.com>
1693
1694 * elf-eh-frame.c (struct cie.personality): Replace val with sym.
1695 (find_merged_cie): Identify personality functions by (bfd_id,index)
1696 pair when a local sym is used.
1697
230977a4
CS
16982014-04-29 Christian Svensson <blue@cmd.nu>
1699
1700 * elf32-or1k.c: Fix a bug where non-TLS relocations would be forced
1701 into .rela.got if it contained TLS relocations as well.
1702
40af4a36
NC
17032014-04-28 Nick Clifton <nickc@redhat.com>
1704
1705 PR ld/16821
1706 * peXXigen.c (_bfd_XXi_swap_sym_out): Rework fix to avoid compile
1707 time warning.
1708
a9e18c6a
AM
17092014-04-26 Alan Modra <amodra@gmail.com>
1710
1711 * po/SRC-POTFILES.in: Regenerate.
1712 * configure: Regenerate.
1713
88667baf
NC
17142014-04-25 Nick Clifton <nickc@redhat.com>
1715
1716 PR ld/16821
1717 * peXXigen.c (_bfd_XXi_swap_sym_out): Another fix for building on
1718 a 342-bit host. This time for older versions of gcc.
1719
08937d80
NC
17202014-04-24 Nick Clifton <nickc@redhat.com>
1721
1722 * peXXigen.c (rsrc_print_section): Fix compile time warning for
1723 32-bit hosts.
1724
93ee1e36
AM
17252014-04-24 Alan Modra <amodra@gmail.com>
1726
1727 PR 16867
1728 * dwarf2.c: Formatting.
1729 (struct dwarf2_debug): Make adjusted_section_count signed.
1730 (unset_sections): Make i signed.
1731 (set_debug_vma): New function.
1732 (place_sections): Handle separate debug object file. Set VMA
1733 on debug sections, even if they have an output section. Also
1734 set VMA on zero size sections, and non-load but alloc sections.
1735 Set adjusted_section_count to -1 when no section adjustment.
1736 Malloc adjusted_sections. Don't double last_vma. Transfer
1737 alloc section VMAs to separate debug file.
1738 (_bfd_dwarf2_cleanup_debug_info): Free adjusted_sections.
1739 (_bfd_dwarf2_slurp_debug_info): Add do_place parameter. Drop
1740 test on symbols being the same before using old stash. Read
1741 and use separate debug file symbols. Call place_sections.
1742 (find_line): Don't call place_sections here.
1743 * libbfd-in.h (_bfd_dwarf2_slurp_debug_info): Update proto.
1744 * libbfd.h: Regenerate.
1745 * mach-o.c (bfd_mach_o_find_nearest_line): Adjust
1746 _bfd_dwarf2_slurp_debug_info call.
1747 * simple.c (simple_save_output_info): Clarify comment.
1748
3714081c
NC
17492014-04-24 Nick Clifton <nickc@redhat.com>
1750
1751 PR ld/16807
1752 * peXXigen.c (struct rsrc_regions): New structure.
1753 (rsrc_print_resource_directory): Use new structure. Include
1754 offset of directory in listing.
1755 (rsrc_print_resource_entry): Likewise.
1756 (rsrc_print_section): Likewise.
1757 (rsrc_count_entries): Do not increment sizeof_strings or
1758 sizeof_leaves.
1759 (rsrc_count_directory): Do not increment sizeof_tables.
1760 (rsrc_compute_region_sizes): New function.
1761 (rsrc_write_leaf): Maintain 8-byte alignment for resource data.
1762 (rsrc_process_section): Compute size of regions after merging
1763 entries.
1764
cd0449ab
AM
17652014-04-23 Alan Modra <amodra@gmail.com>
1766
1767 PR ld/16787
1768 * dwarf2.c (struct dwarf2_debug): Add sec_vma field.
1769 (place_sections): Do not modify VMA of sections when called from
1770 linker after sections have been placed in output sections. Short
1771 circuit single section case.
1772 (save_section_vma, section_vma_same): New functions.
1773 (_bfd_dwarf2_slurp_debug_info): Throw away stash if section VMAs
1774 change.
1775 * reloc.c (bfd_perform_relocation): Do not modify reloc addend
1776 when non-relocatable.
1777
d5f59c10
NC
17782014-04-22 Nick Clifton <nickc@redhat.com>
1779
1780 PR ld/16821
1781 * peXXigen.c (_bfd_XXi_swap_sym_out): Fix for 32-bit hosts.
1782
73589c9d
CS
17832014-04-22 Christian Svensson <blue@cmd.nu>
1784
1785 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
1786 * archures.c: Likewise.
1787 * coffcode.h: Likewise.
1788 * config.bfd: Likewise.
1789 * configure.in: Likewise.
1790 * reloc.c: Likewise.
1791 * targets.c: Likewise.
1792 * cpu-or1k.c: New file.
1793 * elf32-or1k.c: New file.
1794 * coff-or32.c: Delete.
1795 * cpu-openrisc.c: Delete.
1796 * cpu-or32.c: Delete.
1797 * elf32-openrisc.c: Delete.
1798 * elf32-or32.c: Delete.
1799 * Makefile.in: Regenerate.
1800 * bfd-in2.h: Regenerate.
1801 * configure: Regenerate.
1802 * libbfd.h: Regenerate.
1803
285fc9d8
YZ
18042014-04-22 Yuanhui Zhang <asmwarrior@gmail.com>
1805
1806 PR ld/16821
1807 * peXXigen.c (abs_finder): Fix for 32-bit host builds.
1808
5d3b02f0
WN
18092014-04-22 Will Newton <will.newton@linaro.org>
1810
1811 * elfnn-aarch64.c (elfNN_aarch64_section_flags): Remove
1812 function. (elf_backend_section_flags): Remove define.
1813
cc75d373
RH
18142014-04-21 Richard Henderson <rth@redhat.com>
1815
d1c109de
RH
1816 * elf64-alpha.c (elf64_alpha_size_got_sections): New may_merge
1817 parameter; honor it and disable got merging when false.
1818 (elf64_alpha_relax_got_load): Do not relax to GPREL relocs during
1819 the first pass of relaxation.
1820 (elf64_alpha_relax_with_lituse): Likewise. Move relaxed relocs to
1821 the end of the LITERAL+LITUSE chain.
1822 (elf64_alpha_relax_section): Only process LITERAL relocs during the
1823 second pass of relaxation.
1824
cc75d373
RH
1825 * configure.ac (use_secureplt): Enable by default.
1826 * configure: Rebuild.
1827
c9ffd2ea
TG
18282014-04-18 Tristan Gingold <gingold@adacore.com>
1829
1830 * mach-o.h (bfd_mach_o_dyld_info_command): Add rebase_content,
1831 bind_content, weak_bind_content, lazy_bind_content,
1832 export_content.
1833 (bfd_mach_o_load_command): Add comments, add next field.
1834 (mach_o_data_struct): Replace commands field by first_command
1835 and last_command.
1836 * mach-o.c (bfd_mach_o_append_command): New function.
1837 (bfd_mach_o_bfd_copy_private_symbol_data): Add blank lines.
1838 (bfd_mach_o_bfd_copy_private_section_data): Check flavour,
1839 copy fields.
1840 (bfd_mach_o_bfd_copy_private_header_data): Copy load commands.
1841 (bfd_mach_o_pad4, bfd_mach_o_pad_command): New functions.
1842 (bfd_mach_o_write_thread): Use macro instead of literal.
1843 (bfd_mach_o_write_dylinker, bfd_mach_o_write_dylib)
1844 (bfd_mach_o_write_main, bfd_mach_o_write_dyld_info): New
1845 functions.
1846 (bfd_mach_o_write_symtab_content): New function (extracted
1847 from bfd_mach_o_write_symtab).
1848 (bfd_mach_o_write_symtab): Split.
1849 (bfd_mach_o_count_indirect_symbols): Move
1850 (bfd_mach_o_build_dysymtab): Remove layout code.
1851 (bfd_mach_o_write_contents): Rewritten to build commands in order.
1852 (bfd_mach_o_count_sections_for_seg): Remove.
1853 (bfd_mach_o_build_obj_seg_command): New function (extracted from
1854 bfd_mach_o_build_seg_command).
1855 (bfd_mach_o_build_exec_seg_command): New function.
1856 (bfd_mach_o_build_dysymtab_command): Remove.
1857 (bfd_mach_o_layout_commands): New function.
1858 (bfd_mach_o_init_segment): New function.
1859 (bfd_mach_o_build_commands): Major rework to handle non-object
1860 files.
1861 (bfd_mach_o_alloc_and_read, bfd_mach_o_read_dyld_content): New
1862 function.
1863 (bfd_mach_o_read_dyld_info): Clear content fields.
1864 (bfd_mach_o_read_segment): Adjust call.
1865 (bfd_mach_o_flatten_sections): Adjust as now load commands are
1866 chained.
1867 (bfd_mach_o_scan_start_address, bfd_mach_o_scan)
1868 (bfd_mach_o_mkobject_init, bfd_mach_o_get_base_address)
1869 (bfd_mach_o_lookup_command, bfd_mach_o_core_fetch_environment):
1870 Likewise.
1871
967b2c53
TG
18722014-04-18 Tristan Gingold <gingold@adacore.com>
1873
1874 * mach-o-target.c (bfd_mach_o_bfd_copy_private_header_data):
1875 Define instead of bfd_mach_o_bfd_copy_private_bfd_data.
1876 * mach-o.c (bfd_mach_o_bfd_copy_private_bfd_data): Rename.
1877 * mach-o.h (bfd_mach_o_bfd_copy_private_bfd_data): Likewise.
1878
4525c51a
TG
18792014-04-18 Tristan Gingold <gingold@adacore.com>
1880
1881 * mach-o.h (bfd_mach_o_dylinker_command)
1882 (bfd_mach_o_dylib_command, bfd_mach_o_fvmlib_command): Remove
1883 name_len field.
1884 * mach-o.c (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib)
1885 (bfd_mach_o_read_fvmlib): Adjust after name_len removal.
1886
4384b284
TG
18872014-04-18 Tristan Gingold <gingold@adacore.com>
1888
1889 * mach-o.h (bfd_mach_o_backend_data): Add page_size field.
1890 * mach-o-target.c: Check TARGET_PAGESIZE is defined.
1891 (TARGET_NAME_BACKEND): Add TARGET_PAGESIZE.
1892 * mach-o.c (TARGET_PAGESIZE): Define and undefined for
1893 each targets declared.
1894 * mach-o-x86-64.c (TARGET_PAGESIZE): Define.
1895 * mach-o-i386.c (TARGET_PAGESIZE): Define.
1896
452216ab
TG
18972014-04-18 Tristan Gingold <gingold@adacore.com>
1898
1899 * mach-o.c (bfd_mach_o_write_thread)
1900 (bfd_mach_o_write_section_32, bfd_mach_o_write_section_64)
1901 (bfd_mach_o_write_segment_32, bfd_mach_o_write_segment_64)
1902 (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib)
1903 (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_prebind_cksum)
1904 (bfd_mach_o_read_twolevel_hints, bfd_mach_o_read_fvmlib)
1905 (bfd_mach_o_read_thread, bfd_mach_o_read_dysymtab)
1906 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid)
1907 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str)
1908 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_segment)
1909 (bfd_mach_o_read_segment_32, bfd_mach_o_read_segment_64)
1910 (bfd_mach_o_read_command): Now return a boolean status.
1911 Adjust return statements.
1912 (bfd_mach_o_write_contents, bfd_mach_o_scan): Adjust tests.
1913 (bfd_mach_o_core_file_failing_command): Remove useless initialization.
1914
cb22ccf4
KCY
19152014-04-17 Kwok Cheung Yeung <kcy@codesourcery.com>
1916
1917 * elfxx-mips.c (struct mips_got_info): Delete assigned_gotno
1918 field. Add assigned_low_gotno and assigned_high_gotno fields.
1919 (mips_elf_create_local_got_entry): Update out-of-space condition.
1920 Set index of new GOT entry to assigned_low_gotno if required by
1921 the current relocation, else set it to assigned_high_gotno.
1922 (mips_elf_set_global_gotidx): Replace uses of assigned_gotno
1923 with assigned_low_gotno.
1924 (mips_elf_multi_got): Initialize assigned_low_gotno and
1925 assigned_high_gotno in secondary GOTs. Use assigned_low_gotno
1926 in place of assigned_gotno when handling global GOT entries.
1927 (mips_elf_lay_out_got): Initialize assigned_low_gotno and
1928 assigned_high_gotno.
1929 (_bfd_mips_elf_finish_dynamic_sections): Account for a possible
1930 gap in the middle of local GOT space.
1931
4c34aff8
AM
19322014-04-17 Alan Modra <amodra@gmail.com>
1933
1934 PR 16846
1935 * elflink.c (_bfd_elf_merge_symbol): Ignore TLS mismatch when
1936 current bfd is a plugin. Don't always set type_change_ok
1937 when old bfd is a plugin.
1938
12241a34
TG
19392014-04-16 Tristan Gingold <gingold@adacore.com>
1940
1941 * mach-o-x86-64.c (bfd_mach_o_x86_64_mkobject): Adjust cpusubtype
1942 flag.
1943
40fd06d1
AM
19442014-04-16 Alan Modra <amodra@gmail.com>
1945
1946 * elf32-ppc.c (ppc_elf_relocate_section): Fill 476 fixup area
1947 with "ba 0" rather than zeros.
1948
fa85fb9a
MS
19492014-04-15 Marcus Shawcroft <marcus.shawcroft@arm.com>
1950
1951 * (elfNN_aarch64_tls_relax): Fix instruction mask.
1952
da3a2088
AM
19532014-04-14 Alan Modra <amodra@gmail.com>
1954
1955 * elf32-ppc.c (BA): Define
1956 (ppc_elf_link_hash_table_create): Correct default_params.
1957 (write_glink_stub): Pad small plt call stub with "ba 0" rather
1958 than "nop" for ppc476_workaround.
1959 (ppc_elf_finish_dynamic_sections): Likewise for branch table
1960 and __glink_PLTresolve. Ensure plt call stub at end of page
1961 doesn't allow fall-thru prefetch.
1962
32ae0d80
NC
19632014-04-11 Nick Clifton <nickc@redhat.com>
1964
1965 PR ld/16821
1966 * peXXigen.c (abs_finder): New function.
1967 (_bfd_XXi_swap_sym_out): For absolute symbols with values larger
1968 than 1^32 try to convert them into section relative values
1969 instead.
1970
85cf705b
NC
19712014-04-11 Nick Clifton <nickc@redhat.com>
1972
1973 * bfd-in2.h: Regenerate.
1974 * libbfd.h: Regenerate.
1975
1511baec
SL
19762014-04-10 Cesar Philippidis <cesar@codesourcery.com>
1977
1978 * elf32-nios2.c (nios2_elf32_build_stubs): Ignore dynobjs
1979 when building function stubs.
1980
e4ef1b6c
DC
19812014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1982
1983 * elf32-avr.c: Add DIFF relocations for AVR.
1984 (avr_final_link_relocate): Handle the DIFF relocs.
1985 (bfd_elf_avr_diff_reloc): New.
1986 (elf32_avr_is_diff_reloc): New.
1987 (elf32_avr_adjust_diff_reloc_value): Reduce difference value.
1988 (elf32_avr_relax_delete_bytes): Recompute difference after deleting
1989 bytes.
1990
1991 * reloc.c: Add BFD_RELOC_AVR_DIFF8/16/32 relocations
1992
e30d16e9
AM
19932014-04-09 Alan Modra <amodra@gmail.com>
1994
1995 * libcoff.h: Regenerate.
1996
b4ab4364
AM
19972014-04-09 Alan Modra <amodra@gmail.com>
1998
1999 * elf32-ppc.c (ppc_elf_relocate_section): Remove bctr from list
2000 of safe ppc476 insns at end of page. Also remove non-branch insns.
2001 Expand comments.
2002
6e6e7cfc 20032014-04-08 Jon Turney <jon.turney@dronecode.org.uk>
61e2488c
JT
2004
2005 * peXXigen.c (pe_print_debugdata): New function: Displays the
2006 contents of the debug directory and decodes codeview entries.
2007 (_bfd_XXi_swap_debugdir_in, _bfd_XXi_swap_debugdir_out)
2008 (_bfd_XXi_slurp_codeview_record, _bfd_XXi_write_codeview_record):
2009 Add functions for reading and writing debugdir and codeview
2010 records.
2011 * libpei.h (_bfd_XXi_swap_debugdir_in, _bfd_XXi_swap_debugdir_out)
2012 (_bfd_XXi_write_codeview_record): Add prototypes and macros.
2013 * libcoff-in.h (pe_tdata): Add build-id data.
2014 * libcoff.h: Regenerate.
2015 * coffcode.h (coff_write_object_contents): Run build_id
2016 after_write_object_contents hook.
2017
115c6d5c
AM
20182014-04-05 Alan Modra <amodra@gmail.com>
2019
2020 * elflink.c (_bfd_elf_add_default_symbol): Pass poldbfd when
2021 merging non-default sym.
2022
26954155
TG
20232014-04-04 Tristan Gingold <gingold@adacore.com>
2024
2025 * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not
2026 configured for.
2027
ca148c5a
TG
20282014-04-04 Tristan Gingold <gingold@adacore.com>
2029
2030 * mach-o.c (bfd_mach_o_convert_section_name_to_mach_o): Fix
2031 thinko on names length.
2032
47c50932
TG
20332014-04-04 Tristan Gingold <gingold@adacore.com>
2034
2035 * mach-o-i386.c (bfd_mach_o_i386_swap_reloc_out): Use target index
2036 of output_section.
2037 * mach-o-x86-64.c (bfd_mach_o_x86_64_swap_reloc_out): Ditto.
2038
4ef27e04
TG
20392014-04-04 Tristan Gingold <gingold@adacore.com>
2040
2041 * bfd.c (bfd_get_arch_size): Default is taken from arch.
2042
b69c8728
JT
20432014-04-03 Jon Turney <jon.turney@dronecode.org.uk>
2044
2045 * peXXigen.c (pe_print_edata): Verify edt.name lies inside
2046 section before dereferencing.
2047 (pe_print_idata, pe_print_edata, pe_print_reloc)
2048 (rsrc_print_section): Don't bother interpreting the contents
2049 of sections which have no contents.
2050
1b6aeedb
MG
20512014-04-03 Maria Guseva <m.guseva@samsung.com>
2052
2053 PR ld/16803
2054 * elf.c (_bfd_elf_set_section_contents): Use correct type to hold
2055 file position.
2056
707e555b
TG
20572014-04-03 Tristan Gingold <gingold@adacore.com>
2058
2059 * mach-o.c (bfd_mach_o_mangle_symbols): Use index from
2060 output_section.
2061 (bfd_mach_o_build_seg_command): Add comment. Realign segment.
2062 Fix style.
2063 (bfd_mach_o_build_commands, bfd_mach_o_read_thread): Fix style.
2064
c3fcb775
AM
20652014-04-03 Alan Modra <amodra@gmail.com>
2066
2067 * elf-bfd.h (struct elf_backend_data
2068 <elf_backend_bfd_from_remote_memory>): Replace "size_t size"
2069 with "bfd_size_type size".
2070 (_bfd_elf32_bfd_from_remote_memory): Likewise.
2071 (_bfd_elf64_bfd_from_remote_memory): Likewise.
2072 * elf.c (bfd_elf_bfd_from_remote_memory): Likewise.
2073 * elfcode.h (bfd_from_remote_memory): Likewise.
2493504a
AM
2074 * bfd-in.h (bfd_elf_bfd_from_remote_memory): Likewise.
2075 * bfd-in2.h: Regenerate.
c3fcb775 2076
7a79c514
TG
20772014-04-02 Tristan Gingold <gingold@adacore.com>
2078
2079 * mach-o.h (bfd_mach_o_twolevel_hints_command)
2080 (bfd_mach_o_prebind_cksum_command): New types.
2081 (bfd_mach_o_prebound_dylib_command): Rewrite.
2082 (bfd_mach_o_load_command): Add prebind_cksum and twolevel_hints
2083 fields.
2084 * mach-o.c (bfd_mach_o_read_prebound_dylib): Read and decode the
2085 command.
2086 (bfd_mach_o_read_prebind_cksum): New function.
2087 (bfd_mach_o_read_twolevel_hints): Ditto.
2088 (bfd_mach_o_read_command): Handle prebind cksum and twolevel hints
2089 commands.
2090
5979d6b6
AM
20912014-04-02 Alan Modra <amodra@gmail.com>
2092
2093 * elfcode.h (bfd_from_remote_memory): Add "size" parameter.
2094 Consolidate code handling possible section headers past end of
2095 segment. Don't use p_align for page size guess, instead use
2096 minpagesize. Take note of ld.so clearing section headers when
2097 p_memsz > p_filesz. Handle file header specifying no section
2098 headers. Handle zero p_align throughout. Default loadbase to
2099 zero. Add comments. Rename contents_size to high_offset, and
2100 make it a bfd_vma. Delete unnecessary bfd_set_error calls.
2101 * bfd-in.h (bfd_elf_bfd_from_remote_memory): Update prototpe.
2102 * elf-bfd.h (struct elf_backend_data <elf_backend_from_remote_memory>):
2103 Likewise.
2104 (_bfd_elf32_bfd_from_remote_memory): Likewise.
2105 (_bfd_elf64_bfd_from_remote_memory): Likewise.
2106 * elf.c (bfd_elf_bfd_from_remote_memory): Adjust.
2107 * bfd-in2.h: Regnerate.
2108
23d72939
TG
21092014-04-01 Tristan Gingold <gingold@adacore.com>
2110
2111 * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Avoid to crash
2112 when num == 0.
2113
6a631e86 21142014-03-27 Yury Gribov <y.gribov@samsung.com>
b4894562 2115 Pavel Fedin <p.fedin@samsung.com>
6a631e86 2116
b4894562 2117 * elf32-arm.c: Add support for limited pretty-printing of PLT
6a631e86
YG
2118 entries on eabi and nacl targets.
2119 (elf32_arm_get_synthetic_symtab): Add new callback.
b4894562
AM
2120 (elf32_arm_nacl_plt_sym_val): Likewise.
2121 (elf32_arm_plt0_size): Add helper function.
2122 (elf32_arm_plt_size): Likewise.
6a631e86 2123
10be66a4
TG
21242014-03-27 Tristan Gingold <gingold@adacore.com>
2125
2126 * mach-o.c (bfd_mach_o_read_dylinker): Remove assert.
2127 (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_DYLD_ENVIRONMENT.
2128
3cc27770
TG
21292014-03-27 Tristan Gingold <gingold@adacore.com>
2130
2131 * mach-o.h (bfd_mach_o_get_base_address): New prototype.
2132 * mach-o.c (bfd_mach_o_write_symtab)
2133 (bfd_mach_o_write_contents)
2134 (bfd_mach_o_set_section_flags_from_bfd)
2135 (bfd_mach_o_build_seg_command): Fix indentation.
2136 (bfd_mach_o_get_base_address): New function.
2137
55bfc9ac
NC
21382014-03-26 Nick Clifton <nickc@redhat.com>
2139
2140 * cofflink.c (_bfd_coff_generic_relocate_section): Skip
2141 relocations in discarded sections.
2142
d8028530
TG
21432014-03-26 Tristan Gingold <gingold@adacore.com>
2144
2145 * mach-o.c (bfd_mach_o_convert_architecture): Add
2146 BFD_MACH_O_CPU_TYPE_ARM64.
2147
f6c7c3e8
AM
21482014-03-26 Alan Modra <amodra@gmail.com>
2149
2150 * elf64-ppc.c (ppc64_elf_check_relocs): Account for possibly
2151 needed plt entries when taking the address of functions for
2152 abiversion == 0 (ie. unknown) as well as abiversion == 2.
2153 Move opd setup and abiversion checks to..
2154 (ppc64_elf_before_check_relocs): ..here. Renamed from
2155 ppc64_elf_process_dot_syms. Set output abiversion from input and
2156 input abiversion from output, if either is not set.
2157 (ppc64_elf_merge_private_bfd_data): Don't merge flags here.
2158 (elf_backend_check_directives): Update.
2159
c955de36
WN
21602014-03-25 Will Newton <will.newton@linaro.org>
2161
2162 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections):
2163 Set value of DT_PLTRELSZ and DT_RELASZ based on the size
2164 of input sections rather than output sections.
2165
97323ad1
WN
21662014-03-20 Will Newton <will.newton@linaro.org>
2167
2168 PR ld/16715
2169 * elf32-arm.c (elf32_arm_check_relocs): Set
2170 pointer_equality_needed for absolute references within
2171 executable links.
2172 (elf32_arm_finish_dynamic_symbol): Set st_value to zero
2173 unless pointer_equality_needed is set.
2174
1d63324c
NC
21752014-03-19 Nick Clifton <nickc@redhat.com>
2176
6caf7111
NC
2177 * peXXigen.c (rsrc_process_section): Add code to scan input
2178 sections and record their lengths. Use these lengths to find the
2179 start of each merged .rsrc section.
1d63324c 2180
fbe383b9
TG
21812014-03-17 Tristan Gingold <gingold@adacore.com>
2182
2183 * mach-o.c (bfd_mach_o_read_dylib): Handle lazy load dylib.
2184 (bfd_mach_o_read_command): Ditto.
2185
5a026fc9
NC
21862014-03-14 Meador Inge <meadori@codesourcery.com>
2187
b4894562
AM
2188 * configure.in: Add strnlen to AC_CHECK_DECLS.
2189 * config.in: Regenerate.
2190 * configure: Regenerate.
2191 * sysdep.h (strnlen): Add prototype.
5a026fc9 2192
c3301df1
AM
21932014-03-14 Alan Modra <amodra@gmail.com>
2194
2195 * elf32-ppc.c (ppc_elf_relocate_section): Correct overflow
2196 handling for VLE_SDA21 relocs.
2197
167ad85b
TG
21982014-03-13 Tristan Gingold <gingold@adacore.com>
2199
2200 * peicode.h (pe_ILF_object_p): Adjust, as the version number
2201 has been read.
2202 (pe_bfd_object_p): Also read version number to detect ILF.
2203 * pe-x86_64.c (COFF_WITH_PE_BIGOBJ): Define.
2204 (x86_64pe_bigobj_vec): Define
2205 * coffcode.h (bfd_coff_backend_data): Add _bfd_coff_max_nscns field.
2206 (bfd_coff_max_nscns): New macro.
2207 (coff_compute_section_file_positions): Use unsigned int for
2208 target_index. Compare with bfd_coff_max_nscns.
2209 (bfd_coff_std_swap_table, ticoff0_swap_table, ticoff1_swap_table):
2210 Set a value for _bfd_coff_max_nscns.
2211 (header_bigobj_classid): New constant.
2212 (coff_bigobj_swap_filehdr_in, coff_bigobj_swap_filehdr_out)
2213 (coff_bigobj_swap_sym_in, coff_bigobj_swap_sym_out)
2214 (coff_bigobj_swap_aux_in, coff_bigobj_swap_aux_out): New
2215 functions.
2216 (bigobj_swap_table): New table.
2217 * libcoff.h: Regenerate.
2218 * coff-sh.c (bfd_coff_small_swap_table): Likewise.
2219 * coff-alpha.c (alpha_ecoff_backend_data): Add value for
2220 _bfd_coff_max_nscns.
2221 * coff-mips.c (mips_ecoff_backend_data): Likewise.
2222 * coff-rs6000.c (bfd_xcoff_backend_data)
2223 (bfd_pmac_xcoff_backend_data): Likewise.
2224 * coff64-rs6000.c (bfd_xcoff_backend_data)
2225 (bfd_xcoff_aix5_backend_data): Likewise.
2226 * targets.c (x86_64pe_bigobj_vec): Declare.
2227 * configure.in (x86_64pe_bigobj_vec): New vector.
2228 * configure: Regenerate.
2229 * config.bfd: Add bigobj object format for Windows targets.
2230
c792917c
NC
22312014-03-12 Nick Clifton <nickc@redhat.com>
2232
2233 PR ld/16671
2234 * elf32-arm.c (elf32_arm_add_symbol_hook): Check for ARM format
2235 before testing for vxworks.
2236
fa47fa92
AM
22372014-03-12 Alan Modra <amodra@gmail.com>
2238
2239 * Makefile.in: Regenerate.
2240
bbefd0a9
AM
22412014-03-12 Alan Modra <amodra@gmail.com>
2242
2243 PR 16690
2244 * elf.c (copy_elf_program_header): Ignore first section lma if
2245 non-alloc.
2246
3c865fca
AM
22472014-03-11 Alan Modra <amodra@gmail.com>
2248
2249 PR 16686
2250 * coff-rs6000.c: Include stdint.h.
2251 * coff64-rs6000.c: Likewise.
2252
ce15efd8
TG
22532014-03-10 Tristan Gingold <gingold@adacore.com>
2254
2255 * ticoff.h: Removed.
2256
86c95733
AM
22572014-03-08 Alan Modra <amodra@gmail.com>
2258
2259 * elf32-ppc.c (ppc_elf_howto_raw): Correct overflow check for
2260 many relocations. Correct bitsize and rightshift too for a number
2261 of VLE relocs. Describe R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO.
2262 Correct dst_mask on R_PPC_VLE_SDA21_LO.
2263 (ppc_elf_vle_split16): Tidy, delete unnecessary prototype.
2264 (ppc_elf_relocate_section): Modify overflow test for 16-bit
2265 fields in instructions to signed/unsigned according to whether
2266 the field takes a signed or unsigned value. Tidy vle split16 code.
2267 Correct R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO handling.
2268
b80eed39
AM
22692014-03-08 Alan Modra <amodra@gmail.com>
2270
2271 * elf64-ppc.c (ppc64_elf_howto_raw): Use complain_overflow_signed
2272 for R_PPC64_ADDR14, R_PPC64_ADDR14_BRTAKEN, R_PPC64_ADDR14_BRNTAKEN,
2273 R_PPC64_SECTOFF, R_PPC64_ADDR16_DS, R_PPC64_SECTOFF_DS,
2274 R_PPC64_REL16 entries. Use complain_overflow_dont for R_PPC64_TOC.
2275 (ppc64_elf_relocate_section): Modify overflow test for 16-bit
2276 fields in instructions to signed/unsigned according to whether
2277 the field takes a signed or unsigned value.
2278
c38e8559
PA
22792014-03-07 Pedro Alves <palves@redhat.com>
2280
5893c83a 2281 PR gdb/16696
c38e8559
PA
2282 * rs6000-core.c (rs6000coff_core_p): Cast pointers to bfd_vma
2283 through ptr_to_uint instead of through long.
2284
e9847026
NC
22852014-03-06 Nick Clifton <nickc@redhat.com>
2286
2287 PR 16664
2288 * elf-attrs.c (_bfd_elf_parse_attributes): Add checks for corrupt
2289 attribute section names.
2290
4b95cf5c
AM
22912014-03-05 Alan Modra <amodra@gmail.com>
2292
2293 Update copyright years.
2294
45965137
AM
22952014-03-05 Alan Modra <amodra@gmail.com>
2296
2297 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_ADDR64_LOCAL entry.
2298 (ppc64_elf_reloc_type_lookup): Support R_PPC64_ADDR64_LOCAL.
2299 (ppc64_elf_check_relocs): Likewise.
2300 (ppc64_elf_relocate_section): Likewise.
2301 * Add BFD_RELOC_PPC64_ADDR64_LOCAL.
2302 * bfd-in2.h: Regenerate.
2303 * libbfd.h: Regenerate.
2304
cd0c81e9 23052014-03-04 Heiher <r@hev.cc>
4ba154f5
RS
2306
2307 * elfxx-mips.c (mips_set_isa_flags): Use E_MIPS_ARCH_64R2 for
2308 Loongson-3A.
2309 (mips_mach_extensions): Make bfd_mach_mips_loongson_3a an
2310 extension of bfd_mach_mipsisa64r2.
2311
eed94f8f
NC
23122014-03-04 Nick Clifton <nickc@redhat.com>
2313
2314 PR ld/16017
2315 * elf32-arm.c (elf32_thumb2_plt0_entry): New array.
2316 (elf32_thumb2_plt_entry): New array.
2317 (elf32_arm_create_dynamic_sections): Set PLT entry sizes when
2318 using thumb2 based PLT.
2319 (elf32_arm_populate_plt_entry): Handle generating Thumb2 based PLT
2320 entries.
2321 (elf32_arm_final_link_relocate): Do not bias jumps to Thumb based
2322 PLT entries.
2323 (elf32_arm_finish_dynamic_sections): Handle creation of Thumb2
2324 based PLT 0-entry.
2325 (elf32_arm_output_plt_map_1): Handle creation of local symbols for
2326 Thumb2 based PLT 0-entry.
2327 (elf32_arm_output_arch_local_syms): Handle creation of local
2328 symbols for Thumb2 based PLT entries.
2329
9850436d
AM
23302014-02-28 Alan Modra <amodra@gmail.com>
2331
2332 PR ld/16643
2333 * elflink.c (elf_gc_sweep): Call gc_sweep_hook for exactly
2334 the same conditions we called check_relocs.
2335
1db37fe6
YG
23362014-02-27 Yuri Gribov <y.gribov@samsung.com>
2337
2338 * bfd-in.h: Add export of bfd_elf32_arm_use_long_plt.
2339 * bfd-in2.h: Regenerate.
2340 * elf32-arm.c (elf32_arm_plt_entry_long): New array.
2341 (elf32_arm_link_hash_table_create): Set plt_entry_size to 16 if
2342 using long PLT entries.
2343 (bfd_elf32_arm_use_long_plt): New function.
2344 (elf32_arm_populate_plt_entry): Add support for long PLT entries.
2345
db434ba0
AM
23462014-02-27 Alan Modra <amodra@gmail.com>
2347
2348 * elf32-ppc.c (ppc_elf_link_hash_table_create): Provide default
2349 params for targets that don't use ppc32elf.em.
2350
d9972968
CLT
23512014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
2352
2353 * elf32-nios2.c (nios2_elf32_relocate_section): Fix calculation
2354 of GOTOFF relocations.
2355
0ff2b86e
L
23562014-02-19 Igor Zamyatin <igor.zamyatin@intel.com>
2357 H.J. Lu <hongjiu.lu@intel.com>
2358
2359 * elf64-x86-64.c (elf_x86_64_bnd_plt0_entry): New.
2360 (elf_x86_64_legacy_plt_entry): Likewise.
2361 (elf_x86_64_bnd_plt_entry): Likewise.
2362 (elf_x86_64_legacy_plt2_entry): Likewise.
2363 (elf_x86_64_bnd_plt2_entry): Likewise.
2364 (elf_x86_64_bnd_arch_bed): Likewise.
2365 (elf_x86_64_link_hash_entry): Add has_bnd_reloc and plt_bnd.
2366 (elf_x86_64_link_hash_table): Add plt_bnd.
2367 (elf_x86_64_link_hash_newfunc): Initialize has_bnd_reloc and
2368 plt_bnd.
2369 (elf_x86_64_copy_indirect_symbol): Also copy has_bnd_reloc.
2370 (elf_x86_64_check_relocs): Create the second PLT for Intel MPX
2371 in 64-bit mode.
2372 (elf_x86_64_allocate_dynrelocs): Handle the second PLT for IFUNC
2373 symbols. Resolve call to the second PLT if it is created.
2374 (elf_x86_64_size_dynamic_sections): Keep the second PLT section.
2375 (elf_x86_64_relocate_section): Resolve PLT references to the
2376 second PLT if it is created.
2377 (elf_x86_64_finish_dynamic_symbol): Use BND PLT0 and fill the
2378 second PLT entry for BND relocation.
2379 (elf_x86_64_finish_dynamic_sections): Use MPX backend data if
2380 the second PLT is created.
2381 (elf_x86_64_get_synthetic_symtab): New.
2382 (bfd_elf64_get_synthetic_symtab): Likewise. Undefine for NaCl.
2383
7d4c687d
AM
23842014-02-19 Alan Modra <amodra@gmail.com>
2385
2386 * elf64-ppc.h (struct ppc64_elf_params): Add save_restore_funcs.
2387 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Use it to control
2388 provision of out-of-line register save/restore routines.
2389
5db3e65d
JC
23902014-02-18 Jack Carter <jack.carter@imgtec.com>
2391
b4894562
AM
2392 * elfxx-mips.c(_bfd_mips_elf_modify_segment_map): Deleted hard coding of
2393 PT_DYNAMIC segment flags.
5db3e65d 2394
024a2310
JK
23952014-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2396
2397 PR binutils/16595
2398 * simple.c (struct saved_offsets): New.
2399 (simple_save_output_info): Use it for ptr.
2400 (simple_restore_output_info): Use it for ptr. Check section_count.
2401 (bfd_simple_get_relocated_section_contents): Use it for saved_offsets.
2402
e7d1c40c
AM
24032014-02-17 Alan Modra <amodra@gmail.com>
2404
2405 * elf64-ppc.h (struct ppc64_elf_params): Define.
2406 (ppc64_elf_init_stub_bfd, ppc64_elf_edit_opd, ppc64_elf_tls_setup,
2407 ppc64_elf_setup_section_lists, ppc64_elf_size_stubs,
2408 ppc64_elf_build_stubs): Update prototype.
2409 * elf64-ppp.c (struct ppc_link_hash_table): Add params, delete other
2410 fields now in params. Adjust code throughout file.
2411 (ppc64_elf_init_stub_bfd): Delete "abfd" parameter, add "params".
2412 Save params pointer in htab.
2413 (ppc64_elf_edit_opd, ppc64_elf_tls_setup,
2414 ppc64_elf_setup_section_lists, ppc64_elf_size_stubs,
2415 ppc64_elf_build_stubs): Remove parameters now in "params".
2416
668e22e5
AM
24172014-02-17 Alan Modra <amodra@gmail.com>
2418
2419 * elf32-ppc.c (ppc_elf_relocate_section): Move relocs on insns
2420 patched for ppc476 workaround. Reapply branch taken/not taken
2421 relocs.
2422
9f7552cf
AM
24232014-02-12 Alan Modra <amodra@gmail.com>
2424
2425 * elf32-ppc.c (ppc_elf_relax_section): Don't build long-branch
2426 stubs for calls to __tls_get_addr that we know will later be
2427 optimised away.
2428
795bc6b3
AM
24292014-02-12 Alan Modra <amodra@gmail.com>
2430
2431 * elf32-ppc.c (ppc_elf_relax_section): Enable ppc476 workaround
2432 for ld -r, when code sections are sufficiently aligned.
2433 * elf32-ppc.h (struct ppc_elf_params): Delete pagesize. Add
2434 pagesize_p2.
2435
b407645f
AM
24362014-02-12 Alan Modra <amodra@gmail.com>
2437
2438 PR gold/15530
2439 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Support
2440 --export-dynamic and --dynamic-list marking of symbols.
2441 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Reorder
2442 cheap tests first.
2443
d6f6f455
L
24442014-02-10 H.J. Lu <hongjiu.lu@intel.com>
2445
2446 PR gold/16530
2447 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark symbol in
2448 executables if it matches dynamic_list.
2449
c1c69e83
AM
24502014-02-10 Alan Modra <amodra@gmail.com>
2451
2452 * po/SRC-POTFILES.in: Regenerate.
2453 * po/bfd.pot: Regenerate.
2454
53291d1f
AM
24552014-02-09 Alan Modra <amodra@gmail.com>
2456
2457 * elf-bfd.h (struct elf_backend_data): Add caches_rawsize.
2458 * elfxx-target.h (elf_backend_caches_rawsize): Define.
2459 (elfNN_bed): Init new field.
2460 * elflink.c (elf_link_input_bfd): Handle caches_rawsize.
2461 * elf32-ppc.c (shared_stub_entry): Zero addi offset.
2462 (ppc_elf_relax_section): Don't reallocate section here, write
2463 stubs, or write out relocs for ld -r here..
2464 (ppc_elf_relocate_section): ..instead write stubs here, and use
2465 existing code to write out relocs for ld -r. Fix offset
2466 adjustment on reloc for little-endian.
2467 (elf_backend_caches_rawsize): Define.
2468
d1eb5696
RO
24692014-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2470
85773039 2471 PR build/16550
d1eb5696
RO
2472 * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t.
2473
2915c55b
JK
24742014-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 * coff-rs6000.c (xcoff_write_archive_contents_big): Free OFFSETS in
2477 return paths. Three times.
2478 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Free HTAB in all
2479 return paths.
2480 (ppc64_elf_tls_optimize): Free TOC_REF in return path.
2481 (ppc64_elf_edit_toc): Free USED in return path.
2482
1c2de463
SL
24832014-02-03 Sandra Loosemore <sandra@codesourcery.com>
2484
2485 * reloc.c (BFD_RELOC_NIOS2_GOT_LO, BFD_RELOC_NIOS2_GOT_HA): New.
2486 (BFD_RELOC_NIOS2_CALL_LO, BFD_RELOC_NIOS2_CALL_HA): New.
2487 * libbfd.h: Regenerated.
2488 * bfd-in2.h: Regenerated.
2489 * elf32-nios2.c (elf_nios2_howto_table_rel): Add new relocations.
2490 (nios2_reloc_map): Likewise.
2491 (GOT_USED, CALL_USED): Renamed from GOT16_USED and CALL16_USED.
2492 Fixed all references.
2493 (nios2_elf32_relocate_section): Add new relocations.
2494 (nios2_elf32_check_relocs): Likewise.
2495 (nios2_elf32_gc_sweep_hook): Likewise.
2496
5446cbdf
AM
24972014-02-03 Alan Modra <amodra@gmail.com>
2498
2499 * elf32-ppc.c (struct ppc_elf_link_hash_table): Add params.
2500 Delete emit_stub_syms, no_tls_get_addr_opt. Update all uses.
2501 (ppc_elf_link_params): New function.
2502 (ppc_elf_create_glink): Align .glink to 64 bytes for ppc476
2503 workaround.
2504 (ppc_elf_select_plt_layout): Remove plt_style and emit_stub_syms
2505 parameters. Use htab->params instead.
2506 (ppc_elf_tls_setup): Remove no_tls_get_addr_opt parameter.
2507 (ppc_elf_size_dynamic_sections): Align __glink_PLTresolve to
2508 64 bytes for ppc476 workaround.
2509 (struct ppc_elf_relax_info): New.
2510 (ppc_elf_relax_section): Exclude linker created sections and
2511 those too small to hold one instruction. Don't add another
cd3416da 2512 branch around trampolines on later relax passes. Don't
5446cbdf
AM
2513 generate trampolines for undefined symbols when !relocatable,
2514 nor for plugin symbols. Allocate space for ppc476 workaround
2515 patch area. Free fixups on error return path.
2516 (ppc_elf_relocate_section): Handle ppc476 workaround patching.
2517 * elf32-ppc.h (struct ppc_elf_params): New.
2518 (ppc_elf_select_plt_layout, ppc_elf_tls_setup): Update prototype.
2519 (ppc_elf_link_params): Declare.
2520 * section.c (SEC_INFO_TYPE_TARGET): Define.
2521 * bfd-in2.h: Regenerate.
2522
82e91538
SL
25232014-02-02 Sandra Loosemore <sandra@codesourcery.com>
2524
2525 * elf32-nios2.c (struct elf32_nios2_link_hash_table): Add
2526 h_gp_got field.
2527 (nios2_elf32_relocate_section): Use got_base to adjust
2528 GOT-pointer-relative relocations relative to _gp_got.
2529 (create_got_section): Create _gp_got symbol.
2530 (nios2_elf32_finish_dynamic_symbol): Make _gp_got absolute.
2531 (nios2_elf32_size_dynamic_sections): Set _gp_got offset.
2532
78058a5e
SL
25332014-01-30 Sandra Loosemore <sandra@codesourcery.com>
2534
2535 * bfd-in2.h: Update from reloc.c.
2536 * elf32-nios2.c: Include elf32-nios2.h.
2537 (elf_nios2_howto_table_rel): Add entry for R_NIOS2_CALL26_NOAT.
2538 (nios2_reloc_map): Likewise.
2539 (enum elf32_nios2_stub_type): Declare.
2540 (struct elf32_nios2_stub_hash_entry): Declare.
2541 (nios2_stub_hash_entry, nios2_stub_hash_lookup): New macros.
2542 (struct elf32_nios2_link_hash_entry): Add hsh_cache field.
2543 (struct elf32_nios2_link_hash_table): Add new fields bstab,
2544 stub_bfd, add_stub_section, layout_sections_again, stub_group,
2545 bfd_count, top_index, input_list, all_local_syms.
2546 (nios2_call26_stub_entry): New.
2547 (nios2_elf32_install_imm16): Move up in file.
2548 (nios2_elf32_install_data): Move up in file.
2549 (hiadj): Move up in file.
2550 (stub_hash_newfunc): New.
2551 (link_hash_newfunc): Initialize hsh_cache field.
2552 (STUB_SUFFIX): New.
2553 (nios2_stub_name): New.
2554 (nios2_get_stub_entry): New.
2555 (nios2_add_stub): New.
2556 (nios2_elf32_setup_section_lists): New.
2557 (nios2_elf32_next_input_section): New.
2558 (CALL26_SEGMENT): New.
2559 (MAX_STUB_SECTION_SIZE): New.
2560 (group_sections): New.
2561 (nios2_type_of_stub): New.
2562 (nios2_build_one_stub): New.
2563 (nios2_size_one_stub): New.
2564 (get_local_syms): New.
2565 (nios2_elf32_size_stubs): New.
2566 (nios2_elf32_build_stubs): New.
2567 (nios2_elf32_do_call26_relocate): Correct CALL26 overflow test.
2568 (nios2_elf32_relocate_section): Handle R_NIOS2_CALL26_NOAT. Add
2569 trampolines for R_NIOS2_CALL26 stubs.
2570 (nios2_elf32_check_relocs): Handle R_NIOS2_CALL26_NOAT.
2571 (nios2_elf32_gc_sweep_hook): Likewise.
2572 (nios2_elf32_link_hash_table_create): Initialize the stub hash table.
2573 (nios2_elf32_link_hash_table_free): New.
2574 (bfd_elf32_bfd_link_hash_table_free): Define.
2575 * elf32-nios2.h: New file.
2576 * libbfd.h: Update from reloc.c.
2577 * reloc.c (BFD_RELOC_NIOS2_CALL26_NOAT): New.
2578
df3ce959
NC
25792014-01-29 Nick Clifton <nickc@redhat.com>
2580
2581 PR binutils/16318
2582 * elf32-metag.c (elf_metag_post_process_headers): Call
2583 _bfd_elf_post_process_headers.
2584 * elf32-sh64.c (sh64_elf_copy_private_data): Call
2585 _bfd_elf_copy_private_data.
2586 * elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise.
2587
27b829ee
NC
25882014-01-29 Nick Clifton <nickc@redhat.com>
2589
2590 * bfd-in.h (bfd_set_section_vma): Delete.
2591 (bfd_set_section_alignment): Delete.
2592 (bfd_set_section_userdata): Delete.
2593 (bfd_set_cacheable): Delete.
2594 * bfd.c (bfd_set_cacheable): New static inline function.
2595 * section.c (bfd_set_section_userdata): Likewise.
2596 (bfd_set_section_vma): Likewise.
2597 (bfd_set_section_alignment): Likewise.
2598 * bfd-in2.h: Regenerate.
2599
0a9c7b2b
NC
26002014-01-28 Nick Clifton <nickc@redhat.com>
2601
2602 * dwarf2.c (find_abstract_instance_name): For DW_FORM_ref_addr
2603 attributes select the CU containing the abbreviation, which may not
2604 be the current CU.
2605
3ba720c7
AM
26062014-01-24 Alan Modra <amodra@gmail.com>
2607
2608 * elf64-ppc.c (ppc_build_one_stub): Correct reloc count passed
2609 to get_relocs for ELFv2.
2610
d923cae0
L
26112014-01-23 H.J. Lu <hongjiu.lu@intel.com>
2612
2613 PR ld/16498
3ba720c7 2614 * elf.c (_bfd_elf_map_sections_to_segments): Issue a linker error
d923cae0
L
2615 if TLS sections are not adjacent.
2616
16e4ecc0
AM
26172014-01-22 Alan Modra <amodra@gmail.com>
2618
2619 * elflink.c (elf_link_add_object_symbols): Call minfo for --as-needed.
2620
eb8d7fda
AM
26212014-01-22 Alan Modra <amodra@gmail.com>
2622
2623 * elf64-ppc.c (STK_LINKER): Comment typo fix.
2624
4584ec12
L
26252014-01-21 H.J. Lu <hongjiu.lu@intel.com>
2626
2627 PR ld/16467
2628 * elflink.c (_bfd_elf_merge_symbol): When types of the existing
2629 regular default symbol definition and the versioned dynamic
2630 symbol definition mismatch, skip the default symbol definition
2631 if one of them is IFUNC.
2632
22ef172a
L
26332014-01-21 H.J. Lu <hongjiu.lu@intel.com>
2634
2635 PR ld/2404
2636 * elflink.c (_bfd_elf_merge_symbol): Don't check info->shared,
2637 info->export_dynamic nor h->ref_dynamic for type mismatch when
2638 adding the default version.
2639
b75d42bc
AM
26402014-01-16 Alan Modra <amodra@gmail.com>
2641
2642 * elfxx-mips.c (mips_elf_record_got_page_entry): Pass in a
2643 mips_elf_traverse_got_arg* rather than mips_got_info*.
2644 Adjust caller. Alloc on output_bfd rather than symbol section
2645 owner.
2646
c353e543
L
26472014-01-15 H.J. Lu <hongjiu.lu@intel.com>
2648
2649 * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last
2650 change.
2651 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
2652
818d220a
L
26532014-01-14 H.J. Lu <hongjiu.lu@intel.com>
2654
2655 PR ld/16428
2656 * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't discard relocs
2657 against __ehdr_start.
2658 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
2659
c3ce498c
L
26602014-01-14 H.J. Lu <hongjiu.lu@intel.com>
2661
2662 * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last
2663 change.
2664 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
2665
d1ec1e40
L
26662014-01-14 H.J. Lu <hongjiu.lu@intel.com>
2667
2668 PR ld/16428
2669 * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't update reloc
2670 count if there are any non pc-relative relocs.
2671 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
2672
f44a1f8e
CL
26732014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org>
2674 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
2675
2676 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct
2677 offset while calculating relocation address.
2678 (elfNN_aarch64_create_small_pltn_entry): Likewise.
2679 (elfNN_aarch64_init_small_plt0_entry): Likewise.
2680
fd0fd00c
MJ
26812014-01-13 Ma Jiang <ma.jiang@zte.com.cn>
2682
2683 PR ld/16202
2684 * elf32-arm.c (elf32_arm_final_link_relocate): Refetch addends for
2685 R_ARM_ABS8 and R_ARM_ABS16.
2686
aa726b9e
AM
26872014-01-13 Alan Modra <amodra@gmail.com>
2688
2689 * elf32-ppc.c (ppc_elf_check_relocs): For @local call to ifunc,
2690 error when shared and force a plt call otherwise.
2691 (ppc_elf_size_dynamic_sections): Don't emit DT_PPC_GOT unless
2692 plt_type == PLT_NEW.
2693 (ppc_elf_relocate_section): Add missing test to resolve ifuncs to
2694 the appropriate call stub.
2695
eec2f3ed
AM
26962014-01-10 Alan Modra <amodra@gmail.com>
2697
2698 PR ld/14207
2699 PR ld/16322
2700 PR binutils/16323
2701 * elf.c (assign_file_positions_for_load_sections): Revert last change.
2702 (assign_file_positions_for_non_load_sections): When setting up
2703 PT_GNU_RELRO header, don't require a corresponding PT_LOAD
2704 header that completely covers the relro region.
2705
09bf66a8
TG
27062014-01-09 Tristan Gingold <gingold@adacore.com>
2707
2708 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): use jump
2709 table macros and add macros to initializa the structure.
2710
43a8475c
L
27112014-01-08 H.J. Lu <hongjiu.lu@intel.com>
2712
2713 PR ld/14207
2714 PR ld/16322
2715 PR binutils/16323
2716 * elf.c (_bfd_elf_map_sections_to_segments): Don't check section
2717 size for PT_GNU_RELRO segment.
2718 (assign_file_positions_for_load_sections): If PT_LOAD segment
2719 doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz.
2720
1651e569
TT
27212014-01-07 Tom Tromey <tromey@redhat.com>
2722
2723 * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility
2724 wrappers.
2725
dc9155b2
NC
27262014-01-03 Nick Clifton <nickc@redhat.com>
2727
2728 PR binutils/16199
2729 * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of
2730 zero.
2731
dd8dfa39 27322014-01-02 Yuanhui Zhang <asmwarrior@gmail.com>
044387af
A
2733
2734 PR binutils/14289
2735 * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80.
2736
1be5090b
NC
27372014-01-02 Nick Clifton <nickc@redhat.com>
2738
2739 PR binutils/11983
2740 * archive.c (_bfd_get_elt_at_filepos): Store a copy of the
2741 filename in the bfd's filename field.
2742 * elfcode.h (bfd_from_remote_memory): Likewise.
2743 * ieee.c (ieee_object_p): Likewise.
2744 * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
2745 * oasys.c (oasys_openr_next_archived_file): Likewise.
2746 * vms-lib.c (_bfd_vms_lib_get_module): Likewise.
2747 * opncls.c (bfd_fopen): Likewise.
2748 (bfd_openstreamr): Likewise.
2749 (bfd_openr_iovec): Likewise.
2750 (bfd_openw): Likewise.
2751 (bfd_create): Likewise.
2752 (_bfd_delete_bfd): Free filename.
2753
5fb776a6 2754For older changes see ChangeLog-2013
56882138 2755\f
5fb776a6 2756Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
2757
2758Copying and distribution of this file, with or without modification,
2759are permitted in any medium without royalty provided the copyright
2760notice and this notice are preserved.
2761
56882138
AM
2762Local Variables:
2763mode: change-log
2764left-margin: 8
2765fill-column: 74
2766version-control: never
2767End:
This page took 0.888071 seconds and 4 git commands to generate.