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