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