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