2009-10-08 Tristan Gingold <gingold@adacore.com>
[external/binutils.git] / bfd / ChangeLog
1 2009-10-08  Tristan Gingold  <gingold@adacore.com>
2
3         * config.bfd: Add bfd_mach_o_i386_vec in x86_64-darwin targ_selvecs.
4
5 2009-10-06  H.J. Lu  <hongjiu.lu@intel.com>
6
7         * bfd-in2.h: Regenerated.
8
9 2009-10-02  Alan Modra  <amodra@bigpond.net.au>
10
11         * aout-cris.c (N_SHARED_LIB): Don't define.
12         * hp300bsd.c (N_SHARED_LIB): Don't define.
13         * i386bsd.c (N_SHARED_LIB): Don't define.
14         * i386linux.c (N_SHARED_LIB): Don't define.
15         * i386lynx.c (N_SHARED_LIB): Don't define.
16         * m68klinux.c (N_SHARED_LIB): Don't define.
17         * m88kmach3.c (N_SHARED_LIB): Don't define.
18         * mipsbsd.c (N_SHARED_LIB): Don't define.
19         * newsos3.c (N_SHARED_LIB): Don't define.
20         * pc532-mach.c (N_SHARED_LIB): Don't define.
21         * pdp11.c (N_SHARED_LIB): Don't define.
22         * sparclinux.c (N_SHARED_LIB): Don't define.
23         * vaxbsd.c (N_SHARED_LIB): Don't define.
24
25 2009-10-01  Dave Korn  <dave.korn.cygwin@gmail.com>
26
27         * cofflink.c (_bfd_coff_generic_relocate_section): Look for the aux
28         symbol for a weak undef in the auxbfd, not the input bfd.
29
30 2009-10-01  Ulrich Weigand  <uweigand@de.ibm.com>
31
32         * elf32-spu.c (spu_elf_auto_overlay): Insert icache linker script
33         after .toe instead of before .text section.  Set the LMA of all
34         overlay sections to their icache IA address.
35         (spu_elf_find_overlays): Determine icache set id without reference
36         to the LMA.
37
38 2009-09-30  Tristan Gingold  <gingold@adacore.com>
39
40         * configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
41
42 2009-09-29  H.J. Lu  <hongjiu.lu@intel.com>
43
44         * elf64-x86-64.c (elf64_x86_64_append_rela): New.
45         (elf64_x86_64_relocate_section): Use it.
46         (elf64_x86_64_finish_dynamic_symbol): Likewise.
47
48 2009-09-29  DJ Delorie  <dj@redhat.com>
49
50         * Makefile.am (ALL_MACHINES): Add cpu-rx.lo.
51         (ALL_MACHINES_CFILES): Add cpu-rx.c.
52         (BFD32_BACKENDS): Add elf32-rx.lo.
53         (BFD32_BACKENDS_CFILES): Add elf32-rx.c.
54         * archures.c (bfd_architecture): Add bfd_arch_rx and bfd_mach_rx.
55         Export bfd_rx_arch.
56         (bfd_archures_list): Add bfd_rx_arch.
57         * config.bfd: Add entry for rx-*-elf.
58         * configure.in: Add entries for bfd_elf32_rx_le_vec and
59         bfd_elf32_rx_be_vec.
60         * reloc.c: Add RX relocations.
61         * targets.c: Add RX target vectors.
62         * Makefile.in: Regenerate.
63         * bfd-in2.h: Regenerate.
64         * configure: Regenerate.
65         * libbfd.h: Regenerate.
66         * cpu-rx.c: New file.
67         * elf32-rx.c: New file.
68
69 2009-09-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
70
71         * elf32-cr16.c (elf32_cr16_relocate_section): Removed
72         info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case. 
73
74 2009-09-28  Nick Clifton  <nickc@redhat.com>
75
76         PR 10478: Accepting Solaris binaries.
77         * elf.c (bfd_section_from_shdr): Allow SHN_BEFORE and SHN_AFTER
78         section link values in x86 binaries.
79         * elfcode.h (elf_object_p): Likewise.
80
81 2009-09-28  Philippe De Muyter  <phdm@macqel.be>
82
83         * elf32-m68k.c (elf_m68k_final_write_processing): New function.
84         (elf_backend_final_write_processing): Macro defined as above function.
85
86 2009-09-25  Martin Thuresson  <martint@google.com>
87
88         Update sources to make alpha and arm targets compile cleanly with
89         -Wc++-compat:
90         * ecoff.c: Add casts.
91         * ecofflink.c: Add casts.
92         * elf64-alpha.c: Add casts.
93         (struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
94         to top level.
95         (SKIP_HOWTO): Use enum name.
96         * elf32-arm.c: Add casts.
97         (elf32_arm_vxworks_bed): Update code to avoid multiple
98         declarations.
99         (struct map_stub): Move to top level.
100
101 2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
102
103         PR ld/10630
104         * elflink.c (elf_link_output_extsym): Turn off visibility on
105         local symbol.
106         (bfd_elf_final_link): Turn off visibility on dynamic local
107         symbol.
108
109 2009-09-24  Alan Modra  <amodra@bigpond.net.au>
110
111         PR binutils/10654
112         * dwarf2.c (lookup_address_in_line_info_table): Remove workaround
113         for invalid location lists generated by gcc-2.95 and Intel 6.0 C++.
114         Remove "function" parm, adjust caller.
115
116 2009-09-23  Matt Rice  <ratmice@gmail.com>
117
118         * bfd-in.h (bfd_elf_size_dynamic_sections): Add audit and depaudit
119         arguments.
120         * elflink.c (bfd_elf_size_dynamic_sections): Generate DT_AUDIT,
121         DT_DEPAUDIT from audit/depaudit arguments.
122         (elf_finalize_dynstr): Finalize DT_AUDIT and DT_DEPAUDIT strtab entries.
123         (elf_link_add_object_symbols): Set dt_audit target data when finding a
124         DT_AUDIT.
125         * bfd-in2.h: Regenerate.
126         * bfd-elf.h: Add dt_audit to elf_obj_tdata, and elf_dt_audit macro.
127
128 2009-09-23  Jie Zhang  <jie.zhang@analog.com>
129
130         * elf32-bfin.c (_bfinfdpic_size_got_plt): Make sure empty
131         .rel.plt and .plt sections are removed.
132         (elf32_bfinfdpic_size_dynamic_sections): Remove empty .dynbss
133         section.  Remove the duplicated removing of empty .rel.plt
134         section.
135
136 2009-09-21  Richard Sandiford  <rdsandiford@googlemail.com>
137
138         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Extend previous
139         patch to handle the new personality relaxation.
140
141 2009-09-21  Richard Sandiford  <rdsandiford@googlemail.com>
142
143         * elf-eh-frame.c (make_pc_relative): New function.
144         (_bfd_elf_write_section_eh_frame): Use it.
145
146 2009-09-21  Alan Modra  <amodra@bigpond.net.au>
147
148         * elf32-ppc.c (TLS_GET_ADDR_GLINK_SIZE): Define.
149         (ADD_3_12_2, BEQLR, CMPWI_11_0, LWZ_11_3, LWZ_12_3): Define.
150         (MR_0_3, MR_3_0): Define.
151         (struct ppc_elf_link_hash_table): Add no_tls_get_addr_opt.
152         (ppc_elf_select_plt_layout): Save emit_stub_syms param earlier.
153         (ppc_elf_tls_setup): Add no_tls_get_addr_opt param and save to hash
154         table.  Check for presense of __tls_get_addr_opt
155         (allocate_dynrelocs): Increase glink entry size for __tls_get_addr.
156         (ppc_elf_size_dynamic_sections): Add DT_PPC_TLS_OPT tag.
157         (write_glink_stub): Add param p.
158         (ppc_elf_relocate_section): Adjust write_glink_stub call.
159         (ppc_elf_finish_dynamic_symbol): Emit special glink call stub for
160         __tls_get_addr.
161         * elf32-ppc.h (ppc_elf_tls_setup): Update prototype.
162         * elf64-ppc.c (struct ppc_link_hash_table): Add no_tls_get_addr_opt.
163         (ppc64_elf_tls_setup): Add no_tls_get_addr_opt param and save to hash
164         table.  Check for presense of __tls_get_addr_opt.
165         (ppc64_elf_size_dynamic_sections): Add DT_PPC64_TLS_OPT tag.
166         (LD_R11_0R3, LD_R12_0R3, MR_R0_R3, CMPDI_R11_0, ADD_R3_R12_R13,
167         BEQLR, MR_R3_R0, MFLR_R11, STD_R11_0R1, BCTRL, LD_R11_0R1,
168         LD_R2_0R1, MTLR_R11): Define.
169         (build_tls_get_addr_stub): New function.
170         (ppc_build_one_stub): Call it.
171         (ppc_size_one_stub): Add extra size for __tls_get_addr stub.
172         (ppc64_elf_relocate_section): Don't change nop to ld 2,40(1) for
173         __tls_get_addr plt call.
174         * elf64-ppc.h (ppc64_elf_tls_setup): Update prototype.
175
176 2009-09-19  Richard Sandiford  <rdsandiford@googlemail.com>
177
178         * elf-bfd.h (eh_cie_fde): Add personality_offset and
179         make_per_encoding_relative to the CIE structure.  Add a padding field.
180         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Use 0x70
181         rather than 0xf0 when masking out the base address encoding
182         Record the offset of personality data from the start of the CIE.
183         Remove a repeated elf_backend_can_make_relative_eh_frame check.
184         (find_merged_cie): Take an info argument.  If the personality
185         binds locally, try converting an absolute personality into
186         a local one.
187         (_bfd_elf_discard_section_eh_frame): Use 0x70 rather than 0xf0
188         when masking out the base address encoding.  Update the call to
189         find_merged_cie.
190         (_bfd_elf_eh_frame_section_offset): Discard relocations against
191         the personality data if we are converting into PC-relative form.
192         (_bfd_elf_write_section_eh_frame): Use 0x70 rather than 0xf0
193         when masking out the base address encoding.  Handle
194         make_per_encoding_relative.
195
196 2009-09-18  Alan Modra  <amodra@bigpond.net.au>
197
198         PR ld/10406
199         * elf32-ppc.c (ppc_elf_howto_raw): Make R_PPC_EMB_SDAI16 and
200         R_PPC_EMB_SDA2I16 complain_overflow_signed.
201         (create_sdata_sym): Pass info rather than htab.
202         Update all callers.  Ensure symbols are hidden.
203         (ppc_elf_check_relocs): Allow SDAREL16 when shared.
204         (ppc_elf_size_dynamic_sections): When shared, equate _SDA_BASE_ to
205         _GLOBAL_OFFSET_TABLE_.
206         (elf_finish_pointer_linker_section): Don't assume that sdata base
207         symbol is always at 0x8000 offset.  Don't subtract the addend here.
208         (is_static_defined): New function.
209         (ppc_elf_relocate_section): Verify symbol base used in SDA relocs
210         is statically defined.  Clear addend for EMB_SDAI16 and EMB_SDA2I16
211         relocs.  Downgrade error on unexpected section for EMB_SDA2REL
212         reloc symbols to a warning.
213
214 2009-09-18  Nick Clifton  <nickc@redhat.com>
215
216         * po/es.po: Updated Spanish translation.
217         * po/vi.po: Updated Vietnamese translation.
218
219 2009-09-18  Alan Modra  <amodra@bigpond.net.au>
220
221         * elf64-ppc.c (follow_link, elf_follow_link, ppc_follow_link): New
222         functions.  Use throughout.
223         (ppc64_elf_copy_indirect_symbol): Set direct symbol "oh" field
224         from indirect symbol.
225         (lookup_fdh): Rename from get_fdh.  Follow indirect sym links.
226         (add_symbol_adjust): Simplify.
227         (defined_code_entry, defined_func_desc): New functions.
228         (ppc64_elf_gc_keep): Follow indirect sym links.  Use defined_code_entry.
229         (ppc64_elf_gc_mark_dynamic_ref): Use defined_func_desc and
230         defined_code_entry to follow indirect sym links.
231         (ppc64_elf_gc_mark_hook, func_desc_adjust): Likewise.
232         (ppc_type_of_stub): Follow indirect sym links.
233         (toc_adjusting_stub_needed): Likewise.
234         (ppc_build_one_stub): Likewise.  Make undefined dot-symbols weak
235         rather than defining them at stub.
236         (ppc64_elf_relocate_section): Rewrite call test to avoid multiple
237         assignments in test.
238
239 2009-09-16  Tristan Gingold  <gingold@adacore.com>
240
241         * mach-o.h (bfd_mach_o_filetype): Add new constants from darwin10.
242         Reindent.
243         * mach-o.c (bfd_mach_o_cpu_name): Reindent.
244         (bfd_mach_o_filetype_name): Complete with new constants.  Reindent.
245         (bfd_mach_o_print_private_header): Use fputs instead of fprintf
246         when possible to avoid warnings.
247         (bfd_mach_o_print_section_map): Ditto.
248         (bfd_mach_o_section_get_entry_size): New function.
249         (bfd_mach_o_section_get_nbr_indirect): Simplify using the newly
250         added function.
251         (bfd_mach_o_print_dysymtab): Print address of indirect symbols.
252
253 2009-09-14  Nick Clifton  <nickc@redhat.com>
254
255         * po/fi.po: Updated Finnish translation.
256
257 2009-09-11  Nick Clifton  <nickc@redhat.com>
258
259         * po/bfd.pot: Updated by the Translation project.
260
261 2009-09-11  Philippe De Muyter  <phdm@macqel.be>
262
263         * binary.c (binary_object_p): Remove bfd_external_binary_architecture
264         hack.  objcopy `-B' (`--binary-architecture') option is now handled
265         in a generic way.
266
267 2009-09-11  Nick Clifton  <nickc@redhat.com>
268
269         * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
270         changes.
271
272 2009-09-11  Jie Zhang  <jie.zhang@analog.com>
273
274         * elf32-bfin.c (bfinfdpic_relocs_info_find): Just return
275         NULL if `ht' is NULL.
276
277 2009-09-09  Martin Thuresson  <martin@mtme.org>
278
279         Update sources to compile cleanly with -Wc++-compat:
280         * aoutx.h: Add casts.
281         * archive.c: Add casts.
282         * archive64.c: Add casts.
283         * archures.c: Add casts.
284         * bfd-in2.h: Regenerated.
285         * bfd.c: Add casts. (enum bfd_direction): Move out to top level.
286         * bfdio.c: Add casts.
287         * binary.c: Add casts.
288         * cache.c (cache_bseek,cache_bread_1,cache_bwrite): Updated
289         parameter to use enum value instead of int.
290         * coffcode.h: Add casts.
291         * coffgen.c: Add casts.
292         * cofflink.c: Add casts.
293         * compress.c: Add casts.
294         * dwarf1.c: Add casts.
295         * dwarf2.c: Add casts. (struct dwarf2_debug): Rename member bfd to
296         bfd_ptr. Update code to use new name.
297         * elf-attrs.c: Add casts.
298         * elf-bfd.h (elf_link_virtual_table_entry): Gives name to
299         anonymous struct. (union gotplt_union, struct
300         elf_link_virtual_table_entry): Move to top level.
301         * elf-eh-frame.c: Add casts.
302         * elf-strtab.c: Add casts.
303         * elf.c: Add casts. (_bfd_elm_make_Section_from_phdr): Change
304         argument name from typename to type_name.
305         * elf32-i386.c: Add casts.
306         * elf64-x86-64.c: Add casts.
307         * elfcode.h: Add casts.
308         * elfcore.h: Add casts.
309         * elflink.c: Add casts.
310         * format.c: Add casts.
311         * hash.c: Add casts.
312         * ihex.c: Add casts.
313         * libaout.h (enum aout_subformat, enum aout_magic): Move to top
314         level.
315         * libbfd.c: Add casts.
316         * linker.c: Add casts.
317         * merge.c: Add casts.
318         * opncls.c: Add casts.
319         * peXXigen.c: Add casts.
320         * peicode.h: Add casts.
321         * reloc.c: Add casts.
322         * section.c: Add casts.
323         * simple.c: Add casts.
324         * srec.c: Add casts.
325         * stabs.c: Add casts.
326         * syms.c: Add casts.
327         * targets.c: Add casts.
328         * tekhex.c: Add casts.
329         * verilog.c: Add casts.
330
331 2009-09-09  Paolo Bonzini  <bonzini@gnu.org>
332
333         * configure: Regenerate.
334
335 2009-09-09  Daniel Jacobowitz  <dan@codesourcery.com>
336
337         * elf32-arm.c (elf32_arm_final_link_relocate): Set sym_flags
338         for the mode of target PLT entries.
339         (allocate_dynrelocs): Only adjust symbol type if setting its
340         value.
341
342 2009-09-09  Paolo Bonzini  <bonzini@gnu.org>
343
344         * configure: Regenerate.
345
346 2009-09-09  Nick Clifton  <nickc@redhat.com>
347
348         PR 10478:
349         * elf.c (bfd_section_from_shdr): Do not reject sparc binaries with
350         section headers containing sh_link values of SHN_BEFORE or
351         SHN_AFTER.
352         * elfcode.h (elf_object_p): Likewise.
353
354 2009-09-09  Tristan Gingold  <gingold@adacore.com>
355
356         Handle DYLD_INFO introduced by Darwin10.
357         * mach-o.h (bfd_mach_o_load_command_type): Add
358         BFD_MACH_O_LC_DYLD_INFO.
359         (bfd_mach_o_dyld_info_command): New type.
360         (bfd_mach_o_load_command): Add dyld_info field.
361         * mach-o.c (bfd_mach_o_scan_read_str): Reduce size of buf.
362         (bfd_mach_o_scan_read_dyld_info): New function.
363         (bfd_mach_o_scan_read_command): Handle BFD_MACH_O_LC_DYLD_INFO.
364         (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
365         (bfd_mach_o_load_command_name): AddB FD_MACH_O_LC_DYLD_INFO.
366         (bfd_mach_o_print_dyld_info): New function.
367
368 2009-09-09  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
369
370         * elf32-cr16.c (elf32_cr16_relocate_section): Add code to discard the
371         linkonce or linker script discarded section.
372
373 2009-09-09  Alan Modra  <amodra@bigpond.net.au>
374
375         * elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.
376
377 2009-09-07  Andreas Schwab  <schwab@linux-m68k.org>
378
379         * elf32-m68k.c (rtype_to_howto): If the reloc index is out of
380         range call the bfd error hander and use R_68K_NONE instead.
381
382 2009-09-07  Tristan Gingold  <gingold@adacore.com>
383
384         * po/SRC-POTFILES.in: Regenerate.
385         * po/bfd.pot: Regenerate.
386
387         * bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
388         BFD_HAVE_SYS_STAT_TYPE_MEMBER): Moved to gas/acinclude.m4
389         * configure.in: Move tests for tm_gmtoff, st_mtim.tv_sec and
390         st_mtim.tv_nsec to gas/configure.in
391         (bfd_elf64_ia64_vms_vec): Remove vmsutil.lo
392         * configure: Regenerate.
393         * config.in: Regenerate.
394         * vmsutil.c: Moved to gas/config/te-vms.c
395         * vmsutil.h: Removed.
396         * Makefile.am (BFD32_BACKENDS_CFILES): Remove vmsutil.c
397         (BFD32_BACKENDS): Remove vmsutil.lo
398         * Makefile.in: Regenerate.
399
400 2009-09-05  Eli Zaretskii  <eliz@gnu.org>
401
402         * coffcode.h: Include libiberty.h.
403
404 2009-09-05  Martin Thuresson  <martin@mtme.org>
405
406         * coff-arm.c (coff_arm_relocate_section)
407         (record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
408         Change member name class to symbol_class.
409         * coff-i960.c (coff_i960_relocate_section) Rename variable
410         class to class_val. Change member name class to symbol_class.
411         * coff-rs6000.c (_bfd_xcoff_swap_aux_in)
412         (_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
413         * coff-stgo32.c (adjust_aux_in_post)
414         (adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
415         to in_class.
416         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
417         (_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
418         * coffcode.h (coff_pointerize_aux_hook): Rename variable class
419         to n_sclass.
420         * coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
421         variables named class to n_sclass. (coff_write_symbols): Rename
422         variable class to sym_class. (bfd_coff_set_symbol_class): Rename
423         argument class to symbol_class.
424         * cofflink.c (_bfd_coff_link_hash_newfunc)
425         (coff_link_add_symbols, _bfd_coff_link_input_bfd)
426         (_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
427         Update code to use renamed members.
428         * coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
429         argument class to in_class.
430         * libcoff-in.h (struct coff_link_hash_entry, struct
431         coff_debug_merge_type) Renamed members class to symbol_class and
432         type_class.
433         * libcoff.h Regenerated.
434         * peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
435         Rename argument class to in_class.
436         * pef.c (bfd_pef_parse_imported_symbol): Update code to use
437         renamed members.
438         * pef.h (struct bfd_pef_imported_symbol): Changed name of
439         member class to symbol_class.
440
441 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
442
443         * configure: Regenerated.
444
445 2009-09-04  Tristan Gingold  <gingold@adacore.com>
446
447         * configure.in: Bump version to 2.20.51
448
449 2009-09-04  Alan Modra  <amodra@bigpond.net.au>
450
451         * elf32-spu.c (spu_elf_relocate_section): Correct 2009-07-24 logic.
452
453 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
454
455         * elf32-bfin.c (elf32_bfinfdpic_create_dynamic_sections): Always
456         create .rela.bss.
457         (elf32_bfinfdpic_size_dynamic_sections): Set SEC_EXCLUDE flag
458         for empty .rela.bss and .rel.plt sections.
459
460 2009-09-03  Adam Nemet  <anemet@caviumnetworks.com>
461
462         * elfxx-mips.c (mips_elf_calculate_relocation): Don't relocate
463         R_MIPS_JALR unless symbol resolves locally.
464
465 2009-09-03  Adam Nemet  <anemet@caviumnetworks.com>
466
467         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Don't set
468         has_static_relocs for R_MIPS_JALR.
469
470 2009-09-03  Maciej W. Rozycki  <macro@codesourcery.com>
471
472         * elf64-mips.c (mips_elf64_howto_table_rela): Add support for
473         R_MIPS_TLS_DTPMOD64 and R_MIPS_TLS_TPREL64, replacing the
474         respective stubs.
475
476 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
477
478         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Declare
479         plt earlier.
480
481 2009-09-01  Tristan Gingold  <gingold@adacore.com>
482
483         * makefile.vms: Ported to Itanium VMS.  Remove useless variable and
484         dependencies.  Reindent.
485         * configure.com: Ported to Itanium VMS.  Now generates a build.com
486         to build without make.  Add messages but make edit silent.
487         * hosts/alphavms.h: Add a prototype for stpcpy.
488         * vms.c: Add a missing include for Alpha VMS.
489         * elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
490
491 2009-08-31  Jan Beulich  <jbeulich@novell.com>
492
493         * elf-bfd.h (bfd_elf_get_default_section_type): Declare.
494         * elf.c (bfd_elf_get_default_section_type): New.
495         (elf_fake_sections): Use bfd_elf_get_default_section_type.
496
497 2009-08-30  H.J. Lu  <hongjiu.lu@intel.com>
498
499         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert the
500         accidental checkin.
501         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likwise.
502
503 2009-08-30  Alan Modra  <amodra@bigpond.net.au>
504
505         PR ld/10569
506         * bfd.c (bfd_emul_get_maxpagesize): Don't abort.
507         (bfd_emul_get_commonpagesize): Likewise.
508
509 2009-08-29  Martin Thuresson  <martin@mtme.org>
510
511         * elf32-arm.c (struct stub_def): Rename member template to
512         template_sequence. (arm_build_one_stub,
513         find_stub_size_and_template, arm_size_one_stub, arm_map_one_stub):
514         Rename variable template to template_sequence.
515         * elfxx-ia64.c (elfNN_ia64_relax_br, elfNN_ia64_relax_brl):
516         Rename variable template to template_val.
517         * aoutx.h (NAME (aout, make_empty_symbol)): Rename variable
518         new to new_symbol.
519         * coffgen.c (coff_make_empty_symbol)
520         (coff_bfd_make_debug_symbol): Rename variable new to new_symbol.
521         * cpu-ia64-opc.c (ext_reg, ins_imms_scaled): Rename variable
522         new to new_insn.
523         * ecoff.c (_bfd_ecoff_make_empty_symbol): Rename variable new
524         to new_symbol.
525         * elf32-m68k.c (elf_m68k_get_got_entry_type): Rename argument
526         new to new_reloc.
527         * hash.c (bfd_hash_lookup): Rename variable new to new_string.
528         * ieee.c (ieee_make_empty_symbol): Rename variable new to
529         new_symbol.
530         * linker.c (bfd_new_link_order): Rename variable new to
531         new_lo.
532         * mach-o.c (bfd_mach_o_sizeof_headers): Rename variable new to
533         symbol.
534         * oasys.c (oasys_make_empty_symbol): Rename variable new to
535         new_symbol_type.
536         * pdp11.c (NAME (aout, make_empty_symbol)): Rename variable
537         new to new_symbol_type.
538         * plugin.c (bfd_plugin_make_empty_symbol): Rename variable new
539         to new_symbol.
540         * rs6000-core.c (CoreHdr, VmInfo): Rename union member new to
541         new_dump.
542         (read_hdr, rs6000coff_core_p)
543         (rs6000coff_core_file_matches_executable_p)
544         (rs6000coff_core_file_failing_command)
545         (rs6000coff_core_file_failing_signal): Updated function to use new
546         union member name.
547         * som.c (som_make_empty_symbol): Rename variable new to
548         new_symbol_type.
549         * syms.c (_bfd_generic_make_empty_symbol): Rename variable new
550         to new_symbol.
551         * tekhex.c (first_phase, tekhex_make_empty_symbol): Rename
552         variable new to new_symbol.
553
554 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
555
556         * acinclude.m4 (AM_INSTALL_LIBBFD): Call AM_SUBST_NOTMAKE for
557         bfdlibdir and bfdincludedir.
558         * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
559         [INSTALL_LIBBFD]: ... here, ...
560         [INSTALL_LIBBFD]: ... and empty overrides here.
561         [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
562         [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
563         * Makefile.in: Regenerate.
564         * configure: Regenerate.
565
566 2009-08-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
567
568         * elf32-m68k.c: Rewrite initialization of GOT entries for TLS
569         relocations.  Rewrite output of dynamic TLS relocations.
570         (DTP_OFFSET, TP_OFFSET): New constants.
571         (dtpoff_base): Update.
572         (tpoff): Rename to tpoff_base, update.
573         (elf_m68k_init_got_entry_static, elf_m68k_init_got_entry_local_shared):
574         New functions.  Move code from elf_m68k_relocate_section here.
575         (elf_m68k_relocate_section): Update.
576         (elf_m68k_finish_dynamic_symbol): Fix handling of local TLS symbols.
577
578 2009-08-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
579
580         * elf32-m68k.c (elf_m68k_copy_indirect_symbol): Propagate
581         non_got_ref value.
582         (elf_m68k_check_relocs): Handle dynamic TLS relocations.
583         Handle non_got_ref field.
584         (elf_m68k_adjust_dynamic_symbol): Handle non_got_ref field.
585
586 2009-08-26  Alan Modra  <amodra@bigpond.net.au>
587
588         PR ld/10518
589         * linker.c (bfd_find_version_for_sym): Revert warning.
590
591 2009-08-26  Alan Modra  <amodra@bigpond.net.au>
592
593         PR ld/10518
594         * linker.c (bfd_find_version_for_sym): Override a "*" match by any
595         other wildcard match.  Warn on multiple wildcard matches.
596
597 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
598
599         * Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
600         appending.
601         [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
602         only in this condition.
603         [!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
604         to build but not install libbfd.la in this condition.
605         (install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
606         (install_libbfd, install_libbfd): Remove.
607         * Makefile.in: Regenerate.
608         * doc/Makefile.am (AM_CPPFLAGS): Renamed from ...
609         (INCLUDES): ... this.
610         ($(MKDOC)): Adjust.
611         * doc/Makefile.in: Regenerate.
612
613         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, instead use
614         no-dist and foreign.
615         (EXTRA_libbfd_la_SOURCES): New, list $(CFILES) to allow
616         dependency tracking to work for them.
617         (targets.lo, archures.lo, dwarf.lo): Rewrite to
618         use automake dependency tracking mechanism.
619         (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
620         (mkdep section): Remove.
621         (BUILT_SOURCES): New, list $(BUILD_HFILES).
622         * Makefile.in: Regenerate.
623         * po/SRC-POTFILES.in, po/bfd.pot: Regenerate.
624
625         * Makefile.am (datarootdir, docdir, htmldor, pdfdir)
626         (install-pdf, install-pdf-recursive, install-html)
627         (install-html-recursive): Remove.
628         * Makefile.in: Regenerate.
629
630         * Makefile.in: Regenerate.
631         * aclocal.m4: Likewise.
632         * config.in: Likewise.
633         * configure: Likewise.
634
635 2009-08-21  Daniel Gutson  <dgutson@codesourcery.com>
636
637         * elf32-arm.c (arch_has_thumb2_nop): New function.
638         (arch_has_arm_nop): New function.
639         (elf32_arm_final_link_relocate): NOP opcodes changed.
640
641 2009-08-16  Doug Evans  <dje@google.com>
642
643         * opncls.c (bfd_close): Until BFD_IN_MEMORY has an iovec,
644         at least don't leak memory.
645
646 2009-08-13  DJ Delorie  <dj@redhat.com>
647
648         * elf32-m32c.c (m32c_elf_relax_delete_bytes): Adjust symbol sizes
649         if needed.
650
651 2009-08-12  Nick Clifton  <nickc@redhat.com>
652
653         * po/fi.po: Updated Finnish translation.
654
655 2009-08-11  Bernd Schmidt  <bernd.schmidt@analog.com>
656
657         Merge some FRV FDPIC changes into the Blackfin code.
658         * elf32-bfin.c (struct bfinfdpic_elf_link_hash_table): Add pointer to
659         summary reloc information.
660         (bfinfdpic_dynamic_got_plt_info): New.
661         (_bfin_create_got_section): Create the PLT section here.
662         (elf32_bfinfdpic_create_dynamic_sections): Not here.
663         (_bfinfdpic_count_nontls_entries): Move out of...
664         (_bfinfdpic_count_got_plt_entries): ... here.
665         (_bfinfdpic_count_relocs_fixups): Likewise.
666         (_bfinfdpic_reset_got_plt_entries): New.
667         (_bfinfdpic_size_got_plt): Move out of...
668         (elf32_bfinfdpic_size_dynamic_sections): ... here.
669         (bfinfdpic_relocate_section): Be careful not to call
670         _bfinfdpic_add_rofixup or _bfinfdpic_add_dyn_reloc for deleted relocs.
671         (bfinfdpic_check_discarded_relocs, bfinfdpic_elf_discard_info):
672         New functions.
673         (elf_backend_discard_info): Define for FD-PIC.
674
675 2009-08-11  Alan Modra  <amodra@bigpond.net.au>
676
677         * elflink.c: Add FIXMEs for some places that require octets_per_byte
678         adjustments.
679         * elf-eh-frame.c: Likewise.
680         * merge.c: Likewise.
681
682 2009-08-11  Alan Modra  <amodra@bigpond.net.au>
683
684         * configure.in:  Remove elf-ifunc.lo from common ELF files.  Add
685         to x86 and x86_64 configurations.
686         * configure: Regenerate.
687
688 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
689
690         Stop using bfd_usrdata in libbfd.
691         * coff-stgo32.c (bfd_coff_go32stub): Remove.
692         (stub_bytes, comment): Replace STUBSIZE by GO32_STUBSIZE.
693         (adjust_filehdr_in_post): Declare the abfd parameter as unused.
694         Replace STUBSIZE by GO32_STUBSIZE.  Save now the stub in
695         filehdr_dst->u.go32.stub.  New comment with the reason.
696         (adjust_filehdr_out_pre): Replace STUBSIZE by GO32_STUBSIZE.
697         Substitute the removed macro bfd_coff_go32stub.
698         (adjust_filehdr_out_post, adjust_scnhdr_in_post, adjust_scnhdr_out_pre)
699         (adjust_scnhdr_out_post, adjust_aux_in_post, adjust_aux_out_pre)
700         (adjust_aux_out_post): Replace STUBSIZE by GO32_STUBSIZE.
701         (create_go32_stub, go32_stubbed_coff_bfd_copy_private_bfd_data):
702         Replace STUBSIZE by GO32_STUBSIZE.  Substitute the removed macro
703         bfd_coff_go32stub.
704         * coffcode.h (coff_mkobject_hook): Initialize coff->go32stub.
705         * libcoff-in.h (coff_data_type): New field go32stub.
706         * libcoff.h: Regenerated.
707
708 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
709
710         Fix go32 stub preservation by objcopy.
711         * coff-stgo32.c (adjust_filehdr_in_post): Use bfd_malloc.
712         (go32_stubbed_coff_bfd_copy_private_bfd_data): Optionally allocate OBFD
713         go32stub.
714
715 2009-08-10  Nathan Sidwell  <nathan@codesourcery.com>
716
717         * elf32-arm.c (elf32_arm_size_stubs): Don't die on undefined local
718         symbols.
719         (elf32_arm_final_link_relocate): Treat local undefined symbols the
720         same as global undefined symbols.
721         (elf32_arm_relocate_section): Give an error for local undefined
722         non-weak symbols, unless the reloc will not use the symbol.
723
724 2009-08-10  Nathan Sidwell  <nathan@codesourcery.com>
725
726         * elf32-ppc.c (shared_stub_entry, stub_entry): Use r12, not r11.
727         (ppc_elf_relax_section): Use symbol index to distinguish
728         relocatable stubs.
729
730 2009-08-10  Alan Modra  <amodra@bigpond.net.au>
731
732         * elf32-ppc.c (ppc_elf_relax_section): Ignore non-code sections.
733
734 2009-08-10  Alan Modra  <amodra@bigpond.net.au>
735
736         * elflink.c (_bfd_elf_adjust_dynamic_symbol): Don't clear plt
737         info for STT_GNU_IFUNC.
738         * elf32-ppc.c (ppc_elf_check_relocs): Count a needed plt entry
739         on got refs in case the symbol turns out to be ifunc.
740         (ppc_elf_gc_sweep_hook): Similarly.
741         (ppc_elf_adjust_dynamic_symbol): Adjust assertion.
742         (allocate_dynrelocs): Don't specially allocate got relocs for ifunc.
743         (ppc_elf_size_dynamic_sections): Likewise.
744         (ppc_elf_relocate_section): Likewise.
745
746 2009-08-09  Bernd Schmidt  <bernd.schmidt@analog.com>
747
748         From Mike Frysinger <michael.frysinger@analog.com>
749         * elf32-bfin.c (bfin_howto_table, bfin_reloc_map, bfin_check_relocs,
750         bfin_final_link_relocate, bfin_relocate_section, bfin_gc_sweep_hook,
751         _bfinfdpic_emit_got_relocs_plt_entries, bfinfdpic_relocate_section,
752         bfinfdpic_gc_sweep_hook, bfinfdpic_check_relocs,
753         bfin_finish_dynamic_symbol, bfd_bfin_elf32_create_embedded_relocs):
754         Adjust to match the renamed reloc definitions.
755
756 2009-08-08  Alan Modra  <amodra@bigpond.net.au>
757
758         PR 10494
759         * elf.c (_bfd_elf_make_section_from_shdr): When setting up section
760         LMAs, use ELF_IS_SECTION_IN_SEGMENT to match sections with headers.
761
762 2009-08-07  Tom Tromey  <tromey@redhat.com>
763
764         * elf32-microblaze.c (microblaze_elf_check_relocs): Avoid strict
765         aliasing error.
766
767 2009-08-06  Michael Eager <eager@eagercon.com>
768
769         * Makefile.am: Add cpu-microblaze.{lo,c}, elf32-microblaze.{lo,c}.
770         * Makefile.in: Regenerate.
771         * archures.c: Add bfd_arch_microblaze.
772         * bfd-in2.h: Regenerate.
773         * config.bfd: Add microblaze target.
774         * configure.in: Add bfd_elf32_microblaze_vec target.
775         * configure: Regenerate.
776         * cpu-microblaze.c: New.
777         * elf32-microblaze.c: New.
778         * libbfd-in.h: Add prototype _bfd_dwarf2_fixup_section_debug_loc().
779         * libbfd.h: Regenerate.
780         * reloc.c: Add MICROBLAZE relocations.
781         * section.c: Add struct relax_table and relax_count to section.
782         * targets.c: Add bfd_elf32_microblaze_vec.
783
784 2009-08-06  Jakub Jelinek  <jakub@redhat.com>
785             Alan Modra  <amodra@bigpond.net.au>
786
787         PR binutils/10492
788         * elf.c (sym_is_global): Return true even for BSF_GNU_UNIQUE
789         symbols.
790         * elf32-mips.c (mips_elf_sym_is_global): Likewise.
791         * elfn32-mips.c (mips_elf_sym_is_global): Likewise.
792
793 2009-08-06  Nathan Sidwell  <nathan@codesourcery.com>
794
795         * elf32-arm.c (elf32_arm_size_stubs): Call layout_sections_again
796         at least once when fixing cortex-a8.
797
798 2009-08-05  Chao-ying Fu  <fu@mips.com>
799
800         * elf32-mips.c (mips_reloc_map): Add BFD_RELOC_MIPS_JALR.
801         * elfxx-mips.c (JAL_TO_BAL_P): New define to transform JAL to BAL
802         for CPUs.  It is true for RM9000.
803         (JALR_TO_BAL_P): New define to transform JALR to BAL.  It is true
804         for all CPUs.
805         (mips_elf_perform_relocation): Use JAL_TO_BAL_P and JALR_TO_BAL_P
806         to guard the transformation.
807
808 2009-08-05  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
809
810         * elf32-spu.h (spu_elf_params): Add member emit_fixups.
811         (spu_elf_size_sections): Declare prototype.
812         * elf32-spu.c (spu_link_hash_table): Add member sfixup.
813         (FIXUP_RECORD_SIZE, FIXUP_GET, FIXUP_PUT): New macros.
814         (spu_elf_emit_fixup): New function.
815         (spu_elf_relocate_section): Emit fixup for each SPU_ADDR32.
816         (spu_elf_size_sections): New function.
817
818 2009-08-05  Nathan Sidwell  <nathan@codesourcery.com>
819
820         * elf32-arm.c (elf32_arm_stub_type): Add arm_stub_a8_veneer_lwm.
821         (arm_build_one_stub): Build a8 veneers as a separate pass.
822         (cortex_a8_erratum_scan): Add prev_num_a8_fixes and stub_changed_p
823         parameters.  Use them to check if we create a different a8 fixup
824         than the previous pass.
825         (elf32_arm_size_stubs): Move scope of stub_changed and
826         prev_num_a8_fixes into main loop.
827         (elf32_arm_build_stubs): Build a8 veneers in a second pass.
828
829 2009-08-04  Alan Modra  <amodra@bigpond.net.au>
830
831         * elf32-ppc.c (ppc_elf_relax_section): Correct conditions under
832         which find_plt_ent is called.  Delete redundant code.
833
834 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
835
836         PR binutils/10363
837         * elf.c (bfd_elf_string_from_elf_section): Return NULL on
838         invalid string offset.
839
840 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
841
842         PR ld/10433
843         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Set got
844         to htab->init_got_offset and plt to htab->init_plt_offset
845         when discarding space for dynamic relocations.
846
847 2009-08-03  Alan Modra  <amodra@bigpond.net.au>
848
849         * elf32-ppc.c (struct plt_entry): Revise comments.
850         (ppc_elf_check_relocs): Don't create needless plt_entry info
851         for non-pie executables.  Don't test info->pie when info->shared
852         already covers that case.
853         (ppc_elf_gc_sweep_hook): Adjust for above change.
854         (add_stub_sym): Don't test info->pie when info->shared tested.
855         (allocate_dynrelocs, ppc_elf_size_dynamic_sections): Likewise.
856         (write_glink_stub, ppc_elf_finish_dynamic_symbol): Likewise.
857         (ppc_elf_relax_section): Adjust find_plt_ent arguments.
858         (ppc_elf_relocate_section): Likewise.
859
860 2009-08-03  Alan Modra  <amodra@bigpond.net.au>
861
862         * elf32-ppc.c (ppc_elf_check_relocs): Always add a plt ref count
863         for local ifunc symbols in non-pie executables, regardless of
864         reloc type.  Don't specially create ifunc dyn relocs.  Tidy ifunc
865         code so that it's obvious that we only do anything special for
866         local ifunc syms.
867         (ppc_elf_gc_sweep_hook): Adjust to suit check_relocs changes.
868         (allocate_dynrelocs): Correct comment for syms defined in plt.
869         Don't specially allocate ifunc dyn relocs.
870         (ppc_elf_relax_section): Relax branches to ifunc plt entries too.
871         (ppc_elf_relocate_section): Set "relocation" value for ifunc
872         syms in non-pie executables.  No specially allocated dyn relocs
873         for ifunc to write.  Allow for local sym on R_PPC_RELAX32_PLT.
874         (ppc_elf_finish_dynamic_symbol): Set value of ifunc symbols in
875         a non-pie executable.
876
877 2009-08-02  H.J. Lu  <hongjiu.lu@intel.com>
878             Jakub Jelinek  <jakub@redhat.com>
879
880         PR ld/6443
881         * elf32-i386.c (elf_i386_tls_transition): Check executable
882         instead of shared for TLS when building PIE.
883         (elf_i386_check_relocs): Likewise.
884         (elf_i386_allocate_dynrelocs): Likewise.
885         (elf_i386_relocate_section): Likewise.
886
887         * elf64-x86-64.c (elf64_x86_64_tls_transition): Check executable
888         instead of shared for TLS when building PIE.
889         (elf64_x86_64_check_relocs): Likewise.
890         (elf64_x86_64_allocate_dynrelocs): Likewise.
891         (elf64_x86_64_relocate_section): Likewise.
892
893 2009-07-31  Anthony Green  <green@moxielogic.com>
894
895         * config.bfd (targ_cpu): Add moxie-uclinux support.
896
897 2009-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
898
899         * linker.c (fix_syms): Consider SEC_LOAD when choosing section.
900
901 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
902
903         * elf32-ppc.c (ppc_elf_check_relocs): Always set up sections
904         used by indirect function support.  Count dynamic relocs for
905         ifunc syms.
906         (ppc_elf_adjust_dynamic_symbol): Tweak for ifunc.
907         (allocate_dynrelocs): Allocate all non-dynamic ifunc plt entries
908         in iplt and their relocs in reliplt.  Don't make ifunc syms
909         dynamic.  Allocate got entry relocs for non-dynamic ifunc in
910         reliplt.  Handle other dynamic relocs for ifunc.
911         (ppc_elf_size_dynamic_sections): Alloc dyn relocs for static
912         ifunc in reliplt, likewise relocs for got against local ifunc.
913         Typo fix on reliplt size adjust.
914         (ppc_elf_relocate_section): Don't use plt scheme of allocating
915         relocs 1-1 with entries for iplt, instead just add using
916         reloc_count.  Write got relocs and dyn relocs for ifunc to reliplt.
917         Error on invalid ifunc dyn relocs.
918         (ppc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc plt
919         in iplt/reliplt.
920         * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_JMP_IREL,
921         R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI, R_PPC64_REL16_HA.
922         (ppc64_elf_reloc_type_lookup): Handle new relocs.
923         (ppc64_elf_check_relocs): Likewise.  Count dyn relocs for ifunc.
924         (allocate_dynrelocs): As for elf32-ppc.c above.
925         (ppc64_elf_size_dynamic_sections): Likewise.
926         (ppc_build_one_stub): Put non-dynamic ifunc plt call stubs in iplt,
927         and their relocs in reliplt.  Use R_PPC64_JMP_IREL.
928         (ppc_size_one_stub): Similarly.
929         (ppc64_elf_relocate_section): As for elf32-ppc.c above.  Handle new
930         relocs too.
931         (ppc64_elf_finish_dynamic_symbol): As for elf32-ppc.c above.
932
933 2009-07-29  Hans-Peter Nilsson  <hp@bitrange.com>
934
935         * elf64-mmix.c (mmix_elf_relax_section): Revert 2009-05-27
936         change.  Add note to head comment.
937
938 2009-07-28  Jan Beulich  <jbeulich@novell.com>
939
940         * archive.c (get_extended_arelt_filename): Remove redundant
941         range check on index.
942
943 2009-07-27  Doug Kwan  <dougkwan@google.com>
944
945         * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
946
947 2009-07-27  H.J. Lu  <hongjiu.lu@intel.com>
948
949         * archures.c bfd_*_arch): Sorted.
950         (bfd_archures_list): Likewise.
951
952 2009-07-27  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
953
954         * elf32-cr16.c (elf_cr16_final_link_relocate): Add code to handle
955         to R_cr16_NUM32 relocation.
956
957 2009-07-26  Michael Eager  <eager@eagercon.com>
958
959         * archures.c: Add bfd_mach_ppc_405
960         * bfd-in2.h: Same.
961
962 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
963
964         * cpu-i386.c (bfd_x86_64_arch): Fix comment typos.
965         * cpu-l1om.c (bfd_l1om_arch): Likewise.
966
967 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
968
969         * archures.c (bfd_architecture): Add bfd_arch_l1om.
970         (bfd_l1om_arch): New.
971         (bfd_archures_list): Add &bfd_l1om_arch.
972         * bfd-in2.h: Regenerated.
973
974         * config.bfd (targ64_selvecs): Add bfd_elf64_l1om_vec if
975         bfd_elf64_x86_64_vec is supported.  Add bfd_elf64_l1om_freebsd_vec
976         if bfd_elf64_x86_64_freebsd_vec is supported.
977         (targ_selvecs): Likewise.
978
979         * configure.in: Support bfd_elf64_l1om_vec and
980         bfd_elf64_l1om_freebsd_vec.
981         * configure: Regenerated.
982
983         * cpu-l1om.c: New.
984
985         * elf64-x86-64.c (elf64_l1om_elf_object_p): New.
986         (bfd_elf64_l1om_vec): Likewise.
987         (bfd_elf64_l1om_freebsd_vec): Likewise.
988
989         * Makefile.am (ALL_MACHINES): Add cpu-l1om.lo.
990         (ALL_MACHINES_CFILES): Add cpu-l1om.c.
991         * Makefile.in: Regenerated.
992
993         * targets.c (bfd_elf64_l1om_vec): New.
994         (bfd_elf64_l1om_freebsd_vec): Likewise.
995         (_bfd_target_vector): Add bfd_elf64_l1om_vec and
996         bfd_elf64_l1om_freebsd_vec.
997
998 2009-07-24  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
999             Alan Modra  <amodra@bigpond.net.au>
1000
1001         * reloc.c (BFD_RELOC_SPU_ADD_PIC): Define.
1002         * bfd-in2.h: Regenerate.
1003         * libbfd.h: Regenerate.
1004         * elf32-spu.c (elf_howto_table): Add entries SPU_ADD_PIC.
1005         (spu_elf_bfd_to_reloc_type): Handle SPU_ADD_PIC.
1006         (spu_elf_relocate_section): Patch instructions marked by SPU_ADD_PIC.
1007
1008 2009-07-23  H.J. Lu  <hongjiu.lu@intel.com>
1009
1010         PR ld/10434
1011         * elf64-x86-64.c (elf64_x86_64_check_relocs): Check executable
1012         instead of shared for R_X86_64_TPOFF32.
1013         (elf64_x86_64_relocate_section): Likewise.
1014
1015 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
1016
1017         * elf-bfd.h (struct elf_link_hash_entry): Add unique_global field.
1018         * elf.c (swap_out_syms): Set binding to STB_GNU_UNIQUE for symbols
1019         with the BSF_GNU_UNIQUE flag bit set.
1020         * elfcode.h (elf_slurp_symbol_table): Set the BSF_GNU_UNIQUE flag
1021         for symbols with STB_GNU_UNIQUE binding.
1022         * elflink.c (_bfd_elf_merge_symbol): Set unique_global for symbols
1023         with the STB_GNU_UNIQUE binding.
1024         (elf_link_add_object_symbols): Set the BSF_GNU_UNIQUE flag for
1025         symbols with STB_GNU_UNIQUE binding.  Set STB_GNU_UNIQUE for
1026         symbols with the unique_global field set.
1027         (elf_link_output_extsym): Set unique_global field for symbols with
1028         the STB_GNU_UNIQUE binding.
1029         * syms.c (struct bfd_symbol): Define BSF_GNU_UNIQUE flag bit.
1030         (bfd_print_symbol_vandf): Print a 'u' character for BSF_GNU_UNIQUE
1031         symbols.
1032         (bfd_decode_symclass): Return a 'u' character for BSF_GNU_UNIQUE
1033         symbols.
1034         * bfd-in2.h: Regenerate.
1035
1036 2009-07-22  H.J. Lu  <hongjiu.lu@intel.com>
1037
1038         * elflink.c (elf_link_output_extsym): Revert the last change.
1039
1040 2009-07-22  H.J. Lu  <hongjiu.lu@intel.com>
1041
1042         PR ld/10433
1043         * elflink.c (elf_link_output_extsym): Special case ifunc syms
1044         when ref_regular, not def_regular.
1045
1046 2009-07-21  H.J. Lu  <hongjiu.lu@intel.com>
1047
1048         PR ld/10426
1049         * elflink.c (elf_link_add_object_symbols): Turn an IFUNC symbol
1050         from a DSO into a normal FUNC symbol.
1051         (elf_link_output_extsym): Turn an undefined IFUNC symbol into
1052         a normal FUNC symbol.
1053
1054 2009-07-17  Chao-ying Fu  <fu@mips.com>
1055
1056         * elfxx-mips.c (LOAD_INTERLOCKS_P): New define.
1057         (_bfd_mips_elf_size_dynamic_sections): For CPUs without load
1058         interlocking, the last PLT entry needs a nop in the branch delay slot.
1059         (_bfd_mips_elf_finish_dynamic_symbol): For CPUs with load itnerlocking,
1060         output the last two PLT entries in reverse order.
1061
1062 2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
1063
1064         * elf32-i386.c (elf_i386_relocate_section): Don't get local
1065         STT_GNU_IFUNC symbol for relocatable link.
1066         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1067
1068 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1069
1070         * bfdio.c (bfd_iovec): Add comments for bmmap.
1071         * bfd-in2.h: Regenerated.
1072
1073 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1074
1075         * Makefile.am: Run "make dep-am".
1076         * Makefile.in: Regenerated.
1077
1078 2009-07-10  Doug Kwan  <dougkwan@google.com>
1079
1080         * elf32-arm.c (stub_hash_newfunc): Initialize fields
1081         target_addend and orig_insn.
1082
1083 2009-07-10  Tom Tromey  <tromey@redhat.com>
1084
1085         * Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h.
1086         (elf-eh-frame.lo): Likewise.
1087         (elf32-bfin.lo): Likewise.
1088         (elf32-frv.lo): Likewise.
1089         (elf32-xc16x.lo): Likewise.
1090         * Makefile.in: Rebuild.
1091         * dwarf2.c: Included dwarf.h, not elf/dwarf2.h.
1092         * elf-eh-frame.c: Likewise.
1093         * elf32-bfin.c: Likewise.
1094         * elf32-frv.c: Likewise.
1095         * elf32-xc16x.c: Likewise.
1096
1097 2009-07-10  Julian Brown  <julian@codesourcery.com>
1098
1099         * elf32-arm.c (arm_build_one_stub): Use the hash entry of the
1100         symbol a stub entry is derived from, not the entry for the stub
1101         itself, in call to elf32_arm_final_link_relocate.
1102
1103 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1104
1105         * elf.c (_bfd_elf_get_synthetic_symtab): Remove leading zeros
1106         when reporting  addends.
1107
1108 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
1109
1110         * elf32-spu.c (spu_elf_size_stubs): Do set up soft-icache manager
1111         data even when no stubs.
1112         (spu_elf_place_overlay_data, spu_elf_build_stubs): Adjust.
1113
1114 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
1115
1116         * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_IRELATIVE.
1117         (ppc_elf_get_synthetic_symtab): Report addend.
1118         (PLT_IFUNC): Define.
1119         (struct ppc_elf_link_hash_table): Add iplt and reliplt.
1120         (ppc_elf_create_glink): New function.
1121         (ppc_elf_create_dynamic_sections): Use it.
1122         (ppc_elf_add_symbol_hook): Set has_ifunc_symbols.
1123         (update_local_sym_info): Allocate space for local_plt array.
1124         Don't bump local_got_refcounts for PLT_IFUNC.  Return local_plt
1125         entry pointer.
1126         (is_branch_reloc): New function.
1127         (ppc_elf_check_relocs): Handle STT_GNU_IFUNC symbols.
1128         (ppc_elf_gc_sweep_hook): Likewise.
1129         (ppc_elf_adjust_dynamic_symbol): Likewise.
1130         (allocate_dynrelocs): Likewise.
1131         (ppc_elf_size_dynamic_sections): Likewise.
1132         (ppc_elf_relocate_section): Likewise.
1133         (branch_reloc_hash_match): Use is_branch_reloc.
1134         (ppc_elf_tls_optimize): Adjust for local_plt.
1135         (write_glink_stub): New function, extracted from..
1136         (ppc_elf_finish_dynamic_symbol): ..here.  Handle STT_GNU_IFUNC.
1137         (ppc_elf_finish_dynamic_sections): Only write plt resolver and
1138         branch table when dynamic.
1139         (elf_backend_post_process_headers): Define.
1140         * elf64-ppc.c (elf_backend_post_process_headers): Define.
1141         (ppc64_elf_howto_raw): Add R_PPC64_IRELATIVE.
1142         (ppc64_elf_get_synthetic_symtab): Report addend.
1143         (struct ppc_stub_hash_entry): Add plt_ent.
1144         (PLT_IFUNC): Define.
1145         (struct ppc_link_hash_table): Add iplt and reliplt.
1146         (create_linkage_sections): Make .iplt and .rela.iplt sections.
1147         (ppc64_elf_add_symbol_hook): Set has_ifunc_symbols.
1148         (update_local_sym_info): Allocate space for local_plt array.
1149         Don't bump local_got_ents for PLT_IFUNC.  Return local_plt
1150         entry pointer.
1151         (update_plt_info): Pass pointer to plt_entry rather than sym hash,
1152         and don't change hash flags here.
1153         (is_branch_reloc): New function.
1154         (ppc64_elf_check_relocs): Handle STT_GNU_IFUNC.
1155         (ppc64_elf_gc_sweep_hook): Likewise.
1156         (ppc64_elf_adjust_dynamic_symbol): Likewise.
1157         (allocate_dynrelocs): Likewise.
1158         (ppc64_elf_size_dynamic_sections): Likewise.
1159         (ppc_build_one_stub, ppc_size_one_stub): Likewise.
1160         (ppc64_elf_size_stubs): Likewise.
1161         (ppc64_elf_relocate_section): Likewise.
1162         (get_sym_h): Adjust for local_plt.
1163         (branch_reloc_hash_match): Use is_branch_reloc.
1164         (ppc_type_of_stub): Pass plt_entry pointer and handle ifunc.
1165         (ppc64_elf_toc): Ignore SEC_EXCLUDE sections.
1166
1167 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
1168
1169         * elf.c (_bfd_elf_get_synthetic_symtab): Report addends.
1170
1171 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
1172
1173         * elf-bfd.h (struct elf_link_hash_entry): Clarify ref_regular
1174         and ref_regular_nonweak comment.
1175         * elflink.c (elf_link_output_extsym): Special case ifunc syms
1176         when def_regular, not ref_regular.
1177         (elf_link_add_object_symbols): Don't set needs_plt on ifunc syms,..
1178         * elf32-i386.c (elf_i386_check_relocs): ..set it here instead..
1179         * elf64-x86-64.c (elf64_x86_64_check_relocs): ..and here.
1180
1181 2009-07-09  Alan Modra  <amodra@bigpond.net.au>
1182
1183         * elf32-spu.c (mark_functions_via_relocs): Init broken_cycle field
1184         of malloc'd struct call_info.
1185         (pasted_function): Likewise, priority too.
1186
1187 2009-07-07  Alan Modra  <amodra@bigpond.net.au>
1188
1189         * elf32-spu.c (spu_elf_auto_overlay): Take into account section
1190         alignment when packing sections into overlays.
1191
1192 2009-07-03  Cary Coutant  <ccoutant@google.com>
1193
1194         * dwarf2.c (decode_line_info): Ignore DW_LNE_set_discriminator.
1195
1196 2009-07-03  Dave Korn  <dave.korn.cygwin@gmail.com>
1197
1198         * coffcode.h (sec_to_styp_flags):  Partially revert (functional
1199         changes only) earlier patch:-
1200
1201 2009-06-25  Kai Tietz  <kai.tietz@onevision.com>
1202
1203         * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
1204         give .debug and .reloc data characteristics.
1205         (DOT_RELOC): New define for .reloc section string.
1206         (coff_write_object_contents): Use DOT_RELOC instead of string.
1207
1208 2009-07-02  Tom Tromey  <tromey@redhat.com>
1209
1210         * aoutx.h (aout_get_external_symbols): Declare 'amt' locally.
1211         * bfdwin.c (bfd_free_window): Cast to unsigned long.
1212
1213 2009-07-01  Nick Clifton  <nickc@redhat.com>
1214
1215         * elf-m10300.c: Remove trailing white space.
1216         * reloc.c: Likewise.
1217
1218 2009-07-01  Douglas B Rupp  <rupp@gnat.com>
1219
1220         * bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
1221         BFD_HAVE_SYS_STAT_TYPE_MEMBER): New config functions.
1222         * configure.in: Use them.
1223         * configure: Regenerate.
1224         * config.in: Regenerate.
1225         * vmsutil.c: Include sysdep.h, remove ansidecl.h.
1226         #define _BSD_SOURCE. Add comments.
1227         (vms_file_stats_name): Calculate creation date based on available
1228         runtime data. Return 1 for version instead of 0.
1229
1230 2009-07-01  Nick Clifton  <nickc@redhat.com>
1231
1232         PR 10072
1233         * elf32-arm.c (elf32_arm_final_link_relocate): Add code to handle
1234         to R_ARM_THM_PC8 relocation.
1235
1236 2009-06-29  Nick Clifton  <nickc@redhat.com>
1237
1238         * elf-m10300.c (mn10300_elf_relax_section): Allow for the
1239         different uses of the relocations addend when a symbol is in a
1240         merged section.
1241
1242 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
1243
1244         PR ld/10337
1245         * elf.c (bfd_section_from_shdr): Don't change sh_link for
1246         SHT_REL/SHT_RELA sections on executable nor shared library.
1247         Treat SHT_REL/SHT_RELA sections with sh_link set to SHN_UNDEF
1248         as a normal section.
1249
1250 2009-06-25  Nick Clifton  <nickc@redhat.com>
1251
1252         * elf-m10300.c (mn10300_elf_relax_section): Handle non-section
1253         symbols with SEC_MERGE flag.
1254
1255 2009-06-25  Kai Tietz  <kai.tietz@onevision.com>
1256
1257         * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
1258         give .debug and .reloc data characteristics.
1259         (DOT_RELOC): New define for .reloc section string.
1260         (coff_write_object_contents): Use DOT_RELOC instead of string.
1261
1262 2009-06-25  Tristan Gingold  <gingold@adacore.com>
1263
1264         * mach-o-target.c (bfd_mach_o_get_dynamic_symtab_upper_bound)
1265         (bfd_mach_o_canonicalize_dynamic_symtab)
1266         (bfd_mach_o_get_synthetic_symtab): Defines.
1267         (TARGET_NAME_BACKEND): Add bfd_mach_o_print_thread entry.
1268         (TARGET_NAME): Use Mach-O specific functions for dynamic.
1269
1270         * mach-o-i386.c (bfd_mach_o_i386_swap_reloc_in): Fix howto indexes
1271         for scattered relocations.
1272         (bfd_mach_o_i386_print_thread): New function.
1273         (bfd_mach_o_print_thread): Define.
1274
1275         * mach-o.c (text_section_names_xlat): Add an entry for __const.
1276         (bfd_mach_o_canonicalize_one_reloc, bfd_mach_o_canonicalize_relocs):
1277         New functions extracted from ...
1278         (bfd_mach_o_canonicalize_reloc): ... This.  Simplified.
1279         (bfd_mach_o_get_dynamic_reloc_upper_bound): New function.
1280         (bfd_mach_o_canonicalize_dynamic_reloc): New function.
1281         (bfd_mach_o_i386_flavour_string): Adjusted after enum renaming.
1282         (bfd_mach_o_ppc_flavour_string): Reindentation.  Add 64 bits cases.
1283         (bfd_mach_o_scan_read_dylinker): Do not create a section anymore.
1284         Set name_str field.
1285         (bfd_mach_o_scan_read_dylib): Ditto.
1286         (bfd_mach_o_scan_read_thread): Set mdata at declaration.  Add comments,
1287         reindent.
1288         (bfd_mach_o_scan_read_dysymtab): Set mdata at declaration.  Correctly
1289         decode isym and flags on little endian targets.  Set dysymtab field.
1290         (bfd_mach_o_scan_start_address): Adjust for enum names.
1291         (bfd_mach_o_lookup_section): Do not look for segments anymore.
1292         (bfd_mach_o_print_section): Display bfd section name.
1293         (bfd_mach_o_print_segment): Display none if no name.
1294         (bfd_mach_o_print_dysymtab): Display next index for local, external
1295         and undefined symbols.
1296         (bfd_mach_o_bfd_print_private_bfd_data): Adjust code by using name_str.
1297         Display dylinker name. Display thread and unixthread commands content.
1298         (bfd_mach_o_print_thread): New macro.
1299
1300         * mach-o.h (bfd_mach_o_mach_header_magic): Align numbers.
1301         (bfd_mach_o_ppc_thread_flavour): Ditto.
1302         (bfd_mach_o_i386_thread_flavour): Ditto.
1303         (BFD_MACH_O_PPC_THREAD_STATE_NONE): New enum.
1304         (BFD_MACH_O_x86_THREAD_STATE_NONE): Replaces
1305         BFD_MACH_O_THREAD_STATE_NONE.
1306         (bfd_mach_o_segment_command): Remove segment field.
1307         (bfd_mach_o_thread_flavour): Field offset is now unsigned long.
1308         (bfd_mach_o_dylinker_command): Remove section field, add name_str.
1309         (bfd_mach_o_prebound_dylib_command): Ditto.
1310         (bfd_mach_o_dylib_command): Ditto.
1311         (bfd_mach_o_prebound_dylib_command): Remove section field.
1312         (mach_o_data_struct): Add dysymtab field.
1313         (bfd_mach_o_backend_data): Add _bfd_mach_o_print_thread field.
1314         (bfd_mach_o_get_reloc_upper_bound, bfd_mach_o_canonicalize_reloc)
1315         (bfd_mach_o_build_commands): Remove parameter names and attributes.
1316         (bfd_mach_o_get_dynamic_reloc_upper_bound)
1317         (bfd_mach_o_canonicalize_dynamic_reloc): New prototypes.
1318
1319 2009-06-25  Rafael Avila de Espindola  <espindola@google.com>
1320
1321         * plugin.c (load_plugin): Use stat and S_ISREG instead of the d_type
1322         field of struct dirent.
1323
1324 2009-06-23  Tristan Gingold  <gingold@adacore.com>
1325
1326         * vms.c (vms_get_synthetic_symtab): Remove duplicate definition
1327         of this macro.  Fix indentation.
1328
1329 2009-06-22  Christophe Lyon  <christophe.lyon@st.com>
1330
1331         * elf32-arm.c (elf32_arm_size_stubs): Use PLT address as
1332         destination for defined dynamic symbols when deciding whether to
1333         insert a stub or not.
1334         (allocate_dynrelocs): Make sure functions are not marked as Thumb
1335         when actually accessed through a PLT, even when generating a
1336         shared lib.
1337
1338 2009-06-22  Tristan Gingold  <gingold@adacore.com>
1339
1340         * mach-o.c (bfd_mach_o_canonicalize_reloc): Append a sentinel to
1341         the relocs array.
1342
1343 2009-06-22  Alan Modra  <amodra@bigpond.net.au>
1344
1345         * elf32-ppc.c (ppc_elf_check_relocs): Handle R_PPC_RELAX* in switch.
1346         * elf32-v850.c (v850_elf_relocate_section): Warning fix.
1347
1348 2009-06-22  Alan Modra  <amodra@bigpond.net.au>
1349
1350         * elf64-ppc.c (ppc64_elf_edit_opd): Avoid gcc warning.
1351
1352 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1353
1354         * elflink.c (elf_link_add_object_symbols): Avoid warning
1355         from -Wjump-misses-init in gcc 4.5.0.
1356
1357 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1358
1359         * elf32-i386.c (elf_i386_check_relocs): Properly check local
1360         symbol on error.
1361         * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1362
1363 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1364
1365         * elf32-i386.c (elf_i386_tls_transition): Add a parameter,
1366         r_symndx.  Report local symbol name on error.
1367         (elf_i386_check_relocs): Updated.  Report local symbol name on
1368         error.
1369         (elf_i386_gc_sweep_hook): Updated.
1370         (elf_i386_relocate_section): Likewise.
1371
1372         * elf64-x86-64.c (elf64_x86_64_tls_transition): Add a parameter,
1373         r_symndx.  Report local symbol name on error.
1374         (elf64_x86_64_check_relocs): Updated.  Report local symbol name
1375         on error.
1376         (elf64_x86_64_gc_sweep_hook): Updated.
1377         (elf64_x86_64_relocate_section): Likewise.
1378
1379 2009-06-19  Tristan Gingold  <gingold@adacore.com>
1380
1381         * mach-o.c (bfd_mach_o_print_private_header): Fix format character.
1382
1383 2009-06-19  Tristan Gingold  <gingold@adacore.com>
1384
1385         * mach-o.c (bfd_mach_o_scan_read_symtab_symbols): Add prototype.
1386         (bfd_mach_o_version): Use bfd_mach_o_get_data instead of direct access.
1387         (bfd_mach_o_valid): Ditto.
1388         (bfd_mach_o_wide_p): Ditto.
1389         (bfd_mach_o_canonicalize_reloc): Ditto.
1390         (bfd_mach_o_build_commands): Ditto.
1391         (bfd_mach_o_scan_read_thread): Ditto.
1392         (bfd_mach_o_flatten_sections): Ditto.
1393         (bfd_mach_o_scan_start_address): Ditto.
1394         (bfd_mach_o_lookup_section): Ditto.
1395         (bfd_mach_o_core_fetch_environment): Ditto.
1396         (bfd_mach_o_write_contents): Ditto.  Handle reexport_dylib.
1397         (bfd_mach_o_scan_write_relocs): Adjust for bfd_mach_o_get_data.
1398         (bfd_mach_o_scan_write_symtab): Ditto.
1399         Use macros instead of hard-coded values.
1400         (bfd_mach_o_scan_read_symtab_symbol): Make the function static.
1401         Use bfd_mach_o_get_data instead of direct access.  Use macros
1402         instead of hard-coded values.
1403         (bfd_mach_o_scan_read_symtab_strtab): Make the function static.
1404         Remove sym argument and get section from mdata.
1405         Move code into the else branch.
1406         (bfd_mach_o_scan_read_symtab_symbols): Make the function static.
1407         Remove sym argument and get section from mdata.  Adjust code.
1408         (bfd_mach_o_scan_read_dylib): Move assertion into the created
1409         switch (which replaces consecutive if statements).
1410         (bfd_mach_o_scan_read_dysymtab): Rename seg to cmd.  Load
1411         module table, table of content, indirect symbols and external
1412         referenced symbols.
1413         (bfd_mach_o_scan_read_symtab): Renames seg to symtab.  Set symtab
1414         field.
1415         (bfd_mach_o_scan_read_linkedit): New function.
1416         (bfd_mach_o_scan_read_str): Ditto.
1417         (bfd_mach_o_count_symbols): Simplify the code by using the symtab
1418         field of mdata.
1419         (bfd_mach_o_get_symtab_upper_bound): Remove check as
1420         bfd_mach_o_count_symbols never returns an error.
1421         (bfd_mach_o_canonicalize_symtab): Simplify the code by using the
1422         symtab field (there might be only one symtab).
1423         (bfd_mach_o_scan_read_command): Handle reexported dylib.
1424         Handle sub frameworks, sub umbrella, sub library and sub client.
1425         Read code signature and segment split info commands.
1426         (bfd_mach_o_scan): Reindent.
1427         (bfd_mach_o_xlat_name): New type.
1428         (bfd_mach_o_print_flags): New function.
1429         (bfd_mach_o_get_name): Ditto.
1430         (bfd_mach_o_cpu_name): New variable.
1431         (bfd_mach_o_filetype_name, bfd_mach_o_header_flags_name)
1432         (bfd_mach_o_section_type_name)
1433         (bfd_mach_o_section_attribute_name)
1434         (bfd_mach_o_load_command_name): New variables.
1435         (bfd_mach_o_print_private_header): New function.
1436         (bfd_mach_o_print_section_map): New function extracted from
1437         bfd_mach_o_print_private_bfd_data.
1438         (bfd_mach_o_print_section): Ditto.  Print more infos.
1439         (bfd_mach_o_print_segment): Ditto.
1440         (bfd_mach_o_print_dysymtab): Ditto.
1441         (bfd_mach_o_bfd_print_private_bfd_data): Reworked.  Handle
1442         load weak dylib, reexport dylib and id dylib.
1443         Handle code signature and segment_split info.
1444         Handle sub frameworks, sub umbrella, sub library and sub client.
1445         (bfd_mach_o_section_get_nbr_indirect): New function.
1446
1447         * mach-o.h (BFD_MACH_O_REFERENCE_MASK): New macro.  Add comment.
1448         (bfd_mach_o_header_flags): New enum to define header flags.
1449         (bfd_mach_o_section_attribute): New enum to replace ...
1450         (BFD_MACH_O_S_ATTR_LOC_RELOC, BFD_MACH_O_S_ATTR_EXT_RELOC,
1451         BFD_MACH_O_S_ATTR_SOME_INSTRUCTIONS, BFD_MACH_O_S_ATTR_DEBUG,
1452         BFD_MACH_O_S_SELF_MODIFYING_CODE, BFD_MACH_O_S_ATTR_LIVE_SUPPORT,
1453         BFD_MACH_O_S_ATTR_NO_DEAD_STRIP, BFD_MACH_O_S_ATTR_STRIP_STATIC_SYMS,
1454         BFD_MACH_O_S_ATTR_NO_TOC, BFD_MACH_O_S_ATTR_PURE_INSTRUCTIONS): ...
1455         these removed macros.
1456         (BFD_MACH_O_NLIST_SIZE, BFD_MACH_O_NLIST_64_SIZE): New macros.
1457         (bfd_mach_o_dylib_module): New type.
1458         (BFD_MACH_O_DYLIB_MODULE_SIZE, BFD_MACH_O_DYLIB_MODULE_64_SIZE): New
1459         macros.
1460         (bfd_mach_o_dylib_table_of_content): New type.
1461         (BFD_MACH_O_TABLE_OF_CONTENT_SIZE): New macro.
1462         (bfd_mach_o_dylib_reference): New type.
1463         (BFD_MACH_O_REFERENCE_SIZE): New macro.
1464         (bfd_mach_o_dysymtab_command): Add fields for loaded and decoded
1465         modules, toc, references and indirect syms.
1466         (BFD_MACH_O_INDIRECT_SYMBOL_SIZE): New macro.
1467         (bfd_mach_o_dylinker_command): Remove cmd and cmdsize fields (were
1468         unused).  Add comment.
1469         (bfd_mach_o_dylib_command): Ditto.
1470         (bfd_mach_o_prebound_dylib_command): Ditto.
1471         (bfd_mach_o_linkedit_command): New type.
1472         (bfd_mach_o_str_command): New type.
1473         (bfd_mach_o_load_command): Add linkedit and str fields.
1474         (mach_o_data_struct): Add symtab field.
1475         (bfd_get_mach_o_data): Renamed to ...
1476         (bfd_mach_o_get_data): ... this new macro.
1477         (bfd_mach_o_scan_read_symtab_symbol,
1478         bfd_mach_o_scan_read_symtab_strtab,
1479         bfd_mach_o_scan_read_symtab_symbols): Prototypes removed.
1480
1481         * mach-o-i386.c (bfd_mach_o_i386_mkobject): Use bfd_mach_o_get_data
1482         instead of direct access.
1483
1484 2009-06-19  Alan Modra  <amodra@bigpond.net.au>
1485
1486         * elf32-ppc.c (ppc_elf_check_relocs): Allow local symbols for
1487         R_PPC_PLTREL24 relocs.
1488         (ppc_elf_relocate_section): Likewise.
1489
1490 2009-06-19  Alan Modra  <amodra@bigpond.net.au>
1491
1492         * elf32-ppc.c (find_plt_ent): Pass pointer to plist rather than
1493         pointer to sym hash.  Update all uses.
1494         (update_plt_info): Likewise.  Don't check addend here.
1495
1496 2009-06-18  H.J. Lu  <hongjiu.lu@intel.com>
1497
1498         * elf32-i386.c (elf_i386_check_relocs): Remove isymbuf and use
1499         bfd_sym_from_r_symndx.
1500         * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1501
1502 2009-06-18  Alan Modra  <amodra@bigpond.net.au>
1503
1504         * elf-bfd.h (struct sym_sec_cache): Delete.
1505         (struct sym_cache): New.
1506         (bfd_section_from_r_symndx): Delete prototype.
1507         (bfd_sym_from_r_symndx): Define prototype.
1508         * elf.c (bfd_section_from_r_symndx): Delete, replace with..
1509         (bfd_sym_from_r_symndx): ..new function.
1510         * elf32-arm.c: Update all uses of struct sym_sec_cache and
1511         bfd_section_from_r_symndx to new struct and function.
1512         * elf32-bfin.c: Likewise.
1513         * elf32-hppa.c: Likewise.
1514         * elf32-i386.c: Likewise.
1515         * elf32-m32r.c: Likewise.
1516         * elf32-m68hc1x.c: Likewise.
1517         * elf32-m68hc1x.h: Likewise.
1518         * elf32-m68k.c: Likewise.
1519         * elf32-ppc.c: Likewise.
1520         * elf32-s390.c: Likewise.
1521         * elf32-sh.c: Likewise.
1522         * elf64-ppc.c: Likewise.
1523         * elf64-s390.c: Likewise.
1524         * elf64-x86-64.c: Likewise.
1525         * elfxx-sparc.c: Likewise.
1526         * elfxx-sparc.h: Likewise.
1527
1528 2009-06-18  H.J. Lu  <hongjiu.lu@intel.com>
1529
1530         * elf32-i386.c (elf_i386_check_relocs): Cache or free isymbuf.
1531         * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1532
1533 2009-06-18  Nick Clifton  <nickc@redhat.com>
1534
1535         * elflink.c (elf_link_sort_relocs): Return early if there are no
1536         relocs to sort.
1537
1538 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
1539
1540         Merge cegcc and mingw32ce target name changes from
1541         CeGCC project:
1542
1543         2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
1544
1545         * config.bfd: Add arm*-*-cegcc* target.
1546
1547         2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
1548
1549         * config.bfd: Add arm-*-mingw32ce* target.
1550
1551 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1552
1553         * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): New.
1554         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Likewise.
1555         * elf32-i386.c (elf_i386_allocate_dynrelocs): Use it.
1556         * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1557
1558 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1559
1560         * elf-bfd.h (_bfd_elf_create_ifunc_dyn_reloc): New.
1561         * elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Likewise.
1562         * elf32-i386.c (elf_i386_check_relocs): Use it.
1563         * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1564
1565 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1566
1567         * elf-bfd.h (elf_dyn_relocs): New.
1568
1569         * elf32-i386.c (elf_i386_dyn_relocs): Removed.
1570         (elf_i386_link_hash_entry): Replace elf_i386_dyn_relocs with
1571         elf_dyn_relocs.
1572         (elf_i386_copy_indirect_symbol): Likewise.
1573         (elf_i386_check_relocs): Likewise.
1574         (elf_i386_gc_sweep_hook): Likewise.
1575         (elf_i386_allocate_dynrelocs): Likewise.
1576         (elf_i386_readonly_dynrelocs): Likewise.
1577         (elf_i386_size_dynamic_sections): Likewise.
1578
1579         * elf64-x86-64.c (elf64_x86_64_dyn_relocs): Removed.
1580         (elf64_x86_64_link_hash_entry): Replace elf64_x86_64_dyn_relocs
1581         with elf_dyn_relocs.
1582         (elf64_x86_64_copy_indirect_symbol): Updated.
1583         (elf64_x86_64_check_relocs): Likewise.
1584         (elf64_x86_64_gc_sweep_hook): Likewise.
1585         (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1586         (elf64_x86_64_allocate_dynrelocs): Likewise.
1587         (elf64_x86_64_readonly_dynrelocs): Likewise.
1588         (elf64_x86_64_size_dynamic_sections): Likewise.
1589
1590 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1591
1592         * elf32-arm.c (create_got_section): Get existing .rela.got
1593         section.
1594         * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
1595         * elf32-lm32.c (create_got_section): Likewise.
1596         * elf32-m32r.c (create_got_section): Likewise.
1597         * elf32-ppc.c (ppc_elf_create_got): Likewise.
1598         * elf32-s390.c (create_got_section): Likewise.
1599         * elf32-sh.c (create_got_section): Likewise.
1600         * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
1601         * elf64-s390.c (create_got_section): Likewise.
1602         * elfxx-sparc.c (create_got_section): Likewise.
1603
1604         * elflink.c (_bfd_elf_create_got_section): Properly initialize
1605         the GOT size.
1606
1607 2009-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1608
1609         * elf-bfd.h (ELF_LOCAL_SYMBOL_HASH): New.
1610
1611         * elf32-i386.c (elf_i386_local_hash): Removed.
1612         (elf_i386_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
1613         (elf_i386_get_local_sym_hash): Likewise.
1614
1615         * elf64-x86-64.c (elf64_x86_64_local_hash): Removed.
1616         (elf64_x86_64_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
1617         (elf64_x86_64_get_local_sym_hash): Likewise.
1618         * elfxx-ia64.c (elfNN_ia64_local_htab_hash): Likewise.
1619         (get_local_sym_hash): Likewise.
1620
1621 2009-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1622
1623         * elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,
1624         rel_got_sec and plt_sec.
1625         (elfNN_ia64_relax_section): Updated.
1626         (elfNN_ia64_create_dynamic_sections): Likewise.
1627         (get_got): Likewise.
1628         (allocate_dynrel_entries): Likewise.
1629         (elfNN_ia64_size_dynamic_sections): Likewise.
1630         (set_got_entry): Likewise.
1631         (elfNN_ia64_choose_gp): Likewise.
1632         (elfNN_ia64_relocate_section): Likewise.
1633         (elfNN_ia64_finish_dynamic_symbol): Likewise.
1634         (elfNN_ia64_finish_dynamic_sections): Likewise.
1635
1636 2009-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
1637
1638         * elf32-spu.c (needs_ovl_stub): Respect .brinfo lrlive bits
1639         also for calls.
1640
1641 2009-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1642
1643         * configure.in (elf): Add elf-ifunc.lo.
1644
1645         * configure: Regenerated.
1646         * Makefile.in: Likewise.
1647
1648         * elf-bfd.h (elf_link_hash_table): Add sgot, sgotplt,
1649         srelgot, splt, srelplt, igotplt, iplt, irelplt and irelifunc.
1650
1651         * elf32-i386.c (elf_i386_link_hash_table): Remove sgot,
1652         sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
1653         irelifunc.
1654         (elf_i386_link_hash_table_create): Likewise.
1655         (elf_i386_create_dynamic_sections): Likewise.
1656         (elf_i386_check_relocs): Likewise.
1657         (elf_i386_allocate_dynrelocs): Likewise.
1658         (elf_i386_size_dynamic_sections): Likewise.
1659         (elf_i386_relocate_section): Likewise.
1660         (elf_i386_finish_dynamic_symbol): Likewise.
1661         (elf_i386_finish_dynamic_sections): Likewise.
1662         (elf_i386_create_got_section): Removed.
1663
1664         * elf64-x86-64.c (elf64_x86_64_link_hash_table): Remove sgot,
1665         sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
1666         irelifunc.
1667         (elf64_x86_64_compute_jump_table_size): Updated.
1668         (elf64_x86_64_link_hash_table_create): Likewise.
1669         (elf64_x86_64_create_dynamic_sections): Likewise.
1670         (elf64_x86_64_check_relocs): Likewise.
1671         (elf64_x86_64_allocate_dynrelocs): Likewise.
1672         (elf64_x86_64_size_dynamic_sections): Likewise.
1673         (elf64_x86_64_relocate_section): Likewise.
1674         (elf64_x86_64_finish_dynamic_symbol): Likewise.
1675         (elf64_x86_64_finish_dynamic_sections): Likewise.
1676         (elf64_x86_64_create_got_section): Removed.
1677
1678         * elflink.c (_bfd_elf_create_got_section): Use log_file_align
1679         for pointer alignment.  Set up section pointers.
1680         (_bfd_elf_create_dynamic_sections): Likewise.
1681         (_bfd_elf_create_ifunc_sections): Moved to ...
1682         * elf-ifunc.c: Here.  New.
1683
1684         * Makefile.am (BFD32_BACKENDS): Add elf-ifunc.lo.
1685         (BFD32_BACKENDS_CFILES): Add elf-ifunc.c.
1686         Run "make dep-am".
1687
1688 2009-06-16  Doug Kwan  <dougkwan@google.com>
1689
1690         * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
1691         to bfd_signed_vma.  Cast constant operands which are used in
1692         offset related expressions to bfd_signed_vma type as appropriate.
1693
1694 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1695
1696         * elf32-vax.c (elf_vax_plt_sym_val): New function.
1697         (elf_backend_plt_sym_val): Define.
1698
1699 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1700
1701         * elf32-vax.c (elf_vax_reloc_type_class): New function.
1702         (elf_backend_reloc_type_class): Define.
1703
1704 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1705
1706         * elf32-vax.c (elf_vax_relocate_section): For symbol references
1707         from an executable to a shared library treat R_VAX_PC32
1708         relocations as R_VAX_PLT32 ones.
1709
1710 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1711
1712         * elf32-vax.c (elf_vax_instantiate_got_entries): Skip local
1713         symbols in GOT space calculation.
1714         (elf_vax_relocate_section): Adjust accordingly.
1715
1716 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1717
1718         * elf32-vax.c (elf_vax_plt_entry): Set the entry mask to
1719         include <R11:R2>.
1720
1721 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1722
1723         * elf32-vax.c (elf_vax_check_relocs): Handle the visibility
1724         attribute.
1725         (elf_vax_relocate_section): Likewise.
1726
1727 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1728
1729         * elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments.
1730         * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1731
1732 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1733
1734         * elf32-i386.c (elf_i386_check_relocs): Reformat.
1735         * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1736
1737 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1738
1739         * Makefile.am: Run "make dep-am".
1740         * Makefile.in: Regenerated.
1741
1742 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1743
1744         * elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
1745         * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1746
1747 2009-06-15  Nick Clifton  <nickc@redhat.com>
1748
1749         * po/ru.po: New Russian translation.
1750         * configure.in (ALL_LINGUAS): Add ru.
1751         * configure: Regenerate.
1752
1753 2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1754
1755         * elf32-i386.c: Remove duplicated comments.
1756
1757 2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1758
1759         PR ld/10270
1760         * elf32-i386.c (elf_i386_allocate_dynrelocs): Disallow
1761         dynamic IFUNC pointer in non-shared object.  Use .got.plt
1762         for IFUNC definition in PIE.
1763         (elf_i386_allocate_dynrelocs): Resolve IFUNC definition in
1764         PIE locally.
1765
1766         * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Disallow
1767         dynamic IFUNC pointer in non-shared object.  Use .got.plt
1768         for IFUNC definition in PIE.
1769         (elf64_x86_64_relocate_section): Resolve IFUNC definition in
1770         PIE locally.
1771
1772 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1773
1774         * elf32-i386.c (elf_i386_check_relocs): Properly report
1775         local symbol for unhandled relocation against STT_GNU_IFUNC
1776         symbol.
1777         (elf_i386_relocate_section): Likewise.
1778         * elf64-x86-64.c (elf64_x86_64_check_relocs):  Likewise.
1779         (elf64_x86_64_relocate_section): Likewise.
1780
1781 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1782
1783         PR ld/10269
1784         * elf32-i386.c: Include "objalloc.h" and "hashtab.h".
1785         (elf_i386_link_hash_table): Add loc_hash_table and
1786         loc_hash_memory.
1787         (elf_i386_local_hash): New.
1788         (elf_i386_local_htab_hash): Likewise.
1789         (elf_i386_local_htab_eq): Likewise.
1790         (elf_i386_get_local_sym_hash): Likewise.
1791         (elf_i386_link_hash_table_free): Likewise.
1792         (elf_i386_allocate_local_dynrelocs): Likewise.
1793         (elf_i386_finish_local_dynamic_symbol): Likewise.
1794         (bfd_elf64_bfd_link_hash_table_free): Likewise.
1795         (elf_i386_link_hash_table_create): Create loc_hash_table and
1796         loc_hash_memory.
1797         (elf_i386_check_relocs): Handle local STT_GNU_IFUNC symbols.
1798         (elf_i386_size_dynamic_sections): Likewise.
1799         (elf_i386_relocate_section): Likewise.
1800         (elf_i386_finish_dynamic_sections): Likewise.
1801         (elf_i386_finish_dynamic_symbol): Check _DYNAMIC only if sym
1802         isn't NULL.
1803
1804         * elf64-x86-64.c: Include "objalloc.h" and "hashtab.h".
1805         (elf64_x86_64_link_hash_table): Add loc_hash_table and
1806         loc_hash_memory.
1807         (elf64_x86_64_local_hash): New.
1808         (elf64_x86_64_local_htab_hash): Likewise.
1809         (elf64_x86_64_local_htab_eq): Likewise.
1810         (elf64_x86_64_get_local_sym_hash): Likewise.
1811         (elf64_x86_64_link_hash_table_free): Likewise.
1812         (elf64_x86_64_allocate_local_dynrelocs): Likewise.
1813         (elf64_x86_64_finish_local_dynamic_symbol): Likewise.
1814         (bfd_elf64_bfd_link_hash_table_free): Likewise.
1815         (elf64_x86_64_link_hash_table_create): Create loc_hash_table
1816         and loc_hash_memory.
1817         (elf64_x86_64_check_relocs): Handle local STT_GNU_IFUNC
1818         symbols.
1819         (elf64_x86_64_size_dynamic_sections): Likewise.
1820         (elf64_x86_64_relocate_section): Likewise.
1821         (elf64_x86_64_finish_dynamic_sections): Likewise.
1822         (elf64_x86_64_finish_dynamic_symbol): Check _DYNAMIC only if
1823         sym isn't NULL.
1824
1825 2009-06-10  Philip Blundell  <philb@gnu.org>
1826
1827         * elf32-arm.c (elf32_arm_fix_exidx_coverage): Avoid crash if
1828         elf_sec->this_hdr == NULL.
1829
1830 2009-06-12  Tristan Gingold  <gingold@adacore.com>
1831
1832         * reloc.c: Add BFD_RELOC_MACH_O_SECTDIFF and BFD_RELOC_MACH_O_PAIR.
1833         * bfd-in2.h: Regenerated.
1834         * libbfd.h: Regenerated.
1835
1836         * mach-o.c (FILE_ALIGN): New macro.
1837         (bfd_mach_o_canonicalize_symtab): Adjust for bfd_mach_o_asymbol.
1838         (bfd_mach_o_print_symbol): Ditto.
1839         (bfd_mach_o_scan_write_thread): Adjust type of variable offset.
1840         (bfd_mach_o_get_reloc_upper_bound): New function.
1841         (bfd_mach_o_canonicalize_reloc): Ditto.
1842         (bfd_mach_o_scan_write_relocs): Ditto.
1843         (bfd_mach_o_scan_write_section_32): Remove offset argument.
1844         (bfd_mach_o_scan_write_section_64): Ditto.
1845         (bfd_mach_o_scan_write_segment_32): Write relocs.  Fix size of data
1846         written for load command.  Do not compute section file offset.
1847         (bfd_mach_o_scan_write_segment_64): Ditto.
1848         (bfd_mach_o_scan_write_symtab): Compute file offset first.
1849         Adjust for bfd_mach_o_asymbol.  Move code to convert from BFD to
1850         Mach-O to ...
1851         (bfd_mach_o_mangle_symbols): ... this new function.
1852         (bfd_mach_o_write_contents): Be sure to have load commands built.
1853         Call bfd_mach_o_mangle_symbols.
1854         (bfd_mach_o_build_commands): Adjust for filelen field.
1855         Use FILE_ALIGN macro.  Clear section file offset if section is empty.
1856         Do not set symtab file offset anymore here.
1857         (bfd_mach_o_make_empty_symbol): Allocate a bfd_mach_o_asymbol.
1858         (bfd_mach_o_make_bfd_section): Set SEC_RELOC if has reloc.
1859         Set reloc_count and rel_filepos section fields.
1860         (bfd_mach_o_scan_read_section_32): Type of argument offset is now
1861         unsigned int.
1862         (bfd_mach_o_scan_read_section_64): Ditto.
1863         (bfd_mach_o_scan_read_section): Ditto.
1864         (bfd_mach_o_scan_read_symtab_symbol): Typr of argument s is now
1865         bfd_mach_o_asymbol.  Use unsigned int for file offset type.
1866         (bfd_mach_o_scan_read_symtab_symbol): Adjust for bfd_mach_o_asymbol.
1867         Handle weak-ref symbols.
1868         (bfd_mach_o_scan_read_symtab_symbols): Adjust for bfd_mach_o_asymbol.
1869         (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
1870         (bfd_mach_o_scan): Remove assignment to removed field.
1871         (bfd_mach_o_mkobject_init): Ditto.
1872         (bfd_mach_o_bfd_print_private_bfd_data): Adjust printf formatter.
1873         (bfd_mach_o_bfd_reloc_type_lookup): New macro.
1874         (bfd_mach_o_bfd_reloc_name_lookup): Ditto.
1875         (bfd_mach_o_swap_reloc_in): Ditto.
1876         (bfd_mach_o_swap_reloc_out): Ditto.
1877
1878         * mach-o.h (BFD_MACH_O_REFERENCE_FLAG_UNDEFINED_NON_LAZY)
1879         (BFD_MACH_O_REFERENCE_FLAG_UNDEFINED_LAZY)
1880         (BFD_MACH_O_REFERENCE_FLAG_DEFINED)
1881         (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_DEFINED)
1882         (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY)
1883         (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY)
1884         (BFD_MACH_O_REFERENCED_DYNAMICALLY, BFD_MACH_O_N_DESC_DISCARDED)
1885         (BFD_MACH_O_N_NO_DEAD_STRIP, BFD_MACH_O_N_WEAK_REF)
1886         (BFD_MACH_O_N_WEAK_DEF): New macros.
1887         Add comments.
1888         (bfd_mach_o_section_type): Add new enumeration values.
1889         (BFD_MACH_O_S_SELF_MODIFYING_CODE)
1890         (BFD_MACH_O_S_ATTR_LIVE_SUPPORT)
1891         (BFD_MACH_O_S_ATTR_NO_DEAD_STRIP)
1892         (BFD_MACH_O_S_ATTR_STRIP_STATIC_SYMS, BFD_MACH_O_S_ATTR_NO_TOC): New
1893         macros.
1894         (BFD_MACH_O_GENERIC_RELOC_VANILLA)
1895         (BFD_MACH_O_GENERIC_RELOC_PAIR)
1896         (BFD_MACH_O_GENERIC_RELOC_SECTDIFF)
1897         (BFD_MACH_O_GENERIC_RELOC_PB_LA_PTR)
1898         (BFD_MACH_O_GENERIC_RELOC_LOCAL_SECTDIFF): Ditto.
1899         (BFD_MACH_O_RELENT_SIZE): Ditto.
1900         (BFD_MACH_O_R_PCREL, BFD_MACH_O_GET_R_LENGTH)
1901         (BFD_MACH_O_R_EXTERN, BFD_MACH_O_GET_R_TYPE)
1902         (BFD_MACH_O_GET_R_SYMBOLNUM, BFD_MACH_O_SET_R_LENGTH)
1903         (BFD_MACH_O_SET_R_TYPE, BFD_MACH_O_SET_R_SYMBOLNUM): Ditto.
1904         (BFD_MACH_O_SR_SCATTERED, BFD_MACH_O_SR_PCREL)
1905         (BFD_MACH_O_GET_SR_LENGTH, BFD_MACH_O_GET_SR_TYPE)
1906         (BFD_MACH_O_GET_SR_ADDRESS, BFD_MACH_O_SET_SR_LENGTH)
1907         (BFD_MACH_O_SET_SR_TYPE, BFD_MACH_O_SET_SR_ADDRESS): Ditto.
1908         (bfd_mach_o_reloc_info): New struct.
1909         (bfd_mach_o_asymbol): New struct.
1910         (bfd_mach_o_symtab_command): The symbols field is now of type
1911         bfd_mach_o_asymbol.
1912         (bfd_mach_o_load_command): The offset and len fields are now of type
1913         unsigned int.
1914         (mach_o_data_struct): Remove symbols, nsymbols and ibfd fields.
1915         Add a filelen field.  Add comments.
1916         (bfd_mach_o_backend_data): New struct.
1917         (bfd_mach_o_get_backend_data): New macro.
1918         (bfd_mach_o_scan_read_symtab_symbol): Parameter symbol now of type
1919         bfd_mach_o_asymbol.
1920         (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
1921         (bfd_mach_o_get_reloc_upper_bound): New prototype.
1922         (bfd_mach_o_canonicalize_reloc): Ditto.
1923
1924         * mach-o-target.c (bfd_mach_o_bfd_is_local_label_name): Remove
1925         duplicated macro.  Now defined to _bfd_generic_is_local_label.
1926         (TARGET_NAME_BACKEND): New macro...
1927         (TARGET_NAME_BACKEND): ... used to name a new variable.
1928         (TARGET_NAME): Define relocs table using bfd_mach_o, reference
1929         Mach-O backend data.
1930
1931         * mach-o-i386.c (i386_howto_table): New variable.
1932         (bfd_mach_o_i386_swap_reloc_in): New function.
1933         (bfd_mach_o_i386_swap_reloc_out): Ditto.
1934         (bfd_mach_o_i386_bfd_reloc_type_lookup): Ditto.
1935         (bfd_mach_o_i386_bfd_reloc_name_lookup): Ditto.
1936         (bfd_mach_o_swap_reloc_in, bfd_mach_o_swap_reloc_out): New macros.
1937         (bfd_mach_o_bfd_reloc_type_lookup)
1938         (bfd_mach_o_bfd_reloc_name_lookup): Ditto.
1939
1940 2009-06-11  Eric Paris  <eparis@redhat.com>
1941             Nick Clifton  <nickc@redhat.com>
1942
1943         * opncls.c (_maybe_make_executable): New function.  Gives execute
1944         permission to an executable bfd that was opened for writing
1945         provided that it is a regular file.  Replaces common code found in...
1946         (bfd_close): here and ...
1947         (bfd_close_all_done): here.
1948
1949 2009-06-11  Anthony Green  <green@moxielogic.com>
1950
1951         * reloc.c: Add BFD_RELOC_MOXIE_10_PCREL.
1952         * bfd-in2.h: Rebuilt.
1953         * libbfd.h: Rebuilt.
1954         * elf32-moxie.c (moxie_elf_howto_table): Add R_MOXIE_PCREL10
1955         relocation support.
1956         (moxie_reloc_map): Ditto.
1957         Clean up copyright notice.
1958
1959 2009-06-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
1960
1961         * bfd-in2.h: bfd_mmap prototype.
1962         * bfdio.c (bfd_mmap): New function.
1963         * libbfd.h (bfd_iovec): Add bmmap.
1964         * cache.c (cache_bmmap): New function.
1965         (cache_iovec): Initialize bmmap member.
1966         * opencls.c (opncls_bmmap): New function.
1967         (opncls_iovec): Initialize bmmap member.
1968
1969 2009-06-09  Tristan Gingold  <gingold@adacore.com>
1970
1971         * mach-o.h (bfd_mach_o_symtab_command): Remove stabs_segment
1972         and stabstr_segment fields.
1973         (mach_o_be_vec, mach_o_le_vec): Removed
1974         (bfd_mach_o_version): New prototype.
1975
1976         * mach-o.c (bfd_mach_o_version): Make this function public.
1977         (mach_o_wide_p): New function.
1978         (bfd_mach_o_wide_p): Ditto.
1979         (bfd_mach_o_convert_section_name_to_bfd): Add prefix only for
1980         weird names.
1981         (bfd_mach_o_convert_section_name_to_mach_o): Fix typo in comment.
1982         Search in the list only if the name starts with a dot.
1983         (bfd_mach_o_write_header): Use mach_o_wide_p instead of hard-coded
1984         test.  Check bfd_seek status.
1985         (bfd_mach_o_scan_write_thread): Check bfd_seek status.
1986         (bfd_mach_o_scan_write_section_32): Ditto.
1987         (bfd_mach_o_scan_write_section_64): Ditto.
1988         (bfd_mach_o_scan_write_section): Removed.
1989         (bfd_mach_o_scan_write_segment): Split into ...
1990         (bfd_mach_o_scan_write_segment_32): ... this and ...
1991         (bfd_mach_o_scan_write_segment_64): ... this.  Check bfd_seek status.
1992         (bfd_mach_o_scan_write_symtab_symbols): Moved into ...
1993         (bfd_mach_o_scan_write_symtab): ... this.  Write symtab from BFD
1994         symbol table.  Now returns a boolean.
1995         (bfd_mach_o_write_contents): Set filetype.  Check bfd_seek status.
1996         Adjust for status type.
1997         (bfd_mach_o_build_commands): Use mach_o_wide_p instead of hard-coded
1998         test.  Write symbol table.  Numbers the sections.
1999         (bfd_mach_o_read_header): Check bfd_seek status.
2000         Use mach_o_wide_p instead of hard-coded test.
2001         (bfd_mach_o_scan_read_section_32): Check bfd_seek status.
2002         (bfd_mach_o_scan_read_section_64): Ditto.
2003         (bfd_mach_o_scan_read_symtab_symbol): Ditto.  Check bfd_seek status.
2004         Use BFD_MACH_O_N_TYPE instead of hard-coded value.  Correctly
2005         handled common symbols.
2006         (bfd_mach_o_scan_read_symtab_strtab): Check bfd_seek status.
2007         (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
2008         (bfd_mach_o_scan_read_dylinker): Ditto.
2009         (bfd_mach_o_scan_read_dylib): Ditto.
2010         (bfd_mach_o_scan_read_thread): Ditto.
2011         (bfd_mach_o_scan_read_symtab): Ditto.
2012         Do not create a section for the stabs.
2013         (bfd_mach_o_scan_read_uuid): Check bfd_seek status.
2014         (bfd_mach_o_scan_read_segment): Ditto.
2015         (bfd_mach_o_scan_read_command): Ditto.
2016         (bfd_mach_o_scan_start_address): Ditto.
2017         (bfd_mach_o_scan): Use mach_o_wide_p instead of hard-coded test.
2018         (bfd_mach_o_archive_p): Check bfd_seek status.
2019         (bfd_mach_o_core_fetch_environment): Ditto.
2020
2021         * mach-o-i386.c (bfd_mach_o_i386_mkobject): Don't set filetype.
2022
2023 2009-06-06  H.J. Lu  <hongjiu.lu@intel.com>
2024
2025         * elf32-i386.c (elf_i386_link_hash_table): Add irelifunc.
2026         (elf_i386_link_hash_table_create): Initialize irelifunc.
2027         (elf_i386_check_relocs): Updated.  Set up irelifunc for
2028         shared objects.
2029         (elf_i386_allocate_dynrelocs): Use irelifunc for dynamic
2030         relocation for non-GOT reference of STT_GNU_IFUNC symbol in
2031         shared objects.
2032         (elf_i386_relocate_section): Likewise.
2033
2034         * elf64-x86-64.c (elf64_x86_64_link_hash_table): Add irelifunc.
2035         (elf64_x86_64_link_hash_table_create): Initialize irelifunc.
2036         (elf64_x86_64_check_relocs): Updated.  Set up irelifunc for
2037         shared objects.
2038         (elf64_x86_64_allocate_dynrelocs): Use irelifunc for dynamic
2039         relocation for non-GOT reference of STT_GNU_IFUNC symbol in
2040         shared objects.
2041         (elf64_x86_64_relocate_section): Likewise.
2042
2043         * elf-bfd.h (_bfd_elf_create_static_ifunc_sections): Renamed to
2044         ...
2045         (_bfd_elf_create_ifunc_sections): This.
2046
2047         * elflink.c (_bfd_elf_create_static_ifunc_sections): Renamed to
2048         ...
2049         (_bfd_elf_create_ifunc_sections): This.  Create .rel[a].ifunc
2050         for shared objects.
2051
2052 2009-06-06  H.J. Lu  <hongjiu.lu@intel.com>
2053
2054         * elf32-i386.c (elf_i386_check_relocs): Make room for dynamic
2055         relocation for R_386_32 against STT_GNU_IFUNC symbol when
2056         building shared object.  Check info->executable instead of
2057         !info->shared when setting non_got_ref.
2058         (elf_i386_allocate_dynrelocs): Allocate dynamic relocation
2059         for non-GOT reference of STT_GNU_IFUNC symbol in shared
2060         object. Allocate GOT relocation agsinst STT_GNU_IFUNC
2061         symbol if needed.
2062         (elf_i386_relocate_section): Output dynamic relocation for
2063         R_386_32 against STT_GNU_IFUNC symbol to get the real
2064         function address when building shared object.
2065         (elf_i386_finish_dynamic_symbol): Output R_386_GLOB_DAT
2066         relocation for STT_GNU_IFUNC symbol in shared object.
2067
2068         * elf64-x86-64.c (elf64_x86_64_check_relocs): Make room for
2069         dynamic relocation for R_X86_64_64 against STT_GNU_IFUNC
2070         symbol when building shared object.  Check info->executable
2071         instead of !info->shared when setting non_got_ref.
2072         (elf64_x86_64_allocate_dynrelocs): Allocate dynamic relocation
2073         for non-GOT reference of STT_GNU_IFUNC symbol in shared
2074         library. Allocate GOT relocation agsinst STT_GNU_IFUNC symbol
2075         if needed.
2076         (elf64_x86_64_relocate_section): Output dynamic relocation
2077         for R_X86_64_64 against STT_GNU_IFUNC symbol to get the real
2078         function address when building shared object.
2079         (elf64_x86_64_finish_dynamic_symbol): Output R_X86_64_GLOB_DAT
2080         relocation for STT_GNU_IFUNC symbol in shared object.
2081
2082 2009-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2083
2084         * Makefile.am: Run "make dep-am".
2085         (BFD32_BACKENDS): Add mach-o-i386.lo.
2086         (BFD32_BACKENDS_CFILES): Add mach-o-i386.c.
2087         * Makefile.in: Regenerate.
2088
2089 2009-06-06  Alan Modra  <amodra@bigpond.net.au>
2090
2091         * elf32-spu.c (spu_elf_relocate_section): Match overlay number
2092         when looking for soft-icache stubs.
2093
2094 2009-06-05  Tristan Gingold  <gingold@adacore.com>
2095
2096         * mach-o.h: Update copyright year.
2097         (bfd_mach_o_mach_header_magic): New enum.
2098         (bfd_mach_o_cpu_subtype): Now an enum.
2099         (BFD_MACH_O_HEADER_SIZE, BFD_MACH_O_HEADER_64_SIZE): New macros.
2100         (BFD_MACH_O_SECTION_SIZE, BFD_MACH_O_SECTION_64_SIZE): Ditto.
2101         (BFD_MACH_O_LC_SEGMENT_SIZE, BFD_MACH_O_LC_SEGMENT_64_SIZE): Ditto.
2102         (bfd_mach_o_load_command): Field type_required is now a boolean.
2103         Reindent prototypes.
2104         (bfd_mach_o_object_p, bfd_mach_o_core_p): Remove.
2105         (bfd_mach_o_bfd_copy_private_symbol_data): Add a prototype.
2106         (bfd_mach_o_bfd_copy_private_section_data): Ditto.
2107         (bfd_mach_o_bfd_copy_private_bfd_data): Ditto.
2108         (bfd_mach_o_get_symtab_upper_bound): Ditto.
2109         (bfd_mach_o_canonicalize_symtab): Ditto.
2110         (bfd_mach_o_get_symbol_info): Ditto.
2111         (bfd_mach_o_print_symbol): Ditto.
2112         (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
2113         (bfd_mach_o_make_empty_symbol): Ditto.
2114         (bfd_mach_o_write_contents): Ditto.
2115
2116         * mach-o.c (bfd_mach_o_object_p, bfd_mach_o_core_p,
2117         bfd_mach_o_mkobject): Defines.
2118         (bfd_mach_o_valid): Returns FALSE/TRUE instead of 0/1.
2119         Do not check with target vector but with flavour.
2120         (struct mach_o_section_name_xlat): New declaration.
2121         (dwarf_section_names_xlat): Ditto.
2122         (text_section_names_xlat): Ditto.
2123         (data_section_names_xlat): Ditto.
2124         (struct mach_o_segment_name_xlat): Ditto.
2125         (segsec_names_xlat): Ditto.
2126         (bfd_mach_o_convert_section_name_to_bfd): New function.
2127         (bfd_mach_o_convert_section_name_to_mach_o): Ditto.
2128         (bfd_mach_o_bfd_copy_private_symbol_data): Make it public.
2129         (bfd_mach_o_bfd_copy_private_section_data): Ditto.
2130         (bfd_mach_o_bfd_copy_private_bfd_data): Ditto.
2131         Accept any input and output flavour.  Do not share private data
2132         anymore.
2133         (bfd_mach_o_count_symbols): Add a comment.
2134         (bfd_mach_o_get_symtab_upper_bound): Make it public.
2135         (bfd_mach_o_canonicalize_symtab): Ditto.
2136         (bfd_mach_o_get_symbol_info): Ditto.
2137         (bfd_mach_o_print_symbol): Ditto.
2138         (bfd_mach_o_write_header): Now returns a boolean instead of an int.
2139         Use constants instead of hard-coded values.
2140         (bfd_mach_o_scan_write_section_32): Use constants instead of hard-coded
2141         values.
2142         (bfd_mach_o_scan_write_section_64): Ditto.
2143         (bfd_mach_o_scan_write_segment): Ditto.
2144         Do not copy sections anymore.
2145         (bfd_mach_o_write_contents): Make it public.
2146         Remove dead code.  Rewrite typeflag assignment.
2147         (bfd_mach_o_build_commands): New function.
2148         (bfd_mach_o_set_section_contents): Ditto.
2149         (bfd_mach_o_make_empty_symbol): Make it public.
2150         (bfd_mach_o_read_header): Make it static.
2151         Convert to bfd_boolean.
2152         Use constants instead of hard-coded values.
2153         (bfd_mach_o_make_bfd_section): Call
2154         bfd_mach_o_convert_section_name_to_bfd to create name.
2155         (bfd_mach_o_scan_read_section_32): Use constants instead of hard-coded
2156         values.
2157         (bfd_mach_o_scan_read_section_64): Ditto.
2158         (bfd_mach_o_scan_read_segment): Do not create a bfd section for
2159         a segment anymore.  Use constants instead of hard-coded values.
2160         (bfd_mach_o_scan_read_command): Fix style.
2161         (bfd_mach_o_scan): Use constants instead of hard-coded values.
2162         Get rid of BFD_IO_FUNCS.
2163         (bfd_mach_o_mkobject_init): Renamed from bfd_mach_o_mkobject.
2164         (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.
2165         (bfd_mach_o_gen_object_p): New function, replaces bfd_mach_o_object_p.
2166         (bfd_mach_o_object_p): Removed.
2167         (bfd_mach_o_gen_core_p): New function, replaces ...
2168         (bfd_mach_o_core_p): ... deleted.
2169         (bfd_mach_o_bfd_print_private_bfd_data): Make it public.
2170
2171         * mach-o-i386.c: New file.
2172         * config.bfd: Use mach_o_i386_vec as targ_defvec for ix86-darwin.
2173         * configure.in (TDEFINES): Add mach_o_i386_vec.
2174         * configure: Regenerated.
2175         * targets.c: Add mach_o_i386_vec.
2176
2177         * mach-o.c: Update copyright years.
2178         (BFD_IO_FUNCS): Remove (was not used).
2179         (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr, bfd_mach_o_slurp_armap
2180         bfd_mach_o_slurp_extended_name_table,
2181         bfd_mach_o_construct_extended_name_table,
2182         bfd_mach_o_truncate_arname, bfd_mach_o_write_armap,
2183         bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt,
2184         bfd_mach_o_update_armap_timestamp, bfd_mach_o_close_and_cleanup,
2185         bfd_mach_o_bfd_free_cached_info, bfd_mach_o_new_section_hook,
2186         bfd_mach_o_get_section_contents_in_window,
2187         bfd_mach_o_bfd_is_local_label_name,
2188         bfd_mach_o_bfd_is_target_special_symbol,
2189         bfd_mach_o_bfd_is_local_label_name, bfd_mach_o_get_lineno,
2190         bfd_mach_o_find_nearest_line, bfd_mach_o_find_inliner_info,
2191         bfd_mach_o_bfd_make_debug_symbol, bfd_mach_o_read_minisymbols,
2192         bfd_mach_o_minisymbol_to_symbol,
2193         bfd_mach_o_bfd_get_relocated_section_contents,
2194         bfd_mach_o_bfd_relax_section, bfd_mach_o_bfd_link_hash_table_create,
2195         bfd_mach_o_bfd_link_hash_table_free, bfd_mach_o_bfd_link_add_symbols,
2196         bfd_mach_o_bfd_link_just_syms, bfd_mach_o_bfd_final_link,
2197         bfd_mach_o_bfd_link_split_section, bfd_mach_o_set_arch_mach,
2198         bfd_mach_o_bfd_merge_private_bfd_data,
2199         bfd_mach_o_bfd_set_private_flags, bfd_mach_o_get_section_contents,
2200         bfd_mach_o_bfd_gc_sections, bfd_mach_o_bfd_merge_sections,
2201         bfd_mach_o_bfd_is_group_section, bfd_mach_o_bfd_discard_group,
2202         bfd_mach_o_section_already_linked, bfd_mach_o_bfd_define_common_symbol,
2203         bfd_mach_o_bfd_copy_private_header_data,
2204         bfd_mach_o_core_file_matches_executable_p): Move these defines ...
2205         * mach-o-target.c: ... here.
2206         Update copyright years.
2207
2208 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
2209
2210         * dep-in.sed: Don't use \n in replacement part of s command.
2211         * Makefile.am (DEP1): LC_ALL for uniq.
2212         Run "make dep-am".
2213         * Makefile.in: Regenerate.
2214
2215 2009-06-03  H.J. Lu  <hongjiu.lu@intel.com>
2216
2217         * elf32-i386.c (elf_i386_allocate_dynrelocs): Remove check of
2218         h->plt.refcount > 0 on STT_GNU_IFUNC symbol.
2219         * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
2220
2221 2009-06-03  H.J. Lu  <hongjiu.lu@intel.com>
2222
2223         * elf32-i386.c (elf_i386_allocate_dynrelocs): Allocate
2224         GOT entry for STT_GNU_IFUNC symbol with pointer equality.
2225         (elf_i386_relocate_section): Adjust R_386_GOT32 relocation
2226         against STT_GNU_IFUNC symbols for static executables.
2227         (elf_i386_finish_dynamic_symbol): Load GOT entry with
2228         PLT entry for STT_GNU_IFUNC symbol with pointer equality.
2229
2230         * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Allocate
2231         GOT entry for STT_GNU_IFUNC symbol with pointer equality.
2232         (elf64_x86_64_finish_dynamic_symbol): Load GOT entry with
2233         PLT entry for STT_GNU_IFUNC symbol with pointer equality.
2234
2235 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2236
2237         * coff-rs6000.c (xcoff_ppc_relocate_section): Allow undefined
2238         symbols to be left unimported when linking statically.
2239         * xcofflink.c (xcoff_link_add_symbols): Ignore global linkage
2240         code when linking statically.
2241
2242 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2243
2244         * elf32-i386.c (elf_i386_check_relocs): Increment
2245         got.refcount for R_386_GOT32/R_386_GOTOFF relocations
2246         against STT_GNU_IFUNC symbol.
2247         (elf_i386_allocate_dynrelocs): Set got.refcount to 0 if
2248         local STT_GNU_IFUNC definition is used.
2249         (elf_i386_relocate_section): Handle got.offset != -1 for
2250         R_386_GOT32/R_386_GOTOFF relocations against STT_GNU_IFUNC
2251         symbol.
2252
2253         * elf64-x86-64.c (elf64_x86_64_check_relocs): Increment
2254         got.refcount for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64
2255         relocations against STT_GNU_IFUNC symbol.
2256         (elf64_x86_64_allocate_dynrelocs): Set got.refcount to 0 if
2257         local STT_GNU_IFUNC definition is used.
2258         (elf64_x86_64_relocate_section): Handle got.offset != -1
2259         for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64 relocations against
2260         STT_GNU_IFUNC symbol.
2261
2262 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2263
2264         PR ld/10205
2265         * elf32-i386.c (elf_howto_table): Add R_386_IRELATIVE.
2266         (elf_i386_reloc_type_lookup): Likewise.
2267         (R_386_tls): Removed.
2268         (R_386_irelative): New.
2269         (R_386_vt_offset): Updated.
2270         (elf_i386_rtype_to_howto): Likewise.
2271         (elf_i386_link_hash_table): Add igotplt, iplt and irelplt.
2272         (elf_i386_link_hash_table_create): Initialize igotplt,
2273         iplt and irelplt.
2274         (elf_i386_check_relocs): Handle STT_GNU_IFUNC symbol first.
2275         (elf_i386_adjust_dynamic_symbol): Likewise.
2276         (elf_i386_allocate_dynrelocs): Likewise.
2277         (elf_i386_relocate_section): Likewise.
2278         (elf_i386_size_dynamic_sections): Set up .iplt and .igot.plt
2279         sections.
2280         (elf_i386_finish_dynamic_symbol): When building a static
2281         executable, use .iplt, .igot.plt and .rel.iplt sections for
2282         STT_GNU_IFUNC symbols.  Generate R_386_IRELATIVE relocation for
2283         locally defined STT_GNU_IFUNC symbol.
2284
2285         * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_IRELATIVE.
2286         (x86_64_reloc_map): Likewise.
2287         (R_X86_64_standard): Updated.
2288         (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt.
2289         (elf64_x86_64_link_hash_table_create): Initialize igotplt,
2290         iplt and irelplt.
2291         (elf64_x86_64_check_relocs): Handle STT_GNU_IFUNC symbol first.
2292         (elf64_x86_64_adjust_dynamic_symbol): Likewise.
2293         (elf64_x86_64_allocate_dynrelocs): Likewise.
2294         (elf64_x86_64_relocate_section): Likewise.
2295         (elf64_x86_64_size_dynamic_sections): Set up .iplt and .igot.plt
2296         sections.
2297         (elf64_x86_64_finish_dynamic_symbol): When building a static
2298         executable, use .iplt, .igot.plt and .rela.iplt sections for
2299         STT_GNU_IFUNC symbols.  Generate R_X86_64_IRELATIVE relocation
2300         for locally defined STT_GNU_IFUNC symbol.
2301
2302         * reloc.c (BFD_RELOC_386_IRELATIVE): New.
2303         (BFD_RELOC_X86_64_IRELATIVE): Likewise.
2304
2305         * bfd-in2.h: Regenerated.
2306         * libbfd.h: Likewise.
2307
2308 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2309
2310         * elf-bfd.h (struct bfd_elf_section_data): Remove indirect_relocs.
2311         (_bfd_elf_make_ifunc_reloc_section): Removed.
2312         (_bfd_elf_is_ifunc_symbol): Likewise.
2313         (_bfd_elf_create_static_ifunc_sections): New.
2314
2315         * elflink.c (_bfd_elf_adjust_dynamic_symbol): Move STT_GNU_IFUNC
2316         symbol check to ...
2317         (elf_link_add_object_symbols): Here.
2318         (_bfd_elf_link_hash_hide_symbol): Don't clean plt on
2319         STT_GNU_IFUNC symbol.
2320         (elf_link_output_extsym): Call elf_backend_finish_dynamic_symbol
2321         if a STT_GNU_IFUNC symbol is referenced in a non-shared object.
2322         (IFUNC_INFIX): Removed.
2323         (get_ifunc_reloc_section_name): Likewise.
2324         (_bfd_elf_make_ifunc_reloc_section): Likewise.
2325         (_bfd_elf_is_ifunc_symbol): Likewise.
2326         (_bfd_elf_create_static_ifunc_sections): New.
2327
2328 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2329
2330         * elf32-i386.c (link_hash_newfunc): Add elf_i386_ prefix.
2331         (create_got_section): Likewise.
2332         (allocate_dynrelocs): Likewise.
2333         (readonly_dynrelocs): Likewise.
2334         (set_tls_module_base): Likewise.
2335         (dtpoff_base): Likewise.
2336         (tpoff): Likewise.
2337         (elf_i386_link_hash_table_create): Updated.
2338         (elf_i386_create_dynamic_sections): Likewise.
2339         (elf_i386_check_relocs): Likewise.
2340         (elf_i386_size_dynamic_sections): Likewise.
2341         (elf_i386_relocate_section): Likewise.
2342
2343         * elf64-x86-64.c (link_hash_newfunc): Add elf64_x86_64_ prefix.
2344         (create_got_section): Likewise.
2345         (allocate_dynrelocs): Likewise.
2346         (readonly_dynrelocs): Likewise.
2347         (set_tls_module_base): Likewise.
2348         (dtpoff_base): Likewise.
2349         (tpoff): Likewise.
2350         (elf64_x86_64_link_hash_table_create): Updated.
2351         (elf64_x86_64_create_dynamic_sections): Likewise.
2352         (elf64_x86_64_check_relocs): Likewise.
2353         (elf64_x86_64_size_dynamic_sections): Likewise.
2354         (elf64_x86_64_relocate_section): Likewise.
2355
2356 2009-05-28  Nick Clifton  <nickc@redhat.com>
2357
2358         * targets.c (_bfd_target_vector): Only include plugin target in
2359         all-targets build if BFD_SUPPORTS_PLUGINS is non-zero.
2360
2361 2009-05-28  Ulrich Weigand  <uweigand@de.ibm.com>
2362
2363         * elf32-spu.c (struct call_info): New member broken_cycle.
2364         (remove_cycle): Instead of physically removing call_info structures
2365         to break call graph cycles, mark them using the broken_cycle flag.
2366         (mark_overlay_section): Respect broken_cycle flag.
2367         (unmark_overlay_section): Likewise.
2368         (collect_lib_sections): Likewise.
2369         (collect_overlays): Likewise.
2370         (sum_stack): Likewise.
2371
2372 2009-05-28  Ulrich Weigand  <uweigand@de.ibm.com>
2373
2374         * elf32-spu.c (insert_callee): Accumulate incoming callee->count.
2375         (mark_functions_via_relocs): Initialize callee->count to 1.
2376         (pasted_function): Likewise.
2377         (spu_elf_auto_overlay): Honor call counts when determining number
2378         of stubs required in software i-cache mode.
2379
2380 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
2381
2382         * plugin.c (program_name): Remove.
2383         (plugin_program_name): New.
2384         (bfd_plugin_set_program_name): New.
2385         (try_load_plugin): Use plugin_program_name.
2386         * plugin.h (bfd_plugin_set_program_name): New.
2387
2388 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
2389
2390         * aclocal.m4: Include ../config/plugins.m4.
2391         * configure.in: Use AC_PLUGINS.
2392         * configure: Regenerate.
2393         * Makefile.in: Regenerate.
2394         * doc/Makefile.in: Regenerate.
2395
2396 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
2397
2398         * elf32-ppc.c (ppc_elf_relax_section): Work with a partial
2399         link.
2400         * bout.c (b_out_bfd_relax_section): Reject relocatable links.
2401         * elf32-m10300.c (mn10300_elf_relax_section): Likewise.
2402         * elf32-avr.c (elf32_avr_relax_section): Likewise.
2403         * elf32-frv.c (elf32_avr_relax_section): Likewise.
2404         * elf32-xtensa.c (elf_xtensa_relax_section): Likewise.
2405         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2406         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
2407         * elfxx-sparc.c (_bfd_sparc_elf_relax_section): Likewise.
2408         * reloc.c (bfd_generic_relax_section): Likewise.
2409         * reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
2410         * vms.c (vms_bfd_relax_section): Likewise.
2411
2412 2009-05-26  H.J. Lu  <hongjiu.lu@intel.com>
2413
2414         * elf-bfd.h (_bfd_elf_is_ifunc_symbol): New.
2415
2416         * elf32-i386.c (is_indirect_symbol): Renamed to ...
2417         * elflink.c (_bfd_elf_is_ifunc_symbol): This.
2418
2419         * elf32-i386.c (allocate_dynrelocs): Updated.
2420         (elf_i386_relocate_section): Likewise.
2421         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2422         (elf64_x86_64_relocate_section): Likewise.
2423
2424         * elf64-x86-64.c (is_indirect_symbol): Removed.
2425
2426 2009-05-26  Nick Clifton  <nickc@redhat.com>
2427
2428         * po/id.po: Updated Indonesian translation.
2429
2430 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
2431
2432         * Makefile.am: Run "make dep-am".
2433         (AM_CPPFLAGS): New.
2434         (LIBDL): New.
2435         (ALL_MACHINES): Add cpu-plugin.lo.
2436         (ALL_MACHINES_CFILES): Add cpu-plugin.c.
2437         (BFD32_BACKENDS): Add plugin.lo.
2438         (BFD32_BACKENDS_CFILES): Add plugin.c.
2439         (libbfd_la_LIBADD): Add LIBDL
2440         * archures.c (bfd_architecture): Add bfd_arch_plugin.
2441         (bfd_plugin_arch): Declare.
2442         * bfd-in.h (BFD_SUPPORTS_PLUGINS): New.
2443         * bfd.c (bfd): Add plugin_data.
2444         * config.bfd: Handle the plugin target.
2445         * configure.in: Check for --enable-plugins.
2446         (LT_INIT): Use the dlopen option.
2447         * cpu-plugin.c: New.
2448         * plugin.c: New.
2449         * plugin.h: New.
2450         * targets.c (plugin_vec): Declare.
2451         (_bfd_target_vector): Add plugin_vec.
2452         * Makefile.in: Regenerate.
2453         * bfd-in2.h: Regenerate.
2454         * configure: Regenerate.
2455
2456 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
2457
2458         * dep-in.sed: Don't modify .o to .lo here.  Output one filename
2459         per line with all lines having continuation backslash.  Prefix
2460         first line with "A", following lines with "B".
2461         * Makefile.am (DEP): Don't use dep.sed here.
2462         (DEP1): Run $MKDEP on single files, modify .o to .lo here.  Use
2463         dep.sed here on dependencies, sort and uniq.
2464         * Makefile.in: Regenerate.
2465
2466 2009-05-25  Tristan Gingold  <gingold@adacore.com>
2467
2468         * makefile.vms: Add verilog.obj to object list OBJS.
2469
2470 2009-05-24  Alan Modra  <amodra@bigpond.net.au>
2471
2472         * bfdio.c (bfd_seek): Formatting.  Ensure newly allocated memory
2473         for BFD_IN_MEMORY is cleared.
2474         (bfd_bwrite): Zero excess memory allocated.
2475
2476 2009-05-22  Julian Brown  <julian@codesourcery.com>
2477
2478         * elf32-arm.c (THUMB16_BCOND_INSN, THUMB32_INSN, THUMB32_B_INSN): New
2479         macros.
2480         (elf32_arm_stub_a8_veneer_b_cond, elf32_arm_stub_a8_veneer_b)
2481         (elf32_arm_stub_a8_veneer_blx): New stub sequences.
2482         (elf32_arm_stub_type): Add arm_stub_a8_veneer_b_cond,
2483         arm_stub_a8_veneer_b and arm_stub_a8_veneer_blx.
2484         (elf32_arm_stub_hash_entry): Add target_addend, orig_insn fields.
2485         (a8_erratum_fix, a8_erratum_reloc): New structs.
2486         (elf32_arm_link_hash_table): Add a8_erratum_fixes,
2487         num_a8_erratum_fixes, fix_cortex_a8 fields.
2488         (elf32_arm_link_hash_table_create): Zero fix_cortex_a8.
2489         (elf32_arm_add_stub): Split into two parts, creating...
2490         (elf32_arm_create_or_find_stub_sec): New function.
2491         (elf32_arm_final_link_relocate): Add forward declaration.
2492         (arm_build_one_stub): Add support for THUMB32_TYPE, Thumb-2
2493         relocations, multiple relocations per stub.
2494         (find_stub_size_and_template): New (using parts of arm_size_one_stub).
2495         (arm_size_one_stub): Use find_stub_size_and_template.
2496         (a8_reloc_compare): New.
2497         (find_thumb_glue): Add forward declaration.
2498         (cortex_a8_erratum_scan): New.
2499         (elf32_arm_size_stubs): Add Cortex-A8 erratum workaround support.
2500         (bfd_elf32_arm_set_cortex_a8_fix): New.
2501         (bfd_elf32_arm_set_target_relocs): Add fix_cortex_a8 argument.
2502         (arm_map_one_stub): Add THUMB32_TYPE support.
2503         (a8_branch_to_stub_data): New.
2504         (make_branch_to_a8_stub): New.
2505         (elf32_arm_write_section): Add Cortex-A8 erratum workaround support.
2506         * bfd-in.h (bfd_elf32_arm_set_cortex_a8_fix): New.
2507         (bfd_elf32_arm_set_target_relocs): Add argument for controlling
2508         Cortex-A8 erratum workaround.
2509         * bfd-in2.h: Regenerate.
2510
2511 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
2512
2513         * Makefile.am: Run "make dep-am".
2514         * Makefile.in: Regenerate.
2515         * po/SRC-POTFILES.in: Regenerate.
2516
2517 2009-05-21  Alan Modra  <amodra@bigpond.net.au>
2518
2519         * elflink.c (elf_link_input_bfd): Correct *pindex change in last
2520         commit.
2521
2522 2009-05-21  Alan Modra  <amodra@bigpond.net.au>
2523
2524         * elf-bfd.h (struct elf_backend_data
2525         <elf_backend_link_output_symbol_hook>): Return an int.
2526         * elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
2527         symbols on deleted .opd entries.
2528         * elflink.c (elf_link_output_sym): Return without outputting sym
2529         if output_symbol_hook returns 2.
2530         (elf_link_output_extsym): Don't assign h->indx when symbol discarded.
2531         Abort if we must not discard sym.
2532         (elf_link_input_bfd): Similarly, don't set finfo->indices for
2533         local syms.
2534         (bfd_elf_final_link): Adjust elf_link_output_sym calls.
2535         * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Adjust for
2536         elf_backend_link_output_symbol_hook return type change.
2537         * elf32-arm.c (output_arch_syminfo): Likewise.
2538         (elf32_arm_output_map_sym, elf32_arm_output_stub_sym): Likewise.
2539         (elf32_arm_output_arch_local_syms): Likewise.
2540         * elf32-cr16c.c (elf32_cr16c_link_output_symbol_hook): Likewise.
2541         * elf32-score.c (s3_bfd_score_elf_link_output_symbol_hook): Likewise.
2542         (bfd_score_elf_link_output_symbol_hook): Likewise.
2543         * elf32-score.h (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
2544         * elf32-score7.c (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
2545         * elf32-sh64.c (sh64_elf_link_output_symbol_hook): Likewise.
2546         * elf32-spu.c (spu_elf_output_symbol_hook): Likewise.
2547         * elf32-v850.c (v850_elf_link_output_symbol_hook): Likewise.
2548         * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Likewise.
2549         * elf64-mmix.c (mmix_elf_link_output_symbol_hook): Likewise.
2550         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Likewise.
2551         * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
2552         * elfxx-mips.c (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2553         * elfxx-mips.h (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2554
2555 2009-05-21  Alan Modra  <amodra@bigpond.net.au>
2556
2557         * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
2558         out of range .opd symbols.
2559
2560 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2561
2562         * coffgen.c (coff_print_symbol):  Use bfd_fprintf_vma, not
2563         fprintf_vma directly.
2564         * peXXigen.c (pe_print_edata):  Likewise.
2565         (pe_print_pdata):  Likewise.
2566         (_bfd_XX_print_ce_compressed_pdata):  Likewise.
2567         (_bfd_XX_print_private_bfd_data_common):  Likewise.
2568
2569 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
2570
2571         * cofflink.c (process_embedded_commands):  Ignore "-aligncomm".
2572
2573 2009-05-15  Andrew Stubbs  <ams@codesourcery.com>
2574             Paul Brook  <paul@codesourcery.com>
2575
2576         * elf32-arm.c (elf32_arm_fix_exidx_coverage): Don't attempt to
2577         fix discarded sections.
2578
2579 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2580
2581         * elf32-spu.c (mark_overlay_section): Move .init and .fini
2582         sections into the software icache.
2583
2584 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2585
2586         * elf32-spu.c (build_stub): Always build "compact" sofware
2587         i-cache stubs.
2588
2589 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2590
2591         * elf32-spu.c (struct spu_link_hash_table): Add fromelem_size_log2.
2592         (spu_elf_setup): Initialize it.
2593         (spu_elf_size_stubs): Move .ovtab into .bss for software i-cache.
2594         Update to new-sytle cache manager data structures.
2595         (spu_elf_build_stubs): Generate new-style cache manager data
2596         structures and symbols.
2597         (spu_elf_auto_overlay): Update size computation.
2598
2599 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2600
2601         * elf32-spu.c (spu_elf_modify_segment_map): Move all PF_OVERLAY
2602         segments first amongst the program headers.
2603
2604 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2605
2606         * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
2607         into addresses for relocation types that look at high bits.  Remove
2608         special handling of relocation overflow warnings.
2609
2610 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2611
2612         * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
2613         control flow graph between fragments of a function.
2614
2615 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
2616
2617         * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
2618         generate only a 16-byte .toe section.
2619         (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
2620
2621 2009-05-14  Alan Modra  <amodra@bigpond.net.au>
2622
2623         * elf32-spu.c (spu_elf_size_stubs): Split out section placement to..
2624         (spu_elf_place_overlay_data): ..here.  New function.
2625         * elf32-spu.h (spu_elf_place_overlay_data): Declare.
2626
2627 2009-05-13  Andrew Jenner  <andrew@codesourcery.com>
2628
2629         * elf32-arm.c: Move sysdep.h to start of file.
2630
2631 2009-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
2632
2633         * elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
2634         start of overlays.
2635         (spu_elf_build_stubs): Don't define __icache_tagbase.  Define
2636         __icache_tag_array and __icache_tag_array_size.
2637
2638 2009-05-11  Masaki Muranaka  <monaka@monami-software.com>
2639
2640         * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Remove unnecessary
2641         ATTRIBUTE_UNUSED.
2642         (bfinfdpic_link_omit_section_dynsym): Likewise.
2643         (elf32_bfinfdpic_finish_dynamic_sections): Likewise.
2644
2645 2009-05-05  Paul Brook  <paul@codesourcery.com>
2646
2647         * bfd-in.h (elf32_arm_fix_exidx_coverage): Add prototype.
2648         * bfd-in2.h: Regenerate.
2649         * elf32-arm.c (arm_unwind_edit_type, arm_unwind_table_edit): Define.
2650         (_arm_elf_section_data): Add text and exidx fields.
2651         (add_unwind_table_edit, get_arm_elf_section_data, adjust_exidx_size,
2652         insert_cantunwind_after, elf32_arm_fix_exidx_coverage, offset_prel31,
2653         copy_exidx_entry): New functions.
2654         (elf32_arm_write_section): Fixup .ARM.exidx contents.
2655
2656 2009-05-05  Christophe lyon  <christophe.lyon@st.com>
2657
2658         * elf32-arm.c (DEF_STUBS): New helper define.
2659         (DEF_STUB): Likewise.
2660         (stub_def): New type.
2661         (stub_definitions): New array, containing stub template pointers
2662         and sizes.
2663         (arm_size_one_stub): Make use of stub_definitions.
2664
2665 2009-05-04  Dave Korn  <dave.korn.cygwin@gmail.com>
2666
2667         * elflink.c (find_version_for_sym):  Remove from here, ...
2668         * linker.c (bfd_find_version_for_sym):  ... rename, replace
2669         here, make public and update all callers.
2670         * bfd-in2.h:  Regenerate.
2671
2672 2009-04-30  Nick Clifton  <nickc@redhat.com>
2673
2674         * elf-bfd.h (struct bfd_elf_section_data): Add indirect_relocs
2675         section pointer.
2676         (struct elf_obj_data): Add has_ifunc_symbols boolean.
2677         * elf.c (swap_out_syms): Convert BSF_GNU_INDIRECT_FUNCTION flags
2678         into a STT_GNU_IFUNC symbol type.
2679         (_bfd_elf_is_function_type): Accept STT_GNU_IFUNC as a function
2680         type.
2681         (_bfd_elf_set_osabi): Set the osasbi field to ELFOSABI_LINUX if
2682         the binary contains ifunc symbols.
2683         * elfcode.h (elf_slurp_symbol_table): Translate the STT_GNU_IFUNC
2684         symbol type into a BSF_GNU_INDIRECT_FUNCTION flag.
2685         * elf32-i386.c (is_indirect_function): New function.
2686         (elf_i386_check_relocs): Create an ifunc output section.
2687         (allocate_dynrelocs): Create dynamic relocs in the ifunc output
2688         section if necessary.
2689         (elf_i386_relocate_section): Emit a reloc against an ifunc symbol
2690         if necessary.
2691         (elf_i386_add_symbol_hook): New function. Set the
2692         has_ifunc_symbols field of the elf_obj_data structure if an ifunc
2693         symbol is encountered.
2694         (elf_backend_post_process_headers): Define.
2695         (elf_backend_add_symbol_hook): Define.
2696         (elf_i386_post_process_headers): Rename to
2697         elf_i388_fbsd_post_process_headers.
2698         * elf64-x86_64.c (IS_X86_64_PCREL_TYPE): New macro.
2699         (is_indirect_function): New function.
2700         (elf64_x86_64_check_relocs): Create an ifunc output section.
2701         (allocate_dynrelocs): Create dynamic relocs in the ifunc output
2702         section if necessary.
2703         (elf64_x86_64_relocate_section): Emit a reloc against an ifunc
2704         symbol if necessary.
2705         (elf_i386_add_symbol_hook): Set the has_ifunc_symbols field of the
2706         elf_obj_data structure if an ifunc symbol is encountered.
2707         (elf_backend_post_process_headers): Define.
2708         * elflink.c (_bfd_elf_adjust_dynamic_symbol): Always create a PLT
2709         if we have ifunc symbols to handle.
2710         (get_ifunc_reloc_section_name): New function.  Computes the name
2711         for an ifunc section.
2712         (_bfd_elf_make_ifunc_reloc_section): New function.  Creates a
2713         section to hold ifunc relocs.
2714         * syms.c (BSF_GNU_INDIRECT_FUNCTION): Define.
2715         (bfd_print_symbol_vandf): Handle ifunc symbols.
2716         (bfd_decode_symclass): Likewise.
2717         * bfd-in2.h: Regenerate.
2718
2719 2009-04-30  Joseph Myers  <joseph@codesourcery.com>
2720
2721         * elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute
2722         MOVW and MOVT relocations in a shared library link.
2723
2724 2009-04-27  Anthony Green  <green@moxielogic.com>
2725
2726         * verilog.c: New file.
2727         * Makefile.am (BFD32_LIBS): Add verilog.c.
2728         (BFD32_LIBS_CFILES): Add verilog.c.
2729         (verilog.lo): New build rule.
2730         * Makefile.in: Rebuilt.
2731         * targets.c: Add verilog support.
2732         * bfd.c (tdata union): Add Verilog private data field.
2733         * bfd-in2.h: Regenerate.
2734
2735 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
2736
2737         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't
2738         copy pe_opthdr.
2739
2740 2009-04-23  Matthias Klose  <doko@ubuntu.com>
2741
2742         * peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
2743
2744 2009-04-22  Christophe Lyon  <christophe.lyon@st.com>
2745
2746         PR9743
2747         * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
2748         R_ARM_JUMP24 and R_ARM_PLT32 relocations.
2749         (elf32_arm_size_stubs): Likewise.
2750         (record_thumb_to_arm_glue): Deleted unused function.
2751         (bfd_elf32_arm_process_before_allocation): No longer handle
2752         R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
2753         (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
2754         R_ARM_JUMP24 and R_ARM_PLT32 relocations.
2755
2756 2009-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
2757
2758         * elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED.
2759         (elf32_arm_write_section): Declare early.
2760         (elf32_arm_size_stubs): Skip non-stub sections in the stub BFD.
2761         (arm_allocate_glue_section_space): Exclude empty sections.
2762         (ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED.
2763         (bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub
2764         BFD.
2765         (elf32_arm_output_glue_section, elf32_arm_final_link): New.
2766         (elf32_arm_merge_eabi_attributes): Skip the stub BFD.
2767         (elf32_arm_size_dynamic_sections): Allocate interworking
2768         sections here.
2769         (bfd_elf32_bfd_final_link): Define.
2770
2771 2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>
2772
2773         * coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K.
2774
2775         * coffcode.h (coff_compute_section_file_positions): Clear
2776         D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE.
2777
2778         * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and
2779         force_minimum_alignment.
2780
2781         * libcoff.h: Regenerated.
2782
2783         * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed.
2784         (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise.
2785
2786         * peicode.h (pe_mkobject): Don't set force_minimum_alignment
2787         nor target_subsystem.
2788
2789         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check
2790         force_minimum_alignment nor target_subsystem.
2791
2792 2009-04-21  Kai Tietz  <kai.tietz@onevision.com>
2793
2794         * coff-x86_64.c (PEI_HEADERS): Protect includes.
2795         (bfd_pe_print_pdata): Remove #ifdef PE variation.
2796         * pei-x86_64.c (PEI_HEADERS): Define to prevent double
2797         include in coff-x86_64.c of headers.
2798         (PDATA_ROW_SIZE): New define.
2799         (pex_regs[]): New static array.
2800         (pex64_get_runtime_function): New static function.
2801         (pex64_get_unwind_info): Likewise.
2802         (pex64_get_scope_entry): Likewise.
2803         (pex64_xdata_print_uwd_codes): Likewise.
2804         (pex64_get_section_by_rva): Likewise.
2805         (pex64_dump_xdata): Likewise.
2806         (pex64_bfd_print_pdata): Likewise.
2807         (bfd_pe_print_pdata): Define as pex64_bfd_print_pdata.
2808         * peXXigen.c (_bfd_pex64_print_pdata): Removed implementation.
2809         * libpei.h (_bfd_pex64_print_pdata): Removed declaration.
2810
2811 2009-04-19  Peter O'Gorman  <binutils@mlists.thewrittenword.com>
2812             Alan Modra  <amodra@bigpond.net.au>
2813             Dave Korn  <dave.korn.cygwin@gmail.com>
2814
2815         * peXXigen.c (_bfd_XXi_swap_sym_in): Fix name handling w.r.t
2816         long names and non-NUL-terminated strings.
2817
2818 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
2819
2820         * bfd-in2.h: Regenerated.
2821
2822 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
2823
2824         * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace
2825         IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER.
2826
2827 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
2828
2829         PR binutils/10074
2830         * coffcode.h (bfd_pei_p): New.
2831
2832         * config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
2833         bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
2834         bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
2835         bfd_efi_rtdrv_ia64_vec.  Replace bfd_efi_app_ia32_vec,
2836         bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
2837         i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.
2838
2839         * configure.in: Remove bfd_efi_bsdrv_ia32_vec,
2840         bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
2841         bfd_efi_rtdrv_x86_64_vec,
2842         bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec.  Replace
2843         bfd_efi_ia64_vec with bfd_pei_ia64_vec.
2844         * targets.c: Likewise.
2845
2846         * configure: Regenerated.
2847         * libcoff.h: Likewise.
2848         * Makefile.in: Likewise.
2849
2850         * efi-app-ia32.c: Removed.
2851         * efi-app-x86_64.c: Likewise.
2852         * efi-bsdrv-ia32.c: Likewise.
2853         * efi-bsdrv-ia64.c: Likewise.
2854         * efi-bsdrv-x86_64.c: Likewise.
2855         * efi-rtdrv-ia32.c: Likewise.
2856         * efi-rtdrv-ia64.c: Likewise.
2857         * efi-rtdrv-x86_64.c: Likewise.
2858         * efi-rtdrv-ia32.c: Likewise.
2859
2860         * efi-app-ia64.c: Moved to ...
2861         * pei-ia64.c: This.
2862         (TARGET_SYM): Set to bfd_pei_ia64_vec.
2863         (TARGET_NAME): Set to pei-ia64.
2864
2865         * libpei.h (bfd_target_pei_p): Removed.
2866         (bfd_target_pei_arch): Likewise.
2867         (bfd_target_efi_app_p): Likewise.
2868         (bfd_target_efi_app_arch): Likewise.
2869         (bfd_target_efi_bsdrv_p): Likewise.
2870         (bfd_target_efi_bsdrv_arch): Likewise.
2871         (bfd_target_efi_rtdrv_p): Likewise.
2872         (bfd_target_efi_rtdrv_arch): Likewise.
2873         (bfd_pe_executable_p): Likewise.
2874
2875         * Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
2876         efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
2877         (BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
2878         and efi-rtdrv-ia32.c.
2879         (BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
2880         efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
2881         efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
2882         (BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
2883         efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
2884         efi-rtdrv-x86_64.c. Add pei-ia64.c.
2885         (efi-app-ia64.lo): Removed.
2886         (efi-bsdrv-ia32.lo): Likewise.
2887         (efi-rtdrv-ia32.lo): Likewise.
2888         (efi-app-ia64.lo): Likewise.
2889         (efi-bsdrv-ia64.lo): Likewise.
2890         (efi-rtdrv-ia64.lo): Likewise.
2891         (efi-app-x86_64.lo): Likewise.
2892         (efi-bsdrv-x86_64.lo): Likewise.
2893         (efi-rtdrv-x86_64.lo): Likewise.
2894         (pei-ia64.lo): New.
2895
2896         * peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
2897         with bfd_pei_p.
2898         (arch_type): Removed.
2899         (pe_arch): Likewise.
2900         (pe_bfd_object_p): Just return coff_object_p.
2901
2902         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
2903         bfd_pe_executable_p with bfd_pei_p.
2904
2905 2009-04-17  Christophe Lyon  <christophe.lyon@st.com>
2906
2907         * elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
2908         PLT entries to an undefined symbol when generating a shared
2909         library.
2910
2911 2009-04-17  Nick Clifton  <nickc@redhat.com>
2912
2913         PR 9909
2914         * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols.
2915
2916 2009-04-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
2917
2918         * aout-adobe.c (aout_32_bfd_define_common_symbol): Define.
2919         * aout-target.h (MY_bfd_define_common_symbol): Likewise.
2920         * aout-tic30.c (MY_bfd_define_common_symbol): Likewise.
2921         * binary.c (binary_bfd_define_common_symbol): Likewise.
2922         * bout.c (b_out_bfd_define_common_symbol): Likewise.
2923         * coff-alpha.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
2924         * coff-mips.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
2925         * coffcode.h (coff_bfd_define_common_symbol): Likewise.
2926         * elfxx-target.h (bfd_elfNN_bfd_define_common_symbol): Likewise.
2927         * i386msdos.c (msdos_bfd_define_common_symbol): Likewise.
2928         * i386os9k.c (os9k_bfd_define_common_symbol): Likewise.
2929         * ieee.c (ieee_bfd_define_common_symbol): Likewise.
2930         * ihex.c (ihex_bfd_define_common_symbol): Likewise.
2931         * libbfd-in.h (_bfd_nolink_bfd_define_common_symbol): Likewise.
2932         * mach-o.c (bfd_mach_o_bfd_define_common_symbol): Likewise.
2933         * mmo.c (mmo_bfd_define_common_symbol): Likewise.
2934         * nlm-target.h (nlm_bfd_define_common_symbol): Likewise.
2935         * oasys.c (oasys_bfd_define_common_symbol): Likewise.
2936         * pef.c (bfd_pef_bfd_define_common_symbol): Likewise.
2937         * ppcboot.c (ppcboot_bfd_define_common_symbol): Likewise.
2938         * som.c (som_bfd_define_common_symbol): Likewise.
2939         * srec.c (srec_bfd_define_common_symbol): Likewise.
2940         * tekhex.c (tekhex_bfd_define_common_symbol): Likewise.
2941         * versados.c (versados_bfd_define_common_symbol): Likewise.
2942         * vms.c (vms_bfd_define_common_symbol): Likewise.
2943         * xcoff-target.h (_bfd_xcoff_bfd_define_common_symbol): Likewise.
2944         * xsym.c (bfd_sym_bfd_define_common_symbol): Likewise.
2945         * coff-rs6000.c (rs6000coff_vec): Add _bfd_xcoff_define_common_symbol.
2946         (pmac_xcoff_vec): Likewise.
2947         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2948         (aix5coff64_vec): Likewise.
2949         * linker.c (bfd_generic_define_common_symbol): New function.
2950         * targets.c (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_define_common_symbol.
2951         (_bfd_define_common_symbol): New field.
2952         * libcoff-in.h (_bfd_xcoff_define_common_symbol): Declare.
2953         * xcofflink.c (_bfd_xcoff_define_common_symbol): New function.
2954         (xcoff_build_ldsyms): Don't set XCOFF_DEF_REGULAR for common
2955         symbols here.
2956         * bfd-in2.h: Regenerate.
2957         * libbfd.h: Likewise.
2958         * libcoff.h: Likewise.
2959
2960 2009-04-15  Anthony Green  <green@moxielogic.com>
2961
2962         * targets.c: Add moxie support.
2963         * Makefile.am: Ditto.
2964         * Makefile.in: Rebuilt.
2965         * cpu-moxie.c, elf32-moxie.c: New files.
2966         * archures.c: Add moxie support.
2967         * configure.in: Add moxie support.
2968         * configure: Rebuilt.
2969         * config.bfd, archures.c: Add moxie support.
2970         * bfd-in2.h: Rebuilt.
2971
2972 2009-04-15  Christophe Lyon  <christophe.lyon@st.com>
2973
2974         * elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM
2975         branch to an undef weak symbol into a jump to next instruction if
2976         a PLT entry will be created.
2977
2978 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
2979
2980         * coffgen.c (make_a_section_from_file):  Set the backend long
2981         section names enable if long section names found on input.
2982         * coffcode.h:  Extend long section names documentation to match.
2983
2984 2009-04-08  H.J. Lu  <hongjiu.lu@intel.com>
2985
2986         * elflink.c (elf_link_add_object_symbols): Warn alternate ELF
2987         machine code.
2988
2989 2009-04-07  DJ Delorie  <dj@redhat.com>
2990
2991         * archures.c: Add bfd_mach_mep_c5.
2992         * bfd-in2.h: Likewise.
2993         * cpu-mep.c: Add bfd_c5_arch.
2994         * elf32-mep.c: Support it.
2995
2996 2009-04-07  H.J. Lu  <hongjiu.lu@intel.com>
2997
2998         * elflink.c (_bfd_elf_section_already_linked): Add `\n' for
2999         info->callbacks->einfo.
3000         * linker.c (_bfd_generic_section_already_linked): Likewise.
3001
3002 2009-04-06  DJ Delorie  <dj@redhat.com>
3003
3004         * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
3005
3006 2009-04-06  H.J. Lu  <hongjiu.lu@intel.com>
3007
3008         * coff-x86_64.c (bfd_pe_print_pdata): Defined to
3009         _bfd_pex64_print_pdata only if PE is defined.
3010
3011         * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ...
3012         (_bfd_pex64_print_pdata): This.
3013
3014         * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ...
3015         (_bfd_pex64_print_pdata): This.  Defined only if COFF_WITH_pex64
3016         is defined.
3017
3018 2009-04-05  Kai Tietz  <kai.tietz@onevision.com>
3019
3020         * coff-x86_64.c (bfd_pe_print_pdata): Define as
3021         _bfd_pep_print_x64_pdata.
3022         * libpei.h (_bfd_pep_print_x64_pdata): Add prototype.
3023         * peXXigen.c (_bfd_pep_print_x64_pdata): New.
3024
3025 2009-04-02  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
3026
3027         * elf32-xtensa.c (relax_property_section): Always set r_offset
3028         to zero.
3029
3030 2009-04-02  Christophe Lyon  <christophe.lyon@st.com>
3031
3032         * elf32-arm.c (elf32_arm_stub_long_branch_v4t_thumb_thumb,
3033         elf32_arm_stub_long_branch_v4t_thumb_thumb_pic): Two new long
3034         branch stubs.
3035         (elf32_arm_stub_type): New enum values for the two new stubs.
3036         (arm_type_of_stub): Make use of the two new stubs.
3037         (arm_size_one_stub): Handle the two new stubs.
3038
3039 2009-04-01  Matt Thomas  <matt@netbsd.org>
3040
3041         * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
3042         hidden symbols into the GOT or PLT.GOT.
3043         (elf_vax_relocate_section): Do not emit a PCREL reloc
3044         into a shared object if it is against a hidden symbol.
3045
3046 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
3047
3048         * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p
3049         and know_contains_shared_object_p.
3050         (xcoff_archive_contains_shared_object_p): Add an "info" parameter.
3051         Cache the result in the archive_info table.
3052         (xcoff_auto_export_p): Add an "info" parameter and update the
3053         call to xcoff_archive_contains_shared_object_p.
3054         (xcoff_mark_auto_exports): Update accordingly.
3055         (xcoff_post_gc_symbol): Likewise.
3056
3057 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
3058
3059         * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
3060         rather than C_EXT.
3061
3062 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
3063
3064         * coff-rs6000.c (member_layout): New structure.
3065         (archive_iterator): Likewise.
3066         (member_layout_init): New function.
3067         (archive_iterator_begin): Likewise.
3068         (archive_iterator_next): Likewise.
3069         (xcoff_write_armap_old): Use the new iterator functions.
3070         (do_shared_object_padding): Delete.
3071         (xcoff_write_armap_big): Use the new iterator functions.  Simplify
3072         handling of arch_info.
3073         (xcoff_write_archive_contents_old): Allocate arelt_data in the
3074         first loop rather than the second.  Allocate a member header if
3075         there isn't one, then work out the stat information and length
3076         in the first loop too.  Use the new iterators for the second loop.
3077         (xcoff_write_archive_contents_big): Likewise.
3078
3079 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
3080
3081         * bfd-in.h (bfd_xcoff_split_import_path): Declare.
3082         (bfd_xcoff_set_archive_import_path): Likewise.
3083         * bfd-in2.h: Regenerate.
3084         * xcofflink.c: Include libiberty.h.
3085         (xcoff_archive_info): New structure.
3086         (xcoff_archive_info_hash): New function.
3087         (xcoff_archive_info_eq): Likewise.
3088         (xcoff_get_archive_info): Likewise.
3089         (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
3090         (bfd_xcoff_split_import_path): New function.
3091         (bfd_xcoff_set_archive_import_path): Likewise.
3092         (xcoff_set_import_path): Move earlier in file.
3093         (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
3094         object to the the directory part of the bfd's filename.  Get the
3095         import path and filename of an archive object from the archive's
3096         xcoff_tdata, initializing it if necessary.  Update use of
3097         import_file_id.
3098         (bfd_link_input_bfd): Update use of import_file_id.
3099         (xcoff_write_global_symbol): Likewise.
3100
3101 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
3102
3103         * xcofflink.c (xcoff_link_hash_table): Moved from include/coff/xcoff.h.
3104
3105 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
3106
3107         * xcofflink.c (xcoff_link_create_extra_sections): Don't create
3108         a .loader section for relocatable links.
3109         (xcoff_need_ldrel_p): New function.
3110         (xcoff_mark): Use it.
3111         (bfd_xcoff_link_count_reloc): Only count loader relocs if there's
3112         a loader section.
3113         (xcoff_build_ldsym): New function, split out from...
3114         (xcoff_build_ldsyms): ...here.  Rename to...
3115         (xcoff_post_gc_symbol): ...this.  Only export symbols, and only
3116         call xcoff_build_ldsym, if there's a loader section.
3117         (xcoff_build_loader_section): New function, extracted verbatim from...
3118         (bfd_xcoff_size_dynamic_sections): ...here.  Only call it if
3119         there's a loader section.  Only add an __rtinit loader symbol
3120         if there's a loader section.  Update after above name change.
3121         (xcoff_symbol_section, xcoff_create_ldrel): New functions.
3122         (bfd_link_input_bfd): Use xcoff_need_ldrel_p, xcoff_symbol_section
3123         and xcoff_create_ldrel.
3124         (xcoff_write_global_symbol): Use xcoff_create_ldrel.
3125         (xcoff_reloc_link_order): Likewise, but only call it if there's
3126         a loader section.  Use xcoff_symbol_section.
3127         (_bfd_xcoff_bfd_final_link): Only use fdinfo.ldrel and fdinfo.ldsym
3128         if there's a loader section.
3129
3130 2009-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
3131
3132         * xcofflink.c (bfd_link_input_bfd): Fix buffer overrun.
3133
3134 2009-04-01  Christophe Lyon  <christophe.lyon@st.com>
3135
3136         * elf32-arm.c (group_sections): Rewrite loops for better
3137         readability.
3138
3139 2009-03-30  DJ Delorie  <dj@redhat.com>
3140
3141         * elflink.c (elf_link_input_bfd): Don't try to resolve complex
3142         relocs when doing a relocatable link.
3143
3144 2009-03-28  Mark Mitchell  <mark@codesourcery.com>
3145
3146         * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not
3147         "ERROR:", in error messages.
3148         * cpu-arm.c (bfd_arm_merge_machines): Likewise.
3149         * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
3150         * elf32-arm.c (tag_cpu_arch_combine): Likewise.
3151         (elf32_arm_merge_eabi_attributes): Likewise.
3152         (elf32_arm_merge_private_bfd_data): Likewise.
3153
3154 2009-03-27  Nick Clifton  <nickc@redhat.com>
3155
3156         * section.c (bfd_get_section_contents): Detect and handle the case
3157         where a section has the SEC_IN_MEMORY flag set but no actual
3158         contents allocated.
3159
3160 2009-03-26  Alan Modra  <amodra@bigpond.net.au>
3161
3162         PR 6494
3163         * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO
3164         p_filesz and p_memsz are equal.  Use p_memsz as the segment size.
3165         (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO
3166         if we don't find matching PT_LOAD when copying.
3167
3168 2009-03-25  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3169
3170         * elf32-crx.c (crx_elf_howto_table): Zero the src_mask field of
3171         the reloc descriptions.
3172
3173 2009-03-25  Hans-Peter Nilsson  <hp@axis.com>
3174
3175         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
3176         <R_CRIS_16_GOT_GD, case R_CRIS_32_GOT_GD>: Handle COMMON symbols.
3177         <case R_CRIS_16_TPREL, R_CRIS_32_TPREL>: Ditto.
3178
3179 2009-03-24  H.J. Lu  <hongjiu.lu@intel.com>
3180
3181         * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Make it static.
3182         (bfd_i386_arch_intel_syntax): Likewise.
3183         (i8086_arch): Likewise.
3184         (bfd_x86_64_arch): Likewise.
3185
3186 2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
3187
3188         * elf32-cris.c (cris_elf_relocate_section): <case
3189         R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
3190         symbols for non-allocated sections.  Don't check whether to
3191         generate R_CRIS_DTPMOD for non-allocated sections.
3192         (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
3193         handle relocation GC:ing if applied to non-allocated section.
3194         (cris_elf_check_relocs): Similar.
3195
3196         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
3197         <R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
3198         when emitting a known TP offset in the GOT.
3199
3200 2009-03-23  Alan Modra  <amodra@bigpond.net.au>
3201
3202         * elf64-ppc.c (synthetic_opd): Delete.
3203         (compare_symbols): Look for .opd name rather than section match.
3204         (ppc64_elf_get_synthetic_symtab): Likewise.
3205
3206 2009-03-21  Alan Modra  <amodra@bigpond.net.au>
3207
3208         * elf32-ppc.c (is_pic_glink_stub): Delete.
3209         (is_nonpic_glink_stub): New function.
3210         (ppc_elf_get_synthetic_symtab): Check for last non-pic stub rather
3211         than first pic one.
3212         (struct ppc_elf_link_hash_table <glink_pltresolve>): Comment fix.
3213
3214 2009-03-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3215             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3216
3217         * elf32-s390.c (elf_s390_check_relocs): Use the SYMBOL_*
3218         macros for visibilty and locality checks.
3219         (elf_s390_adjust_dynamic_symbol): Likewise.
3220         (allocate_dynrelocs): Likewise.
3221         (elf_s390_relocate_section): Likewise.
3222         (elf_s390_finish_dynamic_symbol): Likewise.
3223         * elf64-s390.c (elf_s390_check_relocs): Likewise.
3224         (elf_s390_adjust_dynamic_symbol): Likewise.
3225         (allocate_dynrelocs): Likewise.
3226         (elf_s390_relocate_section): Likewise.
3227         (elf_s390_finish_dynamic_symbol): Likewise.
3228
3229 2009-03-19  Kai Tietz  <kai.tietz@onevision.com>
3230
3231         * bfd-in2.h: Regenerated.
3232         * coffcode.h (sec_to_styp_flags): For pe-coff add SEC_READONLY
3233         for debugging sections and map memory read/write dependent on
3234         SEC_COFF_NOREAD.
3235         (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
3236         without memory read flags set.
3237         * section.c: Add SEC_COFF_NOREAD to section flags.
3238
3239 2009-03-19  Andreas Schwab  <schwab@linux-m68k.org>
3240
3241         * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long
3242         for format string.
3243
3244 2009-03-19  Alan Modra  <amodra@bigpond.net.au>
3245
3246         * elf32-spu.c (spu_elf_find_overlays): Separate error return from
3247         "no overlays" return.  If there are overlays, create overlay
3248         manager entry symbols here, so that..
3249         (spu_elf_build_stubs): ..we don't need to set them up here.
3250         Simplify entry symbol tests.
3251         * elf32-spu.h (spu_elf_find_overlays): Update prototype.
3252
3253 2009-03-18  Mark Kettenis  <kettenis@gnu.org>
3254
3255         * elf.c (elfcore_grok_openbsd_procinfo)
3256         (elfcore_grok_openbsd_note): New functions.
3257         (elf_parse_notes): Handle notes from OpenBSD ELF core files.
3258
3259 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
3260
3261         * vms-hdr.c: Don't include alloca.h.
3262         * elf32-m68hc1x.c: Include alloca-conf.h.
3263         * xsym.c: Likewise.
3264         * elf64-hppa.c: Likewise.  Remove existing #if's handling alloca.
3265         * som.c: Likewise.
3266         * Makefile.am: Run "make dep-am".
3267         * Makefile.in: Regenerate.
3268
3269 2009-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
3270
3271         * elf32-arm.c (elf32_arm_check_relocs): Correct symbian_p test.
3272
3273 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
3274
3275         * elf32-spu.h (struct spu_elf_params): ovly_flavour now only 1 bit.
3276         Add compact_stub.
3277         (emum _ovly_flavour): Delete ovly_compact, ovly_none.
3278         * elf32-spu.c (struct spu_link_hash_table): Replace ovly_load and
3279         ovly_return fields with ovly_entry[2].  Adjust all users.
3280         (spu_elf_find_overlays): Set ovly_entry[1] from __icache_call_handler
3281         when soft-icache.
3282         (spu_elf_build_stubs): Likewise.
3283         (ovl_stub_size): Change arg to spu_elf_params pointer.  Adjust for
3284         ovly_flavour changes.  Update all callers.
3285         (ovl_stub_size_log2): New function.
3286         (build_stub): Handle compact icache stubs.  Use different manager
3287         entry point for stubs in non-icache area.
3288         (spu_elf_size_stubs): Don't allocate space for indirect branch
3289         descriptors.
3290         (spu_elf_build_stubs): And don't built them.
3291
3292 2009-03-16  Andrew Stubbs  <ams@codesourcery.com>
3293
3294         * dwarf2.c (read_section): Always use rawsize, if available.
3295
3296 2009-03-16  Alan Modra  <amodra@bigpond.net.au>
3297
3298         * simple.c (bfd_simple_get_relocated_section_contents): Use larger
3299         of rawsize and size for buffer.
3300
3301 2009-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
3302
3303         * elf32-spu.c (spu_elf_check_vma): Do not reset auto_overlay
3304         parameter just because fixed sections fit into local store.
3305         (spu_elf_auto_overlay): Do not declare as "noreturn".  Skip
3306         generating overlays if fixed sections plus reserved stack
3307         and heap space fit into local store.
3308
3309 2009-03-15  Alan Modra  <amodra@bigpond.net.au>
3310
3311         * elf32-spu.c (build_stub): Correct icache set_id.
3312         (spu_elf_relocate_section): Likewise.
3313
3314 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3315
3316         * xcofflink.c (xcoff_link_check_archive_element): Only free the
3317         symbol table if it was created by the current call.
3318
3319 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3320
3321         * xcofflink.c (xcoff_build_ldsyms): Give imported descriptors
3322         class XMC_DS rather than XMC_UA.
3323
3324 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3325
3326         * bfd-in.h (bfd_xcoff_size_dynamic_sections): Replace the
3327         bfd_boolean export_defineds parameter with an unsigned int
3328         auto_export_flags parameter.
3329         * bfd-in2.h: Regenerate.
3330         * xcofflink.c (xcoff_archive_contains_shared_object_p): New function,
3331         split out from xcoff_build_ldsyms.
3332         (xcoff_covered_by_expall_p): New function.
3333         (xcoff_auto_export_p): New function, split out from xcoff_build_ldsyms
3334         but with extra code to handle -bexpfull and -bexpall.
3335         (xcoff_mark_auto_exports): New function.
3336         (xcoff_build_ldsyms): Use xcoff_auto_export_p to decide whether
3337         a function should be automatically exported.
3338         (bfd_xcoff_size_dynamic_sections): Replace the export_defineds
3339         parameter with an auto_export_flags parameter.  Update ldinfo
3340         accordingly.  Use xcoff_mark_auto_exports to mark all automatically-
3341         exported symbols.
3342
3343 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3344
3345         * xcofflink.c (xcoff_mark_symbol_by_name): New function.
3346         (bfd_xcoff_size_dynamic_sections): Use it to mark the entry,
3347         init and fini functions.  Do garbage collection for objects
3348         without an entry point too.
3349
3350 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3351
3352         * coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
3353         check whether a symbol has csect information.
3354         (coff_print_aux): Likewise.
3355         * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
3356         information for C_AIX_WEAKEXT too.
3357         (_bfd_xcoff_swap_aux_out): Likewise.
3358         (xcoff_reloc_type_br): Handle defweak symbols too.
3359         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
3360         information for C_AIX_WEAKEXT too.
3361         (_bfd_xcoff64_swap_aux_out): Likewise.
3362         (xcoff64_reloc_type_br): Handle defweak symbols too.
3363         * coffgen.c (coff_print_symbol): Handle auxillary function
3364         information for C_AIX_WEAKEXT too.
3365         * xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
3366         instead of BSF_GLOBAL if the L_WEAK flag is set.
3367         (xcoff_dynamic_definition_p): New function.
3368         (xcoff_link_add_dynamic_symbols): Use it to decide whether ldsym
3369         defines h.  Don't change h if ldsym isn't the definition.  Otherwise,
3370         always take the symbol class from the ldsym.  Use weak bfd symbol
3371         types for weak ldsyms.
3372         (xcoff_link_add_symbols): Use CSECT_SYM_P and EXTERN_SYM_P.
3373         Fix the check for whether a definition is from a shared object.
3374         Allow redefinitions of weak symbols.
3375         (xcoff_link_check_ar_symbols): Use EXTERN_SYM_P.
3376         (xcoff_keep_symbol_p): Likewise.
3377         (bfd_xcoff_size_dynamic_sections): Use CSECT_SYM_P.
3378         (xcoff_link_input_bfd): Use CSECT_SYM_P and EXTERN_SYM_P.
3379         Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols,
3380         but mark them as L_WEAK.
3381         (xcoff_write_global_symbol): Treat weak symbols as C_AIX_WEAKEXT
3382         instead of C_EXT if C_AIX_WEAKEXT == C_WEAKEXT.
3383
3384 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3385
3386         * xcofflink.c (xcoff_mark): When walking the relocations,
3387         only mark the target symbol or the target section, not both.
3388         (xcoff_final_definition_p): New function.
3389         (xcoff_keep_symbol_p): Use it to check whether an external XCOFF
3390         symbol is a valid definition of the associated output symbol.
3391         Use XCOFF_ALLOCATED to stop the same hash table entry having
3392         two output symbols.
3393         (bfd_xcoff_size_dynamic_sections): Set XCOFF_ALLOCATED when
3394         keeping a symbol.
3395         (xcoff_link_input_bfd): Use xcoff_final_definition_p.
3396
3397 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3398
3399         * xcofflink.c (bfd_xcoff_import_symbol): Treat imported absolute
3400         symbols as XMC_XO.
3401
3402 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3403
3404         * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.
3405         * libcoff.h: Regenerate.
3406         * xcofflink.c (xcoff_link_add_symbols): Record per-symbol
3407         line-number counts in the bfd's lineno_counts field.
3408         Don't keep per-csect line-number counts.
3409         (xcoff_sweep): Don't update per-csect line-number counts.
3410         (bfd_xcoff_size_dynamic_sections): Count the number of line-number
3411         entries in each output section.
3412         (xcoff_link_input_bfd): Get the number of line numbers from
3413         the bfd's lineno_counts field, rather than recalculating it
3414         from scratch.  Fix the range check when updating C_BINCL and
3415         C_EINCL symbols.
3416         (_bfd_xcoff_bfd_final_link): Don't count the output line numbers
3417         here.  Don't expect csects to have line-number counts.
3418
3419 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3420
3421         * libcoff-in.h (xcoff_tdata): Change debug_indices to a signed long.
3422         * libcoff.h: Regenerate.
3423         * xcofflink.c (xcoff_keep_symbol_p): New function, using the
3424         "skip" logic from xcoff_link_input_bfd.
3425         (bfd_xcoff_size_dynamic_sections): Explicitly skip dynamic
3426         objects in a dynamic link, rather than checking whether csectpp
3427         is null.  Always allocate debug_index for other objects,
3428         and always go through the loop.  Update the type of debug_index
3429         after the change above.  Read the auxillary csect information
3430         and use xcoff_keep_symbol_p to decide whether a symbol should
3431         be kept.  Set its debug_index to -2 if not.
3432         (xcoff_link_input_bfd): Update the type of debug_index after
3433         the change above and always expect it to be nonnull.  Use it to
3434         test whether a symbol should be stripped, rather than making the
3435         decision here.  Postpone all symbol creation to the second pass.
3436
3437 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3438
3439         * xcofflink.c: (xcoff_mark_symbol): Mark the TOC section when
3440         creating a descriptor.
3441         (xcoff_sweep): Don't mark toc_section unless it's needed.
3442         (bfd_xcoff_size_dynamic_sections): Skip the toc_section
3443         when marking every bfd.
3444         (xcoff_link_input_bfd): Skip all TOC anchors.
3445         (xcoff_toc_section_p, xcoff_find_tc0): New functions.
3446         (_bfd_xcoff_bfd_final_link): Don't set the output bfd's TOC anchor
3447         to -1; call xcoff_find_tc0 instead.
3448
3449 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3450
3451         * libcoff-in.h (xcoff_section_tdata): Update commentary.
3452         * libcoff.h: Regenerate.
3453         * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER
3454         symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than
3455         the previous symbol's csect.  Treat last_symndx as an inclusive value
3456         and simplify its handling.
3457         (xcoff_mark): Treat last_symndx as an inclusive value.  Only mark
3458         symbols with the right csect.  Don't mark rsec when processing
3459         relocations against undefined or absolute sections.
3460         (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag
3461         of bfd_und_section_ptr.
3462         (xcoff_link_input_bfd): Likewise.
3463
3464 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3465
3466         * coff-rs6000.c (xcoff_ppc_relocate_section): Report relocations
3467         against undefined symbols if the symbol's XCOFF_WAS_UNDEFINED
3468         flag is set.  Assert that all undefined symbols are either
3469         imported or defined by a dynamic object.
3470         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
3471         * xcofflink.c (xcoff_link_add_symbols): Extend function-symbol
3472         handling to all relocations.  Only set XCOFF_CALLED for function
3473         symbols.
3474         (xcoff_find_function): New function, split out from...
3475         (bfd_xcoff_export_symbol) ...here.
3476         (xcoff_set_import_path): New function, split out from...
3477         (bfd_xcoff_import_symbol): ...here.  Remove assertion for old
3478         meaning of XCOFF_CALLED.
3479         (xcoff_mark_symbol): If we mark an undefined and unimported
3480         symbol, find some way of defining it.  If the symbol is a function
3481         descriptor, fill in its definition automatically.  If the symbol
3482         is a function, mark its descriptor and allocate room for global
3483         linkage code.  Otherwise mark the symbol as implicitly imported.
3484         Move the code for creating function descriptors from...
3485         (xcoff_build_ldsyms): ...here.  Use XCOFF_WAS_UNDEFINED to
3486         check for symbols that were implicitly defined.
3487         (xcoff_mark): Don't count any dynamic relocations against
3488         function symbols.
3489         (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
3490         in the xcoff link info.
3491         (xcoff_link_input_bfd): Remove handling of undefined and
3492         unexported symbols.
3493
3494 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3495
3496         * coff-rs6000.c (xcoff_reloc_type_br): Make the branch absolute
3497         if the target is absolute.  Fix comment typo.
3498         (xcoff_ppc_relocate_section): Remove FIXME.
3499         * coff64-rs6000.c (xcoff64_reloc_type_br): Make the branch absolute
3500         if the target is absolute.
3501
3502 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3503
3504         * xcofflink.c (xcoff_mark, xcoff_link_input_bfd): Don't copy
3505         R_POS and R_NEG relocations against absolute symbols to the
3506         .loader section.
3507
3508 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3509
3510         * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
3511         to 2 for bfd_mach_ppc_620.
3512
3513 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
3514
3515         * config.bfd: Treat AIX 6+ in the same way as AIX 5.
3516         * configure.in: Likewise.
3517         * configure: Regenerate.
3518
3519 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
3520
3521         PR binutils/9945
3522         * elf.c (assign_section_numbers): Generate symbol table if there
3523         is any relocation in output.
3524         (_bfd_elf_compute_section_file_positions): Likewise.
3525
3526 2009-03-13  Nick Clifton  <nickc@redhat.com>
3527
3528         PR 9934
3529         * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
3530         * elflink.c (elf_link_read_relocs_from_section): Use
3531         NUM_SHDR_ENTRIES.  Gracefully handle the case where there are
3532         relocs but no symbol table.
3533         * elf32-arm.c (elf32_arm_check_relocs): Likewise.
3534
3535 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
3536
3537         PR ld/9938
3538         * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
3539         to check ___tls_get_addr.
3540
3541         * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
3542         strncmp to check __tls_get_addr.
3543
3544 2009-03-12  Andrew Stubbs  <ams@codesourcery.com>
3545
3546         * dwarf2.c (read_section): Always check the offset, even when the
3547         section has been read before.
3548
3549 2009-03-11  H.J. Lu  <hongjiu.lu@intel.com>
3550
3551         * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
3552         comments.
3553
3554 2009-03-11  Chris Demetriou  <cgd@google.com>
3555
3556         * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
3557         * bfd-in2.h: Regenerate.
3558         * archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
3559         flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
3560         mode.
3561         (bsd_write_armap): Likewise.
3562         (_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
3563         flag is set, do nothing.
3564         (coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
3565         for timestamp.
3566
3567 2009-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
3568
3569         * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
3570         used to update stack pointer.
3571
3572 2009-03-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3573
3574         PR binutils/9921
3575         * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
3576         for unknown symbols in absolute section.
3577
3578 2009-03-06  Nick Clifton  <nickc@redhat.com>
3579
3580         * po/es.po: Updated Spanish translation.
3581
3582 2009-03-05  Christophe Lyon  <christophe.lyon@st.com>
3583
3584         * elf32-arm.c (group_sections): Take next section size into
3585         account before accepting to group it.
3586
3587 2009-03-05  Christophe Lyon  <christophe.lyon@st.com>
3588
3589         * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
3590         PLT entries.
3591         (elf32_arm_final_link_relocate): Likewise.
3592
3593 2009-03-05  Moritz Kroll  <Moritz.Kroll@gmx.de>
3594
3595         PR 9923
3596         * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type.
3597
3598 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
3599
3600         * reloc.c (BFD_RELOC_PPC_TLSGD, BFD_RELOC_PPC_TLSLD): New.
3601         * section.c (struct bfd_section): Add has_tls_get_addr_call.
3602         (BFD_FAKE_SECTION): Init new flag.
3603         * ecoff.c (bfd_debug_section): Likewise.
3604         * bfd-in2.h: Regenerate.
3605         * libbfd.h: Regenerate.
3606         * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_TLSGD and R_PPC_TLSLD.
3607         (ppc_elf_reloc_type_lookup): Handle new relocs.
3608         (ppc_elf_check_relocs): Set has_tls_get_addr_call on finding such
3609         without marker relocs.
3610         (ppc_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
3611         if section has no old-style calls.
3612         (ppc_elf_relocate_section): Set tls_mask for non-tls relocs too.
3613         Don't try to optimize new-style __tls_get_addr call when handling
3614         arg setup relocs.  Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
3615         relocs.
3616         * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_TLSGD, R_PPC64_TLSLD.
3617         (ppc64_elf_reloc_type_lookup): Handle new relocs.
3618         (ppc64_elf_check_relocs): Set has_tls_get_addr_call on finding such
3619         without marker relocs.
3620         (ppc64_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
3621         if section has no old-style calls.  Set toc_ref for new relocs as
3622         appropriate.
3623         (ppc64_elf_relocate_section): Set tls_mask for non-tls relocs too.
3624         Don't try to optimize new-style __tls_get_addr call when handling
3625         arg setup relocs.  Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
3626         relocs.
3627
3628 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
3629
3630         PR 6768
3631         * configure.in: Test for ld --as-needed support.  Link shared
3632         libbfd against libm.
3633         * configure: Regenerate.
3634
3635 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
3636
3637         * Makefile.am: Run "make dep-am".
3638         * Makefile.in: Regenerate.
3639
3640 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
3641
3642         * elf32-score7.c: New file.
3643         * elf32-score.h: New file.
3644         * elf32-score.c: Add code to support score 7.  Set score7 as the
3645         default.
3646         * cpu-score.c: Add score7 architecure.
3647         (compatibile): New function.
3648         * Makefile.am: Add rules for building elf32-score7 object.
3649         * Makefile.in: Regenerate.
3650         * configure.in: Add elf32-score7 object to score vectors.
3651         * configure: Regenerate.
3652         * reloc.c: Add score7 relocs.
3653         * archures.c: Add score3 and score7 machine numbers.
3654         * bfd-in2.h: Regenerate.
3655         * libbfd.h: Regenerate.
3656
3657 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3658
3659         * configure: Regenerate.
3660
3661 2009-03-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3662
3663         * elf32-hppa.c (hppa32_elf_local_refcounts): New function.
3664         (elf32_hppa_check_relocs): Use it.
3665
3666         * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to
3667         elf64-hppa.c.
3668         (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
3669         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
3670         (elf_hppa_is_dynamic_loader_symbol): Likewise.
3671         (elf_hppa_record_segment_addrs): Likewise.
3672         (elf_hppa_final_link): Likewise.
3673         (elf_hppa_relocate_insn): Likewise.
3674         (elf_hppa_final_link_relocate): Likewise.
3675         (elf64_hppa_relocate_section): Likewise.
3676         * elf64-hppa.c: Insert above.
3677
3678 2009-02-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3679
3680         * elf-hppa.h (elf_hppa_final_link): Use elf_hppa_final_link.
3681         (elf_hppa_final_link_relocate ): Rewrite eliminating dynamic hash table.
3682         (elf_hppa_relocate_section): Likewise.
3683         * elf64-hppa.c (struct elf64_hppa_link_hash_entry): Change to derive
3684         from struct elf_link_hash_entry.  Add count field.
3685         (struct elf64_hppa_dyn_hash_table): Delete.
3686         (struct elf64_hppa_link_hash_table): Delete dyn_hash_table field.
3687         (elf64_hppa_hash_table): Rename to hppa_link_hash_table.
3688         (hppa_elf_hash_entry, eh_name): Define.
3689         (elf64_hppa_new_dyn_hash_entry): Delete.
3690         (elf64_hppa_dyn_hash_lookup): Delete.
3691         (elf64_hppa_dyn_hash_traverse): Delete.
3692         (get_dyn_name): Delete.
3693         (elf64_hppa_finalize_opd): Use struct elf_link_hash_entry * instead
3694         of struct elf64_hppa_dyn_hash_entry *.
3695         (elf64_hppa_finalize_dlt, llocate_global_data_dlt,
3696         allocate_global_data_plt, allocate_global_data_stub,
3697         allocate_global_data_opd, count_dyn_reloc, allocate_dynrel_entries):
3698         Likewise.
3699         (hppa64_link_hash_newfunc): New.
3700         (elf64_hppa_hash_table_create): Rework.
3701         (count_dyn_reloc): Likewise.
3702         (hppa64_elf_local_refcounts): New.
3703         (elf64_hppa_check_relocs): Rework using standard technique for recording
3704         local DLT, PLT and OPD reference counts.
3705         (elf64_hppa_dynamic_symbol_p): Revise using "eh" for struct
3706         elf_link_hash_entry *.
3707         (elf64_hppa_mark_exported_functions, allocate_global_data_dlt,
3708         allocate_global_data_plt, allocate_global_data_stub,
3709         allocate_global_data_opd, allocate_dynrel_entries,
3710         elf64_hppa_adjust_dynamic_symbol,
3711         elf64_hppa_mark_milli_and_exported_functions): Likewise.
3712         (elf64_hppa_create_dynamic_sections, elf64_hppa_size_dynamic_sections):
3713         Use hppa_link_hash_table.  Rework.
3714         (elf64_hppa_link_output_symbol_hook): Rework.
3715         (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd,
3716         elf64_hppa_finalize_dlt, elf64_hppa_finalize_dynreloc,
3717         elf64_hppa_finish_dynamic_sections): Likewise.
3718
3719 2009-02-26  Christophe Lyon  <christophe.lyon@st.com>
3720
3721         * elf32-arm.c (stub_reloc_type): Removed.
3722         (insn_sequence): Renamed reloc_type field to r_type.
3723         (elf32_arm_stub_long_branch_v4t_arm_thumb_pic): New stub.
3724         (elf32_arm_stub_long_branch_v4t_thumb_arm_pic): Likewise.
3725         (elf32_arm_stub_long_branch_thumb_only_pic): Likewise.
3726         (elf32_arm_stub_type): Add new enum entries for the new stubs.
3727         (arm_stub_is_thumb): Catch new stubs.
3728         (arm_type_of_stub): Handle new stubs.
3729         (arm_size_one_stub): Use ARRAY_SIZE. Handle new stubs.
3730         (bfd_elf32_arm_process_before_allocation): Remove useless
3731         condition.
3732
3733 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
3734
3735         * elf.c (elf_find_function): Use is_function_type to check
3736         function symbol.
3737
3738 2009-02-24  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
3739
3740         * xtensa-modules.c: Revert to previous version 1.11 due
3741         to inadvertant commit.
3742
3743 2009-02-24  Sterling Augustine  <sterling@tensilica.com>
3744
3745         * elf32-xtensa.c (text_action_add): Separate test for action
3746         type.  Break if saved action is ta_widen_insn at same offset.
3747
3748 2009-02-24  Daniel Jacobowitz  <dan@codesourcery.com>
3749
3750         * elf32-arm.c (elf32_arm_stub_long_branch_any_any_pic): Rename
3751         to elf32_arm_stub_long_branch_any_arm_pic.
3752         (elf32_arm_stub_long_branch_any_thumb_pic): New.
3753         (enum elf32_arm_stub_type, arm_type_of_stub)
3754         (arm_size_one_stub): Handle any to ARM PIC and any to Thumb PIC
3755         separately.
3756
3757 2009-02-24  Joseph Myers  <joseph@codesourcery.com>
3758
3759         * elf32-arm.c (PREV_SEC): Update comment.
3760         (group_sections): Rename argument to stubs_always_after_branch.
3761         Reverse the list and place stubs at the end of input sections.
3762         Undefine NEXT_SEC.
3763         (elf32_arm_size_stubs): Update to use stubs_always_after_branch.
3764
3765 2009-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
3766
3767         * elf32-arm.c (arm_build_one_stub): Initialize stub_reloc_offset.
3768         Fix formatting.
3769         (arm_size_one_stub): Remove unnecessary break.
3770         (arm_map_one_stub): Fix formatting.  Return after BFD_FAIL.
3771
3772 2009-02-23  Christophe Lyon  <christophe.lyon@st.com>
3773
3774         * elf32-arm.c (stub_insn_type): New type.
3775         (stub_reloc_type): Likewise.
3776         (insn_sequence): Likewise.
3777         (elf32_arm_stub_long_branch_any_any): Encode using insn_sequence.
3778         (elf32_arm_stub_long_branch_v4t_arm_thumb): Likewise.
3779         (elf32_arm_stub_long_branch_thumb_only): Likewise.
3780         (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
3781         (elf32_arm_stub_short_branch_v4t_thumb_arm): Likewise.
3782         (elf32_arm_stub_long_branch_any_any_pic): Likewise.
3783         (elf32_arm_stub_hash_entry): Add new helper fields.
3784         (stub_hash_newfunc): Initialize these new fields.
3785         (arm_build_one_stub): Encode Arm and Thumb instructions separately
3786         to take endianness into account.
3787         (arm_size_one_stub): Compute size of stubs using insn_sequence.
3788         (arm_map_one_stub): Code is now more generic, thanks to
3789         insn_sequence.
3790
3791 2009-02-23  Christophe Lyon  <christophe.lyon@st.com>
3792
3793         * elf32-arm.c (elf32_arm_stub_long_branch_thumb_only): Fix stub
3794         code.
3795         (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
3796         (arm_type_of_stub): Use Thumb-only long branch stub (non-PIC) when
3797         BLX is not available. Fix typo in warning message. Add comments
3798         and improve formatting.
3799         (arm_build_one_stub): Adjust to new
3800         elf32_arm_stub_long_branch_v4t_thumb_arm stub.
3801         (arm_map_one_stub): Likewise.
3802
3803 2009-02-23  Tristan Gingold  <gingold@adacore.com>
3804             Eric Botcazou  <ebotcazou@adacore.com>
3805             Douglas B Rupp  <rupp@gnat.com>
3806
3807         * vms.h: Update copyright year, fix comments, reorder declarations.
3808         (_bfd_save_vms_section): Remove the prototype.
3809         (EGPS_S_V_NO_SHIFT): New constant.
3810         (bfd_vms_set_section_flags): New prototype.
3811         (EGPS_S_B_ALIGN, EGPS_S_W_FLAGS, EGPS_S_L_ALLOC, EGPS_S_B_NAMLNG): New
3812         constants.
3813         (EGSY_S_W_FLAGS): Ditto.
3814         (EGSY_S_V_QUAD_VAL): Ditto.
3815         (ESDF_S_L_VALUE, ESDF_S_L_PSINDX, ESDF_S_B_NAMLNG): Ditto.
3816         (EGST_S_W_FLAGS, EGST_S_Q_LP_1, EGST_S_Q_LP_2, EGST_S_L_PSINDX,
3817         EGST_S_B_NAMLNG): Ditto.
3818         (ESRF_S_B_NAMLNG): Ditto.
3819         (ETIR_S_C_HEADER_SIZE): Ditto.
3820         (EGPS_S_V_ALLOC_64BIT): Ditto.
3821         (DST_S_C_EPILOG): Ditto.
3822         (DST_S_C_SRC_SETLNUM_L, DST_S_C_SRC_SETLNUM_W) : Ditto.
3823         (DST_S_C_SRC_INCRLNUM_B): Ditto.
3824         (DST_S_B_PCLINE_UNSBYTE, DST_S_W_PCLINE_UNSWORD): Ditto.
3825         (DST_S_L_PCLINE_UNSLONG): Ditto.
3826         (DST_S_B_MODBEG_NAME, DST_S_L_RTNBEG_ADDRESS) : Ditto
3827         (DST_S_B_RTNBEG_NAME, DST_S_L_RTNEND_SIZE): Ditto
3828         (DST_S_C_SOURCE_HEADER_SIZE): Ditto.
3829         (DST_S_B_SRC_DF_LENGTH, DST_S_W_SRC_DF_FILEID): Ditto.
3830         (DST_S_B_SRC_DF_FILENAME, DST_S_B_SRC_UNSBYTE): Ditto.
3831         (DST_S_B_SRC_UNSBYTE): Ditto.
3832         (DST_S_W_SRC_UNSWORD, DST_S_L_SRC_UNSLONG): Ditto.
3833         Add prototypes.
3834         (vms_section, vms_reloc): Remove types.
3835         (hdr_struc): Replaced by ...
3836         (hdr_struct): ... new type.
3837         (EMH_S_W_HDRTYP, EMH_S_B_STRLVL, EMH_S_L_ARCH1): New constants.
3838         (EMH_S_L_ARCH2, EMH_S_L_RECSIZ, EMH_S_B_NAMLNG): Ditto.
3839         (EMH_DATE_LENGTH): Ditto.
3840         (eom_struc): Replaced by ...
3841         (eom_struct): ... new type.
3842         (EEOM_S_L_TOTAL_LPS, EEOM_S_W_COMCOD, EEOM_S_B_TFRFLG): New constants.
3843         (EEOM_S_L_PSINDX, EEOM_S_L_TFRADR): Ditto.
3844         (EIHD_S_K_MAJORID, EIHD_S_K_MINORID, EIHD_S_K_EXE): Ditto.
3845         (EIHD_S_L_SIZE, EIHD_S_L_ISDOFF, EIHD_S_L_SYMDBGOFF): Ditto.
3846         (EIHD_S_Q_SYMVVA, EIHD_S_L_IMGTYPE): Ditto.
3847         (EISD_S_L_EISDSIZE, EISD_S_L_SECSIZE, EISD_S_Q_VIR_ADDR): Ditto.
3848         (EISD_S_L_FLAGS, EISD_S_L_VBN, EISD_S_R_CONTROL): Ditto.
3849         (EISD_S_L_IDENT, EISD_S_T_GBLNAM): Ditto.
3850         (EISD_S_M_GBL, EISD_S_M_CRF, EISD_S_M_DZRO, EISD_S_M_WRT): Ditto.
3851         (EISD_S_M_INITALCODE, EISD_S_M_BASED, EISD_S_M_FIXUPVEC): Ditto.
3852         (EISD_S_M_RESIDENT, EISD_S_M_VECTOR, EISD_S_M_PROTECT): Ditto.
3853         (EISD_S_M_LASTCLU, EISD_S_M_EXE, EISD_S_M_NONSHRADR): Ditto.
3854         (EISD_S_M_QUAD_LENGTH, EISD_S_M_ALLOC_64BIT): Ditto.
3855         (EIHS_S_L_DSTVBN, EIHS_S_L_DSTSIZE, EIHS_S_L_GSTVBN): Ditto.
3856         (EIHS_S_L_GSTSIZE, EIHS_S_L_DMTVBN, EIHS_S_L_DMTBYTES): Ditto.
3857         (DBG_S_L_DMT_MODBEG, DBG_S_L_DST_SIZE): Ditto.
3858         (DBG_S_W_DMT_PSECT_COUNT, DBG_S_C_DMT_HEADER_SIZE): Ditto.
3859         (DBG_S_L_DMT_PSECT_START, DBG_S_L_DMT_PSECT_LENGTH)
3860         (DBG_S_C_DMT_PSECT_SIZE): Ditto.
3861         (enum file_type_enum): New type.
3862         (struct location_struct): Removed.
3863         (struct fileinfo, struct srecinfo, struct lineinfo): New types.
3864         (struct funcinfo, struct module): Ditto.
3865         (struct vms_private_data_struct): Update fields.
3866         (struct vms_section_data_struct): New type.
3867
3868         * vms.c: Update copyright year, fix comments,
3869         Fix includes for DECC, add prototypes.
3870         (vms_initialize): Use bfd_alloc instead of bfd_zalloc and remove
3871         some initializers.
3872         Use flavour to set is_vax, location_stack is removed.
3873         (struct pair): Declare.
3874         (fill_section_ptr): Initialize variables at declaration.
3875         Add guard to set SECTION_SYM flag, handlde und section.
3876         (vms_fixup_sections): Use struct pair for fill_section_ptr argument.
3877         (_bfd_vms_slurp_object_records): New function, replaces previous
3878         vms_object_p.
3879         (vms_slurp_module): New function.
3880         (vms_slurp_image): Ditto.
3881         (vms_object_p): Complete rewrite.
3882         (vms_mkobject): Use is_vax field to slect architecture.
3883         (free_reloc_stream): New function.
3884         (vms_convert_to_var): Ditto.
3885         (vms_convert_to_var_1): Ditto.
3886         (vms_convert_to_var_unix_filename): Ditto.
3887         (vms_close_and_cleanup): Call free_reloc_stream, convert file to
3888         VAR format on VMS.
3889         (vms_new_section_hook): Set alignment to 0, allocate private data.
3890         (vms_get_section_contents): Load content.
3891         (vms_get_symbol_info): Handle undefined section.
3892         (vms_find_nearest_line): Handle.
3893         (alloc_reloc_stream): New function.
3894         (vms_slurp_reloc_table): Ditto.
3895         (vms_get_reloc_upper_bound): Make it real.
3896         (vms_canonicalize_reloc): Do the real work.
3897         (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
3898         ALPHA_R_BOH.
3899         (vms_bfd_reloc_type_lookup): Handle NOP, BSR, LDA and BOH.
3900         (vms_set_arch_mach): Check arch.
3901         (vms_set_section_contents): Copy the content after allocation.
3902         (vms_alpha_vec): Update object flags.
3903
3904         * vms-tir.c: Update copyright year, fix comments,
3905         add prototypes for new functions.
3906         (dst_define_location): New function.
3907         (dst_restore_location): New function.
3908         (dst_retrieve_location): New function.
3909         (dst_check_allocation): New function.
3910         (image_dump): Call dst_check_allocation.
3911         (image_write_b): Ditto.
3912         (image_write_w): Ditto.
3913         (image_write_l): Ditto.
3914         (image_write_q): Ditto.
3915         (cmd_name): Handle STA_LW, STA_QW, STO_OFF, STO_IMM, STO_IMMR, STO_LW,
3916         STO_QW, OPR_ADD, CTL_SETRB, STC_LP_PSB, CTL_DFLOC, CTL_STLOC,
3917         CTL_STKDL.
3918         Call error handler instead of abort if name is not known.
3919         (etir_sta): Add quarter_relocs argument and set it.
3920         Fix cast.
3921         (etir_sto): Ditto.
3922         (etir_opr): Ditto, return FALSE in case of error.
3923         (etir_ctl): Add quarter_relocs argument and set it, fix cast.
3924         Fix CTL_DFLOC, CTL_STLOC, CTL_STKDL.
3925         (etir_stc): Add quarter_relocs argument and set it, fix cast.
3926         Fix STC_LP, STC_LP_PSB, STC_GBL and STC_CGA.
3927         Handle STC_LP_PSB, STC_BSR_GBL, STC_LDA_GBL, STC_BOH_GBL.
3928         Move STC_NOP_PS, STC_BSR_PS, STC_LDA_PS, STC_BOH_PS, STC_NBH_PS.
3929         Return FALSE in case of error.
3930         (tir_sta): Change sign of psect.
3931         (tir_ctl): Ditto.
3932         (tir_cmd): Fix cast. Makes tir_table static const.
3933         (etir_cmd): Add quarter_relocs argument, makes etir_table const,
3934         add argument to explain.
3935         (analyze_etir): Initialize maxptr, add quarter_relocs
3936         declaration, move some declarations into inner scopes.
3937         Handle quarter_relocs and STO_IMM.
3938         (_bfd_vms_slurp_tir): Use constant instead of hard-coded values.
3939         (_bfd_vms_slurp_relocs): New function.
3940         (_bfd_vms_decode_relocs): New function.
3941         (sto_imm): Rewritten.
3942         (start_first_etbt_record): New function.
3943         (start_another_etbt_record): Ditto.
3944         (etir_output_check): Ditto.
3945         (defer_reloc_p): Ditto.
3946         (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
3947         a for-loop.  Correctly deals with contents, deals with .vmsdebug,
3948         rewritte relocations handling.
3949         (_bfd_vms_write_tbt): Removed.
3950         (_bfd_vms_write_dbg): Ditto.
3951
3952         * vms-misc.c: Update copyright year, Fix comments.
3953         (_bfd_vms_get_header_values): Use 'size' instead of 'length'.
3954         (maybe_adjust_record_pointer_for_object): New function.
3955         (_bfd_vms_get_first_record): New function, replaces ...
3956         (_bfd_vms_get_record): ..  removed.
3957         (_bfd_vms_get_object_record): New function.
3958         (_bfd_vms_get_object_record): New function.
3959         (vms_get_remaining_object_record): New function, replaces ...
3960         (_bfd_vms_get_next_record): ... removed.
3961         (add_new_contents): Removed.
3962         (_bfd_save_vms_section): Removed.
3963         (_bfd_get_vms_section): Removed.
3964         (_bfd_vms_output_flush): Write in VAR format.
3965         (new_symbol): Don't make UND section.
3966
3967         * vms-hdr.c: Update copyright year, update list of record handled.
3968         (_bfd_vms_slurp_hdr): rec_length renamed to rec_size.
3969         (_bfd_vms_write_hdr): Strip vms and unix patches,
3970         add comments, truncate module name at 31 characters,
3971         use constants instead of hard-coded value,
3972         write BFD version instead of a fixed string.
3973         (_bfd_vms_slurp_ihd): New function.
3974         (_bfd_vms_slurp_isd): Ditto.
3975         (_bfd_vms_slurp_ihs): Ditto.
3976         (new_module): Ditto.
3977         (parse_module): Ditto
3978         (build_module_list): Ditto.
3979         (module_find_nearest_line): Ditto.
3980         (_bfd_vms_find_nearest_dst_line): Ditto.
3981         (vms_slurp_debug): Ditto.
3982         (_bfd_vms_slurp_dbg): Ditto.
3983         (_bfd_vms_slurp_tbt): Ditto.
3984         (_bfd_vms_write_dbg): Ditto.
3985         (_bfd_vms_write_tbt): Ditto.
3986
3987         * vms-gsd.c: Update copyright year, update list of records handled.
3988         (EVAX_LITERALS_NAME): New macro.
3989         (evax_section_flags): Add an entry for EVAX_LITERALS_NAME.
3990         (gpsflagdesc, gsyflagdesc): Moved out of _bfd_vms_slurp_gsd.
3991         (register_universal_symbol): New function and prototype.
3992         (_bfd_vms_slurp_gsd): Fix indentations and casts,
3993         improve debug messages,
3994         use constants instead of hard-coded value,
3995         fix missing endianness conversion,
3996         handle global symbol (SYMG).
3997         (bfd_vms_set_section_flags): New function.
3998         (_bfd_vms_write_gsd): Don't write .vmsdebug section,
3999         handle section literals,
4000         fix indentation,
4001         handle section bfd and vms flags,
4002         don't output LIB$INITIALIZE symbol,
4003         fix handling of weak symbols,
4004         fix evax vs vax procedure descriptor,
4005         handle absolute symbols.
4006
4007         * reloc.c (BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_BSR,
4008         BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BOH): New relocations.
4009
4010         * makefile.vms (DEFS): Fix flags for VMS.
4011
4012         * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
4013
4014         * bfd-in2.h: Regenerated.
4015         * libbfd.h: Regenerated.
4016
4017 2009-02-20  Cary Coutant  <ccoutant@google.com>
4018
4019         * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime
4020         in struct stat.
4021
4022 2009-18-02  Dave Korn  <dave.korn.cygwin@gmail.com>
4023
4024         PR gas/7059
4025         * coffcode.h (coff_write_object_contents):  Don't let the string
4026         table offset overflow the s_name field when using long section names.
4027
4028 2009-18-02  Dave Korn  <dave.korn.cygwin@gmail.com>
4029
4030         * coff-alpha.c (alpha_ecoff_backend_data):  Initialise fields which
4031         control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
4032         * coff-mips.c (mips_ecoff_backend_data):  Likewise.
4033         * coff-rs6000.c (bfd_xcoff_backend_data):  Initialise fields which
4034         control long section name handling with XCOFF_NO_LONG_SECTION_NAMES.
4035         (bfd_pmac_xcoff_backend_data):  Likewise.
4036         * coff64-rs6000.c (bfd_xcoff_backend_data):  Likewise.
4037         (bfd_xcoff_aix5_backend_data):  Likewise.
4038         (xcoff64_write_object_contents):  Delete unused long_section_names
4039         local variable.
4040         * coff-sh.c (bfd_coff_small_swap_table):  Initialise long section
4041         name members using COFF_DEFAULT_LONG_SECTION_NAMES and make entire
4042         struct non-const.
4043         * coffcode.h (documentation):  Update to describe long section names.
4044         (COFFLONGSECTIONCATHELPER):  New helper macro.
4045         (BLANKOR1TOODD):  Likewise.
4046         (COFF_ENABLE_LONG_SECTION_NAMES):  Likewise.
4047         (COFF_LONG_SECTION_NAMES_SETTER):  Likewise.
4048         (COFF_DEFAULT_LONG_SECTION_NAMES):  Likewise.
4049         (bfd_coff_set_long_section_names_allowed):  New function.
4050         (bfd_coff_set_long_section_names_disallowed):  Likewise.
4051         (struct bfd_coff_backend_data):  Add new backend hook function
4052         pointer _bfd_coff_set_long_section_names.
4053         (bfd_coff_set_long_section_names):  New backend hook.
4054         (coff_write_object_contents):  Only generate long section names if
4055         bfd_coff_long_section_names() indicates they are currently enabled.
4056         (bfd_coff_std_swap_table):  Make non-const, and initialise long
4057         section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
4058         (ticoff0_swap_table):  Likewise to both.
4059         (ticoff1_swap_table):  Again, likewise to both.
4060         * coffgen.c (make_a_section_from_file):  Allow long section names
4061         as inputs even if not currently allowed for outputs.
4062         * ecoff.c (_bfd_ecoff_no_long_sections):  New function.
4063         * efi-app-ia32.c (COFF_LONG_SECTION_NAMES):  Define to 0, not blank.
4064         * efi-app-ia64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4065         * efi-app-x86_64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4066         * efi-bsdrv-ia32.c (COFF_LONG_SECTION_NAMES):  Likewise.
4067         * efi-bsdrv-ia64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4068         * efi-bsdrv-x86_64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4069         * efi-rtdrv-ia32.c (COFF_LONG_SECTION_NAMES):  Likewise.
4070         * efi-rtdrv-ia64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4071         * efi-rtdrv-x86_64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4072         * pei-arm.c (COFF_LONG_SECTION_NAMES):  Likewise.
4073         * pei-i386.c (COFF_LONG_SECTION_NAMES):  Likewise.
4074         * pei-mcore.c (COFF_LONG_SECTION_NAMES):  Likewise.
4075         * pei-mips.c (COFF_LONG_SECTION_NAMES):  Likewise.
4076         * pei-ppc.c (COFF_LONG_SECTION_NAMES):  Likewise.
4077         * pei-sh.c (COFF_LONG_SECTION_NAMES):  Likewise.
4078         * pei-x86_64.c (COFF_LONG_SECTION_NAMES):  Likewise.
4079         * libcoff-in.h:  Update copyright year to cause updated copyright
4080         year in generated libcoff.h, and fix typo.
4081         * libcoff.h:  Regenerated.
4082         * libecoff.h (ECOFF_NO_LONG_SECTION_NAMES):  New macro.
4083         (_bfd_ecoff_no_long_sections):  Add prototype.
4084         * libxcoff.h (XCOFF_NO_LONG_SECTION_NAMES):  New macro.
4085         * pe-mips.c (COFF_LONG_SECTION_NAMES):  Define empty if not already
4086         defined by an including .c file.
4087         * ticoff.h (ticoff0_swap_table):  Make non-const, and initialise
4088         long section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
4089         (ticoff1_swap_table):  Likewise to both.
4090
4091 2009-02-18  Christophe Lyon  <christophe.lyon@st.com>
4092
4093         * elf32-arm.c (arm_build_one_stub): Fix relocation target for pic
4094         stub. Catch default case error.
4095         (arm_map_one_stub): Add missing Thumb mapping symbol.
4096
4097 2009-02-18  Bjoern Haase  <bjoern.m.haase@web.de>
4098
4099         PR 9841
4100         * elf32-avr.c: Handle case where no local symbos exist correctly.
4101
4102 2009-02-16  Christophe Lyon  <christophe.lyon@st.com>
4103
4104         bfd/
4105         * elf32-arm.c (arm_long_branch_stub,
4106         arm_thumb_v4t_long_branch_stub,
4107         arm_thumb_thumb_long_branch_stub,
4108         arm_thumb_arm_v4t_long_branch_stub,
4109         arm_thumb_arm_v4t_short_branch_stub,
4110         arm_pic_long_branch_stub):
4111         Renamed to elf32_arm_stub_long_branch_any_any,
4112         elf32_arm_stub_long_branch_v4t_arm_thumb,
4113         elf32_arm_stub_long_branch_thumb_only,
4114         elf32_arm_stub_long_branch_v4t_thumb_arm,
4115         elf32_arm_stub_short_branch_v4t_thumb_arm,
4116         elf32_arm_stub_long_branch_any_any_pic.
4117         (arm_stub_long_branch, arm_thumb_v4t_stub_long_branch,
4118         arm_thumb_thumb_stub_long_branch,
4119         arm_thumb_arm_v4t_stub_long_branch,
4120         arm_thumb_arm_v4t_stub_short_branch, arm_stub_pic_long_branch):
4121         Renamed to arm_stub_long_branch_any_any,
4122         arm_stub_long_branch_v4t_arm_thumb,
4123         arm_stub_long_branch_thumb_only,
4124         arm_stub_long_branch_v4t_thumb_arm,
4125         arm_stub_short_branch_v4t_thumb_arm,
4126         arm_stub_long_branch_any_any_pic.
4127
4128 2009-02-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4129
4130         * elf-hppa.h (elf_hppa_final_link_relocate): Correct addend value used
4131         in branch offset check.
4132
4133 2009-02-15  Alan Modra  <amodra@bigpond.net.au>
4134
4135         * elf64-ppc.c (struct _ppc64_elf_section_data): Delete t_symndx,
4136         add toc.symndx and toc.add.
4137         (ppc64_elf_check_relocs): Don't set htab->tls_get_addr here.
4138         Set up toc.add.
4139         (get_tls_mask): Add toc_addend param, set from toc.add.  Adjust all
4140         callers.
4141         (ppc64_elf_tls_setup): Set htab->tls_get_addr and tls_get_addr_fd.
4142         (branch_reloc_hash_match): New function, extracted from..
4143         (ppc64_elf_tls_optimize): ..here.
4144         (ppc64_elf_relocate_section): Properly set addends when optimizing
4145         tls sequences.  Avoid unnecessary reading and writing of insns.
4146         Only redo reloc when symbol changed.  Bypass symbol checks when
4147         using tlsld_got.
4148         * elf32-ppc.c (ppc_elf_tls_setup): Correct comment.
4149         (branch_reloc_hash_match): New function, extracted from..
4150         (ppc_elf_tls_optimize): ..here.
4151         (ppc_elf_relocate_section): Avoid unnecessary reading of insns.
4152         Don't clear addend on zapped __tls_get_addr reloc.
4153
4154 2009-02-12  Nick Clifton  <nickc@redhat.com>
4155
4156         PR 9827
4157         * elflink.c (bfd_elf_final_link): When counting the relocations,
4158         if the header size has not been set yet then assume that it will
4159         match the output section's reloc type.
4160
4161 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4162
4163         * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for
4164         relocatable link.
4165
4166 2009-02-09  Alan Modra  <amodra@bigpond.net.au>
4167
4168         * elf32-spu.c (spu_elf_find_overlays): Call bfd_set_error on errors.
4169         (find_function): Likewise.
4170         (pasted_function): Don't error if no prior function found.
4171         (discover_functions): Revert 2008-12-10 change.  Extend first
4172         function range to start of section.
4173
4174 2009-02-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4175
4176         * elf64-hppa.c: Remove PARAMS macro.  Replace PTR with void *.  Convert
4177         functions to C90.
4178         * elf64-hppa.h: Likewise.
4179
4180 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4181
4182         * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
4183         .sbss handling.
4184
4185 2009-02-04  Alan Modra  <amodra@bigpond.net.au>
4186
4187         * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
4188         Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
4189
4190 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
4191
4192         * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
4193         * archures.c (bfd_mach_mips_xlr): Define.
4194         * bfd-in2.h: Regenerate.
4195         * cpu-mips.c (I_xlr): Define.
4196         (arch_info_struct): Add XLR entry.
4197         * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
4198         (mips_set_isa_flags): Handle bfd_mach_mips_xlr
4199         (mips_mach_extensions): Add XLR entry.
4200
4201 2009-02-03  Eric B. Weddington  <eric.weddington@atmel.com>
4202
4203         * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
4204
4205 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
4206
4207         * configure.in: AC_SUBST pdfdir.
4208         * Makefile.am: Add install-pdf, install-pdf-am
4209         and install-pdf-recursive targets. Define pdfdir.
4210         * doc/Makefile.am: Define pdf__strip_dir. Add
4211         install-pdf and install-pdf-am targets.
4212         * po/Make-in: Add install-pdf target.
4213         * configure: Regenerate.
4214         * Makefile.in: Regenerate
4215         * doc/Makefile.in: Regenerate.
4216
4217 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
4218
4219         * bfd-in2.h: Regenerate.
4220         * elf32-m68k.c: Handle 2-slot GOT entries.  Rename variables and
4221         fields from n_entries to n_slots where appropriate, update comments.
4222         (HOWTO): Add TLS relocations.
4223         (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
4224         (enum elf_m68k_got_offset_size): New enum.
4225         (struct elf_m68k_got_entry.type): Move field to ...
4226         (struct elf_m68k_got_entry_key): ... here.  Update all uses.
4227         (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
4228         functions.
4229         (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
4230         functions.
4231         (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
4232         fields into n_entries array.  Update comments.
4233         (elf_m68k_init_got): Simplify, update all uses.
4234         (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
4235         (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
4236         GOT entries; update name, update all uses.
4237         (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
4238         (elf_m68k_get_got_entry): Update.
4239         (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
4240         simplify.
4241         (elf_m68k_remove_got_entry_type): Simplify.
4242         (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
4243         (elf_m68k_can_merge_gots): Update.
4244         (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
4245         (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
4246         GOT entries, simplify.
4247         (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
4248         (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
4249         field, remove obsoleted local_n_entries field.
4250         (elf_m68k_partition_multi_got_2): New static function.
4251         (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
4252         update.
4253         (elf_m68k_remove_got_entry_type): Update.
4254         (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
4255         (elf_m68k_check_relocs): Handle TLS relocations.  Remove unnecessary
4256         update of sgot->size and srelgot->size.
4257         (elf_m68k_gc_sweep_hook): Update.
4258         (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
4259         (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
4260         TLS relocations.
4261         * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
4262         * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
4263
4264 2009-02-02  DJ Delorie  <dj@redhat.com>
4265
4266         * elf32-mep.c (config_names): Regenerate configuration.
4267
4268 2009-02-02  Alan Modra  <amodra@bigpond.net.au>
4269
4270         * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
4271         (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
4272         * elf.c (bfd_elf_get_str_section): Make static.
4273         (bfd_elf_find_section): Delete.
4274         * libbfd.h: Regenerate.
4275
4276 2009-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4277
4278         * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
4279         (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
4280
4281 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
4282
4283         * elflink.c (on_needed_list): New function.
4284         (elf_link_add_object_symbols): Link in --as-needed libs if they
4285         satisfy undefined symbols in other libs.
4286
4287 2009-01-30  Julian Brown  <julian@codesourcery.com>
4288
4289         * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
4290         EXEC_P or DYNAMIC flags, and skip sections which are being linked
4291         with --just-symbols (-R).
4292
4293 2009-01-29  Adam Nemet  <anemet@caviumnetworks.com>
4294
4295         * dwarf2.c (read_rangelist): Use read_address to read low_pc and
4296         high_pc in order to properly sign-extend VMAs.
4297
4298 2009-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
4299             Mark Shinwell  <shinwell@codesourcery.com>
4300             Catherine Moore  <clm@codesourcery.com>
4301
4302         * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
4303
4304 2009-01-28  Catherine Moore <clm@codesourcery.com>
4305
4306         * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
4307         SEC_LOAD for dynamic relocation sections.
4308
4309 2009-01-27  Hans-Peter Nilsson  <hp@axis.com>
4310
4311         * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
4312         (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
4313         the size of local TLS data.
4314
4315 2009-01-27  Andreas Schwab  <schwab@suse.de>
4316
4317         * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
4318         architectures in the archive.
4319
4320 2009-01-27  Hans-Peter Nilsson  <hp@axis.com>
4321
4322         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
4323         <R_CRIS_32_DTPREL>: Correct relocation value.
4324
4325         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
4326         <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
4327         symbols with non-default visibility.
4328
4329 2009-01-26  Nathan Sidwell  <nathan@codesourcery.com>
4330
4331         * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
4332         describing the trampolines.
4333         (ppc_elf_relocate_section): Update relocs to describe the
4334         trampolines.
4335
4336 2009-01-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4337
4338         * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
4339         branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
4340         and R_PARISC_PCREL12F relocations.
4341
4342 2009-01-24  Alan Modra  <amodra@bigpond.net.au>
4343
4344         PR 6022
4345         * elflink.c (find_version_for_sym): New function split out from,
4346         but without export_dynamic test, ..
4347         (_bfd_elf_link_assign_sym_version): ..here.
4348         (_bfd_elf_export_symbol): Use it.
4349
4350 2009-01-23  Alan Modra  <amodra@bigpond.net.au>
4351
4352         * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
4353         (struct elf_info_failed, struct elf_find_verdep_info): Move to..
4354         * elflink.c: ..here, somewhat modified.
4355         * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
4356         _bfd_elf_link_find_version_dependencies,
4357         _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
4358         _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
4359         _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
4360         declare..
4361         * elflink.c: ..and make static here.
4362         (_bfd_elf_link_find_version_dependencies): Adjust for removal
4363         of output_bfd from struct elf_find_verdep_info.
4364         (_bfd_elf_link_assign_sym_version): Similarly adjust to use
4365         struct elf_info_failed.
4366         (bfd_elf_size_dynamic_sections): Adjust.
4367
4368 2009-01-22  Alan Modra  <amodra@bigpond.net.au>
4369
4370         PR 6832
4371         * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
4372         after comp_unit_find_line call.
4373
4374 2009-01-21  Nick Clifton  <nickc@redhat.com>
4375
4376         PR 9769
4377         * vmsutil.c (vms_file_stats_name): Remove use of unsupported
4378         tm_gmtoff field in struct tm.
4379
4380 2009-01-21  Alan Modra  <amodra@bigpond.net.au>
4381
4382         * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
4383         * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
4384         sections in soft-icache lines unless non_ia_text.  Don't add
4385         rodata if doing so would exceed line size.
4386
4387 2009-01-19  Hans-Peter Nilsson  <hp@axis.com>
4388
4389         * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
4390         types than bfd_link_hash_indirect, before early return, call
4391         _bfd_elf_link_hash_copy_indirect.
4392
4393 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
4394
4395         * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
4396         * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
4397         * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
4398         (elf_backend_obj_attrs_order): New define.
4399         * elfxx-target.h (elf_backend_obj_attrs_order): New define.
4400         (elfNN_bed): Add elf_backend_obj_attrs_order.
4401
4402 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
4403
4404         * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
4405         (obj_attr_size): Likewise.
4406         (write_obj_attribute): Likewise.
4407         (_bfd_elf_copy_obj_attributes): Likewise.
4408         (_bfd_elf_parse_attributes): Likewise.
4409         * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
4410         (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
4411         (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
4412         (ATTR_TYPE_HAS_NO_DEFAULT): New define.
4413         * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
4414         with macros.
4415
4416 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
4417
4418         * elf-attrs.c (is_default_attr): Support defaultless attributes.
4419         (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
4420         (bfd_elf_add_obj_attr_string): Likewise.
4421         (bfd_elf_add_obj_attr_int_string): Likewise.
4422         (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
4423         * elf-bfd.h (struct obj_attribute): Document new flag bit.
4424         * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
4425         Tag_nodefaults has no default value.
4426         (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
4427         comment to reflect the new state.
4428
4429 2009-01-19  Alan Modra  <amodra@bigpond.net.au>
4430
4431         PR 9695
4432         * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
4433         (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
4434         (adjust_z_magix): Delete dead code handling QMAGIC.
4435
4436 2009-01-16  Kai Tietz  <kai.tietz@onevision.com>
4437
4438         * coffcode.h (styp_to_sec_flags): Correct interpretation of
4439         IMAGE_SCN_MEM_DISCARDABLE.
4440
4441 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4442
4443         * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
4444         SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
4445         * configure.in (commonbfdlib): Delete.
4446         (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
4447         (SHARED_LIBADD): Rename from WIN32LIBADD.  Add pic libiberty if such
4448         is available, not just for linux.
4449         * po/SRC-POTFILES.in: Regenerate.
4450         * Makefile.in: Regenerate.
4451         * configure: Regenerate.
4452
4453 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
4454             Julian Brown   <julian@codesourcery.com>
4455
4456         * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
4457         ARM attributes in ABI 2.07.
4458         * elf32-arm.c (get_secondary_compatible_arch): New function.
4459         (set_secondary_compatible_arch): New function.
4460         (tag_cpu_arch_combine): New function.
4461         (elf32_arm_copy_one_eabi_other_attribute): Delete function.
4462         (elf32_arm_copy_eabi_other_attribute_list): Delete function.
4463         (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
4464         make it fit with order_01243.
4465         Add support for Tag_also_compatible_with,
4466         Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
4467         Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
4468         Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
4469         Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
4470         Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
4471         Tag_VFP_arch and Tag_ABI_FP_16bit_format.
4472         Rework the way unknown attributes are handled.
4473         Defer errors until all attributes have been processed.
4474
4475 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
4476
4477         * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
4478         bfd_elf_add_obj_attr_int_string.
4479         Read Tag_compatibility from its new location in the attribute array,
4480         rather than the attribute list.
4481         (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
4482         bfd_elf_add_obj_attr_int_string.
4483         (_bfd_elf_parse_attributes): Likewise.
4484         (_bfd_elf_merge_object_attributes): There's now only one
4485         Tag_compatibility, and it's in the array, not the list.
4486         * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
4487         Tag_compatibility.
4488         (bfd_elf_add_obj_attr_compat): Rename to
4489         bfd_elf_add_obj_attr_int_string.
4490         (bfd_elf_add_proc_attr_compat): Rename to
4491         bfd_elf_add_proc_attr_int_string.
4492         * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
4493         Tag_compatibility.
4494
4495 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4496
4497         * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
4498         (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
4499         (vmsutil.lo): Add dependency rule.
4500         * Makefile.in: Regenerate.
4501         * config.bfd (ia64*-*-*vms*): Add case.
4502         * configure.in (bfd_elf64_ia64_vms_vec): Add case.
4503         * configure: Regenerate.
4504         * vmsutil.c: New file.
4505         * vmsutil.h: New file.
4506         * elf-bfd.h (struct bfd_elf_special_section): Change type of
4507         attr to bfd_vma.
4508         * elfxx-ia64.c (elfNN_vms_post_process_headers,
4509         elfNN_vms_section_processing, elfNN_vms_final_write_processing,
4510         elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
4511         elfNN_vms_object_p): New functions
4512         * targets.c (bfd_elf64_ia64_vms_vec): New target.
4513
4514 2009-01-14  H.J. Lu  <hongjiu.lu@intel.com>
4515
4516         PR ld/9727
4517         * elflink.c (elf_gc_sweep): Exclude the group section if the
4518         first member of the section group is excluded.
4519
4520 2009-01-14  Alan Modra  <amodra@bigpond.net.au>
4521
4522         PR 9735
4523         * syms.c (_bfd_stab_section_find_nearest_line): Don't free
4524         saved filename, use bfd_alloc rather than bfd_malloc for it.
4525
4526 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
4527
4528         * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
4529
4530 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
4531
4532         * elf32-spu.c (remove_cycles): Always set call->max_depth.
4533
4534 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
4535
4536         * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
4537
4538 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
4539
4540         * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
4541         num_lines_log2.
4542         (struct got_entry): Add br_addr.
4543         (struct call_info): Add priority.
4544         (struct function_info): Add lr_store and sp_adjust.
4545         (spu_elf_setup): Init line_size_log2 and num_lines_log2.
4546         (spu_elf_find_overlays): For soft-icache, mark any section within cache
4547         area as an overlay, and check that no other overlays exist.  Look up
4548         icache overlay manager entry sym.
4549         (BRA_STUBS, BRA, BRASL): Define.
4550         (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
4551         (needs_ovl_stub): Adjust for soft-icache.  Return priority encoded
4552         in branch insn.
4553         (count_stub, build_stub): Support soft-icache.
4554         (build_spuear_stubs, process_stubs): Adjust build_stub call.
4555         (spu_elf_size_stubs): Size soft-icache stubs.
4556         (overlay_index): New function.
4557         (spu_elf_build_stubs): Make static.  Support soft-icache.
4558         (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
4559         (find_function_stack_adjust): Save lr store and stack adjust insn
4560         offsets.
4561         (maybe_insert_function): Adjust find_function_stack_adjust call.
4562         (mark_functions_via_relocs): Retrieve priority.
4563         (remove_cycles): Only warn about pruned arcs when stack_analysis.
4564         (sort_calls): Sort by priority first.
4565         (mark_overlay_section): Ignore .ovl.init.
4566         (sum_stack): Only print when stack_analysis.
4567         (print_one_overlay_section): New function, extracted from..
4568         (spu_elf_auto_overlay): ..here.  Support soft-icache overlays.
4569         (spu_elf_stack_analysis): Only print when htab->stack_analysis.
4570         (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
4571         analysis.  Call spu_elf_build_stubs.
4572         (spu_elf_relocate_section): For soft-icache encode overlay index
4573         into addresses.
4574         (spu_elf_output_symbol_hook): Support soft-icache.
4575         (spu_elf_modify_program_headers: Likewise.
4576
4577         * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis.  Rename
4578         num_regions to num_lines.  Add line_size and max_branch.
4579         (enum _ovly_flavour): Add ovly_soft_icache.
4580         (spu_elf_build_stubs): Delete.
4581
4582 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4583
4584         * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
4585         relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
4586
4587 2009-01-07  Hans-Peter Nilsson  <hp@axis.com>
4588
4589         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
4590         <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
4591         the program, the known offset starts at the negative size of the
4592         TLS section.
4593         <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
4594         Similar.
4595
4596 2009-01-05  Joel Sherrill <joel.sherrill@oarcorp.com>
4597
4598         * config.bfd: Add lm32-*-rtems*.
4599
4600 2009-01-03  H.J. Lu  <hongjiu.lu@intel.com>
4601
4602         * coff-ppc.c: Add 2009 to Copyright.
4603         * elf32-cris.c: Likewise.
4604         * elflink.c: Likewise.
4605
4606 2009-01-03  Hans-Peter Nilsson  <hp@axis.com>
4607
4608         * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
4609         gotplt_index to rela_plt_index.  Adjust for R_CRIS_DTPMOD entry.
4610
4611 2009-01-02  H.J. Lu  <hongjiu.lu@intel.com>
4612
4613         PR ld/9679
4614         * elflink.c (elf_merge_st_other): New.
4615         (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
4616         hide them if needed.
4617         (elf_link_add_object_symbols): Updated.
4618
4619 2009-01-02  H.J. Lu  <hongjiu.lu@intel.com>
4620
4621         PR ld/9676
4622         * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
4623         ref_dynamic and dynamic_def fields when setting def_regular
4624         to 1.
4625
4626 2009-01-02  Curtis Mackie  <curtmackevo@gmail.com>
4627
4628         PR 9682
4629         * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
4630         literal.
4631
4632 For older changes see ChangeLog-2008
4633 \f
4634 Local Variables:
4635 mode: change-log
4636 left-margin: 8
4637 fill-column: 74
4638 version-control: never
4639 End: