]>
Commit | Line | Data |
---|---|---|
f4638467 AM |
1 | 2010-07-20 Alan Modra <[email protected]> |
2 | ||
3 | * elf.c (assign_file_positions_for_load_sections): Check that | |
4 | zero size sections are allocated in segments too. | |
5 | (assign_file_positions_for_non_load_sections): Warn if zero | |
6 | size alloc sections are found here. | |
7 | (copy_elf_program_header): Don't drop zero size sections from | |
8 | segment map. | |
9 | (copy_private_bfd_data): Check for changes in zero size sections. | |
10 | ||
b5599592 AM |
11 | 2010-07-17 Alan Modra <[email protected]> |
12 | ||
13 | * elf.c (_bfd_elf_map_sections_to_segments): Force new segment | |
14 | for sections with overlapping LMAs. | |
15 | (assign_file_positions_for_load_sections): Catch overlap for | |
16 | sections that wrap around the address space. Replace a | |
17 | warning that duplicates ld's --check-sections error with a | |
18 | warning that lma has been adjusted for overlapping sections. | |
19 | ||
8c2ccebd CC |
20 | 2010-07-14 Cary Coutant <[email protected]> |
21 | ||
22 | PR ld/11817 | |
23 | * dwarf2.c (read_section): Revert patch for compressed debug sections. | |
24 | (find_line): Likewise. | |
25 | (read_and_uncompress_section): Remove. | |
26 | ||
a7b16ceb L |
27 | 2010-07-13 H.J. Lu <[email protected]> |
28 | ||
29 | PR ld/11812 | |
30 | * elf32-i386.c (elf_i386_size_dynamic_sections): Don't | |
31 | allocate .got.plt section if there are no GOT nor PLT | |
32 | entries. | |
33 | * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections): Likewise. | |
34 | ||
bb1cb422 L |
35 | 2010-07-13 H.J. Lu <[email protected]> |
36 | ||
37 | PR ld/11791 | |
38 | * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Support | |
39 | garbage collection against STT_GNU_IFUNC symbols. | |
40 | ||
41 | * elf32-i386.c (elf_i386_get_local_sym_hash): Don't set | |
42 | elf.plt.offset/elf.got.offset to -1. | |
43 | (elf_i386_tls_transition): Skip TLS transition for functions. | |
44 | (elf_i386_gc_sweep_hook): Support STT_GNU_IFUNC symbols. | |
45 | ||
46 | * elf64-x86-64.c (elf64_x86_64_get_local_sym_hash): Don't set | |
47 | elf.plt.offset/elf.got.offset to -1. | |
48 | (elf64_x86_64_tls_transition): Skip TLS transition for functions. | |
49 | (elf64_x86_64_gc_sweep_hook): Support STT_GNU_IFUNC symbols. | |
50 | ||
9fff0c39 L |
51 | 2010-07-12 H.J. Lu <[email protected]> |
52 | ||
53 | * elf32-i386.c (elf_i386_check_relocs): Re-indent. | |
54 | (elf_i386_relocate_section): Likewise. | |
55 | ||
f5296ddc L |
56 | 2010-07-06 H.J. Lu <[email protected]> |
57 | ||
58 | * dwarf2.c (add_line_info): Initialize prev_line. | |
59 | ||
50248c89 AM |
60 | 2010-07-06 Alan Modra <[email protected]> |
61 | ||
62 | * elf32-ppc.c (ppc_elf_relax_section): Insert branch around | |
63 | trampolines only for .init and .fini sections. | |
64 | ||
5b914448 AM |
65 | 2010-07-05 Alan Modra <[email protected]> |
66 | ||
67 | * elf32-ppc.c: Formatting. | |
68 | (ppc_elf_finish_dynamic_sections): Don't make plt_entry var static. | |
69 | ||
0acf065b CC |
70 | 2010-07-03 Cary Coutant <[email protected]> |
71 | ||
72 | * compress.c (bfd_uncompress_section_contents): Add ATTRIBUTE_UNUSED. | |
73 | * dwarf2.c (read_and_uncompress_section): New function. | |
74 | (read_section): Call it. | |
75 | (find_line): Likewise. | |
76 | ||
726d3ab0 AM |
77 | 2010-07-01 Alan Modra <[email protected]> |
78 | ||
79 | * elf64-ppc.c (ppc64_elf_edit_toc): Use SYMBOL_CALLS_LOCAL rather | |
80 | than SYMBOL_REFERENCES_LOCAL. | |
81 | (ppc64_elf_relocate_section): Likewise. | |
82 | ||
bddc25c9 AM |
83 | 2010-07-01 Alan Modra <[email protected]> |
84 | ||
85 | * elf64-ppc.c (ppc64_elf_edit_toc): Keep toc entries for ifuncs. | |
86 | ||
360cfc9c AM |
87 | 2010-06-29 Alan Modra <[email protected]> |
88 | ||
89 | * cpu-maxq.c: Delete file. | |
90 | * coff-maxq.c: Delete file. | |
91 | * Makefile.am: Remove references to maxq. | |
92 | * archures.c: Likewise. | |
93 | * coffcode.h: Likewise. | |
94 | * configure.in: Likewise. | |
95 | * targets.c: Likewise. | |
96 | * config.bfd: Move maxq from obsolete to removed. | |
97 | * Makefile.in: Regenerate. | |
98 | * bfd-in2.h: Regenerate. | |
99 | * configure: Regenerate. | |
100 | * libbfd.h: Regenerate. | |
101 | * po/SRC-POTFILES.in: Regenerate. | |
102 | ||
3f062f44 AM |
103 | 2010-06-28 Alan Modra <[email protected]> |
104 | ||
105 | * compress.c (bfd_uncompress_section_contents): Use ATTRIBUTE_UNUSED | |
106 | to silence gcc warning. | |
107 | ||
6bee8834 AM |
108 | 2010-06-27 Alan Modra <[email protected]> |
109 | ||
110 | * elf64-ppc.c (get_tls_mask): Don't segfault on NULL elf_section_data. | |
111 | (group_sections): Likewise. | |
112 | ||
c7e2358a AM |
113 | 2010-06-27 Alan Modra <[email protected]> |
114 | ||
115 | * bout.c (aligncode): Delete set but unused variables. | |
116 | * coff-mcore.c (coff_mcore_relocate_section): Likewise. | |
117 | * coff-ppc.c (ppc_record_toc_entry): Likewise. | |
118 | (coff_ppc_relocate_section): Likewise. | |
119 | * coff-rs6000.c (xcoff_complain_overflow_bitfield_func): Likewise. | |
120 | * elf-m10200.c (mn10200_elf_relax_delete_bytes): Likewise. | |
121 | * elf-m10300.c (mn10300_elf_final_link_relocate): Likewise. | |
122 | (mn10300_elf_relax_section): Likewise. | |
123 | * elf32-arm.c (arm_build_one_stub, arm_size_one_stub): Likewise. | |
124 | (record_vfp11_erratum_veneer): Likewise. | |
125 | (bfd_elf32_arm_vfp11_erratum_scan): Likewise. | |
126 | (elf32_arm_final_link_relocate): Likewise. | |
127 | (elf32_arm_check_relocs, arm_map_one_stub): Likewise. | |
128 | * elf32-avr.c (elf32_avr_relax_delete_bytes): Likewise. | |
129 | (elf32_avr_relax_section): Likewise. | |
130 | (avr_mark_stub_not_to_be_necessary): Likewise. | |
131 | * elf32-bfin.c (_bfin_create_got_section): Likewise. | |
132 | * elf32-cr16.c (cr16_elf_final_link_relocate): Likewise. | |
133 | (elf32_cr16_relax_delete_bytes): Likewise. | |
134 | * elf32-cr16c.c (cr16c_elf_final_link_relocate): Likewise. | |
135 | * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise. | |
136 | * elf32-crx.c (elf32_crx_relax_delete_bytes): Likewise. | |
137 | * elf32-h8300.c (elf32_h8_relax_section): Likewise. | |
138 | (elf32_h8_relax_delete_bytes): Likewise. | |
139 | * elf32-hppa.c (elf32_hppa_check_relocs): Likewise. | |
140 | * elf32-i370.c (i370_elf_check_relocs): Likewise. | |
141 | (elf_relocate_section): Likewise. | |
142 | * elf32-ip2k.c (adjust_all_relocations): Likewise. | |
143 | (ip2k_elf_relax_section): Likewise. | |
144 | * elf32-lm32.c (lm32_elf_relocate_section): Likewise. | |
145 | (lm32_elf_check_relocs): Likewise. | |
146 | (lm32_elf_finish_dynamic_sections): Likewise. | |
147 | (lm32_elf_finish_dynamic_symbol): Likewise. | |
148 | * elf32-m32c.c (m32c_offset_for_reloc): Likewise. | |
149 | (m32c_elf_relax_delete_bytes): Likewise. | |
150 | * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise. | |
151 | (m32r_elf_finish_dynamic_sections): Likewise. | |
152 | (m32r_elf_check_relocs, m32r_elf_fake_sections): Likewise. | |
153 | * elf32-m68hc11.c (m68hc11_elf_relax_section): Likewise. | |
154 | * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise. | |
155 | * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise. | |
156 | * elf32-microblaze.c (microblaze_elf_relocate_section): Likewise. | |
157 | (microblaze_elf_check_relocs): Likewise. | |
158 | (microblaze_elf_finish_dynamic_symbol): Likewise. | |
159 | * elf32-msp430.c (msp430_elf_relax_delete_bytes): Likewise. | |
160 | * elf32-ppc.c (ppc_elf_tls_optimize): Likewise. | |
161 | * elf32-rx.c (rx_elf_relocate_section): Likewise. | |
162 | (elf32_rx_relax_delete_bytes, rx_offset_for_reloc): Likewise. | |
163 | (elf32_rx_relax_section): Likewise. | |
164 | * elf32-score.c (score_elf_got_offset_from_index): Likewise. | |
165 | (score_elf_final_link_relocate): Likewise. | |
166 | (s3_bfd_score_elf_relocate_section): Likewise. | |
167 | * elf32-score7.c (score_elf_got_offset_from_index): Likewise. | |
168 | (s7_bfd_score_elf_relocate_section): Likewise. | |
169 | * elf32-sh.c (sh_elf_check_relocs): Likewise. | |
170 | * elf32-spu.c (spu_elf_relocate_section): Likewise. | |
171 | * elf32-v850.c (v850_elf_check_relocs): Likewise. | |
172 | (find_remembered_hi16s_reloc): Likewise. | |
173 | * elf32-vax.c (elf32_vax_merge_private_bfd_data): Likewise. | |
174 | (elf_vax_relocate_section): Likewise. | |
175 | * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise. | |
176 | * elf32-xtensa.c (xlate_offset_with_removed_text): Likewise. | |
177 | (move_literal): Likewise. | |
178 | * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise. | |
179 | (elf64_hppa_check_relocs): Likewise. | |
180 | (elf64_hppa_finish_dynamic_symbol): Likewise. | |
181 | (elf64_hppa_relocate_section): Likewise. | |
182 | * elf64-mmix.c (mmix_elf_reloc, mmix_elf_relax_section): Likewise. | |
183 | * elf64-ppc.c (ppc64_elf_check_relocs): Likewise. | |
184 | (ppc64_elf_edit_opd, ppc64_elf_edit_toc): Likewise. | |
185 | * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise. | |
186 | (elfNN_vms_section_from_shdr): Likewise. | |
187 | * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Likewise. | |
188 | (_bfd_sparc_elf_relocate_section): Likewise. | |
189 | * hp300hpux.c (slurp_symbol_table): Likewise. | |
190 | * i386lynx.c (swap_std_reloc_out, swap_std_reloc_in): Likewise. | |
191 | * mach-o.c (bfd_mach_o_write_thread): Likewise. | |
192 | * mmo.c (mmo_scan, mmo_write_symbols_and_terminator): Likewise. | |
193 | * nlm32-sparc.c (nlm_sparc_read_reloc): Likewise. | |
194 | * pdp11.c (pdp11_aout_link_input_section): Likewise. | |
195 | (aout_link_input_section, aout_link_input_bfd): Likewise. | |
196 | * pe-mips.c (mips_swap_reloc_out): Likewise. | |
197 | (coff_pe_mips_relocate_section): Likewise. | |
198 | * som.c (som_bfd_ar_write_symbol_stuff): Likewise. | |
199 | * vms-alpha.c (_bfd_vms_slurp_egsd): Likewise. | |
200 | * xsym.c (bfd_sym_fetch_type_information_table_ent): Likewise. | |
201 | ||
202 | * coff-i860.c (i860_reloc_processing): Avoid set but unused warning. | |
203 | * coffcode.h (coff_compute_section_file_positions): Likewise. | |
204 | (coff_slurp_reloc_table): Likewise. | |
205 | * cpu-arm.c (arm_check_note): Likewise. | |
206 | * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Likewise. | |
207 | * elf32-avr.c (elf32_avr_relocate_section): Likewise. | |
208 | * elf32-bfin.c (elf32_bfin_merge_private_bfd_data): Likewise. | |
209 | * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. | |
210 | * elf32-moxie.c (moxie_elf_relocate_section): Likewise. | |
211 | * elf32-msp430.c (elf32_msp430_relocate_section): Likewise. | |
212 | * elf32-sh64.c (_bfd_sh_align_load_span): Likewise. | |
213 | * ieee.c (parse_expression): Likewise. | |
214 | (ieee_slurp_external_symbols, drop_int): Likewise. | |
215 | * peXXigen.c (pe_print_pdata): Likewise. | |
216 | * versados.c (process_esd): Likewise. | |
217 | ||
4ba2ab9f TG |
218 | 2010-06-25 Tristan Gingold <[email protected]> |
219 | ||
220 | * vms-alpha.c (_bfd_vms_write_egsd): Check absolute section with | |
221 | its flags. Create an absolute section if needed. | |
222 | ||
1b3d1dbf TG |
223 | 2010-06-25 Tristan Gingold <[email protected]> |
224 | ||
225 | * vms-alpha.c (_bfd_vms_write_egsd): Set target_index field of | |
226 | sections. Mark .vmsdebug section as SEC_DEBUGGING. Do not create | |
227 | dummy psect anymore. Adjust. | |
228 | (_bfd_vms_write_eeom): Adjust (use target_index instead of index) | |
229 | (_bfd_vms_write_etir): Ditto. | |
230 | (start_etir_or_etbt_record): Test for SEC_DEBUGGING instead of | |
231 | section name. Adjust. | |
232 | ||
9714ee48 TG |
233 | 2010-06-25 Tristan Gingold <[email protected]> |
234 | ||
235 | * vms-alpha.c (alpha_vms_write_exec): Set linktime field. | |
236 | ||
ba761f19 AM |
237 | 2010-06-25 Alan Modra <[email protected]> |
238 | ||
239 | * elf64-ppc.c (toc_skip_enum): Define. | |
240 | (ppc64_elf_edit_toc): Use two low bits of skip array as markers. | |
241 | Optimize largetoc sequences. | |
242 | (adjust_toc_syms): Update for skip array change. | |
243 | (ppc64_elf_relocate_section): Handle R_PPC64_LO_DS_OPT. | |
244 | ||
854b41e7 AM |
245 | 2010-06-25 Alan Modra <[email protected]> |
246 | ||
247 | * elf64-ppc.c (is_static_defined): New function. | |
248 | (get_tls_mask, ppc_type_of_stub): Use it here. | |
249 | (ppc64_elf_edit_opd): Ensure we only attempt to edit ppc64 input. | |
250 | (ppc64_elf_tls_setup): Typo fix. | |
251 | (adjust_toc_syms): Correctly handle symbols defined past the end | |
252 | of the toc. Move syms on removed entries to next entry rather | |
253 | than to start of toc. | |
254 | (ppc64_elf_edit_toc): Likewise. Ensure we only attempt to | |
255 | edit ppc64 input. Allocate one extra word in skip array. | |
256 | Honour info->keep_memory when reading relocs if we can. | |
257 | Adjust toc relocs after adjusting symbols. | |
258 | ||
61e8a5ea NS |
259 | 2010-06-23 Nathan Sidwell <[email protected]> |
260 | ||
261 | * archive64.c (bfd_elf64_archive_write_armap): Fix buffer overrun | |
262 | when scaning map. | |
263 | ||
24df9a51 TG |
264 | 2010-06-17 Tristan Gingold <[email protected]> |
265 | ||
266 | * Makefile.am (BFD32_BACKENDS_CFILES): Move vms-alpha.c to ... | |
267 | (BFD64_BACKENDS_CFILES): ... here. | |
268 | (BFD32_BACKENDS): Move vms-alpha.lo to ... | |
269 | (BFD64_BACKENDS): ... here. | |
270 | * Makefile.in: Regenerate. | |
271 | ||
59e6276b JM |
272 | 2010-06-15 Joseph Myers <[email protected]> |
273 | ||
274 | * elf-bfd.h (LEAST_KNOWN_OBJ_ATTRIBUTE): Decrease to 2. | |
275 | * elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type, | |
276 | elf32_tic6x_merge_arch_attributes, elf32_tic6x_merge_attributes, | |
277 | elf32_tic6x_merge_private_bfd_data): New. | |
278 | (bfd_elf32_bfd_merge_private_bfd_data, | |
279 | elf_backend_obj_attrs_arg_type, elf_backend_obj_attrs_section, | |
280 | elf_backend_obj_attrs_section_type, elf_backend_obj_attrs_vendor): | |
281 | Define. | |
282 | * elf32-tic6x.h (elf32_tic6x_merge_arch_attributes): Declare. | |
283 | ||
3de4a297 JM |
284 | 2010-06-15 Joseph Myers <[email protected]> |
285 | ||
286 | * elf-bfd.h (LEAST_KNOWN_OBJ_ATTRIBUTE): Define. | |
287 | (struct elf_backend_data): Update comment on obj_attrs_order. | |
288 | * elf-attrs.c (vendor_obj_attr_size, vendor_set_obj_attr_contents, | |
289 | _bfd_elf_copy_obj_attributes): Use LEAST_KNOWN_OBJ_ATTRIBUTE | |
290 | instead of hardcoded 4. | |
291 | * elf32-arm.c (elf32_arm_obj_attrs_order): Use | |
292 | LEAST_KNOWN_OBJ_ATTRIBUTE and LEAST_KNOWN_OBJ_ATTRIBUTE + 1 | |
293 | instead of hardcoded 4 and 5. | |
294 | (elf32_arm_merge_eabi_attributes): Use LEAST_KNOWN_OBJ_ATTRIBUTE | |
295 | instead of hardcoded 4. | |
296 | ||
84477db9 KB |
297 | 2010-06-14 Kevin Buettner <[email protected]> |
298 | ||
299 | * elf32-h8300.c (elf_symbol_leading_char): Define. | |
300 | ||
dddb0e80 JK |
301 | 2010-06-11 Jan Kratochvil <[email protected]> |
302 | ||
303 | * vms-alpha.c (_bfd_vms_write_egsd): Make sname const. | |
304 | ||
f654f403 TG |
305 | 2010-06-11 Tristan Gingold <[email protected]> |
306 | ||
307 | * vms-alpha.c (_bfd_vms_slurp_egsd): Always set vma of absolute | |
308 | sections to 0. | |
309 | ||
ff150b92 TG |
310 | 2010-06-11 Tristan Gingold <[email protected]> |
311 | ||
312 | * vms-alpha.c (evax_bfd_print_etir): Handle ETIR__C_STO_GBL_LW. | |
313 | ||
81bb31c0 TG |
314 | 2010-06-11 Tristan Gingold <[email protected]> |
315 | ||
316 | * vms-misc.c (_bfd_vms_output_counted): Make VALUE argument const. | |
317 | Adjust cast. | |
318 | (_bfd_vms_output_dump): Make DATA argument const, adjust cast. | |
319 | * vms.h (_bfd_vms_output_counted, _bfd_vms_output_dump): Adjust. | |
320 | * vms-alpha.c (evax_section_flags): Make it const. | |
321 | (vms_secflag_by_name): Remove unused ABFD argument. | |
322 | Make SECTION_FLAGS and NAME arguments const. Clarify comment. | |
323 | (vms_esecflag_by_name): Make SECTION_FLAGS and NAME arguments const. | |
324 | (_bfd_vms_slurp_egsd): Adjust call to vms_secflag_by_name. | |
325 | (_bfd_vms_write_egsd): Remove useless cast. | |
326 | ||
cb3aabc7 TG |
327 | 2010-06-10 Tristan Gingold <[email protected]> |
328 | ||
329 | * config.bfd: Remove #if/#endif so that som can be compiled on any | |
330 | host. | |
331 | * targets.c (_bfd_target_vector): Remove #if/#endif so that som | |
332 | can be used on any host. | |
333 | ||
e1f000f6 TG |
334 | 2010-06-10 Tristan Gingold <[email protected]> |
335 | ||
336 | * som.c: Can now be compiled on any host. | |
337 | Include bfd headers instead of system one. | |
338 | (som_compute_checksum): Parameter is now a pointer to a | |
339 | som_external_header structure. Adjust. | |
340 | (struct section_to_type): Field section is now const. | |
341 | (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Removed conditional | |
342 | definition. | |
343 | (R_LONG_PCREL_MODE, R_N0SEL, R_N1SEL, R_LINETAB): Ditto. | |
344 | (R_LINETAB_ESC, R_LTP_OVERRIDE, R_COMMENT): Ditto. | |
345 | (som_swap_clock_in, som_swap_clock_out): New functions. | |
346 | (som_swap_header_in, som_swap_header_out): Likewise. | |
347 | (som_swap_space_dictionary_in): Likewise. | |
348 | (som_swap_space_dictionary_out): Likewise. | |
349 | (som_swap_subspace_dictionary_in): Likewise. | |
350 | (som_swap_subspace_dictionary_record_out): Likewise. | |
351 | (som_swap_aux_id_in, som_swap_aux_id_out): Likewise. | |
352 | (som_swap_string_auxhdr_out): Likewise. | |
353 | (som_swap_compilation_unit_out): Likewise. | |
354 | (som_swap_exec_auxhdr_in): Likewise. | |
355 | (som_swap_exec_auxhdr_out): Likewise. | |
356 | (som_swap_lst_header_in): Likewise. | |
357 | (som_object_setup): Adjust parameter type using bfd types. | |
358 | (setup_sections): Likewise. Ditto for object file types. | |
359 | Use intermediate variables for external representation and use the | |
360 | swap functions to convert. | |
361 | (som_object_p): Ditto. Remove #ifdef/#endif on always defined | |
362 | macros. | |
363 | (som_prep_headers): Likewise. | |
364 | (som_write_symbol_strings): Likewise. | |
365 | (som_begin_writing): Likewise. | |
366 | (som_finish_writing): Likewise. | |
367 | (som_build_and_write_symbol_table): Likewise. | |
368 | (bfd_section_from_som_symbol): Likewise. | |
369 | (som_slurp_symbol_table): Likewise. | |
370 | (som_bfd_print_private_bfd_data): Likewise. | |
371 | (bfd_som_attach_aux_hdr): Likewise. Clear the padding. | |
372 | (bfd_som_attach_compilation_unit): Likewise. | |
373 | (som_bfd_count_ar_symbols): Likewise. | |
374 | (som_bfd_fill_in_ar_symbols): Likewise. | |
375 | (som_slurp_armap): Likewise. | |
376 | (som_bfd_ar_write_symbol_stuff): Likewise. | |
377 | (som_write_armap): Likewise. Use _bfd_ar_spacepad instead of | |
378 | sprintf to write header fields. | |
379 | * som.h: Include bfd headers instead of system one. | |
380 | (FILE_HDR_SIZE, AUX_HDR_SIZE): Removed. | |
381 | (struct somdata): Use bfd structures instead of system ones. | |
382 | (struct som_section_data_struct): Likewise. | |
383 | (struct som_subspace_dictionary_record): Removed (now in | |
384 | include/som/internal.h) | |
385 | ||
318cadba TG |
386 | 2010-06-10 Tristan Gingold <[email protected]> |
387 | ||
388 | * targets.c (bfd_target_list): Remove hp/ux compiler work-around | |
389 | as bfd requires an ANSI-C compiler. | |
390 | ||
f0b3dbfc TG |
391 | 2010-06-09 Tristan Gingold <[email protected]> |
392 | ||
393 | * bfdio.c (bfd_bread): Fix the code to prevent reading past the | |
394 | end of archive members. | |
395 | ||
7da73d69 TG |
396 | 2010-06-08 Tristan Gingold <[email protected]> |
397 | ||
398 | * som.c (som_bfd_free_cached_info): Do not free relocations as | |
399 | they were allocated with bfd_zalloc. | |
400 | ||
cba3addf TG |
401 | 2010-06-08 Tristan Gingold <[email protected]> |
402 | ||
403 | * vms-lib.c (_bfd_vms_lib_write_archive_contents): Increment | |
404 | for the first block. | |
405 | ||
09266d1a TG |
406 | 2010-06-08 Tristan Gingold <[email protected]> |
407 | ||
408 | * vms-lib.c (_bfd_vms_lib_ia64_mkarchive): New function. | |
409 | * libbfd-in.h (_bfd_vms_lib_ia64_mkarchive): Declare. | |
410 | * libbfd.h: Regenerate. | |
411 | * elfxx-ia64.c (bfd_elfNN_write_archive_contents): Redefine for VMS. | |
412 | (bfd_elfNN_mkarchive): Ditto. | |
413 | ||
d0ef7741 TG |
414 | 2010-06-02 Tristan Gingold <[email protected]> |
415 | ||
416 | * vms-alpha.c (alpha_vms_bfd_final_link): Fix 64bit constant. | |
417 | ||
a009f2e7 RW |
418 | 2010-06-01 Ralf Wildenhues <[email protected]> |
419 | ||
420 | * configure: Regenerate. | |
421 | ||
46d00b8a TG |
422 | 2010-06-01 Tristan Gingold <[email protected]> |
423 | ||
424 | * vms-alpha.c (struct vms_private_data_struct): Add | |
425 | transfer_address field. Remove unused dst_info field. | |
426 | (alpha_vms_write_exec): Use transfer_address. | |
427 | (_bfd_vms_write_egsd): Add a comment about LIB$INITIALIZE. | |
428 | (alpha_vms_bfd_final_link): Set transfer_address. | |
429 | ||
7d5ee7d7 TG |
430 | 2010-05-31 Tristan Gingold <[email protected]> |
431 | ||
432 | * vms-lib.c (credat_lo, credat_hi): New fields. | |
433 | (vms_read_block): Adjust comments. | |
434 | (vms_write_block): New function. | |
435 | (_bfd_vms_lib_archive_p): Decode majorid once. Replace some | |
436 | hard-coded values with constants. Set credat_lo and credat_hi. | |
437 | (_bfd_vms_lib_mkarchive): Add argument kind. | |
438 | Set ver, mhd_size and type according to kind. | |
439 | (_bfd_vms_lib_alpha_mkarchive): New function. | |
440 | (struct lib_index): Renamed from struct vms_index | |
441 | (lib_index_cmp): Renamed from vms_index_cmp. Adjusted. | |
442 | (get_idxlen): Type of idx argument adjusted. Add is_elfidx | |
443 | argument and handle it. | |
444 | (vms_write_index): Adjust argument idx. Handle elf indexes. | |
445 | (_bfd_vms_lib_build_map): Adjust type of arguments modules and res. | |
446 | (_bfd_vms_lib_write_archive_contents): Add is_elfidx variable and | |
447 | use it. Handle elf indexes. Set credat. | |
448 | * libbfd-in.h (_bfd_vms_lib_mkarchive): Renamed to ... | |
449 | (_bfd_vms_lib_alpha_mkarchive): ... this. | |
450 | * libbfd.h: Regenerated. | |
451 | * vms-alpha.c (vms_alpha_vec): Adjust after previous renaming. | |
452 | ||
7aa09196 SA |
453 | 2010-05-28 Sterling Augustine <[email protected]> |
454 | ||
7d5ee7d7 | 455 | * elf32-xtensa.c (elf_xtensa_relocate_section): Add a large amount |
7aa09196 SA |
456 | of code to change the bits in the instructions to match the changes |
457 | in the relocations. Declare dest_addr and sym_sec to help. | |
458 | ||
81c5c866 JK |
459 | 2010-05-28 Jan Kratochvil <[email protected]> |
460 | ||
461 | Workaround GCC PR middle-end/4210. | |
462 | * vms-misc.c (vms_time_t_to_vms_time): Use ternary operator for val[2] | |
463 | and val[3]. | |
464 | ||
953b49ed TG |
465 | 2010-05-27 Tristan Gingold <[email protected]> |
466 | ||
467 | * vms-misc.c: Define __NEW_STARLET. Remove trailing spaces. | |
468 | (VMS_TIME_FACTOR, VMS_TIME_OFFSET): New macros. | |
469 | (vms_time_to_time_t): Use them instead of local const. | |
470 | (vms_time_t_to_vms_time): New function. | |
471 | (vms_get_time): Likewise. | |
472 | (vms_raw_get_time): Likewise. | |
473 | * vms.h (vms_time_t_to_vms_time): New declaration. | |
474 | (vms_get_time): Likewise. | |
475 | (vms_raw_get_time): Likewise. | |
476 | ||
f9eeb9c9 TG |
477 | 2010-05-26 Tristan Gingold <[email protected]> |
478 | ||
479 | * vms-alpha.c: Update comments. | |
480 | (alpha_vms_write_exec): Set lnkflags. Write the GST. | |
481 | (alpha_vms_link_output_symbol): New function. | |
482 | (alpha_vms_bfd_final_link): Generate the VMS symbol table. | |
483 | Set dst_section private field. | |
484 | (alpha_vms_bfd_final_link): Remove code that set dst_section. | |
485 | ||
65077aa8 TG |
486 | 2010-05-26 Tristan Gingold <[email protected]> |
487 | ||
488 | * bfdio.c: Declare and define _bfd_memory_iovec. | |
489 | (bfd_bread): Move code for BFD_IN_MEMORY... | |
490 | (bfd_bwrite): ... Ditto ... | |
491 | (bfd_tell): ... Ditto ... | |
492 | (bfd_flush): ... Ditto ... | |
493 | (bfd_stat): ... Ditto ... | |
494 | (bfd_seek): ... Ditto ... | |
495 | (bfd_get_size): ... Ditto ... | |
496 | (bfd_mmap): ... Ditto ... | |
497 | (memory_bread): ... to these new functions. | |
498 | (memory_bwrite): Ditto. | |
499 | (memory_btell): Ditto. | |
500 | (memory_bseek): Ditto. | |
501 | (memory_bflush): Ditto. | |
502 | (memory_bstat): Ditto. | |
503 | (memory_bmmap): Ditto. | |
504 | (memory_bclose): New function. | |
505 | * peicode.h (pe_ILF_build_a_bfd): Use BFD_IN_MEMORY. | |
506 | * xcofflink.c (bfd_xcoff_link_generate_rtinit): Ditto. | |
507 | * opncls.c (bfd_close): Do not handle BFD_IN_MEMORY case. | |
508 | (bfd_make_writable): Use _bfd_memory_iovec. | |
509 | * elfcode.h (bfd_from_remote_memory): Use _bfd_memory_iovec. | |
510 | * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Use | |
511 | _bfd_memory_iovec. | |
512 | (alpha_ecoff_openr_next_archived_file): Use proxy_origin | |
513 | instead of origin. | |
514 | * libbfd.h: Regenerate. | |
515 | ||
8e45593f NC |
516 | 2010-05-25 Daniel Jacobowitz <[email protected]> |
517 | Joseph Myers <[email protected]> | |
518 | Andrew Stubbs <[email protected]> | |
519 | ||
520 | * config.bfd (sh-*-uclinux* | sh[12]-*-uclinux*): Add | |
521 | bfd_elf32_shl_vec, and FDPIC vectors to targ_selvecs. | |
522 | * configure.in: Handle FDPIC vectors. | |
523 | * elf32-sh-relocs.h: Add FDPIC and movi20 relocations. | |
524 | * elf32-sh.c (DEFAULT_STACK_SIZE): Define. | |
525 | (SYMBOL_FUNCDESC_LOCAL): Define. Use it instead of | |
526 | SYMBOL_REFERENCES_LOCAL for function descriptors. | |
527 | (fdpic_object_p): New. | |
528 | (sh_reloc_map): Add FDPIC and movi20 relocations. | |
529 | (sh_elf_info_to_howto, sh_elf_relocate_section): Handle new invalid | |
530 | range. | |
531 | (struct elf_sh_plt_info): Add got20 and short_plt. Update all | |
532 | definitions. | |
533 | (FDPIC_PLT_ENTRY_SIZE, FDPIC_PLT_LAZY_OFFSET): Define. | |
534 | (fdpic_sh_plt_entry_be, fdpic_sh_plt_entry_le, fdpic_sh_plts): New. | |
535 | (FDPIC_SH2A_PLT_ENTRY_SIZE, FDPIC_SH2A_PLT_LAZY_OFFSET): Define. | |
536 | (fdpic_sh2a_plt_entry_be, fdpic_sh2a_plt_entry_le) | |
537 | (fdpic_sh2a_short_plt_be, fdpic_sh2a_short_plt_le, fdpic_sh2a_plts): | |
538 | New. | |
539 | (get_plt_info): Handle FDPIC. | |
540 | (MAX_SHORT_PLT): Define. | |
541 | (get_plt_index, get_plt_offset): Handle short_plt. | |
542 | (union gotref): New. | |
543 | (struct elf_sh_link_hash_entry): Add funcdesc, rename tls_type to | |
544 | got_type and adjust all uses. Add GOT_FUNCDESC. | |
545 | (struct sh_elf_obj_tdata): Add local_funcdesc. Rename | |
546 | local_got_tls_type to local_got_type. | |
547 | (sh_elf_local_got_type): Renamed from sh_elf_local_got_tls_type. All | |
548 | users changed. | |
549 | (sh_elf_local_funcdesc): Define. | |
550 | (struct elf_sh_link_hash_table): Add sfuncdesc, srelfuncdesc, fdpic_p, | |
551 | and srofixup. | |
552 | (sh_elf_link_hash_newfunc): Initialize new fields. | |
553 | (sh_elf_link_hash_table_create): Set fdpic_p. | |
554 | (sh_elf_omit_section_dynsym): New. | |
555 | (create_got_section): Create .got.funcdesc, .rela.got.funcdesc | |
556 | and .rofixup. | |
557 | (allocate_dynrelocs): Allocate local function descriptors and space | |
558 | for R_SH_FUNCDESC-related relocations, and for rofixups. | |
559 | Handle GOT_FUNCDESC. Create fixups. Handle GOT entries which | |
560 | require function descriptors. | |
561 | (sh_elf_always_size_sections): Handle PT_GNU_STACK and __stacksize. | |
562 | (sh_elf_modify_program_headers): New. | |
563 | (sh_elf_size_dynamic_sections): Allocate function descriptors for | |
564 | local symbols. Allocate .got.funcdesc contents. Allocate rofixups. | |
565 | Handle local GOT entries of type GOT_FUNCDESC. Create fixups for | |
566 | local GOT entries. Ensure that FDPIC libraries always have a PLTGOT | |
567 | entry in the .dynamic section. | |
568 | (sh_elf_add_dyn_reloc, sh_elf_got_offset, sh_elf_initialize_funcdesc) | |
569 | (sh_elf_add_rofixup, sh_elf_osec_to_segment) | |
570 | (sh_elf_osec_readonly_p, install_movi20_field): New functions. | |
571 | (sh_elf_relocate_section): Handle new relocations, R_SH_FUNCDESC, | |
572 | R_SH_GOTFUNCDESC and R_SH_GOTOFFFUNCDESC. Use sh_elf_got_offset | |
573 | and .got.plt throughout to find _GLOBAL_OFFSET_TABLE_. Add rofixup | |
574 | read-only section warnings. Handle undefined weak symbols. Generate | |
575 | fixups for R_SH_DIR32 and GOT entries. Check for cross-segment | |
576 | relocations and clear EF_SH_PIC. Handle 20-bit relocations. | |
577 | Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE. | |
578 | (sh_elf_gc_sweep_hook): Handle R_SH_FUNCDESC, R_SH_GOTOFF20, | |
579 | R_SH_GOTFUNCDESC, R_SH_GOTFUNCDESC20, and R_SH_GOTOFFFUNCDESC. | |
580 | Handle 20-bit relocations. | |
581 | (sh_elf_copy_indirect_symbol): Copy function descriptor reference | |
582 | counts. | |
583 | (sh_elf_check_relocs): Handle new relocations. Make symbols | |
584 | dynamic for FDPIC relocs. Account for rofixups. Error for FDPIC | |
585 | symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups | |
586 | for R_SH_DIR32. | |
587 | (sh_elf_copy_private_data): Copy PT_GNU_STACK size. | |
588 | (sh_elf_merge_private_data): Copy initial flags. Do not clobber | |
589 | non-mach flags. Set EF_SH_PIC for FDPIC. Reject FDPIC mismatches. | |
590 | (sh_elf_finish_dynamic_symbol): Do not handle got_funcdesc entries | |
591 | here. Rename sgot to sgotplt and srel to srelplt. Handle short_plt, | |
592 | FDPIC descriptors, and got20. Create R_SH_FUNCDESC_VALUE for FDPIC. | |
593 | Use install_movi20_field. Rename srel to srelgot. Always generate | |
594 | R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE. | |
595 | (sh_elf_finish_dynamic_sections): Fill in the GOT pointer in rofixup. | |
596 | Do not fill in reserved GOT entries for FDPIC. Correct DT_PLTGOT. | |
597 | Rename sgot to sgotplt. Assert that the right number of rofixups | |
598 | and dynamic relocations were allocated. | |
599 | (sh_elf_use_relative_eh_frame, sh_elf_encode_eh_address): New. | |
600 | (elf_backend_omit_section_dynsym): Use sh_elf_omit_section_dynsym. | |
601 | (elf_backend_can_make_relative_eh_frame) | |
602 | (elf_backend_can_make_lsda_relative_eh_frame) | |
603 | (elf_backend_encode_eh_address): Define. | |
604 | (TARGET_BIG_SYM, TARGET_BIG_NAME, TARGET_LITTLE_SYM) | |
605 | (TARGET_LITTLE_NAME, elf_backend_modify_program_headers, elf32_bed): | |
606 | Redefine for FDPIC vector. | |
607 | * reloc.c: Add SH FDPIC and movi20 relocations. | |
608 | * targets.c (_bfd_target_vector): Add FDPIC vectors. | |
609 | * configure, bfd-in2.h, libbfd.h: Regenerated. | |
610 | ||
9fcd9da6 NC |
611 | 2010-05-25 Jay Krell <[email protected]> |
612 | ||
613 | PR ld/11624 | |
614 | * archive.c (_bfd_calloc_wrapper): New function. | |
615 | (_bfd_add_bfd_to_archive_cache): Use it. | |
616 | ||
617 | * configure.in: Add alpha*-*-*vms* to list of natives. | |
618 | * configure: Regenerate. | |
619 | ||
620 | * vms-misc.c: Define globalref if necessary. | |
621 | (vms_convert_to_var_unix_filename): Rename to | |
622 | _bfd_vms_convert_to_var_unix_filename and export. | |
623 | * vms.h: Add prototype for _bfd_vms_convert_to_var_unix_filename. | |
624 | * vms-alpha.c (vms_close_and_cleanup): Update invocation of | |
625 | vms_convert_to_var_unix_filename. | |
626 | ||
c734eb83 TG |
627 | 2010-05-24 Tristan Gingold <[email protected]> |
628 | ||
ce76e55c TG |
629 | * vms-alpha.c (add_symbol_entry): New function extrated from ... |
630 | (add_symbol): ... adjusted. | |
c734eb83 | 631 | |
5fe88cfb TG |
632 | 2010-05-24 Tristan Gingold <[email protected]> |
633 | ||
634 | * vms-alpha.c (_bfd_vms_slurp_egsd): Fix indentation. | |
635 | (alpha_vms_write_exec): Add a comment. | |
636 | (_bfd_vms_write_egsd): Ditto. | |
637 | (alpha_vms_convert_symbol): Remove a blank line. | |
638 | ||
6a286118 TG |
639 | 2010-05-21 Tristan Gingold <[email protected]> |
640 | ||
641 | * vms-alpha.c (_bfd_vms_slurp_eihs): Do not create a bfd section | |
642 | for the GST. | |
643 | ||
c068d5be TG |
644 | 2010-05-21 Tristan Gingold <[email protected]> |
645 | ||
646 | * vms-alpha.c (_bfd_vms_slurp_eisd): Set SEC_HAS_CONTENTS and | |
647 | SEC_LOAD if isect has data. | |
648 | (vms_get_symbol_info): Refine the condition for 'T' type. | |
649 | ||
bd7b51b4 TG |
650 | 2010-05-18 Tristan Gingold <[email protected]> |
651 | ||
652 | * vms-alpha.c (_bfd_vms_write_emh): New function. | |
653 | (_bfd_vms_write_lmn): New function. | |
654 | (_bfd_vms_write_eeom): Moved. | |
655 | (hash_string): Likewise. | |
656 | (_bfd_vms_length_hash_symbol): Likewise. | |
657 | (_bfd_vms_write_ehdr): Code moved to _bfd_vms_write_emh | |
658 | and _bfd_vms_write_lmn, and call these functions. | |
659 | ||
0fca53b7 TG |
660 | 2010-05-18 Tristan Gingold <[email protected]> |
661 | ||
662 | * vms-alpha.c (evax_bfd_print_dst): Handle INCR_LINUM_L. | |
663 | Add details in the messages. | |
664 | (evax_bfd_print_image): Change message. | |
665 | ||
18ae9cc1 L |
666 | 2010-05-18 H.J. Lu <[email protected]> |
667 | ||
668 | PR gas/11600 | |
669 | * elf.c (_bfd_elf_make_section_from_shdr): Handle SHF_EXCLUDE | |
670 | (elf_fake_sections): Likewise. | |
671 | ||
672 | * elf32-i370.c (i370_elf_section_from_shdr): Don't handle | |
673 | SHF_EXCLUDE here. | |
674 | * elf32-ppc.c (ppc_elf_fake_sections): Likewise. | |
675 | ||
9a1b4480 TG |
676 | 2010-05-17 Tristan Gingold <[email protected]> |
677 | ||
678 | * vms-alpha.c: Include esgps.h and eidc.h. | |
679 | (_bfd_vms_slurp_egsd): Ignore SPSC and IDC sub-records. | |
3a689531 TG |
680 | (evax_bfd_print_egsd_flags): New function, extracted from ... |
681 | (evax_bfd_print_egsd): ..., calls evax_bfd_print_egsd_flags. Handles | |
9a1b4480 TG |
682 | EGSD__C_SPSC and EGSD__C_IDC. |
683 | ||
af47dcbf TG |
684 | 2010-05-14 Tristan Gingold <[email protected]> |
685 | ||
686 | * vms-alpha.c (alpha_vms_object_p): Accept header size of 0. | |
687 | (_bfd_vms_get_object_record): Handle align byte only in the | |
688 | foreign case. | |
689 | ||
7256a114 TG |
690 | 2010-05-14 Tristan Gingold <[email protected]> |
691 | ||
692 | * vms-lib.c (_bfd_vms_lib_ia64_archive_p): New function. | |
693 | * libbfd-in.h (_bfd_vms_lib_ia64_archive_p): Add prototype. | |
694 | * libbfd.h: Regenerate. | |
695 | * configure.in (havevecs): Define HAVE_all_vecs when | |
696 | --enable-targets=all is set. Use AC_SUBST on it. | |
697 | (tdefaults): Do not add havevecs. | |
698 | (bfd_elf64_ia64_vms_vec): Add vms-lib.lo and vms-misc.lo | |
699 | * configure: Regenerate. | |
700 | * Makefile.am (HAVEVECS): New variable. | |
701 | (INCLUDES): Add HAVEVECS. | |
702 | * Makefile.in: Regenerate. | |
703 | * elfxx-ia64.c (INCLUDE_IA64_VMS): New macro, defined if vms | |
704 | target is selected. Add #ifdef/#endif around vms specific code. | |
705 | (bfd_elfNN_archive_p, bfd_elfNN_archive_slurp_armap, | |
706 | bfd_elfNN_archive_slurp_extended_name_table, | |
707 | bfd_elfNN_archive_construct_extended_name_table, | |
708 | bfd_elfNN_archive_truncate_arname, | |
709 | bfd_elfNN_archive_write_armap, | |
710 | bfd_elfNN_archive_read_ar_hdr, | |
711 | bfd_elfNN_archive_write_ar_hdr, | |
712 | bfd_elfNN_archive_openr_next_archived_file, | |
713 | bfd_elfNN_archive_get_elt_at_index, | |
714 | bfd_elfNN_archive_generic_stat_arch_elt, | |
715 | bfd_elfNN_archive_update_armap_timestamp): Define to use vms archives. | |
716 | ||
4547cb56 NC |
717 | 2010-05-11 Jie Zhang <[email protected]> |
718 | ||
719 | * elf32-arm.c (elf32_arm_merge_eabi_attributes): Merge | |
720 | Tag_ABI_HardFP_use correctly. | |
721 | ||
3390ce30 AM |
722 | 2010-05-11 Alan Modra <[email protected]> |
723 | ||
724 | * coffcode.h (coff_write_object_contents): Enclose all occurrences | |
725 | of hasdebug and is_reloc_section in #ifdef COFF_IMAGE_WITH_PE. | |
726 | ||
92750f34 DJ |
727 | 2010-05-07 Daniel Jacobowitz <[email protected]> |
728 | ||
729 | * elf32-arm.c (struct a8_erratum_reloc): Add hash member. Move | |
730 | sym_name to improve packing. | |
731 | (cortex_a8_erratum_scan): Check for PLT entries. | |
732 | (elf32_arm_size_stubs): Save the target symbol for a8 relocs. | |
733 | ||
6540b386 TG |
734 | 2010-05-07 Tristan Gingold <[email protected]> |
735 | ||
736 | * Makefile.in: Regenerate with automake 1.11.1. | |
737 | * aclocal.m4: Ditto. | |
738 | ||
3e01a7fd NC |
739 | 2010-05-05 Nick Clifton <[email protected]> |
740 | ||
741 | * po/es.po: Updated Spanish translation. | |
742 | ||
fa23f0f4 TG |
743 | 2010-05-03 Tristan Gingold <[email protected]> |
744 | ||
745 | * vms-lib.c (vms_lib_bopen): Fix the size threshold to read | |
746 | selective_search flag. | |
747 | Add comments. | |
748 | * vms-alpha.c (alpha_vms_bfd_final_link): Create the DMT section | |
749 | before output_has_begun is set. | |
750 | ||
44273c5b TG |
751 | 2010-05-03 Tristan Gingold <[email protected]> |
752 | ||
753 | * vms-alpha.c: Add comments. | |
754 | (struct vms_private_data_struct): Remove image_autoextend field. | |
755 | (dst_check_allocation): Removed. | |
756 | (image_write): Remove call to dst_check_allocation. | |
757 | (vms_slurp_debug): Do not set image_autoextend. Adjust section | |
758 | size. | |
759 | (_bfd_vms_slurp_object_records): Remove useless new_type variable. | |
760 | (alpha_vms_write_exec): Use dst_section to get the dst section. | |
761 | Write the dmt section. | |
762 | (evax_bfd_print_image): Also print the dst size in hexa. Fix typo. | |
763 | (alpha_vms_read_sections_content): Do not set image_autoextend. | |
fa23f0f4 | 764 | (alpha_vms_bfd_final_link): Generate the dst. |
44273c5b | 765 | |
ab94b07c TG |
766 | 2010-05-03 Tristan Gingold <[email protected]> |
767 | ||
768 | * vms-lib.c (_bfd_vms_lib_archive_p): Adjust for a possible empty | |
769 | next array. | |
770 | (vms_lib_dcx): Adjust for the above change. | |
771 | ||
0672748a L |
772 | 2010-04-30 H.J. Lu <[email protected]> |
773 | ||
774 | PR ld/11542 | |
775 | * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): New. | |
776 | ||
777 | * elf32-i386.c (elf_i386_relocate_section): Use it. | |
778 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
779 | ||
13a985e1 TG |
780 | 2010-04-30 Tristan Gingold <[email protected]> |
781 | ||
782 | * vms-lib.c (vms_read_block): New function. | |
783 | (vms_traverse_index): Use vms_read_block. Handle long key names. | |
784 | ||
8e57e1d1 TG |
785 | 2010-04-30 Tristan Gingold <[email protected]> |
786 | ||
787 | * vms-lib.c (struct lib_tdata): Field artdata added, fields nbr_syms | |
788 | and syms removed. | |
789 | (struct carsym_mem): New structure. | |
790 | (vms_add_index): New function. | |
791 | (vms_add_indexes_from_list): New function. | |
792 | (vms_traverse_index): Parameter carsym changed to carsym_mem. | |
793 | Code adjusted to handle elfidx. | |
794 | (vms_lib_read_index): Adjusted for vms_traverse_index changes. | |
795 | Parameter NBREL is now a pointer. | |
796 | (_bfd_vms_lib_archive_p): Adjust for above change. Handle ia64 | |
797 | archives. | |
798 | (_bfd_vms_lib_mkarchive): Adjusted for changes in struct lib_tdata. | |
799 | (_bfd_vms_lib_find_symbol): Ditto. | |
800 | (vms_lib_bopen): Fix two typos: return FALSE in case of error, | |
801 | check MHD id. | |
802 | (_bfd_vms_lib_get_module): New function. | |
803 | (_bfd_vms_lib_get_elt_at_index): Rewritten using the above | |
804 | function. | |
805 | (_bfd_vms_lib_openr_next_archived_file): Use _bfd_vms_lib_get_module. | |
806 | (_bfd_vms_lib_generic_stat_arch_elt): Handle ia64 archives. | |
807 | (vms_write_index): Adjust for structure renamed. | |
808 | * vms-alpha.c (alpha_vms_link_add_archive_symbols): Adjust for | |
809 | changes of _bfd_vms_lib_find_symbol. | |
810 | ||
bb591cfe KT |
811 | 2010-04-28 Kai Tietz <[email protected]> |
812 | ||
813 | * config.bfd: Correct accidential reverted patch | |
814 | about vax*-*-*vms*. | |
815 | ||
ef72a554 KT |
816 | 2010-04-27 Kai Tietz <[email protected]> |
817 | ||
818 | * pe-x86_64.c (TARGET_UNDERSCORE): Set value dependent | |
819 | to USE_MINGW64_LEADING_UNDERSCORES. | |
854b41e7 | 820 | * pei-x86_64.c (TARGET_UNDERSCORE): Likewise. |
ef72a554 KT |
821 | * config.bfd: Change underscoring default for x64 mingw |
822 | to false. | |
823 | * coffcode.h (coff_write_relocs): Add check that dereferenced | |
824 | sym_ptr_ptr isn't NULL. | |
825 | * config.in (USE_MINGW64_LEADING_UNDERSCORES): New. | |
826 | * configure: Regenerated. | |
827 | * configure.in: Add option '--enable-leading-mingw64-underscores' | |
828 | and define config.in variable USE_MINGW64_LEADING_UNDERSCORES. | |
829 | ||
4d9e2b27 NC |
830 | 2010-04-27 Nick Clifton <[email protected]> |
831 | ||
832 | PR binutils/11512 | |
833 | * coffgen.c (coff_find_nearest_line): Incldue the section address | |
834 | of function name symbols in address comparisons. | |
835 | ||
4ba3f034 NC |
836 | 2010-04-27 Nick Clifton <[email protected]> |
837 | ||
838 | * po/fr.po: Updated French translation. | |
839 | ||
9a83a553 AM |
840 | 2010-04-23 Alan Modra <[email protected]> |
841 | ||
842 | * elf.c: Replace use of ELF_IS_SECTION_IN_SEGMENT and | |
843 | ELF_IS_SECTION_IN_SEGMENT_FILE with ELF_SECTION_IN_SEGMENT | |
844 | throughout file. | |
845 | (assign_file_positions_for_load_sections): Modify section in | |
846 | segment warning to ignore overlay vmas. | |
847 | * elf32-spu.c (spu_elf_object_p): Replace use of | |
848 | ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT. | |
849 | ||
9c9c98a5 NC |
850 | 2010-04-22 Nick Clifton <[email protected]> |
851 | ||
852 | * po/bfd.pot: Updated by the Translation project. | |
853 | * po/vi.po: Updated Vietnamese translation. | |
854 | ||
3ac9b6c9 AM |
855 | 2010-04-22 Alan Modra <[email protected]> |
856 | ||
857 | * elf.c (assign_file_positions_for_load_sections): Revert 2008-05-29 | |
858 | change. Tidy. Don't error on sections not allocated in segment. | |
859 | ||
85fdf906 AH |
860 | 2010-04-15 Andrew Haley <[email protected]> |
861 | ||
862 | * bfd-in.h (elf32_arm_fix_exidx_coverage): Add new flag: | |
863 | merge_exidx_entries. | |
864 | * bfd-in2.h: Likewise. | |
865 | * elf32-arm.c (elf32_arm_fix_exidx_coverage): Likewise. Use it to | |
866 | control merging of exidx entries. | |
9c9c98a5 | 867 | |
41820509 JM |
868 | 2010-04-20 Joseph Myers <[email protected]> |
869 | ||
870 | * elf32-tic6x.h: New. | |
871 | * elf-bfd.h (enum elf_target_id): Define TIC6X_ELF_DATA. | |
872 | * elf32-tic6x.c (struct elf32_tic6x_obj_tdata, elf32_tic6x_tdata, | |
873 | elf32_tic6x_howto_table_rel, elf32_tic6x_info_to_howto_rel, | |
874 | elf32_tic6x_set_use_rela_p, elf32_tic6x_mkobject, | |
875 | elf32_tic6x_new_section_hook, elf32_tic6x_rel_relocation_p, | |
876 | bfd_elf32_mkobject, bfd_elf32_new_section_hook): New. | |
877 | (elf32_tic6x_reloc_type_lookup, elf32_tic6x_reloc_name_lookup, | |
878 | elf32_tic6x_relocate_section): Handle REL relocations. | |
879 | (elf_info_to_howto_rel): Define to elf32_tic6x_info_to_howto_rel. | |
880 | ||
643be349 JJ |
881 | 2010-04-20 Jakub Jelinek <[email protected]> |
882 | ||
883 | * dwarf2.c (find_abstract_instance_name, scan_unit_for_symbols): Treat | |
884 | DW_AT_linkage_name the same as DW_AT_MIPS_linkage_name. | |
885 | ||
c9736ba0 NC |
886 | 2010-04-19 Nick Clifton <[email protected]> |
887 | ||
888 | * archive64.c (bfd_elf64_archive_slurp_armap): Remove unused | |
889 | arhdrpos variable. | |
890 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Add unused | |
891 | attribute to warned variable. Remove unused val, type and type2 | |
892 | variables. | |
893 | ||
11afaeda TG |
894 | 2010-04-16 Andreas Schwab <[email protected]> |
895 | ||
896 | * vms-alpha.c (alpha_vms_link_add_object_symbols): Avoid breaking | |
897 | strict-aliasing rules. | |
c9736ba0 | 898 | |
ddfb684a TG |
899 | 2010-04-16 Tristan Gingold <[email protected]> |
900 | ||
901 | * vms-alpha.c (_bfd_vms_slurp_eihd): Fix typo. | |
902 | (_bfd_vms_get_object_record): Always assume there is a pad byte | |
903 | for alignment. | |
11afaeda | 904 | |
ddfb684a TG |
905 | * vms-lib.c: Add a few comments. |
906 | ||
75375b3e MGD |
907 | 2010-04-15 Matthew Gretton-Dann <[email protected]> |
908 | ||
909 | * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support additions to | |
910 | attributes in v2.08 of the ABI. | |
911 | ||
f526ccf3 AM |
912 | 2010-04-15 Alan Modra <[email protected]> |
913 | ||
914 | * config.bfd (vax*-*-*vms*): Delete. | |
915 | ||
95e34ef7 TG |
916 | 2010-04-14 Tristan Gingold <[email protected]> |
917 | ||
918 | * Makefile.am (BFD32_BACKENDS): Remove vms-gsd.lo, vms-hdr.lo, | |
919 | vms-tir.lo, vms.lo and add vms-alpha.lo | |
920 | (BFD32_BACKENDS_CFILES): Remove vms-gsd.c, vms-hdr.c, | |
921 | vms-tir.c, vms.c and add vms-alpha.c | |
922 | * Makefile.in: Regenerate. | |
923 | * configure.in (TDEFINES): Adjust file list for vms_alpha_vec. | |
924 | Remove vms_vax_vec. | |
925 | * configure: Regenerate. | |
926 | * targets.c (vms_vax_vec): Remove the declaration. | |
927 | (_bfd_target_vector): Remove vms_vax_vec. | |
928 | * vms-alpha.c: New file. | |
929 | * vms-gsd.c: Removed, rewritten in vms-alpha.c | |
930 | * vms-hdr.c: Ditto. | |
931 | * vms-tir.c: Ditto. | |
932 | * vms.c: Ditto. | |
933 | * vms-misc.c: Fix indentation and comments. Replace most of | |
934 | #if VMS_DEBUG/vms_debug with vms_debug2. | |
935 | (_bfd_vms_hash_newfunc): Moved to vms-alpha.c | |
936 | (hash_string): Ditto. | |
937 | (_bfd_vms_length_hash_symbol): Ditto. | |
938 | (maybe_adjust_record_pointer_for_object): Ditto. | |
939 | (_bfd_vms_get_object_record): Ditto. | |
940 | (vms_get_remaining_object_record): Ditto. | |
941 | (_bfd_vms_push): Ditto. | |
942 | (_bfd_vms_pop): Ditto. | |
943 | (_bfd_vms_get_header_values): Removed. | |
944 | (_bfd_vms_get_first_record): Removed. | |
945 | (vms_get_remaining_image_record): Removed. | |
946 | (new_symbol): Removed. | |
947 | (_bfd_vms_enter_symbol): Removed. | |
948 | (_bfd_vms_save_sized_string): Use memcpy instead of strncpy. | |
949 | (_bfd_vms_output_begin): Remove rechead parameter. Replace bfd | |
950 | parameter with struct vms_rec_wr. | |
951 | (_bfd_vms_output_push): Removed and replaced by ... | |
952 | (_bfd_vms_output_begin_subrec): ... new function. | |
953 | (_bfd_vms_output_alignment): Replace bfd parameter with | |
954 | struct vms_rec_wr, and adjust. | |
955 | (_bfd_vms_output_check): Ditto | |
956 | (_bfd_vms_output_byte): Ditto. | |
957 | (_bfd_vms_output_short): Ditto. | |
958 | (_bfd_vms_output_long): Ditto. | |
959 | (_bfd_vms_output_quad): Ditto. | |
960 | (_bfd_vms_output_counted): Ditto. | |
961 | (_bfd_vms_output_dump): Ditto. | |
962 | (_bfd_vms_output_fill): Ditto. | |
963 | (_bfd_vms_output_pop): Removed and replaced by ... | |
964 | (_bfd_vms_output_end_subrec): ... new function. | |
965 | (_bfd_vms_output_flush): Removed. | |
966 | (_bfd_vms_output_align): New function. | |
967 | (_bfd_vms_output_end): Add recwr parameter. Adjust for this new | |
968 | parameter. | |
969 | (vms_convert_to_var): New function imported from vms.c | |
970 | (vms_convert_to_var_1): Ditto. | |
971 | (vms_convert_to_var_unix_filename): Ditto. | |
972 | (vms_get_module_name): Ditto. | |
973 | (get_vms_time_string): Ditto. | |
974 | (vms_time_to_time_t): Ditto. | |
975 | (vms_rawtime_to_time_t): Ditto. | |
976 | * vms.h: All macros for the VMS file format are now in include/vms. | |
977 | Prototypes for vms.c, vms-gsd.c, vms-misc.c, vms-hdr.c, vms-tir.c | |
978 | have been removed. | |
979 | (struct vms_symbol_struct, struct stack_struct): Moved to vms-alpha.c | |
980 | (struct fileinfo, struct srecinfo, struct lineinfo): Ditto. | |
981 | (struct funcinfo, struct vms_private_data_struct): Ditto. | |
982 | (struct vms_section_data_struct): Ditto. | |
983 | (struct vms_rec_rd, stryct vms_rec_wr): New declarations. | |
984 | (vms_get_module_name, get_vms_time_string): New declarations. | |
985 | (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto. | |
986 | (_bfd_vms_output_begin_subrec, _bfd_vms_output_end_subrec): Ditto. | |
987 | (_bfd_vms_save_sized_string, _bfd_vms_save_counted_string): Adjusted. | |
988 | (_bfd_vms_output_begin, _bfd_vms_output_alignment): Ditto. | |
989 | (_bfd_vms_output_end,_bfd_vms_output_check): Ditto. | |
990 | (_bfd_vms_output_byte, _bfd_vms_output_short): Ditto. | |
991 | (_bfd_vms_output_long, _bfd_vms_output_quad): Ditto. | |
992 | (_bfd_vms_output_counted, _bfd_vms_output_dump): Ditto. | |
993 | (_bfd_vms_output_fill): Ditto. | |
994 | (bfd_vms_set_section_flags): Ditto. | |
995 | ||
895fa45f MGD |
996 | 2010-04-14 Matthew Gretton-Dann <[email protected]> |
997 | ||
998 | * elflink.c (_bfd_elf_merge_symbol): Tighten up the test for early | |
999 | exit due to merging the same weak symbol to test that the symbols are | |
1000 | actually weak. | |
1001 | ||
727ac201 AM |
1002 | 2010-04-13 Alan Modra <[email protected]> |
1003 | ||
1004 | * elf64-ppc.c (ppc64_elf_relocate_section): Correct NOP location | |
1005 | when optimizing high got_tlsgd/ld insns. | |
1006 | ||
fe50f439 L |
1007 | 2010-04-10 H.J. Lu <[email protected]> |
1008 | ||
1009 | * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before | |
1010 | define. | |
1011 | (HAVE_PRSTATUS32_T): Likewise. | |
1012 | ||
8bc7f138 L |
1013 | 2010-04-10 H.J. Lu <[email protected]> |
1014 | ||
1015 | PR corefiles/11467 | |
1016 | * configure.in (CORE_HEADER): New. Set to hosts/x86-64linux.h | |
1017 | for x86_64-*-linux*. | |
1018 | * config.in: Regenerated. | |
1019 | * configure: Likewise. | |
1020 | ||
1021 | * elf.c: Include CORE_HEADER if it is defined. | |
1022 | ||
1023 | 2010-04-10 H.J. Lu <[email protected]> | |
1024 | Jan Kratochvil <[email protected]> | |
1025 | ||
1026 | * hosts/x86-64linux.h: New. | |
1027 | ||
3d540e93 NC |
1028 | 2010-04-09 Nick Clifton <[email protected]> |
1029 | ||
1030 | * aoutx.h (aout_link_input_bfd): Remove unused variable sym_count. | |
1031 | * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Remove unused | |
1032 | variables htab and hdr_info and mark info parameter as unused. | |
1033 | * elf.c (prep_headers): Remove unused variable i_phdrp. | |
1034 | (_bfd_elf_write_object_contents): Remove unused variable i_ehdrp. | |
1035 | * elf32-i386.c (elf_i386_relocate_section): Mark variabled warned | |
1036 | as unused. | |
1037 | * peXXigen.c (pe_print_reloc): Remove unused variable datasize. | |
1038 | * verilog.c (verilog_write_section): Remove unused variable | |
1039 | address. | |
1040 | ||
d1a98e0c AM |
1041 | 2010-04-07 Alan Modra <[email protected]> |
1042 | ||
1043 | * warning.m4 (GCC_WARN_CFLAGS): Only add -Wshadow for gcc-4 and above. | |
1044 | * configure: Regenerate. | |
1045 | ||
6f8bcf84 L |
1046 | 2010-04-06 H.J. Lu <[email protected]> |
1047 | ||
1048 | PR ld/11434 | |
1049 | * elf-bfd.h (SYMBOLIC_BIND): Don't bind unique symbol locally. | |
1050 | ||
0e9b2e9a TG |
1051 | 2010-04-06 Tristan Gingold <[email protected]> |
1052 | ||
1053 | * vms-lib.c (_bfd_vms_lib_write_archive_contents): Fix idd flags. | |
1054 | ||
a233b20c JJ |
1055 | 2010-04-05 Jakub Jelinek <[email protected]> |
1056 | ||
604282a7 JJ |
1057 | * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Handle CIE version 4 |
1058 | provided that it has the expected address size and zero segment | |
1059 | length. | |
1060 | ||
a233b20c JJ |
1061 | * dwarf2.c (struct line_head): Add maximum_ops_per_insn field. |
1062 | (struct line_info): Add op_index field, change end_sequence type to | |
1063 | unsigned char. | |
1064 | (new_line_sorts_after): For the same address compare op_index. | |
1065 | (add_line_info): Add op_index argument, store it into the structure. | |
1066 | (decode_line_info): Complain about unknown versions of .debug_line. | |
1067 | Initialize maximum_ops_per_insn. Add op_index state register and | |
1068 | track it. | |
1069 | ||
f2faa800 NS |
1070 | 2010-04-01 Nathan Sidwell <[email protected]> |
1071 | ||
1072 | * elf32-ppc.c (apuinfo_set): New static var. | |
1073 | (ppc_elf_begin_write_processing): Set it here, always create an | |
1074 | APUinfo section if there were any in the inputs. | |
1075 | (ppc_elf_write_section): Check apuinfo_set. | |
1076 | (ppc_elf_final_write_processing): Likewise. | |
1077 | ||
4b544b64 TG |
1078 | 2010-04-01 Tristan Gingold <[email protected]> |
1079 | ||
1080 | * vms.h: Include time.h. Add prototypes for vms_get_module_name, | |
1081 | vms_time_to_time_t and vms_rawtime_to_time_t. | |
1082 | * vms.c (vms_alpha_vec): Add archives support. | |
1083 | * vms-misc.c: Include safe-ctype.h | |
1084 | (vms_get_module_name): New function. | |
1085 | (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto. | |
1086 | * vms-hdr.c (_bfd_vms_write_hdr): Put module name creation to the | |
1087 | vms_get_module_name function. Use this function. | |
1088 | * targets.c: Declare vms_lib_txt_vec. Add it to _bfd_target_vector. | |
1089 | * libbfd-in.h: Add prototype for _bfd_append_relative_path. | |
1090 | Add prototypes for vms-lib.c | |
1091 | * libbfd.h: Regenerate. | |
1092 | * configure.in (TDEFINES): Add an entry for vms_lib_txt_vec. Add | |
1093 | vms-lib.lo to vms_alpha_vec. | |
1094 | * config.bfd (targ_cpu): Add targ_selvecs for alpha*-*-*vms*. | |
1095 | * configure: Regenerate. | |
1096 | * bfd.c: Add selective_search field. | |
1097 | * bfd-in2.h: Regenerate. | |
1098 | * archive.c (append_relative_path): Rename to | |
1099 | _bfd_append_relative_path and make it public. | |
1100 | (_bfd_get_elt_at_filepos): Adjust for above renaming. | |
1101 | * Makefile.am (BFD32_BACKENDS): Add vms-lib.lo | |
1102 | (BFD32_BACKENDS_CFILES): Add vms-lib.c | |
1103 | * Makefile.in: Regenerate. | |
1104 | ||
c07cbdd7 JJ |
1105 | 2010-04-01 Jakub Jelinek <[email protected]> |
1106 | ||
1107 | * dwarf2.c (read_attribute_value): Handle CU version 4 | |
1108 | for DW_FORM_ref_addr, handle DW_FORM_sec_offset, DW_FORM_exprloc | |
1109 | and DW_FORM_flag_present. For unknown form value return NULL. | |
1110 | (scan_unit_for_symbols): For DW_AT_location handle DW_FORM_exprloc | |
1111 | like DW_FORM_block. | |
1112 | (parse_comp_unit): Allow CU version 4. | |
1113 | ||
e236b51d HPN |
1114 | 2010-04-01 Hans-Peter Nilsson <[email protected]> |
1115 | ||
1116 | * elf32-cris.c (cris_elf_relocate_section): Correct first argument | |
1117 | to _bfd_elf_get_dynamic_reloc_section. | |
1118 | (elf_cris_discard_excess_dso_dynamics): Ditto. | |
1119 | ||
b706dc83 KT |
1120 | 2010-03-31 Kai Tietz <[email protected]> |
1121 | ||
1122 | * coff-i386.c (in_reloc_p): Check also for R_SECREL32. | |
1123 | * coff-x86_64.c (in_reloc_p): Check also for R_AMD64_SECREL. | |
1124 | ||
9d6ded02 AM |
1125 | 2010-03-31 Alan Modra <[email protected]> |
1126 | ||
1127 | * elf64-ppc.c (ppc64_elf_relocate_section): Nop out optimized | |
1128 | TPREL16_HI and TPREL16_HA insns. | |
1129 | ||
bfbff9eb HPN |
1130 | 2010-03-31 Hans-Peter Nilsson <[email protected]> |
1131 | ||
1132 | PR ld/11458 | |
1133 | * elf32-cris.c (elf_cris_copy_indirect_symbol): Remove invalid | |
1134 | assert of empty pcrel_relocs_copied on the direct symbol. Instead | |
1135 | of moving the list from the indirect symbol to the direct symbol, | |
1136 | merge into any existing list. | |
1137 | (cris_elf_check_relocs): Store the original section in the | |
1138 | pcrel_relocs_copied list, not the relocation section. | |
1139 | (elf_cris_discard_excess_dso_dynamics): Adjust accordingly to find | |
1140 | the relocation section, for reducing its size. Change the | |
1141 | BFD_ASSERT into a check for the section being read-only, and only | |
1142 | emit warnings and TEXTREL marker when there's an entry for a | |
1143 | read-only section. | |
1144 | ||
41ed1ee7 DJ |
1145 | 2010-03-29 Daniel Jacobowitz <[email protected]> |
1146 | ||
1147 | * elf32-arm.c (using_thumb_only): Handle v6-M. | |
1148 | ||
ddfd6795 AM |
1149 | 2010-03-26 Alan Modra <[email protected]> |
1150 | ||
1151 | * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_EMB_RELSDA>): Not pc-relative. | |
1152 | * bfd-in.h (elf_discarded_section): Clarify comment. | |
1153 | * reloc.c (struct reloc_howto_struct <pc_relative>): Likewise. | |
1154 | * bfd-in2.h: Regenerate. | |
1155 | ||
1352b58a AM |
1156 | 2010-03-26 Matt Rice <[email protected]> |
1157 | ||
1158 | * archive.c (_bfd_compute_and_write_armap): Allow symbols flagged | |
1159 | as unique in the armap. | |
1160 | ||
6abec6bc AM |
1161 | 2010-03-26 Alan Modra <[email protected]> |
1162 | ||
1163 | PR ld/11375 | |
1164 | * elf64-ppc.c (ppc64_elf_relocate_section): Always look up a | |
1165 | possible stub on branches. | |
1166 | ||
40b36596 JM |
1167 | 2010-03-25 Joseph Myers <[email protected]> |
1168 | ||
1169 | * Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo. | |
1170 | (ALL_MACHINES_CFILES): Add cpu-tic6x.c. | |
1171 | (BFD32_BACKENDS): Add elf32-tic6x.lo. | |
1172 | (BFD32_BACKENDS_CFILES): Add elf32-tic6x.c. | |
1173 | * Makefile.in: Regenerate. | |
1174 | * archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New. | |
1175 | (bfd_archures_list): Update. | |
1176 | * config.bfd (tic6x-*-elf): New. | |
1177 | * configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): | |
1178 | New. | |
1179 | * configure: Regenerate. | |
1180 | * cpu-tic6x.c, elf32-tic6x.c: New. | |
1181 | * reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12, | |
1182 | BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7, | |
1183 | BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16, | |
1184 | BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B, | |
1185 | BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W, | |
1186 | BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B, | |
1187 | BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W, | |
1188 | BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H, | |
1189 | BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W, | |
1190 | BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W, | |
1191 | BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31, | |
1192 | BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN, | |
1193 | BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New. | |
1194 | * targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New. | |
1195 | (_bfd_target_vector): Update. | |
1196 | * bfd-in2.h, libbfd.h: Regenerate. | |
1197 | ||
4f608e79 L |
1198 | 2010-03-24 H.J. Lu <[email protected]> |
1199 | ||
1200 | * aout-target.h: Update copyright year. | |
1201 | * aout-tic30.c: Likewise. | |
1202 | * coff-alpha.c: Likewise. | |
1203 | * coff-rs6000.c: Likewise. | |
1204 | * coff64-rs6000.c: Likewise. | |
1205 | * elf64-mips.c: Likewise. | |
1206 | * ieee.c: Likewise. | |
1207 | * libecoff.h: Likewise. | |
1208 | * mach-o-target.c: Likewise. | |
1209 | * mach-o.c: Likewise. | |
1210 | * oasys.c: Likewise. | |
1211 | * targets.c: Likewise. | |
1212 | ||
337660d8 L |
1213 | 2010-03-24 H.J. Lu <[email protected]> |
1214 | ||
1215 | * libbfd-in.h: Update copyright year. | |
1216 | ||
ca4a656b L |
1217 | 2010-03-21 H.J. Lu <[email protected]> |
1218 | ||
1219 | PR ld/11413 | |
1220 | * elflink.c (_bfd_elf_add_default_symbol): Check !executable | |
1221 | instead of shared. | |
1222 | ||
47b2e99c JZ |
1223 | 2010-03-19 Jie Zhang <[email protected]> |
1224 | ||
1225 | * elf32-arm.c (struct section_list): Remove. | |
1226 | (section_list): Remove typedef. | |
1227 | (record_section_with_arm_elf_section_data): Remove. | |
1228 | (find_arm_elf_section_entry): Remove. | |
1229 | (get_arm_elf_section_data): Use is_arm_elf. | |
1230 | (unrecord_section_with_arm_elf_section_data): Remove. | |
1231 | (elf32_arm_new_section_hook): Don't call | |
1232 | record_section_with_arm_elf_section_data. | |
1233 | (elf32_arm_write_section): Set mapcount to -1 when | |
1234 | the map has been used. Don't call | |
1235 | unrecord_section_with_arm_elf_section_data. | |
1236 | (unrecord_section_via_map_over_sections): Remove. | |
1237 | (elf32_arm_close_and_cleanup): Remove. | |
1238 | (elf32_arm_bfd_free_cached_info): Remove. | |
1239 | (bfd_elf32_close_and_cleanup): Don't define. | |
1240 | (bfd_elf32_bfd_free_cached_info): Don't define. | |
1241 | ||
441f34fa L |
1242 | 2010-03-18 H.J. Lu <[email protected]> |
1243 | ||
1244 | PR binutils/11396 | |
1245 | * libcoff-in.h (pe_tdata): Add dont_strip_reloc. | |
1246 | * libcoff.h: Regenerated. | |
1247 | ||
1248 | * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Clear F_RELFLG | |
1249 | if dont_strip_reloc is set. | |
1250 | (_bfd_XX_bfd_copy_private_bfd_data_common): Set | |
1251 | dont_strip_reloc on output if there is no .reloc and | |
1252 | IMAGE_FILE_RELOCS_STRIPPED isn't set in input. | |
1253 | ||
b43420e6 NC |
1254 | 2010-03-18 Wei Guozhi <[email protected]> |
1255 | ||
1256 | PR gas/11323 | |
1257 | * elf32-arm.c (elf32_arm_reloc_map): Map BFD_RELOC_ARM_GOT_PREL to | |
1258 | R_ARM_GOT_PREL. | |
1259 | * reloc.c (BFD_RELOC_ARM_GOT_PREL): New ARM relocation. | |
1260 | * bfd-in2.h: Regenerate. | |
1261 | * libbfd.h: Regenerate. | |
1262 | ||
a1b88b01 L |
1263 | 2010-03-17 H.J. Lu <[email protected]> |
1264 | ||
1265 | * reloc.c (BFD_RELOC_SPU_PIC18): Removed. | |
1266 | (BFD_RELOC_SPU_STUB): Likewise. | |
1267 | ||
4b0f0711 L |
1268 | 2010-03-17 Jie Zhang <[email protected]> |
1269 | ||
1270 | * elf.c (assign_file_positions_for_load_sections): Avoid | |
1271 | overflow. | |
1272 | ||
f4bacdc0 AM |
1273 | 2010-03-17 Alan Modra <[email protected]> |
1274 | ||
93620fdb | 1275 | PR binutils/11382 |
f4bacdc0 AM |
1276 | * plugin.c (bfd_plugin_object_p): Pass iostream to fileno using |
1277 | proper type. | |
1278 | ||
8f73510c AM |
1279 | 2010-03-17 Alan Modra <[email protected]> |
1280 | ||
1281 | * elf32-arm.c (cortex_a8_erratum_scan): Warning fix. | |
1282 | ||
67f0cbdb AM |
1283 | 2010-03-16 Alan Modra <[email protected]> |
1284 | ||
1285 | * elf64-ppc.c (struct ppc_link_hash_table): Add do_toc_opt. | |
1286 | (ppc64_elf_edit_toc): Set it here. | |
1287 | (ha_reloc_match): New function. | |
1288 | (ppc64_elf_relocate_section): Optimize bigtoc insn sequences. | |
1289 | ||
1bbe0902 AM |
1290 | 2010-03-15 Alan Modra <[email protected]> |
1291 | ||
1292 | * elf64-ppc.c (ppc64_elf_has_small_toc_reloc): New function. | |
1293 | * elf64-ppc.h (ppc64_elf_has_small_toc_reloc): Declare. | |
1294 | ||
70cc837d AM |
1295 | 2010-03-14 Alan Modra <[email protected]> |
1296 | ||
1297 | PR ld/11378 | |
1298 | * elf64-ppc.h (ppc64_elf_check_init_fini): Declare. | |
1299 | * elf64-ppc.c (call_check_done): Define. | |
1300 | (ppc64_elf_add_symbol_hook): Substitute bfd_get_section_name macro. | |
1301 | (ppc64_elf_check_relocs, ppc64_elf_size_dynamic_sections): Likewise. | |
1302 | (ppc64_elf_finish_multitoc_partition): Remove unnecessary check. | |
1303 | (toc_adjusting_stub_needed): Use call_check_done rather than toc_off. | |
1304 | Simplify return logic. Iterate over all .init and .fini fragments | |
1305 | by recursion. Set makes_toc_func_call here.. | |
1306 | (ppc64_elf_next_input_section): ..rather than here. | |
1307 | (check_pasted_section, ppc64_elf_check_init_fini): New functions. | |
1308 | ||
7b8f6675 AM |
1309 | 2010-03-13 Alan Modra <[email protected]> |
1310 | ||
1311 | PR ld/11375 | |
1312 | * elf64-ppc.c (ppc_type_of_stub): Always set *hash to the | |
1313 | function descriptor symbol if there is one, not just for plt stubs. | |
1314 | (ppc64_elf_relocate_section): Use fdh on all ppc_get_stub_entry calls. | |
1315 | ||
a6cc6b3b RO |
1316 | 2010-03-05 Rainer Orth <[email protected]> |
1317 | ||
1318 | * elflink.c (bfd_elf_size_dynamic_sections): Don't emit base | |
1319 | version twice. | |
1320 | Skip it when constructing def.vd_next. | |
1321 | ||
1322 | * elf32-i386.c (TARGET_LITTLE_SYM): Redefine to | |
1323 | bfd_elf32_i386_sol2_vec. | |
1324 | (TARGET_LITTLE_NAME): Redefine to elf32-i386-sol2. | |
1325 | (elf32_bed): Redefine to elf32_i386_sol2_bed. | |
1326 | (elf_backend_want_plt_sym): Redefine to 1. | |
1327 | ||
1328 | * elf64-x86-64.c (TARGET_LITTLE_SYM): Redefine to | |
1329 | bfd_elf64_x86_64_sol2_vec. | |
1330 | (TARGET_LITTLE_NAME): Redefine to elf64-x86-64-sol2. | |
1331 | (elf64_bed): Redefine to elf64_x86_64_sol2_bed. | |
1332 | (elf_backend_want_plt_sym): Redefine to 1. | |
1333 | ||
1334 | * config.bfd (i[3-7]86-*-solaris2*): Set targ_defvec to | |
1335 | bfd_elf32_i386_sol2_vec. | |
1336 | Replace bfd_elf64_x86_64_vec by bfd_elf64_x86_64_sol2_vec in | |
1337 | targ64_selvecs. | |
1338 | (x86_64-*-solaris2*): Set targ_defvec to bfd_elf32_i386_sol2_vec. | |
1339 | Replace bfd_elf64_x86_64_vec by bfd_elf64_x86_64_sol2_vec in | |
1340 | targ_selvecs. | |
1341 | ||
1342 | * configure.in: Handle bfd_elf32_i386_sol2_vec, | |
1343 | bfd_elf64_x86_64_sol2_vec. | |
1344 | * configure: Regenerate. | |
1345 | ||
1346 | * targets.c (bfd_elf32_i386_sol2_vec): Declare. | |
1347 | (bfd_elf64_x86_64_sol2_vec): Declare. | |
1348 | (_bfd_target_vector): Add bfd_elf32_i386_sol2_vec, | |
1349 | bfd_elf64_x86_64_sol2_vec. | |
1350 | ||
f7dd8c79 DJ |
1351 | 2010-03-04 Daniel Jacobowitz <[email protected]> |
1352 | ||
1353 | * elf32-arm.c (elf32_arm_output_arch_local_syms): Skip non-program | |
1354 | sections. | |
1355 | ||
8af6b354 AM |
1356 | 2010-03-04 Alan Modra <[email protected]> |
1357 | ||
1358 | PR 11302 | |
1359 | * dwarf2.c (read_abbrevs): Return NULL on alloc failures. | |
1360 | (read_attribute_value, decode_line_info): Likewise. | |
1361 | (add_line_info, read_rangelist): Return FALSE on alloc failures. | |
1362 | (arange_add, sort_line_sequences): Likewise. | |
1363 | (find_abstract_instance_name): Handle failures from called funcs. | |
1364 | (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise. | |
1365 | (find_line): Realloc to a temp, and handle alloc fail. | |
1366 | ||
501abfe0 DJ |
1367 | 2010-03-03 Daniel Jacobowitz <[email protected]> |
1368 | ||
1369 | * elf32-arm.c (elf32_arm_output_arch_local_syms): Do not add | |
1370 | a mapping symbol to an empty section. | |
1371 | ||
5488d830 MGD |
1372 | 2010-03-02 Matthew Gretton-Dann <[email protected]> |
1373 | ||
1374 | * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add a check of the | |
1375 | return value from the call to _bfd_elf_merge_object_attributes. | |
1376 | ||
fe33d2fa CL |
1377 | 2010-03-02 Christophe Lyon <[email protected]> |
1378 | Alan Modra <[email protected]> | |
1379 | ||
1380 | * elf32-arm.c (a8_erratum_fix): Add st_type field to record the | |
1381 | destination mode of the a8 stub. | |
1382 | (elf32_arm_link_hash_table): Add top_id field. | |
1383 | (elf32_arm_link_hash_table_create): Initialize top_id. | |
1384 | (arm_type_of_stub): Update prototype, st_type can now be updated | |
1385 | by this function. Actual destination address in case of PLT is | |
1386 | computed here, to help factorizing code. | |
1387 | (elf32_arm_stub_name): Update prototype, use stub_type additional | |
1388 | parameter to build stub name. | |
1389 | (elf32_arm_get_stub_entry): Update prototype, use stub_type | |
1390 | additional parameter to build stub entry. | |
1391 | (arm_build_one_stub): Use bfd_put_16/bfd_put_32 instead of | |
1392 | put_thumb_insn/put_arm_insn as BE8 encoding is now handled later. | |
1393 | Call elf32_arm_final_link_relocate to process all in-stub | |
1394 | relocations. | |
1395 | (elf32_arm_setup_section_lists): Update top_id. | |
1396 | (cortex_a8_erratum_scan): Record stub destination mode. | |
1397 | (elf32_arm_size_stubs): Update call to arm_type_of_stub according | |
1398 | to new prototype. | |
1399 | (elf32_arm_final_link_relocate): Enable processing of in-stub | |
1400 | REL32 relocations. Rely on arm_type_of_stub to detect if a stub is | |
1401 | needed, enabling code factorization. | |
1402 | (elf32_arm_final_link): Process stub sections. | |
1403 | (elf32_arm_output_map_sym): Add entry to code/data map. | |
1404 | ||
b48ca1d4 DM |
1405 | 2010-03-01 David S. Miller <[email protected]> |
1406 | ||
1407 | * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): When STT_GNU_IFUNC and | |
1408 | h->def_regular, set h->ref_regular. | |
1409 | (allocate_dynrelocs): Only force output of STT_GNU_IFUNC plt entries | |
1410 | and dynamic relocations if h->ref_regular. | |
1411 | ||
679b7c76 DM |
1412 | * elfxx-sparc.c (struct elf_reloc_map): Delete. |
1413 | (sparc_reloc_map): Delete. | |
1414 | (_bfd_sparc_elf_reloc_type_lookup): Explicitly handle each | |
1415 | relocation type in switch statements. | |
1416 | ||
dfa7b0b8 AM |
1417 | 2010-02-25 Alan Modra <[email protected]> |
1418 | ||
1419 | PR ld/11304 | |
1420 | * elf.c (_bfd_elf_init_private_section_data): Rename need_group | |
1421 | to final_link and invert. For final link allow some flags to | |
1422 | differ. Don't specially allow flags to be all zero. | |
1423 | ||
d4a77f3f NC |
1424 | 2010-02-24 Alan Modra <[email protected]> |
1425 | ||
1426 | PR binutils/10858 | |
1427 | * elfxx-mips.c (mips_elf_create_dynamic_relocation): Ise | |
1428 | SYMBOL_REFERENCES_LOCAL to exclude entries from the dynamic symbol | |
1429 | table. | |
1430 | ||
17e57237 NC |
1431 | 2010-02-23 Andrew Zabolotny <[email protected]> |
1432 | ||
1433 | PR binutils/11297 | |
1434 | * elf32-avr.c (elf_avr_howto_table): Add R_AVR_8. | |
1435 | (avr_reloc_map): Map BFD_RELOC_8 to R_AVR_8. | |
1436 | ||
263badd7 AM |
1437 | 2010-02-22 Alan Modra <[email protected]> |
1438 | ||
1439 | * reloc.c (bfd_check_overflow): When forming addrmask, shift | |
1440 | fieldmask left by rightshift. | |
1441 | (_bfd_relocate_contents): Likewise. Use rightshift addrmask in all | |
1442 | overflow checks. | |
1443 | ||
c35bdf6e L |
1444 | 2010-02-20 H.J. Lu <[email protected]> |
1445 | ||
1446 | * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check | |
1447 | STT_GNU_IFUNC on large common symbol. | |
1448 | ||
c16153ae L |
1449 | 2010-02-18 H.J. Lu <[email protected]> |
1450 | ||
1451 | * elf32-i386.c (elf_i386_add_symbol_hook): Don't set | |
1452 | has_ifunc_symbols if the symbol comes from a shared library. | |
1453 | * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise. | |
1454 | * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise. | |
1455 | * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise. | |
1456 | * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise. | |
1457 | * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Likewise. | |
1458 | ||
d0bf826b AM |
1459 | 2010-02-19 Alan Modra <[email protected]> |
1460 | ||
1461 | * elf.c (_bfd_elf_fixup_group_sections): New function, split out from.. | |
1462 | (_bfd_elf_copy_private_header_data): ..here. | |
1463 | * elflink.c (_bfd_elf_size_group_sections): New function. | |
1464 | (bfd_elf_size_dynamic_sections): Call it. | |
1465 | * elf-bfd.h (_bfd_elf_size_group_sections): Declare. | |
1466 | (_bfd_elf_fixup_group_sections): Declare. | |
1467 | ||
cd21e546 MGD |
1468 | 2010-02-18 Matthew Gretton-Dann <[email protected]> |
1469 | ||
1470 | * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for | |
1471 | merging Tag_DIV_use, Tag_MPextension_use, and | |
1472 | Tag_MPextension_use_legacy tags. | |
1473 | ||
415f38a6 AM |
1474 | 2010-02-18 Alan Modra <[email protected]> |
1475 | ||
1476 | * elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15 | |
1477 | commit. Don't write zeros for removed group members. | |
1478 | (_bfd_elf_copy_private_header_data): Adjust size of group section | |
1479 | when group members are removed by objcopy. | |
1480 | ||
b946d5d8 DK |
1481 | 2010-02-15 Dave Korn <[email protected]> |
1482 | ||
1483 | PR binutils/11280 | |
1484 | * configure.host (*-*-solaris2.11): Add host define to select | |
1485 | valid default code page for windres/windmc on solaris. | |
1486 | ||
ab7875de NC |
1487 | 2010-02-15 Nick Clifton <[email protected]> |
1488 | ||
1489 | * po/vi.po: Updated Vietnamese translation. | |
1490 | ||
33811162 DG |
1491 | 2010-02-12 Daniel Gutson <[email protected]> |
1492 | ||
1493 | * elf32-arm.c (elf32_arm_output_arch_local_syms): add | |
1494 | missing mapping symbol to data only sections. | |
1495 | ||
00c50991 DM |
1496 | 2010-02-11 David S. Miller <[email protected]> |
1497 | ||
1498 | * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): For R_SPARC_GOTDATA_OP_HIX22 | |
1499 | and R_SPARC_GOTDATA_OP_LOX10, only bump the GOT refcount for global | |
1500 | symbols. | |
1501 | (_bfd_sparc_elf_gc_sweep_hook): Likewise only decrement the GOT count for | |
1502 | these relocs on global symbols. | |
1503 | (gdopoff): New. | |
1504 | (_bfd_sparc_elf_relocate_section): Perform GOTDATA optimizations on | |
1505 | local symbol references which are not STT_GNU_IFUNC. Handle | |
1506 | relocation of them like R_SPARC_HIX22 and R_SPARC_LOX10 respectively, | |
1507 | and deal with negative vs. non-negative values properly. | |
1508 | ||
1523fa24 TG |
1509 | 2010-02-09 Tristan Gingold <[email protected]> |
1510 | ||
1511 | * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Adjust addend for | |
1512 | non-external relocation. | |
1513 | ||
7865406b AM |
1514 | 2010-02-09 Alan Modra <[email protected]> |
1515 | ||
1516 | * elf64-ppc.c (merge_got_entries): Move earlier in file. | |
1517 | (allocate_dynrelocs): Merge got entries here if not doing multi-toc. | |
1518 | (ppc64_elf_size_dynamic_sections): Similarly merge tlsld_got. | |
1519 | (ppc64_elf_layout_multitoc): Don't resize if we have already | |
1520 | merged got entries. | |
1521 | ||
d7eeb400 MS |
1522 | 2010-02-09 Michael Holzheu <[email protected]> |
1523 | ||
1524 | * elf-bfd.h (elfcore_write_s390_timer, elfcore_write_s390_todcmp, | |
1525 | elfcore_write_s390_todpreg, elfcore_write_s390_ctrs, | |
1526 | elfcore_write_s390_prefix): New. | |
1527 | * elf.c (elfcore_write_s390_timer, elfcore_write_s390_todcmp, | |
1528 | elfcore_write_s390_todpreg, elfcore_write_s390_ctrs, | |
1529 | elfcore_write_s390_prefix): New. | |
1530 | (elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP, | |
1531 | NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX. | |
1352b58a | 1532 | (elfcore_write_register_note): Handle .reg-s390-timer, |
d7eeb400 MS |
1533 | .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs, |
1534 | .reg-s390-prefix section. | |
1535 | ||
f961d9dd AM |
1536 | 2010-02-09 Alan Modra <[email protected]> |
1537 | ||
1538 | * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect | |
1539 | unsigned char. Update variables and code using them throughout file. | |
1540 | (struct ppc_link_hash_entry): Likewise for tls_mask. | |
1541 | ||
d0fae19d AM |
1542 | * elf64-ppc.c (ppc64_elf_layout_multitoc): Don't merge local got ents. |
1543 | ||
d77c8a4b AM |
1544 | * elf64-ppc.c (has_small_toc_reloc): Don't define. |
1545 | (makes_toc_func_call, call_check_in_progress): Shuffle flags. | |
1546 | (struct ppc64_elf_obj_tdata): Add has_small_toc_reloc. Update | |
1547 | code setting the flag. | |
1548 | (ppc64_elf_next_toc_section): Group big-toc sections in | |
1549 | 0x80008000 chunks. | |
1550 | ||
72fbc6e5 DM |
1551 | 2010-02-08 David S. Miller <[email protected]> |
1552 | ||
1553 | * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove sgot, | |
1554 | srelgot, splt, srelplt, and sgotplt members in favor of generic copies. | |
1555 | ||
1556 | * elfxx-sparc.c (create_got_section): Delete. | |
1557 | (_bfd_sparc_elf_create_dynamic_sections): Don't call, the dynamic | |
1558 | section creator does that work for us. Use ->elf.foo instead of | |
1559 | ->foo where applicable. | |
1560 | (_bfd_sparc_elf_check_relocs): Use ->elf.foo instead of ->foo | |
1561 | where applicable. | |
1562 | (allocate_dynrelocs): Likewise. | |
1563 | (_bfd_sparc_elf_size_dynamic_sections): Likewise. | |
1564 | (_bfd_sparc_elf_relocate_section): Likewise. | |
1565 | (sparc_vxworks_build_plt_entry): Likewise. | |
1566 | (_bfd_sparc_elf_finish_dynamic_symbol): Likewise. | |
1567 | (sparc_finish_dyn): Likewise. | |
1568 | (sparc_vxworks_finish_exec_plt): Likewise. | |
1569 | (sparc_vxworks_finish_shared_plt): Likewise. | |
1570 | (_bfd_sparc_elf_finish_dynamic_sections): Likewise. | |
1571 | ||
1572 | * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use the SYMBOL_* | |
1573 | macros for visibilty and locality checks. | |
1574 | (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise. | |
1575 | (allocate_dynrelocs): Likewise. | |
1576 | (_bfd_sparc_elf_relocate_section): Likewise. | |
1577 | (_bfd_sparc_elf_finish_dynamic_symbol):Likewise. | |
1578 | ||
1579 | * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Remove set | |
1580 | but never used local var 'dynobj'. | |
1581 | ||
1582 | * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Handle | |
1583 | nocopyreloc. | |
1584 | ||
d0c9aeb3 DM |
1585 | * reloc.c (BFD_RELOC_SPARC_JMP_IREL): New. |
1586 | (BFD_RELOC_SPARC_IRELATIVE): Likewise. | |
1587 | * bfd-in2.h: Regenerate. | |
1588 | * libbfd.h: Regenerate. | |
1589 | ||
1590 | * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table | |
1591 | and loc_hash_memory. | |
1592 | (_bfd_sparc_elf_link_hash_table_free): Declare. | |
1593 | * elf32-sparc.c (elf32_sparc_add_symbol_hook): New. | |
1594 | (elf_backend_add_symbol_hook, elf_backend_post_process_headers, | |
1595 | bfd_elf32_bfd_link_hash_table_free): Define. | |
1596 | * elf64-sparc.c (elf64_sparc_add_symbol_hook): Set | |
1597 | has_ifunc_symbols if STT_GNU_IFUNC. | |
1598 | (bfd_elf64_bfd_link_hash_table_free): Define. | |
1599 | (elf_backend_post_process_headers): Define always. | |
1600 | * elfxx-sparc.c (sparc_jmp_irel_howto, sparc_irelative_howto): New. | |
1601 | (sparc_reloc_map): Add entries for new IFUNC relocs. | |
1602 | (_bfd_sparc_elf_reloc_type_lookup): Handle new IFUNC relocs. | |
1603 | (_bfd_sparc_elf_info_to_howto_ptr): Likewise. | |
1604 | (elf_sparc_local_htab_hash, elf_sparc_local_htab_eq, | |
1605 | elf_sparc_get_local_sym_hash): New. | |
1606 | (_bfd_sparc_elf_create_dynamic_sections): Move PLT ops initialization | |
1607 | from here... | |
1608 | (_bfd_sparc_elf_link_hash_table_create): ... to here. Allocate | |
1609 | local hash table. | |
1610 | (_bfd_sparc_elf_link_hash_table_free): New. | |
1611 | (create_ifunc_sections): New. | |
1612 | (_bfd_sparc_elf_check_relocs): Unconditionally assign htab->elf.dynobj | |
1613 | and call create_ifunc_sections(). For local STT_GNU_IFUNC symbols | |
1614 | cons up a fake local hash table entry for it. Unconditionally add | |
1615 | a PLT refcount for STT_GNU_IFUNC symbols when h->def_regular. Count | |
1616 | dyn relocs for ifunc. | |
1617 | (_bfd_sparc_elf_adjust_dynamic_symbol): Handle ifunc. | |
1618 | (allocate_dynrelocs): Unconditionally emit a PLT entry when | |
1619 | STT_GNU_IFUNC and h->def_regular. Count GOT dyn relocs for ifunc. | |
1620 | (allocate_local_dynrelocs): New function. | |
1621 | (_bfd_sparc_elf_size_dynamic_sections): Invoke it over the local hash | |
1622 | table. Emit dynamic relocs to irelplt when not shared. Treat iplt | |
1623 | like splt. | |
1624 | (_bfd_sparc_elf_relocate_section): Handle ifunc relocations by hand. | |
1625 | (_bfd_sparc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc | |
1626 | plt in iplt/irelplt. | |
1627 | ||
9ea2b942 RS |
1628 | 2010-02-08 Richard Sandiford <[email protected]> |
1629 | ||
1630 | * xcofflink.c (_bfd_xcoff_bfd_final_link): When calculating | |
1631 | max_contents_size, only consider sections whose contents must | |
1632 | be swapped in. | |
1633 | ||
0b8bcf0d AM |
1634 | 2010-02-09 Alan Modra <[email protected]> |
1635 | ||
1636 | * elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here.. | |
1637 | (ppc64_elf_size_dynamic_sections): ..and here.. | |
1638 | (merge_got_entries): ..rather than here. | |
1639 | ||
33c0ec9d AM |
1640 | 2010-02-09 Alan Modra <[email protected]> |
1641 | ||
1642 | * elf64-ppc.c (struct ppc_link_hash_table): Add do_multi_toc. | |
1643 | (has_small_toc_reloc): Define. | |
1644 | (ppc64_elf_check_relocs): Set the above flags. | |
1645 | (ppc64_elf_edit_opd): Delete obfd param. | |
1646 | (ppc64_elf_tls_optimize): Likewise. | |
1647 | (ppc64_elf_edit_toc): Likewise. | |
1648 | (ppc64_elf_tls_setup): Likewise. Add no_multi_toc param. | |
1649 | * elf64-ppc.h: Update prototypes. | |
1650 | ||
b0dddeec AM |
1651 | 2010-02-08 Alan Modra <[email protected]> |
1652 | ||
1653 | * section.c (struct bfd_section): Delete has_tls_reloc, | |
1654 | has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done. | |
1655 | Add sec_flg0 thru sec_flg5. | |
1656 | (BFD_FAKE_SECTION): Update for changed flags. | |
1657 | * ecoff.c (bfd_debug_section): Likewise. | |
1658 | * elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define. | |
1659 | * elf64-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define. | |
1660 | (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Update. | |
1661 | * elf32-xtensa.c (reloc_done): Define. | |
1662 | * elfxx-ia64.c (skip_relax_pass_0, skip_relax_pass_1): Update. | |
1663 | * bfd-in2.h: Regenerate. | |
1664 | ||
06988dfc TG |
1665 | 2010-02-08 Tristan Gingold <[email protected]> |
1666 | ||
1667 | * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern | |
1668 | for non-scattered relocations. | |
1669 | ||
deddc40b NS |
1670 | 2010-02-08 Nathan Sidwell <[email protected]> |
1671 | ||
1672 | * elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty | |
1673 | apuinfo sections, only scan input sections once and reuse the | |
1674 | buffer. | |
1675 | ||
ce3d2015 AM |
1676 | 2010-02-08 Philipp Tomsich <[email protected]> |
1677 | ||
1678 | * archures.c (bfd_mach_ppc_titan): Define. | |
1679 | * bfd-in2.h: Regenerate. | |
1680 | * cpu-powerpc.c (bfd_powerpc_archs): Add titan entry. | |
1681 | ||
06a162cf AM |
1682 | 2010-02-08 Alan Modra <[email protected]> |
1683 | ||
1684 | * elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code. | |
1685 | ||
4c348442 SA |
1686 | 2010-02-05 Sterling Augustine <[email protected]> |
1687 | ||
1688 | * elf.c (assign_file_positions_for_load_sections) Update lma of | |
1689 | section if necessary. Fixes Bugzilla 11219. | |
1690 | ||
6bbec505 L |
1691 | 2010-02-05 H.J. Lu <[email protected]> |
1692 | ||
1693 | * elf32-i386.c: Remove trailing white spaces. | |
1694 | * elf64-x86-64.c: Likewise. | |
1695 | ||
4dfe6ac6 NC |
1696 | 2010-02-03 Nick Clifton <[email protected]> |
1697 | ||
1698 | * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add | |
1699 | entries for other architectures. | |
1700 | (struct elf_link_hash_table): Add hash_table_id field. | |
1701 | (elf_hash_table_id): New accessor macro. | |
1702 | * elflink.c (_bfd_elf_link_hash_table_init): Add target_id | |
1703 | parameter. | |
1704 | * elf-m10300.c (elf32_mn10300_hash_table): Check table id before | |
1705 | returning cast pointer. | |
1706 | (elf32_mn10300_link_hash_table_create): Identify new table as | |
1707 | containing MN10300 extensions. | |
1708 | (mn10300_elf_relax_section): Check pointer returned by | |
1709 | elf32_mn10300_hash_table. | |
1710 | * elf32-arm.c: Likewise, except using ARM extensions. | |
1711 | * elf32-avr.c: Likewise, except using AVR extensions. | |
1712 | * elf32-bfin.c: Likewise, except using BFIN extensions. | |
1713 | * elf32-cris.c: Likewise, except using CRIS extensions. | |
1714 | * elf32-frv.c: Likewise, except using FRV extensions. | |
1715 | * elf32-hppa.c: Likewise, except using HPPA32 extensions. | |
1716 | * elf32-i386.c: Likewise, except using I386 extensions. | |
1717 | * elf32-lm32.c: Likewise, except using LM32 extensions. | |
1718 | * elf32-m32r.c: Likewise, except using M32RM extensions. | |
1719 | * elf32-m68hc11.c: Likewise, except using M68HC11 extensions. | |
1720 | * elf32-m68hc1x.c: Likewise, except using M68HC11 extensions. | |
1721 | * elf32-m68hc1x.h: Likewise, except using M68HC11 extensions. | |
1722 | * elf32-m68k.c: Likewise, except using M68K extensions. | |
1723 | * elf32-microblaze.c: Likewise, except using MICROBLAZE extensions. | |
1724 | * elf32-ppc.c: Likewise, except using PPC32 extensions. | |
1725 | * elf32-s390.c: Likewise, except using S390 extensions. | |
1726 | * elf32-sh.c: Likewise, except using SH extensions. | |
1727 | * elf32-spu.c: Likewise, except using SPU extensions. | |
1728 | * elf32-xtensa.c: Likewise, except using XTENSA extensions. | |
1729 | * elf64-alpha.c: Likewise, except using ALPHA extensions. | |
1730 | * elf64-hppa.c: Likewise, except using HPPA64 extensions. | |
1731 | * elf64-ppc.c: Likewise, except using PPC64 extensions. | |
1732 | * elf64-s390.c: Likewise, except using S390 extensions. | |
1733 | * elf64-x86-64.c: Likewise, except using X86_64 extensions. | |
1734 | * elfxx-ia64.c: Likewise, except using IA64 extensions. | |
1735 | * elfxx-mips.c: Likewise, except using MIPS extensions. | |
1736 | * elfxx-sparc.c: Likewise, except using SPARC extensions. | |
1737 | * elfxx-sparc.h: Likewise, except using SPARC extensions. | |
1738 | * elf32-cr16.c (struct elf32_cr16_link_hash_table): Delete | |
1739 | redundant structure. | |
1740 | (elf32_cr16_hash_table): Delete unused macro. | |
1741 | (elf32_cr16_link_hash_traverse): Delete unused macro. | |
1742 | * elf32-score.c: Likewise. | |
1743 | * elf32-score7.c: Likewise. | |
1744 | * elf32-vax.c: Likewise. | |
1745 | * elf64-sh64.c: Likewise. | |
1746 | ||
927be08e AM |
1747 | 2010-02-03 Alan Modra <[email protected]> |
1748 | ||
1749 | * elf64-ppc.c (struct plt_entry): Move earlier in file. | |
1750 | (struct got_entry): Likewise. Add is_indirect and got.ent fields. | |
1751 | (struct ppc64_elf_obj_tdata): Change tlsld_got to be a struct got_entry. | |
1752 | Update all uses. | |
1753 | (struct ppc_link_hash_table): Add got_reli_size and second_toc_pass. | |
1754 | Remove no_multi_toc. | |
1755 | (update_local_sym_info, ppc64_elf_check_relocs): Clear is_indirect | |
1756 | when allocating a new struct got_entry. | |
1757 | (allocate_got): New function, extracted from.. | |
1758 | (allocate_dynrelocs): ..here. Abort on got entry in non-ppc64 bfd. | |
1759 | (ppc64_elf_size_dynamic_sections): Track got relocs allocated in | |
1760 | .reliplt by got_reli_size. Set owner on ppc64_tlsld_got entries. | |
1761 | (ppc64_elf_setup_section_lists): Remove output_bfd param and | |
1762 | no_multi_toc, add add_stub_section and layout_sections_again. Stash | |
1763 | new params in htab. Extract some code to.. | |
1764 | (ppc64_elf_start_multitoc_partition): ..here. New function. | |
1765 | (ppc64_elf_next_toc_section): Check for linker script errors. Handle | |
1766 | second pass toc scan. | |
1767 | (merge_got_entries, merge_global_got, reallocate_got): New functions. | |
1768 | (ppc64_elf_reinit_toc): Rename to.. | |
1769 | (ppc64_elf_finish_multitoc_partition): ..this. | |
1770 | (ppc64_elf_layout_multitoc): New function. | |
1771 | (ppc64_elf_size_stubs): Delete output_bfd, add_stub_section and | |
1772 | layout_sections_again params. | |
1773 | (ppc64_elf_relocate_section): Handle indirect got entries. | |
1774 | * elf64-ppc.h: Update prototypes. Declare new functions. | |
1775 | ||
4339cae0 L |
1776 | 2010-02-02 H.J. Lu <[email protected]> |
1777 | ||
1778 | * elf-bfd.h (elfcore_write_xstatereg): New. | |
1779 | ||
1780 | * elf.c (elfcore_grok_xstatereg): New. | |
1781 | (elfcore_write_xstatereg): Likewise. | |
1782 | (elfcore_grok_note): Handle NT_X86_XSTATE. | |
1783 | (elfcore_write_register_note): Handle .reg-xstate section. | |
1784 | ||
9848eadf TG |
1785 | 2010-02-01 Tristan Gingold <[email protected]> |
1786 | ||
1787 | * som.c (som_write_ar_hdr): Define this macro. | |
1788 | ||
f6fd0237 DA |
1789 | 2010-01-30 John David Anglin <[email protected]> |
1790 | ||
1791 | * elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L, | |
1792 | R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations that use the | |
1793 | linkage table pointer to use the global table pointer if not doing | |
1794 | a shared link. | |
1795 | ||
a1504221 JB |
1796 | 2010-01-29 Joel Brobecker <[email protected]> |
1797 | ||
1798 | * elf.c (elfcore_grok_lwpstatus): Do not overwrite the core signal | |
1799 | if it has already been set. | |
1800 | ||
771deb08 TG |
1801 | 2010-01-27 Tristan Gingold <[email protected]> |
1802 | ||
1803 | * vms.h: Remove trailing spaces. | |
1804 | (struct hdr_struct): Remove unused hdr_c_cpr field. | |
1805 | (enum file_format_enum): Add comments. | |
1806 | * vms.c (vms_bfd_print_private_bfd_data): New function that | |
1807 | replaces the macro. | |
1808 | Remove trailing spaces. | |
1809 | * vms-misc.c: Improve comments. | |
1810 | (_bfd_vms_get_object_record): Also handle files without pads. | |
1811 | * vms-hdr.c (_bfd_vms_write_dbg): Fix format string. | |
1812 | * vms-gsd.c (struct flagdescstruct): Make name field const. | |
1813 | (gsyflagdesc): Fix typo. | |
1814 | ||
bf102f86 AM |
1815 | 2010-01-27 Alan Modra <[email protected]> |
1816 | ||
1817 | PR ld/11217 | |
1818 | * elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec. | |
1819 | (ppc64_elf_setup_section_lists): Init them. | |
1820 | (ppc64_elf_next_toc_section): Don't partition multi-toc between .got | |
1821 | and .toc on the same input file. | |
1822 | (ppc64_elf_relocate_section): Correct GOT entry offset. | |
1823 | ||
8f95b6e4 TG |
1824 | 2010-01-26 Tristan Gingold <[email protected]> |
1825 | ||
1826 | * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add initializer for write_ar_hdr. | |
1827 | (bfd_target): Add _bfd_write_ar_hdr_fn field. | |
1828 | * archive.c (is_bsd44_extended_name): New macro. | |
1829 | (_bfd_generic_read_ar_hdr_mag): Use it. Add extra_size. | |
1830 | (bfd_slurp_armap): Also check for "__.SYMDEF" as a BSD4.4 extended | |
1831 | name. | |
1832 | (_bfd_archive_bsd44_construct_extended_name_table): New function. | |
1833 | (_bfd_generic_write_ar_hdr): Ditto. | |
1834 | (_bfd_bsd44_write_ar_hdr): Ditto. | |
1835 | (_bfd_write_archive_contents): Call _bfd_write_ar_hdr. | |
1836 | (bsd_write_armap): Adjust firstreal computation. | |
1837 | * libbfd-in.h (struct areltdata): Add extra_size field. | |
1838 | (_bfd_generic_write_ar_hdr): Add prototype. | |
1839 | (_bfd_bsd44_write_ar_hdr): Ditto. | |
1840 | (_bfd_write_ar_hdr): Define. | |
1841 | (_bfd_noarchive_write_ar_hdr): Ditto. | |
1842 | (_bfd_archive_bsd_write_ar_hdr): Ditto. | |
1843 | (_bfd_archive_coff_write_ar_hdr): Ditto. | |
1844 | (_bfd_archive_bsd44_slurp_armap): Ditto. | |
1845 | (_bfd_archive_bsd44_slurp_extended_name_table): Ditto. | |
1846 | (_bfd_archive_bsd44_construct_extended_name_table): New prototype. | |
1847 | (_bfd_archive_bsd44_truncate_arname): Ditto. | |
1848 | (_bfd_archive_bsd44_write_armap): Ditto. | |
1849 | (_bfd_archive_bsd44_read_ar_hdr): Ditto. | |
1850 | (_bfd_archive_bsd44_write_ar_hdr): Ditto. | |
1851 | (_bfd_archive_bsd44_openr_next_archived_file): Ditto. | |
1852 | (_bfd_archive_bsd44_get_elt_at_index): Ditto. | |
1853 | (_bfd_archive_bsd44_generic_stat_arch_elt): Ditto. | |
1854 | (_bfd_archive_bsd44_update_armap_timestamp): Ditto. | |
1855 | * libbfd.h: Regenerate. | |
1856 | * oasys.c (oasys_write_ar_hdr): Define. | |
1857 | * libecoff.h (_bfd_ecoff_write_ar_hdr): Define. | |
1858 | * ieee.c (ieee_write_ar_hdr): Define. | |
1859 | * elf64-mips.c (bfd_elf64_archive_write_ar_hdr): Define. | |
1860 | * coff-rs6000.c (rs6000coff_vec): Adjust for write_ar_hdr field. | |
1861 | (bfd_pmac_xcoff_backend_data): Ditto. | |
1862 | * coff64-rs6000.c (rs6000coff64_vec): Ditto. | |
1863 | (bfd_xcoff_aix5_backend_data): Ditto. | |
1864 | * coff-alpha.c (alpha_ecoff_write_ar_hdr): Define. | |
1865 | * aout-target.h (MY_write_ar_hdr): Define it if not defined. | |
1866 | * aout-tic30.c (MY_write_ar_hdr): Ditto. | |
1867 | * mach-o-target.c (TARGET_NAME): Use _bfd_archive_bsd44 archive. | |
1868 | (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr) | |
1869 | (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table) | |
1870 | (bfd_mach_o_construct_extended_name_table) | |
1871 | (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap) | |
1872 | (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt) | |
1873 | (bfd_mach_o_update_armap_timestamp): Moved to mach-o.c | |
1874 | * mach-o.c (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr) | |
1875 | (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table) | |
1876 | (bfd_mach_o_construct_extended_name_table) | |
1877 | (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap) | |
1878 | (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt) | |
1879 | (bfd_mach_o_update_armap_timestamp): Moved from mach-o-target.c | |
1880 | * bfd-in2.h: Regenerate. | |
1881 | ||
98da7939 L |
1882 | 2010-01-26 Alan Modra <[email protected]> |
1883 | H.J. Lu <[email protected]> | |
1884 | ||
1885 | PR ld/11218 | |
1886 | * elflink.c (elf_link_output_extsym): Do not ignore undefined | |
1887 | symbols with ref_regular set when gc_sections is active. | |
1888 | ||
766bc656 AM |
1889 | 2010-01-25 Alan Modra <[email protected]> |
1890 | ||
1891 | PR ld/11217 | |
1892 | * elf64-ppc.c (ppc64_elf_tls_optimize): Optimize tls sequences | |
1893 | with relocations against undefined weak symbols. | |
1894 | (ppc64_elf_relocate_section): Don't optimize calls to undefined | |
1895 | weak functions if the symbol is dynamic. | |
1896 | (ppc64_elf_relocate_section): Edit tprel tls sequences. | |
1897 | * elf32-ppc.c (ppc_elf_relocate_section): Likewise. | |
1898 | (_bfd_elf_ppc_at_tprel_transform): New function. | |
1899 | * bfd-in.h (_bfd_elf_ppc_at_tprel_transform): Declare. | |
1900 | * bfd-in2.h: Regenerate. | |
1901 | ||
c865e45b RS |
1902 | 2010-01-23 Richard Sandiford <[email protected]> |
1903 | ||
1904 | * coff-rs6000.c (xcoff_howto_table): Change size to 0 and bitsize to 1. | |
1905 | (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_NONE. | |
1906 | * coff64-rs6000.c (xcoff64_howto_table): Change size to 0 and | |
1907 | bitsize to 1. | |
1908 | (xcoff64_reloc_type_lookup): Handle BFD_RELOC_NONE. | |
1909 | ||
b918acf9 NC |
1910 | 2010-01-21 Nick Clifton <[email protected]> |
1911 | ||
1912 | * elflink.c (elf_link_add_object_symbols): Look up name of | |
1913 | undefined symbol both before and after versioning has been | |
1914 | applied. Do not bother with symbols that are weakly undefined. | |
1915 | ||
55786da2 | 1916 | 2010-01-21 Andreas Krebbel <[email protected]> |
b918acf9 | 1917 | |
55786da2 AK |
1918 | * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function. |
1919 | (bfd_elf32_bfd_merge_private_bfd_data): New macro definition. | |
1920 | ||
a37a68dd CC |
1921 | 2010-01-19 Cary Coutant <[email protected]> |
1922 | ||
1923 | * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8. | |
1924 | ||
ecd12bc1 AM |
1925 | 2010-01-19 Daisuke Hatayama <[email protected]> |
1926 | Alan Modra <[email protected]> | |
1927 | ||
1352b58a | 1928 | * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff. |
ecd12bc1 AM |
1929 | (elf_object_p): Read e_phnum extension. |
1930 | (elf_write_shdrs_and_ehdr): Write e_phnum extension. | |
1352b58a | 1931 | * elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check |
ecd12bc1 AM |
1932 | that we can read last program header. |
1933 | ||
f6ebfac0 AM |
1934 | 2010-01-19 Matthew Gretton-Dann <[email protected]> |
1935 | ||
1936 | * elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of | |
1937 | R_ARM_THM_CALL entry. | |
1938 | (elf32_arm_final_link_relocate): Correct calculation of | |
1939 | reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22, | |
1940 | or R_ARM_THM_JUMP24 relocation. | |
1941 | ||
22eb4b1d AM |
1942 | 2010-01-18 Alan Modra <[email protected]> |
1943 | ||
1944 | PR 11168 | |
1945 | * coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C | |
1946 | block past vars in COFF_IMAGE_WITH_PE block. Report error on more | |
1947 | than 32k sections. | |
1948 | ||
6ec12636 JK |
1949 | 2010-01-15 Jan Kratochvil <[email protected]> |
1950 | ||
1951 | Fix compilation warning on gcc-3.4. | |
1952 | * vms-tir.c (start_etir_record, sto_imm): Rename the prototype | |
1953 | parameter index to sec_index according to the function definition. | |
1954 | ||
38a7df63 CF |
1955 | 2010-01-13 Chao-ying Fu <[email protected]> |
1956 | ||
1957 | * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B. | |
1958 | It is true for all CPUs. | |
1959 | (jal_reloc_p): New function. | |
1960 | (mips_elf_calculate_relocation): Rename require_jalxp to | |
1961 | cross_mode_jump_p. | |
1962 | Update comment for CROSS_MODE_JUMP_P. | |
1963 | Set up cross_mode_jump_p based on the mode change. | |
1964 | (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p. | |
1965 | Update comment for CROSS_MODE_JUMP_P. | |
1966 | Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx. | |
1967 | Use !cross_mode_jump_p to guard conversion. | |
1968 | Convert "jr t9" to "b", if possible. | |
1969 | (_bfd_mips_elf_relocate_section): Rename require_jalx to | |
1970 | cross_mode_jump_p. | |
1971 | Pass &cross_mode_jump_p to call mips_elf_calculate_relocation. | |
1972 | Pass cross_mode_jump_p to call mips_elf_perform_relocation. | |
1973 | ||
91b9a4a4 NC |
1974 | 2010-01-13 Nick Clifton <[email protected]> |
1975 | ||
1976 | * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for | |
1977 | "m32c" returns the m32c arch_info_struct and not the m16c | |
1978 | arch_info_struct. | |
1979 | (arch_info_struct): Use the new scan function. | |
1980 | (bfd_m32c_arch): Likewise. | |
1981 | ||
618b7301 TG |
1982 | 2010-01-13 Tristan Gingold <[email protected]> |
1983 | ||
1984 | * config.bfd: Remove duplicated target vector for i386-*-darwin. | |
1985 | Appends new arch instead of overriding. | |
1986 | Use mach_o_x86_64_vec for x86_64-*-darwin. | |
1987 | * configure.in: Add mach_o_x86_64_vec. | |
1988 | * configure: Regenerate. | |
1989 | * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector. | |
1990 | * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo | |
1991 | (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c | |
1992 | * Makefile.in: Regenerate. | |
1993 | * mach-o-x86-64.c: New file. | |
1994 | ||
f88af2f1 TG |
1995 | 2010-01-13 Tristan Gingold <[email protected]> |
1996 | ||
1997 | * reloc.c: Add MACH_O_X86_64 relocations. | |
1998 | * bfd-in2.h: Regenerate. | |
1999 | * libbfd.h: Regenerate. | |
2000 | ||
19172f39 TG |
2001 | 2010-01-13 Tristan Gingold <[email protected]> |
2002 | ||
2003 | * archive.c (normalize): Use lbasename. | |
2004 | (bfd_bsd_truncate_arname): Ditto. | |
2005 | (bfd_gnu_truncate_arname): Ditto. | |
2006 | ||
6cdb8d82 TG |
2007 | 2010-01-12 Tristan Gingold <[email protected]> |
2008 | ||
2009 | * makefile.vms (CFLAGS): Turns warnings into informational messages. | |
2010 | ||
9a753de0 TG |
2011 | 2010-01-11 Tristan Gingold <[email protected]> |
2012 | ||
2013 | * mach-o.h: Add x86-64 relocation types. | |
2014 | ||
42fa0891 TG |
2015 | 2010-01-11 Tristan Gingold <[email protected]> |
2016 | ||
2017 | * mach-o.h (bfd_mach_o_backend_data): Add arch field. | |
2018 | (bfd_mach_o_set_arch_mach): New prototype. | |
2019 | * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject. | |
2020 | (bfd_mach_o_set_arch_mach): New function. | |
2021 | (bfd_mach_o_gen_mkobject): New function. | |
2022 | Set TARGET_ARCHITECTURE for the generic back-ends. | |
2023 | * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define. | |
2024 | Check that TARGET_ARCHITECTURE is defined. | |
2025 | Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure. | |
2026 | * mach-o-i386.c (TARGET_ARCHITECTURE): Define. | |
2027 | ||
cba0723b TG |
2028 | 2010-01-11 Tristan Gingold <[email protected]> |
2029 | ||
19172f39 | 2030 | * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap. |
cba0723b | 2031 | |
4d421096 NC |
2032 | 2010-01-11 Nick Clifton <[email protected]> |
2033 | ||
2034 | * elf32-v850.c (v850_elf_perform_relocation): Fix overflow | |
2035 | handling of R_V850_HI16_S relocation. | |
2036 | ||
20b1d3e3 AM |
2037 | 2010-01-11 Alan Modra <[email protected]> |
2038 | ||
2039 | PR 11103 | |
2040 | * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment. | |
2041 | ||
a358ecb8 AM |
2042 | 2010-01-11 Alan Modra <[email protected]> |
2043 | ||
2044 | PR 6832 | |
2045 | * dwarf2.c (struct comp_unit): Add sec_info_ptr. | |
2046 | (find_abstract_instance_name): Use it. | |
2047 | (parse_comp_unit): Set it. | |
2048 | ||
3725885a RW |
2049 | 2010-01-09 Ralf Wildenhues <[email protected]> |
2050 | ||
2051 | * Makefile.in: Regenerate. | |
2052 | * configure: Regenerate. | |
2053 | ||
3ee87829 TG |
2054 | 2010-01-08 Tristan Gingold <[email protected]> |
2055 | ||
2056 | * archive.c: Remove bfd_special_undocumented_glue. | |
2057 | ||
fb34365b AM |
2058 | 2010-01-08 Alan Modra <[email protected]> |
2059 | ||
2060 | PR ld/11133 | |
2061 | * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook. | |
2062 | * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise. | |
2063 | * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise. | |
2064 | ||
d023c380 L |
2065 | 2010-01-07 H.J. Lu <[email protected]> |
2066 | ||
2067 | PR ld/11138 | |
2068 | * elflink.c (elf_link_check_versioned_symbol): Don't abort if | |
2069 | a symbol referenced by DSO is is defined in a non-shared object | |
2070 | and forced local. | |
2071 | ||
bde6f3eb L |
2072 | 2010-01-07 H.J. Lu <[email protected]> |
2073 | ||
2074 | PR ld/11133 | |
2075 | * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for | |
2076 | undefined __start_XXX/__stop_XXX in all input files and set | |
2077 | SEC_KEEP. | |
2078 | ||
16583161 L |
2079 | 2010-01-07 H.J. Lu <[email protected]> |
2080 | ||
2081 | PR ld/11143 | |
2082 | * elflink.c (elf_gc_sweep): Keep SHT_NOTE section. | |
2083 | ||
16231b7b DG |
2084 | 2010-01-04 Daniel Gutson <[email protected]> |
2085 | ||
2086 | * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC | |
2087 | before including procfs.h. | |
2088 | (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise. | |
2089 | * configure.in: Added autoconf probe for the pr_fpreg member. | |
2090 | * configure: Regenerated. | |
2091 | * config.in: Regenerated. | |
2092 | * elf.c: Define _STRUCTURE_PROC before including procfs.h. | |
2093 | ||
608fa8d3 JB |
2094 | 2010-01-04 Joel Brobecker <[email protected]> |
2095 | ||
2096 | Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64). | |
2097 | * dwarf2.c (concat_filename): Rename dirname with dir_name | |
2098 | to void shadowing the dirname function. | |
2099 | Rename subdirname with subdir_name to stay consistent with | |
2100 | the new dir_name variable name. | |
2101 | ||
0dc93057 AM |
2102 | 2010-01-04 Edmar Wienskoski <[email protected]> |
2103 | ||
2104 | * archures.c: Add bfd_mach_ppc_e500mc64. | |
2105 | * bfd-in2.h: Regenerate. | |
2106 | * cpu-powerpc.c (bfd_powerpc_archs): Add entry for | |
2107 | bfd_mach_ppc_e500mc64. | |
2108 | ||
baf9bed3 JB |
2109 | 2010-01-01 Joel Brobecker <[email protected]> |
2110 | ||
2111 | Fix -Wshadow warnings (seen on ppc-aix) | |
2112 | * xcofflink.c: Replace finfo by flinfo throughout. | |
2113 | ||
43ecc30f | 2114 | For older changes see ChangeLog-2009 |
56882138 AM |
2115 | \f |
2116 | Local Variables: | |
2117 | mode: change-log | |
2118 | left-margin: 8 | |
2119 | fill-column: 74 | |
2120 | version-control: never | |
2121 | End: |