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