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