* dbxread.c: Formatting.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Fix memset calls.
4 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Likewise.
5
6 2008-05-14 Alan Modra <amodra@bigpond.net.au>
7
8 * Makefile.am: Run "make dep-am".
9 * Makefile.in: Regenerate.
10
11 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
12 Alan Modra <amodra@bigpond.net.au>
13
14 * elf32-ppc.c (section_covers_vma): New function.
15 (ppc_elf_get_synthetic_symtab): New function.
16 (bfd_elf32_get_synthetic_symtab): Define.
17 * elf64-ppc.c (section_covers_vma): New function.
18 (ppc64_elf_get_synthetic_symtab): Generate sym@plt on glink branch
19 table entries, and __glink_PLTresolve on resolver stub.
20 (ppc64_elf_build_stubs): Rename __glink sym to __glink_PLTresolve.
21
22 2008-05-12 Alan Modra <amodra@bigpond.net.au>
23
24 PR 6443
25 * elf32-ppc.c (MUST_BE_DYN_RELOC): Delete.
26 (must_be_dyn_reloc): New function.
27 (ppc_elf_check_relocs): Don't set DF_STATIC_TLS for tprel relocs
28 in pies.
29 (ppc_elf_tls_optimize): Optimise pies.
30 (ppc_elf_relocate_section): Use a section symbol rather than no
31 symbol if possible for LD->IE TLS sequence, but don't error if
32 we must use no symbol.
33 * elf64-ppc.c (MUST_BE_DYN_RELOC): As for elf32-ppc.c.
34 (must_be_dyn_reloc): Likewise.
35 (ppc64_elf_check_relocs): Likewise.
36 (ppc64_elf_tls_optimize): Likewise.
37 (ppc64_elf_relocate_section): Likewise.
38
39 2008-05-12 Alan Modra <amodra@bigpond.net.au>
40
41 * elf32-spu.c (spu_elf_relocate_section): Rename is_ea to is_ea_sym.
42
43 2008-05-10 Paul Pluzhnikov <ppluzhnikov@google.com>
44
45 * elfcore.h (elf_core_file_p): Warn about core truncation.
46
47 2008-05-07 Bob Wilson <bob.wilson@acm.org>
48
49 * elf32-xtensa.c (xtensa_property_section_name): New.
50 (xtensa_make_property_section): New.
51 (xtensa_get_property_section): Make static. Do not create a new
52 section if it does not exist.
53
54 2008-05-08 Alan Modra <amodra@bigpond.net.au>
55
56 * elf32-spu.c (spu_elf_special_sections): Add "._ea".
57 (spu_elf_relocate_section): Handle relocations against symbols
58 defined in ._ea specially.
59
60 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
61
62 * elf32-arm.c (elf32_arm_symbian_link_hash_table_create): Use
63 ARRAY_SIZE.
64 (elf32_arm_symbian_plt_sym_val): New.
65 (elf_backend_plt_sym_val): Define.
66
67 2008-05-03 Alan Modra <amodra@bigpond.net.au>
68
69 PR 2995, PR 6473
70 * elf.c (rewrite_elf_program_header): Rather than clearing
71 p_paddr_valid at end, don't set it in the first place. Delete
72 comment no longer relevant. When not p_paddr_valid, don't set
73 paddr from vaddr, and don't set p_vaddr_offset.
74
75 2008-05-01 Cary Coutant <ccoutant@google.com>
76
77 * elf.c (bfd_elf_get_str_section): Fix memory leak caused by
78 corrupt string table.
79
80 2008-05-01 Joel Brobecker <brobecker@adacore.com>
81
82 * cache.c (cache_bread_1): Renames cache_bread.
83 (cache_bread): New function.
84
85 2008-05-01 Alan Modra <amodra@bigpond.net.au>
86
87 PR 2995, PR 6473
88 * elf.c (_bfd_elf_make_section_from_shdr): Always set lma from p_paddr.
89 (assign_file_positions_for_load_sections): Combine nested "if".
90 (copy_elf_program_header): Don't set p_paddr_valid or p_vaddr_offset
91 when all header p_paddr fields are zero.
92
93 2008-04-30 Edmar Wienskoski <edmar@freescale.com>
94
95 * cpu-powerpc.c (bfd_powerpc_archs): Add e500mc entry.
96
97 2008-04-29 Daniel Jacobowitz <dan@codesourcery.com>
98
99 * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound)
100 (_bfd_elf_canonicalize_dynamic_reloc): Find dynamic relocations
101 even if they are not loaded.
102 * elflink.c (_bfd_elf_init_2_index_sections): Set data_index_section
103 first.
104
105 2008-04-25 Jay Foad <jay.foad@gmail.com>
106
107 * reloc16.c (bfd_coff_reloc16_get_value): Add support for
108 undefined weak symbols.
109
110 2008-04-25 Nick Clifton <nickc@redhat.com>
111
112 * po/vi.po: Updated Vietnamese translation.
113
114 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
115
116 * aclocal.m4: Regenerate.
117 * configure: Regenerate.
118
119 2008-04-21 Cary Coutant <ccoutant@google.com>
120
121 * archive.c (_bfd_write_archive_contents): Fix incorrect use of
122 ARFMAG.
123
124 2008-04-21 Nathan Sidwell <nathan@codesourcery.com>
125
126 * elfxx-mips.c (_bfd_mips_vxworks_adjust_dynamic_symbol): Don't
127 set the value of undefined symbols in shared objects.
128 (_bfd_mips_vxworks_finish_dynamic_symbol): Clear value for
129 undefined symbols unless pointer equality is needed.
130
131 2008-04-18 Dennis Roberts <dennis.roberts@sunquestinfo.com>
132
133 * aix5ppc-core.c: Define macros for the default architecture and
134 machine for matching core files.
135 (xcoff64_core_p): Set the architecture and machine to the default
136 values defined in the macros mentioned above.
137 * rs6000-core.c: Define macros to determine whether or not the
138 core file header uses the core_dumpxx header format.
139 (rs6000coff_core_p): Don't match core files that use the
140 core_dumpxx header format.
141
142 2008-04-16 Pedro Alves <pedro@codesourcery.com>
143
144 * config.bfd (i[3-7]86-*-dicos*, x86_64-*-dicos*): Add.
145
146 2008-04-16 David S. Miller <davem@davemloft.net>
147
148 * reloc.c (BFD_RELOC_SPARC_GOTDATA_HIX22,
149 BFD_RELOC_SPARC_GOTDATA_LOX10, BFD_RELOC_SPARC_GOTDATA_OP_HIX22,
150 BFD_RELOC_SPARC_GOTDATA_OP_LOX10, BFD_RELOC_SPARC_GOTDATA_OP): New.
151 * libbfd.h: Regnerate.
152 * bfd-in2.h: Regenerate.
153 * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Add entries for
154 GOTDATA relocations.
155 (sparc_reloc_map): Likewise.
156 (_bfd_sparc_elf_check_relocs): Handle R_SPARC_GOTDATA_* like
157 R_SPARC_GOT*.
158 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
159 (_bfd_sparc_elf_relocate_section): Transform R_SPARC_GOTDATA_HIX22,
160 R_SPARC_GOTDATA_LOX10, R_SPARC_GOTDATA_OP_HIX22, and
161 R_SPARC_GOTDATA_OP_LOX10 into the equivalent R_SPARC_GOT* reloc.
162 Simply ignore R_SPARC_GOTDATA_OP relocations.
163
164 2008-04-14 Aurelien Jarno <aurelien@aurel32.net>
165
166 * configure.in: Link with the PIC version of libiberty on
167 Linux/MIPS hosts.
168 * configure: Regenerate.
169
170 2008-04-14 Edmar Wienskoski <edmar@freescale.com>
171
172 * archures.c: Add bfd_mach_ppc_e500mc.
173 * bfd-in2.h: Regenerate.
174
175 2008-04-08 Alan Modra <amodra@bigpond.net.au>
176
177 * elf32-spu.c (spu_elf_build_stubs): Correct error message.
178 (mark_functions_via_relocs): Remove premature init of symtab_hdr.
179 (collect_overlays): Commment typo fix.
180
181 2008-04-08 Kees Cook <kees@canonical.com>
182
183 * elflink.c (bfd_elf_size_dynamic_sections): Ignore GNU-stack note
184 in EXEC_P bfds.
185
186 2008-04-08 Alan Modra <amodra@bigpond.net.au>
187
188 * elf32-spu.c: Include libiberty.h.
189 (struct spu_link_hash_table): Add local_stire, overlay_fixed, reserved,
190 non_ovly_stub, spu_elf_load_ovl_mgr, spu_elf_open_overlay_script,
191 spu_elf_relink, auto_overlay fields.
192 (AUTO_OVERLAY, AUTO_RELINK, OVERLAY_RODATA): Define.
193 (needs_ovl_stub): Flip test so that call to non-function warning
194 is emitted during relocate_section rather than earlier.
195 (spu_elf_check_vma): Stash --auto-overlay parameters, and clear
196 auto_overlay if no section exceeds local store.
197 (struct call_info): Add count, max_depth, is_pasted fields.
198 (struct function_info): Add rodata, last_caller, call_count,
199 depth, new visit flags.
200 (insert_callee): Increment call count.
201 (copy_callee): New function.
202 (mark_functions_via_relocs): Investigate all reloc types to count
203 possible function pointer stubs for --auto-overlay. Track
204 last_caller and increment function call_count.
205 (pasted_function): Insert a "call" into call info for pasted section.
206 (remove_cycles): Track max depth of calls. Don't emit call graph
207 pruning warning for --auto-overlay.
208 (build_call_tree): Don't transfer_calls for --auto-overlay.
209 Adjust remove_cycles call.
210 (sort_calls, sort_lib, sort_bfds): New functions.
211 (struct _mos_param, struct _uos_param, struct _cl_param): New.
212 (mark_overlay_section, unmark_overlay_section): New functions.
213 (collect_lib_sectios, auto_ovl_lib_functions): New functions.
214 (collect_overlays, find_pasted_call): New functions.
215 (sum_stack): Deal with is_pasted "calls". Exit before printing
216 when --auto-overlay.
217 (spu_elf_auto_overlay): New function.
218 (spu_elf_final_link): Call spu_elf_auto_overlay.
219 * elf32-spu.h (spu_elf_check_vma): Update prototype.
220
221 2008-04-07 Alan Modra <amodra@bigpond.net.au>
222
223 * elf32-spu.c (allocate_spuear_stubs): Ensure _SPUEAR_ symbol
224 is defined in overlay section before creating a stub.
225 (build_spuear_stubs): Likewise.
226 (spu_elf_size_stubs, spu_elf_build_stubs): Adjust calls.
227
228 2008-04-02 Alan Modra <amodra@bigpond.net.au>
229
230 * elf32-spu.c (insert_callee): Reorder call list so most recent
231 call is always first.
232 (interesting_section): Move.
233 (mark_functions_via_relocs): Fold interesting_section and
234 reloc_count tests in callers to here. Simplify output section
235 owner test.
236 (discover_functions): Set "gaps" when no symbols and some
237 "interesting_section". Run pasted_function loop for no symbol
238 bfds.
239 (for_each_node, transfer_calls): New functions.
240 (mark_non_root): Adjust to suit for_each_node.
241 (call_graph_traverse): Likewise. Fix memory leak. Rename to..
242 (remove_cycles): ..this.
243 (build_call_tree): Use for_each_node and transfer_calls.
244 (struct _sum_stack_param): New.
245 (sum_stack): Adjust to suit for_each_node. Return error on
246 malloc failure. Move code to print root node cumulative stack from..
247 (spu_elf_stack_analysis): ..here. Use for_each_node.
248
249 2008-03-31 Cary Coutant <ccoutant@google.com>
250
251 PR 6006
252 * archive.c (_bfd_slurp_extended_name_table): Change
253 ARFMAG[0] to ARFMAG[1].
254 (_bfd_construct_extended_name_table): Likewise.
255
256 2008-03-31 Daniel Jacobowitz <dan@codesourcery.com>
257
258 * elfxx-mips.c (mips_elf_record_got_page_entry): Update comment.
259 (_bfd_mips_elf_check_relocs): Update comments. Always call
260 mips_elf_record_got_page_entry for R_MIPS_GOT_PAGE.
261
262 2008-03-27 Cary Coutant <ccoutant@google.com>
263
264 Add support for thin archives.
265 * archive.c (_bfd_find_nested_archive): New function.
266 (get_extended_arelt_filename): Add origin parameter.
267 (_bfd_generic_read_ar_hdr_mag): Deal with extended name
268 combined with a file offset.
269 (append_relative_path): New function.
270 (_bfd_get_elt_at_filepos): Deal with external members and
271 nested archives.
272 (bfd_generic_openr_next_archived_file): Thin archives.
273 (bfd_generic_archive_p): Recognize new magic string.
274 (adjust_relative_path): New function.
275 (_bfd_construct_extended_name_table): Construct extended
276 names for thin archive members.
277 (_bfd_write_archive_contents): Emit new magic string, skip
278 copying files for thin archives.
279 * bfd-in.h (bfd_is_thin_archive): New macro.
280 * bfd.c (struct bfd): New fields for thin archives.
281 * libbfd-in.h (struct areltdata): New field for thin archives.
282 * opncls.c (bfd_close): Delete BFDs for nested archives.
283
284 2008-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
285
286 * elf32-bfin.c (bfin_final_link_relocate): New function, wrapper around
287 _bfd_final_link_relocate that also handles R_pcrel24 relocs.
288 (bfinfdpic_relocate_section, bfin_relocate_section): Use it.
289
290 2008-03-25 Nathan Sidwell <nathan@codesourcery.com>
291
292 * elf32-arm.c (elf32_arm_final_link_relocate): Skip dynamic relocs
293 in vxworks tls_vars sections.
294 (allocate_dynrelocs, elf32_arm_size_dynamic_sections): Likewise.
295 * elf32-i386.c (allocate_dynrelocs,
296 elf_i386_size_dynamic_sections, elf_i386_relocate_section): Likewise.
297 * elf32-ppc.c (allocate_dynrelocs, ppc_elf_size_dynamic_sections,
298 ppc_elf_relocate_section): Likewise.
299 * elf32-sh.c (allocate_dynrelocs, sh_elf_size_dynamic_sections,
300 sh_elf_relocate_section): Likewise.
301 * elfxx-sparc.c (allocate_dynrelocs,
302 _bfd_sparc_elf_size_dynamic_sections,
303 _bfd_sparc_elf_relocate_section): Likewise.
304
305 2008-03-21 Adam Nemet <anemet@caviumnetworks.com>
306
307 * elf.c (_bfd_elf_print_private_bfd_data): Use bfd_fprintf_vma to
308 print the values from the dynamic section.
309
310 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
311
312 * elfxx-mips.c (MIPS_ELF_GNU_GOT1_MASK): New macro.
313 (_bfd_mips_elf_finish_dynamic_sections): Use it instead of 0x80000000.
314
315 2008-03-20 Alan Modra <amodra@bigpond.net.au>
316
317 * elf32-spu.c (spu_elf_create_sections): Remove output_bfd parameter.
318 (spu_elf_find_overlays, spu_elf_size_stubs): Likewise
319 (process_stubs, discover_functions, build_call_tree): Likewise.
320 (spu_elf_stack_analysis): Likewise.
321 (spu_elf_check_vma): Likewise. Move.
322 (struct call_info): Make "is_tail" a bitfield.
323 (insert_callee): Clear fun->start and set fun->is_func if we find
324 a non-tail call.
325 * elf32-spu.h (spu_elf_create_sections): Update prototype.
326 (spu_elf_find_overlays, spu_elf_size_stubs, spu_elf_check_vma): Ditto.
327
328 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
329
330 * aclocal.m4: Regenerate.
331 * configure: Likewise.
332 * Makefile.in: Likewise.
333
334 2008-03-16 H.J. Lu <hongjiu.lu@intel.com>
335
336 PR ld/5789
337 PR ld/5943
338 * elf32-i386.c (elf_i386_relocate_section): Issue an error
339 for R_386_GOTOFF relocaton against undefined hidden/internal
340 symbols when building a shared object.
341
342 * elf64-x86-64.c (elf64_x86_64_relocate_section): Issue an
343 error for R_X86_64_PC8/R_X86_64_PC16/R_X86_64_PC32
344 relocaton against undefined hidden/internal symbols when
345 building a shared object.
346 (elf64_x86_64_finish_dynamic_symbol): Return FALSE when symbol
347 is referenced locally, but isn't defined in a regular file.
348
349 2008-03-15 H.J. Lu <hongjiu.lu@intel.com>
350
351 * bfd-in.h (BFD_NO_FLAGS, HAS_RELOC, EXEC_P, HAS_LINENO,
352 HAS_DEBUG, HAS_SYMS, HAS_LOCALS, DYNAMIC, WP_TEXT, D_PAGED,
353 BFD_IS_RELAXABLE, BFD_TRADITIONAL_FORMAT, BFD_IN_MEMORY,
354 HAS_LOAD_PAGE, BFD_LINKER_CREATED): Moved to ...
355 * bfd.c: Here.
356
357 * bfd.c (bfd): Change cacheable, target_defaulted, opened_once,
358 mtime_set, no_export, output_has_begun and has_armap to bit
359 field.
360
361 * bfd-in2.h: Regenerated.
362
363 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
364
365 * cache.c (close_one): Remove mtime hack.
366
367 2008-03-14 H.J. Lu <hongjiu.lu@intel.com>
368
369 PR ld/5913
370 * elfxx-ia64.c (elfNN_ia64_tprel_base): Remove BFD_ASSERT.
371 (elfNN_ia64_dtprel_base): Likewise.
372 (elfNN_ia64_relocate_section): Go to missing_tls_sec if
373 tls_sec is NULL before calling elfNN_ia64_tprel_base or
374 elfNN_ia64_dtprel_base. Report unsupported TLS relocations.
375
376 2008-03-14 Alan Modra <amodra@bigpond.net.au>
377
378 * elf32-spu.c (process_stubs, spu_elf_relocate_section): Move
379 common code to..
380 (maybe_needs_stub): ..here, a new function that also omits stubs
381 for .eh_frame, and..
382 (needs_ovl_stub): ..here. Create stubs for labels in code section
383 referenced by switch jump table.
384 (spu_elf_find_overlays): Set htab->ovly_load and htab->ovly_return.
385 (enum _insn_type): Delete.
386 (enum _stub_type): New.
387 (count_stub, build_stub): Adjust.
388 (allocate_spuear_stubs, build_spuear_stubs): Adjust.
389
390 2008-03-13 Alan Modra <amodra@bigpond.net.au>
391
392 * elf.c (_bfd_elf_make_section_from_shdr): Remove unnecessary cast.
393 (_bfd_elf_assign_file_position_for_section): Simplify align.
394 (_bfd_elf_init_reloc_shdr): Ensure shift expression wide enough
395 for sh_addralign.
396 (elf_fake_sections, swap_out_syms): Likewise.
397 * elflink.c (bfd_elf_final_link): Likewise.
398
399 2008-03-13 Alan Modra <amodra@bigpond.net.au>
400
401 * Makefile.am: Run "make dep-am".
402 * Makefile.in: Regenerate.
403 * po/SRC-POTFILES.in: Regenerate.
404
405 2008-03-12 Bernd Schmidt <bernd.schmidt@analog.com>
406
407 From Jie Zhang <jie.zhang@analog.com>
408 * elf32-bfin.c (struct bfinfdpic_relocs_info): Make got17m4,
409 gothilo, fd, fdgot17m4, fdgothilo, fdgoff17m4, fdgoffhilo,
410 gotoff, call and sym not bitfields.
411 (bfinfdpic_gc_sweep_hook): New function; update the relocation
412 information for the relocations of the section being removed.
413 (bfinfdpic_check_relocs): Accumulate the number of relocations
414 which set got17m4, gothilo, fd, fdgot17m4, fdgothilo, fdgoff17m4,
415 fdgoffhilo, gotoff, call and sym fields.
416 (elf_backend_gc_sweep_hook): Redefine for FD-PIC.
417
418 2008-03-12 Alan Modra <amodra@bigpond.net.au>
419
420 PR 5900
421 * elf-bfd.h: Include elf/internal.h after elf/external.h.
422 * elfcode.h (elf_swap_symbol_in): Map reserved shndx range.
423 (elf_swap_symbol_out): Adjust SHN_XINDEX test.
424 (elf_swap_ehdr_out): Mask SHN_LORESERVE and SHN_XINDEX to values
425 seen in external structs.
426 (valid_section_index_p): Delete.
427 (elf_object_p): Don't increment section numbers over reserved range.
428 Simplify test for valid sh_link, sh_info and e_shstrndx fields.
429 (elf_write_shdrs_and_ehdr): Mask SHN_LORESERVE and SHN_XINDEX to values
430 seen in external structs. Don't increment section numbers over
431 reserved range.
432 * elf.c (bfd_elf_sym_name): Remove redundant tests on st_shndx.
433 (bfd_section_from_shdr): Likewise.
434 (group_signature): Range check before accessing elf_elfsections.
435 (_bfd_elf_setup_sections): Likewise.
436 (bfd_section_from_shdr): Likewise.
437 (bfd_section_from_shdr): Don't increment section number over
438 reserved sections.
439 (assign_file_positions_for_non_load_sections): Likewise.
440 (assign_file_positions_except_relocs): Likewise.
441 (_bfd_elf_write_object_contents): Likewise.
442 (assign_section_numbers): Likewise. Adjust for changed SHN_*.
443 (prep_headers): Delete unused variable.
444 * elflink.c (bfd_elf_link_record_local_dynamic_symbol): Adjust
445 for changed SHN_* values.
446 (check_dynsym, elf_link_input_bfd): Likewise.
447 (bfd_elf_final_link): Likewise. Don't skip over reserved section
448 range.
449 (elf_fixup_link_order): Check that sh_link field is valid.
450 * elf-hppa.h (elf_hppa_add_symbol_hook): Make "index" unsigned.
451 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): Range check before
452 accesssing elf_elfsections.
453 * elf32-avr.c (elf32_avr_size_stubs): Likewise.
454 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
455 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Likewise.
456 * elf64-hppa.c (elf64_hppa_check_relocs): Adjust for changed
457 SHN_* defines. Test for SHN_BAD return from
458 _bfd_elf_section_from_bfd_section
459
460 2008-03-12 Alan Modra <amodra@bigpond.net.au>
461
462 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Update prototype.
463 * elf.c (_bfd_elf_section_from_bfd_section): Return unsigned int,
464 SHN_BAD on error.
465 (_bfd_elf_print_private_bfd_data): Test for SHN_BAD result from
466 _bfd_elf_section_from_bfd_section, not -1.
467 (swap_out_syms): Likewise.
468 * elflink.c (elf_link_add_object_symbols): Likewise.
469 (bfd_elf_get_bfd_needed_list): Likewise.
470 (bfd_elf_match_symbols_in_sections): Likewise.
471 (elf_link_add_object_symbols): Don't bother testing for symbols
472 using normal sections before calling bfd_section_from_elf_index.
473 (elf_link_input_bfd, bfd_elf_final_link): Likewise.
474 (bfd_elf_reloc_symbol_deleted_p): Likewise.
475 * elfcode.h (elf_slurp_symbol_table): Likewise.
476 * elf32-spu.c (get_sym_h): Likewise.
477 * elf32-xtensa.c (get_elf_r_symndx_section): Likewise.
478 * elf64-ppc.c (opd_entry_value, get_sym_h, ppc64_elf_edit_toc): Ditto.
479 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
480
481 2008-03-11 Alan Modra <amodra@bigpond.net.au>
482
483 * elf32-spu.c (spu_elf_relocate_section): Test identical conditions
484 to those in process_stubs for overlay symbols.
485
486 2008-03-09 Paul Brook <paul@codesourcery.com>
487
488 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Handle new
489 Tag_VFP_arch values.
490
491 2008-03-08 Paul Brook <paul@codesourcery.com>
492
493 * elf32-arm.c (insert_thumb_branch): Rewrite.
494 (elf32_thumb_to_arm_stub): Use new insert_thumb_branch.
495
496 2008-03-07 Paul Brook <paul@codesourcery.com>
497
498 * elf32-arm.c (elf32_arm_howto_table_1): Fix bitmasks for MOVW and
499 MOVT relocations.
500 (elf32_arm_final_link_relocate): Fix off by one MOVW/MOVT sign
501 extension.
502 (elf32_arm_relocate_section): Handle MOVW and MOVT
503 relocations. Improve safety check for other weird relocations.
504 (elf32_arm_check_relocs): Only set h->needs_plt for branch/call
505 relocations.
506
507 2008-03-03 Bob Wilson <bob.wilson@acm.org>
508
509 * xtensa-isa.c (xtensa_isa_num_pipe_stages): Make max_stage static and
510 only compute its value once.
511
512 2008-03-03 Alan Modra <amodra@bigpond.net.au>
513
514 * elf32-spu.c (struct got_entry): Add "addend" field.
515 (count_stub, build_stub): Use a new stub if relocation addend
516 differs from existing stubs for this symbol.
517 (process_stubs): Deal with addends.
518 (spu_elf_relocate_section, spu_elf_output_symbol_hook): Likewise.
519
520 2008-03-02 H.J. Lu <hongjiu.lu@intel.com>
521
522 PR ld/5789
523 * elflink.c (_bfd_elf_symbol_refs_local_p): Always return true
524 for hidden and local symbols.
525
526 2008-03-03 Alan Modra <amodra@bigpond.net.au>
527
528 * elf32-ppc.c (allocate_dynrelocs): Discard relocs on
529 undefined symbols with internal or hidden visibility.
530 (ppc_elf_relocate_section): Likewise. Use SYMBOL_CALLS_LOCAL
531 rather than SYMBOL_REFERENCES_LOCAL on branches. Don't
532 return immediately on dynamic reloc error.
533
534 2008-03-01 Alan Modra <amodra@bigpond.net.au>
535
536 * elf64-ppc.c (build_plt_stub): Add relocs on plt call stubs
537 if emitrelocations.
538 (get_relocs): New function, split out from..
539 (ppc_build_one_stub): ..here. Add relocs on plt_branch stubs if
540 emitrelocations. Remove indx temp.
541 (ppc_size_one_stub): Count new stub relocs.
542 (ppc64_elf_size_stubs): Count new glink reloc.
543 (ppc64_elf_build_stubs): Emit glink reloc if emitrelocations.
544 (ppc64_elf_finish_dynamic_sections): Output glink relocs.
545 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Describe non-pic
546 glink code.
547
548 2008-02-28 Alan Modra <amodra@bigpond.net.au>
549
550 * elf32-spu.c (mark_functions_via_relocs): Don't assume that
551 the "->start" pointer reaches to function origin, so that we
552 can handle functions split over more than two sections.
553 (build_call_tree): Likewise.
554 (pasted_function): Don't attempt to set fun->start back to the
555 function origin, just go back one section.
556
557 2008-02-27 Catherine Moore <clm@codesourcery.com>
558
559 * elf.c ( _bfd_elf_print_private_bfd_data): Call
560 elf_backend_get_target_dtag if defined.
561 * elf32-mips.c (elf_backend_get_target_dtag): Define.
562 * elf64-mips.c: Likewise.
563 * elfn32-mips.c: Likewise.
564 * elfxx-mips.c (_bfd_mips_elf_get_target_dtag): New.
565 * elfxx-mips.h (_bfd_mips_elf_get_target_dtag): Declare.
566 * elf-bfd.h (elf_backend_get_target_dtag): Add prototype.
567 * elfxx-target.h (elf_backend_get_target_dtag): Add default.
568 (elf_backend_data): Add elf_backend_get_target_dtag.
569
570 2008-02-26 Alan Modra <amodra@bigpond.net.au>
571
572 * elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
573 for R_PPC_REL32 syms. Don't set non_got_ref on branch reloc syms,
574 and assume branch relocs are not dynamic when non-shared.
575 (readonly_dynrelocs): New function, split out from..
576 (maybe_set_textrel): ..here, renamed from old readonly_dynrelocs.
577 (ppc_elf_adjust_dynamic_symbol): For symbols generating plt entries,
578 clear non_got_ref..
579 (allocate_dynrelocs): ..and don't set u.def for undefined weak.
580 Do allow dynamic relocs on undefined symbols.
581 (ppc_elf_adjust_dynamic_symbol): Use readonly_dynrelocs.
582 (ppc_elf_relocate_section): Mirror dynamic reloc changes in
583 check_relocs.
584 (ppc_elf_finish_dynamic_symbol): Don't give a warning on weak
585 plt symbols needing pointer_equality_needed.
586
587 2008-02-23 Alan Modra <amodra@bigpond.net.au>
588
589 * elf32-ppc.c (ppc_elf_check_relocs): Revert non_got_ref change.
590
591 2008-02-23 Alan Modra <amodra@bigpond.net.au>
592
593 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Copy
594 pointer_equality_needed.
595 (ppc_elf_check_relocs): Split out non-branch relocs from others
596 that might emit dynamic relocs. Set pointer_equality_needed
597 for their symbols. Don't set non_got_ref on branch reloc symbols.
598 (ppc_elf_hash_symbol): New function.
599 (elf_backend_hash_symbol): Define.
600 (ppc_elf_finish_dynamic_symbol): Handle pointer_equality_needed.
601 Error if pointer_equality_needed on weak plt symbol.
602
603 2008-02-22 H.J. Lu <hongjiu.lu@intel.com>
604
605 PR ld/5788
606 * elflink.c (elf_create_symbuf): Correct buffer size and
607 position.
608
609 2008-02-22 Nick Clifton <nickc@redhat.com>
610
611 PR 868
612 * dwarf2.c: Revert previous patch. All of the allocate memory is
613 on an obstack which will be freed at some other time.
614
615 2008-02-20 Nick Clifton <nickc@redhat.com>
616
617 PR 868
618 * libbfd.c (bfd_realloc_or_free): New function. Performs like
619 bfd_realloc, but if the (re)allocation fails, the pointer is
620 freed.
621 * libbfd-in.h: Prototype.
622 * libbfd.h: Regenerate.
623 * bfdio.c (bfd_bwrite): Use the new function.
624 (bfd_seek): Likewise.
625 * bfdwin.c:(bfd_get_file_window): Likewise.
626 * elf-strtab.c (_bfd_elf_strtab_add): Likewise.
627 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
628 * elf32-xtensa.c (vsprintf_msg): Likewise.
629 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
630 * stabs.c (_bfd_link_seciton_stabs): Likewise.
631 * vms-misc.c (_bfd_vms_get_record): Likewise.
632 * vms-tir.c (check_section): Likewise.
633 * vms.c (vms_new_section_hook): Likewise.
634 * elf32-arm.c (elf32_arm_section_map_add): Check that the
635 allocation of sec_data->map succeeded before using it.
636 * elflink.c (elf_link_output_sym): Do not overwrite finfo->
637 symshndxbuf until it is known that the reallocation succeeded.
638
639 2008-02-20 Diogo de Carvalho Kraemer <diogo@kraemer.eng.br>
640 Nick Clifton <nickc@redhat.com>
641
642 PR 868
643 * dwarf2.c (read_abbrevs): Free the abbreviation table if we run
644 out of memory.
645 (decode_line_info): Free the line_info_table before returning a
646 failure result.
647 (_bfd_dwarf2_cleanup_debug_info): Free the abbreviation table.
648 Free the line table. Free the function table. Free the variable
649 table.
650
651 2008-02-17 Mark Kettenis <kettenis@gnu.org>
652
653 * elf.c (swap_out_syms): Avoid preprocessing directive within
654 macro arg.
655
656 2008-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
657
658 * elf.c (assign_file_positions_for_load_sections): Set the type of
659 PT_NOTE sections to SHT_NOTE.
660
661 2008-02-17 Ulrich Weigand <uweigand@de.ibm.com>
662
663 * simple.c (bfd_simple_get_relocated_section_contents): Set
664 link_info.output_bfd.
665
666 2008-02-16 Nathan Sidwell <nathan@codesourcery.com>
667
668 * dwarf2.c (find_line): Don't trust debug information after an
669 unparseable compilation unit.
670
671 2008-02-15 Alan Modra <amodra@bigpond.net.au>
672
673 PR 5765
674 * section.c (SEC_LINK_DUPLICATES): Correct. Renumber following flags.
675 * bfd-in2.h: Regenerate.
676
677 2008-02-15 Alan Modra <amodra@bigpond.net.au>
678
679 * elf-bfd.h (enum elf_object_id): Add HPPA_ELF_TDATA.
680 * elf.c (bfd_elf_allocate_object): Don't check for already allocated
681 tdata.
682 * elf32-hppa.c (elf32_hppa_mkobject): New function.
683 (bfd_elf32_mkobject): Define.
684 * elf32-ppc.c (is_ppc_elf_target): Delete. Replace all uses with..
685 (is_ppc_elf): ..this new macro.
686 * elf64-ppc.c (is_ppc64_elf_target): Delete. Replace all uses with..
687 (is_ppc64_elf): ..this new macro.
688
689 2008-02-15 Alan Modra <amodra@bigpond.net.au>
690
691 * elflink.c: Replace all accesses to hash->creator field with
692 output_bfd->xvec.
693 * cofflink.c: Likewise.
694 * coff-h8300.c: Likewise.
695 * ecoff.c: Likewise.
696 * elf32-m68hc1x.c: Likewise.
697 * elf32-ppc.c: Likewise.
698 * elf64-alpha.c: Likewise.
699 * elf64-ppc.c: Likewise.
700 * elf64-sparc.c: Likewise.
701 * elfxx-mips.c: Likewise.
702 * i386linux.c: Likewise.
703 * m68klinux.c: Likewise.
704 * sparclinux.c: Likewise.
705 * sunos.c: Likewise.
706 * xcofflink.c: Likewise.
707 * linker.c: Likewise.
708 (_bfd_link_hash_table_init): Don't store creator.
709
710 2008-02-14 Peter Jones <pjones@redhat.com>
711
712 * efi-rtdrv-ia32.c: New file.
713 * efi-bsdrv-ia32.c: New file.
714 * efi-rtdrv-ia64.c: New file.
715 * efi-bsdrv-ia64.c: New file.
716 * efi-rtdrv-x86_64.c: New file.
717 * efi-bsdrv-x86_64.c: New file.
718 * peicode.h (pe_bfd_object_p): Add support for boot service and
719 runtime service drivers.
720 * libpei.h: Add macros for EFI formats, and rename the efi application
721 format macros to disambiguate.
722 * targets.c: Add bfd_target _vec externs.
723 (_bfd_tar): Add EFI _vec entries.
724 * config.bfd: Add EFI vectors into the selection routines.
725 * configure.in: add EFI _vec entries.
726 * configure: Regenerate.
727 * Makefile.am: Add EFI files.
728 * Makefile.in: Regenerate.
729
730 2008-02-14 Nathan Sidwell <nathan@codesourcery.com>
731
732 * dwarf1.c (struct dwarf1_debug): Add syms member.
733 (alloc_dwarf1_unit, alloc_dwarf1_func): Check for out of memory.
734 (parse_line_table, _bfd_dwarf1_find_nearest_line): Relocate
735 section contents, check for out of memory.
736
737 * dwarf1.c (struct dwarf1_debug): Change data pointers to bfd_byte.
738 (parse_die): Change data pointers to bfd_byte.
739 (parse_line_table, parse_functions_in_unit): Likewise.
740
741 2008-02-14 Alan Modra <amodra@bigpond.net.au>
742
743 * elflink.c (compute_bucket_count): Warning fixes.
744
745 2008-02-12 DJ Delorie <dj@redhat.com>
746
747 * elf32-iq2000.c (iq2000_elf_relocate_section): Adjust addend of
748 relocation pointing to local symbol in merged section.
749
750 * elf32-iq2000.c (iq2000_elf_relocate_offset16): New.
751 (iq2000_elf_relocate_section): Call it.
752
753 2008-02-12 Nick Clifton <nickc@redhat.com>
754
755 PR ld/5692
756 * elf-bfd.h (enum elf_object_id): New enum, used to identify
757 target specific extensions to the elf_obj_tdata structure.
758 (struct elf_obj_tdata): New field 'object_id'.
759 (elf_object_id, elf_program_header_size, elf_symtab_hdr): New
760 macros for accessing fields in the elf_obj_tdata structure.
761 (bfd_elf_mkobject): Rename to bfd_elf_make_generic_object.
762 (bfd_elf_allocate_object): New function.
763 * elf.c (bfd_elf_mkobject): Rename to bfd_elf_make_generic_object
764 and implement by calling bfd_elf_allocate_object.
765 (bfd_elf_allocate_object): New function: Allocates an
766 elf_obj_tdata structure, possibly with a target specific
767 extension.
768 * elfxx-target.h (bfd_elfNN_mkobject): Use
769 bfd_elf_make_generic_object as the default value.
770 * elf32-arm.c (elf32_arm_obj_tdata): Rename to elf_arm_obj_tdata
771 for consistency with other, similar structures.
772 (is_arm_elf): New macro. Checks a BFD to make sure that is an ARM
773 ELF bfd.
774 (elf32_arm_mkobject): Call bfd_elf_allocate_object.
775 (bfd_elf32_arm_vfp11_erratum_scan): Use is_arm_elf macro to check
776 the bfd being processed.
777 (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
778 (bfd_elf32_arm_set_target_relocs): Likewise.
779 (bfd_elf32_arm_final_link_relocate): Likewise.
780 (bfd_elf32_arm_copy_private_bfd_data): Likewise.
781 (bfd_elf32_arm_merge_eabi_attributes): Likewise.
782 (bfd_elf32_arm_merge_private_bfd_data): Likewise.
783 (bfd_elf32_arm_check_relocs): Likewise.
784 (bfd_elf32_arm_gc_mark_extra_sections): Likewise.
785 (bfd_elf32_arm_size_dynamic_sections): Likewise.
786 (bfd_elf32_arm_process_before_allocation): Use elf_symtab_hdr.
787 (bfd_elf32_arm_init_maps): Likewise.
788 (bfd_elf32_arm_final_link_relocate): Likewise.
789 (bfd_elf32_arm_relocate_section): Likewise.
790 (bfd_elf32_arm_gc_sweep_hook): Likewise.
791 (bfd_elf32_arm_check_relocs): Likewise.
792 (bfd_elf32_arm_size_dynamic_sections): Likewise.
793 * elf32-i386.c (elf_i386_mkobject): Call bfd_elf_allocate_object.
794 (is_i386_elf): New macro. Checks a BFD to make sure that is an x86
795 ELF bfd.
796 (elf_i386_check_relocs): Use is_i386_elf macro to check the bfd
797 being processed.
798 (elf_i386_size_dynamic_sections): Likewise.
799 (elf_i386_relocate_section): Likewise.
800 (elf_i386_check_relocs): Use elf_symtab_hdr.
801 (elf_i386_gc_sweep_hook): Likewise.
802 (elf_i386_size_dynamic_sections): Likewise.
803 (elf_i386_relocate_section): Likewise.
804 * elf32-ppc.c (ppc_elf_mkobject): Call bfd_elf_allocate_object.
805 (elf_create_pointer_linker_section): Use is_ppc_elf_target to
806 verify that the bfd before accessing target specific fields.
807 (ppc_elf_check_relocs): Likewise.
808 (elf_finish_pointer_linker_section): Likewise.
809 (elf_create_pointer_linker_section): Use elf_symtab_hdr.
810 (ppc_elf_check_relocs): Likewise.
811 (ppc_elf_gc_sweep_hook): Likewise.
812 (ppc_elf_tls_optimize): Likewise.
813 (ppc_elf_size_dynamic_sections): Likewise.
814 (ppc_elf_relax_section): Likewise.
815 (ppc_elf_relocate_section): Likewise.
816 * elf32-s390.c (struct elf_s390_obj_tdata): Add a comment
817 reminding programmers to keep this structure in sync with the one
818 defined in elf64-s390.c.
819 (elf_s390_mkobject): Call bfd_elf_allocate_object.
820 (is_s390_elf): New macro. Checks a BFD to make sure that is an s390
821 ELF bfd.
822 (elf_s390_check_relocs): Use is_s390_elf macro to check the bfd
823 being processed.
824 (elf_s390_size_dynamic_sections): Likewise.
825 (elf_s390_relocate_section): Likewise.
826 (elf_s390_check_relocs): Use elf_symtab_hdr.
827 (elf_s390_gc_sweep_hook): Likewise.
828 (elf_s390_size_dynamic_sections): Likewise.
829 (elf_s390_relocate_section): Likewise.
830 * elf32-sh.c (sh_elf_mkobject): Call bfd_elf_allocate_object.
831 (is_sh_elf): New macro. Checks a BFD to make sure that is an SH
832 ELF bfd.
833 (sh_elf_size_dynamic_sections): Use is_sh_elf macro to check the
834 bfd being processed.
835 (sh_elf_relocate_section): Likewise.
836 (sh_elf_check_relocs): Likewise.
837 (sh_elf_copy_private_data): Likewise.
838 (sh_elf_relax_section): Use elf_symtab_hdr.
839 (sh_elf_size_dynamic_sections): Likewise.
840 (sh_elf_relocate_section): Likewise.
841 (sh_elf_get_relocated_section_contents): Likewise.
842 (sh_elf_gc_sweep_hook): Likewise.
843 (sh_elf_check_relocs): Likewise.
844 * elf64-alpha.c (elf64_alpha_mkobject): Call bfd_elf_allocate_object.
845 (is_alpha_elf): New macro. Checks a BFD to make sure that is an
846 Alpha ELF bfd.
847 (elf64_alpha_create_got_section): Use is_alpha_elf macro to check
848 the bfd being processed.
849 (elf64_alpha_create_dynamic_section): Likewise.
850 (elf64_alpha_check_relocs): Likewise.
851 (elf64_alpha_size_got_sections): Likewise.
852 (elf64_alpha_relax_section): Likewise.
853 (elf64_alpha_relocate_section): Likewise.
854 (elf64_alpha_final_link): Likewise.
855 (elf64_alpha_check_relocs): Use elf_symtab_hdr.
856 (elf64_alpha_relax_section): Likewise.
857 (elf64_alpha_relocate_section_r): Likewise.
858 (elf64_alpha_relocate_section): Likewise.
859 * elf64-ppc.c (ppc64_elf_mkobject): Call bfd_elf_allocate_object.
860 (ppc64_elf_check_relocs): Use is_ppc64_elf_target to check the bfd
861 being processed.
862 (opd_entry_value): Likewise.
863 (allocate_dynrelocs): Likewise.
864 (ppc64_elf_relocate_section): Likewise.
865 (ppc64_elf_check_relocs): Use elf_symtab_hdr.
866 (opd_entry_value): Likewise.
867 (ppc64_elf_gc_sweep_hook): Likewise.
868 (get_sym_h): Likewise.
869 (ppc64_elf_edit_opd): Likewise.
870 (ppc64_elf_tls_optimize): Likewise.
871 (ppc64_elf_edit_toc): Likewise.
872 (ppc64_elf_size_dynamic_sections): Likewise.
873 (toc_adjusting_stub_needed): Likewise.
874 (ppc64_elf_size_stubs): Likewise.
875 (ppc64_elf_relocate_section): Likewise.
876 * elf64-s390.c (struct elf_s390_obj_tdata): Add a comment
877 reminding programmers to keep this structure in sync with the one
878 defined in elf32-s390.c.
879 (elf_s390_mkobject): Call bfd_elf_allocate_object.
880 (is_s390_elf): New macro. Checks a BFD to make sure that is an s390
881 ELF bfd.
882 (elf_s390_check_relocs): Use is_s390_elf macro to check the bfd
883 being processed.
884 (elf_s390_size_dynamic_sections): Likewise.
885 (elf_s390_relocate_section): Likewise.
886 (elf_s390_check_relocs): Use elf_symtab_hdr.
887 (elf_s390_gc_sweep_hook): Likewise.
888 (elf_s390_size_dynamic_sections): Likewise.
889 (elf_s390_relocate_section): Likewise.
890 * elf64-x86_64.c (elf64_x86_64_mkobject): Call bfd_elf_allocate_object.
891 (is_x86_64_elf): New macro. Checks a BFD to make sure that is an
892 x86_64 ELF bfd.
893 (elf64_x86_64_check_relocs): Use is_x86_64_elf macro to check the bfd
894 being processed.
895 (elf64_x86_64_size_dynamic_sections): Likewise.
896 (elf64_x86_64_relocate_section): Likewise.
897 (elf64_x86_64_check_relocs): Use elf_symtab_hdr.
898 (elf64_x86_64_gc_sweep_hook): Likewise.
899 (elf64_x86_64_size_dynamic_sections): Likewise.
900 (elf64_x86_64_relocate_section): Likewise.
901 * elfxx-sparc.c (_bfd_sparc_elf_mkobject): Call bfd_elf_allocate_object.
902 (is_sparc_elf): New macro. Checks a BFD to make sure that is a Sparc
903 ELF bfd.
904 (_bfd_sparc_elf_check_relocs): Use is_sparc_elf macro to check the
905 bfd being processed.
906 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
907 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
908 (_bfd_sparc_elf_check_relocs): Use elf_symtab_hdr.
909 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
910 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
911 (_bfd_sparc_elf_relocate_section): Likewise.
912
913 2008-02-12 Alan Modra <amodra@bigpond.net.au>
914
915 PR 5303, 5755
916 * arange-set.c: Delete.
917 * arange-set.h: Delete.
918 * dwarf2.c: Revert 2007-09-21 changes.
919 * Makefile.am: Likewise.
920 * Makefile.in: Regenerate.
921 * po/SRC-POTFILES.in: Regenerate.
922
923 2008-02-11 Bernd Schmidt <bernd.schmidt@analog.com>
924
925 * elf32-bfin.c (bfin_relocate_section): Set up dynobj before using it
926 if necessary.
927 (elf32_bfin_merge_private_bfd_data): Simplify, and ensure object type
928 mismatches are detected.
929
930 * elf32-bfin.c (bfinfdpic_relocate_section): Take more care not to
931 emit invalid relocs or rofixup entries for deleted .eh_frame entries.
932
933 2008-02-11 Daniel Jacobowitz <dan@codesourcery.com>
934
935 * cache.c (cache_bread): Set bfd_error_file_truncated if EOF
936 was reached.
937 * srec.c (srec_scan): Calculate the checksum. Complain on mismatch.
938
939 2008-02-07 Alan Modra <amodra@bigpond.net.au>
940
941 * elf32-spu.c (spu_elf_size_stubs): Revert 2008-01-28 doubling
942 of _ovly_buf_table size.
943 (spu_elf_build_stubs): Use low bit of .size as "present" bit.
944 Adjust initialisations relating to _ovly_buf_table.
945
946 2008-02-04 Bob Wilson <bob.wilson@acm.org>
947
948 * elf32-xtensa (elf_xtensa_relocate_section): After finding an invalid
949 relocation, do not continue processing it. Ignore R_XTENSA_ASM_EXPAND
950 relocations against dynamic symbols.
951 (elf_xtensa_finish_dynamic_sections): Do not fail if there is no
952 .xt.lit section.
953
954 2008-02-04 Kai Tietz <kai.tietz@onevision.com>
955 H.J. Lu <hongjiu.lu@intel.com>
956
957 PR 5715
958 * warning.m4: Enable -Wno-format by default when using gcc on
959 mingw.
960 * configure: Regenerated.
961
962 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
963
964 * archures.c: Update copyright.
965 (bfd_mach_mips_octeon): New macro.
966 * bfd-in2.h: Regenerate.
967 * elfxx-mips.c (_bfd_elf_mips_mach): Handle Octeon.
968 (mips_set_isa_flags): Likewise.
969 (mips_mach_extensions): Add Octeon.
970 * cpu-mips.c: Update copyright.
971 (I_mipsocteon): New enum constant.
972 (arch_info_struct): Add Octeon.
973
974 2008-02-04 Alan Modra <amodra@bigpond.net.au>
975
976 * elf32-spu.c (spu_elf_relocate_section): Correct return type.
977 Return error status on unexpected relocation errors.
978
979 2008-02-04 Alan Modra <amodra@bigpond.net.au>
980
981 PR ld/5692
982 * elf.c (bfd_elf_get_elf_syms): Revert 2008-01-31. Instead abort
983 on non-ELF input.
984 * elf32-arm.c (elf32_arm_size_dynamic_sections): Skip glue
985 processing on non-ELF input.
986
987 2008-01-31 Marc Gauthier <marc@tensilica.com>
988
989 * config.bfd (xtensa*-*-*): Recognize processor variants.
990
991 2008-01-31 Nick Clifton <nickc@redhat.com>
992
993 PR ld/5692
994 * elf.c (bfd_elf_get_elf_syms): Check the return value of
995 get_elf_backend_data.
996
997 2008-01-28 Fabian Groffen <grobian@gentoo.org>
998
999 * config.bfd (x86_64-*-solaris2): Add support for this target.
1000
1001 2008-01-28 Alan Modra <amodra@bigpond.net.au>
1002
1003 Rewrite SPU overlay handling code. Put overlay calls stubs in the
1004 overlays where possible. Use a faster call stub, or optionally at
1005 compile time, a more compact stub. Double size of _ovly_buf_table
1006 so that low bit of _ovly_table.buf can be used as a "present" bit.
1007 Reserve an extra _ovly_table entry for index zero.
1008 * elf32-spu.c: (struct spu_link_hash_table): Delete a number of fields,
1009 add new ones.
1010 (struct got_entry): New.
1011 (struct spu_stub_hash_entry): Delete.
1012 (stub_hash_newfunc, spu_elf_link_hash_table_free): Delete.
1013 (spu_elf_link_hash_table_create): Adjust for struct changes.
1014 (spu_stub_name): Delete.
1015 (spu_elf_find_overlays): Don't track sections from overlay regions.
1016 Instead set ovl_buf number in spu elf section data. Error if
1017 overlays in one region don't start at the same address. Adjust
1018 for struct _spu_elf_section_data changes.
1019 (SIZEOF_STUB1, SIZEOF_STUB2, ILA_79, ILA_78): Delete.
1020 (OVL_STUB_SIZE, BRSL, LNOP, ILA): Define.
1021 (needs_ovl_stub): Adjust for struct _spu_elf_section_data changes.
1022 (enum _insn_type): New.
1023 (count_stub, build_stub): New functions.
1024 (allocate_spuear_stubs): Use count_stub.
1025 (build_spuear_stubs): Use build_stub.
1026 (populate_stubs, sort_stubs): Delete.
1027 (process_stubs): New function.
1028 (write_one_stub): Delete.
1029 (spu_elf_size_stubs, spu_elf_build_stubs): Rewrite.
1030 (alloc_stack_info): Adjust for struct _spu_elf_section_data changes.
1031 (maybe_insert_function, check_function_ranges): Likewise.
1032 (find_function, pasted_function, build_call_tree): Likewise.
1033 (spu_elf_stack_analysis, spu_elf_modify_segment_map): Likewise.
1034 (spu_elf_modify_program_headers): Likewise.
1035 (interesting_section): Detect stub sections differently. Delete
1036 htab param, adjust all callers.
1037 (spu_elf_relocate_section): Rewrite stub handling.
1038 (spu_elf_output_symbol_hook): Likewise.
1039 (bfd_elf32_bfd_link_hash_table_free): Delete.
1040 * elf32-spu.h (struct _spu_elf_section_data): Move input-only and
1041 output-only fields into a union. Add ovl_buf.
1042 (spu_elf_size_stubs, spu_elf_build_stubs): Update prototypes.
1043
1044 2008-01-25 DJ Delorie <dj@redhat.com>
1045
1046 * elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): New.
1047
1048 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
1049
1050 * bfd-in.h: Add mingw I64 support.
1051 * bfd-in2.h: Regenerated.
1052 * bfd.c: (bfd_get_sign_extend_vma): Add pe-x86-64 and pei-x86-64.
1053
1054 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1055
1056 PR 4453
1057 * format.c (bfd_check_format_matches): Don't accept archives as
1058 fully matching unless they have a map.
1059
1060 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1061
1062 * elflink.c (_bfd_elf_link_output_relocs): Correct error return.
1063
1064 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1065
1066 * ecoff.c (_bfd_ecoff_archive_p): Delete.
1067 * libecoff.h (_bfd_ecoff_archive_p): Delete.
1068 * coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p.
1069 * coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise.
1070 (ecoff_biglittle_vec): Likewise.
1071
1072 2008-01-19 Alan Modra <amodra@bigpond.net.au>
1073
1074 PR 5646
1075 * elf64-ppc.c (ppc64_elf_tls_optimize): Ensure htab->tls_get_addr
1076 non-NULL before dereferencing.
1077
1078 2008-01-15 Alan Modra <amodra@bigpond.net.au>
1079
1080 PR 5604
1081 * elf-bfd.h (struct elf_backend_data): Add gc_keep. Remove param
1082 names from others.
1083 (_bfd_elf_gc_keep): Declare.
1084 * elfxx-target.h (elf_backend_gc_keep): Define.
1085 (elfNN_bed): Init new field.
1086 * elflink.c (_bfd_elf_gc_keep): New function.
1087 (bfd_elf_gc_sections): Call gc_keep.
1088 * elf64-ppc.c (elf_backend_gc_keep): Define.
1089 (struct _ppc64_elf_section_data): Move .opd related fields to
1090 a struct so they don't occupy the same storage. Adjust accesses
1091 throughout file.
1092 (ppc64_elf_gc_keep): New function, split out from..
1093 (ppc64_elf_gc_mark_hook): ..here. Don't call _bfd_elf_gc_mark
1094 to mark .opd section, just set gc_mark.
1095 (ppc64_elf_edit_opd): Remove no_opd_opt parm. Don't set opd->adjust
1096 unless we are changing .opd. Test non-NULL opd->adjust at all
1097 accesses throughout file.
1098 * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
1099
1100 2008-01-15 Alan Modra <amodra@bigpond.net.au>
1101
1102 * bfd-in.h (BFD_HOST_LONG_LONG): Delete.
1103 * bfd-in2.h: Regenerate.
1104
1105 2008-01-11 Tristan Gingold <gingold@adacore.com>
1106 Eric Botcazou <ebotcazou@adacore.com>
1107
1108 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Exit early if generating a
1109 relocatable.
1110 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
1111 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
1112 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
1113 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
1114 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
1115 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
1116 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
1117 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
1118 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
1119 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
1120 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
1121 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
1122 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Likewise.
1123 * elfxx-mips.c (_bfd_mips_elf_gc_sweep_hook): Likewise.
1124 * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1125 * elflink.c (bfd_elf_gc_sections): Do not punt on relocatable output
1126 or executable output with relocations.
1127
1128 2008-01-09 Nick Clifton <nickc@redhat.com>
1129
1130 PR gas/5552
1131 * elf32-fr30.c (fr30_elf_howto_table): Set partial_inplace field
1132 to FALSE for all relocs.
1133
1134 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
1135
1136 PR ld/5526
1137 * elf-bfd.h (eh_cie_fde): Add u.cie.u.full_cie and u.cie.merged
1138 fields. Rename u.cie.u.merged to u.cie.u.merged_with.
1139 (eh_frame_sec_info): Add a cies field.
1140 (eh_frame_hdr_info): Add a merge_cies field.
1141 * elf-eh-frame.c (cie): Add a reloc_index member to the personality
1142 union.
1143 (_bfd_elf_begin_eh_frame_parsing): Set hdr_info->merge_cies instead
1144 of hdr_info->cies.
1145 (_bfd_elf_parse_eh_frame): Remove tmp_cie. Ccreate an array of
1146 cie structures in all cases and use it instead of extended_cies.
1147 If merging, store the cie array in sec_info->cies and point each
1148 CIE's eh_fde_cie at the associated element. Do not try to
1149 calculate the value of the personality routine here; record the
1150 offset of the relocation instead. Do not merge CIEs here.
1151 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
1152 (_bfd_elf_discard_section_eh_frame_hdr): ...do it here instead.
1153 (_bfd_elf_gc_mark_fdes): Mark the original (unmerged) CIE.
1154 (find_merged_cie): New function.
1155 (_bfd_elf_gc_mark_fdes): Use it. Free sec_info->cies.
1156
1157 2008-01-07 Nick Clifton <nickc@redhat.com>
1158
1159 PR binutils/5535
1160 * vms.c (vms_close_and_cleanup): Check for the presence of a
1161 vms_private_data_struct before examining any of its fields.
1162
1163 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
1164
1165 PR ld/5522
1166 * elflink.c (elf_link_input_bfd): Don't write out a section if
1167 its output section is marked with SEC_NEVER_LOAD.
1168
1169 For older changes see ChangeLog-2007
1170 \f
1171 Local Variables:
1172 mode: change-log
1173 left-margin: 8
1174 fill-column: 74
1175 version-control: never
1176 End:
This page took 0.053591 seconds and 4 git commands to generate.