*** empty log message ***
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
1c0d3aa6
NC
12006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
2
3 * cpu-score.c: New file.
4 * elf32-score.c: New file.
5 * config.bfd: Add Score target.
6 * Makefile.am: Add Score files.
7 * Makefile.in: Regenerate.
8 * archures.c: Add Score architecture.
9 * reloc.c: Add Score relocs.
10 * targets.c: Add Score target vectors.
11 * bfd-in2.h: Regenerate.
12 * libbfd.h: Regenerate.
13 * configure.in: Add Score target.
14 * configure: Regenerate.
15
0112cd26
NC
162006-09-16 Nick Clifton <nickc@redhat.com>
17 Pedro Alves <pedro_alves@portugalmail.pt>
18
19 * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant
20 string as its argument and emits the string followed by a comma
21 and then the length of the string.
22 (CONST_STRNEQ): New macro. Checks to see if a variable string
23 has a constant string as its initial characters.
24 (CONST_STRNCPY): New macro. Copies a constant string to the start
25 of a variable string.
26 * bfd-in2.h: Regenerate.
27 * archive.c: Make use of the new macros.
28 * archive64.c: Likewise.
29 * bfd.c: Likewise.
30 * coff-ppc.c: Likewise.
31 * coff-stgo32.c: Likewise.
32 * coffcode.h: Likewise.
33 * cofflink.c: Likewise.
34 * cpu-i960.c: Likewise.
35 * dwarf2.c: Likewise.
36 * ecoff.c: Likewise.
37 * elf-m10300.c: Likewise.
38 * elf.c: Likewise.
39 * elf32-arm.c: Likewise.
40 * elf32-bfin.c: Likewise.
41 * elf32-cris.c: Likewise.
42 * elf32-hppa.c: Likewise.
43 * elf32-i370.c: Likewise.
44 * elf32-i386.c: Likewise.
45 * elf32-iq2000.c: Likewise.
46 * elf32-m32r.c: Likewise.
47 * elf32-m68hc11.c: Likewise.
48 * elf32-m68hc12.c: Likewise.
49 * elf32-m68k.c: Likewise.
50 * elf32-mcore.c: Likewise.
51 * elf32-ppc.c: Likewise.
52 * elf32-s390.c: Likewise.
53 * elf32-sh-symbian.c: Likewise.
54 * elf32-sh.c: Likewise.
55 * elf32-sh64.c: Likewise.
56 * elf32-v850.c: Likewise.
57 * elf32-vax.c: Likewise.
58 * elf32-xtensa.c: Likewise.
59 * elf64-alpha.c: Likewise.
60 * elf64-hppa.c: Likewise.
61 * elf64-mmix.c: Likewise.
62 * elf64-ppc.c: Likewise.
63 * elf64-s390.c: Likewise.
64 * elf64-sh64.c: Likewise.
65 * elf64-x86-64.c: Likewise.
66 * elflink.c: Likewise.
67 * elfxx-ia64.c: Likewise.
68 * elfxx-mips.c: Likewise.
69 * elfxx-sparc.c: Likewise.
70 * hpux-core.c: Likewise.
71 * i386linux.c: Likewise.
72 * ieee.c: Likewise.
73 * libpei.h: Likewise.
74 * linker.c: Likewise.
75 * m68klinux.c: Likewise.
76 * mmo.c: Likewise.
77 * nlmcode.h: Likewise.
78 * osf-core.c: Likewise.
79 * pef.c: Likewise.
80 * som.c: Likewise.
81 * sparclinux.c: Likewise.
82 * vms-hdr.c: Likewise.
83
30288845
AM
842006-09-14 Alan Modra <amodra@bigpond.net.au>
85
86 PR 3182
87 * elf.c (_bfd_elf_copy_private_header_data): Fix group members
88 that have had their SHT_GROUP section removed.
89
41198d0c
L
902006-09-12 H.J. Lu <hongjiu.lu@intel.com>
91
92 PR ld/3197
93 * elflink.c (elf_link_output_extsym): Compute bucket only if
94 needed.
95
168dd667
L
962006-09-10 H.J. Lu <hongjiu.lu@intel.com>
97
98 PR binutils/3186
99 * elf.c (_bfd_elf_make_section_from_shdr): Correct length of
100 "gnu.linkonce.wi.".
101
b0fead2b
RE
1022006-09-08 Vladimir Prus <vladimir@codesourcery.com>
103
104 * elf32-arm.c (elf32_arm_swap_symbol_out): Remove
105 unconditional setting of low bit for Thumb symbol
106 mistakenly left behind after check for external
107 symbols was added. Fix comment typo.
108
55255dae
L
1092006-09-07 H.J. Lu <hongjiu.lu@intel.com>
110
111 * elf-bfd.h (elf_link_hash_entry): Add a dynamic field.
112 (bfd_elf_link_mark_dynamic_symbol): New.
113 (SYMBOLIC_BIND): New.
114
115 * elf32-i386.c (elf_i386_check_relocs): Replace info->symbolic
116 with SYMBOLIC_BIND (info, h).
117 (elf_i386_relocate_section): Likewise.
118 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
119 (elf64_x86_64_relocate_section): Likewise.
120 * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
121
122 * elflink.c (bfd_elf_link_mark_dynamic_symbol): New.
123 (bfd_elf_record_link_assignment): Call
124 bfd_elf_link_mark_dynamic_symbol on new entry.
125 (_bfd_elf_merge_symbol): Likewise.
126 (_bfd_elf_export_symbol): Return if the symbol isn't exported.
127 (_bfd_elf_fix_symbol_flags): Replace info->symbolic with
128 SYMBOLIC_BIND (info, h).
129 (_bfd_elf_dynamic_symbol_p): Likewise.
130 (_bfd_elf_symbol_refs_local_p): Likewise.
131 (bfd_elf_size_dynamic_sections): Updated.
132
7a2ec0a6
L
1332006-09-05 Bibo Mao <bibo.mao@intel.com>
134
135 PR binutils/3171
136 * coffcode.h (coff_write_object_contents): Set the optional
137 header magic number to PE32PMAGIC instead of ZMAGIC for ia64.
138
2cab6cc3
MS
1392006-09-04 Mark Shinwell <shinwell@codesourcery.com>
140
141 * elf32-arm.c (elf32_arm_howto_table_1): Adjust entries for
142 R_ARM_THM_ALU_PREL_11_0 and R_ARM_THM_PC12 relocations.
143 (elf32_arm_final_link_relocate): Handle R_ARM_THM_ALU_PREL_11_0
144 and R_ARM_THM_PC12 relocations.
145
74869ac7
BW
1462006-08-24 Bob Wilson <bob.wilson@acm.org>
147
148 * elf32-xtensa.c (xtensa_get_property_section_name): Delete.
149 (xtensa_get_property_section): New.
150 (xtensa_read_table_entries): Use xtensa_get_property_section.
151 (relax_property_section, xtensa_get_property_predef_flags): Handle
152 group name suffixes in property section names.
153 (match_section_group): New.
154
174660ce
NC
1552006-08-23 Frediano Ziglio <Frediano.Ziglio@vodafone.com>
156
157 * archive.c (hpux_uid_gid_encode): Fix thinko decrementing "cnt"
158 variable.
159
b34b2d70
DJ
1602006-08-22 Daniel Jacobowitz <dan@codesourcery.com>
161
162 * elf32-arm.c (elf32_arm_copy_indirect_symbol): Only copy
163 plt_thumb_refcount from indirect symbols.
164
5c5f6e17
AM
1652006-08-22 Alan Modra <amodra@bigpond.net.au>
166
167 * elf32-ppc.c (ppc_elf_relocate_section): Correct GOT and PLT HA
168 reloc handling.
169 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
170
87bc043a
MS
1712006-08-21 Mark Shinwell <shinwell@codesourcery.com>
172
173 * elf32-arm.c (elf32_arm_link_hash_table): Correct typo in
174 comment for target1_is_rel.
175
7148cc28
NC
1762006-08-21 Pedro Alves <pedro_alves@portugalmail.pt>
177
178 * Makefile.am: Add rules to build pe-arm-wince.lo
179 and pei-arm-wince.lo objects.
180 * Makefile.in: Regenerate.
181 * pe-arm-wince.c: New file.
182 * pei-arm-wince.c: New file.
183 * pei-arm.c: Remove ARM_WINCE block.
184 * pe-arm.c: Remove ARM_WINCE block. Rename
185 bfd_arm_pe_allocate_interworking_sections,
186 bfd_arm_pe_get_bfd_for_interworking, and
187 bfd_arm_pe_process_before_allocation to
188 bfd_armpe_allocate_interworking_sections,
189 bfd_armpe_get_bfd_for_interworking, and
190 bfd_armpe_process_before_allocation. Move them before
191 including bfd.h.
192 * bfd.c: ARM wince bfd format names were renamed. Adjust.
193 * coff-arm.c [ARM_WINCE]: Adjust so Windows CE doesn't end up
194 with unexpected/conflicting relocs.
195 * targets.c: The arm-wince-pe target got its own new vector.
196 Adjust.
197 * config.bfd: Likewise.
198 * configure.in: Likewise.
199 * configure: Regenerate.
200
a4fd1a8e
PB
2012006-08-18 Paul Brook <paul@codesourcery.com>
202
203 * elf32-arm.c (elf32_arm_link_hash_entry): Add export_glue.
204 (elf32_arm_link_hash_newfunc): Initialize export_glue.
205 (record_arm_to_thumb_glue): Return stub symbol.
206 (elf32_arm_create_thumb_stub): New function.
207 (elf32_arm_to_thumb_stub): Use it.
208 (elf32_arm_to_thumb_export_stub): New function.
209 (elf32_arm_begin_write_processing): New function.
210 (allocate_dynrelocs): Allocate Arm stubs.
211 (elf_backend_begin_write_processing): Define.
212 (elf32_arm_symbian_begin_write_processing): Remove ATTRIBUTE_UNUSED.
213 Call elf32_arm_begin_write_processing.
214
ee4bf8d2
AM
2152006-08-17 Alan Modra <amodra@bigpond.net.au>
216
217 * elf64-ppc.c (create_linkage_sections): Align .glink to 8 bytes.
218 (ppc64_elf_build_stubs): Use new lazy linking stub.
219
12c0f757
AM
2202006-08-17 Alan Modra <amodra@bigpond.net.au>
221
222 * elf64-ppc.c (ppc64_elf_size_stubs): Ignore non-code sections.
223
c9df6640
L
2242006-08-16 H.J. Lu <hongjiu.lu@intel.com>
225
226 PR ld/3015
227 * elf.c (get_program_header_size): Add a PT_GNU_RELRO segment
228 only if there is a PT_DYNAMIC segment.
229 (_bfd_elf_map_sections_to_segments): Likewise.
230 (assign_file_positions_for_load_sections): Set PT_GNU_RELRO
231 segment alignment to 1.
232
8992f0d7
TS
2332006-08-15 Thiemo Seufer <ths@mips.com>
234 Nigel Stephens <nigel@mips.com>
235
236 * elf32-mips.c, elf64-mips.c, elfn32-mips.c
237 (elf_backend_merge_symbol_attribute): Define.
238 * elflink.c (elf_link_add_object_symbols): Merge only the ELF
239 visibility flags.
240 * elfxx-mips.c (_bfd_mips_elf_merge_symbol_attribute): New function.
241
4be041b2
TS
2422006-08-15 Thiemo Seufer <ths@mips.com>
243 Nigel Stephens <nigel@mips.com>
244 David Ung <davidu@mips.com>
245
246 * config.bfd: Add configurations for mips*el-sde-elf* and
247 mips*-sde-elf*.
248
eb13e63f
DD
2492006-08-14 DJ Delorie <dj@redhat.com>
250
251 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add value.
252 (elf32_mn10300_count_hash_table_entries): New.
253 (elf32_mn10300_list_hash_table_entries): New.
254 (sort_by_value): New.
255 (mn10300_elf_relax_section): Don't skip data sections; restrict
256 code-specific tests to code-specific areas so that potential
257 indirect calls can be detected. Check for multiple local symbols
258 at the same address and merge their flags.
259 (elf32_mn10300_link_hash_newfunc): Initialize value.
260
b59eed79
TS
2612006-08-14 Thiemo Seufer <ths@mips.com>
262
263 * elfxx-mips.c (_bfd_mips_elf_symbol_processing,
264 _bfd_mips_elf_add_symbol_hook): Don't try to place small common TLS
265 symbols in .scommon.
266
54938e2a
TS
2672006-08-11 Thiemo Seufer <ths@mips.com>
268
269 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Set
270 sh_entsize only when sgot was already initialized.
271
f725025b
DD
2722006-08-08 DJ Delorie <dj@redhat.com>
273
274 * elf32-sh.c (sh_elf_relax_section): Allow for branches across
275 non-moving .align directives. Preserve any DIR32 offset when
276 converting bsr's to jsr's.
277
aa8a7074
AM
2782006-08-08 Alan Modra <amodra@bigpond.net.au>
279
280 * elf64-ppc.c (ppc64_elf_build_stubs): Clear relbrlt reloc_count
281 after stubs have been built.
282
527a23b8
NC
2832006-08-07 Nick Clifton <nickc@redhat.com>
284
285 * elf32-sh.c (vxworks_object_p): Only check for vxworks target
286 vectors if they are going to be created.
287
7b12cedc
NC
2882006-08-07 Nick Clifton <nickc@redhat.com>
289
290 * configure.in (bfd_elf32_shnbsd_vec): Fix typo.
291 * configure: Regenerate.
292
0be038d6
NC
2932006-08-07 Nick Clifton <nickc@redhat.com>
294
295 * coff-arm.c (coff_arm_rtype_to_howto): Only check for ARM_SECREL
296 relocation types if the target is ARM_WINCE.
297
f0927246
NC
2982006-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
299
300 * bfd.c (bfd_get_sign_extend_vma): Add cases for pe-arm-little
301 and pei-arm-little.
302 * coff-arm.c (coff_arm_rtype_to_howto) [COFF_WITH_PE]: Handle
303 ARM_SECREL.
304 (coff_arm_reloc_type_lookup): Map BFD_RELOC_32_SECREL to
305 ARM_SECREL.
306 * pe-arm.c [COFF_SECTION_ALIGNMENT_ENTRIES]: Define.
307 * pei-arm.c [TARGET_UNDERSCORE]: Define for ARM_WINCE like in
308 pe-arm.c.
309 [COFF_SECTION_ALIGNMENT_ENTRIES]: Define.
310
c17d87de
NC
3112006-08-04 Marcelo Tosatti <marcelo@kvack.org>
312
313 * elflink.c (elf_gc_sweep): If info.print_gc_sections is true,
314 list removed sections to stderr.
315
55e6e397
RS
3162006-08-04 Richard Sandiford <richard@codesourcery.com>
317 Kazu Hirata <kazu@codesourcery.com>
318 Phil Edwards <phil@codesourcery.com>
319 Nathan Sidwell <nathan@codesourcery.com>
320
321 * config.bfd (sh-*-vxworks): Use bfd_elf32_shvxworks_vec and
322 bfd_elf32_shlvxworks_vec.
323 * configure.in (bfd_elf32_sh64_vec): Add elf-vxworks.lo.
324 (bfd_elf32_sh64l_vec, bfd_elf32_sh64lin_vec): Likewise.
325 (bfd_elf32_sh64blin_vec, bfd_elf32_sh64lnbsd_vec): Likewise.
326 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh_vec): Likewise.
327 (bfd_elf32_shblin_vec, bfd_elf32_shl_vec): Likewise.
328 (bfd_elf32_shl_symbian_vec, bfd_elf32_shlin_vec): Likewise.
329 (bfd_elf32_shlnbsd_vec, bfd_elf32_shnbsd_vec): Likewise.
330 (bfd_elf32_shlvxworks_vec, bfd_elf32_shvxworks_vec): New stanzas.
331 * configure: Regenerate.
332 * Makefile.am: Regenerate dependencies.
333 * Makefile.in: Regenerate.
334 * elf-vxworks.c (elf_vxworks_gott_symbol_p): New function.
335 (elf_vxworks_add_symbol_hook): Use it.
336 (elf_vxworks_link_output_symbol_hook): Likewise. Use the hash
337 table entry to check for weak undefined symbols and to obtain
338 the original bfd.
339 (elf_vxworks_emit_relocs): Use target_index instead of this_idx.
340 * elf32-sh-relocs.h: New file, split from elf32-sh.c.
341 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
342 SH_SRC_MASK32 for the src_mask field, and SH_ELF_RELOC for the
343 special_function field.
344 (R_SH_REL32): Use SH_PARTIAL32 and SH_SRC_MASK32 here too.
345 (R_SH_REL32, R_SH_TLS_GD_32, R_SH_TLS_LD_32): Likewise.
346 (R_SH_TLS_LDO_32, R_SH_TLS_IE_32, R_SH_TLS_LE_32): Likewise.
347 (R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32, R_SH_TLS_TPOFF32): Likewise.
348 (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT): Likewise.
349 (R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Likewise.
350 (SH_PARTIAL32, SH_SRC_MASK32, SH_ELF_RELOC): Undefine at end of file.
351 * elf32-sh.c: Include elf32-vxworks.h.
352 (MINUS_ONE): Define.
353 (sh_elf_howto_table): Include elf32-sh-relocs.h with SH_PARTIAL32
354 set to TRUE, SH_SRC_MASK32 set to 0xffffffff, and SH_ELF_RELOC set
355 to sh_elf_reloc.
356 (sh_vxworks_howto_table): New variable. Include elf32-sh-relocs.h
357 with SH_PARTIAL32 set to FALSE, SH_SRC_MASK32 set to 0, and
358 SH_ELF_RELOC set to bfd_elf_generic_reloc.
359 (vxworks_object_p, get_howto_table): New functions.
360 (sh_elf_reloc_type_lookup): Fix typo. Use get_howto_table.
361 (sh_elf_info_to_howto): Use get_howto_table.
362 (sh_elf_relax_section): Honor the partial_inplace field of the
363 R_SH_DIR32 howto.
364 (sh_elf_relax_delete_bytes): Likewise.
365 (elf_sh_plt_info): New structure.
366 (PLT_ENTRY_SIZE): Replace both definitions with...
367 (ELF_PLT_ENTRY_SIZE): ...this new macro, with separate definitions for
368 INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
369 (elf_sh_plt0_entry_be): Update sizes of both definitions accordingly.
370 (elf_sh_plt0_entry_le): Likewise.
371 (elf_sh_plt_entry_be, elf_sh_plt_entry_le): Likewise.
372 (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le): Likewise.
373 (elf_sh_plts): New structure, with separate definitions for
374 INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
375 (elf_sh_plt0_entry): Delete both definitions.
376 (elf_sh_plt_entry, elf_sh_pic_plt_entry): Likewise.
377 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset): Likewise.
378 (elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset): Likewise.
379 (elf_sh_plt_reloc_offset): Likewise.
380 (movi_shori_putval): Delete in favor of...
381 (install_plt_field): ...this new function, with separate definitions
382 for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
383 (get_plt_info): New function, with separate definitions
384 for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
385 (elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset): Delete.
386 (VXWORKS_PLT_HEADER_SIZE, VXWORKS_PLT_ENTRY_SIZE): New macros.
387 (vxworks_sh_plt0_entry_be, vxworks_sh_plt0_entry_le): New constants.
388 (vxworks_sh_plt_entry_be, vxworks_sh_plt_entry_le): Likewise.
389 (vxworks_sh_pic_plt_entry_be, vxworks_sh_pic_plt_entry_le): Likewise.
390 (get_plt_index, get_plt_offset): New functions.
391 (elf_sh_link_hash_table): Add srelplt2, plt_info and vxworks_p fields.
392 (sh_elf_link_hash_table_create): Initialize them.
393 (sh_elf_create_dynamic_sections): Call
394 elf_vxworks_create_dynamic_sections for VxWorks.
395 (allocate_dynrelocs): Use htab->plt_info to get the size of PLT
396 entries. Allocate relocation entries in .rela.plt.unloaded if
397 generating a VxWorks executable.
398 (sh_elf_always_size_sections): New function.
399 (sh_elf_size_dynamic_sections): Extend .rela.plt handling to
400 .rela.plt.unloaded.
401 (sh_elf_relocate_section): Use get_howto_table. Honor
402 partial_inplace when calculating the addend for dynamic
403 relocations. Use get_plt_index.
404 (sh_elf_finish_dynamic_symbol): Use get_plt_index, install_plt_field
405 and htab->plt_info. Fill in the bra .plt offset for VxWorks
406 executables. Populate .rela.plt.unloaded. Do not make
407 _GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
408 (sh_elf_finish_dynamic_sections): Use install_plt_field and
409 htab->plt_info. Handle cases where there is no special PLT header.
410 Populate the first relocation in .rela.plt.unloaded and fix up
411 the remaining entries.
412 (sh_elf_plt_sym_val): Use get_plt_info.
413 (elf_backend_always_size_sections): Define.
414 (TARGET_BIG_SYM, TARGET_BIG_NAME): Override for VxWorks.
415 (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
416 (elf32_bed, elf_backend_want_plt_sym): Likewise.
417 (elf_symbol_leading_char, elf_backend_want_got_underscore): Likewise.
418 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Likewise.
419 (elf_backend_add_symbol_hook): Likewise.
420 (elf_backend_link_output_symbol_hook): Likewise.
421 (elf_backend_emit_relocs): Likewise.
422 (elf_backend_final_write_processing): Likewise.
423 (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Likewise.
424 * targets.c (bfd_elf32_shlvxworks_vec): Declare.
425 (bfd_elf32_shvxworks_vec): Likewise.
426 (_bfd_target_vector): Include bfd_elf32_shlvxworks_vec and
427 bfd_elf32_shvxworks_vec.
428
e33533a4
MK
4292006-08-02 Mark Kettenis <kettenis@gnu.org>
430
431 * configure.in (arm-*-openbsd*): Set COREFILE to netbsd-core.lo.
432 * configure: Regenerate.
433
9d7cbccd
NC
4342006-08-02 Petr Salinger <Petr.Salinger@seznam.cz>
435
436 PR binutils/2983
437 * elf64-x86-64.c: Add FreeBSD support.
438 (elf64_x86_64_fbsd_post_process_headers): New function.
439 * targets.c (_bfd_target_vector): Add bfd_elf64_x86_64_freebsd_vec.
440 * config.bfd (x64_64-*-freebsd*): Add bfd_elf64_x86_64_freebsd_vec
441 to the targ_selvecs.
442 * configure.in: Add entry for bfd_elf64_x86_64_freebsd_vec.
443 * configure: Regenerate.
444
f72c3e6b
AS
4452006-07-26 Andreas Schwab <schwab@suse.de>
446
447 * elfxx-ia64.c (elfNN_ia64_choose_gp): Use rawsize if set.
448
252e386e
AM
4492006-07-26 Alan Modra <amodra@bigpond.net.au>
450
451 * elf.c (elf_modify_segment_map): Delete empty PT_LOAD segments.
452 * elf32-xtensa.c (elf_xtensa_modify_segment_map): Delete.
453 (define elf_backend_modify_segment_map): Don't define.
454
2907b861
TS
4552006-07-25 Thiemo Seufer <ths@networkno.de>
456
457 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Allow
458 linking of objects for compatible machine types.
459
c000e262
TS
4602006-07-25 Thiemo Seufer <ths@networkno.de>
461
462 * elfxx-mips.c (mips_elf_next_relocation): Tighten check to test
463 also for same symbol.
464
37caec6b
TS
4652006-07-25 Thiemo Seufer <ths@mips.com>
466
467 * elfxx-mips.c (mips_elf_calculate_relocation): Remove magic constant.
468
ff15b240
NC
4692006-07-24 Michael Wetherell <mike.wetherell@ntlworld.com>
470
471 * elf.c (bfd_section_from_shdr): Reject unrecognised OS-specific
472 sections only if the SHF_OS_NONCONFORMING flag is present.
473
4e22f78d
NC
4742006-07-24 Nick Clifton <nickc@redhat.com>
475
476 PR ld/2729
477 * peXXigen.c (_bfd_XXi_final_link_postscript): Check for the
478 existance of output sections before putting their entries into the
479 DataDictionary.
480
35d3d567
TS
4812006-07-20 Thiemo Seufer <ths@mips.com>
482
483 * elf32-mips.c (mips16_jump_reloc): Remove function.
484 (elf_mips16_howto_table_rel): Use _bfd_mips_elf_generic_reloc
485 instead of mips16_jump_reloc.
486 * elf64_mips.c, wlfn32-mips.c (mips16_jump_reloc): Remove function.
487 (elf_mips16_howto_table_rel, elf_mips16_howto_table_rela): Use
488 _bfd_mips_elf_generic_reloc instead of mips16_jump_reloc.
489
5061a885
AM
4902006-07-19 Alan Modra <amodra@bigpond.net.au>
491
492 * bfd-in.h (enum notice_asneeded_action): Define.
493 * bfd-in2.h: Regenerate.
494 * elflink.c (elf_link_add_object_symbols): Call linker "notice"
495 function with NULL name for as-needed handling.
496
16805f35
PB
4972006-07-18 Paul Brook <paul@codesourcery.com>
498
499 * bfd-in2.h: Regenerate.
500 * libbfd.h: Regenerate.
501 * reloc.c: Add BFD_RELOC_ARM_T32_ADD_IMM.
502
e0764319
NC
5032006-07-18 Nick Clifton <nickc@redhat.com>
504
505 * elfxx-mips.c (_bfd_mips_elf_common_definition): New function.
506 Consider SHN_MIPS_ACOMMON and SHN_MIPS_SCOMMON as being common
507 sections.
508 * elfxx-mips.h (_bfd_mips_elf_common_definition): Prototype.
509
2ccdbfcc
JJ
5102006-07-14 Jakub Jelinek <jakub@redhat.com>
511
512 * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Fix cinfo.shift2 value.
513
0b33793d
MK
5142006-07-14 Mark Kettenis <kettenis@gnu.org>
515
516 * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
517 to the start of a block.
518
230d6d81
NC
5192006-07-13 Nick Clifton <nickc@redhat.com>
520
521 * coff-sh.c (_bfd_sh_align_load_span): Catch sh_insn_info()
522 returning a NULL value.
523
d2dee3b2
L
5242006-07-12 H.J. Lu <hongjiu.lu@intel.com>
525
526 PR ld/2884
527 * elflink.c (_bfd_elf_merge_symbol): Copy the symbol info from
528 the old versioned dynamic definition to the new one with
529 non-default visibility. Hide the symbol if it is hidden or
530 internal.
531
fb405f8a
RS
5322006-07-12 Matthew R. Dempsky <mrd@alkemio.org>
533
534 * cpu-m68k.c (bfd_m68k_compatible): Handle CPU32.
535
fdc90cb4
JJ
5362006-07-10 Jakub Jelinek <jakub@redhat.com>
537
538 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_GNU_HASH.
539 (bfd_section_from_shdr, elf_fake_sections, assign_section_numbers):
540 Handle SHT_GNU_HASH.
541 (special_sections_g): Include .gnu.hash section.
542 (bfd_elf_gnu_hash): New function.
543 * elf-bfd.h (bfd_elf_gnu_hash, _bfd_elf_hash_symbol): New prototypes.
544 (struct elf_backend_data): Add elf_hash_symbol method.
545 * elflink.c (_bfd_elf_link_create_dynamic_sections): Create .hash
546 only if info->emit_hash, create .gnu.hash section if
547 info->emit_gnu_hash.
548 (struct collect_gnu_hash_codes): New type.
549 (elf_collect_gnu_hash_codes, elf_renumber_gnu_hash_syms,
550 _bfd_elf_hash_symbol): New functions.
551 (compute_bucket_count): Don't compute HASHCODES array, instead add
552 that and NSYMS as arguments. Use bed->s->sizeof_hash_entry
553 instead of bed->s->arch_size / 8. Fix .hash size estimation.
554 When not optimizing, use the number of hashed symbols rather than
555 dynsymcount.
556 (bfd_elf_size_dynamic_sections): Only add DT_HASH if info->emit_hash,
557 and ADD DT_GNU_HASH if info->emit_gnu_hash.
558 (bfd_elf_size_dynsym_hash_dynstr): Size .hash only if info->emit_hash,
559 adjust compute_bucket_count caller. Create and populate .gnu.hash
560 section if info->emit_gnu_hash.
561 (elf_link_output_extsym): Only populate .hash section if
562 finfo->hash_sec != NULL.
563 (bfd_elf_final_link): Adjust assertion. Handle DT_GNU_HASH.
564 * elfxx-target.h (elf_backend_hash_symbol): Define if not yet defined.
565 (elfNN_bed): Add elf_backend_hash_symbol.
566 * elf64-x86-64.c (elf64_x86_64_hash_symbol): New function.
567 (elf_backend_hash_symbol): Define.
568 * elf32-i386.c (elf_i386_hash_symbol): New function.
569 (elf_backend_hash_symbol): Define.
570
cfc9dfb1
NC
5712006-07-05 Nick Clifton <nickc@redhat.com>
572
573 PR ld/2659
574 * cofflink.c (_bfd_coff_link_input_bfd): Fix selection of aux
575 entry when multiple definitions of a symbol are encountered.
576
10efb593
L
5772006-06-30 H.J. Lu <hongjiu.lu@intel.com>
578
579 * elf32-i386.c (elf_i386_relocate_section): Use xchg %ax,%ax
580 instead of 2 nops.
581 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
582 (elf64_x86_64_plt0_entry): Use nopl 0(%rax) instead of 4 nops.
583
ebcfb3c0
JJ
5842006-06-29 Jakub Jelinek <jakub@redhat.com>
585
586 PR ld/2513
587 * elf32-i386.c (GOT_TLS_MASK, GOT_TLS_IE_IE, GOT_TLS_IE_GD,
588 GOT_TLS_IE_MASK, elf_i386_check_relocs, allocate_dynrelocs): Revert
589 2006-04-08 changes.
590 (elf_i386_relocate_section): Likewise. For GD->IE transition
591 change subl into addl whenever tls_type is GOT_TLS_IE_POS.
592
62d7a5f6
AM
5932006-06-23 Alan Modra <amodra@bigpond.net.au>
594
595 PR ld/2754
596 * elf.c (bfd_elf_mkobject): Don't alloc if already done. Set
597 program_header_size to -1.
598 (_bfd_elf_map_sections_to_segments): Adjust program_header_size check.
599 (assign_file_positions_for_load_sections ): Likewise.
600 (_bfd_elf_sizeof_headers): Use saved program_header_size if
601 available.
602 * elf32-arm.c (elf32_arm_mkobject): Call bfd_elf_mkobject, don't
603 alloc if already done.
604 * elf32-i386.c (elf_i386_mkobject): Likewise.
605 * elf32-ppc.c (ppc_elf_mkobject): Likewise.
606 * elf32-s390.c (elf_s390_mkobject): Likewise.
607 * elf32-sh.c (sh_elf_mkobject): Likewise.
608 * elf64-alpha.c (elf64_alpha_mkobject): Likewise.
609 * elf64-ppc.c (ppc64_elf_mkobject): Likewise.
610 * elf64-s390.c (elf_s390_mkobject): Likewise.
611 * elf64-x86-64.c (elf64_x86_64_mkobject): Likewise.
612 * elfxx-sparc.c (_bfd_sparc_elf_mkobject): Likewise.
613
6a4a0940
JJ
6142006-06-20 Jakub Jelinek <jakub@redhat.com>
615
616 * elflink.c (elf_link_add_object_symbols): Don't create .tcommon
617 section for relocatable link.
618
e36284ab
AM
6192006-06-21 Alan Modra <amodra@bigpond.net.au>
620
621 * elf-bfd.h (struct elf_backend_data): Add
622 elf_backend_modify_program_headers.
623 * elfxx-target.h (elf_backend_modify_program_headers): Define.
624 (elfNN_bed): Init new field.
625 * elf.c (elf_modify_segment_map): Remove comment.
626 (assign_file_positions_for_load_sections): Only call
627 elf_modify_segment_map for objcopy/strip.
628 (assign_file_positions_except_relocs): Call
629 elf_backend_modify_program_headers.
630 * elf32-frv.c (elf32_frvfdpic_always_size_sections): Don't make
631 .stack section.
632 (elf32_frvfdpic_modify_segment_map): Delete.
633 (elf32_frvfdpic_modify_program_headers): New.
634 (elf_backend_modify_segment_map): Don't define.
635 (elf_backend_modify_program_headers): Define.
636 * elf32-bfin.c (elf32_bfinfdpic_always_size_sections): Don't make
637 .stack section.
638 (elf32_bfinfdpic_modify_segment_map): Delete.
639 (elf32_bfinfdpic_modify_program_headers): New.
640 (elf_backend_modify_segment_map): Don't define.
641 (elf_backend_modify_program_headers): Define.
642 * elfxx-ia64.c (elfNN_ia64_modify_program_headers): New function.
643 Split out from..
644 (elfNN_ia64_modify_segment_map): ..here.
645 (elf_backend_modify_program_headers): Define.
646
ed66ec07
JJ
6472006-06-20 Jakub Jelinek <jakub@redhat.com>
648
649 * bfd.c (bfd_record_phdr): Clear p_align and p_align_valid fields.
650 * elf.c (_bfd_elf_link_hash_table_init): Clear hplt field.
651
8ded5a0f
AM
6522006-06-20 Alan Modra <amodra@bigpond.net.au>
653
654 * elf-bfd.h: Formatting.
655 (_bfd_elf_map_sections_to_segments): Declare.
656 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame_hdr): Don't
657 clear program_header_size.
658 * elf.c (get_program_header_size): Move. Don't use or set saved
659 program_header_size here.
660 (elf_modify_segment_map): New function. Split out from..
661 (assign_file_positions_for_load_sections): ..here. Assert
662 header size is correct. Remove dead code.
663 (_bfd_elf_map_sections_to_segments): Rename from
664 map_sections_to_segments. Make global. Use get_program_header_size
665 when we need estimate of header size. Call elf_modify_segment_map.
666 Set program_header_size.
667 (print_segment_map): Delete.
668 (_bfd_elf_sizeof_headers): If segment_map available, get the
669 actual size.
670 * elf32-arm.c (elf32_arm_symbian_modify_segment_map): Make safe
671 for calling more than once.
672 * elf32-bfin.c (elf32_bfinfdpic_modify_segment_map): Likewise.
673 * elf32-frv.c (elf32_frvfdpic_modify_segment_map): Likewise.
674 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Likewise.
675 * elf32-i370.c (elf_backend_add_symbol_hook): Delete.
676 (elf_backend_additional_program_headers): Delete.
677 (elf_backend_modify_segment_map): Delete.
678 * elf64-hppa.c (elf64_hppa_modify_segment_map): Convert to ISO C.
679 * elfxx-ia64.c (elfNN_ia64_modify_segment_map): Likewise.
680 * doc/bfdint.texi: Delete SIZEOF_HEADERS difficulties.
681
0fa3dcad
PB
6822006-06-19 Vladimir Prus <vladimir@codesourcery.com>
683
684 * elf32-arm.c (elf32_arm_swap_symbol_out): Don't set low
685 bit for undefined symbols.
686
a6b96beb
AM
6872006-06-19 Alan Modra <amodra@bigpond.net.au>
688
689 * elf-bfd.h (struct elf_backend_data): Add bfd_link_info pointer
690 parameter.
691 (_bfd_elf_sizeof_headers): Replace bfd_boolean param with
692 bfd_link_info pointer.
693 * targets.c (struct bfd_target <_bfd_sizeof_headers>): Likewise.
694 * bfd.c (bfd_sizeof_headers): Tweak param name.
695 * aout-adobe.c (aout_adobe_sizeof_headers): Adjust.
696 * aoutx.h (NAME (aout, sizeof_headers)): Adjust.
697 * binary.c (binary_sizeof_headers): Adjust.
698 * bout.c (b_out_sizeof_headers): Adjust.
699 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Adjust.
700 * coff64-rs6000.c (xcoff64_sizeof_headers): Adjust.
701 * coffgen.c (coff_sizeof_headers): Adjust.
702 * ecoff.c (_bfd_ecoff_sizeof_headers): Adjust.
703 (ecoff_compute_section_file_positions): Adjust.
704 (_bfd_ecoff_write_object_contents): Adjust.
705 * elf.c (get_program_header_size, _bfd_elf_sizeof_headers): Adjust.
706 * elf32-arm.c (elf32_arm_additional_program_headers): Adjust.
707 * elf32-i370.c (elf_backend_additional_program_headers): Adjust.
708 * elf32-ppc.c (ppc_elf_additional_program_headers): Adjust.
709 * elf64-hppa.c (elf64_hppa_additional_program_headers): Adjust.
710 * elf64-x86-64.c (elf64_x86_64_additional_program_headers): Adjust.
711 * elfxx-ia64.c (elfNN_ia64_additional_program_headers): Adjust.
712 * elfxx-mips.c (_bfd_mips_elf_additional_program_headers): Adjust.
713 * elfxx-mips.h (_bfd_mips_elf_additional_program_headers): Adjust.
714 * i386msdos.c: Convert to ISO C.
715 (msdos_sizeof_headers): Adjust.
716 * i386os9k.c: Convert to ISO C.
717 (os9k_sizeof_headers): Adjust.
718 * ieee.c (ieee_sizeof_headers): Adjust.
719 * ihex.c (ihex_sizeof_headers): Adjust.
720 * libaout.h (NAME (aout, sizeof_headers)): Adjust.
721 * libbfd-in.h (_bfd_nolink_sizeof_headers): Adjust.
722 * libcoff-in.h (coff_sizeof_headers): Adjust.
723 * libecoff.h (_bfd_ecoff_sizeof_headers): Adjust.
724 * mach-o.c (bfd_mach_o_sizeof_headers): Adjust.
725 * mmo.c (mmo_sizeof_headers): Adjust.
726 * oasys.c (oasys_sizeof_headers): Adjust.
727 * pdp11.c (NAME (aout, sizeof_headers)): Adjust.
728 * pef.c (bfd_pef_sizeof_headers): Adjust.
729 * ppcboot.c (ppcboot_sizeof_headers): Adjust.
730 * som.c (som_sizeof_headers): Adjust.
731 * srec.c (srec_sizeof_headers): Adjust.
732 * tekhex.c (tekhex_sizeof_headers): Adjust.
733 * versados.c (versados_sizeof_headers): Adjust.
734 * vms.c (vms_sizeof_headers): Adjust.
735 * xcoff-target.h (_bfd_xcoff_sizeof_headers): Adjust.
736 * xsym.c (bfd_sym_sizeof_headers): Adjust.
737 * xsym.h (bfd_sym_sizeof_headers): Adjust.
738 * bfd-in2.h: Regenerate.
739 * libbfd.h: Regenerate.
740 * libcoff.h: Regenerate.
741
4962c51a
MS
7422006-06-15 Mark Shinwell <shinwell@codesourcery.com>
743
744 * bfd-in2.h: Regenerate.
745 * elf32-arm.c (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0,
746 R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1, R_ARM_ALU_PC_G2,
747 R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2, R_ARM_LDRS_PC_G0,
748 R_ARM_LDRS_PC_G1, R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0,
749 R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2, R_ARM_ALU_SB_G0_NC,
750 R_ARM_ALU_SB_G0, R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1,
751 R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1,
752 R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0, R_ARM_LDRS_SB_G1,
753 R_ARM_LDRS_SB_G2, R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1,
754 R_ARM_LDC_SB_G2): New relocation types.
755 (R_ARM_PC13): Rename to AAELF name R_ARM_LDR_PC_G0 and
756 adjust HOWTO entry to be consistent with R_ARM_LDR_PC_G1
757 and friends.
758 (elf32_arm_howto_table_3): Delete; contents merged into
759 elf32_arm_howto_table_2.
760 (elf32_arm_howto_from_type): Adjust correspondingly.
761 (elf32_arm_reloc_map): Extend with the above relocations.
762 (calculate_group_reloc_mask): New function.
763 (identify_add_or_sub): New function.
764 (elf32_arm_final_link_relocate): Support for the above
765 relocations.
766 * reloc.c: Add enumeration entries for BFD_RELOC_ARM_...
767 codes to correspond to the above relocations.
768
cc3e26be
RS
7692006-06-14 Richard Sandiford <richard@codesourcery.com>
770
771 * elf32-m68k.c (elf_m68k_plt_info): New structure.
772 (elf_m68k_plt0_entry): Add R_68K_PC32-style in-place addends.
773 (elf_m68k_plt_entry): Likewise.
774 (elf_m68k_plt_info): New table.
775 (CFV4E_PLT_ENTRY_SIZE): Rename to...
776 (ISAB_PLT_ENTRY_SIZE): ...this.
777 (CFV4E_FLAG): Delete.
778 (elf_cfv4e_plt0_entry): Rename to...
779 (elf_isab_plt0_entry): ...this. Adjust comments. Use (-6,%pc,%d0)
780 for the second instruction too.
781 (elf_cfv4e_plt_entry): Rename to...
782 (elf_isab_plt_entry): ...this. Adjust comments and use (-6,%pc,%d0).
783 (elf_isab_plt_info): New table.
784 (CPU32_FLAG): Delete.
785 (PLT_CPU32_ENTRY_SIZE): Rename to...
786 (CPU32_PLT_ENTRY_SIZE): ...this.
787 (elf_cpu32_plt0_entry): Update bounds accordingly. Add R_68K_PC32-
788 style in-place addends.
789 (elf_cpu32_plt_entry): Likewise.
790 (elf_cpu32_plt_info): New table.
791 (elf_m68k_link_hash_table): Add a plt_info field.
792 (elf_m68k_link_hash_table_create): Initialize it.
793 (elf_m68k_get_plt_info): New function.
794 (elf_m68k_always_size_sections): Likewise.
795 (elf_m68k_adjust_dynamic_symbol): Use the plt_info hash table field.
796 (elf_m68k_install_pc32): New function.
797 (elf_m68k_finish_dynamic_symbol): Factor code using plt_info and
798 elf_m68k_install_pc32.
799 (elf_m68k_finish_dynamic_sections): Likewise.
800 (elf_m68k_plt_sym_val): Use elf_m68k_get_plt_info.
801 (elf_backend_always_size_sections): Define.
802
4f87808c
AM
8032006-06-14 Alan Modra <amodra@bigpond.net.au>
804
805 * elflink.c (elf_link_add_object_symbols): Save and restore
806 struct bfd_hash_table table, size and count fields for
807 as-needed libs.
808
7fd91fe0
TS
8092006-06-12 Thiemo Seufer <ths@mips.com>
810
811 * elf32-mips.c: Expand comment about ABI-mandated pagesize values.
812 (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): define in a more obvious way.
813 * elf64-mips.c, elfn32-mips.c (ELF_MAXPAGESIZE): Fix value for IRIX6.
814 Delete old comments.
815 (ELF_COMMONPAGESIZE): Define in a more obvious way.
816
d07676f8
NC
8172006-06-12 Nick Clifton <nickc@redhat.com>
818
819 PR binutils/2735
820 * elflink.c (elf_link_add_object_symbols): Fix the warning message
821 about mismatched alignments to allow for the case where the common
822 alignment has been deduced from the section alignment.
823 * bfd.c (_bfd_default_error_handler): Update comment to explain
824 why bfd and asection varargs are out of order. Explicitly catch
825 and abort on NULL bfd and asection arguments.
826
5108fc1b
RS
8272006-06-11 Richard Sandiford <richard@codesourcery.com>
828 Thiemo Seufer <ths@mips.com>
829
830 * elfxx-mips.c (mips_elf_link_hash_table): Add function_stub_size.
831 (STUB_ORI): New macro.
832 (STUB_LI16U): Fix formatting.
833 (MIPS_FUNCTION_STUB_SIZE): Delete.
834 (MIPS_FUNCTION_STUB_MAX_SIZE): Likewise.
835 (MIPS_FUNCTION_STUB_NORMAL_SIZE): New macro.
836 (MIPS_FUNCTION_STUB_BIG_SIZE): Likewise.
837 (_bfd_mips_elf_adjust_dynamic_symbol): Use htab->function_stub_size
838 instead of MIPS_FUNCTION_STUB_SIZE.
839 (count_section_dynsyms): New function, split out from
840 _bfd_mips_elf_final_link.
841 (_bfd_mips_elf_always_size_sections): Get a worst-case estimate
842 of the number of dynamic symbols needed and use it to set up
843 function_stub_size. Use function_stub_size rather than
844 MIPS_FUNCTION_STUB_SIZE to determine the size of the stub section.
845 Use 16-byte stubs for 0x10000 dynamic symbols.
846 (_bfd_mips_elf_size_dynamic_sections): Use htab->function_stub_size
847 instead of MIPS_FUNCTION_STUB_SIZE. Fix formatting.
848 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Change the
849 size of the stub buffer from MIPS_FUNCTION_STUB_MAX_SIZE to
850 MIPS_FUNCTION_STUB_BIG_SIZE. Tweak the check for unhandled dynindxes.
851 Use MIPS_FUNCTION_STUB_BIG_SIZE rather than a hard-coded 20.
852 Use STUB_ORI rather than STUB_LI16U for big stubs.
853 (_bfd_mips_elf_link_hash_table_create): Initialize function_stub_size.
854 (_bfd_mips_elf_final_link): Use count_section_dynsyms.
855
f38c2df5
TS
8562006-06-09 David Ung <davidu@mips.com>
857
858 * bfd/elfxx-mips.c (mips_elf_calculate_relocation): Fix mode for stub
859 calling relocations.
860
3d6746ca
DD
8612006-06-08 David Daney <ddaney@avtrex.com>
862
863 * elfxx-mips.c (STUB_LI16): Removed.
864 (STUB_LUI): New macro.
865 (STUB_LI16U): Ditto.
866 (STUB_LI16S): Ditto.
867 (MIPS_FUNCTION_STUB_SIZE): Rewrote to take info parameter.
868 (_bfd_mips_elf_adjust_dynamic_symbol): Pass info parameter to
869 MIPS_FUNCTION_STUB_SIZE.
870 (_bfd_mips_elf_always_size_sections): Ditto.
871 (_bfd_mips_elf_size_dynamic_sections): Ditto.
872 (_bfd_mips_elf_finish_dynamic_sections): Ditto.
873 (_bfd_mips_elf_finish_dynamic_symbol): Rewrote stub generation
874 to allow larger symbol table indexes.
875
6648b7cf
JM
8762006-06-07 Joseph S. Myers <joseph@codesourcery.com>
877
878 * po/Make-in (pdf, ps): New dummy targets.
879
d3fd4074
AM
8802006-06-06 Alan Modra <amodra@bigpond.net.au>
881
0bef4ce5
AM
882 * hash.c (bfd_hash_lookup): Correct stray line.
883
d3fd4074
AM
884 * elf.c (_bfd_elf_init_private_section_data): Comment typo.
885 (elfcore_grok_nto_status): Use long instead of pid_t.
886 (elfcore_grok_nto_regs, elfcore_grok_nto_note): Likewise.
887
4cfe2c59
DJ
8882006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
889
890 * po/Make-in (top_builddir): Define.
891
7ff1a5b5
AM
8922006-06-05 Alan Modra <amodra@bigpond.net.au>
893
894 * Makefile.am: Run "make dep-am".
895 * Makefile.in: Regenerate.
896 * config.in: Regenerate.
897
f0b5bb34
AM
8982006-06-02 Alan Modra <amodra@bigpond.net.au>
899 H.J. Lu <hongjiu.lu@intel.com>
900
901 PR ld/2723
902 * elflink.c (bfd_elf_final_link): Don't output section symbols
903 for special ELF sections.
904
117ed4f8
AM
9052006-06-01 Alan Modra <amodra@bigpond.net.au>
906
907 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
908 instead of bfd_make_section*.
909 * aix386-core.c: Likewise.
910 * aix5ppc-core.c: Likewise.
911 * aout-adobe.c: Likewise.
912 * aoutf1.h: Likewise.
913 * binary.c: Likewise.
914 * cisco-core.c: Likewise.
915 * coff-arm.c: Likewise.
916 * coff-h8300.c: Likewise.
917 * elf.c: Likewise.
918 * elf32-bfin.c: Likewise.
919 * elf32-m32c.c: Likewise.
920 * hppabsd-core.c: Likewise.
921 * hpux-core.c: Likewise.
922 * i386linux.c: Likewise.
923 * ieee.c: Likewise.
924 * ihex.c: Likewise.
925 * irix-core.c: Likewise.
926 * lynx-core.c: Likewise.
927 * m68klinux.c: Likewise.
928 * mach-o.c: Likewise.
929 * netbsd-core.c: Likewise.
930 * nlmcode.h: Likewise.
931 * opncls.c: Likewise.
932 * osf-core.c: Likewise.
933 * peXXigen.c: Likewise.
934 * ppcboot.c: Likewise.
935 * ptrace-core.c: Likewise.
936 * rs6000-core.c: Likewise.
937 * sco5-core.c: Likewise.
938 * sparclinux.c: Likewise.
939 * srec.c: Likewise.
940 * sunos.c: Likewise.
941 * trad-core.c: Likewise.
942 * xcofflink.c: Likewise.
943 * xsym.c: Likewise.
944
20e95c23
DJ
9452006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
946
947 * Makefile.am (INCLUDES): Use @INCINTL@.
948 * acinclude.m4: Include new gettext macros.
949 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
950 Manually substitute POFILES and GMOFILES.
951 * Makefile.in, aclocal.m4, configure, doc/Makefile.in: Regenerated.
952
24718e3b
L
9532006-05-30 H.J. Lu <hongjiu.lu@intel.com>
954
955 * bfd.c (bfd_emul_get_maxpagesize): New.
956 (bfd_elf_set_pagesize): Likewise.
957 (bfd_emul_set_maxpagesize): Likewise.
958 (bfd_emul_get_commonpagesize): Likewise.
959 (bfd_emul_set_commonpagesize): Likewise.
960 * bfd-in2.h: Regenerated.
961
962 * elf-bfd.h (elf_backend_data): Add commonpagesize.
963 (xvec_get_elf_backend_data): New.
964 (get_elf_backend_data): Use xvec_get_elf_backend_data.
965
966 * elf32-arm.c (elf32_arm_vxworks_bed): Remove const.
967 * elfxx-target.h (elfNN_bed): Likewise.
968
969 * elf32-arm.c (ELF_COMMONPAGESIZE): Defined.
970 * elf32-mips.c (ELF_COMMONPAGESIZE): Likewise.
971 * elf32-ppc.c (ELF_COMMONPAGESIZE): Likewise.
972 * elf32-sh.c (ELF_COMMONPAGESIZE): Likewise.
973 * elf32-sh64.c (ELF_COMMONPAGESIZE): Likewise.
974 * elf32-sparc.c (ELF_COMMONPAGESIZE): Likewise.
975 * elf64-alpha.c (ELF_COMMONPAGESIZE): Likewise.
976 * elf64-ppc.c (ELF_COMMONPAGESIZE): Likewise.
977 * elf64-sparc.c (ELF_COMMONPAGESIZE): Likewise.
978 * elf64-x86-64.c (ELF_COMMONPAGESIZE): Likewise.
979 * elfn32-mips.c (ELF_COMMONPAGESIZE): Likewise.
980 * elfxx-ia64.c (ELF_COMMONPAGESIZE): Likewise.
981
982 * elfxx-target.h (ELF_COMMONPAGESIZE): Define if not defined.
983 (elfNN_bed): Initialize commonpagesize with ELF_COMMONPAGESIZE.
984
985 * targets.c (bfd_find_target): Support NULL abfd.
986
eebf07fb
NC
9872006-05-30 Nick Clifton <nickc@redhat.com>
988
989 * po/es.po: Updated Spanish translation.
990
3f570048
AM
9912006-05-27 Alan Modra <amodra@bigpond.net.au>
992 H.J. Lu <hongjiu.lu@intel.com>
993
994 * elf.c (assign_file_positions_for_load_sections): Retrieve
995 maxpagesize from m->p_align if it is valid. Set p_vaddr,
996 p_paddr and p_align earlier. Revert 2006-05-19 change to p_align.
997 (copy_elf_program_header): Copy p_align. Set p_align_valid.
998
2043964e
L
9992006-05-26 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 * elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.
1002
10032006-05-25 H.J. Lu <hongjiu.lu@intel.com>
1004
1005 * elf64-x86-64.c (ELF_MINPAGESIZE): Set to 0x100000.
1006
f7661549
L
10072006-05-25 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 * elf64-x86-64.c (ELF_MAXPAGESIZE): Updated to 0x200000.
1010
5372391b
AM
10112006-05-26 Alan Modra <amodra@bigpond.net.au>
1012
1013 * elf.c (sym_is_global): Return a bfd_boolean.
1014 (ignore_section_sym): New function.
1015 (elf_map_symbols): Use ignore_section_sym to discard some syms.
1016 (_bfd_elf_symbol_from_bfd_symbol): Ensure section belongs to
1017 bfd before using elf_section_syms.
1018
6566b43c
L
10192006-05-25 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 * config.bfd: (sh-*-linux*): Treat as 64bit target.
1022 (sh*l*-*-netbsdelf*): Likewise.
1023 (sh-*-netbsdelf*): Likewise.
1024 (shl*-*-elf*): Likewise.
1025 (sh[1234]l*-*-elf*): Likewise.
1026 (sh3el*-*-elf*): Likewise.
1027 (shl*-*-kaos*): Likewise.
1028 (sh-*-elf*): Likewise.
1029 (sh[1234]*-elf*): Likewise.
1030 (sh-*-rtems*): Likewise.
1031 (sh-*-kaos*): Likewise.
1032
314e9a4e
L
10332006-05-24 H.J. Lu <hongjiu.lu@intel.com>
1034
1035 PR ld/1485
1036 * config.bfd: Set want64 to true if 64bit bfd is used.
1037 (sh-*-linux*): Use targ64_selvecs for 64bit targets.
1038 (sh*l*-*-netbsdelf*): Likewise.
1039 (sh-*-netbsdelf*): Likewise.
1040 (shl*-*-elf*): Likewise.
1041 (sh[1234]l*-*-elf*): Likewise.
1042 (sh3el*-*-elf*): Likewise.
1043 (shl*-*-kaos*): Likewise.
1044 (sh-*-elf*): Likewise.
1045 (sh[1234]*-elf*): Likewise.
1046 (sh-*-rtems*): Likewise.
1047 (sh-*-kaos*): Likewise.
1048
4e617b1e
PB
10492006-05-24 Paul Brook <paul@codesourcery.com>
1050
1051 * elf-bfd.h (elf_backend_data): Add elf_backend_output_arch_local_syms
1052 * elf32-arm.c (output_arch_syminfo): Define.
1053 (elf32_arm_ouput_plt_map_sym, elf32_arm_output_plt_map,
1054 elf32_arm_output_arch_local_syms): New functions.
1055 (elf_backend_output_arch_local_syms): Define.
1056 * elflink.c (bfd_elf_final_link): Call
1057 elf_backend_output_arch_local_syms.
1058 * elfxx-target.h (elf_backend_output_arch_local_syms): Provide default
1059 definition.
1060 (elfNN_bed): Add elf_backend_output_arch_local_syms.
1061
52ab56c2
PB
10622006-05-24 Paul Brook <paul@codesourcery.com>
1063
1064 * elf32-arm.c (put_arm_insn, put_thumb_insn): New functions.
1065 (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
1066 elf32_arm_finish_dynamic_symbol): Use them.
1067
9b52905e
NC
10682006-05-24 Carlos O'Donell <carlos@systemhalted.org>
1069 Randolph Chung <tausq@debian.org>
1070
1071 * elf-hppa.h (reloc_hppa_howto_table): Check bitfield for
1072 TPREL21L/TPREL14R relocations. Handle LTOFF_TP14R relocations.
1073 Add handling for TLS relocations.
1074 (elf_hpp_reloc_final_type): Handle TLS relocs.
1075 * elf32-hppa.c: Add authors for cleanup and TLS support.
1076 (hppa_elf_local_got_tls_type, hh_name, eh_name): Define.
1077 (elf32_hppa_link_hash_entry): Add tls_type.
1078 (elf32_hppa_link_hash_table): Add tld_ldm_got.
1079 (hppa_link_has_newfunc): Set tls_type.
1080 (elf32_hppa_link_hash_table_create): Set tls_ldm_got refcount.
1081 (hppa_stub_name): Use hh_name macro.
1082 (elf32_hppa_copy_indirect_symbol): Copy TLS information.
1083 (elf32_hppa_check_relocs): Call elf32_hppa_optimized_tls_reloc.
1084 Handle TLS relocs.
1085 (elf32_hppa_gc_sweep_hook): Likewise.
1086 (allocate_dynrelocs): Handle TLS relocs.
1087 (elf32_hppa_size_dynamic_sections): Count space required by TLS
1088 relocs. Use hh_name macro.
1089 (dtpoff_base): New function.
1090 (tpoff): Likewise.
1091 (elf32_hppa_optimized_tls_reloc): Likewise.
1092 (final_link_relocate): Handle TLS relocs.
1093 (elf32_hppa_relocate_section): Handle TLS relocs. Use eh_name
1094 and hh_name macros.
1095 (elf32_hppa_finish_dynamic_symbol): Setup TLS got entries. Use
1096 hh_name and eh_name macros.
1097 (elf32_hppa_reloc_type_clas): Handle TLS relocs.
1098
28c9d252
NC
10992006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
1100
1101 * archures.c: Add bfd_mach_avr6.
1102 * cpu-avr.c: Likewise.
1103 * reloc.c (BFD_RELOC_AVR_LO8_LDI_GS, BFD_RELOC_AVR_HI8_LDI_GS):
1104 New relocations.
1105 * libbfd.h: Regenerate.
1106 * bfd-in2.h:Regenerate.
1107 * elf32-avr.h: New file. Protoypes for functions accessed from ld.
1108 * elf32-avr.c: Add elf32-avr.h to include list.
1109 (elf32_avr_stub_hash_entry): New function.
1110 (elf32_avr_link_hash_table): New struct.
1111 (avr_link_hash_table): Likewise.
1112 (avr_stub_hash_entry): Likewise.
1113 (avr_stub_hash_lookup): New function.
1114 (stub_hash_newfunc): New function.
1115 (elf32_avr_link_hash_table_create): New function.
1116 (elf32_avr_link_hash_table_free): New function.
1117 (avr_get_stub_addr): New function.
1118 (debug_relax, debug_stubs): Add new global variables controlling
1119 debugging printout to stdout.
1120 (avr_pc_wrap_around): Change the type to bfd_vma.
1121 (avr_replace_call_ret_sequences): Add a new variable controling
1122 linkrelax optimizations.
1123 (avr_stub_is_required_for_16_bit_reloc): New function.
1124 (avr_final_link_relocate):
1125 Add linker hash table to parameter list. Use stub addr. if necessary.
1126 (elf32_avr_relocate_section):
1127 Add linker hashtable to parameter list of avr_final_link_relocate.
1128 (bfd_elf_avr_final_write_processing): Add support for bfd_mach_avr6.
1129 (elf32_avr_object_p): Add support for E_AVR_MACH_AVR6.
1130 (elf32_avr_relax_delete_bytes):
1131 Iterate over all sections of a bfd when adjusting relocs addends.
1132 (elf32_avr_relax_section):
1133 Evaluate avr_replace_call_ret_sequences and recalculate the size of
1134 stub section.
1135 (avr_stub_name): New function.
1136 (avr_get_stub_entry): New function.
1137 (avr_add_stub): New function.
1138 (avr_build_one_stub): New function.
1139 (avr_size_one_stub): New function.
1140 (elf32_avr_setup_params): New function.
1141 (elf32_avr_setup_section_lists): New function.
1142 (get_local_syms): New function.
1143 (elf32_avr_size_stubs): New function.
1144 (bfd_elf32_bfd_link_hash_table_create): New function.
1145 (bfd_elf32_bfd_link_hash_table_free): New function.
1146
a34a056a
L
11472006-05-23 H.J. Lu <hongjiu.lu@intel.com>
1148
1149 PR ld/2655
1150 PR ld/2657
1151 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Properly
1152 update CIE/FDE length. Don't pad to the section alignment.
1153
8aafe8b4
JZ
11542006-05-23 Jie Zhang <jie.zhang@analog.com>
1155
1156 * elf32-bfin.c (bfinfdpic_relocate_section): Clear reloc for
1157 deteted entries in .eh_frame section.
1158
5592d7ec
JZ
11592006-05-23 Jie Zhang <jie.zhang@analog.com>
1160
1161 * elf32-bfin.c (bfin_check_relocs): Use __GLOBAL_OFFSET_TABLE_
1162 instead of _GLOBAL_OFFSET_TABLE_.
1163 (bfin_relocate_section): Ditto.
1164 (_bfin_create_got_section): Ditto.
1165 (elf32_bfinfdpic_create_dynamic_sections): Use
1166 __PROCEDURE_LINKAGE_TABLE_ instead of _PROCEDURE_LINKAGE_TABLE_.
1167 (bfin_finish_dynamic_symbol): Use __DYNAMIC instead of _DYNAMIC.
1168
4d35a0aa
AM
11692006-05-23 Alan Modra <amodra@bigpond.net.au>
1170
1171 * elf64-ppc.c (compare_symbols): Prefer strong dynamic global
1172 function syms over other syms.
1173
943284cc
DJ
11742006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
1175
1176 * elflink.c (_bfd_elf_add_dynamic_entry): Remove DT_TEXTREL
1177 check.
1178 (bfd_elf_final_link): Add a late DT_TEXTREL check.
1179 * elfxx-mips.c (MIPS_ELF_READONLY_SECTION): Define.
1180 (mips_elf_create_dynamic_relocation): Set DF_TEXTREL.
1181 (_bfd_mips_elf_check_relocs): Delete MIPS_READONLY_SECTION.
1182 Use MIPS_ELF_READONLY_SECTION.
1183 (_bfd_mips_elf_size_dynamic_sections): Clear DF_TEXTREL after
1184 creating DT_TEXTREL.
1185 (_bfd_mips_elf_finish_dynamic_sections): Clear textrel markers
1186 if no text relocations were generated.
1187
4d345610
L
11882006-05-19 H.J. Lu <hongjiu.lu@intel.com>
1189
1190 * elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment.
1191
1ea63fd2
AM
11922006-05-19 Alan Modra <amodra@bigpond.net.au>
1193
1194 * elf.c (elf_fake_sections): Formatting.
1195 (assign_file_positions_for_load_sections): Only add SEC_ALLOC
1196 sections to p_memsz. Remove hack for PT_NOTE sections. Allow
1197 section alignment to increase p_align for PT_LOAD.
1198 (assign_file_positions_for_non_load_sections): Remove ARM BPABI
1199 hack for PT_DYNAMIC. Instead, set p_filesz for all segments
1200 other than PT_LOAD, and PT_NOTE in core.
1201
f3520d2f
AM
12022006-05-17 Alan Modra <amodra@bigpond.net.au>
1203
1204 * elf.c (assign_file_positions_for_segments): Split into..
1205 (assign_file_positions_for_load_sections): ..this, and..
1206 (assign_file_positions_for_non_load_sections): ..this new function,..
1207 (assign_file_positions_except_relocs): ..writing program headers here.
1208
dea5f36a
AM
12092006-05-17 Alan Modra <amodra@bigpond.net.au>
1210
1211 * elflink.c (elf_gc_sweep): Don't specially keep non-alloc,
1212 non-load sections if they have relocs.
1213
b0796911
PB
12142006-05-15 Paul Brook <paul@codesourcery.com>
1215
1216 * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Rename ...
1217 (bfd_is_arm_special_symbol_name): ... to this. Add type argument.
1218 Check symbol name is of specified type.
1219 * elf32-arm.c (elf32_arm_is_target_special_symbol,
1220 arm_elf_find_function, elf32_arm_output_symbol_hook): Use
1221 bfd_is_arm_special_symbol_name.
1222 * bfd-in.h (BFD_ARM_SPECIAL_SYM_TYPE_MAP,
1223 BFD_ARM_SPECIAL_SYM_TYPE_TAG, BFD_ARM_SPECIAL_SYM_TYPE_OTHER,
1224 BFD_ARM_SPECIAL_SYM_TYPE_ANY): Define.
1225 (bfd_is_arm_mapping_symbol_name): Remove prototype.
1226 (bfd_is_arm_special_symbol_name): Add prototype.
1227 * bfd-in2.h: Regenerate.
1228
64b607e6
BW
12292006-05-15 David Heine <dlheine@tensilica.com>
1230 Bob Wilson <bob.wilson@acm.org>
1231
1232 * elf32-xtensa.c (check_loop_aligned): Fix reversed check for
1233 undefined opcode. Clean up assertions.
1234 (narrow_instruction, widen_instruction): Remove "do_it" parameters.
1235 Factor most of the code into separate functions....
1236 (can_narrow_instruction, can_widen_instruction): New.
1237 (prev_instr_is_a_loop): New.
1238 (compute_ebb_proposed_actions): Combine error handling code for
1239 decode errors. Replace call to insn_decode_len with inline code.
1240 Use can_narrow_instruction and can_widen_instruction. Handle errors
1241 from call to xtensa_opcode_is_loop.
1242 (relax_section): Adjust calls to narrow_instruction and
1243 widen_instruction.
1244
7de713b9
AM
12452006-05-15 Alan Modra <amodra@bigpond.net.au>
1246
1247 PR 2658
1248 * elf32-ppc.c (ppc_elf_relax_section): Don't segfault on non-pic
1249 -shared link.
1250
83180ade
L
12512006-05-11 Michael Matz <matz@suse.de>
1252
1253 * elflink.c (match_group_member): Correctly iterate group
1254 members.
1255
b6895b4f
PB
12562006-05-11 Paul Brook <paul@codesourcery.com>
1257
1258 * elf32-arm.c (elf32_arm_reloc_map): Add MOVW and MOVT relocs.
1259 (elf32_arm_final_link_relocate): Handle MOVW and MOVT relocs.
1260 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto.
1261 * reloc.c: Ditto.
1262 * bfd-in2.h: Regenerate.
1263 * libbfd.h: Regenerate.
1264 * libcoff.h: Regenerate.
1265
8b95791f
AM
12662006-05-11 Mike Bland <mbland@google.com>
1267
1268 * elf.c (_bfd_elf_init_private_section_data): Don't change
1269 section type if already set.
1270
5e1b4a6d
NC
12712006-05-10 Nick Clifton <nickc@redhat.com>
1272
1273 PR ld/2607
1274 * elfcode.h (valid_section_index_p): New function: Checks for a
1275 valid section index. Allows indicies in the range SHN_LOPROC to
1276 SHN_HIOS.
1277 (elf_object_p): Use valid_section_index_p.
1278
53baae48
NC
12792006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
1280
1281 * coff-arm.c (ARM_26D, ARM_32, ARM_RVA_32, ARM_SECTION,
1282 ARM_SECREL): Mark WinCE versions of these relocs as partial
1283 inplace.
1284 (coff_arm_relocate_section): Adjust addend for WinCE.
1285
69d54b1b
AM
12862006-05-10 Alan Modra <amodra@bigpond.net.au>
1287
1288 PR 2342
1289 * elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16.
1290
337ff0a5
NC
12912006-05-09 Nick Clifton <nickc@redhat.com>
1292
1293 * coffcode.h (coff_write_relocs): Produce an error message if a an
1294 out-of-range symbol index is detected in a reloc.
1295
e4d4d200
BE
12962006-05-09 Ben Elliston <bje@au.ibm.com>
1297
1298 * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
1299 local variable `dynobj'.
1300
73160847
NC
13012006-05-05 Bjoern Haase <bjoern.m.haase@web.de>
1302
336e5de1 1303 * elf32-avr.c (elf32_avr_relax_delete_bytes): Iterate over all
73160847
NC
1304 of the bfd's sections for the reloc-addend adjustments.
1305
77df2968
MS
13062006-05-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1307
1308 * elf32-s390.c (invalid_tls_insn): Call bfd_set_error.
1309 (elf_s390_relocate_section): Add code to do the GD->LE and
1310 LD->LE TLS linker optimizations if a brasl instruction is used
1311 for the __tls_get_offset function call.
1312 * elf64-s390.c (invalid_tls_insn): Call bfd_set_error.
1313
30038c59
AM
13142006-05-05 Alan Modra <amodra@bigpond.net.au>
1315
1316 * elf64-ppc.c (ppc64_elf_tls_optimize): Only optimize
1317 R_PPC64_TPREL64 and R_PPC64_DTPMOD64 relocs when they are in
1318 the .toc and referenced by a TLS code sequence.
1319 (ppc64_elf_edit_toc): Cater for the unlikely situation that
1320 .toc is the first section in a file.
1321
ff8b75c7
AS
13222006-05-04 Andreas Schwab <schwab@suse.de>
1323
1324 * aoutf1.h (struct external_sparc_core): Declare c_regs as struct
1325 regs instead of an array of int.
1326 (struct external_solaris_bcp_core): Likewise.
1327 (swapcore_sun3): Use offsetof instead of computing the offset
1328 manually.
1329 (swapcore_sparc): Likewise. Simplify reference to c_regs.
1330 (swapcore_solaris_bcp): Likewise.
1331
003b8e1d
DJ
13322006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1333
1334 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
1335 for missing GOTs.
1336
efacb0fb
DJ
13372006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1338
27106ff0 1339 * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
efacb0fb
DJ
1340 mapping symbols.
1341
9578239d
BE
13422006-05-04 Ben Elliston <bje@au.ibm.com>
1343
1344 * coff-or32.c (bfd_section_from_shdr): Remove unused local
1345 variable `ptr'.
1346 * cofflink.c (process_embedded_commands): Remove unused local
1347 variables `had_read' and `had_shared'.
1348 * ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local
1349 variable `fdr_adr'.
1350 * ihex.c (ihex_read_section): Remove unused local variable `addr'.
1351
f592407e
AM
13522006-05-03 Alan Modra <amodra@bigpond.net.au>
1353
1354 * libbfd-in.h (_bfd_generic_new_section_hook): Declare.
1355 * section.c (bfd_abs_symbol, bfd_com_symbol): Delete.
1356 (bfd_und_symbol, bfd_ind_symbol): Delete.
1357 (BFD_FAKE_SECTION): Remove SYM_PTR param, set symbol_ptr_ptr to
1358 &SEC.symbol.
1359 (STD_SECTION): Adjust.
1360 (_bfd_generic_new_section_hook): New function, extracted from..
1361 (bfd_section_init): ..here.
1362 (bfd_make_section_old_way): Call new_section_hook for abs, com,
1363 und and ind sections.
1364 * elf.c (_bfd_elf_large_com_section): Adjust.
1365 * aoutx.h (new_section_hook): Call _bfd_generic_new_section_hook.
1366 * pdp11.c (new_section_hook): Likewise.
1367 * coffcode.h (coff_new_section_hook): Likewise.
1368 * ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
1369 * elf.c (_bfd_elf_new_section_hook): Likewise.
1370 * vms.c (vms_new_section_hook): Likwise.
1371 * elf32-arm.c (elf32_arm_new_section_hook): Check used_by_bfd isn't
1372 already set.
1373 * elf32-sh64.c (sh64_elf_new_section_hook): Likewise.
1374 * elf32-xtensa.c (elf_xtensa_new_section_hook): Likewise.
1375 * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
1376 * elf64-ppc.c (ppc64_elf_new_section_hook): Likewise.
1377 * elfxx-mips.c (_bfd_mips_elf_new_section_hook): Likewise.
1378 * elfxx-sparc.c (_bfd_sparc_elf_new_section_hook): Likewise.
1379 * ieee.c (ieee_new_section_hook): Likewise. Call
1380 _bfd_generic_new_section_hook too.
1381 * mmo.c (mmo_new_section_hook): Likewise.
1382 * oasys.c (oasys_new_section_hook): Likewise.
1383 * som.c (som_new_section_hook): Likewise.
1384 * coff-w65.c (reloc_processing): Don't use bfd_abs_symbol.
1385 * bfd-in2.h: Regenerate.
1386 * libbfd.h: Regenerate.
1387
bd75c995
AM
13882006-05-03 Alan Modra <amodra@bigpond.net.au>
1389
1390 * hash.c (DEFAULT_SIZE): Revert last change.
1391 (higher_prime_number): Correct test for no larger prime. Don't
1392 abort on error, instead return 0. Depopulate primes[].
1393 (bfd_hash_lookup): If we overflow size, refuse to grow table.
1394
a8bc6c78
PB
13952006-05-02 Paul Brook <paul@codesourcery.com>
1396
1397 * elf32-arm.c (elf32_arm_final_link_relocate): Set thumb funciton bit
1398 for R_ARM_REL32.
1399
b48c61bc
BE
14002006-05-02 Ben Elliston <bje@au.ibm.com>
1401
1402 * archive.c (bfd_generic_archive_p): Remove unused local variable
1403 `fail'.
1404 * dwarf2.c (decode_line_info): Remove unused local variable
1405 `basic_block'.
e4d4d200
BE
1406 * elfcode.h (elf_slurp_reloc_table_from_section): Remove unused
1407 local variable `s'.
b48c61bc
BE
1408 * tekhex.c (tekhex_write_object_contents): Remove unused local
1409 variable `bytes_written'.
1410 * aout-ns32k.c (MY_swap_std_reloc_out): Remove unused local
1411 variable `r_addend'.
1412 * elf32-dlx.c (dlx_rtype_to_howto): Remove breaks after returns.
1413 * elfxx-mips.c (_bfd_elf_mips_mach): Remove breaks after returns.
1414 (_bfd_ns32k_relocate_contents): Remove break after return.
1415 * elf.c (bfd_section_from_shdr): Remove breaks after returns.
1416
63f2fc30
NC
14172006-05-02 Nick Clifton <nickc@redhat.com>
1418
1419 * elf32-sh-symbian.c: Rename local define DEBUG to SYMBIAN_DEBUG
1420 in order to avoid conflicts with the global DEBUG define.
1421
e460dd0d
AM
14222006-05-02 Alan Modra <amodra@bigpond.net.au>
1423
1424 * dwarf2.c: Formatting.
1425 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Simplify
1426 output section check.
1427 * elf32-i370.c: Warning fixes inside #ifdef DEBUG.
1428 * elf32-m32c.c: Similarly.
1429 * elf32-ppc.c: Similarly.
1430 * elf32-v850.c: Similarly.
1431 * nlm32-sparc.c: Similarly.
1432 * elfcode.h: Similarly.
1433 (elf_symbol_flags): Delete.
1434 * elflink.c (elf_link_input_bfd): Comment typo.
1435
aa149cf7
DD
14362006-05-01 DJ Delorie <dj@redhat.com>
1437
1438 * bfd-in.h (bfd_hash_table): Add count field.
1439 * bfd-in2.h: Regenerate.
1440 * hash.c (higher_prime_number): New.
1441 (bfd_hash_table_inint_n): Init count field.
1442 (bfd_hash_lookup): Grow table as needed.
1443
75b8939e
KK
14442006-04-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1445
1446 PR binutils/2584
1447 * tekhex.c (getvalue): Change return type to bfd_boolean and
1448 add the new parameter. Return false if the unexpected character
1449 is found.
1450 (getsym): Likewise.
1451 (first_phase): Change return type to bfd_boolean and return
1452 false if the unexpected character is found. Replace abort
1453 with returning false.
1454 (pass_over): Change return type to bfd_boolean and the type of
1455 the second argument to bfd_boolean (*) (bfd *, int, char *).
1456 Return false if FUNC returns false.
1457 (tekhex_object_p): Return NULL if pass_over fails.
1458
f05742e6
AM
14592006-04-27 Alan Modra <amodra@bigpond.net.au>
1460
1461 * coff-rs6000.c (xcoff_write_archive_contents_old): Warning fix.
1462
e843e0f8
L
14632006-04-26 H.J. Lu <hongjiu.lu@intel.com>
1464
1465 PR binutils/2593
1466 * elf.c (_bfd_elf_new_section_hook): Don't set section ELF type
1467 and flags if its BFD flags have been set.
1468 (_bfd_elf_init_private_section_data): Don't copy the output ELF
1469 section type from input if it has been set to something
1470 different.
1471
b25e3d87
L
14722006-04-25 H.J. Lu <hongjiu.lu@intel.com>
1473
1474 PR binutils/2467
1475 * elf.c (_bfd_elf_close_and_cleanup): Check elf_tdata (abfd)
1476 is NULL first.
1477
1478 * elf32-arm.c (elf32_arm_close_and_cleanup): Check if
1479 abfd->sections is NULL.
1480 (elf32_arm_bfd_free_cached_info): New.
1481 (bfd_elf32_bfd_free_cached_info): Defined.
1482
1483 * elfxx-target.h (bfd_elfNN_bfd_free_cached_info): Default it
1484 to _bfd_free_cached_info.
1485
1486 * libbfd-in.h (_bfd_free_cached_info): New.
1487 * libbfd: Regenerated.
1488
1489 * opncls.c (_bfd_delete_bfd): Check if abfd->memory is NULL.
1490 (_bfd_free_cached_info): New.
1491
5c182d5f
AM
14922006-04-21 Alan Modra <amodra@bigpond.net.au>
1493
1494 * elf.c (assign_file_positions_except_relocs): Move code setting
1495 file position of non-loaded sections..
1496 (assign_file_positions_for_segments): ..to here.
1497
3eb70a79
L
14982006-04-20 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 PR ld/2537
1501 * elf.c (bfd_section_from_shdr): Allow sections reserved for
1502 applications. Issue an error on sections we don't know how
1503 to handle.
1504
ec3fcc56
AM
15052006-04-19 Alan Modra <amodra@bigpond.net.au>
1506
1507 * Makefile.am: Run "make dep-am".
1508 * Makefile.in: Regenerate.
1509
241a6c40
AM
15102006-04-19 Alan Modra <amodra@bigpond.net.au>
1511
1512 * warning.m4 (--enable-werror): Format help message.
1513 (--enable-build-warnings): Likewise.
1514 * configure: Regenerate.
1515
0b49d371
NC
15162006-04-18 Nick Clifton <nickc@redhat.com>
1517
1518 PR 2257
1519 * elfcode.h (elf_object_p): Allow files with corrupt e_shstrndx
1520 fields to still be handled as ELF files.
1521
e7403566
DJ
15222006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
1523
1524 * po/SRC-POTFILES.in: Regenerated.
1525
ffdc4eed
DJ
15262006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
1527
1528 * configure.in: Update version to 2.17.50.
1529 * configure: Regenerated.
1530
cb337148
BW
15312006-04-14 David Heine <dlheine@tensilica.com>
1532
1533 * elf32-xtensa.c (build_reloc_opcodes): New.
1534 (compute_text_actions): Use it to decode opcodes outside inner loop.
1535 (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if
1536 it is set, use it to get the opcodes for relocations.
1537 (move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.
1538
cb878726
L
15392006-04-08 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 PR ld/2513
1542 * elf32-i386.c (GOT_TLS_MASK): New macro for tls_type.
1543 (GOT_TLS_IE_IE): Likewise.
1544 (GOT_TLS_IE_GD): Likewise.
1545 (GOT_TLS_IE_MASK): Likewise.
1546 (elf_i386_check_relocs): For global symbols, set GOT_TLS_IE_GD
1547 and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
1548 respectively.
1549 (allocate_dynrelocs): If both GOT_TLS_IE_IE and GOT_TLS_IE_GD
1550 are set, treat tls_type as GOT_TLS_IE_BOTH.
1551 (elf_i386_relocate_section): Likewise.
1552
235ecfbc
NC
15532006-04-07 Randolph Chung <tausq@debian.org>
1554
1555 * elf64-hppa.c (elf64_hppa_grok_prstatus): New function.
1556 (elf64_hppa_grok_psinfo): Likewise.
1557 (elf_backend_grok_pstatus, elf_backend_grok_psinfo): Define.
1558
35520cb7
DD
15592006-04-06 DJ Delorie <dj@redhat.com>
1560
1561 * elf32-m32c.c (m32c_elf_relocate_section): Generate a symbol for
1562 each plt entry we create.
1563
108a6f8e
CD
15642006-04-06 Carlos O'Donell <carlos@codesourcery.com>
1565
1566 * po/Make-in: Add install-html target.
1567 * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
1568 htmldir. Add install-html and install-html-recursive targets.
1569 * Makefile.in: Regenerate.
1570 * configure.in: AC_SUBST for datarootdir, docdir and htmldir.
1571 * configure: Regenerate.
1572
fbbc3759
L
15732006-04-06 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 * elfxx-ia64.c (elfNN_ia64_relax_section): Skip unneeded passes
1576 with the skip_relax_pass_0 and skip_relax_pass_1 bits in the
1577 section structure.
1578
17e226a8
BS
15792006-04-05 Bernd Schmidt <bernd.schmidt@analog.com>
1580
1581 * elf32-bfin.c (bfinfdpic_relocs_info_hash): Sprinkle casts to
1582 eliminate warnings.
1583
396a682d
L
15842006-04-05 H.J. Lu <hongjiu.lu@intel.com>
1585 James E Wilson <wilson@specifixinc.com>
1586
1587 PR ld/2442
1588 * elfxx-ia64.c (elfNN_ia64_dyn_sym_info): Remove next.
1589 (elfNN_ia64_local_hash_entry): Add count, sorted_count and
1590 size.
1591 (elfNN_ia64_link_hash_entry): Likewise.
1592 (elfNN_ia64_new_elf_hash_entry): Initialize count, sorted_count
1593 and size.
1594 (elfNN_ia64_hash_copy_indirect): Updated elfNN_ia64_dyn_sym_info
1595 processing.
1596 (elfNN_ia64_hash_hide_symbol): Likewise.
1597 (elfNN_ia64_global_dyn_sym_thunk): Likewise.
1598 (elfNN_ia64_local_dyn_sym_thunk): Likewise.
1599 (elfNN_ia64_global_dyn_info_free): New function.
1600 (elfNN_ia64_local_dyn_info_free): Likewise.
1601 (elfNN_ia64_hash_table_free): Free local and global
1602 elfNN_ia64_dyn_sym_info.
1603 (addend_compare): New function.
1604 (sort_dyn_sym_info): Likewise.
1605 (get_dyn_sym_info): Updated to use binary search for addend.
1606 (elfNN_ia64_check_relocs): Scan relocations to create dynamic
1607 relocation arrays first.
1608
0781db9f
BS
16092006-04-05 Bernd Schmidt <bernd.schmidt@analog.com>
1610
1611 * elf32-bfin.c (_bfin_create_got_section): Don't generate a _gp
1612 symbol.
1613
c0d5a53d
L
16142006-04-05 H.J. Lu <hongjiu.lu@intel.com>
1615
1616 PR ld/2411
1617 * elflink.c (check_dynsym): New.
1618 (elf_link_output_extsym): Use it.
1619 (bfd_elf_final_link): Likewise.
1620
580a2b6e
L
16212006-04-05 H.J. Lu <hongjiu.lu@intel.com>
1622
1623 PR ld/2404
1624 * elflink.c (_bfd_elf_merge_symbol): Skip the default indirect
1625 symbol from the dynamic definition with the default version if
1626 its type and the type of existing regular definition mismatch.
1627
910600e9
RS
16282006-04-05 Richard Sandiford <richard@codesourcery.com>
1629 Daniel Jacobowitz <dan@codesourcery.com>
1630
1631 * config.bfd (sparc-*-vxworks*): New stanza.
1632 * configure.in (bfd_elf32_sparc_vxworks_vec): New stanza.
1633 (bfd_elf32_sparc_vec, bfd_elf64_sparc_vec): Add elf-vxworks.lo.
1634 * configure: Regenerate.
1635 * elf32-sparc.c: Include elf-vxworks.h.
1636 (elf32_sparc_vxworks_link_hash_table_create: New.
1637 (elf32_sparc_vxworks_final_write_processing): New.
1638 (TARGET_BIG_SYM): Override for VxWorks.
1639 (TARGET_BIG_NAME, ELF_MINPAGESIZE): Likewise.
1640 (bfd_elf32_bfd_link_hash_table_create): Likewise.
1641 (elf_backend_want_got_plt, elf_backend_plt_readonly): Likewise.
1642 (elf_backend_got_header_size, elf_backend_add_symbol_hook): Likewise.
1643 (elf_backend_link_output_symbol_hook): Likewise.
1644 (elf_backend_emit_relocs): Likewise.
1645 (elf_backend_final_write_processing, elf32_bed): Likewise.
1646 * elfxx-sparc.c: Include libiberty.h and elf-vxworks.h.
1647 (sparc_vxworks_exec_plt0_entry, sparc_vxworks_exec_plt_entry): New.
1648 (sparc_vxworks_shared_plt0_entry, sparc_vxworks_shared_plt_entry): New.
1649 (_bfd_sparc_elf_link_hash_table_create): Don't initialize
1650 build_plt_entry here.
1651 (create_got_section): Initialize sgotplt for VxWorks.
1652 (_bfd_sparc_elf_create_dynamic_sections): Initialize build_plt_entry,
1653 plt_header_size and plt_entry_size, with new VxWorks-specific settings.
1654 Call elf_vxworks_create_dynamic_sections for VxWorks.
1655 (allocate_dynrelocs): Use plt_header_size and plt_entry_size.
1656 Allocate room for .got.plt and .rela.plt.unloaded entries on VxWorks.
1657 (_bfd_sparc_elf_size_dynamic_sections): Don't allocate a nop in .plt
1658 for VxWorks. Check for the .got.plt section.
1659 (sparc_vxworks_build_plt_entry): New function.
1660 (_bfd_sparc_elf_finish_dynamic_symbol): Add handling of VxWorks PLTs.
1661 Don't make _GLOBAL_OFFSET_TABLE_ and _PROCEDURE_LINKAGE_TABLE_
1662 absolute on VxWorks.
1663 (sparc32_finish_dyn): Add special handling for DT_RELASZ
1664 and DT_PLTGOT on VxWorks.
1665 (sparc_vxworks_finish_exec_plt): New.
1666 (sparc_vxworks_finish_shared_plt): New.
1667 (_bfd_sparc_elf_finish_dynamic_sections): Call them.
1668 Use plt_header_size and plt_entry_size.
1669 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add is_vxworks,
1670 srelplt2, sgotplt, plt_header_size and plt_entry_size fields.
1671 * Makefile.am (elfxx-sparc.lo): Depend on elf-vxworks.h.
1672 (elf32-sparc.lo): Likewise.
1673 * Makefile.in: Regenerate.
1674 * targets.c (bfd_elf32_sparc_vxworks_vec): Declare.
1675 (_bfd_target_vector): Add a pointer to it.
1676
b761a207
BE
16772006-03-30 Ben Elliston <bje@au.ibm.com>
1678
1679 PR ld/2267
1680 * elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
1681 special section number that exceeds the number of ELF sections
1682 (eg. SHN_MIPS_SCOMMON).
1683
ead49a57
RS
16842006-03-27 Richard Sandiford <richard@codesourcery.com>
1685
1686 * elfxx-mips.c (mips_got_entry): Add more commentary.
1687 (mips_elf_local_got_index): Use the hash table entry to record
1688 the GOT index of forced-local symbols.
1689 (mips_elf_initialize_tls_index): Rearrange code. Store the index
1690 in either the hash table entry or the mips_got_entry, not both.
1691 Add more commentary.
1692 (mips_elf_multi_got): Make sure the g->next is nonnull when calling
1693 mips_elf_initialize_tls_index.
1694
3b55e94a
BS
16952006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
1696
1697 * elf32-bfin.c (bfd_const_reloc, bfd_oper_reloc, bfin_push_reloc,
1698 RELOC_STACK_SIZE, reloc_stack, reloc_stack_tos, is_reloc_stack_empty,
1699 reloc_stack_push, reloc_stack_pop, reloc_stack_operate,
1700 bfin_areloc_howto_table): Delete. All
1701 uses deleted as well.
1702 (bfin_reloc_map): Delete all stack relocs.
1703 (bfin_info_to_howto, bfin_bfd_reloc_type_lookup,
1704 bfin_reloc_type_lookup): Don't support them.
1705 (bfin_relocate_section): Don't try to handle them.
1706
48d502e1
BS
1707 * config.bfd (bfin-*-*): Add bfd_elf32_bfinfdpic_vec.
1708 * configure.in: Likewise.
1709 * configure: Regenerate.
1710 * elf32-bfin.c: Include "elf/dwarf2.h" and "hashtab.h".
1711 (BFIN_RELOC_MAX): Now 0x21.
1712 (bfin_howto_table, bfin_reloc_map): Add FD-PIC relocs.
1713 (bfd_elf32_bfinfdpic_vec): Declare.
1714 (IS_FDPIC): New macro.
1715 (struct bfinfdpic_elf_link_hash_table): New struct.
1716 (bfinfdpic_hash_table, bfinfdpic_got_section,
1717 bfinfdpic_gotrel_section, bfinfdpic_gotfixup_section,
1718 bfinfdpic_plt_setion, bfinfdpic_pltrel_section,
1719 bfinfdpic_relocs_info, bfinfdpic_got_initial_offset,
1720 bfinfdpic_plt_initial_offset): Accessor macros for it.
1721 (BFINFDPIC_SYM_LOCAL, BFINFDPIC_FUNCDESC_LOCAL): New macros.
1722 (struct bfinfdpic_relocs_info): New struct.
1723 (LZPLT_RESOLVER_EXTRA, LZPLT_NORMAL_SIZE, LZPLT_ENTRIES,
1724 BFINFDPIC_LZPLT_BLOCK_SIZE, BFINFDPIC_LZPLT_RESOLV_LOC,
1725 DEFAULT_STACK_SIZE): New macros.
1726 (bfinfdpic_elf_link_hash_table_create, bfinfdpic_relocs_info_hash,
1727 bfinfdpic_relocs_info_eq, bfinfdpics_relocs_info_find,
1728 bfinfdpic_relocs_info_for_global, bfinfdpic_relocs_info_for_local,
1729 bfinfdpic_pic_merge_early_relocs_info, _bfinfdpic_add_dyn_reloc,
1730 _bfinfdpic_add_rofixup, _bfinfdpic_osec_to_segment,
1731 _bfinfdpic_osec_readonly_p, bfinfdpic_relocate_section,
1732 bfinfdpic_check_relocs, bfinfdpic_gc_sweep_hook,
1733 _bfinfdpic_link_omit_section_dynsym, _bfin_create_got_section,
1734 elf32_bfinfdpic_create_dynamic_sections, _bfinfdpic_get_fd_entry,
1735 _bfinfdpic_compute_got_alloc_data, _bfinfdpic_get_got_entry,
1736 _bfinfdpic_assign_got_entries, _bfinfdpic_assign_plt_entries,
1737 _bfinfdpic_resolve_final_relocs_info,
1738 elf32_bfinfdpic_size_dynamic_sections,
1739 elf32_bfinfdpic_always_size_sections,
1740 elf32_bfinfdpic_modify_segment_map,
1741 _bfinfdpic_count_got_plt_entries,
1742 elf32_bfinfdpic_finish_dynamic_sections,
1743 elf32_bfinfdpic_adjust_dynamic_symbol,
1744 elf32_bfinfdpic_finish_dynamic_symbol,
1745 elf32_bfinfdpic_elf_use_relative_eh_frame,
1746 elf32_bfinfdpic_elf_encode_eh_address,
1747 elf32_bfin_object_p, bfin_elf_copy_private_bfd_data,
1748 elf32_bfinfdpic_copy_private_bfd_data,
1749 (struct _bfinfdpic_dynamic_got_info,
1750 struct _bfinfdpic_dynamic_got_plt_info): New structs.
1751 (elf32_bfin_print_private_bfd_data): Print PIC flags.
1752 (elf32_bfin_merge_private_bfd_data): Extend to support FD-PIC.
1753 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, elf32_bed,
1754 elf_backend_got_header_size, bfd_elf32_bfd_link_hash_table_create,
1755 elf_backend_always_size_sectinos, elf_backend_modify_segment_map,
1756 bfd_elf32_bfd_copy_private_bfd_data,
1757 elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
1758 elf_backend_size_dynamic_sections, elf_backend_finish_dynamic_symbol,
1759 elf_backend_finish_dynamic_sections, elf_backend_relocate_section,
1760 elf_backend_can_make_relative_eh_frame, elf_backend_check_relocs,
1761 elf_backend_can_make_ldsa_relative_eh_frame, elf_backend_may_use_rel_p,
1762 elf_backend_may_use_rela_p, elf_backend_default_use_rela_p,
1763 elf_backend_omit_section_dynsym): Redefine these macros and include
1764 "elf32-target.h" again to create the elf32-bfinfdpic target.
1765 * reloc.c (BFD_RELOC_BFIN_GOT17M4, BFD_RELOC_BFIN_GOTHI,
1766 BFD_RELOC_BFIN_GOTLO, BFD_RELOC_BFIN_FUNCDESC,
1767 BFD_RELOC_BFIN_FUNCDESC_GOT17M4, BFD_RELOC_BFIN_FUNCDESC_GOTHI,
1768 BFD_RELOC_BFIN_FUNCDESC_GOTLO, BFD_RELOC_BFIN_FUNCDESC_VALUE,
1769 BFD_RELOC_BFIN_FUNCDESC_GOTOFF17M4, BFD_RELOC_BFIN_FUNCDESC_GOTOFFHI,
1770 BFD_RELOC_BFIN_FUNCDESC_GOTOFFLO, BFD_RELOC_BFIN_GOTOFFHI,
1771 BFD_RELOC_BFIN_GOTOFFLO): New.
1772 * targets.c (bfd_elf32_bfinfdpic_vec): New bfd_target.
1773 (_bfd_target_vector): Add it.
1774 * bfd-in2.h: Regenerate.
1775 * libbfd.h: Regenerate.
1776
a9d34880
RS
17772006-03-25 Richard Sandiford <richard@codesourcery.com>
1778
1779 * cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as
1780 incompatible. Likewise MAC and EMAC code.
1781 * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use
1782 bfd_get_compatible to set the new bfd architecture. Rely on it
1783 to detect incompatibilities.
1784
9ca26584
AJ
17852006-03-23 Michael Matz <matz@suse.de>
1786
1787 * reloc.c: Add BFD_RELOC_X86_64_GOT64, BFD_RELOC_X86_64_GOTPCREL64,
1788 BFD_RELOC_X86_64_GOTPC64, BFD_RELOC_X86_64_GOTPLT64,
1789 BFD_RELOC_X86_64_PLTOFF64.
1790 * bfd-in2.h: Regenerated.
1791 * libbfd.h: Regenerated.
1792 * elf64-x86-64.c (x86_64_elf_howto_table): Correct comment.
1793 Add howtos for above relocs.
1794 (x86_64_reloc_map): Add mappings for new relocs.
1795 (elf64_x86_64_check_relocs): R_X86_64_GOT64, R_X86_64_GOTPCREL64,
1796 R_X86_64_GOTPLT64 need a got entry. R_X86_64_GOTPLT64 also a PLT
1797 entry. R_X86_64_GOTPC64 needs a .got section. R_X86_64_PLTOFF64
1798 needs a PLT entry.
1799 (elf64_x86_64_gc_sweep_hook): Reflect changes from
1800 elf64_x86_64_check_relocs for the new relocs.
1801 (elf64_x86_64_relocate_section): Handle new relocs.
1802
2a23c2c5
BW
18032006-03-22 Bob Wilson <bob.wilson@acm.org>
1804
1805 * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that
1806 rel->r_addend is zero.
1807
6d79d2ed
RS
18082006-03-22 Richard Sandiford <richard@codesourcery.com>
1809
1810 * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Fix type
1811 of "loc".
1812
0a44bf69
RS
18132006-03-22 Richard Sandiford <richard@codesourcery.com>
1814 Daniel Jacobowitz <dan@codesourcery.com>
1815 Phil Edwards <phil@codesourcery.com>
1816 Zack Weinberg <zack@codesourcery.com>
1817 Mark Mitchell <mark@codesourcery.com>
1818 Nathan Sidwell <nathan@codesourcery.com>
1819
1820 * bfd-in2.h: Regenerate.
1821 * config.bfd (mips*-*-vxworks*, mips*el-*-vxworks*): New stanzas.
1822 * configure.in (bfd_elf32_bigmips_vxworks_vec): New stanza.
1823 (bfd_elf32_littlemips_vxworks_vec): Likewise.
1824 (bfd_elf32_bigmips_vec): Add elf-vxworks.lo.
1825 (bfd_elf32_littlemips_vec): Likewise.
1826 (bfd_elf32_nbigmips_vec): Likewise.
1827 (bfd_elf32_nlittlemips_vec): Likewise.
1828 (bfd_elf32_ntradbigmips_vec): Likewise.
1829 (bfd_elf32_ntradlittlemips_vec): Likewise.
1830 (bfd_elf32_tradbigmips_vec): Likewise.
1831 (bfd_elf32_tradlittlemips_vec): Likewise.
1832 (bfd_elf64_bigmips_vec): Likewise.
1833 (bfd_elf64_littlemips_vec): Likewise.
1834 (bfd_elf64_tradbigmips_vec): Likewise.
1835 (bfd_elf64_tradlittlemips_vec): Likewise.
1836 * elf32-mips.c: Include elf-vxworks.h.
1837 (mips_info_to_howto_rel): Use elf_backend_mips_rtype_to_howto
1838 instead of calling mips_elf32_rtype_to_howto directly.
1839 (mips_vxworks_copy_howto_rela): New reloc howto.
1840 (mips_vxworks_jump_slot_howto_rela): Likewise.
1841 (mips_vxworks_bfd_reloc_type_lookup): New function.
1842 (mips_vxworks_rtype_to_howto): Likewise.
1843 (mips_vxworks_final_write_processing): Likewise.
1844 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Override for VxWorks.
1845 (TARGET_BIG_SYM, TARGET_BIG_NAME, elf_bed, ELF_MAXPAGESIZE): Likewise.
1846 (elf_backend_want_got_plt): Likewise.
1847 (elf_backend_want_plt_sym): Likewise.
1848 (elf_backend_got_symbol_offset): Likewise.
1849 (elf_backend_want_dynbss): Likewise.
1850 (elf_backend_may_use_rel_p): Likewise.
1851 (elf_backend_may_use_rela_p): Likewise.
1852 (elf_backend_default_use_rela_p): Likewise.
1853 (elf_backend_got_header_size: Likewise.
1854 (elf_backend_plt_readonly): Likewise.
1855 (bfd_elf32_bfd_reloc_type_lookup): Likewise.
1856 (elf_backend_mips_rtype_to_howto): Likewise.
1857 (elf_backend_adjust_dynamic_symbol): Likewise.
1858 (elf_backend_finish_dynamic_symbol): Likewise.
1859 (bfd_elf32_bfd_link_hash_table_create): Likewise.
1860 (elf_backend_add_symbol_hook): Likewise.
1861 (elf_backend_link_output_symbol_hook): Likewise.
1862 (elf_backend_emit_relocs): Likewise.
1863 (elf_backend_final_write_processing: Likewise.
1864 (elf_backend_additional_program_headers): Likewise.
1865 (elf_backend_modify_segment_map): Likewise.
1866 (elf_backend_symbol_processing): Likewise.
1867 * elfxx-mips.c: Include elf-vxworks.h.
1868 (mips_elf_link_hash_entry): Add is_relocation_target and
1869 is_branch_target fields.
1870 (mips_elf_link_hash_table): Add is_vxworks, srelbss, sdynbss, srelplt,
1871 srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields.
1872 (MIPS_ELF_RELA_SIZE, MIPS_ELF_REL_DYN_NAME): New macros.
1873 (MIPS_RESERVED_GOTNO): Take a mips_elf_link_hash_table argument.
1874 Return 3 for VxWorks.
1875 (ELF_MIPS_GP_OFFSET): Change the argument from a bfd to a
1876 mips_elf_link_hash_table. Return 0 for VxWorks.
1877 (MIPS_ELF_GOT_MAX_SIZE): Change the argument from a bfd to a
1878 mips_elf_link_hash_table. Update the call to ELF_MIPS_GP_OFFSET.
1879 (mips_vxworks_exec_plt0_entry): New variable.
1880 (mips_vxworks_exec_plt_entry): Likewise.
1881 (mips_vxworks_shared_plt0_entry): Likewise.
1882 (mips_vxworks_shared_plt_entry): Likewise.
1883 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
1884 (mips_elf_rel_dyn_section): Change the bfd argument to a
1885 mips_elf_link_hash_table. Use MIPS_ELF_REL_DYN_NAME to get
1886 the name of the section.
1887 (mips_elf_initialize_tls_slots): Update the call to
1888 mips_elf_rel_dyn_section.
1889 (mips_elf_gotplt_index): New function.
1890 (mips_elf_local_got_index): Add an input_section argument.
1891 Update the call to mips_elf_create_local_got_entry.
1892 (mips_elf_got_page): Likewise.
1893 (mips_elf_got16_entry): Likewise.
1894 (mips_elf_create_local_got_entry): Add bfd_link_info and input_section
1895 arguments. Create dynamic relocations for each entry on VxWorks.
1896 (mips_elf_merge_gots): Update the use of MIPS_ELF_GOT_MAX_SIZE.
1897 (mips_elf_multi_got): Update the uses of MIPS_ELF_GOT_MAX_SIZE
1898 and MIPS_RESERVED_GOTNO.
1899 (mips_elf_create_got_section): Update the uses of
1900 MIPS_ELF_GOT_MAX_SIZE. Create .got.plt on VxWorks.
1901 (is_gott_symbol): New function.
1902 (mips_elf_calculate_relocation): Use a dynobj local variable.
1903 Update the calls to mips_elf_local_got_index, mips_elf_got16_entry and
1904 mips_elf_got_page_entry. Set G to the .got.plt entry when calculating
1905 VxWorks R_MIPS_CALL* relocations. Calculate and use G for all GOT
1906 relocations on VxWorks. Add dynamic relocations for references
1907 to the VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols. Don't
1908 create dynamic relocations for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64
1909 in VxWorks executables.
1910 (mips_elf_allocate_dynamic_relocations): Add a bfd_link_info argument.
1911 Use MIPS_ELF_RELA_SIZE to calculate the size of a VxWorks entry.
1912 Don't allocate a null entry on VxWorks.
1913 (mips_elf_create_dynamic_relocation): Update the call to
1914 mips_elf_rel_dyn_section. Use absolute rather than relative
1915 relocations for VxWorks, and make them RELA rather than REL.
1916 (_bfd_mips_elf_create_dynamic_sections): Don't make .dynamic
1917 read-only on VxWorks. Update the call to mips_elf_rel_dyn_section.
1918 Create the .plt, .rela.plt, .dynbss and .rela.bss sections on
1919 VxWorks. Likewise create the _PROCEDURE_LINKAGE_TABLE symbol.
1920 Call elf_vxworks_create_dynamic_sections for VxWorks and
1921 initialize the plt_header_size and plt_entry_size fields.
1922 (_bfd_mips_elf_check_relocs): Don't allow GOT relocations to be
1923 used in VxWorks executables. Don't allocate dynamic relocations
1924 for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 in VxWorks executables.
1925 Set is_relocation_target for each symbol referenced by a relocation.
1926 Allocate .rela.dyn entries for relocations against the special
1927 VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols. Create GOT
1928 entries for all VxWorks R_MIPS_GOT16 relocations. Don't allocate
1929 a global GOT entry for symbols mentioned in VxWorks R_MIPS_CALL*,
1930 R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 relocations. Update the calls
1931 to mips_elf_rel_dyn_section and mips_elf_allocate_dynamic_relocations.
1932 Set is_branch_target for symbols mentioned in R_MIPS_PC16 or R_MIPS_26
1933 relocations. Don't set no_fn_stub on VxWorks.
1934 (_bfd_mips_elf_adjust_dynamic_symbol): Update the call to
1935 mips_elf_allocate_dynamic_relocations.
1936 (_bfd_mips_vxworks_adjust_dynamic_symbol): New function.
1937 (_bfd_mips_elf_always_size_sections): Do not allocate GOT page
1938 entries for VxWorks, and do not create multiple GOTs.
1939 (_bfd_mips_elf_size_dynamic_sections): Use MIPS_ELF_REL_DYN_NAME.
1940 Handle .got specially for VxWorks. Update the uses of
1941 MIPS_RESERVED_GOTNO and mips_elf_allocate_dynamic_relocations.
1942 Check for sgotplt and splt. Allocate the .rel(a).dyn contents last,
1943 once its final size is known. Set DF_TEXTREL for VxWorks. Add
1944 DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL
1945 tags on VxWorks. Do not add the MIPS-specific tags for VxWorks.
1946 (_bfd_mips_vxworks_finish_dynamic_symbol): New function.
1947 (mips_vxworks_finish_exec_plt): Likewise.
1948 (mips_vxworks_finish_shared_plt): Likewise.
1949 (_bfd_mips_elf_finish_dynamic_sections): Remove an unncessary call
1950 to mips_elf_rel_dyn_section. Use a VxWorks-specific value of
1951 DT_PLTGOT. Handle DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL,
1952 DT_PLTRELSZ and DT_JMPREL. Update the uses of MIPS_RESERVED_GOTNO
1953 and mips_elf_rel_dyn_section. Use a different GOT header for
1954 VxWorks. Don't sort .rela.dyn on VxWorks. Finish the PLT on VxWorks.
1955 (_bfd_mips_elf_link_hash_table_create): Initialize the new
1956 mips_elf_link_hash_table fields.
1957 (_bfd_mips_vxworks_link_hash_table_create): New function.
1958 (_bfd_mips_elf_final_link): Set the GP value to _GLOBAL_OFFSET_TABLE_
1959 on VxWorks. Update the call to ELF_MIPS_GP_OFFSET.
1960 * elfxx-mips.h (_bfd_mips_vxworks_adjust_dynamic_symbol): Declare.
1961 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
1962 (_bfd_mips_vxworks_link_hash_table_create): Likewise.
1963 * libbfd.h: Regenerate.
1964 * Makefile.am (elfxx-mips.lo): Depend on elf-vxworks.h.
1965 (elf32-mips.lo): Likewise.
1966 * Makefile.in: Regenerate.
1967 * reloc.c (BFD_RELOC_MIPS_COPY, BFD_RELOC_MIPS_JUMP_SLOT): Declare.
1968 * targets.c (bfd_elf32_bigmips_vxworks_vec): Declare.
1969 (bfd_elf32_littlemips_vxworks_vec): Likewise.
1970 (_bfd_target_vector): Add entries for them.
1971
a2199086
DA
19722006-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1973
1974 * elf64-hppa.c (elf64_hppa_special_sections): Change flags for .tbss
1975 section from SHF_PARISC_WEAKORDER to SHF_HP_TLS.
1976 (elf_backend_special_sections): Remove #undef.
1977
af7cfa33
DA
19782006-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1979
1980 * elf64-hppa.c (allocate_global_data_opd): Don't create an OPD entry
1981 for undefined weak symbols.
1982
a4676736
L
19832006-03-17 Daniel Jacobowitz <dan@codesourcery.com>
1984
1985 PR ld/2462
1986 * elflink.c (bfd_elf_final_link): Remove
1987 bed->elf_backend_emit_relocs from emit_relocs.
1988
e1710606
AO
19892006-03-17 Alexandre Oliva <aoliva@redhat.com>
1990
1991 * elf32-ppc.c (ppc_elf_relocate_section): Copy addend from
1992 first relocation to the second when relaxing TLS GD to LE;
1993 zero it out when relaxing to IE.
1994
2de92251
AM
19952006-03-17 Alan Modra <amodra@bigpond.net.au>
1996
1997 PR 2434
1998 * elflink.c (elf_link_add_object_symbols): Save and restore
1999 warning sym's linked sym.
2000
66eb6687
AM
20012006-03-16 Alan Modra <amodra@bigpond.net.au>
2002
2003 PR 2434
2004 * elflink.c (struct elf_smash_syms_data, elf_smash_syms): Delete.
2005 (elf_link_add_object_symbols): Delete unnecessary locals. Rename
2006 hash_table -> htab. Formatting. Save entire symbol table
2007 before loading as-needed syms, and restore afterwards if lib not
2008 needed. Use bfd_hash_allocate rather than bfd_alloc for sym
2009 name. Free some buffers earlier.
2010 * bfd-in.h (struct bfd_hash_table): Add entsize.
2011 (bfd_hash_table_init, bfd_hash_table_init_n): Adjust prototype.
2012 * elf-bfd.h (_bfd_elf_link_hash_table_init): Likewise
2013 * hash.c (bfd_hash_table_init_n): Add entsize param, save to
2014 hash table.
2015 (bfd_hash_table_init): Add param, adjust calls.
2016 * aoutx.h: Adjust all hash_table_init functions and calls.
2017 * bfd.c: Likewise.
2018 * coff-arm.c: Likewise.
2019 * coff-h8300.c: Likewise.
2020 * coff-ppc.c: Likewise.
2021 * cofflink.c: Likewise.
2022 * ecoff.c: Likewise.
2023 * ecofflink.c: Likewise.
2024 * elf-m10300.c: Likewise.
2025 * elf-strtab.c: Likewise.
2026 * elf.c: Likewise.
2027 * elf32-arm.c: Likewise.
2028 * elf32-bfin.c: Likewise.
2029 * elf32-cris.c: Likewise.
2030 * elf32-frv.c: Likewise.
2031 * elf32-hppa.c: Likewise.
2032 * elf32-i386.c: Likewise.
2033 * elf32-m32r.c: Likewise.
2034 * elf32-m68hc1x.c: Likewise.
2035 * elf32-m68k.c: Likewise.
2036 * elf32-ppc.c: Likewise.
2037 * elf32-s390.c: Likewise.
2038 * elf32-sh.c: Likewise.
2039 * elf32-vax.c: Likewise.
2040 * elf64-alpha.c: Likewise.
2041 * elf64-hppa.c: Likewise.
2042 * elf64-ppc.c: Likewise.
2043 * elf64-s390.c: Likewise.
2044 * elf64-sh64.c: Likewise.
2045 * elf64-x86-64.c: Likewise.
2046 * elfxx-ia64.c: Likewise.
2047 * elfxx-mips.c: Likewise.
2048 * elfxx-sparc.c: Likewise.
2049 * i386linux.c: Likewise.
2050 * libaout.h: Likewise.
2051 * libbfd-in.h: Likewise.
2052 * libcoff-in.h: Likewise.
2053 * linker.c: Likewise.
2054 * m68klinux.c: Likewise.
2055 * merge.c: Likewise.
2056 * opncls.c: Likewise.
2057 * pdp11.c: Likewise.
2058 * sparclinux.c: Likewise.
2059 * stabs.c: Likewise.
2060 * sunos.c: Likewise.
2061 * vms.c: Likewise.
2062 * xcofflink.c: Likewise.
2063 * section.c (struct section_hash_entry): Move to..
2064 * libbfd-in.h: ..here.
2065 * Makefile.am: Run "make dep-am"
2066 * Makefile.in: Regenerate.
2067 * bfd-in2.h: Regenerate.
2068 * libbfd.h: Regenerate.
2069 * libcoff.h: Regenerate.
2070
7123df0e
AM
20712006-03-16 Alan Modra <amodra@bigpond.net.au>
2072
2073 * elf32-ppc.c (ppc_elf_check_relocs): REL24 and REL14 relocs
2074 against __GLOBAL_OFFSET_TABLE__ need never be dynamic. Tweak
2075 last change to REL32 relocs so that they are counted as
2076 possibly dynamic as per REL24 and REL14.
2077
fd38b44c
AM
20782006-03-16 Alan Modra <amodra@bigpond.net.au>
2079
2080 * elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24
2081 checks from REL32.
2082
eb111b1f
BE
20832006-03-15 Ben Elliston <bje@au.ibm.com>
2084
2085 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Iterate over all
2086 in_list elements, not just the first.
2087
81d43bff
RS
20882006-03-14 Richard Sandiford <richard@codesourcery.com>
2089
2090 * elf32-mips.c (mips_elf_adjust_addend): New function, mostly split
2091 out from...
2092 (_bfd_mips_elf_relocate_section): ...here. Use it to adjust r_addend
2093 for final links too.
2094
d329bcd1
RS
20952006-03-13 Richard Sandiford <richard@codesourcery.com>
2096
2097 * elfxx-mips.c (mips_elf_create_got_section): Initialize hgot.
2098
75a657ba
L
20992006-03-11 H.J. Lu <hongjiu.lu@intel.com>
2100
2101 PR ld/2443
241a6c40 2102 * dwarf2.c (concat_filename): Don't issue an error if file is 0.
75a657ba 2103
3a4a14e9
PB
21042006-03-10 Paul Brook <paul@codesourcery.com>
2105
2106 * elf32-arm.c (INTERWORK_FLAG): Handle EABIv5.
2107 (elf32_arm_print_private_bfd_data): Ditto.
2108
38406048
PB
21092006-03-09 Paul Brook <paul@codesourcery.com>
2110
2111 * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Recognise additional
2112 mapping symbols.
2113
eed62c48
NC
21142006-03-09 Khem Raj <khem@mvista.com>
2115
2116 * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned
2117 char type.
2118
6d2cf7d8
L
21192006-03-08 H.J. Lu <hongjiu.lu@intel.com>
2120
2121 * elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
2122
00a97672
RS
21232006-03-07 Richard Sandiford <richard@codesourcery.com>
2124 Daniel Jacobowitz <dan@codesourcery.com>
2125 Zack Weinberg <zack@codesourcery.com>
2126 Nathan Sidwell <nathan@codesourcery.com>
2127 Paul Brook <paul@codesourcery.com>
2128 Ricardo Anguiano <anguiano@codesourcery.com>
2129 Phil Edwards <phil@codesourcery.com>
2130
2131 * configure.in (bfd_elf32_bigarm_vec): Include elf-vxworks.lo.
2132 (bfd_elf32_bigarm_symbian_vec): Likewise.
2133 (bfd_elf32_bigarm_vxworks_vec): Likewise.
2134 (bfd_elf32_littlearm_vec): Likewise.
2135 (bfd_elf32_littlearm_symbian_vec): Likewise.
2136 (bfd_elf32_littlearm_vxworks_vec): Likewise.
2137 * configure: Regenerate.
2138 * elf32-arm.c: Include libiberty.h and elf-vxworks.h.
2139 (RELOC_SECTION, RELOC_SIZE, SWAP_RELOC_IN, SWAP_RELOC_OUT): New macros.
2140 (elf32_arm_vxworks_bed): Add forward declaration.
2141 (elf32_arm_howto_table_1): Fix the masks for R_ASM_ABS12.
2142 (elf32_arm_vxworks_exec_plt0_entry): New table.
2143 (elf32_arm_vxworks_exec_plt_entry): Likewise.
2144 (elf32_arm_vxworks_shared_plt_entry): Likewise.
2145 (elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields.
2146 (reloc_section_p): New function.
2147 (create_got_section): Use RELOC_SECTION.
2148 (elf32_arm_create_dynamic_sections): Likewise. Call
2149 elf_vxworks_create_dynamic_sections for VxWorks targets.
2150 Choose between the two possible values of plt_header_size
2151 and plt_entry_size.
2152 (elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2.
2153 (elf32_arm_abs12_reloc): New function.
2154 (elf32_arm_final_link_relocate): Call it. Allow the creation of
2155 dynamic R_ARM_ABS12 relocs on VxWorks. Use reloc_section_p,
2156 RELOC_SIZE, SWAP_RELOC_OUT and RELOC_SECTION. Initialize the
2157 r_addend fields of relocs. On rela targets, skip any code that
2158 adjusts in-place addends. When using _bfd_link_final_relocate
2159 to perform a final relocation, pass rel->r_addend as the addend
2160 argument.
2161 (elf32_arm_merge_private_bfd_data): If one of the bfds is a VxWorks
2162 object, ignore flags that are not standard on VxWorks.
2163 (elf32_arm_check_relocs): Allow the creation of dynamic R_ARM_ABS12
2164 relocs on VxWorks. Use reloc_section_p.
2165 (elf32_arm_adjust_dynamic_symbol): Use RELOC_SECTION and RELOC_SIZE.
2166 (allocate_dynrelocs): Use RELOC_SIZE. Account for the size of
2167 .rela.plt.unloaded relocs on VxWorks targets.
2168 (elf32_arm_size_dynamic_sections): Use RELOC_SIZE. Check for
2169 .rela.plt.unloaded as well as .rel(a).plt. Add DT_RELA* tags
2170 instead of DT_REL* tags on RELA targets.
2171 (elf32_arm_finish_dynamic_symbol): Use RELOC_SECTION, RELOC_SIZE
2172 and SWAP_RELOC_OUT. Initialize r_addend fields. Handle VxWorks
2173 PLT entries. Do not make _GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
2174 (elf32_arm_finish_dynamic_sections): Use RELOC_SECTION, RELOC_SIZE
2175 and SWAP_RELOC_OUT. Initialize r_addend fields. Handle DT_RELASZ
2176 like DT_RELSZ. Handle the VxWorks form of initial PLT entry.
2177 Correct the .rela.plt.unreloaded symbol indexes.
2178 (elf32_arm_output_symbol_hook): Call the VxWorks version of this
2179 hook on VxWorks targets.
2180 (elf32_arm_vxworks_link_hash_table_create): Set vxworks_p to true.
2181 Minor formatting tweak.
2182 (elf32_arm_vxworks_final_write_processing): New function.
2183 (elf_backend_add_symbol_hook): Override for VxWorks and reset
2184 for Symbian.
2185 (elf_backend_final_write_processing): Likewise.
2186 (elf_backend_emit_relocs): Likewise.
2187 (elf_backend_want_plt_sym): Likewise.
2188 (ELF_MAXPAGESIZE): Likewise.
2189 (elf_backend_may_use_rel_p): Minor formatting tweak.
2190 (elf_backend_may_use_rela_p): Likewise.
2191 (elf_backend_default_use_rela_p): Likewise.
2192 (elf_backend_rela_normal): Likewise.
2193 * Makefile.in (elf32-arm.lo): Depend on elf-vxworks.h.
2194
0b2e31dc
NS
21952006-03-06 Nathan Sidwell <nathan@codesourcery.com>
2196
2197 * archures.c (bfd_mach_mcf_isa_a_nodiv, bfd_mach_mcf_isa_b_nousp):
2198 New. Adjust other variants.
2199 (bfd_default_scan): Update.
2200 * bfd-in2.h: Rebuilt.
2201 * cpu-m68k.c: Adjust.
2202 (bfd_m68k_compatible): New. Use it for architectures.
2203 * elf32-m68k.c (elf32_m68k_object_p): Adjust.
2204 (elf32_m68k_merge_private_bfd_data): Adjust. Correct isa-a/b
2205 mismatch.
2206 (elf32_m68k_print_private_bfd_data): Adjust.
2207 * ieee.c (ieee_write_processor): Adjust.
2208
d8d1c398
AM
22092006-03-06 Alan Modra <amodra@bigpond.net.au>
2210
2211 * dwarf2.c: Formatting.
2212 (add_line_info): Remove outer loop.
2213
d4c32a81
L
22142006-03-05 H.J. Lu <hongjiu.lu@intel.com>
2215 Alan Modra <amodra@bigpond.net.au>
2216
2217 PR binutils/2338
2218 * dwarf2.c (loadable_section): New struct.
2219 (dwarf2_debug): Add loadable_section_count and
2220 loadable_sections.
2221 (new_line_sorts_after): New.
2222 (add_line_info): Use new_line_sorts_after to compare line
2223 addresses.
2224 (check_function_name): Removed.
2225 (unset_sections): New.
2226 (place_sections): New.
2227 (_bfd_dwarf2_find_nearest_line): Updated. Call place_sections
2228 and unset_sections on relocatable files.
2229 (_bfd_dwarf2_find_line): Likewise.
2230
4cdc7696
NC
22312006-03-03 Nick Clifton <nickc@redhat.com>
2232
2233 * cpu-avr.c: Update to ISO-C90 formatting.
2234 * elf32-avr.c: Likewise.
2235
df406460
NC
22362006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
2237
2238 * elf32-avr.c (avr_reloc_map): Insert BFD_RELOC_AVR_MS8_LDI
2239 and R_AVR_MS8_LDI
2240 (bfd_elf_avr_final_write_processing): Set
2241 EF_AVR_LINKRELAX_PREPARED in e_flags field.
2242 (elf32_avr_relax_section): New function.
2243 (elf32_avr_relax_delete_bytes): New function.
2244 (elf32_avr_get_relocated_section_contents): New function.
2245 (avr_pc_wrap_around): New function.
2246 (avr_relative_distance_considering_wrap_around): New function.
2247 (avr_final_link_relocate): Handle negative int8t_t immediate for R_AVR_LDI.
2248 * reloc.c: Add BFD_RELOC_AVR_MS8_LDI and BFD_RELOC_AVR_LDI_NEG
2249 * libbfd.h: Regenerate.
2250 * bfd-in2.h: Regenerate.
2251
a1013894
DD
22522006-03-02 DJ Delorie <dj@redhat.com>
2253
2254 * elf32-m32c.c (m32c_offset_for_reloc): Fix local symbol
2255 calculations.
2256
7c492719
RS
22572006-03-02 Richard Sandiford <richard@codesourcery.com>
2258
2259 * elf32-ppc.c (is_ppc_elf_target): Return true if the target is
2260 bfd_elf32_powerpc_vxworks_vec.
2261
e970df31
NC
22622006-03-02 Nick Clifton <nickc@redhat.com>
2263
2264 * elf32-m32c.c (m32c_elf_relax_section): Initialise 'gap'.
2265
711de32c
RS
22662006-03-02 Richard Sandiford <richard@codesourcery.com>
2267
2268 * elf32-i386.c (elf_i386_create_dynamic_sections): Use
2269 elf_vxworks_create_dynamic_sections.
2270 (elf_i386_size_dynamic_sections): Remove VxWorks GOT and PLT
2271 symbol handling.
2272 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Use
2273 elf_vxworks_create_dynamic_sections.
2274 (ppc_elf_size_dynamic_sections): Remove VxWorks GOT and PLT
2275 symbol handling.
2276 * elf-vxworks.c (elf_vxworks_create_dynamic_sections): New function.
2277 * elf-vxworks.h (elf_vxworks_create_dynamic_sections): Declare.
2278
9c72ff84
RS
22792006-03-02 Richard Sandiford <richard@codesourcery.com>
2280
2281 * elf32-i386.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
2282 (elf_backend_link_output_symbol_hook): Use
2283 elf_vxworks_link_output_symbol_hook instead.
2284 * elf32-ppc.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
2285 (elf_backend_link_output_symbol_hook): Use
2286 elf_vxworks_link_output_symbol_hook instead.
2287 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Provide the
2288 same interface as elf_backend_link_output_symbol_hook.
2289 * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Update
2290 prototype accordingly.
2291
4a3dc543
RS
22922006-03-02 Richard Sandiford <richard@codesourcery.com>
2293
2294 * elf32-ppc.c (ppc_elf_plt_type): New enumeration.
2295 (ppc_elf_link_hash_table): Replace old_got and new_got with
2296 plt_type and can_use_new_plt.
2297 (ppc_elf_create_dynamic_sections): Add SEC_HAS_CONTENTS,
2298 SEC_LOAD and SEC_READONLY to the VxWorks .plt flags.
2299 (ppc_elf_check_relocs): Set can_use_new_plt instead of new_plt.
2300 Move from plt_type == PLT_UNSET to PLT_OLD instead of setting old_plt.
2301 (ppc_elf_select_plt_layout): Move from plt_type == PLT_UNSET to
2302 either plt_type == PLT_OLD or plt_type == PLT_NEW. Assert that
2303 this function should not be called for VxWorks targets.
2304 (ppc_elf_tls_setup): Use plt_type instead of old_got.
2305 (allocate_got): Likewise. Rearrange so that max_before_header
2306 is only used for PLT_OLD and PLT_NEW.
2307 (allocate_dynrelocs): Use plt_type instead of old_got and is_vxworks.
2308 (ppc_elf_size_dynamic_sections): Likewise.
2309 (ppc_elf_relax_section): Likewise.
2310 (ppc_elf_relocate_section): Likewise.
2311 (ppc_elf_finish_dynamic_symbol): Likewise.
2312 (ppc_elf_vxworks_link_hash_table_create): Initialize plt_type.
2313
5ae0bfb6
RS
23142006-02-28 Richard Sandiford <richard@codesourcery.com>
2315
2316 * elf32-i386.c (elf_i386_link_hash_table): Add next_tls_desc_index.
2317 (elf_i386_link_hash_table_create): Initialize it.
2318 (elf_i386_compute_jump_table_size): Use it instead of
2319 srelplt->reloc_count.
2320 (allocate_dynrelocs): Likewise.
2321 (elf_i386_size_dynamic_sections): Likewise.
2322 (elf_i386_relocate_section): Likewise.
2323
63752a75
JJ
23242006-02-27 Jakub Jelinek <jakub@redhat.com>
2325
2326 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle S flag.
2327 (_bfd_elf_write_section_eh_frame): Likewise.
2328
f7d9e5c3
CD
23292006-02-27 Carlos O'Donell <carlos@codesourcery.com>
2330
2331 * po/Make-in: Add html target.
2332
22edb2f1
RS
23332006-02-27 Richard Sandiford <richard@codesourcery.com>
2334
2335 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the
2336 cached hgot entry to check for _GLOBAL_OFFSET_TABLE_.
2337 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Likewise.
2338 * elf32-bfin.c (bfin_finish_dynamic_symbol): Likewise.
2339 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
2340 * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
2341 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
2342 * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise.
2343 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Likewise.
2344 * elf32-sh.c (sh_elf_finish_dynamic_symbol): Likewise.
2345 * elf32-vax.c (elf_vax_finish_dynamic_symbol): Likewise.
2346 * elf32-xtensa.c (elf_xtensa_finish_dynamic_symbol): Likewise.
2347 * elf64-sh64.c (sh64_elf64_finish_dynamic_symbol): Likewise.
2348 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likewise.
2349 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
2350 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise. Also use
2351 the cached hplt entry to check for _PROCEDURE_LINKAGE_TABLE_.
2352 * elf64-alpha.c (elf64_alpha_finish_dynamic_symbol): Likewise.
2353 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
2354 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Likewise.
2355 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
2356
7325306f
RS
23572006-02-25 Richard Sandiford <richard@codesourcery.com>
2358
2359 * elf-bfd.h (elf_link_hash_table): Add hplt field.
2360 * elflink.c (_bfd_elf_create_dynamic_sections): Initialize it.
2361 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
2362 * elf32-frv.c (_frv_create_got_section): Likewise.
2363 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
2364 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
2365 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
2366 * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
2367 * elf32-i386.c (elf_i386_link_hash_table): Remove hgot and hplt.
2368 (elf_i386_link_hash_table_create): Don't initialize them.
2369 (elf_i386_size_dynamic_sections): Use the generic ELF hplt and
2370 hgot fields.
2371 (elf_i386_finish_dynamic_symbol): Likewise.
2372 * elf32-ppc.c (ppc_elf_link_hash_table): Remove hplt.
2373 (ppc_elf_size_dynamic_sections): Use the generic ELF hplt fields.
2374 (ppc_elf_finish_dynamic_symbol): Likewise.
2375
6772dd07
DD
23762006-02-24 DJ Delorie <dj@redhat.com>
2377
2378 * elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
2379 (m32c_elf_relocate_section): Don't relocate them.
2380 (compare_reloc): New.
2381 (relax_reloc): Remove.
2382 (m32c_offset_for_reloc): New.
2383 (m16c_addr_encodings): New.
2384 (m16c_jmpaddr_encodings): New.
2385 (m32c_addr_encodings): New.
2386 (m32c_elf_relax_section): Relax jumps and address displacements.
2387 (m32c_elf_relax_delete_bytes): Adjust for internal syms. Fix up
2388 short jumps.
2389
2390 * reloc.c: Add m32c relax relocs.
2391 * libbfd.h: Regenerate.
2392 * bfd-in2.h: Regenerate.
2393
508c3946
L
23942006-02-24 H.J. Lu <hongjiu.lu@intel.com>
2395
2396 PR ld/2218
2397 * elf-bfd.h (elf_backend_data): Add elf_backend_fixup_symbol.
2398 (_bfd_elf_link_hash_fixup_symbol): New.
2399
2400 * elflink.c (_bfd_elf_link_hash_fixup_symbol): New.
2401 (_bfd_elf_fix_symbol_flags): Call elf_backend_fixup_symbol if
2402 it isn't NULL.
2403
2404 * elfxx-ia64.c (elf_backend_fixup_symbol): Defined.
2405
2406 * elfxx-target.h (elf_backend_fixup_symbol): New.
2407 (elfNN_bed): Initialize elf_backend_fixup_symbol.
2408
59cf82fe
L
24092006-02-23 H.J. Lu <hongjiu.lu@intel.com>
2410
2411 * cpu-ia64-opc.c (ins_immu5b): New.
2412 (ext_immu5b): Likewise.
2413 (elf64_ia64_operands): Add IMMU5b.
2414
22d606e9
AM
24152006-02-21 Alan Modra <amodra@bigpond.net.au>
2416
2417 PR ld/2218
2418 * elf32-arm.c (allocate_dynrelocs): Ensure undef weak sym in pie
2419 is dynamic.
2420 * elf32-hppa.c (allocate_dynrelocs): Likewise.
2421 * elf32-i386.c (allocate_dynrelocs): Likewise.
2422 * elf32-s390.c (allocate_dynrelocs): Likewise.
2423 * elf32-sh.c (allocate_dynrelocs): Likewise.
2424 * elf64-s390.c (allocate_dynrelocs): Likewise.
2425 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2426 * elf32-m32r.c (allocate_dynrelocs): Likewise. Discard relocs
2427 on undef weak with non-default visibility too.
2428 * elfxx-sparc.c (allocate_dynrelocs): Ditto.
2429
3168356f
AM
24302006-02-21 Alan Modra <amodra@bigpond.net.au>
2431
2432 * bfd.c: (_bfd_default_error_handler): Don't call abort on
2433 error, instead call _exit.
2434 (_bfd_abort): Call _exit not xexit.
2435
888b45b8
KB
24362006-02-17 Kevin Buettner <kevinb@redhat.com>
2437
2438 * elf32-frv.c (elf32_frv_grok_prstatus, elf32_frv_grok_psinfo):
2439 New functions.
2440 * elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
2441
d70c5fc7
NC
24422006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
2443 Anil Paranjape <anilp1@kpitcummins.com>
2444 Shilin Shakti <shilins@kpitcummins.com>
2445
2446 * Makefile.am: Add xc16x related entry
2447 * Makefile.in: Regenerate
2448 * archures.c: Add bfd_xc16x_arch
2449 * bfd-in2.h: Regenerate
2450 * config.bfd: Add xc16x-*-elf
2451 * configure.in: Add bfd_elf32_xc16x_vec
2452 * configure: Regenerate.
2453 * targets.c: Added xc16x related information
2454 * cpu-xc16x.c: New file
2455 * reloc.c: Add new relocations specific to xc16x:
2456 BFD_RELOC_XC16X_PAG, BFD_RELOC_XC16X_POF, BFD_RELOC_XC16X_SEG,
2457 BFD_RELOC_XC16X_SOF
2458 * elf32-xc16x.c: New file.
2459
cab87ef9
AM
24602006-02-17 Alan Modra <amodra@bigpond.net.au>
2461
2462 * elf32-ppc.c (allocate_dynrelocs): Tweak undef weak handling.
2463 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2464
dfbb6ac9
AM
24652006-02-17 Alan Modra <amodra@bigpond.net.au>
2466
2467 PR ld/2218
2468 * elf64-ppc.c (allocate_dynrelocs): Ensure undef weak sym is
2469 dynamic.
2470 (ppc64_elf_relocate_section): Check output reloc section size.
2471 * elf32-ppc.c (allocate_dynrelocs): Simplify undef weak test.
2472
cedc298e
L
24732006-02-16 H.J. Lu <hongjiu.lu@intel.com>
2474
2475 PR ld/2322
2476 * elf.c (get_segment_type): New function.
2477 (_bfd_elf_print_private_bfd_data): Use it.
2478 (print_segment_map): New function.
2479 (assign_file_positions_for_segments): Call print_segment_map
2480 when there are not enough room for program headers.
2481
aaa2ab3d
NH
24822006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
2483
2484 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use
2485 traditional MIPS ELF targets.
2486
35ccda9e
L
24872006-02-15 H.J. Lu <hongjiu.lu@intel.com>
2488
2489 PR binutils/2338
2490 * dwarf2.c (check_function_name): New function.
2491 (_bfd_dwarf2_find_nearest_line): Use check_function_name to
2492 check if function is correct.
2493
e0ae6d6f
AM
24942006-02-16 Alan Modra <amodra@bigpond.net.au>
2495
2496 * elflink.c (_bfd_elf_default_action_discarded): Return 0 for
2497 debug sections.
2498 (elf_link_input_bfd): Adjust comments.
2499
d55ce4e2
L
25002006-02-10 H.J. Lu <hongjiu.lu@intel.com>
2501
2502 * elf.c (copy_private_bfd_data): Minor update.
2503
84d1d650
L
25042006-02-10 H.J. Lu <hongjiu.lu@intel.com>
2505
2506 PR binutils/2258
2507 * elf.c (copy_private_bfd_data): Renamed to ...
2508 (rewrite_elf_program_header): This.
2509 (copy_elf_program_header): New function.
2510 (copy_private_bfd_data): Likewise.
2511
25122006-02-07 Nathan Sidwell <nathan@codesourcery.com>
266abb8f
NS
2513
2514 * archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
2515 bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_mach_mcf528x,
2516 bfd_mach_mcfv4e, bfd_mach_mcf521x, bfd_mach_mcf5249,
2517 bfd_mach_mcf547x, bfd_mach_mcf548x): Remove.
2518 (bfd_mach_mcf_isa_a, bfd_mach_mcf_isa_a_div,
2519 bfd_mach_mcf_isa_a_div_mac, bfd_mach_mcf_isa_a_div_emac,
2520 bfd_mach_mcf_isa_aplus, bfd_mach_mcf_isa_aplus_mac,
2521 bfd_mach_mcf_isa_aplus_emac, bfd_mach_mcf_isa_aplus_usp,
2522 bfd_mach_mcf_isa_aplus_usp_mac, bfd_mach_mcf_isa_aplus_usp_emac,
2523 bfd_mach_mcf_isa_b, bfd_mach_mcf_isa_b_mac, bfd_mach_mcf_isa_b_emac,
2524 bfd_mach_mcf_isa_b_usp_float, bfd_mach_mcf_isa_b_usp_float_mac,
2525 bfd_mach_mcf_isa_b_usp_float_emac): New.
2526 (bfd_default_scan): Update coldfire mapping.
2527 * bfd-in.h (bfd_m68k_mach_to_features,
2528 bfd_m68k_features_to_mach): Declare.
2529 * bfd-in2.h: Rebuilt.
2530 * cpu-m68k.c (arch_info_struct): Add new coldfire machines,
2531 adjust legacy names.
2532 (m68k_arch_features): New.
2533 (bfd_m68k_mach_to_features,
2534 bfd_m68k_features_to_mach): Define.
2535 * elf32-m68k.c (elf32_m68k_object_p): New.
2536 (elf32_m68k_merge_private_bfd_data): Merge the CF EF flags.
2537 (elf32_m68k_print_private_bfd_data): Print the CF EF flags.
2538 (elf_backend_object_p): Define.
2539 * ieee.c (ieee_write_processor): Update coldfire machines.
2540 * libbfd.h: Rebuilt.
2541
75eb734c
SE
25422006-02-06 Steve Ellcey <sje@cup.hp.com>
2543
2544 * elfxx-ia64.c (elfNN_ia64_fake_sections): Set SHF_IA_64_HP_TLS
2545 if SHF_TLS is set.
2546
134dcee5
AM
25472006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl>
2548
2549 * coff-z80.c (r_imm24): New howto.
2550 (rtype2howto): New case R_IMM24.
2551 (coff_z80_reloc_type_lookup): New case BFD_RELOC_24.
2552 (extra_case): Use bfd_get_8 for R_IMM8, new case R_IMM24.
2553
4005427f
RS
25542006-02-04 Richard Sandiford <richard@codesourcery.com>
2555
2556 * elfxx-mips.c (mips_elf_initialize_tls_index): If a TLS symbol
2557 has already been assigned a GOT index, copy that index to the
2558 current hash table entry.
2559
bb29dfea
EB
25602006-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2561
2562 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
2563 for call-to-undefweak reloc overflow.
2564
dc669dc8
EB
25652006-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
2566
2567 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
2568 for 32-bit relocs overflow.
2569
1a0eb693
PB
25702006-01-27 Paul Brook <paul@codesourcery.com>
2571
2572 * elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
2573 objects.
2574
67a4f2b7
AO
25752006-01-18 Alexandre Oliva <aoliva@redhat.com>
2576
2577 Introduce TLS descriptors for i386 and x86_64.
2578 * reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
2579 BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
2580 BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
2581 * libbfd.h, bfd-in2.h: Rebuilt.
2582 * elf32-i386.c (elf_howto_table): New relocations.
2583 (R_386_tls): Adjust.
2584 (elf_i386_reloc_type_lookup): Map new relocations.
2585 (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
2586 (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
2587 (struct elf_i386_link_hash_entry): Add tlsdesc_got field.
2588 (struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
2589 (elf_i386_local_tlsdesc_gotent): New macro.
2590 (struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
2591 (elf_i386_compute_jump_table_size): New macro.
2592 (link_hash_newfunc): Initialize tlsdesc_got.
2593 (elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
2594 (elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
2595 R_386_TLS_DESC_CALL.
2596 (elf_i386_check_relocs): Likewise. Allocate space for
2597 local_tlsdesc_gotent.
2598 (elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
2599 R_386_TLS_DESC_CALL.
2600 (allocate_dynrelocs): Count function PLT relocations. Reserve
2601 space for TLS descriptors and relocations.
2602 (elf_i386_size_dynamic_sections): Reserve space for TLS
2603 descriptors and relocations. Set up sgotplt_jump_table_size.
2604 Don't zero reloc_count in srelplt.
2605 (elf_i386_always_size_sections): New. Set up _TLS_MODULE_BASE_.
2606 (elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
2607 R_386_TLS_DESC_CALL.
2608 (elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
2609 (elf_backend_always_size_sections): Define.
2610 * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
2611 R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
2612 (R_X86_64_standard): Adjust.
2613 (x86_64_reloc_map): Map new relocs.
2614 (elf64_x86_64_rtype_to_howto): New, split out of...
2615 (elf64_x86_64_info_to_howto): ... this function, and...
2616 (elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
2617 (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
2618 (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
2619 (struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
2620 (struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
2621 (elf64_x86_64_local_tlsdesc_gotent): New macro.
2622 (struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
2623 tlsdesc_got and sgotplt_jump_table_size fields.
2624 (elf64_x86_64_compute_jump_table_size): New macro.
2625 (link_hash_newfunc): Initialize tlsdesc_got.
2626 (elf64_x86_64_link_hash_table_create): Initialize new fields.
2627 (elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
2628 R_X86_64_TLSDESC_CALL.
2629 (elf64_x86_64_check_relocs): Likewise. Allocate space for
2630 local_tlsdesc_gotent.
2631 (elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
2632 R_X86_64_TLSDESC_CALL.
2633 (allocate_dynrelocs): Count function PLT relocations. Reserve
2634 space for TLS descriptors and relocations.
2635 (elf64_x86_64_size_dynamic_sections): Reserve space for TLS
2636 descriptors and relocations. Set up sgotplt_jump_table_size,
2637 tlsdesc_plt and tlsdesc_got. Make room for them. Don't zero
2638 reloc_count in srelplt. Add dynamic entries for DT_TLSDESC_PLT
2639 and DT_TLSDESC_GOT.
2640 (elf64_x86_64_always_size_sections): New. Set up
2641 _TLS_MODULE_BASE_.
2642 (elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
2643 R_386_TLS_DESC_CALL.
2644 (elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
2645 (elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
2646 DT_TLSDESC_GOT. Set up TLS descriptor lazy resolver PLT entry.
2647 (elf_backend_always_size_sections): Define.
2648
6dd55cb7
L
26492006-01-17 H.J. Lu <hongjiu.lu@intel.com>
2650
2651 PR binutils/2096
2652 * dwarf2.c (comp_unit_contains_address): Update comment.
2653 (_bfd_dwarf2_find_nearest_line): Use section's vma, instead of
2654 lma. Return TRUE only if both comp_unit_contains_address and
2655 comp_unit_find_nearest_line return TRUE.
2656 (_bfd_dwarf2_find_line): Use section's vma, instead of lma.
2657
64d03ab5
AM
26582006-01-18 Alan Modra <amodra@bigpond.net.au>
2659
2660 * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
2661 (bfd_elf_gc_mark_dynamic_ref_symbol): Declare.
2662 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Rename from
2663 elf_gc_mark_dynamic_ref_symbol. Make global.
2664 (bfd_elf_gc_sections): Call bed->gc_mark_dynamic_ref.
2665 * elfxx-target.h (elf_backend_gc_mark_dynamic_ref): Define.
2666 (elfNN_bed): Init new field.
2667 * elf64-ppc.c (elf_backend_gc_mark_dynamic_ref): Define.
2668 (ppc64_elf_gc_mark_dynamic_ref): New function.
2669
b56cbdb9
AM
26702006-01-17 Alan Modra <amodra@bigpond.net.au>
2671
2672 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.
2673
6c10990d
NC
26742006-01-17 Nick Clifton <nickc@redhat.com>
2675
2676 PR binutils/2159
2677 * elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused
2678 parameters.
2679
d7f735da
NC
26802006-01-11 Nick Clifton <nickc@redhat.com>
2681
2682 * elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry
2683 into the newly (re)allocated map array.
2684
2bfd55ca
NC
26852006-01-09 Alexis Wilke <alexis_wilke@yahoo.com>
2686
2687 * peXXigen.c (tbl): Add comma after "HIGH3ADJ".
2688
bce50a28
JJ
26892006-01-01 Jakub Jelinek <jakub@redhat.com>
2690
2691 * elf64-ppc.c (ppc64_elf_action_discarded): Return 0
2692 for .toc1 section.
2693
e88d958a 2694For older changes see ChangeLog-2005
56882138
AM
2695\f
2696Local Variables:
2697mode: change-log
2698left-margin: 8
2699fill-column: 74
2700version-control: never
2701End:
This page took 0.478068 seconds and 4 git commands to generate.