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