* elflink.c (elf_link_input_bfd): Correct *pindex change in last
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2009-05-21 Alan Modra <amodra@bigpond.net.au>
2
3 * elflink.c (elf_link_input_bfd): Correct *pindex change in last
4 commit.
5
6 2009-05-21 Alan Modra <amodra@bigpond.net.au>
7
8 * elf-bfd.h (struct elf_backend_data
9 <elf_backend_link_output_symbol_hook>): Return an int.
10 * elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
11 symbols on deleted .opd entries.
12 * elflink.c (elf_link_output_sym): Return without outputting sym
13 if output_symbol_hook returns 2.
14 (elf_link_output_extsym): Don't assign h->indx when symbol discarded.
15 Abort if we must not discard sym.
16 (elf_link_input_bfd): Similarly, don't set finfo->indices for
17 local syms.
18 (bfd_elf_final_link): Adjust elf_link_output_sym calls.
19 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Adjust for
20 elf_backend_link_output_symbol_hook return type change.
21 * elf32-arm.c (output_arch_syminfo): Likewise.
22 (elf32_arm_output_map_sym, elf32_arm_output_stub_sym): Likewise.
23 (elf32_arm_output_arch_local_syms): Likewise.
24 * elf32-cr16c.c (elf32_cr16c_link_output_symbol_hook): Likewise.
25 * elf32-score.c (s3_bfd_score_elf_link_output_symbol_hook): Likewise.
26 (bfd_score_elf_link_output_symbol_hook): Likewise.
27 * elf32-score.h (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
28 * elf32-score7.c (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
29 * elf32-sh64.c (sh64_elf_link_output_symbol_hook): Likewise.
30 * elf32-spu.c (spu_elf_output_symbol_hook): Likewise.
31 * elf32-v850.c (v850_elf_link_output_symbol_hook): Likewise.
32 * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Likewise.
33 * elf64-mmix.c (mmix_elf_link_output_symbol_hook): Likewise.
34 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Likewise.
35 * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
36 * elfxx-mips.c (_bfd_mips_elf_link_output_symbol_hook): Likewise.
37 * elfxx-mips.h (_bfd_mips_elf_link_output_symbol_hook): Likewise.
38
39 2009-05-21 Alan Modra <amodra@bigpond.net.au>
40
41 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
42 out of range .opd symbols.
43
44 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
45
46 * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not
47 fprintf_vma directly.
48 * peXXigen.c (pe_print_edata): Likewise.
49 (pe_print_pdata): Likewise.
50 (_bfd_XX_print_ce_compressed_pdata): Likewise.
51 (_bfd_XX_print_private_bfd_data_common): Likewise.
52
53 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
54
55 * cofflink.c (process_embedded_commands): Ignore "-aligncomm".
56
57 2009-05-15 Andrew Stubbs <ams@codesourcery.com>
58 Paul Brook <paul@codesourcery.com>
59
60 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Don't attempt to
61 fix discarded sections.
62
63 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
64
65 * elf32-spu.c (mark_overlay_section): Move .init and .fini
66 sections into the software icache.
67
68 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
69
70 * elf32-spu.c (build_stub): Always build "compact" sofware
71 i-cache stubs.
72
73 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
74
75 * elf32-spu.c (struct spu_link_hash_table): Add fromelem_size_log2.
76 (spu_elf_setup): Initialize it.
77 (spu_elf_size_stubs): Move .ovtab into .bss for software i-cache.
78 Update to new-sytle cache manager data structures.
79 (spu_elf_build_stubs): Generate new-style cache manager data
80 structures and symbols.
81 (spu_elf_auto_overlay): Update size computation.
82
83 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
84
85 * elf32-spu.c (spu_elf_modify_segment_map): Move all PF_OVERLAY
86 segments first amongst the program headers.
87
88 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
89
90 * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
91 into addresses for relocation types that look at high bits. Remove
92 special handling of relocation overflow warnings.
93
94 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
95
96 * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
97 control flow graph between fragments of a function.
98
99 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
100
101 * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
102 generate only a 16-byte .toe section.
103 (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
104
105 2009-05-14 Alan Modra <amodra@bigpond.net.au>
106
107 * elf32-spu.c (spu_elf_size_stubs): Split out section placement to..
108 (spu_elf_place_overlay_data): ..here. New function.
109 * elf32-spu.h (spu_elf_place_overlay_data): Declare.
110
111 2009-05-13 Andrew Jenner <andrew@codesourcery.com>
112
113 * elf32-arm.c: Move sysdep.h to start of file.
114
115 2009-05-11 Ulrich Weigand <uweigand@de.ibm.com>
116
117 * elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
118 start of overlays.
119 (spu_elf_build_stubs): Don't define __icache_tagbase. Define
120 __icache_tag_array and __icache_tag_array_size.
121
122 2009-05-11 Masaki Muranaka <monaka@monami-software.com>
123
124 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Remove unnecessary
125 ATTRIBUTE_UNUSED.
126 (bfinfdpic_link_omit_section_dynsym): Likewise.
127 (elf32_bfinfdpic_finish_dynamic_sections): Likewise.
128
129 2009-05-05 Paul Brook <paul@codesourcery.com>
130
131 * bfd-in.h (elf32_arm_fix_exidx_coverage): Add prototype.
132 * bfd-in2.h: Regenerate.
133 * elf32-arm.c (arm_unwind_edit_type, arm_unwind_table_edit): Define.
134 (_arm_elf_section_data): Add text and exidx fields.
135 (add_unwind_table_edit, get_arm_elf_section_data, adjust_exidx_size,
136 insert_cantunwind_after, elf32_arm_fix_exidx_coverage, offset_prel31,
137 copy_exidx_entry): New functions.
138 (elf32_arm_write_section): Fixup .ARM.exidx contents.
139
140 2009-05-05 Christophe lyon <christophe.lyon@st.com>
141
142 * elf32-arm.c (DEF_STUBS): New helper define.
143 (DEF_STUB): Likewise.
144 (stub_def): New type.
145 (stub_definitions): New array, containing stub template pointers
146 and sizes.
147 (arm_size_one_stub): Make use of stub_definitions.
148
149 2009-05-04 Dave Korn <dave.korn.cygwin@gmail.com>
150
151 * elflink.c (find_version_for_sym): Remove from here, ...
152 * linker.c (bfd_find_version_for_sym): ... rename, replace
153 here, make public and update all callers.
154 * bfd-in2.h: Regenerate.
155
156 2009-04-30 Nick Clifton <nickc@redhat.com>
157
158 * elf-bfd.h (struct bfd_elf_section_data): Add indirect_relocs
159 section pointer.
160 (struct elf_obj_data): Add has_ifunc_symbols boolean.
161 * elf.c (swap_out_syms): Convert BSF_GNU_INDIRECT_FUNCTION flags
162 into a STT_GNU_IFUNC symbol type.
163 (_bfd_elf_is_function_type): Accept STT_GNU_IFUNC as a function
164 type.
165 (_bfd_elf_set_osabi): Set the osasbi field to ELFOSABI_LINUX if
166 the binary contains ifunc symbols.
167 * elfcode.h (elf_slurp_symbol_table): Translate the STT_GNU_IFUNC
168 symbol type into a BSF_GNU_INDIRECT_FUNCTION flag.
169 * elf32-i386.c (is_indirect_function): New function.
170 (elf_i386_check_relocs): Create an ifunc output section.
171 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
172 section if necessary.
173 (elf_i386_relocate_section): Emit a reloc against an ifunc symbol
174 if necessary.
175 (elf_i386_add_symbol_hook): New function. Set the
176 has_ifunc_symbols field of the elf_obj_data structure if an ifunc
177 symbol is encountered.
178 (elf_backend_post_process_headers): Define.
179 (elf_backend_add_symbol_hook): Define.
180 (elf_i386_post_process_headers): Rename to
181 elf_i388_fbsd_post_process_headers.
182 * elf64-x86_64.c (IS_X86_64_PCREL_TYPE): New macro.
183 (is_indirect_function): New function.
184 (elf64_x86_64_check_relocs): Create an ifunc output section.
185 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
186 section if necessary.
187 (elf64_x86_64_relocate_section): Emit a reloc against an ifunc
188 symbol if necessary.
189 (elf_i386_add_symbol_hook): Set the has_ifunc_symbols field of the
190 elf_obj_data structure if an ifunc symbol is encountered.
191 (elf_backend_post_process_headers): Define.
192 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Always create a PLT
193 if we have ifunc symbols to handle.
194 (get_ifunc_reloc_section_name): New function. Computes the name
195 for an ifunc section.
196 (_bfd_elf_make_ifunc_reloc_section): New function. Creates a
197 section to hold ifunc relocs.
198 * syms.c (BSF_GNU_INDIRECT_FUNCTION): Define.
199 (bfd_print_symbol_vandf): Handle ifunc symbols.
200 (bfd_decode_symclass): Likewise.
201 * bfd-in2.h: Regenerate.
202
203 2009-04-30 Joseph Myers <joseph@codesourcery.com>
204
205 * elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute
206 MOVW and MOVT relocations in a shared library link.
207
208 2009-04-27 Anthony Green <green@moxielogic.com>
209
210 * verilog.c: New file.
211 * Makefile.am (BFD32_LIBS): Add verilog.c.
212 (BFD32_LIBS_CFILES): Add verilog.c.
213 (verilog.lo): New build rule.
214 * Makefile.in: Rebuilt.
215 * targets.c: Add verilog support.
216 * bfd.c (tdata union): Add Verilog private data field.
217 * bfd-in2.h: Regenerate.
218
219 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
220
221 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't
222 copy pe_opthdr.
223
224 2009-04-23 Matthias Klose <doko@ubuntu.com>
225
226 * peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
227
228 2009-04-22 Christophe Lyon <christophe.lyon@st.com>
229
230 PR9743
231 * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
232 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
233 (elf32_arm_size_stubs): Likewise.
234 (record_thumb_to_arm_glue): Deleted unused function.
235 (bfd_elf32_arm_process_before_allocation): No longer handle
236 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
237 (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
238 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
239
240 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
241
242 * elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED.
243 (elf32_arm_write_section): Declare early.
244 (elf32_arm_size_stubs): Skip non-stub sections in the stub BFD.
245 (arm_allocate_glue_section_space): Exclude empty sections.
246 (ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED.
247 (bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub
248 BFD.
249 (elf32_arm_output_glue_section, elf32_arm_final_link): New.
250 (elf32_arm_merge_eabi_attributes): Skip the stub BFD.
251 (elf32_arm_size_dynamic_sections): Allocate interworking
252 sections here.
253 (bfd_elf32_bfd_final_link): Define.
254
255 2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
256
257 * coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K.
258
259 * coffcode.h (coff_compute_section_file_positions): Clear
260 D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE.
261
262 * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and
263 force_minimum_alignment.
264
265 * libcoff.h: Regenerated.
266
267 * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed.
268 (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise.
269
270 * peicode.h (pe_mkobject): Don't set force_minimum_alignment
271 nor target_subsystem.
272
273 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check
274 force_minimum_alignment nor target_subsystem.
275
276 2009-04-21 Kai Tietz <kai.tietz@onevision.com>
277
278 * coff-x86_64.c (PEI_HEADERS): Protect includes.
279 (bfd_pe_print_pdata): Remove #ifdef PE variation.
280 * pei-x86_64.c (PEI_HEADERS): Define to prevent double
281 include in coff-x86_64.c of headers.
282 (PDATA_ROW_SIZE): New define.
283 (pex_regs[]): New static array.
284 (pex64_get_runtime_function): New static function.
285 (pex64_get_unwind_info): Likewise.
286 (pex64_get_scope_entry): Likewise.
287 (pex64_xdata_print_uwd_codes): Likewise.
288 (pex64_get_section_by_rva): Likewise.
289 (pex64_dump_xdata): Likewise.
290 (pex64_bfd_print_pdata): Likewise.
291 (bfd_pe_print_pdata): Define as pex64_bfd_print_pdata.
292 * peXXigen.c (_bfd_pex64_print_pdata): Removed implementation.
293 * libpei.h (_bfd_pex64_print_pdata): Removed declaration.
294
295 2009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>
296 Alan Modra <amodra@bigpond.net.au>
297 Dave Korn <dave.korn.cygwin@gmail.com>
298
299 * peXXigen.c (_bfd_XXi_swap_sym_in): Fix name handling w.r.t
300 long names and non-NUL-terminated strings.
301
302 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
303
304 * bfd-in2.h: Regenerated.
305
306 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
307
308 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace
309 IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER.
310
311 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
312
313 PR binutils/10074
314 * coffcode.h (bfd_pei_p): New.
315
316 * config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
317 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
318 bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
319 bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_app_ia32_vec,
320 bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
321 i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.
322
323 * configure.in: Remove bfd_efi_bsdrv_ia32_vec,
324 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
325 bfd_efi_rtdrv_x86_64_vec,
326 bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace
327 bfd_efi_ia64_vec with bfd_pei_ia64_vec.
328 * targets.c: Likewise.
329
330 * configure: Regenerated.
331 * libcoff.h: Likewise.
332 * Makefile.in: Likewise.
333
334 * efi-app-ia32.c: Removed.
335 * efi-app-x86_64.c: Likewise.
336 * efi-bsdrv-ia32.c: Likewise.
337 * efi-bsdrv-ia64.c: Likewise.
338 * efi-bsdrv-x86_64.c: Likewise.
339 * efi-rtdrv-ia32.c: Likewise.
340 * efi-rtdrv-ia64.c: Likewise.
341 * efi-rtdrv-x86_64.c: Likewise.
342 * efi-rtdrv-ia32.c: Likewise.
343
344 * efi-app-ia64.c: Moved to ...
345 * pei-ia64.c: This.
346 (TARGET_SYM): Set to bfd_pei_ia64_vec.
347 (TARGET_NAME): Set to pei-ia64.
348
349 * libpei.h (bfd_target_pei_p): Removed.
350 (bfd_target_pei_arch): Likewise.
351 (bfd_target_efi_app_p): Likewise.
352 (bfd_target_efi_app_arch): Likewise.
353 (bfd_target_efi_bsdrv_p): Likewise.
354 (bfd_target_efi_bsdrv_arch): Likewise.
355 (bfd_target_efi_rtdrv_p): Likewise.
356 (bfd_target_efi_rtdrv_arch): Likewise.
357 (bfd_pe_executable_p): Likewise.
358
359 * Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
360 efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
361 (BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
362 and efi-rtdrv-ia32.c.
363 (BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
364 efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
365 efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
366 (BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
367 efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
368 efi-rtdrv-x86_64.c. Add pei-ia64.c.
369 (efi-app-ia64.lo): Removed.
370 (efi-bsdrv-ia32.lo): Likewise.
371 (efi-rtdrv-ia32.lo): Likewise.
372 (efi-app-ia64.lo): Likewise.
373 (efi-bsdrv-ia64.lo): Likewise.
374 (efi-rtdrv-ia64.lo): Likewise.
375 (efi-app-x86_64.lo): Likewise.
376 (efi-bsdrv-x86_64.lo): Likewise.
377 (efi-rtdrv-x86_64.lo): Likewise.
378 (pei-ia64.lo): New.
379
380 * peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
381 with bfd_pei_p.
382 (arch_type): Removed.
383 (pe_arch): Likewise.
384 (pe_bfd_object_p): Just return coff_object_p.
385
386 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
387 bfd_pe_executable_p with bfd_pei_p.
388
389 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
390
391 * elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
392 PLT entries to an undefined symbol when generating a shared
393 library.
394
395 2009-04-17 Nick Clifton <nickc@redhat.com>
396
397 PR 9909
398 * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols.
399
400 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
401
402 * aout-adobe.c (aout_32_bfd_define_common_symbol): Define.
403 * aout-target.h (MY_bfd_define_common_symbol): Likewise.
404 * aout-tic30.c (MY_bfd_define_common_symbol): Likewise.
405 * binary.c (binary_bfd_define_common_symbol): Likewise.
406 * bout.c (b_out_bfd_define_common_symbol): Likewise.
407 * coff-alpha.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
408 * coff-mips.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
409 * coffcode.h (coff_bfd_define_common_symbol): Likewise.
410 * elfxx-target.h (bfd_elfNN_bfd_define_common_symbol): Likewise.
411 * i386msdos.c (msdos_bfd_define_common_symbol): Likewise.
412 * i386os9k.c (os9k_bfd_define_common_symbol): Likewise.
413 * ieee.c (ieee_bfd_define_common_symbol): Likewise.
414 * ihex.c (ihex_bfd_define_common_symbol): Likewise.
415 * libbfd-in.h (_bfd_nolink_bfd_define_common_symbol): Likewise.
416 * mach-o.c (bfd_mach_o_bfd_define_common_symbol): Likewise.
417 * mmo.c (mmo_bfd_define_common_symbol): Likewise.
418 * nlm-target.h (nlm_bfd_define_common_symbol): Likewise.
419 * oasys.c (oasys_bfd_define_common_symbol): Likewise.
420 * pef.c (bfd_pef_bfd_define_common_symbol): Likewise.
421 * ppcboot.c (ppcboot_bfd_define_common_symbol): Likewise.
422 * som.c (som_bfd_define_common_symbol): Likewise.
423 * srec.c (srec_bfd_define_common_symbol): Likewise.
424 * tekhex.c (tekhex_bfd_define_common_symbol): Likewise.
425 * versados.c (versados_bfd_define_common_symbol): Likewise.
426 * vms.c (vms_bfd_define_common_symbol): Likewise.
427 * xcoff-target.h (_bfd_xcoff_bfd_define_common_symbol): Likewise.
428 * xsym.c (bfd_sym_bfd_define_common_symbol): Likewise.
429 * coff-rs6000.c (rs6000coff_vec): Add _bfd_xcoff_define_common_symbol.
430 (pmac_xcoff_vec): Likewise.
431 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
432 (aix5coff64_vec): Likewise.
433 * linker.c (bfd_generic_define_common_symbol): New function.
434 * targets.c (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_define_common_symbol.
435 (_bfd_define_common_symbol): New field.
436 * libcoff-in.h (_bfd_xcoff_define_common_symbol): Declare.
437 * xcofflink.c (_bfd_xcoff_define_common_symbol): New function.
438 (xcoff_build_ldsyms): Don't set XCOFF_DEF_REGULAR for common
439 symbols here.
440 * bfd-in2.h: Regenerate.
441 * libbfd.h: Likewise.
442 * libcoff.h: Likewise.
443
444 2009-04-15 Anthony Green <green@moxielogic.com>
445
446 * targets.c: Add moxie support.
447 * Makefile.am: Ditto.
448 * Makefile.in: Rebuilt.
449 * cpu-moxie.c, elf32-moxie.c: New files.
450 * archures.c: Add moxie support.
451 * configure.in: Add moxie support.
452 * configure: Rebuilt.
453 * config.bfd, archures.c: Add moxie support.
454 * bfd-in2.h: Rebuilt.
455
456 2009-04-15 Christophe Lyon <christophe.lyon@st.com>
457
458 * elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM
459 branch to an undef weak symbol into a jump to next instruction if
460 a PLT entry will be created.
461
462 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
463
464 * coffgen.c (make_a_section_from_file): Set the backend long
465 section names enable if long section names found on input.
466 * coffcode.h: Extend long section names documentation to match.
467
468 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
469
470 * elflink.c (elf_link_add_object_symbols): Warn alternate ELF
471 machine code.
472
473 2009-04-07 DJ Delorie <dj@redhat.com>
474
475 * archures.c: Add bfd_mach_mep_c5.
476 * bfd-in2.h: Likewise.
477 * cpu-mep.c: Add bfd_c5_arch.
478 * elf32-mep.c: Support it.
479
480 2009-04-07 H.J. Lu <hongjiu.lu@intel.com>
481
482 * elflink.c (_bfd_elf_section_already_linked): Add `\n' for
483 info->callbacks->einfo.
484 * linker.c (_bfd_generic_section_already_linked): Likewise.
485
486 2009-04-06 DJ Delorie <dj@redhat.com>
487
488 * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
489
490 2009-04-06 H.J. Lu <hongjiu.lu@intel.com>
491
492 * coff-x86_64.c (bfd_pe_print_pdata): Defined to
493 _bfd_pex64_print_pdata only if PE is defined.
494
495 * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ...
496 (_bfd_pex64_print_pdata): This.
497
498 * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ...
499 (_bfd_pex64_print_pdata): This. Defined only if COFF_WITH_pex64
500 is defined.
501
502 2009-04-05 Kai Tietz <kai.tietz@onevision.com>
503
504 * coff-x86_64.c (bfd_pe_print_pdata): Define as
505 _bfd_pep_print_x64_pdata.
506 * libpei.h (_bfd_pep_print_x64_pdata): Add prototype.
507 * peXXigen.c (_bfd_pep_print_x64_pdata): New.
508
509 2009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>
510
511 * elf32-xtensa.c (relax_property_section): Always set r_offset
512 to zero.
513
514 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
515
516 * elf32-arm.c (elf32_arm_stub_long_branch_v4t_thumb_thumb,
517 elf32_arm_stub_long_branch_v4t_thumb_thumb_pic): Two new long
518 branch stubs.
519 (elf32_arm_stub_type): New enum values for the two new stubs.
520 (arm_type_of_stub): Make use of the two new stubs.
521 (arm_size_one_stub): Handle the two new stubs.
522
523 2009-04-01 Matt Thomas <matt@netbsd.org>
524
525 * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
526 hidden symbols into the GOT or PLT.GOT.
527 (elf_vax_relocate_section): Do not emit a PCREL reloc
528 into a shared object if it is against a hidden symbol.
529
530 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
531
532 * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p
533 and know_contains_shared_object_p.
534 (xcoff_archive_contains_shared_object_p): Add an "info" parameter.
535 Cache the result in the archive_info table.
536 (xcoff_auto_export_p): Add an "info" parameter and update the
537 call to xcoff_archive_contains_shared_object_p.
538 (xcoff_mark_auto_exports): Update accordingly.
539 (xcoff_post_gc_symbol): Likewise.
540
541 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
542
543 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
544 rather than C_EXT.
545
546 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
547
548 * coff-rs6000.c (member_layout): New structure.
549 (archive_iterator): Likewise.
550 (member_layout_init): New function.
551 (archive_iterator_begin): Likewise.
552 (archive_iterator_next): Likewise.
553 (xcoff_write_armap_old): Use the new iterator functions.
554 (do_shared_object_padding): Delete.
555 (xcoff_write_armap_big): Use the new iterator functions. Simplify
556 handling of arch_info.
557 (xcoff_write_archive_contents_old): Allocate arelt_data in the
558 first loop rather than the second. Allocate a member header if
559 there isn't one, then work out the stat information and length
560 in the first loop too. Use the new iterators for the second loop.
561 (xcoff_write_archive_contents_big): Likewise.
562
563 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
564
565 * bfd-in.h (bfd_xcoff_split_import_path): Declare.
566 (bfd_xcoff_set_archive_import_path): Likewise.
567 * bfd-in2.h: Regenerate.
568 * xcofflink.c: Include libiberty.h.
569 (xcoff_archive_info): New structure.
570 (xcoff_archive_info_hash): New function.
571 (xcoff_archive_info_eq): Likewise.
572 (xcoff_get_archive_info): Likewise.
573 (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
574 (bfd_xcoff_split_import_path): New function.
575 (bfd_xcoff_set_archive_import_path): Likewise.
576 (xcoff_set_import_path): Move earlier in file.
577 (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
578 object to the the directory part of the bfd's filename. Get the
579 import path and filename of an archive object from the archive's
580 xcoff_tdata, initializing it if necessary. Update use of
581 import_file_id.
582 (bfd_link_input_bfd): Update use of import_file_id.
583 (xcoff_write_global_symbol): Likewise.
584
585 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
586
587 * xcofflink.c (xcoff_link_hash_table): Moved from include/coff/xcoff.h.
588
589 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
590
591 * xcofflink.c (xcoff_link_create_extra_sections): Don't create
592 a .loader section for relocatable links.
593 (xcoff_need_ldrel_p): New function.
594 (xcoff_mark): Use it.
595 (bfd_xcoff_link_count_reloc): Only count loader relocs if there's
596 a loader section.
597 (xcoff_build_ldsym): New function, split out from...
598 (xcoff_build_ldsyms): ...here. Rename to...
599 (xcoff_post_gc_symbol): ...this. Only export symbols, and only
600 call xcoff_build_ldsym, if there's a loader section.
601 (xcoff_build_loader_section): New function, extracted verbatim from...
602 (bfd_xcoff_size_dynamic_sections): ...here. Only call it if
603 there's a loader section. Only add an __rtinit loader symbol
604 if there's a loader section. Update after above name change.
605 (xcoff_symbol_section, xcoff_create_ldrel): New functions.
606 (bfd_link_input_bfd): Use xcoff_need_ldrel_p, xcoff_symbol_section
607 and xcoff_create_ldrel.
608 (xcoff_write_global_symbol): Use xcoff_create_ldrel.
609 (xcoff_reloc_link_order): Likewise, but only call it if there's
610 a loader section. Use xcoff_symbol_section.
611 (_bfd_xcoff_bfd_final_link): Only use fdinfo.ldrel and fdinfo.ldsym
612 if there's a loader section.
613
614 2009-04-01 Richard Sandiford <rdsandiford@googlemail.com>
615
616 * xcofflink.c (bfd_link_input_bfd): Fix buffer overrun.
617
618 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
619
620 * elf32-arm.c (group_sections): Rewrite loops for better
621 readability.
622
623 2009-03-30 DJ Delorie <dj@redhat.com>
624
625 * elflink.c (elf_link_input_bfd): Don't try to resolve complex
626 relocs when doing a relocatable link.
627
628 2009-03-28 Mark Mitchell <mark@codesourcery.com>
629
630 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not
631 "ERROR:", in error messages.
632 * cpu-arm.c (bfd_arm_merge_machines): Likewise.
633 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
634 * elf32-arm.c (tag_cpu_arch_combine): Likewise.
635 (elf32_arm_merge_eabi_attributes): Likewise.
636 (elf32_arm_merge_private_bfd_data): Likewise.
637
638 2009-03-27 Nick Clifton <nickc@redhat.com>
639
640 * section.c (bfd_get_section_contents): Detect and handle the case
641 where a section has the SEC_IN_MEMORY flag set but no actual
642 contents allocated.
643
644 2009-03-26 Alan Modra <amodra@bigpond.net.au>
645
646 PR 6494
647 * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO
648 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
649 (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO
650 if we don't find matching PT_LOAD when copying.
651
652 2009-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
653
654 * elf32-crx.c (crx_elf_howto_table): Zero the src_mask field of
655 the reloc descriptions.
656
657 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
658
659 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
660 <R_CRIS_16_GOT_GD, case R_CRIS_32_GOT_GD>: Handle COMMON symbols.
661 <case R_CRIS_16_TPREL, R_CRIS_32_TPREL>: Ditto.
662
663 2009-03-24 H.J. Lu <hongjiu.lu@intel.com>
664
665 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Make it static.
666 (bfd_i386_arch_intel_syntax): Likewise.
667 (i8086_arch): Likewise.
668 (bfd_x86_64_arch): Likewise.
669
670 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
671
672 * elf32-cris.c (cris_elf_relocate_section): <case
673 R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
674 symbols for non-allocated sections. Don't check whether to
675 generate R_CRIS_DTPMOD for non-allocated sections.
676 (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
677 handle relocation GC:ing if applied to non-allocated section.
678 (cris_elf_check_relocs): Similar.
679
680 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
681 <R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
682 when emitting a known TP offset in the GOT.
683
684 2009-03-23 Alan Modra <amodra@bigpond.net.au>
685
686 * elf64-ppc.c (synthetic_opd): Delete.
687 (compare_symbols): Look for .opd name rather than section match.
688 (ppc64_elf_get_synthetic_symtab): Likewise.
689
690 2009-03-21 Alan Modra <amodra@bigpond.net.au>
691
692 * elf32-ppc.c (is_pic_glink_stub): Delete.
693 (is_nonpic_glink_stub): New function.
694 (ppc_elf_get_synthetic_symtab): Check for last non-pic stub rather
695 than first pic one.
696 (struct ppc_elf_link_hash_table <glink_pltresolve>): Comment fix.
697
698 2009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
699 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
700
701 * elf32-s390.c (elf_s390_check_relocs): Use the SYMBOL_*
702 macros for visibilty and locality checks.
703 (elf_s390_adjust_dynamic_symbol): Likewise.
704 (allocate_dynrelocs): Likewise.
705 (elf_s390_relocate_section): Likewise.
706 (elf_s390_finish_dynamic_symbol): Likewise.
707 * elf64-s390.c (elf_s390_check_relocs): Likewise.
708 (elf_s390_adjust_dynamic_symbol): Likewise.
709 (allocate_dynrelocs): Likewise.
710 (elf_s390_relocate_section): Likewise.
711 (elf_s390_finish_dynamic_symbol): Likewise.
712
713 2009-03-19 Kai Tietz <kai.tietz@onevision.com>
714
715 * bfd-in2.h: Regenerated.
716 * coffcode.h (sec_to_styp_flags): For pe-coff add SEC_READONLY
717 for debugging sections and map memory read/write dependent on
718 SEC_COFF_NOREAD.
719 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
720 without memory read flags set.
721 * section.c: Add SEC_COFF_NOREAD to section flags.
722
723 2009-03-19 Andreas Schwab <schwab@linux-m68k.org>
724
725 * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long
726 for format string.
727
728 2009-03-19 Alan Modra <amodra@bigpond.net.au>
729
730 * elf32-spu.c (spu_elf_find_overlays): Separate error return from
731 "no overlays" return. If there are overlays, create overlay
732 manager entry symbols here, so that..
733 (spu_elf_build_stubs): ..we don't need to set them up here.
734 Simplify entry symbol tests.
735 * elf32-spu.h (spu_elf_find_overlays): Update prototype.
736
737 2009-03-18 Mark Kettenis <kettenis@gnu.org>
738
739 * elf.c (elfcore_grok_openbsd_procinfo)
740 (elfcore_grok_openbsd_note): New functions.
741 (elf_parse_notes): Handle notes from OpenBSD ELF core files.
742
743 2009-03-18 Alan Modra <amodra@bigpond.net.au>
744
745 * vms-hdr.c: Don't include alloca.h.
746 * elf32-m68hc1x.c: Include alloca-conf.h.
747 * xsym.c: Likewise.
748 * elf64-hppa.c: Likewise. Remove existing #if's handling alloca.
749 * som.c: Likewise.
750 * Makefile.am: Run "make dep-am".
751 * Makefile.in: Regenerate.
752
753 2009-03-17 Daniel Jacobowitz <dan@codesourcery.com>
754
755 * elf32-arm.c (elf32_arm_check_relocs): Correct symbian_p test.
756
757 2009-03-17 Alan Modra <amodra@bigpond.net.au>
758
759 * elf32-spu.h (struct spu_elf_params): ovly_flavour now only 1 bit.
760 Add compact_stub.
761 (emum _ovly_flavour): Delete ovly_compact, ovly_none.
762 * elf32-spu.c (struct spu_link_hash_table): Replace ovly_load and
763 ovly_return fields with ovly_entry[2]. Adjust all users.
764 (spu_elf_find_overlays): Set ovly_entry[1] from __icache_call_handler
765 when soft-icache.
766 (spu_elf_build_stubs): Likewise.
767 (ovl_stub_size): Change arg to spu_elf_params pointer. Adjust for
768 ovly_flavour changes. Update all callers.
769 (ovl_stub_size_log2): New function.
770 (build_stub): Handle compact icache stubs. Use different manager
771 entry point for stubs in non-icache area.
772 (spu_elf_size_stubs): Don't allocate space for indirect branch
773 descriptors.
774 (spu_elf_build_stubs): And don't built them.
775
776 2009-03-16 Andrew Stubbs <ams@codesourcery.com>
777
778 * dwarf2.c (read_section): Always use rawsize, if available.
779
780 2009-03-16 Alan Modra <amodra@bigpond.net.au>
781
782 * simple.c (bfd_simple_get_relocated_section_contents): Use larger
783 of rawsize and size for buffer.
784
785 2009-03-15 Ulrich Weigand <uweigand@de.ibm.com>
786
787 * elf32-spu.c (spu_elf_check_vma): Do not reset auto_overlay
788 parameter just because fixed sections fit into local store.
789 (spu_elf_auto_overlay): Do not declare as "noreturn". Skip
790 generating overlays if fixed sections plus reserved stack
791 and heap space fit into local store.
792
793 2009-03-15 Alan Modra <amodra@bigpond.net.au>
794
795 * elf32-spu.c (build_stub): Correct icache set_id.
796 (spu_elf_relocate_section): Likewise.
797
798 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
799
800 * xcofflink.c (xcoff_link_check_archive_element): Only free the
801 symbol table if it was created by the current call.
802
803 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
804
805 * xcofflink.c (xcoff_build_ldsyms): Give imported descriptors
806 class XMC_DS rather than XMC_UA.
807
808 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
809
810 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Replace the
811 bfd_boolean export_defineds parameter with an unsigned int
812 auto_export_flags parameter.
813 * bfd-in2.h: Regenerate.
814 * xcofflink.c (xcoff_archive_contains_shared_object_p): New function,
815 split out from xcoff_build_ldsyms.
816 (xcoff_covered_by_expall_p): New function.
817 (xcoff_auto_export_p): New function, split out from xcoff_build_ldsyms
818 but with extra code to handle -bexpfull and -bexpall.
819 (xcoff_mark_auto_exports): New function.
820 (xcoff_build_ldsyms): Use xcoff_auto_export_p to decide whether
821 a function should be automatically exported.
822 (bfd_xcoff_size_dynamic_sections): Replace the export_defineds
823 parameter with an auto_export_flags parameter. Update ldinfo
824 accordingly. Use xcoff_mark_auto_exports to mark all automatically-
825 exported symbols.
826
827 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
828
829 * xcofflink.c (xcoff_mark_symbol_by_name): New function.
830 (bfd_xcoff_size_dynamic_sections): Use it to mark the entry,
831 init and fini functions. Do garbage collection for objects
832 without an entry point too.
833
834 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
835
836 * coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
837 check whether a symbol has csect information.
838 (coff_print_aux): Likewise.
839 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
840 information for C_AIX_WEAKEXT too.
841 (_bfd_xcoff_swap_aux_out): Likewise.
842 (xcoff_reloc_type_br): Handle defweak symbols too.
843 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
844 information for C_AIX_WEAKEXT too.
845 (_bfd_xcoff64_swap_aux_out): Likewise.
846 (xcoff64_reloc_type_br): Handle defweak symbols too.
847 * coffgen.c (coff_print_symbol): Handle auxillary function
848 information for C_AIX_WEAKEXT too.
849 * xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
850 instead of BSF_GLOBAL if the L_WEAK flag is set.
851 (xcoff_dynamic_definition_p): New function.
852 (xcoff_link_add_dynamic_symbols): Use it to decide whether ldsym
853 defines h. Don't change h if ldsym isn't the definition. Otherwise,
854 always take the symbol class from the ldsym. Use weak bfd symbol
855 types for weak ldsyms.
856 (xcoff_link_add_symbols): Use CSECT_SYM_P and EXTERN_SYM_P.
857 Fix the check for whether a definition is from a shared object.
858 Allow redefinitions of weak symbols.
859 (xcoff_link_check_ar_symbols): Use EXTERN_SYM_P.
860 (xcoff_keep_symbol_p): Likewise.
861 (bfd_xcoff_size_dynamic_sections): Use CSECT_SYM_P.
862 (xcoff_link_input_bfd): Use CSECT_SYM_P and EXTERN_SYM_P.
863 Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols,
864 but mark them as L_WEAK.
865 (xcoff_write_global_symbol): Treat weak symbols as C_AIX_WEAKEXT
866 instead of C_EXT if C_AIX_WEAKEXT == C_WEAKEXT.
867
868 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
869
870 * xcofflink.c (xcoff_mark): When walking the relocations,
871 only mark the target symbol or the target section, not both.
872 (xcoff_final_definition_p): New function.
873 (xcoff_keep_symbol_p): Use it to check whether an external XCOFF
874 symbol is a valid definition of the associated output symbol.
875 Use XCOFF_ALLOCATED to stop the same hash table entry having
876 two output symbols.
877 (bfd_xcoff_size_dynamic_sections): Set XCOFF_ALLOCATED when
878 keeping a symbol.
879 (xcoff_link_input_bfd): Use xcoff_final_definition_p.
880
881 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
882
883 * xcofflink.c (bfd_xcoff_import_symbol): Treat imported absolute
884 symbols as XMC_XO.
885
886 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
887
888 * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.
889 * libcoff.h: Regenerate.
890 * xcofflink.c (xcoff_link_add_symbols): Record per-symbol
891 line-number counts in the bfd's lineno_counts field.
892 Don't keep per-csect line-number counts.
893 (xcoff_sweep): Don't update per-csect line-number counts.
894 (bfd_xcoff_size_dynamic_sections): Count the number of line-number
895 entries in each output section.
896 (xcoff_link_input_bfd): Get the number of line numbers from
897 the bfd's lineno_counts field, rather than recalculating it
898 from scratch. Fix the range check when updating C_BINCL and
899 C_EINCL symbols.
900 (_bfd_xcoff_bfd_final_link): Don't count the output line numbers
901 here. Don't expect csects to have line-number counts.
902
903 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
904
905 * libcoff-in.h (xcoff_tdata): Change debug_indices to a signed long.
906 * libcoff.h: Regenerate.
907 * xcofflink.c (xcoff_keep_symbol_p): New function, using the
908 "skip" logic from xcoff_link_input_bfd.
909 (bfd_xcoff_size_dynamic_sections): Explicitly skip dynamic
910 objects in a dynamic link, rather than checking whether csectpp
911 is null. Always allocate debug_index for other objects,
912 and always go through the loop. Update the type of debug_index
913 after the change above. Read the auxillary csect information
914 and use xcoff_keep_symbol_p to decide whether a symbol should
915 be kept. Set its debug_index to -2 if not.
916 (xcoff_link_input_bfd): Update the type of debug_index after
917 the change above and always expect it to be nonnull. Use it to
918 test whether a symbol should be stripped, rather than making the
919 decision here. Postpone all symbol creation to the second pass.
920
921 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
922
923 * xcofflink.c: (xcoff_mark_symbol): Mark the TOC section when
924 creating a descriptor.
925 (xcoff_sweep): Don't mark toc_section unless it's needed.
926 (bfd_xcoff_size_dynamic_sections): Skip the toc_section
927 when marking every bfd.
928 (xcoff_link_input_bfd): Skip all TOC anchors.
929 (xcoff_toc_section_p, xcoff_find_tc0): New functions.
930 (_bfd_xcoff_bfd_final_link): Don't set the output bfd's TOC anchor
931 to -1; call xcoff_find_tc0 instead.
932
933 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
934
935 * libcoff-in.h (xcoff_section_tdata): Update commentary.
936 * libcoff.h: Regenerate.
937 * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER
938 symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than
939 the previous symbol's csect. Treat last_symndx as an inclusive value
940 and simplify its handling.
941 (xcoff_mark): Treat last_symndx as an inclusive value. Only mark
942 symbols with the right csect. Don't mark rsec when processing
943 relocations against undefined or absolute sections.
944 (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag
945 of bfd_und_section_ptr.
946 (xcoff_link_input_bfd): Likewise.
947
948 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
949
950 * coff-rs6000.c (xcoff_ppc_relocate_section): Report relocations
951 against undefined symbols if the symbol's XCOFF_WAS_UNDEFINED
952 flag is set. Assert that all undefined symbols are either
953 imported or defined by a dynamic object.
954 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
955 * xcofflink.c (xcoff_link_add_symbols): Extend function-symbol
956 handling to all relocations. Only set XCOFF_CALLED for function
957 symbols.
958 (xcoff_find_function): New function, split out from...
959 (bfd_xcoff_export_symbol) ...here.
960 (xcoff_set_import_path): New function, split out from...
961 (bfd_xcoff_import_symbol): ...here. Remove assertion for old
962 meaning of XCOFF_CALLED.
963 (xcoff_mark_symbol): If we mark an undefined and unimported
964 symbol, find some way of defining it. If the symbol is a function
965 descriptor, fill in its definition automatically. If the symbol
966 is a function, mark its descriptor and allocate room for global
967 linkage code. Otherwise mark the symbol as implicitly imported.
968 Move the code for creating function descriptors from...
969 (xcoff_build_ldsyms): ...here. Use XCOFF_WAS_UNDEFINED to
970 check for symbols that were implicitly defined.
971 (xcoff_mark): Don't count any dynamic relocations against
972 function symbols.
973 (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
974 in the xcoff link info.
975 (xcoff_link_input_bfd): Remove handling of undefined and
976 unexported symbols.
977
978 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
979
980 * coff-rs6000.c (xcoff_reloc_type_br): Make the branch absolute
981 if the target is absolute. Fix comment typo.
982 (xcoff_ppc_relocate_section): Remove FIXME.
983 * coff64-rs6000.c (xcoff64_reloc_type_br): Make the branch absolute
984 if the target is absolute.
985
986 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
987
988 * xcofflink.c (xcoff_mark, xcoff_link_input_bfd): Don't copy
989 R_POS and R_NEG relocations against absolute symbols to the
990 .loader section.
991
992 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
993
994 * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
995 to 2 for bfd_mach_ppc_620.
996
997 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
998
999 * config.bfd: Treat AIX 6+ in the same way as AIX 5.
1000 * configure.in: Likewise.
1001 * configure: Regenerate.
1002
1003 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
1004
1005 PR binutils/9945
1006 * elf.c (assign_section_numbers): Generate symbol table if there
1007 is any relocation in output.
1008 (_bfd_elf_compute_section_file_positions): Likewise.
1009
1010 2009-03-13 Nick Clifton <nickc@redhat.com>
1011
1012 PR 9934
1013 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
1014 * elflink.c (elf_link_read_relocs_from_section): Use
1015 NUM_SHDR_ENTRIES. Gracefully handle the case where there are
1016 relocs but no symbol table.
1017 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
1018
1019 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 PR ld/9938
1022 * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
1023 to check ___tls_get_addr.
1024
1025 * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
1026 strncmp to check __tls_get_addr.
1027
1028 2009-03-12 Andrew Stubbs <ams@codesourcery.com>
1029
1030 * dwarf2.c (read_section): Always check the offset, even when the
1031 section has been read before.
1032
1033 2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
1034
1035 * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
1036 comments.
1037
1038 2009-03-11 Chris Demetriou <cgd@google.com>
1039
1040 * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
1041 * bfd-in2.h: Regenerate.
1042 * archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
1043 flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
1044 mode.
1045 (bsd_write_armap): Likewise.
1046 (_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
1047 flag is set, do nothing.
1048 (coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
1049 for timestamp.
1050
1051 2009-03-11 Ulrich Weigand <uweigand@de.ibm.com>
1052
1053 * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
1054 used to update stack pointer.
1055
1056 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1057
1058 PR binutils/9921
1059 * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
1060 for unknown symbols in absolute section.
1061
1062 2009-03-06 Nick Clifton <nickc@redhat.com>
1063
1064 * po/es.po: Updated Spanish translation.
1065
1066 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
1067
1068 * elf32-arm.c (group_sections): Take next section size into
1069 account before accepting to group it.
1070
1071 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
1072
1073 * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
1074 PLT entries.
1075 (elf32_arm_final_link_relocate): Likewise.
1076
1077 2009-03-05 Moritz Kroll <Moritz.Kroll@gmx.de>
1078
1079 PR 9923
1080 * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type.
1081
1082 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1083
1084 * reloc.c (BFD_RELOC_PPC_TLSGD, BFD_RELOC_PPC_TLSLD): New.
1085 * section.c (struct bfd_section): Add has_tls_get_addr_call.
1086 (BFD_FAKE_SECTION): Init new flag.
1087 * ecoff.c (bfd_debug_section): Likewise.
1088 * bfd-in2.h: Regenerate.
1089 * libbfd.h: Regenerate.
1090 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_TLSGD and R_PPC_TLSLD.
1091 (ppc_elf_reloc_type_lookup): Handle new relocs.
1092 (ppc_elf_check_relocs): Set has_tls_get_addr_call on finding such
1093 without marker relocs.
1094 (ppc_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
1095 if section has no old-style calls.
1096 (ppc_elf_relocate_section): Set tls_mask for non-tls relocs too.
1097 Don't try to optimize new-style __tls_get_addr call when handling
1098 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
1099 relocs.
1100 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_TLSGD, R_PPC64_TLSLD.
1101 (ppc64_elf_reloc_type_lookup): Handle new relocs.
1102 (ppc64_elf_check_relocs): Set has_tls_get_addr_call on finding such
1103 without marker relocs.
1104 (ppc64_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
1105 if section has no old-style calls. Set toc_ref for new relocs as
1106 appropriate.
1107 (ppc64_elf_relocate_section): Set tls_mask for non-tls relocs too.
1108 Don't try to optimize new-style __tls_get_addr call when handling
1109 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
1110 relocs.
1111
1112 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1113
1114 PR 6768
1115 * configure.in: Test for ld --as-needed support. Link shared
1116 libbfd against libm.
1117 * configure: Regenerate.
1118
1119 2009-03-03 Alan Modra <amodra@bigpond.net.au>
1120
1121 * Makefile.am: Run "make dep-am".
1122 * Makefile.in: Regenerate.
1123
1124 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1125
1126 * elf32-score7.c: New file.
1127 * elf32-score.h: New file.
1128 * elf32-score.c: Add code to support score 7. Set score7 as the
1129 default.
1130 * cpu-score.c: Add score7 architecure.
1131 (compatibile): New function.
1132 * Makefile.am: Add rules for building elf32-score7 object.
1133 * Makefile.in: Regenerate.
1134 * configure.in: Add elf32-score7 object to score vectors.
1135 * configure: Regenerate.
1136 * reloc.c: Add score7 relocs.
1137 * archures.c: Add score3 and score7 machine numbers.
1138 * bfd-in2.h: Regenerate.
1139 * libbfd.h: Regenerate.
1140
1141 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1142
1143 * configure: Regenerate.
1144
1145 2009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1146
1147 * elf32-hppa.c (hppa32_elf_local_refcounts): New function.
1148 (elf32_hppa_check_relocs): Use it.
1149
1150 * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to
1151 elf64-hppa.c.
1152 (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
1153 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
1154 (elf_hppa_is_dynamic_loader_symbol): Likewise.
1155 (elf_hppa_record_segment_addrs): Likewise.
1156 (elf_hppa_final_link): Likewise.
1157 (elf_hppa_relocate_insn): Likewise.
1158 (elf_hppa_final_link_relocate): Likewise.
1159 (elf64_hppa_relocate_section): Likewise.
1160 * elf64-hppa.c: Insert above.
1161
1162 2009-02-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1163
1164 * elf-hppa.h (elf_hppa_final_link): Use elf_hppa_final_link.
1165 (elf_hppa_final_link_relocate ): Rewrite eliminating dynamic hash table.
1166 (elf_hppa_relocate_section): Likewise.
1167 * elf64-hppa.c (struct elf64_hppa_link_hash_entry): Change to derive
1168 from struct elf_link_hash_entry. Add count field.
1169 (struct elf64_hppa_dyn_hash_table): Delete.
1170 (struct elf64_hppa_link_hash_table): Delete dyn_hash_table field.
1171 (elf64_hppa_hash_table): Rename to hppa_link_hash_table.
1172 (hppa_elf_hash_entry, eh_name): Define.
1173 (elf64_hppa_new_dyn_hash_entry): Delete.
1174 (elf64_hppa_dyn_hash_lookup): Delete.
1175 (elf64_hppa_dyn_hash_traverse): Delete.
1176 (get_dyn_name): Delete.
1177 (elf64_hppa_finalize_opd): Use struct elf_link_hash_entry * instead
1178 of struct elf64_hppa_dyn_hash_entry *.
1179 (elf64_hppa_finalize_dlt, llocate_global_data_dlt,
1180 allocate_global_data_plt, allocate_global_data_stub,
1181 allocate_global_data_opd, count_dyn_reloc, allocate_dynrel_entries):
1182 Likewise.
1183 (hppa64_link_hash_newfunc): New.
1184 (elf64_hppa_hash_table_create): Rework.
1185 (count_dyn_reloc): Likewise.
1186 (hppa64_elf_local_refcounts): New.
1187 (elf64_hppa_check_relocs): Rework using standard technique for recording
1188 local DLT, PLT and OPD reference counts.
1189 (elf64_hppa_dynamic_symbol_p): Revise using "eh" for struct
1190 elf_link_hash_entry *.
1191 (elf64_hppa_mark_exported_functions, allocate_global_data_dlt,
1192 allocate_global_data_plt, allocate_global_data_stub,
1193 allocate_global_data_opd, allocate_dynrel_entries,
1194 elf64_hppa_adjust_dynamic_symbol,
1195 elf64_hppa_mark_milli_and_exported_functions): Likewise.
1196 (elf64_hppa_create_dynamic_sections, elf64_hppa_size_dynamic_sections):
1197 Use hppa_link_hash_table. Rework.
1198 (elf64_hppa_link_output_symbol_hook): Rework.
1199 (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd,
1200 elf64_hppa_finalize_dlt, elf64_hppa_finalize_dynreloc,
1201 elf64_hppa_finish_dynamic_sections): Likewise.
1202
1203 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
1204
1205 * elf32-arm.c (stub_reloc_type): Removed.
1206 (insn_sequence): Renamed reloc_type field to r_type.
1207 (elf32_arm_stub_long_branch_v4t_arm_thumb_pic): New stub.
1208 (elf32_arm_stub_long_branch_v4t_thumb_arm_pic): Likewise.
1209 (elf32_arm_stub_long_branch_thumb_only_pic): Likewise.
1210 (elf32_arm_stub_type): Add new enum entries for the new stubs.
1211 (arm_stub_is_thumb): Catch new stubs.
1212 (arm_type_of_stub): Handle new stubs.
1213 (arm_size_one_stub): Use ARRAY_SIZE. Handle new stubs.
1214 (bfd_elf32_arm_process_before_allocation): Remove useless
1215 condition.
1216
1217 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
1218
1219 * elf.c (elf_find_function): Use is_function_type to check
1220 function symbol.
1221
1222 2009-02-24 Sterling Augustine <sterling@jaw.hq.tensilica.com>
1223
1224 * xtensa-modules.c: Revert to previous version 1.11 due
1225 to inadvertant commit.
1226
1227 2009-02-24 Sterling Augustine <sterling@tensilica.com>
1228
1229 * elf32-xtensa.c (text_action_add): Separate test for action
1230 type. Break if saved action is ta_widen_insn at same offset.
1231
1232 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
1233
1234 * elf32-arm.c (elf32_arm_stub_long_branch_any_any_pic): Rename
1235 to elf32_arm_stub_long_branch_any_arm_pic.
1236 (elf32_arm_stub_long_branch_any_thumb_pic): New.
1237 (enum elf32_arm_stub_type, arm_type_of_stub)
1238 (arm_size_one_stub): Handle any to ARM PIC and any to Thumb PIC
1239 separately.
1240
1241 2009-02-24 Joseph Myers <joseph@codesourcery.com>
1242
1243 * elf32-arm.c (PREV_SEC): Update comment.
1244 (group_sections): Rename argument to stubs_always_after_branch.
1245 Reverse the list and place stubs at the end of input sections.
1246 Undefine NEXT_SEC.
1247 (elf32_arm_size_stubs): Update to use stubs_always_after_branch.
1248
1249 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1250
1251 * elf32-arm.c (arm_build_one_stub): Initialize stub_reloc_offset.
1252 Fix formatting.
1253 (arm_size_one_stub): Remove unnecessary break.
1254 (arm_map_one_stub): Fix formatting. Return after BFD_FAIL.
1255
1256 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
1257
1258 * elf32-arm.c (stub_insn_type): New type.
1259 (stub_reloc_type): Likewise.
1260 (insn_sequence): Likewise.
1261 (elf32_arm_stub_long_branch_any_any): Encode using insn_sequence.
1262 (elf32_arm_stub_long_branch_v4t_arm_thumb): Likewise.
1263 (elf32_arm_stub_long_branch_thumb_only): Likewise.
1264 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
1265 (elf32_arm_stub_short_branch_v4t_thumb_arm): Likewise.
1266 (elf32_arm_stub_long_branch_any_any_pic): Likewise.
1267 (elf32_arm_stub_hash_entry): Add new helper fields.
1268 (stub_hash_newfunc): Initialize these new fields.
1269 (arm_build_one_stub): Encode Arm and Thumb instructions separately
1270 to take endianness into account.
1271 (arm_size_one_stub): Compute size of stubs using insn_sequence.
1272 (arm_map_one_stub): Code is now more generic, thanks to
1273 insn_sequence.
1274
1275 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
1276
1277 * elf32-arm.c (elf32_arm_stub_long_branch_thumb_only): Fix stub
1278 code.
1279 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
1280 (arm_type_of_stub): Use Thumb-only long branch stub (non-PIC) when
1281 BLX is not available. Fix typo in warning message. Add comments
1282 and improve formatting.
1283 (arm_build_one_stub): Adjust to new
1284 elf32_arm_stub_long_branch_v4t_thumb_arm stub.
1285 (arm_map_one_stub): Likewise.
1286
1287 2009-02-23 Tristan Gingold <gingold@adacore.com>
1288 Eric Botcazou <ebotcazou@adacore.com>
1289 Douglas B Rupp <rupp@gnat.com>
1290
1291 * vms.h: Update copyright year, fix comments, reorder declarations.
1292 (_bfd_save_vms_section): Remove the prototype.
1293 (EGPS_S_V_NO_SHIFT): New constant.
1294 (bfd_vms_set_section_flags): New prototype.
1295 (EGPS_S_B_ALIGN, EGPS_S_W_FLAGS, EGPS_S_L_ALLOC, EGPS_S_B_NAMLNG): New
1296 constants.
1297 (EGSY_S_W_FLAGS): Ditto.
1298 (EGSY_S_V_QUAD_VAL): Ditto.
1299 (ESDF_S_L_VALUE, ESDF_S_L_PSINDX, ESDF_S_B_NAMLNG): Ditto.
1300 (EGST_S_W_FLAGS, EGST_S_Q_LP_1, EGST_S_Q_LP_2, EGST_S_L_PSINDX,
1301 EGST_S_B_NAMLNG): Ditto.
1302 (ESRF_S_B_NAMLNG): Ditto.
1303 (ETIR_S_C_HEADER_SIZE): Ditto.
1304 (EGPS_S_V_ALLOC_64BIT): Ditto.
1305 (DST_S_C_EPILOG): Ditto.
1306 (DST_S_C_SRC_SETLNUM_L, DST_S_C_SRC_SETLNUM_W) : Ditto.
1307 (DST_S_C_SRC_INCRLNUM_B): Ditto.
1308 (DST_S_B_PCLINE_UNSBYTE, DST_S_W_PCLINE_UNSWORD): Ditto.
1309 (DST_S_L_PCLINE_UNSLONG): Ditto.
1310 (DST_S_B_MODBEG_NAME, DST_S_L_RTNBEG_ADDRESS) : Ditto
1311 (DST_S_B_RTNBEG_NAME, DST_S_L_RTNEND_SIZE): Ditto
1312 (DST_S_C_SOURCE_HEADER_SIZE): Ditto.
1313 (DST_S_B_SRC_DF_LENGTH, DST_S_W_SRC_DF_FILEID): Ditto.
1314 (DST_S_B_SRC_DF_FILENAME, DST_S_B_SRC_UNSBYTE): Ditto.
1315 (DST_S_B_SRC_UNSBYTE): Ditto.
1316 (DST_S_W_SRC_UNSWORD, DST_S_L_SRC_UNSLONG): Ditto.
1317 Add prototypes.
1318 (vms_section, vms_reloc): Remove types.
1319 (hdr_struc): Replaced by ...
1320 (hdr_struct): ... new type.
1321 (EMH_S_W_HDRTYP, EMH_S_B_STRLVL, EMH_S_L_ARCH1): New constants.
1322 (EMH_S_L_ARCH2, EMH_S_L_RECSIZ, EMH_S_B_NAMLNG): Ditto.
1323 (EMH_DATE_LENGTH): Ditto.
1324 (eom_struc): Replaced by ...
1325 (eom_struct): ... new type.
1326 (EEOM_S_L_TOTAL_LPS, EEOM_S_W_COMCOD, EEOM_S_B_TFRFLG): New constants.
1327 (EEOM_S_L_PSINDX, EEOM_S_L_TFRADR): Ditto.
1328 (EIHD_S_K_MAJORID, EIHD_S_K_MINORID, EIHD_S_K_EXE): Ditto.
1329 (EIHD_S_L_SIZE, EIHD_S_L_ISDOFF, EIHD_S_L_SYMDBGOFF): Ditto.
1330 (EIHD_S_Q_SYMVVA, EIHD_S_L_IMGTYPE): Ditto.
1331 (EISD_S_L_EISDSIZE, EISD_S_L_SECSIZE, EISD_S_Q_VIR_ADDR): Ditto.
1332 (EISD_S_L_FLAGS, EISD_S_L_VBN, EISD_S_R_CONTROL): Ditto.
1333 (EISD_S_L_IDENT, EISD_S_T_GBLNAM): Ditto.
1334 (EISD_S_M_GBL, EISD_S_M_CRF, EISD_S_M_DZRO, EISD_S_M_WRT): Ditto.
1335 (EISD_S_M_INITALCODE, EISD_S_M_BASED, EISD_S_M_FIXUPVEC): Ditto.
1336 (EISD_S_M_RESIDENT, EISD_S_M_VECTOR, EISD_S_M_PROTECT): Ditto.
1337 (EISD_S_M_LASTCLU, EISD_S_M_EXE, EISD_S_M_NONSHRADR): Ditto.
1338 (EISD_S_M_QUAD_LENGTH, EISD_S_M_ALLOC_64BIT): Ditto.
1339 (EIHS_S_L_DSTVBN, EIHS_S_L_DSTSIZE, EIHS_S_L_GSTVBN): Ditto.
1340 (EIHS_S_L_GSTSIZE, EIHS_S_L_DMTVBN, EIHS_S_L_DMTBYTES): Ditto.
1341 (DBG_S_L_DMT_MODBEG, DBG_S_L_DST_SIZE): Ditto.
1342 (DBG_S_W_DMT_PSECT_COUNT, DBG_S_C_DMT_HEADER_SIZE): Ditto.
1343 (DBG_S_L_DMT_PSECT_START, DBG_S_L_DMT_PSECT_LENGTH)
1344 (DBG_S_C_DMT_PSECT_SIZE): Ditto.
1345 (enum file_type_enum): New type.
1346 (struct location_struct): Removed.
1347 (struct fileinfo, struct srecinfo, struct lineinfo): New types.
1348 (struct funcinfo, struct module): Ditto.
1349 (struct vms_private_data_struct): Update fields.
1350 (struct vms_section_data_struct): New type.
1351
1352 * vms.c: Update copyright year, fix comments,
1353 Fix includes for DECC, add prototypes.
1354 (vms_initialize): Use bfd_alloc instead of bfd_zalloc and remove
1355 some initializers.
1356 Use flavour to set is_vax, location_stack is removed.
1357 (struct pair): Declare.
1358 (fill_section_ptr): Initialize variables at declaration.
1359 Add guard to set SECTION_SYM flag, handlde und section.
1360 (vms_fixup_sections): Use struct pair for fill_section_ptr argument.
1361 (_bfd_vms_slurp_object_records): New function, replaces previous
1362 vms_object_p.
1363 (vms_slurp_module): New function.
1364 (vms_slurp_image): Ditto.
1365 (vms_object_p): Complete rewrite.
1366 (vms_mkobject): Use is_vax field to slect architecture.
1367 (free_reloc_stream): New function.
1368 (vms_convert_to_var): Ditto.
1369 (vms_convert_to_var_1): Ditto.
1370 (vms_convert_to_var_unix_filename): Ditto.
1371 (vms_close_and_cleanup): Call free_reloc_stream, convert file to
1372 VAR format on VMS.
1373 (vms_new_section_hook): Set alignment to 0, allocate private data.
1374 (vms_get_section_contents): Load content.
1375 (vms_get_symbol_info): Handle undefined section.
1376 (vms_find_nearest_line): Handle.
1377 (alloc_reloc_stream): New function.
1378 (vms_slurp_reloc_table): Ditto.
1379 (vms_get_reloc_upper_bound): Make it real.
1380 (vms_canonicalize_reloc): Do the real work.
1381 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
1382 ALPHA_R_BOH.
1383 (vms_bfd_reloc_type_lookup): Handle NOP, BSR, LDA and BOH.
1384 (vms_set_arch_mach): Check arch.
1385 (vms_set_section_contents): Copy the content after allocation.
1386 (vms_alpha_vec): Update object flags.
1387
1388 * vms-tir.c: Update copyright year, fix comments,
1389 add prototypes for new functions.
1390 (dst_define_location): New function.
1391 (dst_restore_location): New function.
1392 (dst_retrieve_location): New function.
1393 (dst_check_allocation): New function.
1394 (image_dump): Call dst_check_allocation.
1395 (image_write_b): Ditto.
1396 (image_write_w): Ditto.
1397 (image_write_l): Ditto.
1398 (image_write_q): Ditto.
1399 (cmd_name): Handle STA_LW, STA_QW, STO_OFF, STO_IMM, STO_IMMR, STO_LW,
1400 STO_QW, OPR_ADD, CTL_SETRB, STC_LP_PSB, CTL_DFLOC, CTL_STLOC,
1401 CTL_STKDL.
1402 Call error handler instead of abort if name is not known.
1403 (etir_sta): Add quarter_relocs argument and set it.
1404 Fix cast.
1405 (etir_sto): Ditto.
1406 (etir_opr): Ditto, return FALSE in case of error.
1407 (etir_ctl): Add quarter_relocs argument and set it, fix cast.
1408 Fix CTL_DFLOC, CTL_STLOC, CTL_STKDL.
1409 (etir_stc): Add quarter_relocs argument and set it, fix cast.
1410 Fix STC_LP, STC_LP_PSB, STC_GBL and STC_CGA.
1411 Handle STC_LP_PSB, STC_BSR_GBL, STC_LDA_GBL, STC_BOH_GBL.
1412 Move STC_NOP_PS, STC_BSR_PS, STC_LDA_PS, STC_BOH_PS, STC_NBH_PS.
1413 Return FALSE in case of error.
1414 (tir_sta): Change sign of psect.
1415 (tir_ctl): Ditto.
1416 (tir_cmd): Fix cast. Makes tir_table static const.
1417 (etir_cmd): Add quarter_relocs argument, makes etir_table const,
1418 add argument to explain.
1419 (analyze_etir): Initialize maxptr, add quarter_relocs
1420 declaration, move some declarations into inner scopes.
1421 Handle quarter_relocs and STO_IMM.
1422 (_bfd_vms_slurp_tir): Use constant instead of hard-coded values.
1423 (_bfd_vms_slurp_relocs): New function.
1424 (_bfd_vms_decode_relocs): New function.
1425 (sto_imm): Rewritten.
1426 (start_first_etbt_record): New function.
1427 (start_another_etbt_record): Ditto.
1428 (etir_output_check): Ditto.
1429 (defer_reloc_p): Ditto.
1430 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
1431 a for-loop. Correctly deals with contents, deals with .vmsdebug,
1432 rewritte relocations handling.
1433 (_bfd_vms_write_tbt): Removed.
1434 (_bfd_vms_write_dbg): Ditto.
1435
1436 * vms-misc.c: Update copyright year, Fix comments.
1437 (_bfd_vms_get_header_values): Use 'size' instead of 'length'.
1438 (maybe_adjust_record_pointer_for_object): New function.
1439 (_bfd_vms_get_first_record): New function, replaces ...
1440 (_bfd_vms_get_record): .. removed.
1441 (_bfd_vms_get_object_record): New function.
1442 (_bfd_vms_get_object_record): New function.
1443 (vms_get_remaining_object_record): New function, replaces ...
1444 (_bfd_vms_get_next_record): ... removed.
1445 (add_new_contents): Removed.
1446 (_bfd_save_vms_section): Removed.
1447 (_bfd_get_vms_section): Removed.
1448 (_bfd_vms_output_flush): Write in VAR format.
1449 (new_symbol): Don't make UND section.
1450
1451 * vms-hdr.c: Update copyright year, update list of record handled.
1452 (_bfd_vms_slurp_hdr): rec_length renamed to rec_size.
1453 (_bfd_vms_write_hdr): Strip vms and unix patches,
1454 add comments, truncate module name at 31 characters,
1455 use constants instead of hard-coded value,
1456 write BFD version instead of a fixed string.
1457 (_bfd_vms_slurp_ihd): New function.
1458 (_bfd_vms_slurp_isd): Ditto.
1459 (_bfd_vms_slurp_ihs): Ditto.
1460 (new_module): Ditto.
1461 (parse_module): Ditto
1462 (build_module_list): Ditto.
1463 (module_find_nearest_line): Ditto.
1464 (_bfd_vms_find_nearest_dst_line): Ditto.
1465 (vms_slurp_debug): Ditto.
1466 (_bfd_vms_slurp_dbg): Ditto.
1467 (_bfd_vms_slurp_tbt): Ditto.
1468 (_bfd_vms_write_dbg): Ditto.
1469 (_bfd_vms_write_tbt): Ditto.
1470
1471 * vms-gsd.c: Update copyright year, update list of records handled.
1472 (EVAX_LITERALS_NAME): New macro.
1473 (evax_section_flags): Add an entry for EVAX_LITERALS_NAME.
1474 (gpsflagdesc, gsyflagdesc): Moved out of _bfd_vms_slurp_gsd.
1475 (register_universal_symbol): New function and prototype.
1476 (_bfd_vms_slurp_gsd): Fix indentations and casts,
1477 improve debug messages,
1478 use constants instead of hard-coded value,
1479 fix missing endianness conversion,
1480 handle global symbol (SYMG).
1481 (bfd_vms_set_section_flags): New function.
1482 (_bfd_vms_write_gsd): Don't write .vmsdebug section,
1483 handle section literals,
1484 fix indentation,
1485 handle section bfd and vms flags,
1486 don't output LIB$INITIALIZE symbol,
1487 fix handling of weak symbols,
1488 fix evax vs vax procedure descriptor,
1489 handle absolute symbols.
1490
1491 * reloc.c (BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_BSR,
1492 BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BOH): New relocations.
1493
1494 * makefile.vms (DEFS): Fix flags for VMS.
1495
1496 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
1497
1498 * bfd-in2.h: Regenerated.
1499 * libbfd.h: Regenerated.
1500
1501 2009-02-20 Cary Coutant <ccoutant@google.com>
1502
1503 * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime
1504 in struct stat.
1505
1506 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1507
1508 PR gas/7059
1509 * coffcode.h (coff_write_object_contents): Don't let the string
1510 table offset overflow the s_name field when using long section names.
1511
1512 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1513
1514 * coff-alpha.c (alpha_ecoff_backend_data): Initialise fields which
1515 control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
1516 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1517 * coff-rs6000.c (bfd_xcoff_backend_data): Initialise fields which
1518 control long section name handling with XCOFF_NO_LONG_SECTION_NAMES.
1519 (bfd_pmac_xcoff_backend_data): Likewise.
1520 * coff64-rs6000.c (bfd_xcoff_backend_data): Likewise.
1521 (bfd_xcoff_aix5_backend_data): Likewise.
1522 (xcoff64_write_object_contents): Delete unused long_section_names
1523 local variable.
1524 * coff-sh.c (bfd_coff_small_swap_table): Initialise long section
1525 name members using COFF_DEFAULT_LONG_SECTION_NAMES and make entire
1526 struct non-const.
1527 * coffcode.h (documentation): Update to describe long section names.
1528 (COFFLONGSECTIONCATHELPER): New helper macro.
1529 (BLANKOR1TOODD): Likewise.
1530 (COFF_ENABLE_LONG_SECTION_NAMES): Likewise.
1531 (COFF_LONG_SECTION_NAMES_SETTER): Likewise.
1532 (COFF_DEFAULT_LONG_SECTION_NAMES): Likewise.
1533 (bfd_coff_set_long_section_names_allowed): New function.
1534 (bfd_coff_set_long_section_names_disallowed): Likewise.
1535 (struct bfd_coff_backend_data): Add new backend hook function
1536 pointer _bfd_coff_set_long_section_names.
1537 (bfd_coff_set_long_section_names): New backend hook.
1538 (coff_write_object_contents): Only generate long section names if
1539 bfd_coff_long_section_names() indicates they are currently enabled.
1540 (bfd_coff_std_swap_table): Make non-const, and initialise long
1541 section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
1542 (ticoff0_swap_table): Likewise to both.
1543 (ticoff1_swap_table): Again, likewise to both.
1544 * coffgen.c (make_a_section_from_file): Allow long section names
1545 as inputs even if not currently allowed for outputs.
1546 * ecoff.c (_bfd_ecoff_no_long_sections): New function.
1547 * efi-app-ia32.c (COFF_LONG_SECTION_NAMES): Define to 0, not blank.
1548 * efi-app-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1549 * efi-app-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1550 * efi-bsdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
1551 * efi-bsdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1552 * efi-bsdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1553 * efi-rtdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
1554 * efi-rtdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1555 * efi-rtdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1556 * pei-arm.c (COFF_LONG_SECTION_NAMES): Likewise.
1557 * pei-i386.c (COFF_LONG_SECTION_NAMES): Likewise.
1558 * pei-mcore.c (COFF_LONG_SECTION_NAMES): Likewise.
1559 * pei-mips.c (COFF_LONG_SECTION_NAMES): Likewise.
1560 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Likewise.
1561 * pei-sh.c (COFF_LONG_SECTION_NAMES): Likewise.
1562 * pei-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1563 * libcoff-in.h: Update copyright year to cause updated copyright
1564 year in generated libcoff.h, and fix typo.
1565 * libcoff.h: Regenerated.
1566 * libecoff.h (ECOFF_NO_LONG_SECTION_NAMES): New macro.
1567 (_bfd_ecoff_no_long_sections): Add prototype.
1568 * libxcoff.h (XCOFF_NO_LONG_SECTION_NAMES): New macro.
1569 * pe-mips.c (COFF_LONG_SECTION_NAMES): Define empty if not already
1570 defined by an including .c file.
1571 * ticoff.h (ticoff0_swap_table): Make non-const, and initialise
1572 long section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
1573 (ticoff1_swap_table): Likewise to both.
1574
1575 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
1576
1577 * elf32-arm.c (arm_build_one_stub): Fix relocation target for pic
1578 stub. Catch default case error.
1579 (arm_map_one_stub): Add missing Thumb mapping symbol.
1580
1581 2009-02-18 Bjoern Haase <bjoern.m.haase@web.de>
1582
1583 PR 9841
1584 * elf32-avr.c: Handle case where no local symbos exist correctly.
1585
1586 2009-02-16 Christophe Lyon <christophe.lyon@st.com>
1587
1588 bfd/
1589 * elf32-arm.c (arm_long_branch_stub,
1590 arm_thumb_v4t_long_branch_stub,
1591 arm_thumb_thumb_long_branch_stub,
1592 arm_thumb_arm_v4t_long_branch_stub,
1593 arm_thumb_arm_v4t_short_branch_stub,
1594 arm_pic_long_branch_stub):
1595 Renamed to elf32_arm_stub_long_branch_any_any,
1596 elf32_arm_stub_long_branch_v4t_arm_thumb,
1597 elf32_arm_stub_long_branch_thumb_only,
1598 elf32_arm_stub_long_branch_v4t_thumb_arm,
1599 elf32_arm_stub_short_branch_v4t_thumb_arm,
1600 elf32_arm_stub_long_branch_any_any_pic.
1601 (arm_stub_long_branch, arm_thumb_v4t_stub_long_branch,
1602 arm_thumb_thumb_stub_long_branch,
1603 arm_thumb_arm_v4t_stub_long_branch,
1604 arm_thumb_arm_v4t_stub_short_branch, arm_stub_pic_long_branch):
1605 Renamed to arm_stub_long_branch_any_any,
1606 arm_stub_long_branch_v4t_arm_thumb,
1607 arm_stub_long_branch_thumb_only,
1608 arm_stub_long_branch_v4t_thumb_arm,
1609 arm_stub_short_branch_v4t_thumb_arm,
1610 arm_stub_long_branch_any_any_pic.
1611
1612 2009-02-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1613
1614 * elf-hppa.h (elf_hppa_final_link_relocate): Correct addend value used
1615 in branch offset check.
1616
1617 2009-02-15 Alan Modra <amodra@bigpond.net.au>
1618
1619 * elf64-ppc.c (struct _ppc64_elf_section_data): Delete t_symndx,
1620 add toc.symndx and toc.add.
1621 (ppc64_elf_check_relocs): Don't set htab->tls_get_addr here.
1622 Set up toc.add.
1623 (get_tls_mask): Add toc_addend param, set from toc.add. Adjust all
1624 callers.
1625 (ppc64_elf_tls_setup): Set htab->tls_get_addr and tls_get_addr_fd.
1626 (branch_reloc_hash_match): New function, extracted from..
1627 (ppc64_elf_tls_optimize): ..here.
1628 (ppc64_elf_relocate_section): Properly set addends when optimizing
1629 tls sequences. Avoid unnecessary reading and writing of insns.
1630 Only redo reloc when symbol changed. Bypass symbol checks when
1631 using tlsld_got.
1632 * elf32-ppc.c (ppc_elf_tls_setup): Correct comment.
1633 (branch_reloc_hash_match): New function, extracted from..
1634 (ppc_elf_tls_optimize): ..here.
1635 (ppc_elf_relocate_section): Avoid unnecessary reading of insns.
1636 Don't clear addend on zapped __tls_get_addr reloc.
1637
1638 2009-02-12 Nick Clifton <nickc@redhat.com>
1639
1640 PR 9827
1641 * elflink.c (bfd_elf_final_link): When counting the relocations,
1642 if the header size has not been set yet then assume that it will
1643 match the output section's reloc type.
1644
1645 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1646
1647 * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for
1648 relocatable link.
1649
1650 2009-02-09 Alan Modra <amodra@bigpond.net.au>
1651
1652 * elf32-spu.c (spu_elf_find_overlays): Call bfd_set_error on errors.
1653 (find_function): Likewise.
1654 (pasted_function): Don't error if no prior function found.
1655 (discover_functions): Revert 2008-12-10 change. Extend first
1656 function range to start of section.
1657
1658 2009-02-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1659
1660 * elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
1661 functions to C90.
1662 * elf64-hppa.h: Likewise.
1663
1664 2009-02-06 Joseph Myers <joseph@codesourcery.com>
1665
1666 * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
1667 .sbss handling.
1668
1669 2009-02-04 Alan Modra <amodra@bigpond.net.au>
1670
1671 * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
1672 Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
1673
1674 2009-02-03 Sandip Matte <sandip@rmicorp.com>
1675
1676 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
1677 * archures.c (bfd_mach_mips_xlr): Define.
1678 * bfd-in2.h: Regenerate.
1679 * cpu-mips.c (I_xlr): Define.
1680 (arch_info_struct): Add XLR entry.
1681 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
1682 (mips_set_isa_flags): Handle bfd_mach_mips_xlr
1683 (mips_mach_extensions): Add XLR entry.
1684
1685 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
1686
1687 * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
1688
1689 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1690
1691 * configure.in: AC_SUBST pdfdir.
1692 * Makefile.am: Add install-pdf, install-pdf-am
1693 and install-pdf-recursive targets. Define pdfdir.
1694 * doc/Makefile.am: Define pdf__strip_dir. Add
1695 install-pdf and install-pdf-am targets.
1696 * po/Make-in: Add install-pdf target.
1697 * configure: Regenerate.
1698 * Makefile.in: Regenerate
1699 * doc/Makefile.in: Regenerate.
1700
1701 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1702
1703 * bfd-in2.h: Regenerate.
1704 * elf32-m68k.c: Handle 2-slot GOT entries. Rename variables and
1705 fields from n_entries to n_slots where appropriate, update comments.
1706 (HOWTO): Add TLS relocations.
1707 (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
1708 (enum elf_m68k_got_offset_size): New enum.
1709 (struct elf_m68k_got_entry.type): Move field to ...
1710 (struct elf_m68k_got_entry_key): ... here. Update all uses.
1711 (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
1712 functions.
1713 (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
1714 functions.
1715 (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
1716 fields into n_entries array. Update comments.
1717 (elf_m68k_init_got): Simplify, update all uses.
1718 (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
1719 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
1720 GOT entries; update name, update all uses.
1721 (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
1722 (elf_m68k_get_got_entry): Update.
1723 (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
1724 simplify.
1725 (elf_m68k_remove_got_entry_type): Simplify.
1726 (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
1727 (elf_m68k_can_merge_gots): Update.
1728 (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
1729 (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
1730 GOT entries, simplify.
1731 (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
1732 (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
1733 field, remove obsoleted local_n_entries field.
1734 (elf_m68k_partition_multi_got_2): New static function.
1735 (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
1736 update.
1737 (elf_m68k_remove_got_entry_type): Update.
1738 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
1739 (elf_m68k_check_relocs): Handle TLS relocations. Remove unnecessary
1740 update of sgot->size and srelgot->size.
1741 (elf_m68k_gc_sweep_hook): Update.
1742 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
1743 (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
1744 TLS relocations.
1745 * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
1746 * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
1747
1748 2009-02-02 DJ Delorie <dj@redhat.com>
1749
1750 * elf32-mep.c (config_names): Regenerate configuration.
1751
1752 2009-02-02 Alan Modra <amodra@bigpond.net.au>
1753
1754 * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
1755 (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
1756 * elf.c (bfd_elf_get_str_section): Make static.
1757 (bfd_elf_find_section): Delete.
1758 * libbfd.h: Regenerate.
1759
1760 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1761
1762 * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
1763 (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
1764
1765 2009-01-31 Alan Modra <amodra@bigpond.net.au>
1766
1767 * elflink.c (on_needed_list): New function.
1768 (elf_link_add_object_symbols): Link in --as-needed libs if they
1769 satisfy undefined symbols in other libs.
1770
1771 2009-01-30 Julian Brown <julian@codesourcery.com>
1772
1773 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
1774 EXEC_P or DYNAMIC flags, and skip sections which are being linked
1775 with --just-symbols (-R).
1776
1777 2009-01-29 Adam Nemet <anemet@caviumnetworks.com>
1778
1779 * dwarf2.c (read_rangelist): Use read_address to read low_pc and
1780 high_pc in order to properly sign-extend VMAs.
1781
1782 2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1783 Mark Shinwell <shinwell@codesourcery.com>
1784 Catherine Moore <clm@codesourcery.com>
1785
1786 * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
1787
1788 2009-01-28 Catherine Moore <clm@codesourcery.com>
1789
1790 * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
1791 SEC_LOAD for dynamic relocation sections.
1792
1793 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
1794
1795 * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
1796 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
1797 the size of local TLS data.
1798
1799 2009-01-27 Andreas Schwab <schwab@suse.de>
1800
1801 * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
1802 architectures in the archive.
1803
1804 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
1805
1806 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
1807 <R_CRIS_32_DTPREL>: Correct relocation value.
1808
1809 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
1810 <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
1811 symbols with non-default visibility.
1812
1813 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
1814
1815 * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
1816 describing the trampolines.
1817 (ppc_elf_relocate_section): Update relocs to describe the
1818 trampolines.
1819
1820 2009-01-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1821
1822 * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
1823 branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
1824 and R_PARISC_PCREL12F relocations.
1825
1826 2009-01-24 Alan Modra <amodra@bigpond.net.au>
1827
1828 PR 6022
1829 * elflink.c (find_version_for_sym): New function split out from,
1830 but without export_dynamic test, ..
1831 (_bfd_elf_link_assign_sym_version): ..here.
1832 (_bfd_elf_export_symbol): Use it.
1833
1834 2009-01-23 Alan Modra <amodra@bigpond.net.au>
1835
1836 * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
1837 (struct elf_info_failed, struct elf_find_verdep_info): Move to..
1838 * elflink.c: ..here, somewhat modified.
1839 * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
1840 _bfd_elf_link_find_version_dependencies,
1841 _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
1842 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
1843 _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
1844 declare..
1845 * elflink.c: ..and make static here.
1846 (_bfd_elf_link_find_version_dependencies): Adjust for removal
1847 of output_bfd from struct elf_find_verdep_info.
1848 (_bfd_elf_link_assign_sym_version): Similarly adjust to use
1849 struct elf_info_failed.
1850 (bfd_elf_size_dynamic_sections): Adjust.
1851
1852 2009-01-22 Alan Modra <amodra@bigpond.net.au>
1853
1854 PR 6832
1855 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
1856 after comp_unit_find_line call.
1857
1858 2009-01-21 Nick Clifton <nickc@redhat.com>
1859
1860 PR 9769
1861 * vmsutil.c (vms_file_stats_name): Remove use of unsupported
1862 tm_gmtoff field in struct tm.
1863
1864 2009-01-21 Alan Modra <amodra@bigpond.net.au>
1865
1866 * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
1867 * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
1868 sections in soft-icache lines unless non_ia_text. Don't add
1869 rodata if doing so would exceed line size.
1870
1871 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
1872
1873 * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
1874 types than bfd_link_hash_indirect, before early return, call
1875 _bfd_elf_link_hash_copy_indirect.
1876
1877 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1878
1879 * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
1880 * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
1881 * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
1882 (elf_backend_obj_attrs_order): New define.
1883 * elfxx-target.h (elf_backend_obj_attrs_order): New define.
1884 (elfNN_bed): Add elf_backend_obj_attrs_order.
1885
1886 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1887
1888 * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
1889 (obj_attr_size): Likewise.
1890 (write_obj_attribute): Likewise.
1891 (_bfd_elf_copy_obj_attributes): Likewise.
1892 (_bfd_elf_parse_attributes): Likewise.
1893 * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
1894 (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
1895 (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
1896 (ATTR_TYPE_HAS_NO_DEFAULT): New define.
1897 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
1898 with macros.
1899
1900 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1901
1902 * elf-attrs.c (is_default_attr): Support defaultless attributes.
1903 (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
1904 (bfd_elf_add_obj_attr_string): Likewise.
1905 (bfd_elf_add_obj_attr_int_string): Likewise.
1906 (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
1907 * elf-bfd.h (struct obj_attribute): Document new flag bit.
1908 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
1909 Tag_nodefaults has no default value.
1910 (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
1911 comment to reflect the new state.
1912
1913 2009-01-19 Alan Modra <amodra@bigpond.net.au>
1914
1915 PR 9695
1916 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
1917 (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
1918 (adjust_z_magix): Delete dead code handling QMAGIC.
1919
1920 2009-01-16 Kai Tietz <kai.tietz@onevision.com>
1921
1922 * coffcode.h (styp_to_sec_flags): Correct interpretation of
1923 IMAGE_SCN_MEM_DISCARDABLE.
1924
1925 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1926
1927 * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
1928 SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
1929 * configure.in (commonbfdlib): Delete.
1930 (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
1931 (SHARED_LIBADD): Rename from WIN32LIBADD. Add pic libiberty if such
1932 is available, not just for linux.
1933 * po/SRC-POTFILES.in: Regenerate.
1934 * Makefile.in: Regenerate.
1935 * configure: Regenerate.
1936
1937 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
1938 Julian Brown <julian@codesourcery.com>
1939
1940 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
1941 ARM attributes in ABI 2.07.
1942 * elf32-arm.c (get_secondary_compatible_arch): New function.
1943 (set_secondary_compatible_arch): New function.
1944 (tag_cpu_arch_combine): New function.
1945 (elf32_arm_copy_one_eabi_other_attribute): Delete function.
1946 (elf32_arm_copy_eabi_other_attribute_list): Delete function.
1947 (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
1948 make it fit with order_01243.
1949 Add support for Tag_also_compatible_with,
1950 Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
1951 Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
1952 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
1953 Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
1954 Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
1955 Tag_VFP_arch and Tag_ABI_FP_16bit_format.
1956 Rework the way unknown attributes are handled.
1957 Defer errors until all attributes have been processed.
1958
1959 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
1960
1961 * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
1962 bfd_elf_add_obj_attr_int_string.
1963 Read Tag_compatibility from its new location in the attribute array,
1964 rather than the attribute list.
1965 (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
1966 bfd_elf_add_obj_attr_int_string.
1967 (_bfd_elf_parse_attributes): Likewise.
1968 (_bfd_elf_merge_object_attributes): There's now only one
1969 Tag_compatibility, and it's in the array, not the list.
1970 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
1971 Tag_compatibility.
1972 (bfd_elf_add_obj_attr_compat): Rename to
1973 bfd_elf_add_obj_attr_int_string.
1974 (bfd_elf_add_proc_attr_compat): Rename to
1975 bfd_elf_add_proc_attr_int_string.
1976 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
1977 Tag_compatibility.
1978
1979 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1980
1981 * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
1982 (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
1983 (vmsutil.lo): Add dependency rule.
1984 * Makefile.in: Regenerate.
1985 * config.bfd (ia64*-*-*vms*): Add case.
1986 * configure.in (bfd_elf64_ia64_vms_vec): Add case.
1987 * configure: Regenerate.
1988 * vmsutil.c: New file.
1989 * vmsutil.h: New file.
1990 * elf-bfd.h (struct bfd_elf_special_section): Change type of
1991 attr to bfd_vma.
1992 * elfxx-ia64.c (elfNN_vms_post_process_headers,
1993 elfNN_vms_section_processing, elfNN_vms_final_write_processing,
1994 elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
1995 elfNN_vms_object_p): New functions
1996 * targets.c (bfd_elf64_ia64_vms_vec): New target.
1997
1998 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
1999
2000 PR ld/9727
2001 * elflink.c (elf_gc_sweep): Exclude the group section if the
2002 first member of the section group is excluded.
2003
2004 2009-01-14 Alan Modra <amodra@bigpond.net.au>
2005
2006 PR 9735
2007 * syms.c (_bfd_stab_section_find_nearest_line): Don't free
2008 saved filename, use bfd_alloc rather than bfd_malloc for it.
2009
2010 2009-01-13 Alan Modra <amodra@bigpond.net.au>
2011
2012 * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
2013
2014 2009-01-13 Alan Modra <amodra@bigpond.net.au>
2015
2016 * elf32-spu.c (remove_cycles): Always set call->max_depth.
2017
2018 2009-01-12 Alan Modra <amodra@bigpond.net.au>
2019
2020 * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
2021
2022 2009-01-12 Alan Modra <amodra@bigpond.net.au>
2023
2024 * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
2025 num_lines_log2.
2026 (struct got_entry): Add br_addr.
2027 (struct call_info): Add priority.
2028 (struct function_info): Add lr_store and sp_adjust.
2029 (spu_elf_setup): Init line_size_log2 and num_lines_log2.
2030 (spu_elf_find_overlays): For soft-icache, mark any section within cache
2031 area as an overlay, and check that no other overlays exist. Look up
2032 icache overlay manager entry sym.
2033 (BRA_STUBS, BRA, BRASL): Define.
2034 (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
2035 (needs_ovl_stub): Adjust for soft-icache. Return priority encoded
2036 in branch insn.
2037 (count_stub, build_stub): Support soft-icache.
2038 (build_spuear_stubs, process_stubs): Adjust build_stub call.
2039 (spu_elf_size_stubs): Size soft-icache stubs.
2040 (overlay_index): New function.
2041 (spu_elf_build_stubs): Make static. Support soft-icache.
2042 (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
2043 (find_function_stack_adjust): Save lr store and stack adjust insn
2044 offsets.
2045 (maybe_insert_function): Adjust find_function_stack_adjust call.
2046 (mark_functions_via_relocs): Retrieve priority.
2047 (remove_cycles): Only warn about pruned arcs when stack_analysis.
2048 (sort_calls): Sort by priority first.
2049 (mark_overlay_section): Ignore .ovl.init.
2050 (sum_stack): Only print when stack_analysis.
2051 (print_one_overlay_section): New function, extracted from..
2052 (spu_elf_auto_overlay): ..here. Support soft-icache overlays.
2053 (spu_elf_stack_analysis): Only print when htab->stack_analysis.
2054 (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
2055 analysis. Call spu_elf_build_stubs.
2056 (spu_elf_relocate_section): For soft-icache encode overlay index
2057 into addresses.
2058 (spu_elf_output_symbol_hook): Support soft-icache.
2059 (spu_elf_modify_program_headers: Likewise.
2060
2061 * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis. Rename
2062 num_regions to num_lines. Add line_size and max_branch.
2063 (enum _ovly_flavour): Add ovly_soft_icache.
2064 (spu_elf_build_stubs): Delete.
2065
2066 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2067
2068 * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
2069 relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
2070
2071 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
2072
2073 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
2074 <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
2075 the program, the known offset starts at the negative size of the
2076 TLS section.
2077 <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
2078 Similar.
2079
2080 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
2081
2082 * config.bfd: Add lm32-*-rtems*.
2083
2084 2009-01-03 H.J. Lu <hongjiu.lu@intel.com>
2085
2086 * coff-ppc.c: Add 2009 to Copyright.
2087 * elf32-cris.c: Likewise.
2088 * elflink.c: Likewise.
2089
2090 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
2091
2092 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
2093 gotplt_index to rela_plt_index. Adjust for R_CRIS_DTPMOD entry.
2094
2095 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
2096
2097 PR ld/9679
2098 * elflink.c (elf_merge_st_other): New.
2099 (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
2100 hide them if needed.
2101 (elf_link_add_object_symbols): Updated.
2102
2103 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
2104
2105 PR ld/9676
2106 * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
2107 ref_dynamic and dynamic_def fields when setting def_regular
2108 to 1.
2109
2110 2009-01-02 Curtis Mackie <curtmackevo@gmail.com>
2111
2112 PR 9682
2113 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
2114 literal.
2115
2116 For older changes see ChangeLog-2008
2117 \f
2118 Local Variables:
2119 mode: change-log
2120 left-margin: 8
2121 fill-column: 74
2122 version-control: never
2123 End:
This page took 0.069506 seconds and 5 git commands to generate.