* elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
[platform/upstream/binutils.git] / bfd / ChangeLog
1 2006-05-09  Ben Elliston  <bje@au.ibm.com>
2
3         * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
4         local variable `dynobj'.
5         
6 2006-05-05  Bjoern Haase  <bjoern.m.haase@web.de>
7
8         * elf32-avr.c (elf32_avr_relax_delete_bytes): Iterate over all
9         of the bfd's sections for the reloc-addend adjustments.
10
11 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12
13         * elf32-s390.c (invalid_tls_insn): Call bfd_set_error.
14         (elf_s390_relocate_section): Add code to do the GD->LE and
15         LD->LE TLS linker optimizations if a brasl instruction is used
16         for the __tls_get_offset function call.
17         * elf64-s390.c (invalid_tls_insn): Call bfd_set_error.
18
19 2006-05-05  Alan Modra  <amodra@bigpond.net.au>
20
21         * elf64-ppc.c (ppc64_elf_tls_optimize): Only optimize
22         R_PPC64_TPREL64 and R_PPC64_DTPMOD64 relocs when they are in
23         the .toc and referenced by a TLS code sequence.
24         (ppc64_elf_edit_toc): Cater for the unlikely situation that
25         .toc is the first section in a file.
26
27 2006-05-04  Andreas Schwab  <schwab@suse.de>
28
29         * aoutf1.h (struct external_sparc_core): Declare c_regs as struct
30         regs instead of an array of int.
31         (struct external_solaris_bcp_core): Likewise.
32         (swapcore_sun3): Use offsetof instead of computing the offset
33         manually.
34         (swapcore_sparc): Likewise.  Simplify reference to c_regs.
35         (swapcore_solaris_bcp): Likewise.
36
37 2006-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
38
39         * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
40         for missing GOTs.
41
42 2006-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
43
44         * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
45         mapping symbols.
46
47 2006-05-04  Ben Elliston  <bje@au.ibm.com>
48
49         * coff-or32.c (bfd_section_from_shdr): Remove unused local
50         variable `ptr'.
51         * cofflink.c (process_embedded_commands): Remove unused local
52         variables `had_read' and `had_shared'.
53         * ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local
54         variable `fdr_adr'.
55         * ihex.c (ihex_read_section): Remove unused local variable `addr'.
56
57 2006-05-03  Alan Modra  <amodra@bigpond.net.au>
58
59         * libbfd-in.h (_bfd_generic_new_section_hook): Declare.
60         * section.c (bfd_abs_symbol, bfd_com_symbol): Delete.
61         (bfd_und_symbol, bfd_ind_symbol): Delete.
62         (BFD_FAKE_SECTION): Remove SYM_PTR param, set symbol_ptr_ptr to
63         &SEC.symbol.
64         (STD_SECTION): Adjust.
65         (_bfd_generic_new_section_hook): New function, extracted from..
66         (bfd_section_init): ..here.
67         (bfd_make_section_old_way): Call new_section_hook for abs, com,
68         und and ind sections.
69         * elf.c (_bfd_elf_large_com_section): Adjust.
70         * aoutx.h (new_section_hook): Call _bfd_generic_new_section_hook.
71         * pdp11.c (new_section_hook): Likewise.
72         * coffcode.h (coff_new_section_hook): Likewise.
73         * ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
74         * elf.c (_bfd_elf_new_section_hook): Likewise.
75         * vms.c (vms_new_section_hook): Likwise.
76         * elf32-arm.c (elf32_arm_new_section_hook): Check used_by_bfd isn't
77         already set.
78         * elf32-sh64.c (sh64_elf_new_section_hook): Likewise.
79         * elf32-xtensa.c (elf_xtensa_new_section_hook): Likewise.
80         * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
81         * elf64-ppc.c (ppc64_elf_new_section_hook): Likewise.
82         * elfxx-mips.c (_bfd_mips_elf_new_section_hook): Likewise.
83         * elfxx-sparc.c (_bfd_sparc_elf_new_section_hook): Likewise.
84         * ieee.c (ieee_new_section_hook): Likewise.  Call
85         _bfd_generic_new_section_hook too.
86         * mmo.c (mmo_new_section_hook): Likewise.
87         * oasys.c (oasys_new_section_hook): Likewise.
88         * som.c (som_new_section_hook): Likewise.
89         * coff-w65.c (reloc_processing): Don't use bfd_abs_symbol.
90         * bfd-in2.h: Regenerate.
91         * libbfd.h: Regenerate.
92
93 2006-05-03  Alan Modra  <amodra@bigpond.net.au>
94
95         * hash.c (DEFAULT_SIZE): Revert last change.
96         (higher_prime_number): Correct test for no larger prime.  Don't
97         abort on error, instead return 0.  Depopulate primes[].
98         (bfd_hash_lookup): If we overflow size, refuse to grow table.
99
100 2006-05-02  Paul Brook  <paul@codesourcery.com>
101
102         * elf32-arm.c (elf32_arm_final_link_relocate): Set thumb funciton bit
103         for R_ARM_REL32.
104
105 2006-05-02  Ben Elliston  <bje@au.ibm.com>
106
107         * archive.c (bfd_generic_archive_p): Remove unused local variable
108         `fail'.
109         * dwarf2.c (decode_line_info): Remove unused local variable
110         `basic_block'.
111         * elfcode.h (elf_slurp_reloc_table_from_section): Remove unused
112         local variable `s'.
113         * tekhex.c (tekhex_write_object_contents): Remove unused local
114         variable `bytes_written'.
115         * aout-ns32k.c (MY_swap_std_reloc_out): Remove unused local
116         variable `r_addend'.
117         * elf32-dlx.c (dlx_rtype_to_howto): Remove breaks after returns.
118         * elfxx-mips.c (_bfd_elf_mips_mach): Remove breaks after returns.
119         (_bfd_ns32k_relocate_contents): Remove break after return.
120         * elf.c (bfd_section_from_shdr): Remove breaks after returns.
121
122 2006-05-02  Nick Clifton  <nickc@redhat.com>
123
124         * elf32-sh-symbian.c: Rename local define DEBUG to SYMBIAN_DEBUG
125         in order to avoid conflicts with the global DEBUG define.
126
127 2006-05-02  Alan Modra  <amodra@bigpond.net.au>
128
129         * dwarf2.c: Formatting.
130         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Simplify
131         output section check.
132         * elf32-i370.c: Warning fixes inside #ifdef DEBUG.
133         * elf32-m32c.c: Similarly.
134         * elf32-ppc.c: Similarly.
135         * elf32-v850.c: Similarly.
136         * nlm32-sparc.c: Similarly.
137         * elfcode.h: Similarly.
138         (elf_symbol_flags): Delete.
139         * elflink.c (elf_link_input_bfd): Comment typo.
140
141 2006-05-01  DJ Delorie  <dj@redhat.com>
142
143         * bfd-in.h (bfd_hash_table): Add count field.
144         * bfd-in2.h: Regenerate.
145         * hash.c (higher_prime_number): New.
146         (bfd_hash_table_inint_n): Init count field.
147         (bfd_hash_lookup): Grow table as needed.
148
149 2006-04-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
150
151         PR binutils/2584
152         * tekhex.c (getvalue): Change return type to bfd_boolean and
153         add the new parameter.  Return false if the unexpected character
154         is found.
155         (getsym): Likewise.
156         (first_phase): Change return type to bfd_boolean and return
157         false if the unexpected character is found.  Replace abort
158         with returning false.
159         (pass_over): Change return type to bfd_boolean and the type of
160         the second argument to bfd_boolean (*) (bfd *, int, char *).
161         Return false if FUNC returns false.
162         (tekhex_object_p): Return NULL if pass_over fails.
163
164 2006-04-27  Alan Modra  <amodra@bigpond.net.au>
165
166         * coff-rs6000.c (xcoff_write_archive_contents_old): Warning fix.
167
168 2006-04-26  H.J. Lu  <hongjiu.lu@intel.com>
169
170         PR binutils/2593
171         * elf.c (_bfd_elf_new_section_hook): Don't set section ELF type
172         and flags if its BFD flags have been set.
173         (_bfd_elf_init_private_section_data): Don't copy the output ELF
174         section type from input if it has been set to something
175         different.
176
177 2006-04-25  H.J. Lu  <hongjiu.lu@intel.com>
178
179         PR binutils/2467
180         * elf.c (_bfd_elf_close_and_cleanup): Check elf_tdata (abfd)
181         is NULL first.
182
183         * elf32-arm.c (elf32_arm_close_and_cleanup): Check if
184         abfd->sections is NULL.
185         (elf32_arm_bfd_free_cached_info): New.
186         (bfd_elf32_bfd_free_cached_info): Defined.
187
188         * elfxx-target.h (bfd_elfNN_bfd_free_cached_info): Default it
189         to _bfd_free_cached_info.
190
191         * libbfd-in.h (_bfd_free_cached_info): New.
192         * libbfd: Regenerated.
193
194         * opncls.c (_bfd_delete_bfd): Check if abfd->memory is NULL.
195         (_bfd_free_cached_info): New.
196
197 2006-04-21  Alan Modra  <amodra@bigpond.net.au>
198
199         * elf.c (assign_file_positions_except_relocs): Move code setting
200         file position of non-loaded sections..
201         (assign_file_positions_for_segments): ..to here.
202
203 2006-04-20  H.J. Lu  <hongjiu.lu@intel.com>
204
205         PR ld/2537
206         * elf.c (bfd_section_from_shdr): Allow sections reserved for
207         applications. Issue an error on sections we don't know how
208         to handle.
209
210 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
211
212         * Makefile.am: Run "make dep-am".
213         * Makefile.in: Regenerate.
214
215 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
216
217         * warning.m4 (--enable-werror): Format help message.
218         (--enable-build-warnings): Likewise.
219         * configure: Regenerate.
220
221 2006-04-18  Nick Clifton  <nickc@redhat.com>
222
223         PR 2257
224         * elfcode.h (elf_object_p): Allow files with corrupt e_shstrndx
225         fields to still be handled as ELF files.
226
227 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
228
229         * po/SRC-POTFILES.in: Regenerated.
230
231 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
232
233         * configure.in: Update version to 2.17.50.
234         * configure: Regenerated.
235
236 2006-04-14  David Heine  <dlheine@tensilica.com>
237
238         * elf32-xtensa.c (build_reloc_opcodes): New.
239         (compute_text_actions): Use it to decode opcodes outside inner loop.
240         (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if
241         it is set, use it to get the opcodes for relocations.
242         (move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.
243
244 2006-04-08  H.J. Lu  <hongjiu.lu@intel.com>
245
246         PR ld/2513
247         * elf32-i386.c (GOT_TLS_MASK): New macro for tls_type.
248         (GOT_TLS_IE_IE): Likewise.
249         (GOT_TLS_IE_GD): Likewise.
250         (GOT_TLS_IE_MASK): Likewise.
251         (elf_i386_check_relocs): For global symbols, set GOT_TLS_IE_GD
252         and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
253         respectively.
254         (allocate_dynrelocs): If both GOT_TLS_IE_IE and GOT_TLS_IE_GD
255         are set, treat tls_type as GOT_TLS_IE_BOTH.
256         (elf_i386_relocate_section): Likewise.
257
258 2006-04-07  Randolph Chung  <tausq@debian.org>
259
260         * elf64-hppa.c (elf64_hppa_grok_prstatus): New function.
261         (elf64_hppa_grok_psinfo): Likewise.
262         (elf_backend_grok_pstatus, elf_backend_grok_psinfo): Define.
263
264 2006-04-06  DJ Delorie  <dj@redhat.com>
265
266         * elf32-m32c.c (m32c_elf_relocate_section): Generate a symbol for
267         each plt entry we create.
268
269 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
270
271         * po/Make-in: Add install-html target.
272         * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
273         htmldir. Add install-html and install-html-recursive targets.
274         * Makefile.in: Regenerate.
275         * configure.in: AC_SUBST for datarootdir, docdir and htmldir.
276         * configure: Regenerate.
277
278 2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>
279
280         * elfxx-ia64.c (elfNN_ia64_relax_section): Skip unneeded passes
281         with the skip_relax_pass_0 and skip_relax_pass_1 bits in the
282         section structure.
283
284 2006-04-05  Bernd Schmidt  <bernd.schmidt@analog.com>
285
286         * elf32-bfin.c (bfinfdpic_relocs_info_hash): Sprinkle casts to
287         eliminate warnings.
288
289 2006-04-05  H.J. Lu  <hongjiu.lu@intel.com>
290             James E Wilson  <wilson@specifixinc.com>
291
292         PR ld/2442
293         * elfxx-ia64.c (elfNN_ia64_dyn_sym_info): Remove next.
294         (elfNN_ia64_local_hash_entry): Add count, sorted_count and
295         size.
296         (elfNN_ia64_link_hash_entry): Likewise.
297         (elfNN_ia64_new_elf_hash_entry): Initialize count, sorted_count
298         and size.
299         (elfNN_ia64_hash_copy_indirect): Updated elfNN_ia64_dyn_sym_info
300         processing.
301         (elfNN_ia64_hash_hide_symbol): Likewise.
302         (elfNN_ia64_global_dyn_sym_thunk): Likewise.
303         (elfNN_ia64_local_dyn_sym_thunk): Likewise.
304         (elfNN_ia64_global_dyn_info_free): New function.
305         (elfNN_ia64_local_dyn_info_free): Likewise.
306         (elfNN_ia64_hash_table_free): Free local and global
307         elfNN_ia64_dyn_sym_info.
308         (addend_compare): New function.
309         (sort_dyn_sym_info): Likewise.
310         (get_dyn_sym_info): Updated to use binary search for addend.
311         (elfNN_ia64_check_relocs): Scan relocations to create dynamic
312         relocation arrays first.
313
314 2006-04-05  Bernd Schmidt  <bernd.schmidt@analog.com>
315
316         * elf32-bfin.c (_bfin_create_got_section): Don't generate a _gp
317         symbol.
318
319 2006-04-05  H.J. Lu  <hongjiu.lu@intel.com>
320
321         PR ld/2411
322         * elflink.c (check_dynsym): New.
323         (elf_link_output_extsym): Use it.
324         (bfd_elf_final_link): Likewise.
325
326 2006-04-05  H.J. Lu  <hongjiu.lu@intel.com>
327
328         PR ld/2404
329         * elflink.c (_bfd_elf_merge_symbol): Skip the default indirect
330         symbol from the dynamic definition with the default version if
331         its type and the type of existing regular definition mismatch.
332
333 2006-04-05  Richard Sandiford  <richard@codesourcery.com>
334             Daniel Jacobowitz  <dan@codesourcery.com>
335
336         * config.bfd (sparc-*-vxworks*): New stanza.
337         * configure.in (bfd_elf32_sparc_vxworks_vec): New stanza.
338         (bfd_elf32_sparc_vec, bfd_elf64_sparc_vec): Add elf-vxworks.lo.
339         * configure: Regenerate.
340         * elf32-sparc.c: Include elf-vxworks.h.
341         (elf32_sparc_vxworks_link_hash_table_create: New.
342         (elf32_sparc_vxworks_final_write_processing): New.
343         (TARGET_BIG_SYM): Override for VxWorks.
344         (TARGET_BIG_NAME, ELF_MINPAGESIZE): Likewise.
345         (bfd_elf32_bfd_link_hash_table_create): Likewise.
346         (elf_backend_want_got_plt, elf_backend_plt_readonly): Likewise.
347         (elf_backend_got_header_size, elf_backend_add_symbol_hook): Likewise.
348         (elf_backend_link_output_symbol_hook): Likewise.
349         (elf_backend_emit_relocs): Likewise.
350         (elf_backend_final_write_processing, elf32_bed): Likewise.
351         * elfxx-sparc.c: Include libiberty.h and elf-vxworks.h.
352         (sparc_vxworks_exec_plt0_entry, sparc_vxworks_exec_plt_entry): New.
353         (sparc_vxworks_shared_plt0_entry, sparc_vxworks_shared_plt_entry): New.
354         (_bfd_sparc_elf_link_hash_table_create): Don't initialize
355         build_plt_entry here.
356         (create_got_section): Initialize sgotplt for VxWorks.
357         (_bfd_sparc_elf_create_dynamic_sections): Initialize build_plt_entry,
358         plt_header_size and plt_entry_size, with new VxWorks-specific settings.
359         Call elf_vxworks_create_dynamic_sections for VxWorks.
360         (allocate_dynrelocs): Use plt_header_size and plt_entry_size.
361         Allocate room for .got.plt and .rela.plt.unloaded entries on VxWorks.
362         (_bfd_sparc_elf_size_dynamic_sections): Don't allocate a nop in .plt
363         for VxWorks.  Check for the .got.plt section.
364         (sparc_vxworks_build_plt_entry): New function.
365         (_bfd_sparc_elf_finish_dynamic_symbol): Add handling of VxWorks PLTs.
366         Don't make _GLOBAL_OFFSET_TABLE_ and _PROCEDURE_LINKAGE_TABLE_
367         absolute on VxWorks.
368         (sparc32_finish_dyn): Add special handling for DT_RELASZ
369         and DT_PLTGOT on VxWorks.
370         (sparc_vxworks_finish_exec_plt): New.
371         (sparc_vxworks_finish_shared_plt): New.
372         (_bfd_sparc_elf_finish_dynamic_sections): Call them.
373         Use plt_header_size and plt_entry_size.
374         * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add is_vxworks,
375         srelplt2, sgotplt, plt_header_size and plt_entry_size fields.
376         * Makefile.am (elfxx-sparc.lo): Depend on elf-vxworks.h.
377         (elf32-sparc.lo): Likewise.
378         * Makefile.in: Regenerate.
379         * targets.c (bfd_elf32_sparc_vxworks_vec): Declare.
380         (_bfd_target_vector): Add a pointer to it.
381
382 2006-03-30  Ben Elliston  <bje@au.ibm.com>
383
384         PR ld/2267
385         * elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
386         special section number that exceeds the number of ELF sections
387         (eg. SHN_MIPS_SCOMMON).
388
389 2006-03-27  Richard Sandiford  <richard@codesourcery.com>
390
391         * elfxx-mips.c (mips_got_entry): Add more commentary.
392         (mips_elf_local_got_index): Use the hash table entry to record
393         the GOT index of forced-local symbols.
394         (mips_elf_initialize_tls_index): Rearrange code.  Store the index
395         in either the hash table entry or the mips_got_entry, not both.
396         Add more commentary.
397         (mips_elf_multi_got): Make sure the g->next is nonnull when calling
398         mips_elf_initialize_tls_index.
399
400 2006-03-25  Bernd Schmidt  <bernd.schmidt@analog.com>
401
402         * elf32-bfin.c (bfd_const_reloc, bfd_oper_reloc, bfin_push_reloc,
403         RELOC_STACK_SIZE, reloc_stack, reloc_stack_tos, is_reloc_stack_empty,
404         reloc_stack_push, reloc_stack_pop, reloc_stack_operate,
405         bfin_areloc_howto_table): Delete.  All
406         uses deleted as well.
407         (bfin_reloc_map): Delete all stack relocs.
408         (bfin_info_to_howto, bfin_bfd_reloc_type_lookup,
409         bfin_reloc_type_lookup): Don't support them.
410         (bfin_relocate_section): Don't try to handle them.
411
412         * config.bfd (bfin-*-*): Add bfd_elf32_bfinfdpic_vec.
413         * configure.in: Likewise.
414         * configure: Regenerate.
415         * elf32-bfin.c: Include "elf/dwarf2.h" and "hashtab.h".
416         (BFIN_RELOC_MAX): Now 0x21.
417         (bfin_howto_table, bfin_reloc_map): Add FD-PIC relocs.
418         (bfd_elf32_bfinfdpic_vec): Declare.
419         (IS_FDPIC): New macro.
420         (struct bfinfdpic_elf_link_hash_table): New struct.
421         (bfinfdpic_hash_table, bfinfdpic_got_section,
422         bfinfdpic_gotrel_section, bfinfdpic_gotfixup_section,
423         bfinfdpic_plt_setion, bfinfdpic_pltrel_section,
424         bfinfdpic_relocs_info, bfinfdpic_got_initial_offset,
425         bfinfdpic_plt_initial_offset): Accessor macros for it.
426         (BFINFDPIC_SYM_LOCAL, BFINFDPIC_FUNCDESC_LOCAL): New macros.
427         (struct bfinfdpic_relocs_info): New struct.
428         (LZPLT_RESOLVER_EXTRA, LZPLT_NORMAL_SIZE, LZPLT_ENTRIES,
429         BFINFDPIC_LZPLT_BLOCK_SIZE, BFINFDPIC_LZPLT_RESOLV_LOC,
430         DEFAULT_STACK_SIZE): New macros.
431         (bfinfdpic_elf_link_hash_table_create, bfinfdpic_relocs_info_hash,
432         bfinfdpic_relocs_info_eq, bfinfdpics_relocs_info_find,
433         bfinfdpic_relocs_info_for_global, bfinfdpic_relocs_info_for_local,
434         bfinfdpic_pic_merge_early_relocs_info, _bfinfdpic_add_dyn_reloc,
435         _bfinfdpic_add_rofixup, _bfinfdpic_osec_to_segment,
436         _bfinfdpic_osec_readonly_p, bfinfdpic_relocate_section,
437         bfinfdpic_check_relocs, bfinfdpic_gc_sweep_hook,
438         _bfinfdpic_link_omit_section_dynsym, _bfin_create_got_section,
439         elf32_bfinfdpic_create_dynamic_sections, _bfinfdpic_get_fd_entry,
440         _bfinfdpic_compute_got_alloc_data, _bfinfdpic_get_got_entry,
441         _bfinfdpic_assign_got_entries, _bfinfdpic_assign_plt_entries,
442         _bfinfdpic_resolve_final_relocs_info,
443         elf32_bfinfdpic_size_dynamic_sections,
444         elf32_bfinfdpic_always_size_sections,
445         elf32_bfinfdpic_modify_segment_map,
446         _bfinfdpic_count_got_plt_entries,
447         elf32_bfinfdpic_finish_dynamic_sections,
448         elf32_bfinfdpic_adjust_dynamic_symbol,
449         elf32_bfinfdpic_finish_dynamic_symbol,
450         elf32_bfinfdpic_elf_use_relative_eh_frame,
451         elf32_bfinfdpic_elf_encode_eh_address,
452         elf32_bfin_object_p, bfin_elf_copy_private_bfd_data,
453         elf32_bfinfdpic_copy_private_bfd_data,
454         (struct _bfinfdpic_dynamic_got_info,
455         struct _bfinfdpic_dynamic_got_plt_info): New structs.
456         (elf32_bfin_print_private_bfd_data): Print PIC flags.
457         (elf32_bfin_merge_private_bfd_data): Extend to support FD-PIC.
458         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, elf32_bed,
459         elf_backend_got_header_size, bfd_elf32_bfd_link_hash_table_create,
460         elf_backend_always_size_sectinos, elf_backend_modify_segment_map,
461         bfd_elf32_bfd_copy_private_bfd_data,
462         elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
463         elf_backend_size_dynamic_sections, elf_backend_finish_dynamic_symbol,
464         elf_backend_finish_dynamic_sections, elf_backend_relocate_section,
465         elf_backend_can_make_relative_eh_frame, elf_backend_check_relocs,
466         elf_backend_can_make_ldsa_relative_eh_frame, elf_backend_may_use_rel_p,
467         elf_backend_may_use_rela_p, elf_backend_default_use_rela_p,
468         elf_backend_omit_section_dynsym): Redefine these macros and include
469         "elf32-target.h" again to create the elf32-bfinfdpic target.
470         * reloc.c (BFD_RELOC_BFIN_GOT17M4, BFD_RELOC_BFIN_GOTHI,
471         BFD_RELOC_BFIN_GOTLO, BFD_RELOC_BFIN_FUNCDESC,
472         BFD_RELOC_BFIN_FUNCDESC_GOT17M4, BFD_RELOC_BFIN_FUNCDESC_GOTHI,
473         BFD_RELOC_BFIN_FUNCDESC_GOTLO, BFD_RELOC_BFIN_FUNCDESC_VALUE,
474         BFD_RELOC_BFIN_FUNCDESC_GOTOFF17M4, BFD_RELOC_BFIN_FUNCDESC_GOTOFFHI,
475         BFD_RELOC_BFIN_FUNCDESC_GOTOFFLO, BFD_RELOC_BFIN_GOTOFFHI,
476         BFD_RELOC_BFIN_GOTOFFLO): New.
477         * targets.c (bfd_elf32_bfinfdpic_vec): New bfd_target.
478         (_bfd_target_vector): Add it.
479         * bfd-in2.h: Regenerate.
480         * libbfd.h: Regenerate.
481
482 2006-03-25  Richard Sandiford  <richard@codesourcery.com>
483
484         * cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as
485         incompatible.  Likewise MAC and EMAC code.
486         * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use
487         bfd_get_compatible to set the new bfd architecture.  Rely on it
488         to detect incompatibilities.
489
490 2006-03-23  Michael Matz  <matz@suse.de>
491
492         * reloc.c: Add BFD_RELOC_X86_64_GOT64, BFD_RELOC_X86_64_GOTPCREL64,
493         BFD_RELOC_X86_64_GOTPC64, BFD_RELOC_X86_64_GOTPLT64,
494         BFD_RELOC_X86_64_PLTOFF64.
495         * bfd-in2.h: Regenerated.
496         * libbfd.h: Regenerated.
497         * elf64-x86-64.c (x86_64_elf_howto_table): Correct comment.
498         Add howtos for above relocs.
499         (x86_64_reloc_map): Add mappings for new relocs.
500         (elf64_x86_64_check_relocs): R_X86_64_GOT64, R_X86_64_GOTPCREL64,
501         R_X86_64_GOTPLT64 need a got entry.  R_X86_64_GOTPLT64 also a PLT
502         entry.  R_X86_64_GOTPC64 needs a .got section.  R_X86_64_PLTOFF64
503         needs a PLT entry.
504         (elf64_x86_64_gc_sweep_hook): Reflect changes from
505         elf64_x86_64_check_relocs for the new relocs.
506         (elf64_x86_64_relocate_section): Handle new relocs.
507
508 2006-03-22  Bob Wilson  <bob.wilson@acm.org>
509
510         * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that
511         rel->r_addend is zero.
512
513 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
514
515         * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Fix type
516         of "loc".
517
518 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
519             Daniel Jacobowitz  <dan@codesourcery.com>
520             Phil Edwards  <phil@codesourcery.com>
521             Zack Weinberg  <zack@codesourcery.com>
522             Mark Mitchell  <mark@codesourcery.com>
523             Nathan Sidwell  <nathan@codesourcery.com>
524
525         * bfd-in2.h: Regenerate.
526         * config.bfd (mips*-*-vxworks*, mips*el-*-vxworks*): New stanzas.
527         * configure.in (bfd_elf32_bigmips_vxworks_vec): New stanza.
528         (bfd_elf32_littlemips_vxworks_vec): Likewise.
529         (bfd_elf32_bigmips_vec): Add elf-vxworks.lo.
530         (bfd_elf32_littlemips_vec): Likewise.
531         (bfd_elf32_nbigmips_vec): Likewise.
532         (bfd_elf32_nlittlemips_vec): Likewise.
533         (bfd_elf32_ntradbigmips_vec): Likewise.
534         (bfd_elf32_ntradlittlemips_vec): Likewise.
535         (bfd_elf32_tradbigmips_vec): Likewise.
536         (bfd_elf32_tradlittlemips_vec): Likewise.
537         (bfd_elf64_bigmips_vec): Likewise.
538         (bfd_elf64_littlemips_vec): Likewise.
539         (bfd_elf64_tradbigmips_vec): Likewise.
540         (bfd_elf64_tradlittlemips_vec): Likewise.
541         * elf32-mips.c: Include elf-vxworks.h.
542         (mips_info_to_howto_rel): Use elf_backend_mips_rtype_to_howto
543         instead of calling mips_elf32_rtype_to_howto directly.
544         (mips_vxworks_copy_howto_rela): New reloc howto.
545         (mips_vxworks_jump_slot_howto_rela): Likewise.
546         (mips_vxworks_bfd_reloc_type_lookup): New function.
547         (mips_vxworks_rtype_to_howto): Likewise.
548         (mips_vxworks_final_write_processing): Likewise.
549         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Override for VxWorks.
550         (TARGET_BIG_SYM, TARGET_BIG_NAME, elf_bed, ELF_MAXPAGESIZE): Likewise.
551         (elf_backend_want_got_plt): Likewise.
552         (elf_backend_want_plt_sym): Likewise.
553         (elf_backend_got_symbol_offset): Likewise.
554         (elf_backend_want_dynbss): Likewise.
555         (elf_backend_may_use_rel_p): Likewise.
556         (elf_backend_may_use_rela_p): Likewise.
557         (elf_backend_default_use_rela_p): Likewise.
558         (elf_backend_got_header_size: Likewise.
559         (elf_backend_plt_readonly): Likewise.
560         (bfd_elf32_bfd_reloc_type_lookup): Likewise.
561         (elf_backend_mips_rtype_to_howto): Likewise.
562         (elf_backend_adjust_dynamic_symbol): Likewise.
563         (elf_backend_finish_dynamic_symbol): Likewise.
564         (bfd_elf32_bfd_link_hash_table_create): Likewise.
565         (elf_backend_add_symbol_hook): Likewise.
566         (elf_backend_link_output_symbol_hook): Likewise.
567         (elf_backend_emit_relocs): Likewise.
568         (elf_backend_final_write_processing: Likewise.
569         (elf_backend_additional_program_headers): Likewise.
570         (elf_backend_modify_segment_map): Likewise.
571         (elf_backend_symbol_processing): Likewise.
572         * elfxx-mips.c: Include elf-vxworks.h.
573         (mips_elf_link_hash_entry): Add is_relocation_target and
574         is_branch_target fields.
575         (mips_elf_link_hash_table): Add is_vxworks, srelbss, sdynbss, srelplt,
576         srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields.
577         (MIPS_ELF_RELA_SIZE, MIPS_ELF_REL_DYN_NAME): New macros.
578         (MIPS_RESERVED_GOTNO): Take a mips_elf_link_hash_table argument.
579         Return 3 for VxWorks.
580         (ELF_MIPS_GP_OFFSET): Change the argument from a bfd to a
581         mips_elf_link_hash_table.  Return 0 for VxWorks.
582         (MIPS_ELF_GOT_MAX_SIZE): Change the argument from a bfd to a
583         mips_elf_link_hash_table.  Update the call to ELF_MIPS_GP_OFFSET.
584         (mips_vxworks_exec_plt0_entry): New variable.
585         (mips_vxworks_exec_plt_entry): Likewise.
586         (mips_vxworks_shared_plt0_entry): Likewise.
587         (mips_vxworks_shared_plt_entry): Likewise.
588         (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
589         (mips_elf_rel_dyn_section): Change the bfd argument to a
590         mips_elf_link_hash_table.  Use MIPS_ELF_REL_DYN_NAME to get
591         the name of the section.
592         (mips_elf_initialize_tls_slots): Update the call to
593         mips_elf_rel_dyn_section.
594         (mips_elf_gotplt_index): New function.
595         (mips_elf_local_got_index): Add an input_section argument.
596         Update the call to mips_elf_create_local_got_entry.
597         (mips_elf_got_page): Likewise.
598         (mips_elf_got16_entry): Likewise.
599         (mips_elf_create_local_got_entry): Add bfd_link_info and input_section
600         arguments.  Create dynamic relocations for each entry on VxWorks.
601         (mips_elf_merge_gots): Update the use of MIPS_ELF_GOT_MAX_SIZE.
602         (mips_elf_multi_got): Update the uses of MIPS_ELF_GOT_MAX_SIZE
603         and MIPS_RESERVED_GOTNO.
604         (mips_elf_create_got_section): Update the uses of
605         MIPS_ELF_GOT_MAX_SIZE.  Create .got.plt on VxWorks.
606         (is_gott_symbol): New function.
607         (mips_elf_calculate_relocation): Use a dynobj local variable.
608         Update the calls to mips_elf_local_got_index, mips_elf_got16_entry and
609         mips_elf_got_page_entry.  Set G to the .got.plt entry when calculating
610         VxWorks R_MIPS_CALL* relocations.  Calculate and use G for all GOT
611         relocations on VxWorks.  Add dynamic relocations for references
612         to the VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols.  Don't
613         create dynamic relocations for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64
614         in VxWorks executables.
615         (mips_elf_allocate_dynamic_relocations): Add a bfd_link_info argument.
616         Use MIPS_ELF_RELA_SIZE to calculate the size of a VxWorks entry.
617         Don't allocate a null entry on VxWorks.
618         (mips_elf_create_dynamic_relocation): Update the call to
619         mips_elf_rel_dyn_section.  Use absolute rather than relative
620         relocations for VxWorks, and make them RELA rather than REL.
621         (_bfd_mips_elf_create_dynamic_sections): Don't make .dynamic
622         read-only on VxWorks.  Update the call to mips_elf_rel_dyn_section.
623         Create the .plt, .rela.plt, .dynbss and .rela.bss sections on
624         VxWorks.  Likewise create the _PROCEDURE_LINKAGE_TABLE symbol.
625         Call elf_vxworks_create_dynamic_sections for VxWorks and
626         initialize the plt_header_size and plt_entry_size fields.
627         (_bfd_mips_elf_check_relocs): Don't allow GOT relocations to be
628         used in VxWorks executables.  Don't allocate dynamic relocations
629         for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 in VxWorks executables.
630         Set is_relocation_target for each symbol referenced by a relocation.
631         Allocate .rela.dyn entries for relocations against the special
632         VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols.  Create GOT
633         entries for all VxWorks R_MIPS_GOT16 relocations.  Don't allocate
634         a global GOT entry for symbols mentioned in VxWorks R_MIPS_CALL*,
635         R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 relocations.  Update the calls
636         to mips_elf_rel_dyn_section and mips_elf_allocate_dynamic_relocations.
637         Set is_branch_target for symbols mentioned in R_MIPS_PC16 or R_MIPS_26
638         relocations.  Don't set no_fn_stub on VxWorks.
639         (_bfd_mips_elf_adjust_dynamic_symbol): Update the call to
640         mips_elf_allocate_dynamic_relocations.
641         (_bfd_mips_vxworks_adjust_dynamic_symbol): New function.
642         (_bfd_mips_elf_always_size_sections): Do not allocate GOT page
643         entries for VxWorks, and do not create multiple GOTs.
644         (_bfd_mips_elf_size_dynamic_sections): Use MIPS_ELF_REL_DYN_NAME.
645         Handle .got specially for VxWorks.  Update the uses of
646         MIPS_RESERVED_GOTNO and mips_elf_allocate_dynamic_relocations.
647         Check for sgotplt and splt.  Allocate the .rel(a).dyn contents last,
648         once its final size is known.  Set DF_TEXTREL for VxWorks.  Add
649         DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL
650         tags on VxWorks.  Do not add the MIPS-specific tags for VxWorks.
651         (_bfd_mips_vxworks_finish_dynamic_symbol): New function.
652         (mips_vxworks_finish_exec_plt): Likewise.
653         (mips_vxworks_finish_shared_plt): Likewise.
654         (_bfd_mips_elf_finish_dynamic_sections): Remove an unncessary call
655         to mips_elf_rel_dyn_section.  Use a VxWorks-specific value of
656         DT_PLTGOT.  Handle DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL,
657         DT_PLTRELSZ and DT_JMPREL.  Update the uses of MIPS_RESERVED_GOTNO
658         and mips_elf_rel_dyn_section.  Use a different GOT header for
659         VxWorks.  Don't sort .rela.dyn on VxWorks.  Finish the PLT on VxWorks.
660         (_bfd_mips_elf_link_hash_table_create): Initialize the new
661         mips_elf_link_hash_table fields.
662         (_bfd_mips_vxworks_link_hash_table_create): New function.
663         (_bfd_mips_elf_final_link): Set the GP value to _GLOBAL_OFFSET_TABLE_
664         on VxWorks.  Update the call to ELF_MIPS_GP_OFFSET.
665         * elfxx-mips.h (_bfd_mips_vxworks_adjust_dynamic_symbol): Declare.
666         (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
667         (_bfd_mips_vxworks_link_hash_table_create): Likewise.
668         * libbfd.h: Regenerate.
669         * Makefile.am (elfxx-mips.lo): Depend on elf-vxworks.h.
670         (elf32-mips.lo): Likewise.
671         * Makefile.in: Regenerate.
672         * reloc.c (BFD_RELOC_MIPS_COPY, BFD_RELOC_MIPS_JUMP_SLOT): Declare.
673         * targets.c (bfd_elf32_bigmips_vxworks_vec): Declare.
674         (bfd_elf32_littlemips_vxworks_vec): Likewise.
675         (_bfd_target_vector): Add entries for them.
676
677 2006-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
678
679         * elf64-hppa.c (elf64_hppa_special_sections): Change flags for .tbss
680         section from SHF_PARISC_WEAKORDER to SHF_HP_TLS.
681         (elf_backend_special_sections): Remove #undef.
682
683 2006-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
684
685         * elf64-hppa.c (allocate_global_data_opd): Don't create an OPD entry
686         for undefined weak symbols.
687
688 2006-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
689
690         PR ld/2462
691         * elflink.c (bfd_elf_final_link): Remove
692         bed->elf_backend_emit_relocs from emit_relocs.
693
694 2006-03-17  Alexandre Oliva  <aoliva@redhat.com>
695
696         * elf32-ppc.c (ppc_elf_relocate_section): Copy addend from
697         first relocation to the second when relaxing TLS GD to LE;
698         zero it out when relaxing to IE.
699
700 2006-03-17  Alan Modra  <amodra@bigpond.net.au>
701
702         PR 2434
703         * elflink.c (elf_link_add_object_symbols): Save and restore
704         warning sym's linked sym.
705
706 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
707
708         PR 2434
709         * elflink.c (struct elf_smash_syms_data, elf_smash_syms): Delete.
710         (elf_link_add_object_symbols): Delete unnecessary locals.  Rename
711         hash_table -> htab.  Formatting.  Save entire symbol table
712         before loading as-needed syms, and restore afterwards if lib not
713         needed.  Use bfd_hash_allocate rather than bfd_alloc for sym
714         name.  Free some buffers earlier.
715         * bfd-in.h (struct bfd_hash_table): Add entsize.
716         (bfd_hash_table_init, bfd_hash_table_init_n): Adjust prototype.
717         * elf-bfd.h (_bfd_elf_link_hash_table_init): Likewise
718         * hash.c (bfd_hash_table_init_n): Add entsize param, save to
719         hash table.
720         (bfd_hash_table_init): Add param, adjust calls.
721         * aoutx.h: Adjust all hash_table_init functions and calls.
722         * bfd.c: Likewise.
723         * coff-arm.c: Likewise.
724         * coff-h8300.c: Likewise.
725         * coff-ppc.c: Likewise.
726         * cofflink.c: Likewise.
727         * ecoff.c: Likewise.
728         * ecofflink.c: Likewise.
729         * elf-m10300.c: Likewise.
730         * elf-strtab.c: Likewise.
731         * elf.c: Likewise.
732         * elf32-arm.c: Likewise.
733         * elf32-bfin.c: Likewise.
734         * elf32-cris.c: Likewise.
735         * elf32-frv.c: Likewise.
736         * elf32-hppa.c: Likewise.
737         * elf32-i386.c: Likewise.
738         * elf32-m32r.c: Likewise.
739         * elf32-m68hc1x.c: Likewise.
740         * elf32-m68k.c: Likewise.
741         * elf32-ppc.c: Likewise.
742         * elf32-s390.c: Likewise.
743         * elf32-sh.c: Likewise.
744         * elf32-vax.c: Likewise.
745         * elf64-alpha.c: Likewise.
746         * elf64-hppa.c: Likewise.
747         * elf64-ppc.c: Likewise.
748         * elf64-s390.c: Likewise.
749         * elf64-sh64.c: Likewise.
750         * elf64-x86-64.c: Likewise.
751         * elfxx-ia64.c: Likewise.
752         * elfxx-mips.c: Likewise.
753         * elfxx-sparc.c: Likewise.
754         * i386linux.c: Likewise.
755         * libaout.h: Likewise.
756         * libbfd-in.h: Likewise.
757         * libcoff-in.h: Likewise.
758         * linker.c: Likewise.
759         * m68klinux.c: Likewise.
760         * merge.c: Likewise.
761         * opncls.c: Likewise.
762         * pdp11.c: Likewise.
763         * sparclinux.c: Likewise.
764         * stabs.c: Likewise.
765         * sunos.c: Likewise.
766         * vms.c: Likewise.
767         * xcofflink.c: Likewise.
768         * section.c (struct section_hash_entry): Move to..
769         * libbfd-in.h: ..here.
770         * Makefile.am: Run "make dep-am"
771         * Makefile.in: Regenerate.
772         * bfd-in2.h: Regenerate.
773         * libbfd.h: Regenerate.
774         * libcoff.h: Regenerate.
775
776 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
777
778         * elf32-ppc.c (ppc_elf_check_relocs): REL24 and REL14 relocs
779         against __GLOBAL_OFFSET_TABLE__ need never be dynamic.  Tweak
780         last change to REL32 relocs so that they are counted as
781         possibly dynamic as per REL24 and REL14.
782
783 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
784
785         * elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24
786         checks from REL32.
787
788 2006-03-15  Ben Elliston  <bje@au.ibm.com>
789
790         * elf32-arm.c (elf32_arm_merge_eabi_attributes): Iterate over all
791         in_list elements, not just the first.
792         
793 2006-03-14  Richard Sandiford  <richard@codesourcery.com>
794
795         * elf32-mips.c (mips_elf_adjust_addend): New function, mostly split
796         out from...
797         (_bfd_mips_elf_relocate_section): ...here.  Use it to adjust r_addend
798         for final links too.
799
800 2006-03-13  Richard Sandiford  <richard@codesourcery.com>
801
802         * elfxx-mips.c (mips_elf_create_got_section): Initialize hgot.
803
804 2006-03-11  H.J. Lu  <hongjiu.lu@intel.com>
805
806         PR ld/2443
807         * dwarf2.c (concat_filename): Don't issue an error if file is 0.
808
809 2006-03-10  Paul Brook  <paul@codesourcery.com>
810
811         * elf32-arm.c (INTERWORK_FLAG): Handle EABIv5.
812         (elf32_arm_print_private_bfd_data): Ditto.
813
814 2006-03-09  Paul Brook  <paul@codesourcery.com>
815
816         * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Recognise additional
817         mapping symbols.
818
819 2006-03-09  Khem Raj  <khem@mvista.com>
820
821         * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned
822         char type.
823
824 2006-03-08  H.J. Lu  <hongjiu.lu@intel.com>
825
826         * elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
827
828 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
829             Daniel Jacobowitz  <dan@codesourcery.com>
830             Zack Weinberg  <zack@codesourcery.com>
831             Nathan Sidwell  <nathan@codesourcery.com>
832             Paul Brook  <paul@codesourcery.com>
833             Ricardo Anguiano  <anguiano@codesourcery.com>
834             Phil Edwards  <phil@codesourcery.com>
835
836         * configure.in (bfd_elf32_bigarm_vec): Include elf-vxworks.lo.
837         (bfd_elf32_bigarm_symbian_vec): Likewise.
838         (bfd_elf32_bigarm_vxworks_vec): Likewise.
839         (bfd_elf32_littlearm_vec): Likewise.
840         (bfd_elf32_littlearm_symbian_vec): Likewise.
841         (bfd_elf32_littlearm_vxworks_vec): Likewise.
842         * configure: Regenerate.
843         * elf32-arm.c: Include libiberty.h and elf-vxworks.h.
844         (RELOC_SECTION, RELOC_SIZE, SWAP_RELOC_IN, SWAP_RELOC_OUT): New macros.
845         (elf32_arm_vxworks_bed): Add forward declaration.
846         (elf32_arm_howto_table_1): Fix the masks for R_ASM_ABS12.
847         (elf32_arm_vxworks_exec_plt0_entry): New table.
848         (elf32_arm_vxworks_exec_plt_entry): Likewise.
849         (elf32_arm_vxworks_shared_plt_entry): Likewise.
850         (elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields.
851         (reloc_section_p): New function.
852         (create_got_section): Use RELOC_SECTION.
853         (elf32_arm_create_dynamic_sections): Likewise.  Call
854         elf_vxworks_create_dynamic_sections for VxWorks targets.
855         Choose between the two possible values of plt_header_size
856         and plt_entry_size.
857         (elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2.
858         (elf32_arm_abs12_reloc): New function.
859         (elf32_arm_final_link_relocate): Call it.  Allow the creation of
860         dynamic R_ARM_ABS12 relocs on VxWorks.  Use reloc_section_p,
861         RELOC_SIZE, SWAP_RELOC_OUT and RELOC_SECTION.  Initialize the
862         r_addend fields of relocs.  On rela targets, skip any code that
863         adjusts in-place addends.  When using _bfd_link_final_relocate
864         to perform a final relocation, pass rel->r_addend as the addend
865         argument.
866         (elf32_arm_merge_private_bfd_data): If one of the bfds is a VxWorks
867         object, ignore flags that are not standard on VxWorks.
868         (elf32_arm_check_relocs): Allow the creation of dynamic R_ARM_ABS12
869         relocs on VxWorks.  Use reloc_section_p.
870         (elf32_arm_adjust_dynamic_symbol): Use RELOC_SECTION and RELOC_SIZE.
871         (allocate_dynrelocs): Use RELOC_SIZE.  Account for the size of
872         .rela.plt.unloaded relocs on VxWorks targets.
873         (elf32_arm_size_dynamic_sections): Use RELOC_SIZE.  Check for
874         .rela.plt.unloaded as well as .rel(a).plt.  Add DT_RELA* tags
875         instead of DT_REL* tags on RELA targets.
876         (elf32_arm_finish_dynamic_symbol): Use RELOC_SECTION, RELOC_SIZE
877         and SWAP_RELOC_OUT.  Initialize r_addend fields.  Handle VxWorks
878         PLT entries.  Do not make _GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
879         (elf32_arm_finish_dynamic_sections): Use RELOC_SECTION, RELOC_SIZE
880         and SWAP_RELOC_OUT.  Initialize r_addend fields.  Handle DT_RELASZ
881         like DT_RELSZ.  Handle the VxWorks form of initial PLT entry.
882         Correct the .rela.plt.unreloaded symbol indexes.
883         (elf32_arm_output_symbol_hook): Call the VxWorks version of this
884         hook on VxWorks targets.
885         (elf32_arm_vxworks_link_hash_table_create): Set vxworks_p to true.
886         Minor formatting tweak.
887         (elf32_arm_vxworks_final_write_processing): New function.
888         (elf_backend_add_symbol_hook): Override for VxWorks and reset
889         for Symbian.
890         (elf_backend_final_write_processing): Likewise.
891         (elf_backend_emit_relocs): Likewise.
892         (elf_backend_want_plt_sym): Likewise.
893         (ELF_MAXPAGESIZE): Likewise.
894         (elf_backend_may_use_rel_p): Minor formatting tweak.
895         (elf_backend_may_use_rela_p): Likewise.
896         (elf_backend_default_use_rela_p): Likewise.
897         (elf_backend_rela_normal): Likewise.
898         * Makefile.in (elf32-arm.lo): Depend on elf-vxworks.h.
899
900 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
901
902         * archures.c (bfd_mach_mcf_isa_a_nodiv, bfd_mach_mcf_isa_b_nousp):
903         New.  Adjust other variants.
904         (bfd_default_scan): Update.
905         * bfd-in2.h: Rebuilt.
906         * cpu-m68k.c: Adjust.
907         (bfd_m68k_compatible): New. Use it for architectures.
908         * elf32-m68k.c (elf32_m68k_object_p): Adjust.
909         (elf32_m68k_merge_private_bfd_data): Adjust.  Correct isa-a/b
910         mismatch.
911         (elf32_m68k_print_private_bfd_data): Adjust.
912         * ieee.c (ieee_write_processor): Adjust.
913         
914 2006-03-06  Alan Modra  <amodra@bigpond.net.au>
915
916         * dwarf2.c: Formatting.
917         (add_line_info): Remove outer loop.
918
919 2006-03-05  H.J. Lu  <hongjiu.lu@intel.com>
920             Alan Modra  <amodra@bigpond.net.au>
921
922         PR binutils/2338
923         * dwarf2.c (loadable_section): New struct.
924         (dwarf2_debug): Add loadable_section_count and
925         loadable_sections.
926         (new_line_sorts_after): New.
927         (add_line_info): Use new_line_sorts_after to compare line
928         addresses.
929         (check_function_name): Removed.
930         (unset_sections): New.
931         (place_sections): New.
932         (_bfd_dwarf2_find_nearest_line): Updated. Call place_sections
933         and unset_sections on relocatable files.
934         (_bfd_dwarf2_find_line): Likewise.
935
936 2006-03-03  Nick Clifton  <nickc@redhat.com>
937
938         * cpu-avr.c: Update to ISO-C90 formatting.
939         * elf32-avr.c: Likewise.
940
941 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
942
943         * elf32-avr.c (avr_reloc_map): Insert BFD_RELOC_AVR_MS8_LDI
944         and R_AVR_MS8_LDI 
945         (bfd_elf_avr_final_write_processing): Set
946         EF_AVR_LINKRELAX_PREPARED in e_flags field.
947         (elf32_avr_relax_section): New function.
948         (elf32_avr_relax_delete_bytes): New function.
949         (elf32_avr_get_relocated_section_contents): New function.
950         (avr_pc_wrap_around): New function.
951         (avr_relative_distance_considering_wrap_around): New function.
952         (avr_final_link_relocate): Handle negative int8t_t immediate for R_AVR_LDI.
953         * reloc.c: Add BFD_RELOC_AVR_MS8_LDI and BFD_RELOC_AVR_LDI_NEG
954         * libbfd.h: Regenerate.
955         * bfd-in2.h: Regenerate.
956
957 2006-03-02  DJ Delorie  <dj@redhat.com>
958
959         * elf32-m32c.c (m32c_offset_for_reloc): Fix local symbol
960         calculations.
961
962 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
963
964         * elf32-ppc.c (is_ppc_elf_target): Return true if the target is
965         bfd_elf32_powerpc_vxworks_vec.
966
967 2006-03-02  Nick Clifton  <nickc@redhat.com>
968
969         * elf32-m32c.c (m32c_elf_relax_section): Initialise 'gap'.
970
971 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
972
973         * elf32-i386.c (elf_i386_create_dynamic_sections): Use
974         elf_vxworks_create_dynamic_sections.
975         (elf_i386_size_dynamic_sections): Remove VxWorks GOT and PLT
976         symbol handling.
977         * elf32-ppc.c (ppc_elf_create_dynamic_sections): Use
978         elf_vxworks_create_dynamic_sections.
979         (ppc_elf_size_dynamic_sections): Remove VxWorks GOT and PLT
980         symbol handling.
981         * elf-vxworks.c (elf_vxworks_create_dynamic_sections): New function.
982         * elf-vxworks.h (elf_vxworks_create_dynamic_sections): Declare.
983
984 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
985
986         * elf32-i386.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
987         (elf_backend_link_output_symbol_hook): Use
988         elf_vxworks_link_output_symbol_hook instead.
989         * elf32-ppc.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
990         (elf_backend_link_output_symbol_hook): Use
991         elf_vxworks_link_output_symbol_hook instead.
992         * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Provide the
993         same interface as elf_backend_link_output_symbol_hook.
994         * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Update
995         prototype accordingly.
996
997 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
998
999         * elf32-ppc.c (ppc_elf_plt_type): New enumeration.
1000         (ppc_elf_link_hash_table): Replace old_got and new_got with
1001         plt_type and can_use_new_plt.
1002         (ppc_elf_create_dynamic_sections): Add SEC_HAS_CONTENTS,
1003         SEC_LOAD and SEC_READONLY to the VxWorks .plt flags.
1004         (ppc_elf_check_relocs): Set can_use_new_plt instead of new_plt.
1005         Move from plt_type == PLT_UNSET to PLT_OLD instead of setting old_plt.
1006         (ppc_elf_select_plt_layout): Move from plt_type == PLT_UNSET to
1007         either plt_type == PLT_OLD or plt_type == PLT_NEW.  Assert that
1008         this function should not be called for VxWorks targets.
1009         (ppc_elf_tls_setup): Use plt_type instead of old_got.
1010         (allocate_got): Likewise.  Rearrange so that max_before_header
1011         is only used for PLT_OLD and PLT_NEW.
1012         (allocate_dynrelocs): Use plt_type instead of old_got and is_vxworks.
1013         (ppc_elf_size_dynamic_sections): Likewise.
1014         (ppc_elf_relax_section): Likewise.
1015         (ppc_elf_relocate_section): Likewise.
1016         (ppc_elf_finish_dynamic_symbol): Likewise.
1017         (ppc_elf_vxworks_link_hash_table_create): Initialize plt_type.
1018
1019 2006-02-28  Richard Sandiford  <richard@codesourcery.com>
1020
1021         * elf32-i386.c (elf_i386_link_hash_table): Add next_tls_desc_index.
1022         (elf_i386_link_hash_table_create): Initialize it.
1023         (elf_i386_compute_jump_table_size): Use it instead of
1024         srelplt->reloc_count.
1025         (allocate_dynrelocs): Likewise.
1026         (elf_i386_size_dynamic_sections): Likewise.
1027         (elf_i386_relocate_section): Likewise.
1028         
1029 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
1030
1031         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle S flag.
1032         (_bfd_elf_write_section_eh_frame): Likewise.
1033
1034 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
1035
1036         * po/Make-in: Add html target.
1037
1038 2006-02-27  Richard Sandiford  <richard@codesourcery.com>
1039
1040         * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the
1041         cached hgot entry to check for _GLOBAL_OFFSET_TABLE_.
1042         * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Likewise.
1043         * elf32-bfin.c (bfin_finish_dynamic_symbol): Likewise.
1044         * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
1045         * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
1046         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
1047         * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise.
1048         * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Likewise.
1049         * elf32-sh.c (sh_elf_finish_dynamic_symbol): Likewise.
1050         * elf32-vax.c (elf_vax_finish_dynamic_symbol): Likewise.
1051         * elf32-xtensa.c (elf_xtensa_finish_dynamic_symbol): Likewise.
1052         * elf64-sh64.c (sh64_elf64_finish_dynamic_symbol): Likewise.
1053         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likewise.
1054         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
1055         * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise.  Also use
1056         the cached hplt entry to check for _PROCEDURE_LINKAGE_TABLE_.
1057         * elf64-alpha.c (elf64_alpha_finish_dynamic_symbol): Likewise.
1058         * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
1059         * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Likewise.
1060         * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
1061
1062 2006-02-25  Richard Sandiford  <richard@codesourcery.com>
1063
1064         * elf-bfd.h (elf_link_hash_table): Add hplt field.
1065         * elflink.c (_bfd_elf_create_dynamic_sections): Initialize it.
1066         * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
1067         * elf32-frv.c (_frv_create_got_section): Likewise.
1068         * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
1069         * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1070         * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
1071         * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
1072         * elf32-i386.c (elf_i386_link_hash_table): Remove hgot and hplt.
1073         (elf_i386_link_hash_table_create): Don't initialize them.
1074         (elf_i386_size_dynamic_sections): Use the generic ELF hplt and
1075         hgot fields.
1076         (elf_i386_finish_dynamic_symbol): Likewise.
1077         * elf32-ppc.c (ppc_elf_link_hash_table): Remove hplt.
1078         (ppc_elf_size_dynamic_sections): Use the generic ELF hplt fields.
1079         (ppc_elf_finish_dynamic_symbol): Likewise.
1080         
1081 2006-02-24  DJ Delorie  <dj@redhat.com>
1082
1083         * elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
1084         (m32c_elf_relocate_section): Don't relocate them.
1085         (compare_reloc): New.
1086         (relax_reloc): Remove.
1087         (m32c_offset_for_reloc): New.
1088         (m16c_addr_encodings): New.
1089         (m16c_jmpaddr_encodings): New.
1090         (m32c_addr_encodings): New.
1091         (m32c_elf_relax_section): Relax jumps and address displacements.
1092         (m32c_elf_relax_delete_bytes): Adjust for internal syms.  Fix up
1093         short jumps.
1094
1095         * reloc.c: Add m32c relax relocs.
1096         * libbfd.h: Regenerate.
1097         * bfd-in2.h: Regenerate.
1098         
1099 2006-02-24  H.J. Lu  <hongjiu.lu@intel.com>
1100
1101         PR ld/2218
1102         * elf-bfd.h (elf_backend_data): Add elf_backend_fixup_symbol.
1103         (_bfd_elf_link_hash_fixup_symbol): New.
1104
1105         * elflink.c (_bfd_elf_link_hash_fixup_symbol): New.
1106         (_bfd_elf_fix_symbol_flags): Call elf_backend_fixup_symbol if
1107         it isn't NULL.
1108
1109         * elfxx-ia64.c (elf_backend_fixup_symbol): Defined.
1110
1111         * elfxx-target.h (elf_backend_fixup_symbol): New.
1112         (elfNN_bed): Initialize elf_backend_fixup_symbol.
1113
1114 2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1115
1116         * cpu-ia64-opc.c (ins_immu5b): New.
1117         (ext_immu5b): Likewise.
1118         (elf64_ia64_operands): Add IMMU5b.
1119
1120 2006-02-21  Alan Modra  <amodra@bigpond.net.au>
1121
1122         PR ld/2218
1123         * elf32-arm.c (allocate_dynrelocs): Ensure undef weak sym in pie
1124         is dynamic.
1125         * elf32-hppa.c (allocate_dynrelocs): Likewise.
1126         * elf32-i386.c (allocate_dynrelocs): Likewise.
1127         * elf32-s390.c (allocate_dynrelocs): Likewise.
1128         * elf32-sh.c (allocate_dynrelocs): Likewise.
1129         * elf64-s390.c (allocate_dynrelocs): Likewise.
1130         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1131         * elf32-m32r.c (allocate_dynrelocs): Likewise.  Discard relocs
1132         on undef weak with non-default visibility too.
1133         * elfxx-sparc.c (allocate_dynrelocs): Ditto.
1134
1135 2006-02-21  Alan Modra  <amodra@bigpond.net.au>
1136
1137         * bfd.c: (_bfd_default_error_handler): Don't call abort on
1138         error, instead call _exit.
1139         (_bfd_abort): Call _exit not xexit.
1140
1141 2006-02-17  Kevin Buettner  <kevinb@redhat.com>
1142
1143         * elf32-frv.c (elf32_frv_grok_prstatus, elf32_frv_grok_psinfo):
1144         New functions.
1145         * elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
1146
1147 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
1148             Anil Paranjape   <anilp1@kpitcummins.com>
1149             Shilin Shakti    <shilins@kpitcummins.com>
1150
1151         * Makefile.am: Add xc16x related entry 
1152         * Makefile.in: Regenerate 
1153         * archures.c: Add bfd_xc16x_arch 
1154         * bfd-in2.h: Regenerate
1155         * config.bfd: Add xc16x-*-elf
1156         * configure.in: Add bfd_elf32_xc16x_vec
1157         * configure: Regenerate.
1158         * targets.c: Added xc16x related information
1159         * cpu-xc16x.c: New file
1160         * reloc.c: Add new relocations specific to xc16x:
1161         BFD_RELOC_XC16X_PAG, BFD_RELOC_XC16X_POF, BFD_RELOC_XC16X_SEG,
1162         BFD_RELOC_XC16X_SOF     
1163         * elf32-xc16x.c: New file.
1164
1165 2006-02-17  Alan Modra  <amodra@bigpond.net.au>
1166
1167         * elf32-ppc.c (allocate_dynrelocs): Tweak undef weak handling.
1168         * elf64-ppc.c (allocate_dynrelocs): Likewise.
1169
1170 2006-02-17  Alan Modra  <amodra@bigpond.net.au>
1171
1172         PR ld/2218
1173         * elf64-ppc.c (allocate_dynrelocs): Ensure undef weak sym is
1174         dynamic.
1175         (ppc64_elf_relocate_section): Check output reloc section size.
1176         * elf32-ppc.c (allocate_dynrelocs): Simplify undef weak test.
1177
1178 2006-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1179
1180         PR ld/2322
1181         * elf.c (get_segment_type): New function.
1182         (_bfd_elf_print_private_bfd_data): Use it.
1183         (print_segment_map): New function.
1184         (assign_file_positions_for_segments): Call print_segment_map
1185         when there are not enough room for program headers.
1186
1187 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
1188
1189         * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use
1190         traditional MIPS ELF targets.
1191
1192 2006-02-15  H.J. Lu  <hongjiu.lu@intel.com>
1193
1194         PR binutils/2338
1195         * dwarf2.c (check_function_name): New function.
1196         (_bfd_dwarf2_find_nearest_line): Use check_function_name to
1197         check if function is correct.
1198
1199 2006-02-16  Alan Modra  <amodra@bigpond.net.au>
1200
1201         * elflink.c (_bfd_elf_default_action_discarded): Return 0 for
1202         debug sections.
1203         (elf_link_input_bfd): Adjust comments.
1204
1205 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1206
1207         * elf.c (copy_private_bfd_data): Minor update.
1208
1209 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1210
1211         PR binutils/2258
1212         * elf.c (copy_private_bfd_data): Renamed to ...
1213         (rewrite_elf_program_header): This.
1214         (copy_elf_program_header): New function.
1215         (copy_private_bfd_data): Likewise.
1216
1217 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1218
1219         * archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
1220         bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_mach_mcf528x,
1221         bfd_mach_mcfv4e, bfd_mach_mcf521x, bfd_mach_mcf5249,
1222         bfd_mach_mcf547x, bfd_mach_mcf548x): Remove.
1223         (bfd_mach_mcf_isa_a, bfd_mach_mcf_isa_a_div,
1224         bfd_mach_mcf_isa_a_div_mac, bfd_mach_mcf_isa_a_div_emac,
1225         bfd_mach_mcf_isa_aplus, bfd_mach_mcf_isa_aplus_mac,
1226         bfd_mach_mcf_isa_aplus_emac, bfd_mach_mcf_isa_aplus_usp,
1227         bfd_mach_mcf_isa_aplus_usp_mac, bfd_mach_mcf_isa_aplus_usp_emac,
1228         bfd_mach_mcf_isa_b, bfd_mach_mcf_isa_b_mac, bfd_mach_mcf_isa_b_emac,
1229         bfd_mach_mcf_isa_b_usp_float, bfd_mach_mcf_isa_b_usp_float_mac,
1230         bfd_mach_mcf_isa_b_usp_float_emac): New.
1231         (bfd_default_scan): Update coldfire mapping.
1232         * bfd-in.h (bfd_m68k_mach_to_features,
1233         bfd_m68k_features_to_mach): Declare.
1234         * bfd-in2.h: Rebuilt.
1235         * cpu-m68k.c (arch_info_struct): Add new coldfire machines,
1236         adjust legacy names.
1237         (m68k_arch_features): New.
1238         (bfd_m68k_mach_to_features,
1239         bfd_m68k_features_to_mach): Define.
1240         * elf32-m68k.c (elf32_m68k_object_p): New.
1241         (elf32_m68k_merge_private_bfd_data): Merge the CF EF flags.
1242         (elf32_m68k_print_private_bfd_data): Print the CF EF flags.
1243         (elf_backend_object_p): Define.
1244         * ieee.c (ieee_write_processor): Update coldfire machines.
1245         * libbfd.h: Rebuilt.
1246
1247 2006-02-06  Steve Ellcey  <sje@cup.hp.com>
1248
1249         * elfxx-ia64.c (elfNN_ia64_fake_sections): Set SHF_IA_64_HP_TLS
1250         if SHF_TLS is set.
1251
1252 2006-02-05  Arnold Metselaar  <arnold.metselaar@planet.nl>
1253
1254         * coff-z80.c (r_imm24): New howto. 
1255         (rtype2howto): New case R_IMM24.
1256         (coff_z80_reloc_type_lookup): New case BFD_RELOC_24.
1257         (extra_case): Use bfd_get_8 for R_IMM8, new case R_IMM24.
1258
1259 2006-02-04  Richard Sandiford  <richard@codesourcery.com>
1260
1261         * elfxx-mips.c (mips_elf_initialize_tls_index): If a TLS symbol
1262         has already been assigned a GOT index, copy that index to the
1263         current hash table entry.
1264
1265 2006-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1266
1267         * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
1268         for call-to-undefweak reloc overflow.
1269
1270 2006-01-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
1271
1272         * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
1273         for 32-bit relocs overflow.
1274
1275 2006-01-27  Paul Brook  <paul@codesourcery.com>
1276
1277         * elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
1278         objects.
1279
1280 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
1281
1282         Introduce TLS descriptors for i386 and x86_64.
1283         * reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
1284         BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
1285         BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
1286         * libbfd.h, bfd-in2.h: Rebuilt.
1287         * elf32-i386.c (elf_howto_table): New relocations.
1288         (R_386_tls): Adjust.
1289         (elf_i386_reloc_type_lookup): Map new relocations.
1290         (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
1291         (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
1292         (struct elf_i386_link_hash_entry): Add tlsdesc_got field.
1293         (struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
1294         (elf_i386_local_tlsdesc_gotent): New macro.
1295         (struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
1296         (elf_i386_compute_jump_table_size): New macro.
1297         (link_hash_newfunc): Initialize tlsdesc_got.
1298         (elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
1299         (elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
1300         R_386_TLS_DESC_CALL.
1301         (elf_i386_check_relocs): Likewise.  Allocate space for
1302         local_tlsdesc_gotent.
1303         (elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
1304         R_386_TLS_DESC_CALL.
1305         (allocate_dynrelocs): Count function PLT relocations.  Reserve
1306         space for TLS descriptors and relocations.
1307         (elf_i386_size_dynamic_sections): Reserve space for TLS
1308         descriptors and relocations.  Set up sgotplt_jump_table_size.
1309         Don't zero reloc_count in srelplt.
1310         (elf_i386_always_size_sections): New.  Set up _TLS_MODULE_BASE_.
1311         (elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
1312         R_386_TLS_DESC_CALL.
1313         (elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
1314         (elf_backend_always_size_sections): Define.
1315         * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
1316         R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
1317         (R_X86_64_standard): Adjust.
1318         (x86_64_reloc_map): Map new relocs.
1319         (elf64_x86_64_rtype_to_howto): New, split out of...
1320         (elf64_x86_64_info_to_howto): ... this function, and...
1321         (elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
1322         (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
1323         (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
1324         (struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
1325         (struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
1326         (elf64_x86_64_local_tlsdesc_gotent): New macro.
1327         (struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
1328         tlsdesc_got and sgotplt_jump_table_size fields.
1329         (elf64_x86_64_compute_jump_table_size): New macro.
1330         (link_hash_newfunc): Initialize tlsdesc_got.
1331         (elf64_x86_64_link_hash_table_create): Initialize new fields.
1332         (elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
1333         R_X86_64_TLSDESC_CALL.
1334         (elf64_x86_64_check_relocs): Likewise.  Allocate space for
1335         local_tlsdesc_gotent.
1336         (elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
1337         R_X86_64_TLSDESC_CALL.
1338         (allocate_dynrelocs): Count function PLT relocations.  Reserve
1339         space for TLS descriptors and relocations.
1340         (elf64_x86_64_size_dynamic_sections): Reserve space for TLS
1341         descriptors and relocations.  Set up sgotplt_jump_table_size,
1342         tlsdesc_plt and tlsdesc_got.  Make room for them.  Don't zero
1343         reloc_count in srelplt.  Add dynamic entries for DT_TLSDESC_PLT
1344         and DT_TLSDESC_GOT.
1345         (elf64_x86_64_always_size_sections): New.  Set up
1346         _TLS_MODULE_BASE_.
1347         (elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
1348         R_386_TLS_DESC_CALL.
1349         (elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
1350         (elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
1351         DT_TLSDESC_GOT.  Set up TLS descriptor lazy resolver PLT entry.
1352         (elf_backend_always_size_sections): Define.
1353
1354 2006-01-17  H.J. Lu  <hongjiu.lu@intel.com>
1355
1356         PR binutils/2096
1357         * dwarf2.c (comp_unit_contains_address): Update comment.
1358         (_bfd_dwarf2_find_nearest_line): Use section's vma, instead of
1359         lma.  Return TRUE only if both comp_unit_contains_address and
1360         comp_unit_find_nearest_line return TRUE.
1361         (_bfd_dwarf2_find_line): Use section's vma, instead of lma.
1362
1363 2006-01-18  Alan Modra  <amodra@bigpond.net.au>
1364
1365         * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
1366         (bfd_elf_gc_mark_dynamic_ref_symbol): Declare.
1367         * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Rename from
1368         elf_gc_mark_dynamic_ref_symbol.  Make global.
1369         (bfd_elf_gc_sections): Call bed->gc_mark_dynamic_ref.
1370         * elfxx-target.h (elf_backend_gc_mark_dynamic_ref): Define.
1371         (elfNN_bed): Init new field.
1372         * elf64-ppc.c (elf_backend_gc_mark_dynamic_ref): Define.
1373         (ppc64_elf_gc_mark_dynamic_ref): New function.
1374
1375 2006-01-17  Alan Modra  <amodra@bigpond.net.au>
1376
1377         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.
1378
1379 2006-01-17  Nick Clifton  <nickc@redhat.com>
1380
1381         PR binutils/2159
1382         * elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused
1383         parameters.
1384
1385 2006-01-11  Nick Clifton  <nickc@redhat.com>
1386
1387         * elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry
1388         into the newly (re)allocated map array.
1389
1390 2006-01-09  Alexis Wilke  <alexis_wilke@yahoo.com>
1391
1392         * peXXigen.c (tbl): Add comma after "HIGH3ADJ".
1393
1394 2006-01-01  Jakub Jelinek  <jakub@redhat.com>
1395
1396         * elf64-ppc.c (ppc64_elf_action_discarded): Return 0
1397         for .toc1 section.
1398
1399 For older changes see ChangeLog-2005
1400 \f
1401 Local Variables:
1402 mode: change-log
1403 left-margin: 8
1404 fill-column: 74
1405 version-control: never
1406 End: