bcb636ea35b8c3f4a7dcb23442400297f3ce40b0
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2008-07-16 Bernd Schmidt <bernd.schmidt@analog.com>
2
3 * elf32-bfin.c (bfin_check_relocs, bfin_relocate_section,
4 bfin_final_link_relocate, bfin_gc_mark_hook, bfin_gc_sweep_hook,
5 ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE,
6 struct _bfinfdpic_dynamic_got_info): Moved around to keep FD-PIC code
7 separate from non-FD-PIC.
8
9 2008-07-14 DJ Delorie <dj@redhat.com>
10
11 * elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflow
12 checks for PCREL8, PCREL16, GOTPC16, GOTOFF16, PLT16, and GOT16
13 relocs.
14 (mn10300_elf_relax_section): Correct jump offset check when target
15 is in a different section.
16
17 2008-07-15 Jie Zhang <jie.zhang@analog.com>
18
19 * elf32-bfin.c (elf32_bfin_special_sections[]): New.
20 (elf_backend_special_sections): Define.
21
22 2008-07-13 Craig Silverstein <csilvers@google.com>
23
24 PR binutils/6743
25 * dwarf2.c (struct dwarf2_debug): New variable info_ptr_memory.
26 (find_line): Use info_ptr_memory instead of sec_info_ptr.
27 (_bfd_dwarf2_cleanup_debug_info): Likewise.
28
29 2008-07-12 Jie Zhang <jie.zhang@analog.com>
30
31 Revert
32 2008-07-12 Jie Zhang <jie.zhang@analog.com>
33 * elf.c (_bfd_elf_map_sections_to_segments): Don't put
34 executable sections into the same segment with other
35 read only sections if --sep-code.
36 * elf32-bfin.c (elf32_bfin_code_in_l1): New variable.
37 (elf32_bfin_data_in_l1): New variable.
38 (elf32_bfin_final_write_processing): New.
39 (elf32_bfin_special_sections[]): New.
40 (elf_backend_final_write_processing): Define.
41 (elf_backend_special_sections): Define.
42
43 2008-07-12 Jie Zhang <jie.zhang@analog.com>
44
45 * elf.c (_bfd_elf_map_sections_to_segments): Don't put
46 executable sections into the same segment with other
47 read only sections if --sep-code.
48 * elf32-bfin.c (elf32_bfin_code_in_l1): New variable.
49 (elf32_bfin_data_in_l1): New variable.
50 (elf32_bfin_final_write_processing): New.
51 (elf32_bfin_special_sections[]): New.
52 (elf_backend_final_write_processing): Define.
53 (elf_backend_special_sections): Define.
54
55 2008-07-11 Andreas Schwab <schwab@suse.de>
56
57 * dwarf2.c (read_section): Take pointer to bfd_size_type instead
58 of unsigned long as last parameter.
59 (struct dwarf2_debug): Define dwarf_abbrev_size, dwarf_line_size,
60 dwarf_str_size and dwarf_ranges_size as bfd_size_type instead of
61 unsigned long.
62
63 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
64
65 * elfxx-mips.c (mips_elf_calculate_relocation): Calculate GP and GP0
66 for all relocation types. Allow any type of relocation to refer to
67 __gnu_local_gp.
68
69 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
70
71 * elfxx-mips.c (mips_elf_check_mips16_stubs): Use ELF_ST_IS_MIPS16.
72 (mips_elf_calculate_relocation): Likewise.
73 (_bfd_mips_elf_add_symbol_hook): Likewise.
74 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
75 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
76
77 2008-07-10 Andreas Schwab <schwab@suse.de>
78
79 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Add missing
80 paren.
81
82 2008-07-09 Craig Silverstein <csilvers@google.com>
83
84 * Makefile.am (BFD32_LIBS): Add compress.lo.
85 (BFD32_LIBS_CFILES): Add compress.c.
86 (BFD_H_FILES): Likewise.
87 * Makefile.in: Regenerate.
88 * bfd-in2.h: Regenerate.
89 * config.in: Add HAVE_ZLIB_H
90 * configure.in: Add test for libz and zlib.h
91 * configure: Regenerate.
92 * dwarf2.c (read_section): New function.
93 (read_indirect_string): Call new function read_section.
94 (read_abbrevs): Likewise.
95 (decode_line_info): Likewise.
96 (read_debug_ranges): Likewise.
97 (find_line): Call new function read_section when just one
98 .zdebug_info section is found, otherwise read and compress
99 multiple sections.
100 (_bfd_dwarf2_cleanup_debug_info): Free sec_info_ptr.
101 * elf.c (_bfd_elf_make_section_from_shdr): Add zdebug prefix.
102 (special_sections_z): New struct.
103 (special_sections): Refer to special_sections_z.
104 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Recognize
105 sections named .zdebug_*.
106 (_bfd_mips_elf_fake_sections): Likewise.
107 * compress.c: New file.
108 (bfd_uncompress_section_contents): New function.
109
110 2008-07-07 Christophe Lyon <christophe.lyon@st.com>
111
112 * elf32-arm.c (arm_type_of_stub): Don't crash on local symbols in
113 the presence of a PLT.
114
115 2008-07-07 Alan Modra <amodra@bigpond.net.au>
116
117 * bfd.c (bfd_demangle): Always trim off bfd_get_symbol_leading_char.
118
119 2008-07-02 Alan Modra <amodra@bigpond.net.au>
120
121 * elf32-ppc.c (is_pic_glink_stub): New function.
122 (ppc_elf_get_synthetic_symtab): Don't generate symbols when
123 multiple shared/pie stubs per plt entry.
124
125 2008-06-30 Richard Sandiford <rdsandiford@googlemail.com>
126
127 * elf.c (_bfd_elf_get_synthetic_symtab): Increment p by
128 bed->s->int_rels_per_ext_rel.
129
130 2008-06-30 Richard Sandiford <rdsandiford@googlemail.com>
131
132 * syms.c (BSF_SYNTHETIC): New flag.
133 * elf.c (_bfd_elf_get_synthetic_symtab): Set it.
134 * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Likewise.
135 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Likewise.
136 * bfd-in.h (bfd_asymbol_flavour): Return bfd_target_unknown_flavour
137 for synthetic symbols.
138 * bfd-in2.h: Regenerate.
139
140 2008-06-30 Daniel Jacobowitz <dan@codesourcery.com>
141
142 * elf32-arm.c (record_arm_to_thumb_glue, record_thumb_to_arm_glue):
143 Expand comments.
144 (arm_map_one_stub): Use | 1 when setting the low bit.
145
146 2008-06-29 Andreas Schwab <schwab@suse.de>
147
148 * elf32-m68k.c (elf_m68k_relocate_section): Don't ignore existing
149 addend on _GLOBAL_OFFSET_TABLE_.
150
151 2008-06-24 Daniel Jacobowitz <dan@codesourcery.com>
152
153 * elf32-arm.c (STUB_ENTRY_NAME): Define.
154 (arm_thumb_thumb_long_branch_stub): Use bx instead of b.n.
155 (arm_pic_long_branch_stub): Mention R_ARM_REL32 instead of
156 R_ARM_ABS32.
157 (struct elf32_arm_stub_hash_entry): Add output_name.
158 (arm_build_one_stub): Move offsets into the offset argument
159 of _bfd_final_link_relocate. Correct offset for
160 arm_thumb_arm_v4t_stub_long_branch.
161 (elf32_arm_size_stubs): Set stub_entry->output_name.
162 (elf32_arm_ouput_plt_map_sym): Rename to elf32_arm_output_map_sym.
163 Update all callers.
164 (elf32_arm_output_stub_sym): New.
165 (arm_map_one_stub): Correct formatting. Use elf32_arm_output_stub_sym.
166
167 2008-06-20 Alan Modra <amodra@bigpond.net.au>
168
169 * elf32-spu.c (needs_ovl_stub): Correctly return nonovl_stub for
170 non-branch insns.
171
172 2008-06-20 Alan Modra <amodra@bigpond.net.au>
173
174 * elf32-spu.c (build_stub): Allow wraparound on stub branches.
175 (allocate_spuear_stubs, build_spuear_stubs): Return value from
176 count_stub/build_stub.
177 (spu_elf_build_stubs): Correct location of stub reloc error message.
178
179 2008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
180
181 * elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD.
182
183 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
184
185 * configure: Regenerate.
186
187 2008-06-17 Alan Modra <amodra@bigpond.net.au>
188
189 * elf32-spu.c (struct spu_link_hash_table): Add extra_stack_space.
190 (spu_elf_check_vma): Add extra_stack_space param, copy to htab.
191 (spu_elf_auto_overlay): Use it.
192 (RECURSE_UNMARK): Define as 0.
193 (unmark_overlay_section): Heed RECURSE_UNMARK.
194 * elf32-spu.h (spu_elf_check_vma): Update prototype.
195
196 2008-06-12 DJ Delorie <dj@redhat.com>
197
198 * elf32-m32c.c (ELF_MACHINE_ALT1): Define as EM_M32C_OLD.
199
200 2008-06-09 Paul Brook <paul@codesourcery.com>
201
202 bfd/
203 * elf32-arm.c (elf32_arm_merge_private_bfd_data): Allow BE8 shared
204 libraries.
205
206 2008-06-09 Christophe Lyon <christophe.lyon@st.com>
207
208 * elf32-arm.c (arm_stub_is_thumb): Define.
209 (elf32_arm_final_link_relocate): Handle near mode switching stubs.
210
211 2008-06-07 Alan Modra <amodra@bigpond.net.au>
212
213 * elf32-spu.c (spu_elf_auto_overlay): Add valid area below sp
214 to stack calculation.
215
216 2008-06-06 Paul Brook <paul@codesourcery.com>
217
218 bfd/
219 * elf32-arm.c (elf32_arm_merge_private_bfd_data): Reject BE8 input.
220
221 2008-06-06 Alan Modra <amodra@bigpond.net.au>
222
223 * elf32-spu.c (spu_elf_auto_overlay): Relax requirement that
224 file names be unique. Specify archive:path in overlay script.
225
226 2008-06-05 Alan Modra <amodra@bigpond.net.au>
227
228 PR ld/6590
229 * elf64-ppc.c (ppc_build_one_stub): Correct reloc offsets.
230
231 2008-06-04 Alan Modra <amodra@bigpond.net.au>
232
233 * elf.c (ignore_section_sym): Don't test section sym value here.
234 (elf_map_symbols): Instead check zero value here as was done prior
235 to 2006-05-26 change.
236
237 2008-06-04 Nick Clifton <nickc@redhat.com>
238
239 PR ld/6019
240 * elf32-avr.c (elf32_avr_relax_section): Handle the case where
241 there are no local symbols.
242
243 2008-06-04 Alan Modra <amodra@bigpond.net.au>
244
245 * elf32-spu.c (get_sym_h): Don't attempt to read global syms.
246 (process_stubs): Likewise.
247 (discover_functions): Don't used cached symbols.
248 (maybe_insert_function): Correct condition under which function
249 array is realloc'd.
250 (mark_functions_via_relocs): Delete unused variable.
251
252 2008-05-30 Frediano Ziglio <frediano.ziglio@vodafone.com>
253 Nick Clifton <nickc@redhat.com>
254
255 PR ld/6511
256 * elf64-hppa.c (allocate_global_data_opd): Default to using the
257 dynamic symbol table for local function names in shared libraries.
258
259 2008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
260
261 * elf.c (assign_file_positions_for_load_sections): Adjust pre-section
262 gaps based on VMA and P_VADDR instead of LMA and P_PADDR addresses.
263
264 2008-05-28 Alan Modra <amodra@bigpond.net.au>
265
266 * elf32-spu.c (spu_elf_object_p): New function.
267 (elf_backend_object_p): Define.
268 (build_stub): Correct second word of 8 byte overlay stubs.
269 (spu_elf_relocate_section): Formatting.
270
271 2008-05-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
272
273 * elf.c (elfcore_write_register_note): New function.
274 * elf-bfd.h (elfcore_write_register_note): New prototype.
275
276 2008-05-22 Christophe Lyon <christophe.lyon@st.com>
277
278 * elf32-arm.c (arm_type_of_stub): Ignore STT_SECTION symbols.
279 (elf32_arm_stub_add_mapping_symbol): Remove.
280 (elf32_arm_add_stub): Don't generate mapping symbols. Change
281 prototype.
282 (elf32_arm_size_stubs): Use new elf32_arm_add_stub
283 prototype. Don't generate thumb to arm glue for calls.
284 (arm_map_one_stub): Define.
285 (elf32_arm_output_arch_local_syms): Generate mapping symbols for
286 long calls stubs.
287
288 2008-05-21 Nick Clifton <nickc@redhat.com>
289
290 * elf32-arm.c (group_sections): Reformat comments.
291
292 PR ld/6446
293 * elf32-frv.c (elf32_frv_relocate_section): Set EF_FRV_PIC by
294 default (for FDPIC). Clear it if any inter-segment relocations
295 are found.
296
297 * elf64-hppa.c (elf64_hppa_finalize_opd): Check NULL return
298 from elf_link_hash_lookup.
299
300 2008-05-21 Maxim Kuvyrkov <maxim@codesourcery.com>
301
302 Add multi-GOT support for m68k.
303 * elf32-m68k.c (struct elf_m68k_link_hash_entry: got_entry_key,
304 glist): New fields.
305 (struct elf_m68k_got_entry_key, struct elf_m68k_got_entry,
306 struct elf_m68k_got, struct elf_m68k_bfd2got_entry,
307 struct elf_m68k_multi_got): New data structures.
308 (struct elf_m68k_link_hash_table: local_gp_p, use_neg_got_offsets_p,
309 allow_multigot_p, multi_got_): New fields.
310 (elf_m68k_multi_got): New macro.
311 (elf_m68k_link_hash_newfunc): Initialize new fields of
312 struct elf_m68k_link_hash_entry.
313 (elf_m68k_link_hash_table_create): Initialize new fields of
314 struct elf_m68k_link_hash_table.
315 (elf_m68k_link_hash_table_free): New static function implementing hook.
316 (elf_m68k_init_got, elf_m68k_clear_got, elf_m68k_create_empty_got): New
317 static functions for struct elf_m68k_got.
318 (elf_m68k_init_got_entry_key, elf_m68k_got_entry_hash,
319 elf_m68k_got_entry_eq): New static functions for
320 struct elf_m68k_got_entry.
321 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT,
322 ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): New macros.
323 (enum elf_m68k_get_entry_howto): New enum.
324 (elf_m68k_get_got_entry, elf_m68k_update_got_entry_type,
325 elf_m68k_remove_got_entry_type): New static functions for
326 struct elf_m68k_got_entry.
327 (elf_m68k_add_entry_to_got): New static function.
328 (elf_m68k_bfd2got_entry_hash, elf_m68k_bfd2got_entry_eq,
329 elf_m68k_bfd2got_entry_del, elf_m68k_get_bfd2got_entry): New static
330 functions for struct elf_m68k_bfd2got_entry.
331 (struct elf_m68k_can_merge_gots_arg, elf_m68k_can_merge_gots_1,
332 elf_m68k_can_merge_gots): New traversal.
333 (struct elf_m68k_merge_gots_arg, elf_m68k_merge_gots_1,
334 elf_m68k_merge_gots): Ditto.
335 (struct elf_m68k_finalize_got_offsets_arg,
336 elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Ditto.
337 (struct elf_m68k_partition_multi_got_arg,
338 elf_m68k_partition_multi_got_1, elf_m68k_init_symndx2h_1,
339 elf_m68k_partition_multi_got): Ditto.
340 (elf_m68k_find_got_entry_ptr, elf_m68k_remove_got_entry): New static
341 functions.
342 (elf_m68k_copy_indirect_symbol): New static function implementing
343 a hook.
344 (elf_m68k_check_relocs): Update to add entries to multi-GOT.
345 (elf_m68k_gc_sweep_hook): Update to remove entries from multi-GOT.
346 (elf_m68k_always_size_sections): Assign BFDs to GOTs.
347 (elf_m68k_relocate_section): Update to properly handle GOT relocations.
348 (elf_m68k_finish_dynamic_symbol): Update to traverse all GOT entries
349 of a global symbol.
350 (bfd_elf_m68k_set_target_options): New function.
351 (bfd_elf32_bfd_link_hash_table_free): Define hook.
352 (bfd_elf32_bfd_final_link): Change expansion to bfd_elf_final_link
353 to skip generic calculation of GOT offsets.
354 (elf_backend_copy_indirect_symbol): Define hook.
355 * bfd-in.h (bfd_elf_m68k_set_target_options): Declare function.
356 * bfd-in2.h: Regenerate.
357
358 2008-05-21 André Johansen <andrejoh@gmail.com>
359
360 PR 868
361 * dwarf2.c (_bfd_dwarf2_cleanup_debug_info): Free memory allocated
362 for filenames in function tables and variable tables.
363
364 2008-05-19 Alan Modra <amodra@bigpond.net.au>
365
366 PR 2995, PR 6473
367 * elf.c (_bfd_elf_make_section_from_shdr): Leave lma equal to
368 vma when all p_paddr fields are zero and there is more than
369 one PT_LOAD header.
370
371 2008-05-15 Christophe Lyon <christophe.lyon@st.com>
372
373 Add long call support for ARM.
374 * elf32-arm.c (THM2_MAX_FWD_BRANCH_OFFSET): Define.
375 (THM2_MAX_BWD_BRANCH_OFFSET): Define.
376 (ARM_MAX_FWD_BRANCH_OFFSET): Define.
377 (ARM_MAX_BWD_BRANCH_OFFSET): Define.
378 (THM_MAX_FWD_BRANCH_OFFSET): Define.
379 (THM_MAX_BWD_BRANCH_OFFSET): Define.
380 (arm_long_branch_stub): Define.
381 (arm_pic_long_branch_stub): Define.
382 (arm_thumb_v4t_long_branch_stub): Define.
383 (arm_thumb_thumb_long_branch_stub): Define.
384 (arm_thumb_arm_v4t_long_branch_stub): Define.
385 (STUB_SUFFIX): Define.
386 (elf32_arm_stub_type): Define.
387 (elf32_arm_stub_hash_entry): Define.
388 (elf32_arm_link_hash_entry): Add stub_cache field.
389 (arm_stub_hash_lookup): Define.
390 (elf32_arm_link_hash_table): Add stub_hash_table, stub_bfd,
391 add_stub_section, layout_sections_again, stub_group, bfd_count,
392 top_index, input_list fields.
393 (elf32_arm_link_hash_newfunc): Init new field.
394 (stub_hash_newfunc): New function.
395 (elf32_arm_link_hash_table_create): Init stub_hash_table.
396 (elf32_arm_hash_table_free): New function.
397 (arm_type_of_stub): New function.
398 (elf32_arm_stub_name): New function.
399 (elf32_arm_get_stub_entry): New function.
400 (elf32_arm_stub_add_mapping_symbol): New function.
401 (elf32_arm_add_stub): New function.
402 (arm_build_one_stub): New function.
403 (arm_size_one_stub): New function.
404 (elf32_arm_setup_section_lists): New function.
405 (elf32_arm_next_input_section): New function.
406 (group_sections): New function.
407 (elf32_arm_size_stubs): New function.
408 (elf32_arm_build_stubs): New function.
409 (bfd_elf32_arm_add_glue_sections_to_bfd): Skip stub sections.
410 (bfd_elf32_arm_process_before_allocation): No longer handle
411 R_ARM_CALL and R_ARM_THM_CALL.
412 (using_thumb_only): New function.
413 (elf32_arm_final_link_relocate): Redirect calls to stub if range
414 exceeds encoding capabilities.
415 (bfd_elf32_bfd_link_hash_table_free): Define.
416 * bfd-in.h (R_ARM_max): Fix value to 130.
417 (elf32_arm_setup_section_lists): Protype.
418 (elf32_arm_next_input_section): Protype.
419 (elf32_arm_size_stubs): Protype.
420 (elf32_arm_build_stubs): Protype.
421 * bfd-in2.h: Regenerate.
422
423 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
424
425 * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Fix memset calls.
426 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Likewise.
427
428 2008-05-14 Alan Modra <amodra@bigpond.net.au>
429
430 * Makefile.am: Run "make dep-am".
431 * Makefile.in: Regenerate.
432
433 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
434 Alan Modra <amodra@bigpond.net.au>
435
436 * elf32-ppc.c (section_covers_vma): New function.
437 (ppc_elf_get_synthetic_symtab): New function.
438 (bfd_elf32_get_synthetic_symtab): Define.
439 * elf64-ppc.c (section_covers_vma): New function.
440 (ppc64_elf_get_synthetic_symtab): Generate sym@plt on glink branch
441 table entries, and __glink_PLTresolve on resolver stub.
442 (ppc64_elf_build_stubs): Rename __glink sym to __glink_PLTresolve.
443
444 2008-05-12 Alan Modra <amodra@bigpond.net.au>
445
446 PR 6443
447 * elf32-ppc.c (MUST_BE_DYN_RELOC): Delete.
448 (must_be_dyn_reloc): New function.
449 (ppc_elf_check_relocs): Don't set DF_STATIC_TLS for tprel relocs
450 in pies.
451 (ppc_elf_tls_optimize): Optimise pies.
452 (ppc_elf_relocate_section): Use a section symbol rather than no
453 symbol if possible for LD->IE TLS sequence, but don't error if
454 we must use no symbol.
455 * elf64-ppc.c (MUST_BE_DYN_RELOC): As for elf32-ppc.c.
456 (must_be_dyn_reloc): Likewise.
457 (ppc64_elf_check_relocs): Likewise.
458 (ppc64_elf_tls_optimize): Likewise.
459 (ppc64_elf_relocate_section): Likewise.
460
461 2008-05-12 Alan Modra <amodra@bigpond.net.au>
462
463 * elf32-spu.c (spu_elf_relocate_section): Rename is_ea to is_ea_sym.
464
465 2008-05-10 Paul Pluzhnikov <ppluzhnikov@google.com>
466
467 * elfcore.h (elf_core_file_p): Warn about core truncation.
468
469 2008-05-07 Bob Wilson <bob.wilson@acm.org>
470
471 * elf32-xtensa.c (xtensa_property_section_name): New.
472 (xtensa_make_property_section): New.
473 (xtensa_get_property_section): Make static. Do not create a new
474 section if it does not exist.
475
476 2008-05-08 Alan Modra <amodra@bigpond.net.au>
477
478 * elf32-spu.c (spu_elf_special_sections): Add "._ea".
479 (spu_elf_relocate_section): Handle relocations against symbols
480 defined in ._ea specially.
481
482 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
483
484 * elf32-arm.c (elf32_arm_symbian_link_hash_table_create): Use
485 ARRAY_SIZE.
486 (elf32_arm_symbian_plt_sym_val): New.
487 (elf_backend_plt_sym_val): Define.
488
489 2008-05-03 Alan Modra <amodra@bigpond.net.au>
490
491 PR 2995, PR 6473
492 * elf.c (rewrite_elf_program_header): Rather than clearing
493 p_paddr_valid at end, don't set it in the first place. Delete
494 comment no longer relevant. When not p_paddr_valid, don't set
495 paddr from vaddr, and don't set p_vaddr_offset.
496
497 2008-05-01 Cary Coutant <ccoutant@google.com>
498
499 * elf.c (bfd_elf_get_str_section): Fix memory leak caused by
500 corrupt string table.
501
502 2008-05-01 Joel Brobecker <brobecker@adacore.com>
503
504 * cache.c (cache_bread_1): Renames cache_bread.
505 (cache_bread): New function.
506
507 2008-05-01 Alan Modra <amodra@bigpond.net.au>
508
509 PR 2995, PR 6473
510 * elf.c (_bfd_elf_make_section_from_shdr): Always set lma from p_paddr.
511 (assign_file_positions_for_load_sections): Combine nested "if".
512 (copy_elf_program_header): Don't set p_paddr_valid or p_vaddr_offset
513 when all header p_paddr fields are zero.
514
515 2008-04-30 Edmar Wienskoski <edmar@freescale.com>
516
517 * cpu-powerpc.c (bfd_powerpc_archs): Add e500mc entry.
518
519 2008-04-29 Daniel Jacobowitz <dan@codesourcery.com>
520
521 * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound)
522 (_bfd_elf_canonicalize_dynamic_reloc): Find dynamic relocations
523 even if they are not loaded.
524 * elflink.c (_bfd_elf_init_2_index_sections): Set data_index_section
525 first.
526
527 2008-04-25 Jay Foad <jay.foad@gmail.com>
528
529 * reloc16.c (bfd_coff_reloc16_get_value): Add support for
530 undefined weak symbols.
531
532 2008-04-25 Nick Clifton <nickc@redhat.com>
533
534 * po/vi.po: Updated Vietnamese translation.
535
536 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
537
538 * aclocal.m4: Regenerate.
539 * configure: Regenerate.
540
541 2008-04-21 Cary Coutant <ccoutant@google.com>
542
543 * archive.c (_bfd_write_archive_contents): Fix incorrect use of
544 ARFMAG.
545
546 2008-04-21 Nathan Sidwell <nathan@codesourcery.com>
547
548 * elfxx-mips.c (_bfd_mips_vxworks_adjust_dynamic_symbol): Don't
549 set the value of undefined symbols in shared objects.
550 (_bfd_mips_vxworks_finish_dynamic_symbol): Clear value for
551 undefined symbols unless pointer equality is needed.
552
553 2008-04-18 Dennis Roberts <dennis.roberts@sunquestinfo.com>
554
555 * aix5ppc-core.c: Define macros for the default architecture and
556 machine for matching core files.
557 (xcoff64_core_p): Set the architecture and machine to the default
558 values defined in the macros mentioned above.
559 * rs6000-core.c: Define macros to determine whether or not the
560 core file header uses the core_dumpxx header format.
561 (rs6000coff_core_p): Don't match core files that use the
562 core_dumpxx header format.
563
564 2008-04-16 Pedro Alves <pedro@codesourcery.com>
565
566 * config.bfd (i[3-7]86-*-dicos*, x86_64-*-dicos*): Add.
567
568 2008-04-16 David S. Miller <davem@davemloft.net>
569
570 * reloc.c (BFD_RELOC_SPARC_GOTDATA_HIX22,
571 BFD_RELOC_SPARC_GOTDATA_LOX10, BFD_RELOC_SPARC_GOTDATA_OP_HIX22,
572 BFD_RELOC_SPARC_GOTDATA_OP_LOX10, BFD_RELOC_SPARC_GOTDATA_OP): New.
573 * libbfd.h: Regnerate.
574 * bfd-in2.h: Regenerate.
575 * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Add entries for
576 GOTDATA relocations.
577 (sparc_reloc_map): Likewise.
578 (_bfd_sparc_elf_check_relocs): Handle R_SPARC_GOTDATA_* like
579 R_SPARC_GOT*.
580 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
581 (_bfd_sparc_elf_relocate_section): Transform R_SPARC_GOTDATA_HIX22,
582 R_SPARC_GOTDATA_LOX10, R_SPARC_GOTDATA_OP_HIX22, and
583 R_SPARC_GOTDATA_OP_LOX10 into the equivalent R_SPARC_GOT* reloc.
584 Simply ignore R_SPARC_GOTDATA_OP relocations.
585
586 2008-04-14 Aurelien Jarno <aurelien@aurel32.net>
587
588 * configure.in: Link with the PIC version of libiberty on
589 Linux/MIPS hosts.
590 * configure: Regenerate.
591
592 2008-04-14 Edmar Wienskoski <edmar@freescale.com>
593
594 * archures.c: Add bfd_mach_ppc_e500mc.
595 * bfd-in2.h: Regenerate.
596
597 2008-04-08 Alan Modra <amodra@bigpond.net.au>
598
599 * elf32-spu.c (spu_elf_build_stubs): Correct error message.
600 (mark_functions_via_relocs): Remove premature init of symtab_hdr.
601 (collect_overlays): Commment typo fix.
602
603 2008-04-08 Kees Cook <kees@canonical.com>
604
605 * elflink.c (bfd_elf_size_dynamic_sections): Ignore GNU-stack note
606 in EXEC_P bfds.
607
608 2008-04-08 Alan Modra <amodra@bigpond.net.au>
609
610 * elf32-spu.c: Include libiberty.h.
611 (struct spu_link_hash_table): Add local_stire, overlay_fixed, reserved,
612 non_ovly_stub, spu_elf_load_ovl_mgr, spu_elf_open_overlay_script,
613 spu_elf_relink, auto_overlay fields.
614 (AUTO_OVERLAY, AUTO_RELINK, OVERLAY_RODATA): Define.
615 (needs_ovl_stub): Flip test so that call to non-function warning
616 is emitted during relocate_section rather than earlier.
617 (spu_elf_check_vma): Stash --auto-overlay parameters, and clear
618 auto_overlay if no section exceeds local store.
619 (struct call_info): Add count, max_depth, is_pasted fields.
620 (struct function_info): Add rodata, last_caller, call_count,
621 depth, new visit flags.
622 (insert_callee): Increment call count.
623 (copy_callee): New function.
624 (mark_functions_via_relocs): Investigate all reloc types to count
625 possible function pointer stubs for --auto-overlay. Track
626 last_caller and increment function call_count.
627 (pasted_function): Insert a "call" into call info for pasted section.
628 (remove_cycles): Track max depth of calls. Don't emit call graph
629 pruning warning for --auto-overlay.
630 (build_call_tree): Don't transfer_calls for --auto-overlay.
631 Adjust remove_cycles call.
632 (sort_calls, sort_lib, sort_bfds): New functions.
633 (struct _mos_param, struct _uos_param, struct _cl_param): New.
634 (mark_overlay_section, unmark_overlay_section): New functions.
635 (collect_lib_sectios, auto_ovl_lib_functions): New functions.
636 (collect_overlays, find_pasted_call): New functions.
637 (sum_stack): Deal with is_pasted "calls". Exit before printing
638 when --auto-overlay.
639 (spu_elf_auto_overlay): New function.
640 (spu_elf_final_link): Call spu_elf_auto_overlay.
641 * elf32-spu.h (spu_elf_check_vma): Update prototype.
642
643 2008-04-07 Alan Modra <amodra@bigpond.net.au>
644
645 * elf32-spu.c (allocate_spuear_stubs): Ensure _SPUEAR_ symbol
646 is defined in overlay section before creating a stub.
647 (build_spuear_stubs): Likewise.
648 (spu_elf_size_stubs, spu_elf_build_stubs): Adjust calls.
649
650 2008-04-02 Alan Modra <amodra@bigpond.net.au>
651
652 * elf32-spu.c (insert_callee): Reorder call list so most recent
653 call is always first.
654 (interesting_section): Move.
655 (mark_functions_via_relocs): Fold interesting_section and
656 reloc_count tests in callers to here. Simplify output section
657 owner test.
658 (discover_functions): Set "gaps" when no symbols and some
659 "interesting_section". Run pasted_function loop for no symbol
660 bfds.
661 (for_each_node, transfer_calls): New functions.
662 (mark_non_root): Adjust to suit for_each_node.
663 (call_graph_traverse): Likewise. Fix memory leak. Rename to..
664 (remove_cycles): ..this.
665 (build_call_tree): Use for_each_node and transfer_calls.
666 (struct _sum_stack_param): New.
667 (sum_stack): Adjust to suit for_each_node. Return error on
668 malloc failure. Move code to print root node cumulative stack from..
669 (spu_elf_stack_analysis): ..here. Use for_each_node.
670
671 2008-03-31 Cary Coutant <ccoutant@google.com>
672
673 PR 6006
674 * archive.c (_bfd_slurp_extended_name_table): Change
675 ARFMAG[0] to ARFMAG[1].
676 (_bfd_construct_extended_name_table): Likewise.
677
678 2008-03-31 Daniel Jacobowitz <dan@codesourcery.com>
679
680 * elfxx-mips.c (mips_elf_record_got_page_entry): Update comment.
681 (_bfd_mips_elf_check_relocs): Update comments. Always call
682 mips_elf_record_got_page_entry for R_MIPS_GOT_PAGE.
683
684 2008-03-27 Cary Coutant <ccoutant@google.com>
685
686 Add support for thin archives.
687 * archive.c (_bfd_find_nested_archive): New function.
688 (get_extended_arelt_filename): Add origin parameter.
689 (_bfd_generic_read_ar_hdr_mag): Deal with extended name
690 combined with a file offset.
691 (append_relative_path): New function.
692 (_bfd_get_elt_at_filepos): Deal with external members and
693 nested archives.
694 (bfd_generic_openr_next_archived_file): Thin archives.
695 (bfd_generic_archive_p): Recognize new magic string.
696 (adjust_relative_path): New function.
697 (_bfd_construct_extended_name_table): Construct extended
698 names for thin archive members.
699 (_bfd_write_archive_contents): Emit new magic string, skip
700 copying files for thin archives.
701 * bfd-in.h (bfd_is_thin_archive): New macro.
702 * bfd.c (struct bfd): New fields for thin archives.
703 * libbfd-in.h (struct areltdata): New field for thin archives.
704 * opncls.c (bfd_close): Delete BFDs for nested archives.
705
706 2008-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
707
708 * elf32-bfin.c (bfin_final_link_relocate): New function, wrapper around
709 _bfd_final_link_relocate that also handles R_pcrel24 relocs.
710 (bfinfdpic_relocate_section, bfin_relocate_section): Use it.
711
712 2008-03-25 Nathan Sidwell <nathan@codesourcery.com>
713
714 * elf32-arm.c (elf32_arm_final_link_relocate): Skip dynamic relocs
715 in vxworks tls_vars sections.
716 (allocate_dynrelocs, elf32_arm_size_dynamic_sections): Likewise.
717 * elf32-i386.c (allocate_dynrelocs,
718 elf_i386_size_dynamic_sections, elf_i386_relocate_section): Likewise.
719 * elf32-ppc.c (allocate_dynrelocs, ppc_elf_size_dynamic_sections,
720 ppc_elf_relocate_section): Likewise.
721 * elf32-sh.c (allocate_dynrelocs, sh_elf_size_dynamic_sections,
722 sh_elf_relocate_section): Likewise.
723 * elfxx-sparc.c (allocate_dynrelocs,
724 _bfd_sparc_elf_size_dynamic_sections,
725 _bfd_sparc_elf_relocate_section): Likewise.
726
727 2008-03-21 Adam Nemet <anemet@caviumnetworks.com>
728
729 * elf.c (_bfd_elf_print_private_bfd_data): Use bfd_fprintf_vma to
730 print the values from the dynamic section.
731
732 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
733
734 * elfxx-mips.c (MIPS_ELF_GNU_GOT1_MASK): New macro.
735 (_bfd_mips_elf_finish_dynamic_sections): Use it instead of 0x80000000.
736
737 2008-03-20 Alan Modra <amodra@bigpond.net.au>
738
739 * elf32-spu.c (spu_elf_create_sections): Remove output_bfd parameter.
740 (spu_elf_find_overlays, spu_elf_size_stubs): Likewise
741 (process_stubs, discover_functions, build_call_tree): Likewise.
742 (spu_elf_stack_analysis): Likewise.
743 (spu_elf_check_vma): Likewise. Move.
744 (struct call_info): Make "is_tail" a bitfield.
745 (insert_callee): Clear fun->start and set fun->is_func if we find
746 a non-tail call.
747 * elf32-spu.h (spu_elf_create_sections): Update prototype.
748 (spu_elf_find_overlays, spu_elf_size_stubs, spu_elf_check_vma): Ditto.
749
750 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
751
752 * aclocal.m4: Regenerate.
753 * configure: Likewise.
754 * Makefile.in: Likewise.
755
756 2008-03-16 H.J. Lu <hongjiu.lu@intel.com>
757
758 PR ld/5789
759 PR ld/5943
760 * elf32-i386.c (elf_i386_relocate_section): Issue an error
761 for R_386_GOTOFF relocaton against undefined hidden/internal
762 symbols when building a shared object.
763
764 * elf64-x86-64.c (elf64_x86_64_relocate_section): Issue an
765 error for R_X86_64_PC8/R_X86_64_PC16/R_X86_64_PC32
766 relocaton against undefined hidden/internal symbols when
767 building a shared object.
768 (elf64_x86_64_finish_dynamic_symbol): Return FALSE when symbol
769 is referenced locally, but isn't defined in a regular file.
770
771 2008-03-15 H.J. Lu <hongjiu.lu@intel.com>
772
773 * bfd-in.h (BFD_NO_FLAGS, HAS_RELOC, EXEC_P, HAS_LINENO,
774 HAS_DEBUG, HAS_SYMS, HAS_LOCALS, DYNAMIC, WP_TEXT, D_PAGED,
775 BFD_IS_RELAXABLE, BFD_TRADITIONAL_FORMAT, BFD_IN_MEMORY,
776 HAS_LOAD_PAGE, BFD_LINKER_CREATED): Moved to ...
777 * bfd.c: Here.
778
779 * bfd.c (bfd): Change cacheable, target_defaulted, opened_once,
780 mtime_set, no_export, output_has_begun and has_armap to bit
781 field.
782
783 * bfd-in2.h: Regenerated.
784
785 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
786
787 * cache.c (close_one): Remove mtime hack.
788
789 2008-03-14 H.J. Lu <hongjiu.lu@intel.com>
790
791 PR ld/5913
792 * elfxx-ia64.c (elfNN_ia64_tprel_base): Remove BFD_ASSERT.
793 (elfNN_ia64_dtprel_base): Likewise.
794 (elfNN_ia64_relocate_section): Go to missing_tls_sec if
795 tls_sec is NULL before calling elfNN_ia64_tprel_base or
796 elfNN_ia64_dtprel_base. Report unsupported TLS relocations.
797
798 2008-03-14 Alan Modra <amodra@bigpond.net.au>
799
800 * elf32-spu.c (process_stubs, spu_elf_relocate_section): Move
801 common code to..
802 (maybe_needs_stub): ..here, a new function that also omits stubs
803 for .eh_frame, and..
804 (needs_ovl_stub): ..here. Create stubs for labels in code section
805 referenced by switch jump table.
806 (spu_elf_find_overlays): Set htab->ovly_load and htab->ovly_return.
807 (enum _insn_type): Delete.
808 (enum _stub_type): New.
809 (count_stub, build_stub): Adjust.
810 (allocate_spuear_stubs, build_spuear_stubs): Adjust.
811
812 2008-03-13 Alan Modra <amodra@bigpond.net.au>
813
814 * elf.c (_bfd_elf_make_section_from_shdr): Remove unnecessary cast.
815 (_bfd_elf_assign_file_position_for_section): Simplify align.
816 (_bfd_elf_init_reloc_shdr): Ensure shift expression wide enough
817 for sh_addralign.
818 (elf_fake_sections, swap_out_syms): Likewise.
819 * elflink.c (bfd_elf_final_link): Likewise.
820
821 2008-03-13 Alan Modra <amodra@bigpond.net.au>
822
823 * Makefile.am: Run "make dep-am".
824 * Makefile.in: Regenerate.
825 * po/SRC-POTFILES.in: Regenerate.
826
827 2008-03-12 Bernd Schmidt <bernd.schmidt@analog.com>
828
829 From Jie Zhang <jie.zhang@analog.com>
830 * elf32-bfin.c (struct bfinfdpic_relocs_info): Make got17m4,
831 gothilo, fd, fdgot17m4, fdgothilo, fdgoff17m4, fdgoffhilo,
832 gotoff, call and sym not bitfields.
833 (bfinfdpic_gc_sweep_hook): New function; update the relocation
834 information for the relocations of the section being removed.
835 (bfinfdpic_check_relocs): Accumulate the number of relocations
836 which set got17m4, gothilo, fd, fdgot17m4, fdgothilo, fdgoff17m4,
837 fdgoffhilo, gotoff, call and sym fields.
838 (elf_backend_gc_sweep_hook): Redefine for FD-PIC.
839
840 2008-03-12 Alan Modra <amodra@bigpond.net.au>
841
842 PR 5900
843 * elf-bfd.h: Include elf/internal.h after elf/external.h.
844 * elfcode.h (elf_swap_symbol_in): Map reserved shndx range.
845 (elf_swap_symbol_out): Adjust SHN_XINDEX test.
846 (elf_swap_ehdr_out): Mask SHN_LORESERVE and SHN_XINDEX to values
847 seen in external structs.
848 (valid_section_index_p): Delete.
849 (elf_object_p): Don't increment section numbers over reserved range.
850 Simplify test for valid sh_link, sh_info and e_shstrndx fields.
851 (elf_write_shdrs_and_ehdr): Mask SHN_LORESERVE and SHN_XINDEX to values
852 seen in external structs. Don't increment section numbers over
853 reserved range.
854 * elf.c (bfd_elf_sym_name): Remove redundant tests on st_shndx.
855 (bfd_section_from_shdr): Likewise.
856 (group_signature): Range check before accessing elf_elfsections.
857 (_bfd_elf_setup_sections): Likewise.
858 (bfd_section_from_shdr): Likewise.
859 (bfd_section_from_shdr): Don't increment section number over
860 reserved sections.
861 (assign_file_positions_for_non_load_sections): Likewise.
862 (assign_file_positions_except_relocs): Likewise.
863 (_bfd_elf_write_object_contents): Likewise.
864 (assign_section_numbers): Likewise. Adjust for changed SHN_*.
865 (prep_headers): Delete unused variable.
866 * elflink.c (bfd_elf_link_record_local_dynamic_symbol): Adjust
867 for changed SHN_* values.
868 (check_dynsym, elf_link_input_bfd): Likewise.
869 (bfd_elf_final_link): Likewise. Don't skip over reserved section
870 range.
871 (elf_fixup_link_order): Check that sh_link field is valid.
872 * elf-hppa.h (elf_hppa_add_symbol_hook): Make "index" unsigned.
873 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): Range check before
874 accesssing elf_elfsections.
875 * elf32-avr.c (elf32_avr_size_stubs): Likewise.
876 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
877 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Likewise.
878 * elf64-hppa.c (elf64_hppa_check_relocs): Adjust for changed
879 SHN_* defines. Test for SHN_BAD return from
880 _bfd_elf_section_from_bfd_section
881
882 2008-03-12 Alan Modra <amodra@bigpond.net.au>
883
884 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Update prototype.
885 * elf.c (_bfd_elf_section_from_bfd_section): Return unsigned int,
886 SHN_BAD on error.
887 (_bfd_elf_print_private_bfd_data): Test for SHN_BAD result from
888 _bfd_elf_section_from_bfd_section, not -1.
889 (swap_out_syms): Likewise.
890 * elflink.c (elf_link_add_object_symbols): Likewise.
891 (bfd_elf_get_bfd_needed_list): Likewise.
892 (bfd_elf_match_symbols_in_sections): Likewise.
893 (elf_link_add_object_symbols): Don't bother testing for symbols
894 using normal sections before calling bfd_section_from_elf_index.
895 (elf_link_input_bfd, bfd_elf_final_link): Likewise.
896 (bfd_elf_reloc_symbol_deleted_p): Likewise.
897 * elfcode.h (elf_slurp_symbol_table): Likewise.
898 * elf32-spu.c (get_sym_h): Likewise.
899 * elf32-xtensa.c (get_elf_r_symndx_section): Likewise.
900 * elf64-ppc.c (opd_entry_value, get_sym_h, ppc64_elf_edit_toc): Ditto.
901 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
902
903 2008-03-11 Alan Modra <amodra@bigpond.net.au>
904
905 * elf32-spu.c (spu_elf_relocate_section): Test identical conditions
906 to those in process_stubs for overlay symbols.
907
908 2008-03-09 Paul Brook <paul@codesourcery.com>
909
910 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Handle new
911 Tag_VFP_arch values.
912
913 2008-03-08 Paul Brook <paul@codesourcery.com>
914
915 * elf32-arm.c (insert_thumb_branch): Rewrite.
916 (elf32_thumb_to_arm_stub): Use new insert_thumb_branch.
917
918 2008-03-07 Paul Brook <paul@codesourcery.com>
919
920 * elf32-arm.c (elf32_arm_howto_table_1): Fix bitmasks for MOVW and
921 MOVT relocations.
922 (elf32_arm_final_link_relocate): Fix off by one MOVW/MOVT sign
923 extension.
924 (elf32_arm_relocate_section): Handle MOVW and MOVT
925 relocations. Improve safety check for other weird relocations.
926 (elf32_arm_check_relocs): Only set h->needs_plt for branch/call
927 relocations.
928
929 2008-03-03 Bob Wilson <bob.wilson@acm.org>
930
931 * xtensa-isa.c (xtensa_isa_num_pipe_stages): Make max_stage static and
932 only compute its value once.
933
934 2008-03-03 Alan Modra <amodra@bigpond.net.au>
935
936 * elf32-spu.c (struct got_entry): Add "addend" field.
937 (count_stub, build_stub): Use a new stub if relocation addend
938 differs from existing stubs for this symbol.
939 (process_stubs): Deal with addends.
940 (spu_elf_relocate_section, spu_elf_output_symbol_hook): Likewise.
941
942 2008-03-02 H.J. Lu <hongjiu.lu@intel.com>
943
944 PR ld/5789
945 * elflink.c (_bfd_elf_symbol_refs_local_p): Always return true
946 for hidden and local symbols.
947
948 2008-03-03 Alan Modra <amodra@bigpond.net.au>
949
950 * elf32-ppc.c (allocate_dynrelocs): Discard relocs on
951 undefined symbols with internal or hidden visibility.
952 (ppc_elf_relocate_section): Likewise. Use SYMBOL_CALLS_LOCAL
953 rather than SYMBOL_REFERENCES_LOCAL on branches. Don't
954 return immediately on dynamic reloc error.
955
956 2008-03-01 Alan Modra <amodra@bigpond.net.au>
957
958 * elf64-ppc.c (build_plt_stub): Add relocs on plt call stubs
959 if emitrelocations.
960 (get_relocs): New function, split out from..
961 (ppc_build_one_stub): ..here. Add relocs on plt_branch stubs if
962 emitrelocations. Remove indx temp.
963 (ppc_size_one_stub): Count new stub relocs.
964 (ppc64_elf_size_stubs): Count new glink reloc.
965 (ppc64_elf_build_stubs): Emit glink reloc if emitrelocations.
966 (ppc64_elf_finish_dynamic_sections): Output glink relocs.
967 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Describe non-pic
968 glink code.
969
970 2008-02-28 Alan Modra <amodra@bigpond.net.au>
971
972 * elf32-spu.c (mark_functions_via_relocs): Don't assume that
973 the "->start" pointer reaches to function origin, so that we
974 can handle functions split over more than two sections.
975 (build_call_tree): Likewise.
976 (pasted_function): Don't attempt to set fun->start back to the
977 function origin, just go back one section.
978
979 2008-02-27 Catherine Moore <clm@codesourcery.com>
980
981 * elf.c ( _bfd_elf_print_private_bfd_data): Call
982 elf_backend_get_target_dtag if defined.
983 * elf32-mips.c (elf_backend_get_target_dtag): Define.
984 * elf64-mips.c: Likewise.
985 * elfn32-mips.c: Likewise.
986 * elfxx-mips.c (_bfd_mips_elf_get_target_dtag): New.
987 * elfxx-mips.h (_bfd_mips_elf_get_target_dtag): Declare.
988 * elf-bfd.h (elf_backend_get_target_dtag): Add prototype.
989 * elfxx-target.h (elf_backend_get_target_dtag): Add default.
990 (elf_backend_data): Add elf_backend_get_target_dtag.
991
992 2008-02-26 Alan Modra <amodra@bigpond.net.au>
993
994 * elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
995 for R_PPC_REL32 syms. Don't set non_got_ref on branch reloc syms,
996 and assume branch relocs are not dynamic when non-shared.
997 (readonly_dynrelocs): New function, split out from..
998 (maybe_set_textrel): ..here, renamed from old readonly_dynrelocs.
999 (ppc_elf_adjust_dynamic_symbol): For symbols generating plt entries,
1000 clear non_got_ref..
1001 (allocate_dynrelocs): ..and don't set u.def for undefined weak.
1002 Do allow dynamic relocs on undefined symbols.
1003 (ppc_elf_adjust_dynamic_symbol): Use readonly_dynrelocs.
1004 (ppc_elf_relocate_section): Mirror dynamic reloc changes in
1005 check_relocs.
1006 (ppc_elf_finish_dynamic_symbol): Don't give a warning on weak
1007 plt symbols needing pointer_equality_needed.
1008
1009 2008-02-23 Alan Modra <amodra@bigpond.net.au>
1010
1011 * elf32-ppc.c (ppc_elf_check_relocs): Revert non_got_ref change.
1012
1013 2008-02-23 Alan Modra <amodra@bigpond.net.au>
1014
1015 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Copy
1016 pointer_equality_needed.
1017 (ppc_elf_check_relocs): Split out non-branch relocs from others
1018 that might emit dynamic relocs. Set pointer_equality_needed
1019 for their symbols. Don't set non_got_ref on branch reloc symbols.
1020 (ppc_elf_hash_symbol): New function.
1021 (elf_backend_hash_symbol): Define.
1022 (ppc_elf_finish_dynamic_symbol): Handle pointer_equality_needed.
1023 Error if pointer_equality_needed on weak plt symbol.
1024
1025 2008-02-22 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 PR ld/5788
1028 * elflink.c (elf_create_symbuf): Correct buffer size and
1029 position.
1030
1031 2008-02-22 Nick Clifton <nickc@redhat.com>
1032
1033 PR 868
1034 * dwarf2.c: Revert previous patch. All of the allocate memory is
1035 on an obstack which will be freed at some other time.
1036
1037 2008-02-20 Nick Clifton <nickc@redhat.com>
1038
1039 PR 868
1040 * libbfd.c (bfd_realloc_or_free): New function. Performs like
1041 bfd_realloc, but if the (re)allocation fails, the pointer is
1042 freed.
1043 * libbfd-in.h: Prototype.
1044 * libbfd.h: Regenerate.
1045 * bfdio.c (bfd_bwrite): Use the new function.
1046 (bfd_seek): Likewise.
1047 * bfdwin.c:(bfd_get_file_window): Likewise.
1048 * elf-strtab.c (_bfd_elf_strtab_add): Likewise.
1049 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
1050 * elf32-xtensa.c (vsprintf_msg): Likewise.
1051 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
1052 * stabs.c (_bfd_link_seciton_stabs): Likewise.
1053 * vms-misc.c (_bfd_vms_get_record): Likewise.
1054 * vms-tir.c (check_section): Likewise.
1055 * vms.c (vms_new_section_hook): Likewise.
1056 * elf32-arm.c (elf32_arm_section_map_add): Check that the
1057 allocation of sec_data->map succeeded before using it.
1058 * elflink.c (elf_link_output_sym): Do not overwrite finfo->
1059 symshndxbuf until it is known that the reallocation succeeded.
1060
1061 2008-02-20 Diogo de Carvalho Kraemer <diogo@kraemer.eng.br>
1062 Nick Clifton <nickc@redhat.com>
1063
1064 PR 868
1065 * dwarf2.c (read_abbrevs): Free the abbreviation table if we run
1066 out of memory.
1067 (decode_line_info): Free the line_info_table before returning a
1068 failure result.
1069 (_bfd_dwarf2_cleanup_debug_info): Free the abbreviation table.
1070 Free the line table. Free the function table. Free the variable
1071 table.
1072
1073 2008-02-17 Mark Kettenis <kettenis@gnu.org>
1074
1075 * elf.c (swap_out_syms): Avoid preprocessing directive within
1076 macro arg.
1077
1078 2008-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1079
1080 * elf.c (assign_file_positions_for_load_sections): Set the type of
1081 PT_NOTE sections to SHT_NOTE.
1082
1083 2008-02-17 Ulrich Weigand <uweigand@de.ibm.com>
1084
1085 * simple.c (bfd_simple_get_relocated_section_contents): Set
1086 link_info.output_bfd.
1087
1088 2008-02-16 Nathan Sidwell <nathan@codesourcery.com>
1089
1090 * dwarf2.c (find_line): Don't trust debug information after an
1091 unparseable compilation unit.
1092
1093 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1094
1095 PR 5765
1096 * section.c (SEC_LINK_DUPLICATES): Correct. Renumber following flags.
1097 * bfd-in2.h: Regenerate.
1098
1099 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1100
1101 * elf-bfd.h (enum elf_object_id): Add HPPA_ELF_TDATA.
1102 * elf.c (bfd_elf_allocate_object): Don't check for already allocated
1103 tdata.
1104 * elf32-hppa.c (elf32_hppa_mkobject): New function.
1105 (bfd_elf32_mkobject): Define.
1106 * elf32-ppc.c (is_ppc_elf_target): Delete. Replace all uses with..
1107 (is_ppc_elf): ..this new macro.
1108 * elf64-ppc.c (is_ppc64_elf_target): Delete. Replace all uses with..
1109 (is_ppc64_elf): ..this new macro.
1110
1111 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1112
1113 * elflink.c: Replace all accesses to hash->creator field with
1114 output_bfd->xvec.
1115 * cofflink.c: Likewise.
1116 * coff-h8300.c: Likewise.
1117 * ecoff.c: Likewise.
1118 * elf32-m68hc1x.c: Likewise.
1119 * elf32-ppc.c: Likewise.
1120 * elf64-alpha.c: Likewise.
1121 * elf64-ppc.c: Likewise.
1122 * elf64-sparc.c: Likewise.
1123 * elfxx-mips.c: Likewise.
1124 * i386linux.c: Likewise.
1125 * m68klinux.c: Likewise.
1126 * sparclinux.c: Likewise.
1127 * sunos.c: Likewise.
1128 * xcofflink.c: Likewise.
1129 * linker.c: Likewise.
1130 (_bfd_link_hash_table_init): Don't store creator.
1131
1132 2008-02-14 Peter Jones <pjones@redhat.com>
1133
1134 * efi-rtdrv-ia32.c: New file.
1135 * efi-bsdrv-ia32.c: New file.
1136 * efi-rtdrv-ia64.c: New file.
1137 * efi-bsdrv-ia64.c: New file.
1138 * efi-rtdrv-x86_64.c: New file.
1139 * efi-bsdrv-x86_64.c: New file.
1140 * peicode.h (pe_bfd_object_p): Add support for boot service and
1141 runtime service drivers.
1142 * libpei.h: Add macros for EFI formats, and rename the efi application
1143 format macros to disambiguate.
1144 * targets.c: Add bfd_target _vec externs.
1145 (_bfd_tar): Add EFI _vec entries.
1146 * config.bfd: Add EFI vectors into the selection routines.
1147 * configure.in: add EFI _vec entries.
1148 * configure: Regenerate.
1149 * Makefile.am: Add EFI files.
1150 * Makefile.in: Regenerate.
1151
1152 2008-02-14 Nathan Sidwell <nathan@codesourcery.com>
1153
1154 * dwarf1.c (struct dwarf1_debug): Add syms member.
1155 (alloc_dwarf1_unit, alloc_dwarf1_func): Check for out of memory.
1156 (parse_line_table, _bfd_dwarf1_find_nearest_line): Relocate
1157 section contents, check for out of memory.
1158
1159 * dwarf1.c (struct dwarf1_debug): Change data pointers to bfd_byte.
1160 (parse_die): Change data pointers to bfd_byte.
1161 (parse_line_table, parse_functions_in_unit): Likewise.
1162
1163 2008-02-14 Alan Modra <amodra@bigpond.net.au>
1164
1165 * elflink.c (compute_bucket_count): Warning fixes.
1166
1167 2008-02-12 DJ Delorie <dj@redhat.com>
1168
1169 * elf32-iq2000.c (iq2000_elf_relocate_section): Adjust addend of
1170 relocation pointing to local symbol in merged section.
1171
1172 * elf32-iq2000.c (iq2000_elf_relocate_offset16): New.
1173 (iq2000_elf_relocate_section): Call it.
1174
1175 2008-02-12 Nick Clifton <nickc@redhat.com>
1176
1177 PR ld/5692
1178 * elf-bfd.h (enum elf_object_id): New enum, used to identify
1179 target specific extensions to the elf_obj_tdata structure.
1180 (struct elf_obj_tdata): New field 'object_id'.
1181 (elf_object_id, elf_program_header_size, elf_symtab_hdr): New
1182 macros for accessing fields in the elf_obj_tdata structure.
1183 (bfd_elf_mkobject): Rename to bfd_elf_make_generic_object.
1184 (bfd_elf_allocate_object): New function.
1185 * elf.c (bfd_elf_mkobject): Rename to bfd_elf_make_generic_object
1186 and implement by calling bfd_elf_allocate_object.
1187 (bfd_elf_allocate_object): New function: Allocates an
1188 elf_obj_tdata structure, possibly with a target specific
1189 extension.
1190 * elfxx-target.h (bfd_elfNN_mkobject): Use
1191 bfd_elf_make_generic_object as the default value.
1192 * elf32-arm.c (elf32_arm_obj_tdata): Rename to elf_arm_obj_tdata
1193 for consistency with other, similar structures.
1194 (is_arm_elf): New macro. Checks a BFD to make sure that is an ARM
1195 ELF bfd.
1196 (elf32_arm_mkobject): Call bfd_elf_allocate_object.
1197 (bfd_elf32_arm_vfp11_erratum_scan): Use is_arm_elf macro to check
1198 the bfd being processed.
1199 (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
1200 (bfd_elf32_arm_set_target_relocs): Likewise.
1201 (bfd_elf32_arm_final_link_relocate): Likewise.
1202 (bfd_elf32_arm_copy_private_bfd_data): Likewise.
1203 (bfd_elf32_arm_merge_eabi_attributes): Likewise.
1204 (bfd_elf32_arm_merge_private_bfd_data): Likewise.
1205 (bfd_elf32_arm_check_relocs): Likewise.
1206 (bfd_elf32_arm_gc_mark_extra_sections): Likewise.
1207 (bfd_elf32_arm_size_dynamic_sections): Likewise.
1208 (bfd_elf32_arm_process_before_allocation): Use elf_symtab_hdr.
1209 (bfd_elf32_arm_init_maps): Likewise.
1210 (bfd_elf32_arm_final_link_relocate): Likewise.
1211 (bfd_elf32_arm_relocate_section): Likewise.
1212 (bfd_elf32_arm_gc_sweep_hook): Likewise.
1213 (bfd_elf32_arm_check_relocs): Likewise.
1214 (bfd_elf32_arm_size_dynamic_sections): Likewise.
1215 * elf32-i386.c (elf_i386_mkobject): Call bfd_elf_allocate_object.
1216 (is_i386_elf): New macro. Checks a BFD to make sure that is an x86
1217 ELF bfd.
1218 (elf_i386_check_relocs): Use is_i386_elf macro to check the bfd
1219 being processed.
1220 (elf_i386_size_dynamic_sections): Likewise.
1221 (elf_i386_relocate_section): Likewise.
1222 (elf_i386_check_relocs): Use elf_symtab_hdr.
1223 (elf_i386_gc_sweep_hook): Likewise.
1224 (elf_i386_size_dynamic_sections): Likewise.
1225 (elf_i386_relocate_section): Likewise.
1226 * elf32-ppc.c (ppc_elf_mkobject): Call bfd_elf_allocate_object.
1227 (elf_create_pointer_linker_section): Use is_ppc_elf_target to
1228 verify that the bfd before accessing target specific fields.
1229 (ppc_elf_check_relocs): Likewise.
1230 (elf_finish_pointer_linker_section): Likewise.
1231 (elf_create_pointer_linker_section): Use elf_symtab_hdr.
1232 (ppc_elf_check_relocs): Likewise.
1233 (ppc_elf_gc_sweep_hook): Likewise.
1234 (ppc_elf_tls_optimize): Likewise.
1235 (ppc_elf_size_dynamic_sections): Likewise.
1236 (ppc_elf_relax_section): Likewise.
1237 (ppc_elf_relocate_section): Likewise.
1238 * elf32-s390.c (struct elf_s390_obj_tdata): Add a comment
1239 reminding programmers to keep this structure in sync with the one
1240 defined in elf64-s390.c.
1241 (elf_s390_mkobject): Call bfd_elf_allocate_object.
1242 (is_s390_elf): New macro. Checks a BFD to make sure that is an s390
1243 ELF bfd.
1244 (elf_s390_check_relocs): Use is_s390_elf macro to check the bfd
1245 being processed.
1246 (elf_s390_size_dynamic_sections): Likewise.
1247 (elf_s390_relocate_section): Likewise.
1248 (elf_s390_check_relocs): Use elf_symtab_hdr.
1249 (elf_s390_gc_sweep_hook): Likewise.
1250 (elf_s390_size_dynamic_sections): Likewise.
1251 (elf_s390_relocate_section): Likewise.
1252 * elf32-sh.c (sh_elf_mkobject): Call bfd_elf_allocate_object.
1253 (is_sh_elf): New macro. Checks a BFD to make sure that is an SH
1254 ELF bfd.
1255 (sh_elf_size_dynamic_sections): Use is_sh_elf macro to check the
1256 bfd being processed.
1257 (sh_elf_relocate_section): Likewise.
1258 (sh_elf_check_relocs): Likewise.
1259 (sh_elf_copy_private_data): Likewise.
1260 (sh_elf_relax_section): Use elf_symtab_hdr.
1261 (sh_elf_size_dynamic_sections): Likewise.
1262 (sh_elf_relocate_section): Likewise.
1263 (sh_elf_get_relocated_section_contents): Likewise.
1264 (sh_elf_gc_sweep_hook): Likewise.
1265 (sh_elf_check_relocs): Likewise.
1266 * elf64-alpha.c (elf64_alpha_mkobject): Call bfd_elf_allocate_object.
1267 (is_alpha_elf): New macro. Checks a BFD to make sure that is an
1268 Alpha ELF bfd.
1269 (elf64_alpha_create_got_section): Use is_alpha_elf macro to check
1270 the bfd being processed.
1271 (elf64_alpha_create_dynamic_section): Likewise.
1272 (elf64_alpha_check_relocs): Likewise.
1273 (elf64_alpha_size_got_sections): Likewise.
1274 (elf64_alpha_relax_section): Likewise.
1275 (elf64_alpha_relocate_section): Likewise.
1276 (elf64_alpha_final_link): Likewise.
1277 (elf64_alpha_check_relocs): Use elf_symtab_hdr.
1278 (elf64_alpha_relax_section): Likewise.
1279 (elf64_alpha_relocate_section_r): Likewise.
1280 (elf64_alpha_relocate_section): Likewise.
1281 * elf64-ppc.c (ppc64_elf_mkobject): Call bfd_elf_allocate_object.
1282 (ppc64_elf_check_relocs): Use is_ppc64_elf_target to check the bfd
1283 being processed.
1284 (opd_entry_value): Likewise.
1285 (allocate_dynrelocs): Likewise.
1286 (ppc64_elf_relocate_section): Likewise.
1287 (ppc64_elf_check_relocs): Use elf_symtab_hdr.
1288 (opd_entry_value): Likewise.
1289 (ppc64_elf_gc_sweep_hook): Likewise.
1290 (get_sym_h): Likewise.
1291 (ppc64_elf_edit_opd): Likewise.
1292 (ppc64_elf_tls_optimize): Likewise.
1293 (ppc64_elf_edit_toc): Likewise.
1294 (ppc64_elf_size_dynamic_sections): Likewise.
1295 (toc_adjusting_stub_needed): Likewise.
1296 (ppc64_elf_size_stubs): Likewise.
1297 (ppc64_elf_relocate_section): Likewise.
1298 * elf64-s390.c (struct elf_s390_obj_tdata): Add a comment
1299 reminding programmers to keep this structure in sync with the one
1300 defined in elf32-s390.c.
1301 (elf_s390_mkobject): Call bfd_elf_allocate_object.
1302 (is_s390_elf): New macro. Checks a BFD to make sure that is an s390
1303 ELF bfd.
1304 (elf_s390_check_relocs): Use is_s390_elf macro to check the bfd
1305 being processed.
1306 (elf_s390_size_dynamic_sections): Likewise.
1307 (elf_s390_relocate_section): Likewise.
1308 (elf_s390_check_relocs): Use elf_symtab_hdr.
1309 (elf_s390_gc_sweep_hook): Likewise.
1310 (elf_s390_size_dynamic_sections): Likewise.
1311 (elf_s390_relocate_section): Likewise.
1312 * elf64-x86_64.c (elf64_x86_64_mkobject): Call bfd_elf_allocate_object.
1313 (is_x86_64_elf): New macro. Checks a BFD to make sure that is an
1314 x86_64 ELF bfd.
1315 (elf64_x86_64_check_relocs): Use is_x86_64_elf macro to check the bfd
1316 being processed.
1317 (elf64_x86_64_size_dynamic_sections): Likewise.
1318 (elf64_x86_64_relocate_section): Likewise.
1319 (elf64_x86_64_check_relocs): Use elf_symtab_hdr.
1320 (elf64_x86_64_gc_sweep_hook): Likewise.
1321 (elf64_x86_64_size_dynamic_sections): Likewise.
1322 (elf64_x86_64_relocate_section): Likewise.
1323 * elfxx-sparc.c (_bfd_sparc_elf_mkobject): Call bfd_elf_allocate_object.
1324 (is_sparc_elf): New macro. Checks a BFD to make sure that is a Sparc
1325 ELF bfd.
1326 (_bfd_sparc_elf_check_relocs): Use is_sparc_elf macro to check the
1327 bfd being processed.
1328 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1329 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
1330 (_bfd_sparc_elf_check_relocs): Use elf_symtab_hdr.
1331 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1332 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
1333 (_bfd_sparc_elf_relocate_section): Likewise.
1334
1335 2008-02-12 Alan Modra <amodra@bigpond.net.au>
1336
1337 PR 5303, 5755
1338 * arange-set.c: Delete.
1339 * arange-set.h: Delete.
1340 * dwarf2.c: Revert 2007-09-21 changes.
1341 * Makefile.am: Likewise.
1342 * Makefile.in: Regenerate.
1343 * po/SRC-POTFILES.in: Regenerate.
1344
1345 2008-02-11 Bernd Schmidt <bernd.schmidt@analog.com>
1346
1347 * elf32-bfin.c (bfin_relocate_section): Set up dynobj before using it
1348 if necessary.
1349 (elf32_bfin_merge_private_bfd_data): Simplify, and ensure object type
1350 mismatches are detected.
1351
1352 * elf32-bfin.c (bfinfdpic_relocate_section): Take more care not to
1353 emit invalid relocs or rofixup entries for deleted .eh_frame entries.
1354
1355 2008-02-11 Daniel Jacobowitz <dan@codesourcery.com>
1356
1357 * cache.c (cache_bread): Set bfd_error_file_truncated if EOF
1358 was reached.
1359 * srec.c (srec_scan): Calculate the checksum. Complain on mismatch.
1360
1361 2008-02-07 Alan Modra <amodra@bigpond.net.au>
1362
1363 * elf32-spu.c (spu_elf_size_stubs): Revert 2008-01-28 doubling
1364 of _ovly_buf_table size.
1365 (spu_elf_build_stubs): Use low bit of .size as "present" bit.
1366 Adjust initialisations relating to _ovly_buf_table.
1367
1368 2008-02-04 Bob Wilson <bob.wilson@acm.org>
1369
1370 * elf32-xtensa (elf_xtensa_relocate_section): After finding an invalid
1371 relocation, do not continue processing it. Ignore R_XTENSA_ASM_EXPAND
1372 relocations against dynamic symbols.
1373 (elf_xtensa_finish_dynamic_sections): Do not fail if there is no
1374 .xt.lit section.
1375
1376 2008-02-04 Kai Tietz <kai.tietz@onevision.com>
1377 H.J. Lu <hongjiu.lu@intel.com>
1378
1379 PR 5715
1380 * warning.m4: Enable -Wno-format by default when using gcc on
1381 mingw.
1382 * configure: Regenerated.
1383
1384 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
1385
1386 * archures.c: Update copyright.
1387 (bfd_mach_mips_octeon): New macro.
1388 * bfd-in2.h: Regenerate.
1389 * elfxx-mips.c (_bfd_elf_mips_mach): Handle Octeon.
1390 (mips_set_isa_flags): Likewise.
1391 (mips_mach_extensions): Add Octeon.
1392 * cpu-mips.c: Update copyright.
1393 (I_mipsocteon): New enum constant.
1394 (arch_info_struct): Add Octeon.
1395
1396 2008-02-04 Alan Modra <amodra@bigpond.net.au>
1397
1398 * elf32-spu.c (spu_elf_relocate_section): Correct return type.
1399 Return error status on unexpected relocation errors.
1400
1401 2008-02-04 Alan Modra <amodra@bigpond.net.au>
1402
1403 PR ld/5692
1404 * elf.c (bfd_elf_get_elf_syms): Revert 2008-01-31. Instead abort
1405 on non-ELF input.
1406 * elf32-arm.c (elf32_arm_size_dynamic_sections): Skip glue
1407 processing on non-ELF input.
1408
1409 2008-01-31 Marc Gauthier <marc@tensilica.com>
1410
1411 * config.bfd (xtensa*-*-*): Recognize processor variants.
1412
1413 2008-01-31 Nick Clifton <nickc@redhat.com>
1414
1415 PR ld/5692
1416 * elf.c (bfd_elf_get_elf_syms): Check the return value of
1417 get_elf_backend_data.
1418
1419 2008-01-28 Fabian Groffen <grobian@gentoo.org>
1420
1421 * config.bfd (x86_64-*-solaris2): Add support for this target.
1422
1423 2008-01-28 Alan Modra <amodra@bigpond.net.au>
1424
1425 Rewrite SPU overlay handling code. Put overlay calls stubs in the
1426 overlays where possible. Use a faster call stub, or optionally at
1427 compile time, a more compact stub. Double size of _ovly_buf_table
1428 so that low bit of _ovly_table.buf can be used as a "present" bit.
1429 Reserve an extra _ovly_table entry for index zero.
1430 * elf32-spu.c: (struct spu_link_hash_table): Delete a number of fields,
1431 add new ones.
1432 (struct got_entry): New.
1433 (struct spu_stub_hash_entry): Delete.
1434 (stub_hash_newfunc, spu_elf_link_hash_table_free): Delete.
1435 (spu_elf_link_hash_table_create): Adjust for struct changes.
1436 (spu_stub_name): Delete.
1437 (spu_elf_find_overlays): Don't track sections from overlay regions.
1438 Instead set ovl_buf number in spu elf section data. Error if
1439 overlays in one region don't start at the same address. Adjust
1440 for struct _spu_elf_section_data changes.
1441 (SIZEOF_STUB1, SIZEOF_STUB2, ILA_79, ILA_78): Delete.
1442 (OVL_STUB_SIZE, BRSL, LNOP, ILA): Define.
1443 (needs_ovl_stub): Adjust for struct _spu_elf_section_data changes.
1444 (enum _insn_type): New.
1445 (count_stub, build_stub): New functions.
1446 (allocate_spuear_stubs): Use count_stub.
1447 (build_spuear_stubs): Use build_stub.
1448 (populate_stubs, sort_stubs): Delete.
1449 (process_stubs): New function.
1450 (write_one_stub): Delete.
1451 (spu_elf_size_stubs, spu_elf_build_stubs): Rewrite.
1452 (alloc_stack_info): Adjust for struct _spu_elf_section_data changes.
1453 (maybe_insert_function, check_function_ranges): Likewise.
1454 (find_function, pasted_function, build_call_tree): Likewise.
1455 (spu_elf_stack_analysis, spu_elf_modify_segment_map): Likewise.
1456 (spu_elf_modify_program_headers): Likewise.
1457 (interesting_section): Detect stub sections differently. Delete
1458 htab param, adjust all callers.
1459 (spu_elf_relocate_section): Rewrite stub handling.
1460 (spu_elf_output_symbol_hook): Likewise.
1461 (bfd_elf32_bfd_link_hash_table_free): Delete.
1462 * elf32-spu.h (struct _spu_elf_section_data): Move input-only and
1463 output-only fields into a union. Add ovl_buf.
1464 (spu_elf_size_stubs, spu_elf_build_stubs): Update prototypes.
1465
1466 2008-01-25 DJ Delorie <dj@redhat.com>
1467
1468 * elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): New.
1469
1470 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
1471
1472 * bfd-in.h: Add mingw I64 support.
1473 * bfd-in2.h: Regenerated.
1474 * bfd.c: (bfd_get_sign_extend_vma): Add pe-x86-64 and pei-x86-64.
1475
1476 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1477
1478 PR 4453
1479 * format.c (bfd_check_format_matches): Don't accept archives as
1480 fully matching unless they have a map.
1481
1482 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1483
1484 * elflink.c (_bfd_elf_link_output_relocs): Correct error return.
1485
1486 2008-01-21 Alan Modra <amodra@bigpond.net.au>
1487
1488 * ecoff.c (_bfd_ecoff_archive_p): Delete.
1489 * libecoff.h (_bfd_ecoff_archive_p): Delete.
1490 * coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p.
1491 * coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise.
1492 (ecoff_biglittle_vec): Likewise.
1493
1494 2008-01-19 Alan Modra <amodra@bigpond.net.au>
1495
1496 PR 5646
1497 * elf64-ppc.c (ppc64_elf_tls_optimize): Ensure htab->tls_get_addr
1498 non-NULL before dereferencing.
1499
1500 2008-01-15 Alan Modra <amodra@bigpond.net.au>
1501
1502 PR 5604
1503 * elf-bfd.h (struct elf_backend_data): Add gc_keep. Remove param
1504 names from others.
1505 (_bfd_elf_gc_keep): Declare.
1506 * elfxx-target.h (elf_backend_gc_keep): Define.
1507 (elfNN_bed): Init new field.
1508 * elflink.c (_bfd_elf_gc_keep): New function.
1509 (bfd_elf_gc_sections): Call gc_keep.
1510 * elf64-ppc.c (elf_backend_gc_keep): Define.
1511 (struct _ppc64_elf_section_data): Move .opd related fields to
1512 a struct so they don't occupy the same storage. Adjust accesses
1513 throughout file.
1514 (ppc64_elf_gc_keep): New function, split out from..
1515 (ppc64_elf_gc_mark_hook): ..here. Don't call _bfd_elf_gc_mark
1516 to mark .opd section, just set gc_mark.
1517 (ppc64_elf_edit_opd): Remove no_opd_opt parm. Don't set opd->adjust
1518 unless we are changing .opd. Test non-NULL opd->adjust at all
1519 accesses throughout file.
1520 * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
1521
1522 2008-01-15 Alan Modra <amodra@bigpond.net.au>
1523
1524 * bfd-in.h (BFD_HOST_LONG_LONG): Delete.
1525 * bfd-in2.h: Regenerate.
1526
1527 2008-01-11 Tristan Gingold <gingold@adacore.com>
1528 Eric Botcazou <ebotcazou@adacore.com>
1529
1530 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Exit early if generating a
1531 relocatable.
1532 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
1533 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
1534 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
1535 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
1536 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
1537 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
1538 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
1539 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
1540 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
1541 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
1542 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
1543 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
1544 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Likewise.
1545 * elfxx-mips.c (_bfd_mips_elf_gc_sweep_hook): Likewise.
1546 * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1547 * elflink.c (bfd_elf_gc_sections): Do not punt on relocatable output
1548 or executable output with relocations.
1549
1550 2008-01-09 Nick Clifton <nickc@redhat.com>
1551
1552 PR gas/5552
1553 * elf32-fr30.c (fr30_elf_howto_table): Set partial_inplace field
1554 to FALSE for all relocs.
1555
1556 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
1557
1558 PR ld/5526
1559 * elf-bfd.h (eh_cie_fde): Add u.cie.u.full_cie and u.cie.merged
1560 fields. Rename u.cie.u.merged to u.cie.u.merged_with.
1561 (eh_frame_sec_info): Add a cies field.
1562 (eh_frame_hdr_info): Add a merge_cies field.
1563 * elf-eh-frame.c (cie): Add a reloc_index member to the personality
1564 union.
1565 (_bfd_elf_begin_eh_frame_parsing): Set hdr_info->merge_cies instead
1566 of hdr_info->cies.
1567 (_bfd_elf_parse_eh_frame): Remove tmp_cie. Ccreate an array of
1568 cie structures in all cases and use it instead of extended_cies.
1569 If merging, store the cie array in sec_info->cies and point each
1570 CIE's eh_fde_cie at the associated element. Do not try to
1571 calculate the value of the personality routine here; record the
1572 offset of the relocation instead. Do not merge CIEs here.
1573 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
1574 (_bfd_elf_discard_section_eh_frame_hdr): ...do it here instead.
1575 (_bfd_elf_gc_mark_fdes): Mark the original (unmerged) CIE.
1576 (find_merged_cie): New function.
1577 (_bfd_elf_gc_mark_fdes): Use it. Free sec_info->cies.
1578
1579 2008-01-07 Nick Clifton <nickc@redhat.com>
1580
1581 PR binutils/5535
1582 * vms.c (vms_close_and_cleanup): Check for the presence of a
1583 vms_private_data_struct before examining any of its fields.
1584
1585 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
1586
1587 PR ld/5522
1588 * elflink.c (elf_link_input_bfd): Don't write out a section if
1589 its output section is marked with SEC_NEVER_LOAD.
1590
1591 For older changes see ChangeLog-2007
1592 \f
1593 Local Variables:
1594 mode: change-log
1595 left-margin: 8
1596 fill-column: 74
1597 version-control: never
1598 End:
This page took 0.081697 seconds and 3 git commands to generate.