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