[ARC] General fixes.
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
CommitLineData
252b5132 1/* Intel 80386/80486-specific support for 32-bit ELF
6f2750fe 2 Copyright (C) 1993-2016 Free Software Foundation, Inc.
252b5132 3
571fe01f 4 This file is part of BFD, the Binary File Descriptor library.
252b5132 5
571fe01f
NC
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
cd123cb7 8 the Free Software Foundation; either version 3 of the License, or
571fe01f 9 (at your option) any later version.
252b5132 10
571fe01f
NC
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
252b5132 15
571fe01f
NC
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
cd123cb7
NC
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
252b5132 20
252b5132 21#include "sysdep.h"
3db64b00 22#include "bfd.h"
252b5132
RH
23#include "bfdlink.h"
24#include "libbfd.h"
25#include "elf-bfd.h"
5a68afcf 26#include "elf-nacl.h"
eac338cf 27#include "elf-vxworks.h"
142411ca 28#include "bfd_stdint.h"
c25bc9fc
L
29#include "objalloc.h"
30#include "hashtab.h"
e41b3a13 31#include "dwarf2.h"
02a86693 32#include "opcode/i386.h"
252b5132 33
55fd94b0
AM
34/* 386 uses REL relocations instead of RELA. */
35#define USE_REL 1
252b5132
RH
36
37#include "elf/i386.h"
38
39static reloc_howto_type elf_howto_table[]=
40{
6346d5ca 41 HOWTO(R_386_NONE, 0, 3, 0, FALSE, 0, complain_overflow_dont,
1b452ec6 42 bfd_elf_generic_reloc, "R_386_NONE",
b34976b6
AM
43 TRUE, 0x00000000, 0x00000000, FALSE),
44 HOWTO(R_386_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 45 bfd_elf_generic_reloc, "R_386_32",
b34976b6
AM
46 TRUE, 0xffffffff, 0xffffffff, FALSE),
47 HOWTO(R_386_PC32, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
1b452ec6 48 bfd_elf_generic_reloc, "R_386_PC32",
b34976b6
AM
49 TRUE, 0xffffffff, 0xffffffff, TRUE),
50 HOWTO(R_386_GOT32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 51 bfd_elf_generic_reloc, "R_386_GOT32",
b34976b6
AM
52 TRUE, 0xffffffff, 0xffffffff, FALSE),
53 HOWTO(R_386_PLT32, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
1b452ec6 54 bfd_elf_generic_reloc, "R_386_PLT32",
b34976b6
AM
55 TRUE, 0xffffffff, 0xffffffff, TRUE),
56 HOWTO(R_386_COPY, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 57 bfd_elf_generic_reloc, "R_386_COPY",
b34976b6
AM
58 TRUE, 0xffffffff, 0xffffffff, FALSE),
59 HOWTO(R_386_GLOB_DAT, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 60 bfd_elf_generic_reloc, "R_386_GLOB_DAT",
b34976b6
AM
61 TRUE, 0xffffffff, 0xffffffff, FALSE),
62 HOWTO(R_386_JUMP_SLOT, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 63 bfd_elf_generic_reloc, "R_386_JUMP_SLOT",
b34976b6
AM
64 TRUE, 0xffffffff, 0xffffffff, FALSE),
65 HOWTO(R_386_RELATIVE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 66 bfd_elf_generic_reloc, "R_386_RELATIVE",
b34976b6
AM
67 TRUE, 0xffffffff, 0xffffffff, FALSE),
68 HOWTO(R_386_GOTOFF, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
1b452ec6 69 bfd_elf_generic_reloc, "R_386_GOTOFF",
b34976b6
AM
70 TRUE, 0xffffffff, 0xffffffff, FALSE),
71 HOWTO(R_386_GOTPC, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
1b452ec6 72 bfd_elf_generic_reloc, "R_386_GOTPC",
b34976b6 73 TRUE, 0xffffffff, 0xffffffff, TRUE),
1b452ec6 74
dc47f327
AM
75 /* We have a gap in the reloc numbers here.
76 R_386_standard counts the number up to this point, and
77 R_386_ext_offset is the value to subtract from a reloc type of
78 R_386_16 thru R_386_PC8 to form an index into this table. */
55fd94b0
AM
79#define R_386_standard (R_386_GOTPC + 1)
80#define R_386_ext_offset (R_386_TLS_TPOFF - R_386_standard)
1b452ec6 81
37e55690 82 /* These relocs are a GNU extension. */
b34976b6 83 HOWTO(R_386_TLS_TPOFF, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
37e55690 84 bfd_elf_generic_reloc, "R_386_TLS_TPOFF",
b34976b6
AM
85 TRUE, 0xffffffff, 0xffffffff, FALSE),
86 HOWTO(R_386_TLS_IE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
37e55690 87 bfd_elf_generic_reloc, "R_386_TLS_IE",
b34976b6
AM
88 TRUE, 0xffffffff, 0xffffffff, FALSE),
89 HOWTO(R_386_TLS_GOTIE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
37e55690 90 bfd_elf_generic_reloc, "R_386_TLS_GOTIE",
b34976b6
AM
91 TRUE, 0xffffffff, 0xffffffff, FALSE),
92 HOWTO(R_386_TLS_LE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 93 bfd_elf_generic_reloc, "R_386_TLS_LE",
b34976b6
AM
94 TRUE, 0xffffffff, 0xffffffff, FALSE),
95 HOWTO(R_386_TLS_GD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 96 bfd_elf_generic_reloc, "R_386_TLS_GD",
b34976b6
AM
97 TRUE, 0xffffffff, 0xffffffff, FALSE),
98 HOWTO(R_386_TLS_LDM, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 99 bfd_elf_generic_reloc, "R_386_TLS_LDM",
b34976b6
AM
100 TRUE, 0xffffffff, 0xffffffff, FALSE),
101 HOWTO(R_386_16, 0, 1, 16, FALSE, 0, complain_overflow_bitfield,
1b452ec6 102 bfd_elf_generic_reloc, "R_386_16",
b34976b6 103 TRUE, 0xffff, 0xffff, FALSE),
b0360d8c 104 HOWTO(R_386_PC16, 0, 1, 16, TRUE, 0, complain_overflow_bitfield,
1b452ec6 105 bfd_elf_generic_reloc, "R_386_PC16",
b34976b6
AM
106 TRUE, 0xffff, 0xffff, TRUE),
107 HOWTO(R_386_8, 0, 0, 8, FALSE, 0, complain_overflow_bitfield,
1b452ec6 108 bfd_elf_generic_reloc, "R_386_8",
b34976b6
AM
109 TRUE, 0xff, 0xff, FALSE),
110 HOWTO(R_386_PC8, 0, 0, 8, TRUE, 0, complain_overflow_signed,
1b452ec6 111 bfd_elf_generic_reloc, "R_386_PC8",
b34976b6 112 TRUE, 0xff, 0xff, TRUE),
dc47f327 113
55fd94b0
AM
114#define R_386_ext (R_386_PC8 + 1 - R_386_ext_offset)
115#define R_386_tls_offset (R_386_TLS_LDO_32 - R_386_ext)
13ae64f3 116 /* These are common with Solaris TLS implementation. */
b34976b6 117 HOWTO(R_386_TLS_LDO_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 118 bfd_elf_generic_reloc, "R_386_TLS_LDO_32",
b34976b6
AM
119 TRUE, 0xffffffff, 0xffffffff, FALSE),
120 HOWTO(R_386_TLS_IE_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 121 bfd_elf_generic_reloc, "R_386_TLS_IE_32",
b34976b6
AM
122 TRUE, 0xffffffff, 0xffffffff, FALSE),
123 HOWTO(R_386_TLS_LE_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 124 bfd_elf_generic_reloc, "R_386_TLS_LE_32",
b34976b6
AM
125 TRUE, 0xffffffff, 0xffffffff, FALSE),
126 HOWTO(R_386_TLS_DTPMOD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 127 bfd_elf_generic_reloc, "R_386_TLS_DTPMOD32",
b34976b6
AM
128 TRUE, 0xffffffff, 0xffffffff, FALSE),
129 HOWTO(R_386_TLS_DTPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 130 bfd_elf_generic_reloc, "R_386_TLS_DTPOFF32",
b34976b6
AM
131 TRUE, 0xffffffff, 0xffffffff, FALSE),
132 HOWTO(R_386_TLS_TPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
13ae64f3 133 bfd_elf_generic_reloc, "R_386_TLS_TPOFF32",
b34976b6 134 TRUE, 0xffffffff, 0xffffffff, FALSE),
1788fc08
L
135 HOWTO(R_386_SIZE32, 0, 2, 32, FALSE, 0, complain_overflow_unsigned,
136 bfd_elf_generic_reloc, "R_386_SIZE32",
137 TRUE, 0xffffffff, 0xffffffff, FALSE),
67a4f2b7
AO
138 HOWTO(R_386_TLS_GOTDESC, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
139 bfd_elf_generic_reloc, "R_386_TLS_GOTDESC",
140 TRUE, 0xffffffff, 0xffffffff, FALSE),
141 HOWTO(R_386_TLS_DESC_CALL, 0, 0, 0, FALSE, 0, complain_overflow_dont,
142 bfd_elf_generic_reloc, "R_386_TLS_DESC_CALL",
143 FALSE, 0, 0, FALSE),
144 HOWTO(R_386_TLS_DESC, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
145 bfd_elf_generic_reloc, "R_386_TLS_DESC",
146 TRUE, 0xffffffff, 0xffffffff, FALSE),
cbe950e9
L
147 HOWTO(R_386_IRELATIVE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
148 bfd_elf_generic_reloc, "R_386_IRELATIVE",
149 TRUE, 0xffffffff, 0xffffffff, FALSE),
02a86693
L
150 HOWTO(R_386_GOT32X, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
151 bfd_elf_generic_reloc, "R_386_GOT32X",
152 TRUE, 0xffffffff, 0xffffffff, FALSE),
13ae64f3
JJ
153
154 /* Another gap. */
02a86693 155#define R_386_ext2 (R_386_GOT32X + 1 - R_386_tls_offset)
c74be520 156#define R_386_vt_offset (R_386_GNU_VTINHERIT - R_386_ext2)
252b5132
RH
157
158/* GNU extension to record C++ vtable hierarchy. */
252b5132
RH
159 HOWTO (R_386_GNU_VTINHERIT, /* type */
160 0, /* rightshift */
161 2, /* size (0 = byte, 1 = short, 2 = long) */
162 0, /* bitsize */
b34976b6 163 FALSE, /* pc_relative */
252b5132
RH
164 0, /* bitpos */
165 complain_overflow_dont, /* complain_on_overflow */
166 NULL, /* special_function */
167 "R_386_GNU_VTINHERIT", /* name */
b34976b6 168 FALSE, /* partial_inplace */
252b5132
RH
169 0, /* src_mask */
170 0, /* dst_mask */
b34976b6 171 FALSE), /* pcrel_offset */
252b5132
RH
172
173/* GNU extension to record C++ vtable member usage. */
252b5132
RH
174 HOWTO (R_386_GNU_VTENTRY, /* type */
175 0, /* rightshift */
176 2, /* size (0 = byte, 1 = short, 2 = long) */
177 0, /* bitsize */
b34976b6 178 FALSE, /* pc_relative */
252b5132
RH
179 0, /* bitpos */
180 complain_overflow_dont, /* complain_on_overflow */
181 _bfd_elf_rel_vtable_reloc_fn, /* special_function */
182 "R_386_GNU_VTENTRY", /* name */
b34976b6 183 FALSE, /* partial_inplace */
252b5132
RH
184 0, /* src_mask */
185 0, /* dst_mask */
b34976b6 186 FALSE) /* pcrel_offset */
dc47f327 187
55fd94b0 188#define R_386_vt (R_386_GNU_VTENTRY + 1 - R_386_vt_offset)
dc47f327
AM
189
190};
191
252b5132 192#ifdef DEBUG_GEN_RELOC
55fd94b0
AM
193#define TRACE(str) \
194 fprintf (stderr, "i386 bfd reloc lookup %d (%s)\n", code, str)
252b5132
RH
195#else
196#define TRACE(str)
197#endif
198
199static reloc_howto_type *
55fd94b0
AM
200elf_i386_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
201 bfd_reloc_code_real_type code)
252b5132
RH
202{
203 switch (code)
204 {
205 case BFD_RELOC_NONE:
206 TRACE ("BFD_RELOC_NONE");
55fd94b0 207 return &elf_howto_table[R_386_NONE];
252b5132
RH
208
209 case BFD_RELOC_32:
210 TRACE ("BFD_RELOC_32");
55fd94b0 211 return &elf_howto_table[R_386_32];
252b5132
RH
212
213 case BFD_RELOC_CTOR:
214 TRACE ("BFD_RELOC_CTOR");
55fd94b0 215 return &elf_howto_table[R_386_32];
252b5132
RH
216
217 case BFD_RELOC_32_PCREL:
218 TRACE ("BFD_RELOC_PC32");
55fd94b0 219 return &elf_howto_table[R_386_PC32];
252b5132
RH
220
221 case BFD_RELOC_386_GOT32:
222 TRACE ("BFD_RELOC_386_GOT32");
55fd94b0 223 return &elf_howto_table[R_386_GOT32];
252b5132
RH
224
225 case BFD_RELOC_386_PLT32:
226 TRACE ("BFD_RELOC_386_PLT32");
55fd94b0 227 return &elf_howto_table[R_386_PLT32];
252b5132
RH
228
229 case BFD_RELOC_386_COPY:
230 TRACE ("BFD_RELOC_386_COPY");
55fd94b0 231 return &elf_howto_table[R_386_COPY];
252b5132
RH
232
233 case BFD_RELOC_386_GLOB_DAT:
234 TRACE ("BFD_RELOC_386_GLOB_DAT");
55fd94b0 235 return &elf_howto_table[R_386_GLOB_DAT];
252b5132
RH
236
237 case BFD_RELOC_386_JUMP_SLOT:
238 TRACE ("BFD_RELOC_386_JUMP_SLOT");
55fd94b0 239 return &elf_howto_table[R_386_JUMP_SLOT];
252b5132
RH
240
241 case BFD_RELOC_386_RELATIVE:
242 TRACE ("BFD_RELOC_386_RELATIVE");
55fd94b0 243 return &elf_howto_table[R_386_RELATIVE];
252b5132
RH
244
245 case BFD_RELOC_386_GOTOFF:
246 TRACE ("BFD_RELOC_386_GOTOFF");
55fd94b0 247 return &elf_howto_table[R_386_GOTOFF];
252b5132
RH
248
249 case BFD_RELOC_386_GOTPC:
250 TRACE ("BFD_RELOC_386_GOTPC");
55fd94b0 251 return &elf_howto_table[R_386_GOTPC];
252b5132 252
37e55690
JJ
253 /* These relocs are a GNU extension. */
254 case BFD_RELOC_386_TLS_TPOFF:
255 TRACE ("BFD_RELOC_386_TLS_TPOFF");
55fd94b0 256 return &elf_howto_table[R_386_TLS_TPOFF - R_386_ext_offset];
37e55690
JJ
257
258 case BFD_RELOC_386_TLS_IE:
259 TRACE ("BFD_RELOC_386_TLS_IE");
55fd94b0 260 return &elf_howto_table[R_386_TLS_IE - R_386_ext_offset];
37e55690
JJ
261
262 case BFD_RELOC_386_TLS_GOTIE:
263 TRACE ("BFD_RELOC_386_TLS_GOTIE");
55fd94b0 264 return &elf_howto_table[R_386_TLS_GOTIE - R_386_ext_offset];
37e55690 265
13ae64f3
JJ
266 case BFD_RELOC_386_TLS_LE:
267 TRACE ("BFD_RELOC_386_TLS_LE");
55fd94b0 268 return &elf_howto_table[R_386_TLS_LE - R_386_ext_offset];
13ae64f3
JJ
269
270 case BFD_RELOC_386_TLS_GD:
271 TRACE ("BFD_RELOC_386_TLS_GD");
55fd94b0 272 return &elf_howto_table[R_386_TLS_GD - R_386_ext_offset];
13ae64f3
JJ
273
274 case BFD_RELOC_386_TLS_LDM:
275 TRACE ("BFD_RELOC_386_TLS_LDM");
55fd94b0 276 return &elf_howto_table[R_386_TLS_LDM - R_386_ext_offset];
13ae64f3 277
252b5132
RH
278 case BFD_RELOC_16:
279 TRACE ("BFD_RELOC_16");
55fd94b0 280 return &elf_howto_table[R_386_16 - R_386_ext_offset];
252b5132
RH
281
282 case BFD_RELOC_16_PCREL:
283 TRACE ("BFD_RELOC_16_PCREL");
55fd94b0 284 return &elf_howto_table[R_386_PC16 - R_386_ext_offset];
252b5132
RH
285
286 case BFD_RELOC_8:
287 TRACE ("BFD_RELOC_8");
55fd94b0 288 return &elf_howto_table[R_386_8 - R_386_ext_offset];
252b5132
RH
289
290 case BFD_RELOC_8_PCREL:
291 TRACE ("BFD_RELOC_8_PCREL");
55fd94b0 292 return &elf_howto_table[R_386_PC8 - R_386_ext_offset];
252b5132 293
13ae64f3
JJ
294 /* Common with Sun TLS implementation. */
295 case BFD_RELOC_386_TLS_LDO_32:
296 TRACE ("BFD_RELOC_386_TLS_LDO_32");
55fd94b0 297 return &elf_howto_table[R_386_TLS_LDO_32 - R_386_tls_offset];
13ae64f3
JJ
298
299 case BFD_RELOC_386_TLS_IE_32:
300 TRACE ("BFD_RELOC_386_TLS_IE_32");
55fd94b0 301 return &elf_howto_table[R_386_TLS_IE_32 - R_386_tls_offset];
13ae64f3
JJ
302
303 case BFD_RELOC_386_TLS_LE_32:
304 TRACE ("BFD_RELOC_386_TLS_LE_32");
55fd94b0 305 return &elf_howto_table[R_386_TLS_LE_32 - R_386_tls_offset];
13ae64f3
JJ
306
307 case BFD_RELOC_386_TLS_DTPMOD32:
308 TRACE ("BFD_RELOC_386_TLS_DTPMOD32");
55fd94b0 309 return &elf_howto_table[R_386_TLS_DTPMOD32 - R_386_tls_offset];
13ae64f3
JJ
310
311 case BFD_RELOC_386_TLS_DTPOFF32:
312 TRACE ("BFD_RELOC_386_TLS_DTPOFF32");
55fd94b0 313 return &elf_howto_table[R_386_TLS_DTPOFF32 - R_386_tls_offset];
13ae64f3
JJ
314
315 case BFD_RELOC_386_TLS_TPOFF32:
316 TRACE ("BFD_RELOC_386_TLS_TPOFF32");
55fd94b0 317 return &elf_howto_table[R_386_TLS_TPOFF32 - R_386_tls_offset];
13ae64f3 318
1788fc08
L
319 case BFD_RELOC_SIZE32:
320 TRACE ("BFD_RELOC_SIZE32");
321 return &elf_howto_table[R_386_SIZE32 - R_386_tls_offset];
322
67a4f2b7
AO
323 case BFD_RELOC_386_TLS_GOTDESC:
324 TRACE ("BFD_RELOC_386_TLS_GOTDESC");
325 return &elf_howto_table[R_386_TLS_GOTDESC - R_386_tls_offset];
326
327 case BFD_RELOC_386_TLS_DESC_CALL:
328 TRACE ("BFD_RELOC_386_TLS_DESC_CALL");
329 return &elf_howto_table[R_386_TLS_DESC_CALL - R_386_tls_offset];
330
331 case BFD_RELOC_386_TLS_DESC:
332 TRACE ("BFD_RELOC_386_TLS_DESC");
333 return &elf_howto_table[R_386_TLS_DESC - R_386_tls_offset];
334
cbe950e9
L
335 case BFD_RELOC_386_IRELATIVE:
336 TRACE ("BFD_RELOC_386_IRELATIVE");
2a750708 337 return &elf_howto_table[R_386_IRELATIVE - R_386_tls_offset];
cbe950e9 338
02a86693
L
339 case BFD_RELOC_386_GOT32X:
340 TRACE ("BFD_RELOC_386_GOT32X");
341 return &elf_howto_table[R_386_GOT32X - R_386_tls_offset];
342
252b5132
RH
343 case BFD_RELOC_VTABLE_INHERIT:
344 TRACE ("BFD_RELOC_VTABLE_INHERIT");
55fd94b0 345 return &elf_howto_table[R_386_GNU_VTINHERIT - R_386_vt_offset];
252b5132
RH
346
347 case BFD_RELOC_VTABLE_ENTRY:
348 TRACE ("BFD_RELOC_VTABLE_ENTRY");
55fd94b0 349 return &elf_howto_table[R_386_GNU_VTENTRY - R_386_vt_offset];
252b5132
RH
350
351 default:
352 break;
353 }
354
355 TRACE ("Unknown");
356 return 0;
357}
358
157090f7
AM
359static reloc_howto_type *
360elf_i386_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
361 const char *r_name)
362{
363 unsigned int i;
364
365 for (i = 0; i < sizeof (elf_howto_table) / sizeof (elf_howto_table[0]); i++)
366 if (elf_howto_table[i].name != NULL
367 && strcasecmp (elf_howto_table[i].name, r_name) == 0)
368 return &elf_howto_table[i];
369
370 return NULL;
371}
372
142411ca
L
373static reloc_howto_type *
374elf_i386_rtype_to_howto (bfd *abfd, unsigned r_type)
252b5132 375{
dc47f327
AM
376 unsigned int indx;
377
378 if ((indx = r_type) >= R_386_standard
379 && ((indx = r_type - R_386_ext_offset) - R_386_standard
380 >= R_386_ext - R_386_standard)
13ae64f3 381 && ((indx = r_type - R_386_tls_offset) - R_386_ext
c74be520
L
382 >= R_386_ext2 - R_386_ext)
383 && ((indx = r_type - R_386_vt_offset) - R_386_ext2
384 >= R_386_vt - R_386_ext2))
252b5132 385 {
d003868e
AM
386 (*_bfd_error_handler) (_("%B: invalid relocation type %d"),
387 abfd, (int) r_type);
55fd94b0 388 indx = R_386_NONE;
252b5132 389 }
06614111
NC
390 /* PR 17512: file: 0f67f69d. */
391 if (elf_howto_table [indx].type != r_type)
392 return NULL;
142411ca
L
393 return &elf_howto_table[indx];
394}
395
396static void
397elf_i386_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
398 arelent *cache_ptr,
399 Elf_Internal_Rela *dst)
400{
401 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
402 cache_ptr->howto = elf_i386_rtype_to_howto (abfd, r_type);
252b5132
RH
403}
404
405/* Return whether a symbol name implies a local label. The UnixWare
406 2.1 cc generates temporary symbols that start with .X, so we
407 recognize them here. FIXME: do other SVR4 compilers also use .X?.
408 If so, we should move the .X recognition into
409 _bfd_elf_is_local_label_name. */
410
b34976b6 411static bfd_boolean
55fd94b0 412elf_i386_is_local_label_name (bfd *abfd, const char *name)
252b5132
RH
413{
414 if (name[0] == '.' && name[1] == 'X')
b34976b6 415 return TRUE;
252b5132
RH
416
417 return _bfd_elf_is_local_label_name (abfd, name);
418}
419\f
38701953 420/* Support for core dump NOTE sections. */
61adc1a4 421
b34976b6 422static bfd_boolean
55fd94b0 423elf_i386_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
38701953
AM
424{
425 int offset;
eea6121a 426 size_t size;
38701953 427
61adc1a4 428 if (note->namesz == 8 && strcmp (note->namedata, "FreeBSD") == 0)
38701953 429 {
61adc1a4
NC
430 int pr_version = bfd_get_32 (abfd, note->descdata);
431
432 if (pr_version != 1)
433 return FALSE;
434
435 /* pr_cursig */
228e534f 436 elf_tdata (abfd)->core->signal = bfd_get_32 (abfd, note->descdata + 20);
61adc1a4
NC
437
438 /* pr_pid */
228e534f 439 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24);
61adc1a4
NC
440
441 /* pr_reg */
442 offset = 28;
eea6121a 443 size = bfd_get_32 (abfd, note->descdata + 8);
61adc1a4
NC
444 }
445 else
446 {
447 switch (note->descsz)
448 {
449 default:
450 return FALSE;
38701953 451
61adc1a4
NC
452 case 144: /* Linux/i386 */
453 /* pr_cursig */
228e534f 454 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
38701953 455
61adc1a4 456 /* pr_pid */
228e534f 457 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24);
38701953 458
61adc1a4
NC
459 /* pr_reg */
460 offset = 72;
eea6121a 461 size = 68;
38701953 462
61adc1a4
NC
463 break;
464 }
38701953
AM
465 }
466
467 /* Make a ".reg/999" section. */
468 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
eea6121a 469 size, note->descpos + offset);
38701953
AM
470}
471
b34976b6 472static bfd_boolean
55fd94b0 473elf_i386_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
38701953 474{
61adc1a4 475 if (note->namesz == 8 && strcmp (note->namedata, "FreeBSD") == 0)
38701953 476 {
61adc1a4
NC
477 int pr_version = bfd_get_32 (abfd, note->descdata);
478
479 if (pr_version != 1)
b34976b6 480 return FALSE;
38701953 481
228e534f 482 elf_tdata (abfd)->core->program
61adc1a4 483 = _bfd_elfcore_strndup (abfd, note->descdata + 8, 17);
228e534f 484 elf_tdata (abfd)->core->command
61adc1a4
NC
485 = _bfd_elfcore_strndup (abfd, note->descdata + 25, 81);
486 }
487 else
488 {
489 switch (note->descsz)
490 {
491 default:
492 return FALSE;
493
494 case 124: /* Linux/i386 elf_prpsinfo. */
228e534f 495 elf_tdata (abfd)->core->pid
261b8d08 496 = bfd_get_32 (abfd, note->descdata + 12);
228e534f 497 elf_tdata (abfd)->core->program
61adc1a4 498 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
228e534f 499 elf_tdata (abfd)->core->command
61adc1a4
NC
500 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
501 }
38701953
AM
502 }
503
504 /* Note that for some reason, a spurious space is tacked
505 onto the end of the args in some (at least one anyway)
506 implementations, so strip it off if it exists. */
38701953 507 {
228e534f 508 char *command = elf_tdata (abfd)->core->command;
38701953
AM
509 int n = strlen (command);
510
511 if (0 < n && command[n - 1] == ' ')
512 command[n - 1] = '\0';
513 }
514
b34976b6 515 return TRUE;
38701953
AM
516}
517\f
518/* Functions for the i386 ELF linker.
519
520 In order to gain some understanding of code in this file without
521 knowing all the intricate details of the linker, note the
522 following:
523
524 Functions named elf_i386_* are called by external routines, other
525 functions are only called locally. elf_i386_* functions appear
526 in this file more or less in the order in which they are called
527 from external routines. eg. elf_i386_check_relocs is called
528 early in the link process, elf_i386_finish_dynamic_sections is
529 one of the last functions. */
530
252b5132
RH
531
532/* The name of the dynamic interpreter. This is put in the .interp
533 section. */
534
535#define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
536
a23b6845
AM
537/* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
538 copying dynamic variables from a shared lib into an app's dynbss
539 section, and instead use a dynamic relocation to point into the
540 shared lib. */
541#define ELIMINATE_COPY_RELOCS 1
542
252b5132
RH
543/* The size in bytes of an entry in the procedure linkage table. */
544
545#define PLT_ENTRY_SIZE 16
546
547/* The first entry in an absolute procedure linkage table looks like
eac338cf
PB
548 this. See the SVR4 ABI i386 supplement to see how this works.
549 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
252b5132 550
eac338cf 551static const bfd_byte elf_i386_plt0_entry[12] =
252b5132
RH
552{
553 0xff, 0x35, /* pushl contents of address */
554 0, 0, 0, 0, /* replaced with address of .got + 4. */
555 0xff, 0x25, /* jmp indirect */
eac338cf 556 0, 0, 0, 0 /* replaced with address of .got + 8. */
252b5132
RH
557};
558
559/* Subsequent entries in an absolute procedure linkage table look like
560 this. */
561
562static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
563{
564 0xff, 0x25, /* jmp indirect */
565 0, 0, 0, 0, /* replaced with address of this symbol in .got. */
566 0x68, /* pushl immediate */
567 0, 0, 0, 0, /* replaced with offset into relocation table. */
568 0xe9, /* jmp relative */
569 0, 0, 0, 0 /* replaced with offset to start of .plt. */
570};
571
eac338cf
PB
572/* The first entry in a PIC procedure linkage table look like this.
573 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
252b5132 574
eac338cf 575static const bfd_byte elf_i386_pic_plt0_entry[12] =
252b5132
RH
576{
577 0xff, 0xb3, 4, 0, 0, 0, /* pushl 4(%ebx) */
eac338cf 578 0xff, 0xa3, 8, 0, 0, 0 /* jmp *8(%ebx) */
252b5132
RH
579};
580
581/* Subsequent entries in a PIC procedure linkage table look like this. */
582
583static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
584{
585 0xff, 0xa3, /* jmp *offset(%ebx) */
586 0, 0, 0, 0, /* replaced with offset of this symbol in .got. */
587 0x68, /* pushl immediate */
588 0, 0, 0, 0, /* replaced with offset into relocation table. */
589 0xe9, /* jmp relative */
590 0, 0, 0, 0 /* replaced with offset to start of .plt. */
591};
592
dd7e64d4
L
593/* Entries in the GOT procedure linkage table look like this. */
594
595static const bfd_byte elf_i386_got_plt_entry[8] =
596{
597 0xff, 0x25, /* jmp indirect */
598 0, 0, 0, 0, /* replaced with offset of this symbol in .got. */
599 0x66, 0x90 /* xchg %ax,%ax */
600};
601
602/* Entries in the PIC GOT procedure linkage table look like this. */
603
604static const bfd_byte elf_i386_pic_got_plt_entry[8] =
605{
606 0xff, 0xa3, /* jmp *offset(%ebx) */
607 0, 0, 0, 0, /* replaced with offset of this symbol in .got. */
608 0x66, 0x90 /* xchg %ax,%ax */
609};
610
e41b3a13
JJ
611/* .eh_frame covering the .plt section. */
612
613static const bfd_byte elf_i386_eh_frame_plt[] =
614{
615#define PLT_CIE_LENGTH 20
616#define PLT_FDE_LENGTH 36
617#define PLT_FDE_START_OFFSET 4 + PLT_CIE_LENGTH + 8
618#define PLT_FDE_LEN_OFFSET 4 + PLT_CIE_LENGTH + 12
619 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
620 0, 0, 0, 0, /* CIE ID */
621 1, /* CIE version */
622 'z', 'R', 0, /* Augmentation string */
623 1, /* Code alignment factor */
624 0x7c, /* Data alignment factor */
625 8, /* Return address column */
626 1, /* Augmentation size */
627 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
628 DW_CFA_def_cfa, 4, 4, /* DW_CFA_def_cfa: r4 (esp) ofs 4 */
629 DW_CFA_offset + 8, 1, /* DW_CFA_offset: r8 (eip) at cfa-4 */
630 DW_CFA_nop, DW_CFA_nop,
631
632 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
633 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
634 0, 0, 0, 0, /* R_386_PC32 .plt goes here */
635 0, 0, 0, 0, /* .plt size goes here */
636 0, /* Augmentation size */
637 DW_CFA_def_cfa_offset, 8, /* DW_CFA_def_cfa_offset: 8 */
638 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
639 DW_CFA_def_cfa_offset, 12, /* DW_CFA_def_cfa_offset: 12 */
640 DW_CFA_advance_loc + 10, /* DW_CFA_advance_loc: 10 to __PLT__+16 */
641 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
642 11, /* Block length */
643 DW_OP_breg4, 4, /* DW_OP_breg4 (esp): 4 */
644 DW_OP_breg8, 0, /* DW_OP_breg8 (eip): 0 */
645 DW_OP_lit15, DW_OP_and, DW_OP_lit11, DW_OP_ge,
28ede8be 646 DW_OP_lit2, DW_OP_shl, DW_OP_plus,
e41b3a13
JJ
647 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop
648};
649
25e762b9
RM
650struct elf_i386_plt_layout
651{
652 /* The first entry in an absolute procedure linkage table looks like this. */
653 const bfd_byte *plt0_entry;
654 unsigned int plt0_entry_size;
655
656 /* Offsets into plt0_entry that are to be replaced with GOT[1] and GOT[2]. */
657 unsigned int plt0_got1_offset;
658 unsigned int plt0_got2_offset;
659
660 /* Later entries in an absolute procedure linkage table look like this. */
661 const bfd_byte *plt_entry;
662 unsigned int plt_entry_size;
663
664 /* Offsets into plt_entry that are to be replaced with... */
665 unsigned int plt_got_offset; /* ... address of this symbol in .got. */
666 unsigned int plt_reloc_offset; /* ... offset into relocation table. */
667 unsigned int plt_plt_offset; /* ... offset to start of .plt. */
668
669 /* Offset into plt_entry where the initial value of the GOT entry points. */
670 unsigned int plt_lazy_offset;
671
672 /* The first entry in a PIC procedure linkage table looks like this. */
673 const bfd_byte *pic_plt0_entry;
674
675 /* Subsequent entries in a PIC procedure linkage table look like this. */
676 const bfd_byte *pic_plt_entry;
677
678 /* .eh_frame covering the .plt section. */
679 const bfd_byte *eh_frame_plt;
680 unsigned int eh_frame_plt_size;
681};
682
683#define GET_PLT_ENTRY_SIZE(abfd) \
684 get_elf_i386_backend_data (abfd)->plt->plt_entry_size
685
686/* These are the standard parameters. */
687static const struct elf_i386_plt_layout elf_i386_plt =
688 {
689 elf_i386_plt0_entry, /* plt0_entry */
690 sizeof (elf_i386_plt0_entry), /* plt0_entry_size */
691 2, /* plt0_got1_offset */
692 8, /* plt0_got2_offset */
693 elf_i386_plt_entry, /* plt_entry */
694 PLT_ENTRY_SIZE, /* plt_entry_size */
695 2, /* plt_got_offset */
696 7, /* plt_reloc_offset */
697 12, /* plt_plt_offset */
698 6, /* plt_lazy_offset */
699 elf_i386_pic_plt0_entry, /* pic_plt0_entry */
700 elf_i386_pic_plt_entry, /* pic_plt_entry */
701 elf_i386_eh_frame_plt, /* eh_frame_plt */
702 sizeof (elf_i386_eh_frame_plt), /* eh_frame_plt_size */
703 };
704\f
705
eac338cf
PB
706/* On VxWorks, the .rel.plt.unloaded section has absolute relocations
707 for the PLTResolve stub and then for each PLT entry. */
708#define PLTRESOLVE_RELOCS_SHLIB 0
709#define PLTRESOLVE_RELOCS 2
710#define PLT_NON_JUMP_SLOT_RELOCS 2
711
23209a78
RM
712/* Architecture-specific backend data for i386. */
713
714struct elf_i386_backend_data
715{
25e762b9
RM
716 /* Parameters describing PLT generation. */
717 const struct elf_i386_plt_layout *plt;
718
23209a78
RM
719 /* Value used to fill the unused bytes of the first PLT entry. */
720 bfd_byte plt0_pad_byte;
721
722 /* True if the target system is VxWorks. */
723 int is_vxworks;
724};
725
726#define get_elf_i386_backend_data(abfd) \
727 ((const struct elf_i386_backend_data *) \
728 get_elf_backend_data (abfd)->arch_data)
729
730/* These are the standard parameters. */
731static const struct elf_i386_backend_data elf_i386_arch_bed =
732 {
25e762b9 733 &elf_i386_plt, /* plt */
23209a78
RM
734 0, /* plt0_pad_byte */
735 0, /* is_vxworks */
736 };
737
738#define elf_backend_arch_data &elf_i386_arch_bed
739
aec6b87e
L
740/* Is a undefined weak symbol which is resolved to 0. Reference to an
741 undefined weak symbol is resolved to 0 when building executable if
742 it isn't dynamic and
743 1. Has non-GOT/non-PLT relocations in text section. Or
744 2. Has no GOT/PLT relocation.
745 */
746#define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \
747 ((EH)->elf.root.type == bfd_link_hash_undefweak \
748 && bfd_link_executable (INFO) \
749 && (elf_i386_hash_table (INFO)->interp == NULL \
750 || !(EH)->has_got_reloc \
751 || (EH)->has_non_got_reloc \
752 || !(INFO)->dynamic_undefined_weak))
753
252b5132
RH
754/* i386 ELF linker hash entry. */
755
756struct elf_i386_link_hash_entry
757{
ebe50bae 758 struct elf_link_hash_entry elf;
252b5132 759
0c715baa 760 /* Track dynamic relocs copied for this symbol. */
e03a8ed8 761 struct elf_dyn_relocs *dyn_relocs;
13ae64f3 762
37e55690
JJ
763#define GOT_UNKNOWN 0
764#define GOT_NORMAL 1
765#define GOT_TLS_GD 2
766#define GOT_TLS_IE 4
767#define GOT_TLS_IE_POS 5
768#define GOT_TLS_IE_NEG 6
769#define GOT_TLS_IE_BOTH 7
67a4f2b7
AO
770#define GOT_TLS_GDESC 8
771#define GOT_TLS_GD_BOTH_P(type) \
772 ((type) == (GOT_TLS_GD | GOT_TLS_GDESC))
773#define GOT_TLS_GD_P(type) \
774 ((type) == GOT_TLS_GD || GOT_TLS_GD_BOTH_P (type))
775#define GOT_TLS_GDESC_P(type) \
776 ((type) == GOT_TLS_GDESC || GOT_TLS_GD_BOTH_P (type))
777#define GOT_TLS_GD_ANY_P(type) \
778 (GOT_TLS_GD_P (type) || GOT_TLS_GDESC_P (type))
37e55690 779 unsigned char tls_type;
67a4f2b7 780
d5597ebc
L
781 /* Symbol is referenced by R_386_GOTOFF relocation. */
782 unsigned int gotoff_ref : 1;
783
aec6b87e
L
784 /* Symbol has GOT or PLT relocations. */
785 unsigned int has_got_reloc : 1;
786
787 /* Symbol has non-GOT/non-PLT relocations in text sections. */
788 unsigned int has_non_got_reloc : 1;
789
04ebc307
L
790 /* Reference count of C/C++ function pointer relocations in read-write
791 section which can be resolved at run-time. */
792 bfd_signed_vma func_pointer_refcount;
793
dd7e64d4
L
794 /* Information about the GOT PLT entry. Filled when there are both
795 GOT and PLT relocations against the same function. */
796 union gotplt_union plt_got;
797
67a4f2b7
AO
798 /* Offset of the GOTPLT entry reserved for the TLS descriptor,
799 starting at the end of the jump table. */
800 bfd_vma tlsdesc_got;
13ae64f3
JJ
801};
802
803#define elf_i386_hash_entry(ent) ((struct elf_i386_link_hash_entry *)(ent))
804
805struct elf_i386_obj_tdata
806{
807 struct elf_obj_tdata root;
808
809 /* tls_type for each local got entry. */
810 char *local_got_tls_type;
67a4f2b7
AO
811
812 /* GOTPLT entries for TLS descriptors. */
813 bfd_vma *local_tlsdesc_gotent;
252b5132
RH
814};
815
13ae64f3
JJ
816#define elf_i386_tdata(abfd) \
817 ((struct elf_i386_obj_tdata *) (abfd)->tdata.any)
818
819#define elf_i386_local_got_tls_type(abfd) \
820 (elf_i386_tdata (abfd)->local_got_tls_type)
821
67a4f2b7
AO
822#define elf_i386_local_tlsdesc_gotent(abfd) \
823 (elf_i386_tdata (abfd)->local_tlsdesc_gotent)
824
0ffa91dd
NC
825#define is_i386_elf(bfd) \
826 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
827 && elf_tdata (bfd) != NULL \
4dfe6ac6 828 && elf_object_id (bfd) == I386_ELF_DATA)
0ffa91dd 829
b34976b6 830static bfd_boolean
55fd94b0 831elf_i386_mkobject (bfd *abfd)
13ae64f3 832{
0ffa91dd 833 return bfd_elf_allocate_object (abfd, sizeof (struct elf_i386_obj_tdata),
4dfe6ac6 834 I386_ELF_DATA);
13ae64f3 835}
cedb70c5 836
252b5132
RH
837/* i386 ELF linker hash table. */
838
839struct elf_i386_link_hash_table
840{
ebe50bae 841 struct elf_link_hash_table elf;
252b5132 842
6725bdbf 843 /* Short-cuts to get to dynamic linker sections. */
aec6b87e 844 asection *interp;
6725bdbf
AM
845 asection *sdynbss;
846 asection *srelbss;
e41b3a13 847 asection *plt_eh_frame;
dd7e64d4 848 asection *plt_got;
9635fe29 849
4dfe6ac6
NC
850 union
851 {
13ae64f3
JJ
852 bfd_signed_vma refcount;
853 bfd_vma offset;
854 } tls_ldm_got;
855
67a4f2b7
AO
856 /* The amount of space used by the reserved portion of the sgotplt
857 section, plus whatever space is used by the jump slots. */
858 bfd_vma sgotplt_jump_table_size;
859
87d72d41
AM
860 /* Small local sym cache. */
861 struct sym_cache sym_cache;
9f03412a
AO
862
863 /* _TLS_MODULE_BASE_ symbol. */
864 struct bfd_link_hash_entry *tls_module_base;
c25bc9fc
L
865
866 /* Used by local STT_GNU_IFUNC symbols. */
867 htab_t loc_hash_table;
4dfe6ac6
NC
868 void * loc_hash_memory;
869
870 /* The (unloaded but important) .rel.plt.unloaded section on VxWorks. */
871 asection *srelplt2;
872
4dfe6ac6
NC
873 /* The index of the next unused R_386_TLS_DESC slot in .rel.plt. */
874 bfd_vma next_tls_desc_index;
e1f98742
L
875
876 /* The index of the next unused R_386_JUMP_SLOT slot in .rel.plt. */
877 bfd_vma next_jump_slot_index;
878
879 /* The index of the next unused R_386_IRELATIVE slot in .rel.plt. */
880 bfd_vma next_irelative_index;
6725bdbf 881};
252b5132
RH
882
883/* Get the i386 ELF linker hash table from a link_info structure. */
884
885#define elf_i386_hash_table(p) \
4dfe6ac6
NC
886 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
887 == I386_ELF_DATA ? ((struct elf_i386_link_hash_table *) ((p)->hash)) : NULL)
252b5132 888
67a4f2b7 889#define elf_i386_compute_jump_table_size(htab) \
998d811a 890 ((htab)->elf.srelplt->reloc_count * 4)
67a4f2b7 891
252b5132
RH
892/* Create an entry in an i386 ELF linker hash table. */
893
894static struct bfd_hash_entry *
eb4ff4d6
L
895elf_i386_link_hash_newfunc (struct bfd_hash_entry *entry,
896 struct bfd_hash_table *table,
897 const char *string)
252b5132 898{
252b5132
RH
899 /* Allocate the structure if it has not already been allocated by a
900 subclass. */
ebe50bae
AM
901 if (entry == NULL)
902 {
a50b1753
NC
903 entry = (struct bfd_hash_entry *)
904 bfd_hash_allocate (table, sizeof (struct elf_i386_link_hash_entry));
ebe50bae
AM
905 if (entry == NULL)
906 return entry;
907 }
252b5132
RH
908
909 /* Call the allocation method of the superclass. */
ebe50bae
AM
910 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
911 if (entry != NULL)
252b5132 912 {
ebe50bae
AM
913 struct elf_i386_link_hash_entry *eh;
914
915 eh = (struct elf_i386_link_hash_entry *) entry;
916 eh->dyn_relocs = NULL;
13ae64f3 917 eh->tls_type = GOT_UNKNOWN;
d5597ebc 918 eh->gotoff_ref = 0;
aec6b87e
L
919 eh->has_got_reloc = 0;
920 eh->has_non_got_reloc = 0;
04ebc307 921 eh->func_pointer_refcount = 0;
dd7e64d4 922 eh->plt_got.offset = (bfd_vma) -1;
67a4f2b7 923 eh->tlsdesc_got = (bfd_vma) -1;
252b5132
RH
924 }
925
ebe50bae 926 return entry;
252b5132
RH
927}
928
c25bc9fc
L
929/* Compute a hash of a local hash entry. We use elf_link_hash_entry
930 for local symbol so that we can handle local STT_GNU_IFUNC symbols
931 as global symbol. We reuse indx and dynstr_index for local symbol
932 hash since they aren't used by global symbols in this backend. */
933
934static hashval_t
935elf_i386_local_htab_hash (const void *ptr)
936{
937 struct elf_link_hash_entry *h
938 = (struct elf_link_hash_entry *) ptr;
d2149d72 939 return ELF_LOCAL_SYMBOL_HASH (h->indx, h->dynstr_index);
c25bc9fc
L
940}
941
942/* Compare local hash entries. */
943
944static int
945elf_i386_local_htab_eq (const void *ptr1, const void *ptr2)
946{
947 struct elf_link_hash_entry *h1
948 = (struct elf_link_hash_entry *) ptr1;
949 struct elf_link_hash_entry *h2
950 = (struct elf_link_hash_entry *) ptr2;
951
952 return h1->indx == h2->indx && h1->dynstr_index == h2->dynstr_index;
953}
954
955/* Find and/or create a hash entry for local symbol. */
956
957static struct elf_link_hash_entry *
958elf_i386_get_local_sym_hash (struct elf_i386_link_hash_table *htab,
959 bfd *abfd, const Elf_Internal_Rela *rel,
960 bfd_boolean create)
961{
962 struct elf_i386_link_hash_entry e, *ret;
963 asection *sec = abfd->sections;
d2149d72
L
964 hashval_t h = ELF_LOCAL_SYMBOL_HASH (sec->id,
965 ELF32_R_SYM (rel->r_info));
c25bc9fc
L
966 void **slot;
967
968 e.elf.indx = sec->id;
969 e.elf.dynstr_index = ELF32_R_SYM (rel->r_info);
970 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h,
971 create ? INSERT : NO_INSERT);
972
973 if (!slot)
974 return NULL;
975
976 if (*slot)
977 {
978 ret = (struct elf_i386_link_hash_entry *) *slot;
979 return &ret->elf;
980 }
981
982 ret = (struct elf_i386_link_hash_entry *)
983 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory,
984 sizeof (struct elf_i386_link_hash_entry));
985 if (ret)
986 {
987 memset (ret, 0, sizeof (*ret));
988 ret->elf.indx = sec->id;
989 ret->elf.dynstr_index = ELF32_R_SYM (rel->r_info);
990 ret->elf.dynindx = -1;
04ebc307 991 ret->func_pointer_refcount = 0;
dd7e64d4 992 ret->plt_got.offset = (bfd_vma) -1;
c25bc9fc
L
993 *slot = ret;
994 }
995 return &ret->elf;
996}
997
68faa637
AM
998/* Destroy an i386 ELF linker hash table. */
999
1000static void
d495ab0d 1001elf_i386_link_hash_table_free (bfd *obfd)
68faa637
AM
1002{
1003 struct elf_i386_link_hash_table *htab
d495ab0d 1004 = (struct elf_i386_link_hash_table *) obfd->link.hash;
68faa637
AM
1005
1006 if (htab->loc_hash_table)
1007 htab_delete (htab->loc_hash_table);
1008 if (htab->loc_hash_memory)
1009 objalloc_free ((struct objalloc *) htab->loc_hash_memory);
d495ab0d 1010 _bfd_elf_link_hash_table_free (obfd);
68faa637
AM
1011}
1012
252b5132
RH
1013/* Create an i386 ELF linker hash table. */
1014
1015static struct bfd_link_hash_table *
55fd94b0 1016elf_i386_link_hash_table_create (bfd *abfd)
252b5132
RH
1017{
1018 struct elf_i386_link_hash_table *ret;
dc810e39 1019 bfd_size_type amt = sizeof (struct elf_i386_link_hash_table);
252b5132 1020
7bf52ea2 1021 ret = (struct elf_i386_link_hash_table *) bfd_zmalloc (amt);
ebe50bae 1022 if (ret == NULL)
252b5132
RH
1023 return NULL;
1024
eb4ff4d6
L
1025 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd,
1026 elf_i386_link_hash_newfunc,
4dfe6ac6
NC
1027 sizeof (struct elf_i386_link_hash_entry),
1028 I386_ELF_DATA))
252b5132 1029 {
e2d34d7d 1030 free (ret);
252b5132
RH
1031 return NULL;
1032 }
1033
c25bc9fc
L
1034 ret->loc_hash_table = htab_try_create (1024,
1035 elf_i386_local_htab_hash,
1036 elf_i386_local_htab_eq,
1037 NULL);
1038 ret->loc_hash_memory = objalloc_create ();
1039 if (!ret->loc_hash_table || !ret->loc_hash_memory)
1040 {
d495ab0d 1041 elf_i386_link_hash_table_free (abfd);
c25bc9fc
L
1042 return NULL;
1043 }
d495ab0d 1044 ret->elf.root.hash_table_free = elf_i386_link_hash_table_free;
c25bc9fc 1045
ebe50bae 1046 return &ret->elf.root;
252b5132
RH
1047}
1048
6725bdbf
AM
1049/* Create .plt, .rel.plt, .got, .got.plt, .rel.got, .dynbss, and
1050 .rel.bss sections in DYNOBJ, and set up shortcuts to them in our
1051 hash table. */
1052
b34976b6 1053static bfd_boolean
55fd94b0 1054elf_i386_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
6725bdbf
AM
1055{
1056 struct elf_i386_link_hash_table *htab;
1057
6725bdbf 1058 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
b34976b6 1059 return FALSE;
6725bdbf 1060
6de2ae4a 1061 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
1062 if (htab == NULL)
1063 return FALSE;
1064
3d4d4302 1065 htab->sdynbss = bfd_get_linker_section (dynobj, ".dynbss");
d5597ebc 1066 if (!htab->sdynbss)
6725bdbf
AM
1067 abort ();
1068
0e1862bb 1069 if (bfd_link_executable (info))
d5597ebc
L
1070 {
1071 /* Always allow copy relocs for building executables. */
1072 asection *s = bfd_get_linker_section (dynobj, ".rel.bss");
1073 if (s == NULL)
1074 {
1075 const struct elf_backend_data *bed = get_elf_backend_data (dynobj);
1076 s = bfd_make_section_anyway_with_flags (dynobj,
1077 ".rel.bss",
1078 (bed->dynamic_sec_flags
1079 | SEC_READONLY));
1080 if (s == NULL
1081 || ! bfd_set_section_alignment (dynobj, s,
1082 bed->s->log_file_align))
1083 return FALSE;
1084 }
1085 htab->srelbss = s;
1086 }
1087
23209a78 1088 if (get_elf_i386_backend_data (dynobj)->is_vxworks
6de2ae4a
L
1089 && !elf_vxworks_create_dynamic_sections (dynobj, info,
1090 &htab->srelplt2))
711de32c 1091 return FALSE;
eac338cf 1092
e41b3a13 1093 if (!info->no_ld_generated_unwind_info
2fe0fd06 1094 && htab->plt_eh_frame == NULL
e4de50d4 1095 && htab->elf.splt != NULL)
e41b3a13 1096 {
bbf96e4e
L
1097 flagword flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
1098 | SEC_HAS_CONTENTS | SEC_IN_MEMORY
1099 | SEC_LINKER_CREATED);
e41b3a13 1100 htab->plt_eh_frame
bbf96e4e 1101 = bfd_make_section_anyway_with_flags (dynobj, ".eh_frame", flags);
e41b3a13
JJ
1102 if (htab->plt_eh_frame == NULL
1103 || !bfd_set_section_alignment (dynobj, htab->plt_eh_frame, 2))
1104 return FALSE;
e41b3a13
JJ
1105 }
1106
b34976b6 1107 return TRUE;
6725bdbf
AM
1108}
1109
ebe50bae
AM
1110/* Copy the extra info we tack onto an elf_link_hash_entry. */
1111
51b64d56 1112static void
fcfa13d2 1113elf_i386_copy_indirect_symbol (struct bfd_link_info *info,
55fd94b0
AM
1114 struct elf_link_hash_entry *dir,
1115 struct elf_link_hash_entry *ind)
ebe50bae
AM
1116{
1117 struct elf_i386_link_hash_entry *edir, *eind;
1118
1119 edir = (struct elf_i386_link_hash_entry *) dir;
1120 eind = (struct elf_i386_link_hash_entry *) ind;
1121
bbd7ec4a 1122 if (eind->dyn_relocs != NULL)
ebe50bae 1123 {
bbd7ec4a
AM
1124 if (edir->dyn_relocs != NULL)
1125 {
e03a8ed8
L
1126 struct elf_dyn_relocs **pp;
1127 struct elf_dyn_relocs *p;
bbd7ec4a 1128
fcfa13d2 1129 /* Add reloc counts against the indirect sym to the direct sym
bbd7ec4a
AM
1130 list. Merge any entries against the same section. */
1131 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
1132 {
e03a8ed8 1133 struct elf_dyn_relocs *q;
bbd7ec4a
AM
1134
1135 for (q = edir->dyn_relocs; q != NULL; q = q->next)
1136 if (q->sec == p->sec)
1137 {
1138 q->pc_count += p->pc_count;
1139 q->count += p->count;
1140 *pp = p->next;
1141 break;
1142 }
1143 if (q == NULL)
1144 pp = &p->next;
1145 }
1146 *pp = edir->dyn_relocs;
1147 }
1148
ebe50bae
AM
1149 edir->dyn_relocs = eind->dyn_relocs;
1150 eind->dyn_relocs = NULL;
1151 }
ebe50bae 1152
cd67d266
JJ
1153 if (ind->root.type == bfd_link_hash_indirect
1154 && dir->got.refcount <= 0)
1155 {
1156 edir->tls_type = eind->tls_type;
1157 eind->tls_type = GOT_UNKNOWN;
1158 }
81848ca0 1159
d5597ebc
L
1160 /* Copy gotoff_ref so that elf_i386_adjust_dynamic_symbol will
1161 generate a R_386_COPY reloc. */
1162 edir->gotoff_ref |= eind->gotoff_ref;
1163
aec6b87e
L
1164 edir->has_got_reloc |= eind->has_got_reloc;
1165 edir->has_non_got_reloc |= eind->has_non_got_reloc;
1166
81848ca0
AM
1167 if (ELIMINATE_COPY_RELOCS
1168 && ind->root.type != bfd_link_hash_indirect
f5385ebf
AM
1169 && dir->dynamic_adjusted)
1170 {
1171 /* If called to transfer flags for a weakdef during processing
1172 of elf_adjust_dynamic_symbol, don't copy non_got_ref.
1173 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
1174 dir->ref_dynamic |= ind->ref_dynamic;
1175 dir->ref_regular |= ind->ref_regular;
1176 dir->ref_regular_nonweak |= ind->ref_regular_nonweak;
1177 dir->needs_plt |= ind->needs_plt;
1178 dir->pointer_equality_needed |= ind->pointer_equality_needed;
1179 }
81848ca0 1180 else
04ebc307
L
1181 {
1182 if (eind->func_pointer_refcount > 0)
1183 {
1184 edir->func_pointer_refcount += eind->func_pointer_refcount;
1185 eind->func_pointer_refcount = 0;
1186 }
1187
1188 _bfd_elf_link_hash_copy_indirect (info, dir, ind);
1189 }
ebe50bae
AM
1190}
1191
142411ca
L
1192/* Return TRUE if the TLS access code sequence support transition
1193 from R_TYPE. */
1194
1195static bfd_boolean
1196elf_i386_check_tls_transition (bfd *abfd, asection *sec,
1197 bfd_byte *contents,
1198 Elf_Internal_Shdr *symtab_hdr,
1199 struct elf_link_hash_entry **sym_hashes,
1200 unsigned int r_type,
1201 const Elf_Internal_Rela *rel,
1202 const Elf_Internal_Rela *relend)
13ae64f3 1203{
142411ca
L
1204 unsigned int val, type;
1205 unsigned long r_symndx;
1206 struct elf_link_hash_entry *h;
1207 bfd_vma offset;
1208
1209 /* Get the section contents. */
1210 if (contents == NULL)
1211 {
1212 if (elf_section_data (sec)->this_hdr.contents != NULL)
1213 contents = elf_section_data (sec)->this_hdr.contents;
1214 else
1215 {
1216 /* FIXME: How to better handle error condition? */
1217 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
1218 return FALSE;
13ae64f3 1219
142411ca
L
1220 /* Cache the section contents for elf_link_input_bfd. */
1221 elf_section_data (sec)->this_hdr.contents = contents;
1222 }
1223 }
1224
1225 offset = rel->r_offset;
13ae64f3 1226 switch (r_type)
142411ca
L
1227 {
1228 case R_386_TLS_GD:
1229 case R_386_TLS_LDM:
1230 if (offset < 2 || (rel + 1) >= relend)
1231 return FALSE;
1232
1233 type = bfd_get_8 (abfd, contents + offset - 2);
1234 if (r_type == R_386_TLS_GD)
1235 {
09e8c3bf 1236 /* Check transition from GD access model. Only
142411ca
L
1237 leal foo@tlsgd(,%reg,1), %eax; call ___tls_get_addr
1238 leal foo@tlsgd(%reg), %eax; call ___tls_get_addr; nop
1239 can transit to different access model. */
1240 if ((offset + 10) > sec->size ||
1241 (type != 0x8d && type != 0x04))
1242 return FALSE;
1243
1244 val = bfd_get_8 (abfd, contents + offset - 1);
1245 if (type == 0x04)
1246 {
1247 /* leal foo@tlsgd(,%reg,1), %eax; call ___tls_get_addr */
1248 if (offset < 3)
1249 return FALSE;
1250
1251 if (bfd_get_8 (abfd, contents + offset - 3) != 0x8d)
1252 return FALSE;
1253
1254 if ((val & 0xc7) != 0x05 || val == (4 << 3))
1255 return FALSE;
1256 }
1257 else
1258 {
1259 /* leal foo@tlsgd(%reg), %eax; call ___tls_get_addr; nop */
1260 if ((val & 0xf8) != 0x80 || (val & 7) == 4)
1261 return FALSE;
1262
1263 if (bfd_get_8 (abfd, contents + offset + 9) != 0x90)
1264 return FALSE;
1265 }
1266 }
1267 else
1268 {
1269 /* Check transition from LD access model. Only
1270 leal foo@tlsgd(%reg), %eax; call ___tls_get_addr
1271 can transit to different access model. */
1272 if (type != 0x8d || (offset + 9) > sec->size)
1273 return FALSE;
1274
1275 val = bfd_get_8 (abfd, contents + offset - 1);
1276 if ((val & 0xf8) != 0x80 || (val & 7) == 4)
1277 return FALSE;
1278 }
1279
1280 if (bfd_get_8 (abfd, contents + offset + 4) != 0xe8)
1281 return FALSE;
1282
1283 r_symndx = ELF32_R_SYM (rel[1].r_info);
1284 if (r_symndx < symtab_hdr->sh_info)
1285 return FALSE;
1286
1287 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
c4fb387b
L
1288 /* Use strncmp to check ___tls_get_addr since ___tls_get_addr
1289 may be versioned. */
142411ca
L
1290 return (h != NULL
1291 && h->root.root.string != NULL
1292 && (ELF32_R_TYPE (rel[1].r_info) == R_386_PC32
1293 || ELF32_R_TYPE (rel[1].r_info) == R_386_PLT32)
c4fb387b
L
1294 && (strncmp (h->root.root.string, "___tls_get_addr",
1295 15) == 0));
142411ca
L
1296
1297 case R_386_TLS_IE:
1298 /* Check transition from IE access model:
1299 movl foo@indntpoff(%rip), %eax
1300 movl foo@indntpoff(%rip), %reg
1301 addl foo@indntpoff(%rip), %reg
1302 */
1303
1304 if (offset < 1 || (offset + 4) > sec->size)
1305 return FALSE;
1306
1307 /* Check "movl foo@tpoff(%rip), %eax" first. */
1308 val = bfd_get_8 (abfd, contents + offset - 1);
1309 if (val == 0xa1)
1310 return TRUE;
1311
1312 if (offset < 2)
1313 return FALSE;
1314
1315 /* Check movl|addl foo@tpoff(%rip), %reg. */
1316 type = bfd_get_8 (abfd, contents + offset - 2);
1317 return ((type == 0x8b || type == 0x03)
1318 && (val & 0xc7) == 0x05);
1319
1320 case R_386_TLS_GOTIE:
1321 case R_386_TLS_IE_32:
1322 /* Check transition from {IE_32,GOTIE} access model:
1323 subl foo@{tpoff,gontoff}(%reg1), %reg2
1324 movl foo@{tpoff,gontoff}(%reg1), %reg2
1325 addl foo@{tpoff,gontoff}(%reg1), %reg2
1326 */
1327
1328 if (offset < 2 || (offset + 4) > sec->size)
1329 return FALSE;
1330
1331 val = bfd_get_8 (abfd, contents + offset - 1);
1332 if ((val & 0xc0) != 0x80 || (val & 7) == 4)
1333 return FALSE;
1334
1335 type = bfd_get_8 (abfd, contents + offset - 2);
1336 return type == 0x8b || type == 0x2b || type == 0x03;
1337
1338 case R_386_TLS_GOTDESC:
1339 /* Check transition from GDesc access model:
1340 leal x@tlsdesc(%ebx), %eax
1341
1342 Make sure it's a leal adding ebx to a 32-bit offset
1343 into any register, although it's probably almost always
1344 going to be eax. */
1345
1346 if (offset < 2 || (offset + 4) > sec->size)
1347 return FALSE;
1348
1349 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d)
1350 return FALSE;
1351
1352 val = bfd_get_8 (abfd, contents + offset - 1);
1353 return (val & 0xc7) == 0x83;
1354
1355 case R_386_TLS_DESC_CALL:
1356 /* Check transition from GDesc access model:
1357 call *x@tlsdesc(%rax)
1358 */
1359 if (offset + 2 <= sec->size)
1360 {
1361 /* Make sure that it's a call *x@tlsdesc(%rax). */
fa289a5f
AM
1362 static const unsigned char call[] = { 0xff, 0x10 };
1363 return memcmp (contents + offset, call, 2) == 0;
142411ca
L
1364 }
1365
1366 return FALSE;
1367
1368 default:
1369 abort ();
1370 }
1371}
1372
1373/* Return TRUE if the TLS access transition is OK or no transition
1374 will be performed. Update R_TYPE if there is a transition. */
1375
1376static bfd_boolean
1377elf_i386_tls_transition (struct bfd_link_info *info, bfd *abfd,
1378 asection *sec, bfd_byte *contents,
1379 Elf_Internal_Shdr *symtab_hdr,
1380 struct elf_link_hash_entry **sym_hashes,
1381 unsigned int *r_type, int tls_type,
1382 const Elf_Internal_Rela *rel,
1383 const Elf_Internal_Rela *relend,
4c544807
L
1384 struct elf_link_hash_entry *h,
1385 unsigned long r_symndx)
142411ca
L
1386{
1387 unsigned int from_type = *r_type;
1388 unsigned int to_type = from_type;
1389 bfd_boolean check = TRUE;
1390
bb1cb422
L
1391 /* Skip TLS transition for functions. */
1392 if (h != NULL
1393 && (h->type == STT_FUNC
1394 || h->type == STT_GNU_IFUNC))
1395 return TRUE;
1396
142411ca 1397 switch (from_type)
13ae64f3
JJ
1398 {
1399 case R_386_TLS_GD:
67a4f2b7
AO
1400 case R_386_TLS_GOTDESC:
1401 case R_386_TLS_DESC_CALL:
13ae64f3 1402 case R_386_TLS_IE_32:
37e55690
JJ
1403 case R_386_TLS_IE:
1404 case R_386_TLS_GOTIE:
0e1862bb 1405 if (bfd_link_executable (info))
142411ca
L
1406 {
1407 if (h == NULL)
1408 to_type = R_386_TLS_LE_32;
1409 else if (from_type != R_386_TLS_IE
1410 && from_type != R_386_TLS_GOTIE)
1411 to_type = R_386_TLS_IE_32;
1412 }
1413
1414 /* When we are called from elf_i386_relocate_section, CONTENTS
1415 isn't NULL and there may be additional transitions based on
1416 TLS_TYPE. */
1417 if (contents != NULL)
1418 {
1419 unsigned int new_to_type = to_type;
1420
0e1862bb 1421 if (bfd_link_executable (info)
142411ca
L
1422 && h != NULL
1423 && h->dynindx == -1
1424 && (tls_type & GOT_TLS_IE))
1425 new_to_type = R_386_TLS_LE_32;
1426
1427 if (to_type == R_386_TLS_GD
1428 || to_type == R_386_TLS_GOTDESC
1429 || to_type == R_386_TLS_DESC_CALL)
1430 {
1431 if (tls_type == GOT_TLS_IE_POS)
1432 new_to_type = R_386_TLS_GOTIE;
1433 else if (tls_type & GOT_TLS_IE)
1434 new_to_type = R_386_TLS_IE_32;
1435 }
1436
1437 /* We checked the transition before when we were called from
1438 elf_i386_check_relocs. We only want to check the new
1439 transition which hasn't been checked before. */
1440 check = new_to_type != to_type && from_type == to_type;
1441 to_type = new_to_type;
1442 }
1443
1444 break;
1445
13ae64f3 1446 case R_386_TLS_LDM:
0e1862bb 1447 if (bfd_link_executable (info))
142411ca
L
1448 to_type = R_386_TLS_LE_32;
1449 break;
1450
1451 default:
1452 return TRUE;
1453 }
1454
1455 /* Return TRUE if there is no transition. */
1456 if (from_type == to_type)
1457 return TRUE;
1458
1459 /* Check if the transition can be performed. */
1460 if (check
1461 && ! elf_i386_check_tls_transition (abfd, sec, contents,
1462 symtab_hdr, sym_hashes,
1463 from_type, rel, relend))
1464 {
2f629d23 1465 reloc_howto_type *from, *to;
4c544807 1466 const char *name;
142411ca
L
1467
1468 from = elf_i386_rtype_to_howto (abfd, from_type);
1469 to = elf_i386_rtype_to_howto (abfd, to_type);
1470
4c544807
L
1471 if (h)
1472 name = h->root.root.string;
1473 else
1474 {
4c544807 1475 struct elf_i386_link_hash_table *htab;
4dfe6ac6 1476
4c544807 1477 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
1478 if (htab == NULL)
1479 name = "*unknown*";
1480 else
1481 {
1482 Elf_Internal_Sym *isym;
1483
1484 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
1485 abfd, r_symndx);
1486 name = bfd_elf_sym_name (abfd, symtab_hdr, isym, NULL);
1487 }
4c544807
L
1488 }
1489
142411ca
L
1490 (*_bfd_error_handler)
1491 (_("%B: TLS transition from %s to %s against `%s' at 0x%lx "
1492 "in section `%A' failed"),
4c544807 1493 abfd, sec, from->name, to->name, name,
142411ca
L
1494 (unsigned long) rel->r_offset);
1495 bfd_set_error (bfd_error_bad_value);
1496 return FALSE;
13ae64f3
JJ
1497 }
1498
142411ca
L
1499 *r_type = to_type;
1500 return TRUE;
13ae64f3
JJ
1501}
1502
c1d11331
L
1503/* Rename some of the generic section flags to better document how they
1504 are used here. */
02a86693 1505#define need_convert_load sec_flg0
c1d11331 1506
252b5132 1507/* Look through the relocs for a section during the first phase, and
0ac8d2ca
AM
1508 calculate needed space in the global offset table, procedure linkage
1509 table, and dynamic reloc sections. */
252b5132 1510
b34976b6 1511static bfd_boolean
55fd94b0
AM
1512elf_i386_check_relocs (bfd *abfd,
1513 struct bfd_link_info *info,
1514 asection *sec,
1515 const Elf_Internal_Rela *relocs)
252b5132 1516{
6725bdbf 1517 struct elf_i386_link_hash_table *htab;
252b5132
RH
1518 Elf_Internal_Shdr *symtab_hdr;
1519 struct elf_link_hash_entry **sym_hashes;
252b5132
RH
1520 const Elf_Internal_Rela *rel;
1521 const Elf_Internal_Rela *rel_end;
252b5132 1522 asection *sreloc;
dd7e64d4 1523 bfd_boolean use_plt_got;
252b5132 1524
0e1862bb 1525 if (bfd_link_relocatable (info))
b34976b6 1526 return TRUE;
252b5132 1527
0ffa91dd
NC
1528 BFD_ASSERT (is_i386_elf (abfd));
1529
6725bdbf 1530 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
1531 if (htab == NULL)
1532 return FALSE;
1533
dd7e64d4
L
1534 use_plt_got = (!get_elf_i386_backend_data (abfd)->is_vxworks
1535 && (get_elf_i386_backend_data (abfd)
1536 == &elf_i386_arch_bed));
1537
0ffa91dd 1538 symtab_hdr = &elf_symtab_hdr (abfd);
252b5132 1539 sym_hashes = elf_sym_hashes (abfd);
252b5132 1540
252b5132
RH
1541 sreloc = NULL;
1542
1543 rel_end = relocs + sec->reloc_count;
1544 for (rel = relocs; rel < rel_end; rel++)
1545 {
13ae64f3 1546 unsigned int r_type;
252b5132
RH
1547 unsigned long r_symndx;
1548 struct elf_link_hash_entry *h;
d5597ebc 1549 struct elf_i386_link_hash_entry *eh;
4c544807
L
1550 Elf_Internal_Sym *isym;
1551 const char *name;
06a6a421 1552 bfd_boolean size_reloc;
252b5132
RH
1553
1554 r_symndx = ELF32_R_SYM (rel->r_info);
13ae64f3 1555 r_type = ELF32_R_TYPE (rel->r_info);
252b5132 1556
d9bc7a44 1557 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr))
f5f31454 1558 {
d003868e
AM
1559 (*_bfd_error_handler) (_("%B: bad symbol index: %d"),
1560 abfd,
8f615d07 1561 r_symndx);
b34976b6 1562 return FALSE;
f5f31454
L
1563 }
1564
252b5132 1565 if (r_symndx < symtab_hdr->sh_info)
c25bc9fc
L
1566 {
1567 /* A local symbol. */
c2e61a4e
L
1568 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
1569 abfd, r_symndx);
1570 if (isym == NULL)
1571 return FALSE;
c25bc9fc
L
1572
1573 /* Check relocation against local STT_GNU_IFUNC symbol. */
c25bc9fc
L
1574 if (ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
1575 {
9fff0c39 1576 h = elf_i386_get_local_sym_hash (htab, abfd, rel, TRUE);
c25bc9fc 1577 if (h == NULL)
c2e61a4e 1578 return FALSE;
6bbec505 1579
c25bc9fc
L
1580 /* Fake a STT_GNU_IFUNC symbol. */
1581 h->type = STT_GNU_IFUNC;
1582 h->def_regular = 1;
1583 h->ref_regular = 1;
1584 h->forced_local = 1;
1585 h->root.type = bfd_link_hash_defined;
1586 }
1587 else
1588 h = NULL;
1589 }
252b5132 1590 else
71cb9464 1591 {
4c544807 1592 isym = NULL;
71cb9464
L
1593 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
1594 while (h->root.type == bfd_link_hash_indirect
1595 || h->root.type == bfd_link_hash_warning)
1596 h = (struct elf_link_hash_entry *) h->root.u.i.link;
c25bc9fc 1597 }
cbe950e9 1598
d5597ebc 1599 eh = (struct elf_i386_link_hash_entry *) h;
c25bc9fc
L
1600 if (h != NULL)
1601 {
cbe950e9
L
1602 /* Create the ifunc sections for static executables. If we
1603 never see an indirect function symbol nor we are building
1604 a static executable, those sections will be empty and
1605 won't appear in output. */
1606 switch (r_type)
1607 {
1608 default:
1609 break;
1610
d5597ebc
L
1611 case R_386_GOTOFF:
1612 eh->gotoff_ref = 1;
cbe950e9
L
1613 case R_386_32:
1614 case R_386_PC32:
1615 case R_386_PLT32:
1616 case R_386_GOT32:
02a86693 1617 case R_386_GOT32X:
9d4057ee
AM
1618 if (htab->elf.dynobj == NULL)
1619 htab->elf.dynobj = abfd;
1620 if (!_bfd_elf_create_ifunc_sections (htab->elf.dynobj, info))
c2e61a4e 1621 return FALSE;
cbe950e9
L
1622 break;
1623 }
1624
ad1e85de
L
1625 /* It is referenced by a non-shared object. */
1626 h->ref_regular = 1;
61315175 1627 h->root.non_ir_ref = 1;
13a2df29
L
1628
1629 if (h->type == STT_GNU_IFUNC)
1630 elf_tdata (info->output_bfd)->has_gnu_symbols
1631 |= elf_gnu_symbol_ifunc;
71cb9464 1632 }
252b5132 1633
142411ca
L
1634 if (! elf_i386_tls_transition (info, abfd, sec, NULL,
1635 symtab_hdr, sym_hashes,
1636 &r_type, GOT_UNKNOWN,
23209a78 1637 rel, rel_end, h, r_symndx))
c2e61a4e 1638 return FALSE;
13ae64f3
JJ
1639
1640 switch (r_type)
252b5132 1641 {
37e55690
JJ
1642 case R_386_TLS_LDM:
1643 htab->tls_ldm_got.refcount += 1;
1644 goto create_got;
1645
1646 case R_386_PLT32:
1647 /* This symbol requires a procedure linkage table entry. We
1648 actually build the entry in adjust_dynamic_symbol,
1649 because this might be a case of linking PIC code which is
1650 never referenced by a dynamic object, in which case we
1651 don't need to generate a procedure linkage table entry
1652 after all. */
1653
1654 /* If this is a local symbol, we resolve it directly without
1655 creating a procedure linkage table entry. */
1656 if (h == NULL)
1657 continue;
1658
aec6b87e 1659 eh->has_got_reloc = 1;
f5385ebf 1660 h->needs_plt = 1;
37e55690
JJ
1661 h->plt.refcount += 1;
1662 break;
1663
6a3e1bae 1664 case R_386_SIZE32:
06a6a421 1665 size_reloc = TRUE;
6a3e1bae
L
1666 goto do_size;
1667
13ae64f3 1668 case R_386_TLS_IE_32:
37e55690
JJ
1669 case R_386_TLS_IE:
1670 case R_386_TLS_GOTIE:
0e1862bb 1671 if (!bfd_link_executable (info))
13ae64f3 1672 info->flags |= DF_STATIC_TLS;
37e55690
JJ
1673 /* Fall through */
1674
252b5132 1675 case R_386_GOT32:
02a86693 1676 case R_386_GOT32X:
13ae64f3 1677 case R_386_TLS_GD:
67a4f2b7
AO
1678 case R_386_TLS_GOTDESC:
1679 case R_386_TLS_DESC_CALL:
252b5132 1680 /* This symbol requires a global offset table entry. */
13ae64f3
JJ
1681 {
1682 int tls_type, old_tls_type;
1683
1684 switch (r_type)
1685 {
1686 default:
02a86693
L
1687 case R_386_GOT32:
1688 case R_386_GOT32X:
1689 tls_type = GOT_NORMAL;
1690 break;
13ae64f3 1691 case R_386_TLS_GD: tls_type = GOT_TLS_GD; break;
67a4f2b7
AO
1692 case R_386_TLS_GOTDESC:
1693 case R_386_TLS_DESC_CALL:
1694 tls_type = GOT_TLS_GDESC; break;
37e55690
JJ
1695 case R_386_TLS_IE_32:
1696 if (ELF32_R_TYPE (rel->r_info) == r_type)
1697 tls_type = GOT_TLS_IE_NEG;
1698 else
ebcfb3c0
JJ
1699 /* If this is a GD->IE transition, we may use either of
1700 R_386_TLS_TPOFF and R_386_TLS_TPOFF32. */
37e55690
JJ
1701 tls_type = GOT_TLS_IE;
1702 break;
1703 case R_386_TLS_IE:
1704 case R_386_TLS_GOTIE:
1705 tls_type = GOT_TLS_IE_POS; break;
13ae64f3
JJ
1706 }
1707
1708 if (h != NULL)
1709 {
1710 h->got.refcount += 1;
1711 old_tls_type = elf_i386_hash_entry(h)->tls_type;
1712 }
1713 else
1714 {
1715 bfd_signed_vma *local_got_refcounts;
1716
1717 /* This is a global offset table entry for a local symbol. */
1718 local_got_refcounts = elf_local_got_refcounts (abfd);
1719 if (local_got_refcounts == NULL)
1720 {
1721 bfd_size_type size;
1722
1723 size = symtab_hdr->sh_info;
67a4f2b7
AO
1724 size *= (sizeof (bfd_signed_vma)
1725 + sizeof (bfd_vma) + sizeof(char));
a50b1753
NC
1726 local_got_refcounts = (bfd_signed_vma *)
1727 bfd_zalloc (abfd, size);
13ae64f3 1728 if (local_got_refcounts == NULL)
c2e61a4e 1729 return FALSE;
13ae64f3 1730 elf_local_got_refcounts (abfd) = local_got_refcounts;
67a4f2b7
AO
1731 elf_i386_local_tlsdesc_gotent (abfd)
1732 = (bfd_vma *) (local_got_refcounts + symtab_hdr->sh_info);
13ae64f3 1733 elf_i386_local_got_tls_type (abfd)
67a4f2b7 1734 = (char *) (local_got_refcounts + 2 * symtab_hdr->sh_info);
13ae64f3
JJ
1735 }
1736 local_got_refcounts[r_symndx] += 1;
1737 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx];
1738 }
1739
37e55690
JJ
1740 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1741 tls_type |= old_tls_type;
13ae64f3
JJ
1742 /* If a TLS symbol is accessed using IE at least once,
1743 there is no point to use dynamic model for it. */
ebcfb3c0 1744 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
67a4f2b7 1745 && (! GOT_TLS_GD_ANY_P (old_tls_type)
37e55690 1746 || (tls_type & GOT_TLS_IE) == 0))
13ae64f3 1747 {
67a4f2b7 1748 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
37e55690 1749 tls_type = old_tls_type;
67a4f2b7
AO
1750 else if (GOT_TLS_GD_ANY_P (old_tls_type)
1751 && GOT_TLS_GD_ANY_P (tls_type))
1752 tls_type |= old_tls_type;
13ae64f3
JJ
1753 else
1754 {
09a24cbf 1755 if (h)
4c544807
L
1756 name = h->root.root.string;
1757 else
1758 name = bfd_elf_sym_name (abfd, symtab_hdr, isym,
1759 NULL);
13ae64f3 1760 (*_bfd_error_handler)
d003868e 1761 (_("%B: `%s' accessed both as normal and "
55fd94b0 1762 "thread local symbol"),
4c544807 1763 abfd, name);
68c4a57e 1764 bfd_set_error (bfd_error_bad_value);
c2e61a4e 1765 return FALSE;
13ae64f3
JJ
1766 }
1767 }
1768
1769 if (old_tls_type != tls_type)
1770 {
1771 if (h != NULL)
1772 elf_i386_hash_entry (h)->tls_type = tls_type;
1773 else
1774 elf_i386_local_got_tls_type (abfd) [r_symndx] = tls_type;
1775 }
1776 }
0ac8d2ca
AM
1777 /* Fall through */
1778
1779 case R_386_GOTOFF:
1780 case R_386_GOTPC:
13ae64f3 1781 create_got:
6de2ae4a 1782 if (htab->elf.sgot == NULL)
0ac8d2ca
AM
1783 {
1784 if (htab->elf.dynobj == NULL)
1785 htab->elf.dynobj = abfd;
6de2ae4a 1786 if (!_bfd_elf_create_got_section (htab->elf.dynobj, info))
c2e61a4e 1787 return FALSE;
0ac8d2ca 1788 }
37e55690 1789 if (r_type != R_386_TLS_IE)
aec6b87e
L
1790 {
1791 if (eh != NULL)
1792 eh->has_got_reloc = 1;
1793 break;
1794 }
37e55690 1795 /* Fall through */
252b5132 1796
37e55690
JJ
1797 case R_386_TLS_LE_32:
1798 case R_386_TLS_LE:
aec6b87e
L
1799 if (eh != NULL)
1800 eh->has_got_reloc = 1;
0e1862bb 1801 if (bfd_link_executable (info))
37e55690 1802 break;
bffbf940 1803 info->flags |= DF_STATIC_TLS;
aec6b87e 1804 goto do_relocation;
252b5132
RH
1805
1806 case R_386_32:
1807 case R_386_PC32:
aec6b87e
L
1808 if (eh != NULL && (sec->flags & SEC_CODE) != 0)
1809 eh->has_non_got_reloc = 1;
1810do_relocation:
0e1862bb 1811 if (h != NULL && bfd_link_executable (info))
6725bdbf 1812 {
12d0ee4a 1813 /* If this reloc is in a read-only section, we might
ebe50bae
AM
1814 need a copy reloc. We can't check reliably at this
1815 stage whether the section is read-only, as input
1816 sections have not yet been mapped to output sections.
1817 Tentatively set the flag for now, and correct in
1818 adjust_dynamic_symbol. */
f5385ebf 1819 h->non_got_ref = 1;
12d0ee4a
AM
1820
1821 /* We may need a .plt entry if the function this reloc
1822 refers to is in a shared lib. */
51b64d56 1823 h->plt.refcount += 1;
4b627c18
L
1824 if (r_type == R_386_PC32)
1825 {
1826 /* Since something like ".long foo - ." may be used
1827 as pointer, make sure that PLT is used if foo is
1828 a function defined in a shared library. */
1829 if ((sec->flags & SEC_CODE) == 0)
1830 h->pointer_equality_needed = 1;
1831 }
1832 else
04ebc307
L
1833 {
1834 h->pointer_equality_needed = 1;
1835 /* R_386_32 can be resolved at run-time. */
1836 if (r_type == R_386_32
1837 && (sec->flags & SEC_READONLY) == 0)
1838 eh->func_pointer_refcount += 1;
1839 }
6725bdbf 1840 }
7843f00e 1841
06a6a421 1842 size_reloc = FALSE;
6a3e1bae 1843do_size:
252b5132 1844 /* If we are creating a shared library, and this is a reloc
f69da49f
AM
1845 against a global symbol, or a non PC relative reloc
1846 against a local symbol, then we need to copy the reloc
1847 into the shared library. However, if we are linking with
1848 -Bsymbolic, we do not need to copy a reloc against a
1849 global symbol which is defined in an object we are
1850 including in the link (i.e., DEF_REGULAR is set). At
1851 this point we have not seen all the input files, so it is
1852 possible that DEF_REGULAR is not set now but will be set
1f655a09
L
1853 later (it is never cleared). In case of a weak definition,
1854 DEF_REGULAR may be cleared later by a strong definition in
ebe50bae 1855 a shared library. We account for that possibility below by
1f655a09
L
1856 storing information in the relocs_copied field of the hash
1857 table entry. A similar situation occurs when creating
1858 shared libraries and symbol visibility changes render the
12d0ee4a 1859 symbol local.
56882138 1860
12d0ee4a
AM
1861 If on the other hand, we are creating an executable, we
1862 may need to keep relocations for symbols satisfied by a
1863 dynamic library if we manage to avoid copy relocs for the
1864 symbol. */
0e1862bb 1865 if ((bfd_link_pic (info)
12d0ee4a 1866 && (sec->flags & SEC_ALLOC) != 0
13ae64f3 1867 && (r_type != R_386_PC32
12d0ee4a 1868 || (h != NULL
55255dae 1869 && (! SYMBOLIC_BIND (info, h)
12d0ee4a 1870 || h->root.type == bfd_link_hash_defweak
f5385ebf 1871 || !h->def_regular))))
a23b6845 1872 || (ELIMINATE_COPY_RELOCS
0e1862bb 1873 && !bfd_link_pic (info)
12d0ee4a
AM
1874 && (sec->flags & SEC_ALLOC) != 0
1875 && h != NULL
12d0ee4a 1876 && (h->root.type == bfd_link_hash_defweak
0f88be7a 1877 || !h->def_regular)))
252b5132 1878 {
e03a8ed8
L
1879 struct elf_dyn_relocs *p;
1880 struct elf_dyn_relocs **head;
ec338859 1881
12d0ee4a
AM
1882 /* We must copy these reloc types into the output file.
1883 Create a reloc section in dynobj and make room for
1884 this reloc. */
252b5132
RH
1885 if (sreloc == NULL)
1886 {
0ac8d2ca
AM
1887 if (htab->elf.dynobj == NULL)
1888 htab->elf.dynobj = abfd;
1889
83bac4b0
NC
1890 sreloc = _bfd_elf_make_dynamic_reloc_section
1891 (sec, htab->elf.dynobj, 2, abfd, /*rela?*/ FALSE);
1892
252b5132 1893 if (sreloc == NULL)
c2e61a4e 1894 return FALSE;
252b5132
RH
1895 }
1896
0c715baa
AM
1897 /* If this is a global symbol, we count the number of
1898 relocations we need for this symbol. */
1899 if (h != NULL)
252b5132 1900 {
d5597ebc 1901 head = &eh->dyn_relocs;
0c715baa
AM
1902 }
1903 else
1904 {
ec338859
AM
1905 /* Track dynamic relocs needed for local syms too.
1906 We really need local syms available to do this
1907 easily. Oh well. */
87d72d41 1908 void **vpp;
ec338859 1909 asection *s;
87d72d41
AM
1910
1911 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
1912 abfd, r_symndx);
1913 if (isym == NULL)
1914 return FALSE;
1915
1916 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
ec338859 1917 if (s == NULL)
87d72d41 1918 s = sec;
ec338859 1919
e81d3500 1920 vpp = &elf_section_data (s)->local_dynrel;
e03a8ed8 1921 head = (struct elf_dyn_relocs **)vpp;
ec338859
AM
1922 }
1923
1924 p = *head;
1925 if (p == NULL || p->sec != sec)
1926 {
1927 bfd_size_type amt = sizeof *p;
a50b1753
NC
1928 p = (struct elf_dyn_relocs *) bfd_alloc (htab->elf.dynobj,
1929 amt);
ec338859 1930 if (p == NULL)
c2e61a4e 1931 return FALSE;
ec338859
AM
1932 p->next = *head;
1933 *head = p;
1934 p->sec = sec;
1935 p->count = 0;
1936 p->pc_count = 0;
252b5132 1937 }
ec338859
AM
1938
1939 p->count += 1;
06a6a421
L
1940 /* Count size relocation as PC-relative relocation. */
1941 if (r_type == R_386_PC32 || size_reloc)
ec338859 1942 p->pc_count += 1;
252b5132 1943 }
252b5132
RH
1944 break;
1945
1946 /* This relocation describes the C++ object vtable hierarchy.
1947 Reconstruct it for later use during GC. */
1948 case R_386_GNU_VTINHERIT:
d17e0c6e 1949 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
c2e61a4e 1950 return FALSE;
252b5132
RH
1951 break;
1952
1953 /* This relocation describes which C++ vtable entries are actually
1954 used. Record for later use during GC. */
1955 case R_386_GNU_VTENTRY:
c6aa130f
MS
1956 BFD_ASSERT (h != NULL);
1957 if (h != NULL
1958 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_offset))
c2e61a4e 1959 return FALSE;
252b5132
RH
1960 break;
1961
1962 default:
1963 break;
1964 }
dd7e64d4
L
1965
1966 if (use_plt_got
1967 && h != NULL
1968 && h->plt.refcount > 0
8ded2ddc
L
1969 && (((info->flags & DF_BIND_NOW) && !h->pointer_equality_needed)
1970 || h->got.refcount > 0)
dd7e64d4
L
1971 && htab->plt_got == NULL)
1972 {
1973 /* Create the GOT procedure linkage table. */
1974 unsigned int plt_got_align;
1975 const struct elf_backend_data *bed;
1976
1977 bed = get_elf_backend_data (info->output_bfd);
1978 BFD_ASSERT (sizeof (elf_i386_got_plt_entry) == 8
1979 && (sizeof (elf_i386_got_plt_entry)
1980 == sizeof (elf_i386_pic_got_plt_entry)));
1981 plt_got_align = 3;
1982
1983 if (htab->elf.dynobj == NULL)
1984 htab->elf.dynobj = abfd;
1985 htab->plt_got
1986 = bfd_make_section_anyway_with_flags (htab->elf.dynobj,
1987 ".plt.got",
1988 (bed->dynamic_sec_flags
1989 | SEC_ALLOC
1990 | SEC_CODE
1991 | SEC_LOAD
1992 | SEC_READONLY));
1993 if (htab->plt_got == NULL
1994 || !bfd_set_section_alignment (htab->elf.dynobj,
1995 htab->plt_got,
1996 plt_got_align))
1997 return FALSE;
1998 }
c1d11331 1999
02a86693 2000 if ((r_type == R_386_GOT32 || r_type == R_386_GOT32X)
c1d11331 2001 && (h == NULL || h->type != STT_GNU_IFUNC))
02a86693 2002 sec->need_convert_load = 1;
252b5132
RH
2003 }
2004
b34976b6 2005 return TRUE;
252b5132
RH
2006}
2007
2008/* Return the section that should be marked against GC for a given
2009 relocation. */
2010
2011static asection *
55fd94b0 2012elf_i386_gc_mark_hook (asection *sec,
07adf181 2013 struct bfd_link_info *info,
55fd94b0
AM
2014 Elf_Internal_Rela *rel,
2015 struct elf_link_hash_entry *h,
2016 Elf_Internal_Sym *sym)
252b5132
RH
2017{
2018 if (h != NULL)
07adf181
AM
2019 switch (ELF32_R_TYPE (rel->r_info))
2020 {
2021 case R_386_GNU_VTINHERIT:
2022 case R_386_GNU_VTENTRY:
2023 return NULL;
2024 }
2025
2026 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
252b5132
RH
2027}
2028
2029/* Update the got entry reference counts for the section being removed. */
2030
b34976b6 2031static bfd_boolean
55fd94b0
AM
2032elf_i386_gc_sweep_hook (bfd *abfd,
2033 struct bfd_link_info *info,
2034 asection *sec,
2035 const Elf_Internal_Rela *relocs)
252b5132 2036{
4dfe6ac6 2037 struct elf_i386_link_hash_table *htab;
dd5724d5
AM
2038 Elf_Internal_Shdr *symtab_hdr;
2039 struct elf_link_hash_entry **sym_hashes;
2040 bfd_signed_vma *local_got_refcounts;
2041 const Elf_Internal_Rela *rel, *relend;
dd5724d5 2042
0e1862bb 2043 if (bfd_link_relocatable (info))
7dda2462
TG
2044 return TRUE;
2045
4dfe6ac6
NC
2046 htab = elf_i386_hash_table (info);
2047 if (htab == NULL)
2048 return FALSE;
2049
ec338859 2050 elf_section_data (sec)->local_dynrel = NULL;
dd5724d5 2051
0ffa91dd 2052 symtab_hdr = &elf_symtab_hdr (abfd);
6725bdbf
AM
2053 sym_hashes = elf_sym_hashes (abfd);
2054 local_got_refcounts = elf_local_got_refcounts (abfd);
dd5724d5
AM
2055
2056 relend = relocs + sec->reloc_count;
2057 for (rel = relocs; rel < relend; rel++)
26e41594
AM
2058 {
2059 unsigned long r_symndx;
2060 unsigned int r_type;
2061 struct elf_link_hash_entry *h = NULL;
37e55690 2062
26e41594
AM
2063 r_symndx = ELF32_R_SYM (rel->r_info);
2064 if (r_symndx >= symtab_hdr->sh_info)
2065 {
26e41594 2066 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
3eb128b2
AM
2067 while (h->root.type == bfd_link_hash_indirect
2068 || h->root.type == bfd_link_hash_warning)
2069 h = (struct elf_link_hash_entry *) h->root.u.i.link;
26e41594 2070 }
bb1cb422
L
2071 else
2072 {
2073 /* A local symbol. */
2074 Elf_Internal_Sym *isym;
2075
2076 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
2077 abfd, r_symndx);
2078
2079 /* Check relocation against local STT_GNU_IFUNC symbol. */
2080 if (isym != NULL
2081 && ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
2082 {
2083 h = elf_i386_get_local_sym_hash (htab, abfd, rel, FALSE);
2084 if (h == NULL)
2085 abort ();
2086 }
2087 }
0c715baa 2088
3db2e7dd
L
2089 if (h)
2090 {
2091 struct elf_i386_link_hash_entry *eh;
2092 struct elf_dyn_relocs **pp;
2093 struct elf_dyn_relocs *p;
2094
2095 eh = (struct elf_i386_link_hash_entry *) h;
2096 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
2097 if (p->sec == sec)
2098 {
2099 /* Everything must go for SEC. */
2100 *pp = p->next;
2101 break;
2102 }
2103 }
2104
26e41594 2105 r_type = ELF32_R_TYPE (rel->r_info);
142411ca
L
2106 if (! elf_i386_tls_transition (info, abfd, sec, NULL,
2107 symtab_hdr, sym_hashes,
2108 &r_type, GOT_UNKNOWN,
23209a78 2109 rel, relend, h, r_symndx))
142411ca
L
2110 return FALSE;
2111
26e41594
AM
2112 switch (r_type)
2113 {
2114 case R_386_TLS_LDM:
4dfe6ac6
NC
2115 if (htab->tls_ldm_got.refcount > 0)
2116 htab->tls_ldm_got.refcount -= 1;
26e41594 2117 break;
0c715baa 2118
26e41594 2119 case R_386_TLS_GD:
67a4f2b7
AO
2120 case R_386_TLS_GOTDESC:
2121 case R_386_TLS_DESC_CALL:
26e41594
AM
2122 case R_386_TLS_IE_32:
2123 case R_386_TLS_IE:
2124 case R_386_TLS_GOTIE:
2125 case R_386_GOT32:
02a86693 2126 case R_386_GOT32X:
26e41594
AM
2127 if (h != NULL)
2128 {
2129 if (h->got.refcount > 0)
2130 h->got.refcount -= 1;
bb1cb422
L
2131 if (h->type == STT_GNU_IFUNC)
2132 {
2133 if (h->plt.refcount > 0)
2134 h->plt.refcount -= 1;
2135 }
26e41594
AM
2136 }
2137 else if (local_got_refcounts != NULL)
2138 {
2139 if (local_got_refcounts[r_symndx] > 0)
2140 local_got_refcounts[r_symndx] -= 1;
2141 }
2142 break;
0c715baa 2143
26e41594
AM
2144 case R_386_32:
2145 case R_386_PC32:
1788fc08 2146 case R_386_SIZE32:
0e1862bb 2147 if (bfd_link_pic (info)
3db2e7dd 2148 && (h == NULL || h->type != STT_GNU_IFUNC))
26e41594
AM
2149 break;
2150 /* Fall through */
6725bdbf 2151
26e41594
AM
2152 case R_386_PLT32:
2153 if (h != NULL)
2154 {
2155 if (h->plt.refcount > 0)
2156 h->plt.refcount -= 1;
04ebc307
L
2157 if (r_type == R_386_32
2158 && (sec->flags & SEC_READONLY) == 0)
2159 {
2160 struct elf_i386_link_hash_entry *eh
2161 = (struct elf_i386_link_hash_entry *) h;
2162 if (eh->func_pointer_refcount > 0)
2163 eh->func_pointer_refcount -= 1;
2164 }
26e41594
AM
2165 }
2166 break;
dd5724d5 2167
bb1cb422
L
2168 case R_386_GOTOFF:
2169 if (h != NULL && h->type == STT_GNU_IFUNC)
2170 {
2171 if (h->got.refcount > 0)
2172 h->got.refcount -= 1;
2173 if (h->plt.refcount > 0)
2174 h->plt.refcount -= 1;
2175 }
2176 break;
2177
26e41594
AM
2178 default:
2179 break;
2180 }
2181 }
252b5132 2182
b34976b6 2183 return TRUE;
252b5132
RH
2184}
2185
aec6b87e
L
2186/* Remove undefined weak symbol from the dynamic symbol table if it
2187 is resolved to 0. */
2188
2189static bfd_boolean
2190elf_i386_fixup_symbol (struct bfd_link_info *info,
2191 struct elf_link_hash_entry *h)
2192{
2193 if (h->dynindx != -1
2194 && UNDEFINED_WEAK_RESOLVED_TO_ZERO (info,
2195 elf_i386_hash_entry (h)))
2196 {
2197 h->dynindx = -1;
2198 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
2199 h->dynstr_index);
2200 }
2201 return TRUE;
2202}
2203
252b5132
RH
2204/* Adjust a symbol defined by a dynamic object and referenced by a
2205 regular object. The current definition is in some section of the
2206 dynamic object, but we're not including those sections. We have to
2207 change the definition to something the rest of the link can
2208 understand. */
2209
b34976b6 2210static bfd_boolean
55fd94b0
AM
2211elf_i386_adjust_dynamic_symbol (struct bfd_link_info *info,
2212 struct elf_link_hash_entry *h)
252b5132 2213{
6725bdbf 2214 struct elf_i386_link_hash_table *htab;
252b5132 2215 asection *s;
5ca5bb35
L
2216 struct elf_i386_link_hash_entry *eh;
2217 struct elf_dyn_relocs *p;
252b5132 2218
cbe950e9
L
2219 /* STT_GNU_IFUNC symbol must go through PLT. */
2220 if (h->type == STT_GNU_IFUNC)
2221 {
73bcf233
L
2222 /* All local STT_GNU_IFUNC references must be treate as local
2223 calls via local PLT. */
5ca5bb35
L
2224 if (h->ref_regular
2225 && SYMBOL_CALLS_LOCAL (info, h))
2226 {
73bcf233 2227 bfd_size_type pc_count = 0, count = 0;
5ca5bb35
L
2228 struct elf_dyn_relocs **pp;
2229
2230 eh = (struct elf_i386_link_hash_entry *) h;
2231 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
2232 {
2233 pc_count += p->pc_count;
2234 p->count -= p->pc_count;
2235 p->pc_count = 0;
73bcf233 2236 count += p->count;
5ca5bb35
L
2237 if (p->count == 0)
2238 *pp = p->next;
2239 else
2240 pp = &p->next;
2241 }
2242
73bcf233 2243 if (pc_count || count)
5ca5bb35
L
2244 {
2245 h->needs_plt = 1;
5ca5bb35 2246 h->non_got_ref = 1;
a5479e5f
L
2247 if (h->plt.refcount <= 0)
2248 h->plt.refcount = 1;
2249 else
2250 h->plt.refcount += 1;
5ca5bb35
L
2251 }
2252 }
2253
cbe950e9
L
2254 if (h->plt.refcount <= 0)
2255 {
2256 h->plt.offset = (bfd_vma) -1;
2257 h->needs_plt = 0;
2258 }
2259 return TRUE;
2260 }
2261
252b5132
RH
2262 /* If this is a function, put it in the procedure linkage table. We
2263 will fill in the contents of the procedure linkage table later,
2264 when we know the address of the .got section. */
2265 if (h->type == STT_FUNC
f5385ebf 2266 || h->needs_plt)
252b5132 2267 {
6725bdbf 2268 if (h->plt.refcount <= 0
9c7a29a3
AM
2269 || SYMBOL_CALLS_LOCAL (info, h)
2270 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
2271 && h->root.type == bfd_link_hash_undefweak))
252b5132
RH
2272 {
2273 /* This case can occur if we saw a PLT32 reloc in an input
dd5724d5
AM
2274 file, but the symbol was never referred to by a dynamic
2275 object, or if all references were garbage collected. In
2276 such a case, we don't actually need to build a procedure
2277 linkage table, and we can just do a PC32 reloc instead. */
bbd7ec4a 2278 h->plt.offset = (bfd_vma) -1;
f5385ebf 2279 h->needs_plt = 0;
252b5132
RH
2280 }
2281
b34976b6 2282 return TRUE;
252b5132 2283 }
6725bdbf
AM
2284 else
2285 /* It's possible that we incorrectly decided a .plt reloc was
2286 needed for an R_386_PC32 reloc to a non-function sym in
2287 check_relocs. We can't decide accurately between function and
2288 non-function syms in check-relocs; Objects loaded later in
2289 the link may change h->type. So fix it now. */
bbd7ec4a 2290 h->plt.offset = (bfd_vma) -1;
252b5132
RH
2291
2292 /* If this is a weak symbol, and there is a real definition, the
2293 processor independent code will have arranged for us to see the
2294 real definition first, and we can just use the same value. */
f6e332e6 2295 if (h->u.weakdef != NULL)
252b5132 2296 {
f6e332e6
AM
2297 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
2298 || h->u.weakdef->root.type == bfd_link_hash_defweak);
2299 h->root.u.def.section = h->u.weakdef->root.u.def.section;
2300 h->root.u.def.value = h->u.weakdef->root.u.def.value;
a23b6845 2301 if (ELIMINATE_COPY_RELOCS || info->nocopyreloc)
f6e332e6 2302 h->non_got_ref = h->u.weakdef->non_got_ref;
b34976b6 2303 return TRUE;
252b5132
RH
2304 }
2305
2306 /* This is a reference to a symbol defined by a dynamic object which
2307 is not a function. */
2308
2309 /* If we are creating a shared library, we must presume that the
2310 only references to the symbol are via the global offset table.
2311 For such cases we need not do anything here; the relocations will
2312 be handled correctly by relocate_section. */
0e1862bb 2313 if (!bfd_link_executable (info))
b34976b6 2314 return TRUE;
252b5132 2315
7843f00e 2316 /* If there are no references to this symbol that do not use the
d5597ebc
L
2317 GOT nor R_386_GOTOFF relocation, we don't need to generate a copy
2318 reloc. */
2319 eh = (struct elf_i386_link_hash_entry *) h;
2320 if (!h->non_got_ref && !eh->gotoff_ref)
b34976b6 2321 return TRUE;
7843f00e 2322
8bd621d8
AM
2323 /* If -z nocopyreloc was given, we won't generate them either. */
2324 if (info->nocopyreloc)
2325 {
f5385ebf 2326 h->non_got_ref = 0;
b34976b6 2327 return TRUE;
8bd621d8
AM
2328 }
2329
643796e3 2330 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
2331 if (htab == NULL)
2332 return FALSE;
643796e3 2333
d5597ebc
L
2334 /* If there aren't any dynamic relocs in read-only sections nor
2335 R_386_GOTOFF relocation, then we can keep the dynamic relocs and
2336 avoid the copy reloc. This doesn't work on VxWorks, where we can
2337 not have dynamic relocations (other than copy and jump slot
2338 relocations) in an executable. */
23209a78 2339 if (ELIMINATE_COPY_RELOCS
d5597ebc 2340 && !eh->gotoff_ref
23209a78 2341 && !get_elf_i386_backend_data (info->output_bfd)->is_vxworks)
ebe50bae 2342 {
a23b6845
AM
2343 for (p = eh->dyn_relocs; p != NULL; p = p->next)
2344 {
2345 s = p->sec->output_section;
2346 if (s != NULL && (s->flags & SEC_READONLY) != 0)
2347 break;
2348 }
2349
a23b6845
AM
2350 if (p == NULL)
2351 {
f5385ebf 2352 h->non_got_ref = 0;
a23b6845
AM
2353 return TRUE;
2354 }
ebe50bae
AM
2355 }
2356
252b5132
RH
2357 /* We must allocate the symbol in our .dynbss section, which will
2358 become part of the .bss section of the executable. There will be
2359 an entry for this symbol in the .dynsym section. The dynamic
2360 object will contain position independent code, so all references
2361 from the dynamic object to this symbol will go through the global
2362 offset table. The dynamic linker will use the .dynsym entry to
2363 determine the address it must put in the global offset table, so
2364 both the dynamic object and the regular object will refer to the
2365 same memory location for the variable. */
2366
252b5132
RH
2367 /* We must generate a R_386_COPY reloc to tell the dynamic linker to
2368 copy the initial value out of the dynamic object and into the
0ac8d2ca 2369 runtime process image. */
1d7e9d18 2370 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
252b5132 2371 {
eea6121a 2372 htab->srelbss->size += sizeof (Elf32_External_Rel);
f5385ebf 2373 h->needs_copy = 1;
252b5132
RH
2374 }
2375
0ac8d2ca 2376 s = htab->sdynbss;
252b5132 2377
6cabe1ea 2378 return _bfd_elf_adjust_dynamic_copy (info, h, s);
252b5132
RH
2379}
2380
6725bdbf 2381/* Allocate space in .plt, .got and associated reloc sections for
0c715baa 2382 dynamic relocs. */
6725bdbf 2383
b34976b6 2384static bfd_boolean
eb4ff4d6 2385elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
6725bdbf
AM
2386{
2387 struct bfd_link_info *info;
2388 struct elf_i386_link_hash_table *htab;
5a15f56f 2389 struct elf_i386_link_hash_entry *eh;
e03a8ed8 2390 struct elf_dyn_relocs *p;
25e762b9 2391 unsigned plt_entry_size;
aec6b87e 2392 bfd_boolean resolved_to_zero;
6725bdbf 2393
e92d460e 2394 if (h->root.type == bfd_link_hash_indirect)
b34976b6 2395 return TRUE;
6725bdbf 2396
cbe950e9 2397 eh = (struct elf_i386_link_hash_entry *) h;
e92d460e 2398
6725bdbf
AM
2399 info = (struct bfd_link_info *) inf;
2400 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
2401 if (htab == NULL)
2402 return FALSE;
6725bdbf 2403
25e762b9
RM
2404 plt_entry_size = GET_PLT_ENTRY_SIZE (info->output_bfd);
2405
aec6b87e
L
2406 resolved_to_zero = UNDEFINED_WEAK_RESOLVED_TO_ZERO (info, eh);
2407
04ebc307
L
2408 /* Clear the reference count of function pointer relocations if
2409 symbol isn't a normal function. */
2410 if (h->type != STT_FUNC)
2411 eh->func_pointer_refcount = 0;
2412
dd7e64d4
L
2413 /* We can't use the GOT PLT if pointer equality is needed since
2414 finish_dynamic_symbol won't clear symbol value and the dynamic
2415 linker won't update the GOT slot. We will get into an infinite
2416 loop at run-time. */
2417 if (htab->plt_got != NULL
2418 && h->type != STT_GNU_IFUNC
2419 && !h->pointer_equality_needed
2420 && h->plt.refcount > 0
2421 && h->got.refcount > 0)
2422 {
2423 /* Don't use the regular PLT if there are both GOT and GOTPLT
2424 reloctions. */
2425 h->plt.offset = (bfd_vma) -1;
2426
2427 /* Use the GOT PLT. */
2428 eh->plt_got.refcount = 1;
2429 }
2430
cbe950e9
L
2431 /* Since STT_GNU_IFUNC symbol must go through PLT, we handle it
2432 here if it is defined and referenced in a non-shared object. */
2433 if (h->type == STT_GNU_IFUNC
2434 && h->def_regular)
25e762b9 2435 return _bfd_elf_allocate_ifunc_dyn_relocs (info, h, &eh->dyn_relocs,
7b70956d
WN
2436 plt_entry_size,
2437 plt_entry_size, 4);
04ebc307
L
2438 /* Don't create the PLT entry if there are only function pointer
2439 relocations which can be resolved at run-time. */
cbe950e9 2440 else if (htab->elf.dynamic_sections_created
04ebc307
L
2441 && (h->plt.refcount > eh->func_pointer_refcount
2442 || eh->plt_got.refcount > 0))
6725bdbf 2443 {
25070364
L
2444 bfd_boolean use_plt_got;
2445
04ebc307
L
2446 /* Clear the reference count of function pointer relocations
2447 if PLT is used. */
2448 eh->func_pointer_refcount = 0;
2449
8ded2ddc 2450 if ((info->flags & DF_BIND_NOW) && !h->pointer_equality_needed)
25070364
L
2451 {
2452 /* Don't use the regular PLT for DF_BIND_NOW. */
2453 h->plt.offset = (bfd_vma) -1;
2454
2455 /* Use the GOT PLT. */
2456 h->got.refcount = 1;
2457 eh->plt_got.refcount = 1;
2458 }
2459
2460 use_plt_got = eh->plt_got.refcount > 0;
dd7e64d4 2461
5a15f56f
AM
2462 /* Make sure this symbol is output as a dynamic symbol.
2463 Undefined weak syms won't yet be marked as dynamic. */
2464 if (h->dynindx == -1
aec6b87e
L
2465 && !h->forced_local
2466 && !resolved_to_zero)
5a15f56f 2467 {
c152c796 2468 if (! bfd_elf_link_record_dynamic_symbol (info, h))
b34976b6 2469 return FALSE;
5a15f56f
AM
2470 }
2471
0e1862bb 2472 if (bfd_link_pic (info)
4e795f50 2473 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, 0, h))
ced53ee5 2474 {
6de2ae4a 2475 asection *s = htab->elf.splt;
dd7e64d4 2476 asection *got_s = htab->plt_got;
6725bdbf 2477
7c1e8d3e
L
2478 /* If this is the first .plt entry, make room for the special
2479 first entry. The .plt section is used by prelink to undo
2480 prelinking for dynamic relocations. */
2481 if (s->size == 0)
2482 s->size = plt_entry_size;
2483
dd7e64d4
L
2484 if (use_plt_got)
2485 eh->plt_got.offset = got_s->size;
2486 else
7c1e8d3e 2487 h->plt.offset = s->size;
6725bdbf 2488
ced53ee5
AM
2489 /* If this symbol is not defined in a regular file, and we are
2490 not generating a shared library, then set the symbol to this
2491 location in the .plt. This is required to make function
2492 pointers compare as equal between the normal executable and
2493 the shared library. */
0e1862bb 2494 if (! bfd_link_pic (info)
f5385ebf 2495 && !h->def_regular)
ced53ee5 2496 {
dd7e64d4
L
2497 if (use_plt_got)
2498 {
2499 /* We need to make a call to the entry of the GOT PLT
2500 instead of regular PLT entry. */
2501 h->root.u.def.section = got_s;
2502 h->root.u.def.value = eh->plt_got.offset;
2503 }
2504 else
2505 {
2506 h->root.u.def.section = s;
2507 h->root.u.def.value = h->plt.offset;
2508 }
ced53ee5 2509 }
6725bdbf 2510
ced53ee5 2511 /* Make room for this entry. */
dd7e64d4
L
2512 if (use_plt_got)
2513 got_s->size += sizeof (elf_i386_got_plt_entry);
2514 else
2515 {
2516 s->size += plt_entry_size;
6725bdbf 2517
dd7e64d4
L
2518 /* We also need to make an entry in the .got.plt section,
2519 which will be placed in the .got section by the linker
2520 script. */
2521 htab->elf.sgotplt->size += 4;
6725bdbf 2522
aec6b87e
L
2523 /* There should be no PLT relocation against resolved
2524 undefined weak symbol in executable. */
2525 if (!resolved_to_zero)
2526 {
2527 /* We also need to make an entry in the .rel.plt
2528 section. */
2529 htab->elf.srelplt->size += sizeof (Elf32_External_Rel);
2530 htab->elf.srelplt->reloc_count++;
2531 }
dd7e64d4 2532 }
eac338cf 2533
23209a78 2534 if (get_elf_i386_backend_data (info->output_bfd)->is_vxworks
0e1862bb 2535 && !bfd_link_pic (info))
eac338cf
PB
2536 {
2537 /* VxWorks has a second set of relocations for each PLT entry
2538 in executables. They go in a separate relocation section,
2539 which is processed by the kernel loader. */
2540
2541 /* There are two relocations for the initial PLT entry: an
2542 R_386_32 relocation for _GLOBAL_OFFSET_TABLE_ + 4 and an
2543 R_386_32 relocation for _GLOBAL_OFFSET_TABLE_ + 8. */
2544
25e762b9 2545 if (h->plt.offset == plt_entry_size)
eac338cf
PB
2546 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2);
2547
2548 /* There are two extra relocations for each subsequent PLT entry:
2549 an R_386_32 relocation for the GOT entry, and an R_386_32
2550 relocation for the PLT entry. */
2551
2552 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2);
2553 }
6725bdbf 2554 }
ced53ee5
AM
2555 else
2556 {
13f42277 2557 eh->plt_got.offset = (bfd_vma) -1;
51b64d56 2558 h->plt.offset = (bfd_vma) -1;
f5385ebf 2559 h->needs_plt = 0;
ced53ee5 2560 }
6725bdbf
AM
2561 }
2562 else
2563 {
13f42277 2564 eh->plt_got.offset = (bfd_vma) -1;
51b64d56 2565 h->plt.offset = (bfd_vma) -1;
f5385ebf 2566 h->needs_plt = 0;
6725bdbf
AM
2567 }
2568
67a4f2b7
AO
2569 eh->tlsdesc_got = (bfd_vma) -1;
2570
37e55690 2571 /* If R_386_TLS_{IE_32,IE,GOTIE} symbol is now local to the binary,
13ae64f3
JJ
2572 make it a R_386_TLS_LE_32 requiring no TLS entry. */
2573 if (h->got.refcount > 0
0e1862bb 2574 && bfd_link_executable (info)
13ae64f3 2575 && h->dynindx == -1
37e55690 2576 && (elf_i386_hash_entry(h)->tls_type & GOT_TLS_IE))
cedb70c5 2577 h->got.offset = (bfd_vma) -1;
13ae64f3 2578 else if (h->got.refcount > 0)
6725bdbf 2579 {
0ac8d2ca 2580 asection *s;
b34976b6 2581 bfd_boolean dyn;
13ae64f3 2582 int tls_type = elf_i386_hash_entry(h)->tls_type;
6725bdbf 2583
5a15f56f
AM
2584 /* Make sure this symbol is output as a dynamic symbol.
2585 Undefined weak syms won't yet be marked as dynamic. */
2586 if (h->dynindx == -1
aec6b87e
L
2587 && !h->forced_local
2588 && !resolved_to_zero)
5a15f56f 2589 {
c152c796 2590 if (! bfd_elf_link_record_dynamic_symbol (info, h))
b34976b6 2591 return FALSE;
5a15f56f
AM
2592 }
2593
6de2ae4a 2594 s = htab->elf.sgot;
67a4f2b7
AO
2595 if (GOT_TLS_GDESC_P (tls_type))
2596 {
6de2ae4a 2597 eh->tlsdesc_got = htab->elf.sgotplt->size
67a4f2b7 2598 - elf_i386_compute_jump_table_size (htab);
6de2ae4a 2599 htab->elf.sgotplt->size += 8;
67a4f2b7
AO
2600 h->got.offset = (bfd_vma) -2;
2601 }
2602 if (! GOT_TLS_GDESC_P (tls_type)
2603 || GOT_TLS_GD_P (tls_type))
2604 {
2605 h->got.offset = s->size;
2606 s->size += 4;
2607 /* R_386_TLS_GD needs 2 consecutive GOT slots. */
2608 if (GOT_TLS_GD_P (tls_type) || tls_type == GOT_TLS_IE_BOTH)
2609 s->size += 4;
2610 }
ebe50bae 2611 dyn = htab->elf.dynamic_sections_created;
13ae64f3 2612 /* R_386_TLS_IE_32 needs one dynamic relocation,
37e55690
JJ
2613 R_386_TLS_IE resp. R_386_TLS_GOTIE needs one dynamic relocation,
2614 (but if both R_386_TLS_IE_32 and R_386_TLS_IE is present, we
2615 need two), R_386_TLS_GD needs one if local symbol and two if
aec6b87e
L
2616 global. No dynamic relocation against resolved undefined weak
2617 symbol in executable. */
37e55690 2618 if (tls_type == GOT_TLS_IE_BOTH)
6de2ae4a 2619 htab->elf.srelgot->size += 2 * sizeof (Elf32_External_Rel);
67a4f2b7 2620 else if ((GOT_TLS_GD_P (tls_type) && h->dynindx == -1)
37e55690 2621 || (tls_type & GOT_TLS_IE))
6de2ae4a 2622 htab->elf.srelgot->size += sizeof (Elf32_External_Rel);
67a4f2b7 2623 else if (GOT_TLS_GD_P (tls_type))
6de2ae4a 2624 htab->elf.srelgot->size += 2 * sizeof (Elf32_External_Rel);
67a4f2b7 2625 else if (! GOT_TLS_GDESC_P (tls_type)
aec6b87e
L
2626 && ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
2627 && !resolved_to_zero)
67a4f2b7 2628 || h->root.type != bfd_link_hash_undefweak)
0e1862bb 2629 && (bfd_link_pic (info)
ef5aade5 2630 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h)))
6de2ae4a 2631 htab->elf.srelgot->size += sizeof (Elf32_External_Rel);
67a4f2b7 2632 if (GOT_TLS_GDESC_P (tls_type))
6de2ae4a 2633 htab->elf.srelplt->size += sizeof (Elf32_External_Rel);
6725bdbf
AM
2634 }
2635 else
51b64d56 2636 h->got.offset = (bfd_vma) -1;
6725bdbf 2637
5a15f56f 2638 if (eh->dyn_relocs == NULL)
b34976b6 2639 return TRUE;
5a15f56f 2640
0c715baa
AM
2641 /* In the shared -Bsymbolic case, discard space allocated for
2642 dynamic pc-relative relocs against symbols which turn out to be
2643 defined in regular objects. For the normal shared case, discard
0ac8d2ca
AM
2644 space for pc-relative relocs that have become local due to symbol
2645 visibility changes. */
0c715baa 2646
0e1862bb 2647 if (bfd_link_pic (info))
5a15f56f 2648 {
09695f56
AM
2649 /* The only reloc that uses pc_count is R_386_PC32, which will
2650 appear on a call or on something like ".long foo - .". We
2651 want calls to protected symbols to resolve directly to the
2652 function rather than going via the plt. If people want
2653 function pointer comparisons to work as expected then they
2654 should avoid writing assembly like ".long foo - .". */
2655 if (SYMBOL_CALLS_LOCAL (info, h))
5a15f56f 2656 {
e03a8ed8 2657 struct elf_dyn_relocs **pp;
0c715baa
AM
2658
2659 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
2660 {
c3ce498c
L
2661 p->count -= p->pc_count;
2662 p->pc_count = 0;
0c715baa
AM
2663 if (p->count == 0)
2664 *pp = p->next;
2665 else
2666 pp = &p->next;
2667 }
5a15f56f 2668 }
4e795f50 2669
23209a78 2670 if (get_elf_i386_backend_data (info->output_bfd)->is_vxworks)
3348747a 2671 {
e03a8ed8 2672 struct elf_dyn_relocs **pp;
3348747a
NS
2673 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
2674 {
2675 if (strcmp (p->sec->output_section->name, ".tls_vars") == 0)
2676 *pp = p->next;
2677 else
2678 pp = &p->next;
2679 }
2680 }
2681
4e795f50 2682 /* Also discard relocs on undefined weak syms with non-default
aec6b87e 2683 visibility or in PIE. */
22d606e9 2684 if (eh->dyn_relocs != NULL
c353e543 2685 && h->root.type == bfd_link_hash_undefweak)
22d606e9 2686 {
aec6b87e
L
2687 /* Undefined weak symbol is never bound locally in shared
2688 library. */
2689 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
2690 || resolved_to_zero)
2691 {
2692 if (h->non_got_ref)
2693 {
2694 /* Keep dynamic non-GOT/non-PLT relocation so that we
2695 can branch to 0 without PLT. */
2696 struct elf_dyn_relocs **pp;
2697
2698 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
2699 if (p->pc_count == 0)
2700 *pp = p->next;
2701 else
2702 {
2703 /* Remove non-R_386_PC32 relocation. */
2704 p->count = p->pc_count;
2705 pp = &p->next;
2706 }
22d606e9 2707
aec6b87e
L
2708 if (eh->dyn_relocs != NULL)
2709 {
2710 /* Make sure undefined weak symbols are output
2711 as dynamic symbols in PIEs for dynamic non-GOT
2712 non-PLT reloations. */
2713 if (! bfd_elf_link_record_dynamic_symbol (info, h))
2714 return FALSE;
2715 }
2716 }
2717 else
2718 eh->dyn_relocs = NULL;
2719 }
22d606e9
AM
2720 else if (h->dynindx == -1
2721 && !h->forced_local)
2722 {
2723 if (! bfd_elf_link_record_dynamic_symbol (info, h))
2724 return FALSE;
2725 }
2726 }
0c715baa 2727 }
a23b6845 2728 else if (ELIMINATE_COPY_RELOCS)
0c715baa
AM
2729 {
2730 /* For the non-shared case, discard space for relocs against
2731 symbols which turn out to need copy relocs or are not
04ebc307
L
2732 dynamic. Keep dynamic relocations for run-time function
2733 pointer initialization. */
0c715baa 2734
aec6b87e
L
2735 if ((!h->non_got_ref
2736 || eh->func_pointer_refcount > 0
2737 || (h->root.type == bfd_link_hash_undefweak
2738 && !resolved_to_zero))
f5385ebf
AM
2739 && ((h->def_dynamic
2740 && !h->def_regular)
ebe50bae 2741 || (htab->elf.dynamic_sections_created
0c715baa
AM
2742 && (h->root.type == bfd_link_hash_undefweak
2743 || h->root.type == bfd_link_hash_undefined))))
2744 {
2745 /* Make sure this symbol is output as a dynamic symbol.
2746 Undefined weak syms won't yet be marked as dynamic. */
2747 if (h->dynindx == -1
aec6b87e
L
2748 && !h->forced_local
2749 && !resolved_to_zero)
0c715baa 2750 {
c152c796 2751 if (! bfd_elf_link_record_dynamic_symbol (info, h))
b34976b6 2752 return FALSE;
0c715baa 2753 }
5a15f56f 2754
0c715baa
AM
2755 /* If that succeeded, we know we'll be keeping all the
2756 relocs. */
2757 if (h->dynindx != -1)
2758 goto keep;
2759 }
2760
2761 eh->dyn_relocs = NULL;
04ebc307 2762 eh->func_pointer_refcount = 0;
0c715baa 2763
ec338859 2764 keep: ;
5a15f56f
AM
2765 }
2766
0c715baa
AM
2767 /* Finally, allocate space. */
2768 for (p = eh->dyn_relocs; p != NULL; p = p->next)
12d0ee4a 2769 {
e7c33416
NC
2770 asection *sreloc;
2771
cbe950e9 2772 sreloc = elf_section_data (p->sec)->sreloc;
e7c33416
NC
2773
2774 BFD_ASSERT (sreloc != NULL);
eea6121a 2775 sreloc->size += p->count * sizeof (Elf32_External_Rel);
12d0ee4a
AM
2776 }
2777
b34976b6 2778 return TRUE;
6725bdbf
AM
2779}
2780
c25bc9fc
L
2781/* Allocate space in .plt, .got and associated reloc sections for
2782 local dynamic relocs. */
2783
2784static bfd_boolean
2785elf_i386_allocate_local_dynrelocs (void **slot, void *inf)
2786{
2787 struct elf_link_hash_entry *h
2788 = (struct elf_link_hash_entry *) *slot;
2789
2790 if (h->type != STT_GNU_IFUNC
2791 || !h->def_regular
2792 || !h->ref_regular
2793 || !h->forced_local
2794 || h->root.type != bfd_link_hash_defined)
2795 abort ();
2796
2797 return elf_i386_allocate_dynrelocs (h, inf);
2798}
2799
0c715baa
AM
2800/* Find any dynamic relocs that apply to read-only sections. */
2801
b34976b6 2802static bfd_boolean
eb4ff4d6 2803elf_i386_readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf)
0c715baa
AM
2804{
2805 struct elf_i386_link_hash_entry *eh;
e03a8ed8 2806 struct elf_dyn_relocs *p;
0c715baa 2807
aa715242
L
2808 /* Skip local IFUNC symbols. */
2809 if (h->forced_local && h->type == STT_GNU_IFUNC)
2810 return TRUE;
2811
0c715baa
AM
2812 eh = (struct elf_i386_link_hash_entry *) h;
2813 for (p = eh->dyn_relocs; p != NULL; p = p->next)
2814 {
2815 asection *s = p->sec->output_section;
2816
2817 if (s != NULL && (s->flags & SEC_READONLY) != 0)
2818 {
2819 struct bfd_link_info *info = (struct bfd_link_info *) inf;
2820
2821 info->flags |= DF_TEXTREL;
2822
0e1862bb 2823 if ((info->warn_shared_textrel && bfd_link_pic (info))
1952c5cd
L
2824 || info->error_textrel)
2825 info->callbacks->einfo (_("%P: %B: warning: relocation against `%s' in readonly section `%A'\n"),
b70321a2
L
2826 p->sec->owner, h->root.root.string,
2827 p->sec);
2828
0c715baa 2829 /* Not an error, just cut short the traversal. */
b34976b6 2830 return FALSE;
0c715baa
AM
2831 }
2832 }
b34976b6 2833 return TRUE;
0c715baa
AM
2834}
2835
02a86693
L
2836/* With the local symbol, foo, we convert
2837 mov foo@GOT[(%reg1)], %reg2
2838 to
2839 lea foo[@GOTOFF(%reg1)], %reg2
2840 and convert
2841 call/jmp *foo@GOT[(%reg)]
daa67607 2842 to
02a86693
L
2843 nop call foo/jmp foo nop
2844 When PIC is false, convert
2845 test %reg1, foo@GOT[(%reg2)]
2846 to
2847 test $foo, %reg1
2848 and convert
2849 binop foo@GOT[(%reg1)], %reg2
2850 to
2851 binop $foo, %reg2
2852 where binop is one of adc, add, and, cmp, or, sbb, sub, xor
2853 instructions. */
daa67607
L
2854
2855static bfd_boolean
02a86693 2856elf_i386_convert_load (bfd *abfd, asection *sec,
a6af384b 2857 struct bfd_link_info *link_info)
daa67607
L
2858{
2859 Elf_Internal_Shdr *symtab_hdr;
2860 Elf_Internal_Rela *internal_relocs;
2861 Elf_Internal_Rela *irel, *irelend;
2862 bfd_byte *contents;
2863 struct elf_i386_link_hash_table *htab;
2864 bfd_boolean changed_contents;
2865 bfd_boolean changed_relocs;
bae420ef 2866 bfd_boolean is_pic;
daa67607
L
2867 bfd_signed_vma *local_got_refcounts;
2868
2869 /* Don't even try to convert non-ELF outputs. */
2870 if (!is_elf_hash_table (link_info->hash))
2871 return FALSE;
2872
c1d11331 2873 /* Nothing to do if there is no need or no output. */
daa67607 2874 if ((sec->flags & (SEC_CODE | SEC_RELOC)) != (SEC_CODE | SEC_RELOC)
02a86693 2875 || sec->need_convert_load == 0
c8831961 2876 || bfd_is_abs_section (sec->output_section))
daa67607
L
2877 return TRUE;
2878
2879 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
2880
2881 /* Load the relocations for this section. */
2882 internal_relocs = (_bfd_elf_link_read_relocs
2883 (abfd, sec, NULL, (Elf_Internal_Rela *) NULL,
2884 link_info->keep_memory));
2885 if (internal_relocs == NULL)
2886 return FALSE;
2887
2888 htab = elf_i386_hash_table (link_info);
2889 changed_contents = FALSE;
2890 changed_relocs = FALSE;
2891 local_got_refcounts = elf_local_got_refcounts (abfd);
2892
bae420ef
L
2893 is_pic = bfd_link_pic (link_info);
2894
daa67607
L
2895 /* Get the section contents. */
2896 if (elf_section_data (sec)->this_hdr.contents != NULL)
2897 contents = elf_section_data (sec)->this_hdr.contents;
2898 else
2899 {
2900 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
2901 goto error_return;
2902 }
2903
2904 irelend = internal_relocs + sec->reloc_count;
2905 for (irel = internal_relocs; irel < irelend; irel++)
2906 {
2907 unsigned int r_type = ELF32_R_TYPE (irel->r_info);
2908 unsigned int r_symndx = ELF32_R_SYM (irel->r_info);
2909 unsigned int indx;
2910 struct elf_link_hash_entry *h;
02a86693
L
2911 unsigned int opcode;
2912 unsigned int modrm;
2913 bfd_vma roff;
2914 bfd_boolean baseless;
2915 Elf_Internal_Sym *isym;
2916 unsigned int addend;
2917 unsigned int nop;
2918 bfd_vma nop_offset;
bae420ef 2919 bfd_boolean to_reloc_32;
daa67607 2920
02a86693 2921 if (r_type != R_386_GOT32 && r_type != R_386_GOT32X)
daa67607
L
2922 continue;
2923
02a86693
L
2924 roff = irel->r_offset;
2925 if (roff < 2)
2926 continue;
2927
02e2aef8
L
2928 /* Addend for R_386_GOT32 and R_386_GOT32X relocations must be 0. */
2929 addend = bfd_get_32 (abfd, contents + roff);
2930 if (addend != 0)
2931 continue;
2932
02a86693
L
2933 modrm = bfd_get_8 (abfd, contents + roff - 1);
2934 baseless = (modrm & 0xc7) == 0x5;
2935
bae420ef 2936 if (r_type == R_386_GOT32X && baseless && is_pic)
daa67607 2937 {
02a86693
L
2938 /* For PIC, disallow R_386_GOT32X without a base register
2939 since we don't know what the GOT base is. Allow
2940 R_386_GOT32 for existing object files. */
2941 const char *name;
2942
2943 if (r_symndx < symtab_hdr->sh_info)
2944 {
2945 isym = bfd_sym_from_r_symndx (&htab->sym_cache, abfd,
2946 r_symndx);
2947 name = bfd_elf_sym_name (abfd, symtab_hdr, isym, NULL);
2948 }
2949 else
2950 {
2951 indx = r_symndx - symtab_hdr->sh_info;
2952 h = elf_sym_hashes (abfd)[indx];
2953 BFD_ASSERT (h != NULL);
2954 name = h->root.root.string;
2955 }
2956
2957 (*_bfd_error_handler)
2958 (_("%B: direct GOT relocation R_386_GOT32X against `%s' without base register can not be used when making a shared object"),
2959 abfd, name);
2960 goto error_return;
2961 }
daa67607 2962
02a86693
L
2963 opcode = bfd_get_8 (abfd, contents + roff - 2);
2964
bae420ef 2965 /* Convert mov to lea since it has been done for a while. */
02a86693
L
2966 if (opcode != 0x8b)
2967 {
2968 /* Only convert R_386_GOT32X relocation for call, jmp or
2969 one of adc, add, and, cmp, or, sbb, sub, test, xor
2970 instructions. */
2971 if (r_type != R_386_GOT32X)
2972 continue;
02a86693
L
2973 }
2974
bae420ef
L
2975 /* Convert to R_386_32 if PIC is false or there is no base
2976 register. */
2977 to_reloc_32 = !is_pic || baseless;
2978
02a86693
L
2979 /* Try to convert R_386_GOT32 and R_386_GOT32X. Get the symbol
2980 referred to by the reloc. */
2981 if (r_symndx < symtab_hdr->sh_info)
2982 {
daa67607
L
2983 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
2984 abfd, r_symndx);
2985
02a86693
L
2986 /* STT_GNU_IFUNC must keep GOT32 relocations. */
2987 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
2988 continue;
2989
2990 h = NULL;
2991 if (opcode == 0x0ff)
2992 /* Convert "call/jmp *foo@GOT[(%reg)]". */
2993 goto convert_branch;
2994 else
2995 /* Convert "mov foo@GOT[(%reg1)], %reg2",
2996 "test %reg1, foo@GOT(%reg2)" and
2997 "binop foo@GOT[(%reg1)], %reg2". */
2998 goto convert_load;
daa67607
L
2999 }
3000
3001 indx = r_symndx - symtab_hdr->sh_info;
3002 h = elf_sym_hashes (abfd)[indx];
3003 BFD_ASSERT (h != NULL);
3004
3005 while (h->root.type == bfd_link_hash_indirect
3006 || h->root.type == bfd_link_hash_warning)
3007 h = (struct elf_link_hash_entry *) h->root.u.i.link;
3008
02a86693
L
3009 /* STT_GNU_IFUNC must keep GOT32 relocations. */
3010 if (h->type == STT_GNU_IFUNC)
3011 continue;
3012
bae420ef
L
3013 /* Undefined weak symbol is only bound locally in executable
3014 and its reference is resolved as 0. */
3015 if (UNDEFINED_WEAK_RESOLVED_TO_ZERO (link_info,
3016 elf_i386_hash_entry (h)))
3017 {
3018 if (opcode == 0xff)
3019 {
3020 /* No direct branch to 0 for PIC. */
3021 if (is_pic)
3022 continue;
3023 else
3024 goto convert_branch;
3025 }
3026 else
3027 {
3028 /* We can convert load of address 0 to R_386_32. */
3029 to_reloc_32 = TRUE;
3030 goto convert_load;
3031 }
3032 }
3033
02a86693
L
3034 if (opcode == 0xff)
3035 {
3036 /* We have "call/jmp *foo@GOT[(%reg)]". */
3037 if ((h->root.type == bfd_link_hash_defined
3038 || h->root.type == bfd_link_hash_defweak)
3039 && SYMBOL_REFERENCES_LOCAL (link_info, h))
3040 {
3041 /* The function is locally defined. */
3042convert_branch:
02a86693
L
3043 /* Convert R_386_GOT32X to R_386_PC32. */
3044 if (modrm == 0x15 || (modrm & 0xf8) == 0x90)
3045 {
3046 /* Convert to "nop call foo". ADDR_PREFIX_OPCODE
3047 is a nop prefix. */
3048 modrm = 0xe8;
caa65211
L
3049 nop = link_info->call_nop_byte;
3050 if (link_info->call_nop_as_suffix)
3051 {
3052 nop_offset = roff + 3;
3053 irel->r_offset -= 1;
3054 }
3055 else
3056 nop_offset = roff - 2;
02a86693
L
3057 }
3058 else
3059 {
3060 /* Convert to "jmp foo nop". */
3061 modrm = 0xe9;
3062 nop = NOP_OPCODE;
3063 nop_offset = roff + 3;
3064 irel->r_offset -= 1;
3065 }
3066
3067 bfd_put_8 (abfd, nop, contents + nop_offset);
3068 bfd_put_8 (abfd, modrm, contents + irel->r_offset - 1);
3069 /* When converting to PC-relative relocation, we
3070 need to adjust addend by -4. */
3071 bfd_put_32 (abfd, -4, contents + irel->r_offset);
3072 irel->r_info = ELF32_R_INFO (r_symndx, R_386_PC32);
3073
3074 if (h)
3075 {
3076 if (h->got.refcount > 0)
3077 h->got.refcount -= 1;
3078 }
3079 else
3080 {
3081 if (local_got_refcounts != NULL
3082 && local_got_refcounts[r_symndx] > 0)
3083 local_got_refcounts[r_symndx] -= 1;
3084 }
3085
3086 changed_contents = TRUE;
3087 changed_relocs = TRUE;
3088 }
3089 }
3090 else
daa67607 3091 {
02a86693
L
3092 /* We have "mov foo@GOT[(%re1g)], %reg2",
3093 "test %reg1, foo@GOT(%reg2)" and
3094 "binop foo@GOT[(%reg1)], %reg2".
3095
3096 Avoid optimizing _DYNAMIC since ld.so may use its
3097 link-time address. */
3098 if (h == htab->elf.hdynamic)
3099 continue;
3100
ead3d542
L
3101 /* def_regular is set by an assignment in a linker script in
3102 bfd_elf_record_link_assignment. */
3103 if ((h->def_regular
3104 || h->root.type == bfd_link_hash_defined
3105 || h->root.type == bfd_link_hash_defweak)
02a86693
L
3106 && SYMBOL_REFERENCES_LOCAL (link_info, h))
3107 {
3108convert_load:
3109 if (opcode == 0x8b)
3110 {
bae420ef 3111 if (to_reloc_32)
02a86693 3112 {
bae420ef
L
3113 /* Convert "mov foo@GOT[(%reg1)], %reg2" to
3114 "mov $foo, %reg2" with R_386_32. */
02a86693 3115 r_type = R_386_32;
bae420ef
L
3116 modrm = 0xc0 | (modrm & 0x38) >> 3;
3117 bfd_put_8 (abfd, modrm, contents + roff - 1);
3118 opcode = 0xc7;
02a86693
L
3119 }
3120 else
bae420ef
L
3121 {
3122 /* Convert "mov foo@GOT(%reg1), %reg2" to
3123 "lea foo@GOTOFF(%reg1), %reg2". */
3124 r_type = R_386_GOTOFF;
3125 opcode = 0x8d;
3126 }
02a86693
L
3127 }
3128 else
3129 {
bae420ef
L
3130 /* Only R_386_32 is supported. */
3131 if (!to_reloc_32)
3132 continue;
3133
02a86693
L
3134 if (opcode == 0x85)
3135 {
3136 /* Convert "test %reg1, foo@GOT(%reg2)" to
3137 "test $foo, %reg1". */
3138 modrm = 0xc0 | (modrm & 0x38) >> 3;
3139 opcode = 0xf7;
3140 }
3141 else
3142 {
3143 /* Convert "binop foo@GOT(%reg1), %reg2" to
3144 "binop $foo, %reg2". */
3145 modrm = (0xc0
3146 | (modrm & 0x38) >> 3
3147 | (opcode & 0x3c));
3148 opcode = 0x81;
3149 }
3150 bfd_put_8 (abfd, modrm, contents + roff - 1);
3151 r_type = R_386_32;
3152 }
3153
3154 bfd_put_8 (abfd, opcode, contents + roff - 2);
3155 irel->r_info = ELF32_R_INFO (r_symndx, r_type);
3156
3157 if (h)
3158 {
3159 if (h->got.refcount > 0)
3160 h->got.refcount -= 1;
3161 }
3162 else
3163 {
3164 if (local_got_refcounts != NULL
3165 && local_got_refcounts[r_symndx] > 0)
3166 local_got_refcounts[r_symndx] -= 1;
3167 }
3168
3169 changed_contents = TRUE;
3170 changed_relocs = TRUE;
3171 }
daa67607
L
3172 }
3173 }
3174
3175 if (contents != NULL
3176 && elf_section_data (sec)->this_hdr.contents != contents)
3177 {
3178 if (!changed_contents && !link_info->keep_memory)
3179 free (contents);
3180 else
3181 {
3182 /* Cache the section contents for elf_link_input_bfd. */
3183 elf_section_data (sec)->this_hdr.contents = contents;
3184 }
3185 }
3186
3187 if (elf_section_data (sec)->relocs != internal_relocs)
3188 {
3189 if (!changed_relocs)
3190 free (internal_relocs);
3191 else
3192 elf_section_data (sec)->relocs = internal_relocs;
3193 }
3194
3195 return TRUE;
3196
3197 error_return:
3198 if (contents != NULL
3199 && elf_section_data (sec)->this_hdr.contents != contents)
3200 free (contents);
3201 if (internal_relocs != NULL
3202 && elf_section_data (sec)->relocs != internal_relocs)
3203 free (internal_relocs);
3204 return FALSE;
3205}
3206
252b5132
RH
3207/* Set the sizes of the dynamic sections. */
3208
b34976b6 3209static bfd_boolean
23209a78 3210elf_i386_size_dynamic_sections (bfd *output_bfd, struct bfd_link_info *info)
252b5132 3211{
6725bdbf 3212 struct elf_i386_link_hash_table *htab;
252b5132
RH
3213 bfd *dynobj;
3214 asection *s;
b34976b6 3215 bfd_boolean relocs;
0c715baa 3216 bfd *ibfd;
252b5132 3217
6725bdbf 3218 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
3219 if (htab == NULL)
3220 return FALSE;
ebe50bae 3221 dynobj = htab->elf.dynobj;
ffb2e45b
AM
3222 if (dynobj == NULL)
3223 abort ();
252b5132 3224
ebe50bae 3225 if (htab->elf.dynamic_sections_created)
252b5132
RH
3226 {
3227 /* Set the contents of the .interp section to the interpreter. */
9b8b325a 3228 if (bfd_link_executable (info) && !info->nointerp)
252b5132 3229 {
3d4d4302 3230 s = bfd_get_linker_section (dynobj, ".interp");
ffb2e45b
AM
3231 if (s == NULL)
3232 abort ();
eea6121a 3233 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
252b5132 3234 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
aec6b87e 3235 htab->interp = s;
252b5132 3236 }
161d71a6 3237 }
6725bdbf 3238
0c715baa
AM
3239 /* Set up .got offsets for local syms, and space for local dynamic
3240 relocs. */
c72f2fb2 3241 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
161d71a6
L
3242 {
3243 bfd_signed_vma *local_got;
3244 bfd_signed_vma *end_local_got;
13ae64f3 3245 char *local_tls_type;
67a4f2b7 3246 bfd_vma *local_tlsdesc_gotent;
161d71a6
L
3247 bfd_size_type locsymcount;
3248 Elf_Internal_Shdr *symtab_hdr;
3249 asection *srel;
6725bdbf 3250
0ffa91dd 3251 if (! is_i386_elf (ibfd))
161d71a6 3252 continue;
6725bdbf 3253
0c715baa
AM
3254 for (s = ibfd->sections; s != NULL; s = s->next)
3255 {
e03a8ed8 3256 struct elf_dyn_relocs *p;
0c715baa 3257
02a86693 3258 if (!elf_i386_convert_load (ibfd, s, info))
daa67607
L
3259 return FALSE;
3260
e03a8ed8 3261 for (p = ((struct elf_dyn_relocs *)
e81d3500 3262 elf_section_data (s)->local_dynrel);
ec338859
AM
3263 p != NULL;
3264 p = p->next)
0c715baa 3265 {
ec338859
AM
3266 if (!bfd_is_abs_section (p->sec)
3267 && bfd_is_abs_section (p->sec->output_section))
3268 {
3269 /* Input section has been discarded, either because
3270 it is a copy of a linkonce section or due to
3271 linker script /DISCARD/, so we'll be discarding
3272 the relocs too. */
3273 }
23209a78 3274 else if (get_elf_i386_backend_data (output_bfd)->is_vxworks
3348747a
NS
3275 && strcmp (p->sec->output_section->name,
3276 ".tls_vars") == 0)
3277 {
3278 /* Relocations in vxworks .tls_vars sections are
3279 handled specially by the loader. */
3280 }
248866a8 3281 else if (p->count != 0)
ec338859
AM
3282 {
3283 srel = elf_section_data (p->sec)->sreloc;
eea6121a 3284 srel->size += p->count * sizeof (Elf32_External_Rel);
4b819e1f
L
3285 if ((p->sec->output_section->flags & SEC_READONLY) != 0
3286 && (info->flags & DF_TEXTREL) == 0)
b70321a2
L
3287 {
3288 info->flags |= DF_TEXTREL;
0e1862bb 3289 if ((info->warn_shared_textrel && bfd_link_pic (info))
1952c5cd
L
3290 || info->error_textrel)
3291 info->callbacks->einfo (_("%P: %B: warning: relocation in readonly section `%A'\n"),
b70321a2 3292 p->sec->owner, p->sec);
b70321a2 3293 }
ec338859 3294 }
0c715baa
AM
3295 }
3296 }
3297
3298 local_got = elf_local_got_refcounts (ibfd);
161d71a6
L
3299 if (!local_got)
3300 continue;
6725bdbf 3301
0ffa91dd 3302 symtab_hdr = &elf_symtab_hdr (ibfd);
161d71a6
L
3303 locsymcount = symtab_hdr->sh_info;
3304 end_local_got = local_got + locsymcount;
13ae64f3 3305 local_tls_type = elf_i386_local_got_tls_type (ibfd);
67a4f2b7 3306 local_tlsdesc_gotent = elf_i386_local_tlsdesc_gotent (ibfd);
6de2ae4a
L
3307 s = htab->elf.sgot;
3308 srel = htab->elf.srelgot;
67a4f2b7
AO
3309 for (; local_got < end_local_got;
3310 ++local_got, ++local_tls_type, ++local_tlsdesc_gotent)
161d71a6 3311 {
67a4f2b7 3312 *local_tlsdesc_gotent = (bfd_vma) -1;
161d71a6 3313 if (*local_got > 0)
6725bdbf 3314 {
67a4f2b7
AO
3315 if (GOT_TLS_GDESC_P (*local_tls_type))
3316 {
6de2ae4a 3317 *local_tlsdesc_gotent = htab->elf.sgotplt->size
67a4f2b7 3318 - elf_i386_compute_jump_table_size (htab);
6de2ae4a 3319 htab->elf.sgotplt->size += 8;
67a4f2b7
AO
3320 *local_got = (bfd_vma) -2;
3321 }
3322 if (! GOT_TLS_GDESC_P (*local_tls_type)
3323 || GOT_TLS_GD_P (*local_tls_type))
3324 {
3325 *local_got = s->size;
3326 s->size += 4;
3327 if (GOT_TLS_GD_P (*local_tls_type)
3328 || *local_tls_type == GOT_TLS_IE_BOTH)
3329 s->size += 4;
3330 }
0e1862bb 3331 if (bfd_link_pic (info)
67a4f2b7 3332 || GOT_TLS_GD_ANY_P (*local_tls_type)
37e55690
JJ
3333 || (*local_tls_type & GOT_TLS_IE))
3334 {
3335 if (*local_tls_type == GOT_TLS_IE_BOTH)
eea6121a 3336 srel->size += 2 * sizeof (Elf32_External_Rel);
67a4f2b7
AO
3337 else if (GOT_TLS_GD_P (*local_tls_type)
3338 || ! GOT_TLS_GDESC_P (*local_tls_type))
eea6121a 3339 srel->size += sizeof (Elf32_External_Rel);
67a4f2b7 3340 if (GOT_TLS_GDESC_P (*local_tls_type))
6de2ae4a 3341 htab->elf.srelplt->size += sizeof (Elf32_External_Rel);
37e55690 3342 }
6725bdbf 3343 }
161d71a6
L
3344 else
3345 *local_got = (bfd_vma) -1;
6725bdbf 3346 }
252b5132 3347 }
6725bdbf 3348
13ae64f3
JJ
3349 if (htab->tls_ldm_got.refcount > 0)
3350 {
3351 /* Allocate 2 got entries and 1 dynamic reloc for R_386_TLS_LDM
3352 relocs. */
6de2ae4a
L
3353 htab->tls_ldm_got.offset = htab->elf.sgot->size;
3354 htab->elf.sgot->size += 8;
3355 htab->elf.srelgot->size += sizeof (Elf32_External_Rel);
13ae64f3
JJ
3356 }
3357 else
3358 htab->tls_ldm_got.offset = -1;
3359
0c715baa
AM
3360 /* Allocate global sym .plt and .got entries, and space for global
3361 sym dynamic relocs. */
eb4ff4d6 3362 elf_link_hash_traverse (&htab->elf, elf_i386_allocate_dynrelocs, info);
252b5132 3363
c25bc9fc
L
3364 /* Allocate .plt and .got entries, and space for local symbols. */
3365 htab_traverse (htab->loc_hash_table,
3366 elf_i386_allocate_local_dynrelocs,
3367 info);
3368
67a4f2b7
AO
3369 /* For every jump slot reserved in the sgotplt, reloc_count is
3370 incremented. However, when we reserve space for TLS descriptors,
3371 it's not incremented, so in order to compute the space reserved
3372 for them, it suffices to multiply the reloc count by the jump
e1f98742 3373 slot size.
caa0075c 3374
e1f98742
L
3375 PR ld/13302: We start next_irelative_index at the end of .rela.plt
3376 so that R_386_IRELATIVE entries come last. */
6de2ae4a 3377 if (htab->elf.srelplt)
e1f98742
L
3378 {
3379 htab->next_tls_desc_index = htab->elf.srelplt->reloc_count;
3380 htab->sgotplt_jump_table_size = htab->next_tls_desc_index * 4;
3381 htab->next_irelative_index = htab->elf.srelplt->reloc_count - 1;
3382 }
3383 else if (htab->elf.irelplt)
3384 htab->next_irelative_index = htab->elf.irelplt->reloc_count - 1;
3385
67a4f2b7 3386
a7b16ceb
L
3387 if (htab->elf.sgotplt)
3388 {
3389 /* Don't allocate .got.plt section if there are no GOT nor PLT
9a2a56cc 3390 entries and there is no reference to _GLOBAL_OFFSET_TABLE_. */
9d4b2dba
L
3391 if ((htab->elf.hgot == NULL
3392 || !htab->elf.hgot->ref_regular_nonweak)
e28df02b
L
3393 && (htab->elf.sgotplt->size
3394 == get_elf_backend_data (output_bfd)->got_header_size)
a7b16ceb
L
3395 && (htab->elf.splt == NULL
3396 || htab->elf.splt->size == 0)
3397 && (htab->elf.sgot == NULL
3398 || htab->elf.sgot->size == 0)
3399 && (htab->elf.iplt == NULL
3400 || htab->elf.iplt->size == 0)
3401 && (htab->elf.igotplt == NULL
3402 || htab->elf.igotplt->size == 0))
3403 htab->elf.sgotplt->size = 0;
3404 }
3405
9a2a56cc
AM
3406
3407 if (htab->plt_eh_frame != NULL
3408 && htab->elf.splt != NULL
3409 && htab->elf.splt->size != 0
3410 && !bfd_is_abs_section (htab->elf.splt->output_section)
3411 && _bfd_elf_eh_frame_present (info))
3412 htab->plt_eh_frame->size = sizeof (elf_i386_eh_frame_plt);
3413
5a15f56f
AM
3414 /* We now have determined the sizes of the various dynamic sections.
3415 Allocate memory for them. */
b34976b6 3416 relocs = FALSE;
252b5132
RH
3417 for (s = dynobj->sections; s != NULL; s = s->next)
3418 {
eac338cf
PB
3419 bfd_boolean strip_section = TRUE;
3420
252b5132
RH
3421 if ((s->flags & SEC_LINKER_CREATED) == 0)
3422 continue;
3423
6de2ae4a 3424 if (s == htab->elf.splt
9a2a56cc 3425 || s == htab->elf.sgot)
252b5132 3426 {
6725bdbf
AM
3427 /* Strip this section if we don't need it; see the
3428 comment below. */
eac338cf
PB
3429 /* We'd like to strip these sections if they aren't needed, but if
3430 we've exported dynamic symbols from them we must leave them.
3431 It's too late to tell BFD to get rid of the symbols. */
3432
7325306f 3433 if (htab->elf.hplt != NULL)
eac338cf 3434 strip_section = FALSE;
252b5132 3435 }
9a2a56cc
AM
3436 else if (s == htab->elf.sgotplt
3437 || s == htab->elf.iplt
3438 || s == htab->elf.igotplt
dd7e64d4 3439 || s == htab->plt_got
9a2a56cc
AM
3440 || s == htab->plt_eh_frame
3441 || s == htab->sdynbss)
3442 {
3443 /* Strip these too. */
3444 }
0112cd26 3445 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rel"))
252b5132 3446 {
6de2ae4a
L
3447 if (s->size != 0
3448 && s != htab->elf.srelplt
3449 && s != htab->srelplt2)
b34976b6 3450 relocs = TRUE;
252b5132 3451
0ac8d2ca
AM
3452 /* We use the reloc_count field as a counter if we need
3453 to copy relocs into the output file. */
5ae0bfb6 3454 s->reloc_count = 0;
252b5132 3455 }
6725bdbf 3456 else
252b5132
RH
3457 {
3458 /* It's not one of our sections, so don't allocate space. */
3459 continue;
3460 }
3461
c456f082 3462 if (s->size == 0)
252b5132 3463 {
0ac8d2ca
AM
3464 /* If we don't need this section, strip it from the
3465 output file. This is mostly to handle .rel.bss and
3466 .rel.plt. We must create both sections in
3467 create_dynamic_sections, because they must be created
3468 before the linker maps input sections to output
3469 sections. The linker does that before
3470 adjust_dynamic_symbol is called, and it is that
3471 function which decides whether anything needs to go
3472 into these sections. */
c456f082
AM
3473 if (strip_section)
3474 s->flags |= SEC_EXCLUDE;
252b5132
RH
3475 continue;
3476 }
3477
c456f082
AM
3478 if ((s->flags & SEC_HAS_CONTENTS) == 0)
3479 continue;
3480
f69da49f
AM
3481 /* Allocate memory for the section contents. We use bfd_zalloc
3482 here in case unused entries are not reclaimed before the
3483 section's contents are written out. This should not happen,
3484 but this way if it does, we get a R_386_NONE reloc instead
3485 of garbage. */
a50b1753 3486 s->contents = (unsigned char *) bfd_zalloc (dynobj, s->size);
6725bdbf 3487 if (s->contents == NULL)
b34976b6 3488 return FALSE;
252b5132
RH
3489 }
3490
e41b3a13 3491 if (htab->plt_eh_frame != NULL
9a2a56cc
AM
3492 && htab->plt_eh_frame->contents != NULL)
3493 {
3494 memcpy (htab->plt_eh_frame->contents, elf_i386_eh_frame_plt,
3495 sizeof (elf_i386_eh_frame_plt));
3496 bfd_put_32 (dynobj, htab->elf.splt->size,
3497 htab->plt_eh_frame->contents + PLT_FDE_LEN_OFFSET);
3498 }
e41b3a13 3499
ebe50bae 3500 if (htab->elf.dynamic_sections_created)
252b5132
RH
3501 {
3502 /* Add some entries to the .dynamic section. We fill in the
3503 values later, in elf_i386_finish_dynamic_sections, but we
3504 must add the entries now so that we get the correct size for
3505 the .dynamic section. The DT_DEBUG entry is filled in by the
3506 dynamic linker and used by the debugger. */
dc810e39 3507#define add_dynamic_entry(TAG, VAL) \
5a580b3a 3508 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
dc810e39 3509
0e1862bb 3510 if (bfd_link_executable (info))
252b5132 3511 {
dc810e39 3512 if (!add_dynamic_entry (DT_DEBUG, 0))
b34976b6 3513 return FALSE;
252b5132
RH
3514 }
3515
6de2ae4a 3516 if (htab->elf.splt->size != 0)
252b5132 3517 {
7c1e8d3e
L
3518 /* DT_PLTGOT is used by prelink even if there is no PLT
3519 relocation. */
3520 if (!add_dynamic_entry (DT_PLTGOT, 0))
b34976b6 3521 return FALSE;
7c1e8d3e
L
3522
3523 if (htab->elf.srelplt->size != 0)
3524 {
3525 if (!add_dynamic_entry (DT_PLTRELSZ, 0)
3526 || !add_dynamic_entry (DT_PLTREL, DT_REL)
3527 || !add_dynamic_entry (DT_JMPREL, 0))
3528 return FALSE;
3529 }
252b5132
RH
3530 }
3531
3532 if (relocs)
3533 {
dc810e39
AM
3534 if (!add_dynamic_entry (DT_REL, 0)
3535 || !add_dynamic_entry (DT_RELSZ, 0)
3536 || !add_dynamic_entry (DT_RELENT, sizeof (Elf32_External_Rel)))
b34976b6 3537 return FALSE;
252b5132 3538
0c715baa
AM
3539 /* If any dynamic relocs apply to a read-only section,
3540 then we need a DT_TEXTREL entry. */
248866a8 3541 if ((info->flags & DF_TEXTREL) == 0)
eb4ff4d6
L
3542 elf_link_hash_traverse (&htab->elf,
3543 elf_i386_readonly_dynrelocs, info);
0c715baa
AM
3544
3545 if ((info->flags & DF_TEXTREL) != 0)
3546 {
8efa2874
L
3547 if ((elf_tdata (output_bfd)->has_gnu_symbols
3548 & elf_gnu_symbol_ifunc) == elf_gnu_symbol_ifunc)
3549 {
3550 info->callbacks->einfo
3551 (_("%P%X: read-only segment has dynamic IFUNC relocations; recompile with -fPIC\n"));
3552 bfd_set_error (bfd_error_bad_value);
3553 return FALSE;
3554 }
3555
0c715baa 3556 if (!add_dynamic_entry (DT_TEXTREL, 0))
b34976b6 3557 return FALSE;
0c715baa 3558 }
252b5132 3559 }
23209a78 3560 if (get_elf_i386_backend_data (output_bfd)->is_vxworks
7a2b07ff
NS
3561 && !elf_vxworks_add_dynamic_entries (output_bfd, info))
3562 return FALSE;
252b5132 3563 }
dc810e39 3564#undef add_dynamic_entry
252b5132 3565
b34976b6 3566 return TRUE;
252b5132
RH
3567}
3568
67a4f2b7
AO
3569static bfd_boolean
3570elf_i386_always_size_sections (bfd *output_bfd,
3571 struct bfd_link_info *info)
3572{
3573 asection *tls_sec = elf_hash_table (info)->tls_sec;
3574
3575 if (tls_sec)
3576 {
3577 struct elf_link_hash_entry *tlsbase;
3578
3579 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
3580 "_TLS_MODULE_BASE_",
3581 FALSE, FALSE, FALSE);
3582
3583 if (tlsbase && tlsbase->type == STT_TLS)
3584 {
4dfe6ac6 3585 struct elf_i386_link_hash_table *htab;
67a4f2b7
AO
3586 struct bfd_link_hash_entry *bh = NULL;
3587 const struct elf_backend_data *bed
3588 = get_elf_backend_data (output_bfd);
3589
4dfe6ac6
NC
3590 htab = elf_i386_hash_table (info);
3591 if (htab == NULL)
3592 return FALSE;
3593
67a4f2b7
AO
3594 if (!(_bfd_generic_link_add_one_symbol
3595 (info, output_bfd, "_TLS_MODULE_BASE_", BSF_LOCAL,
3596 tls_sec, 0, NULL, FALSE,
3597 bed->collect, &bh)))
3598 return FALSE;
9f03412a 3599
4dfe6ac6 3600 htab->tls_module_base = bh;
9f03412a 3601
67a4f2b7
AO
3602 tlsbase = (struct elf_link_hash_entry *)bh;
3603 tlsbase->def_regular = 1;
3604 tlsbase->other = STV_HIDDEN;
576fa883 3605 tlsbase->root.linker_def = 1;
67a4f2b7
AO
3606 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
3607 }
3608 }
3609
3610 return TRUE;
3611}
3612
38701953
AM
3613/* Set the correct type for an x86 ELF section. We do this by the
3614 section name, which is a hack, but ought to work. */
3615
b34976b6 3616static bfd_boolean
55fd94b0
AM
3617elf_i386_fake_sections (bfd *abfd ATTRIBUTE_UNUSED,
3618 Elf_Internal_Shdr *hdr,
3619 asection *sec)
38701953 3620{
91d6fa6a 3621 const char *name;
38701953
AM
3622
3623 name = bfd_get_section_name (abfd, sec);
3624
3625 /* This is an ugly, but unfortunately necessary hack that is
3626 needed when producing EFI binaries on x86. It tells
3627 elf.c:elf_fake_sections() not to consider ".reloc" as a section
3628 containing ELF relocation info. We need this hack in order to
3629 be able to generate ELF binaries that can be translated into
3630 EFI applications (which are essentially COFF objects). Those
3631 files contain a COFF ".reloc" section inside an ELFNN object,
3632 which would normally cause BFD to segfault because it would
3633 attempt to interpret this section as containing relocation
3634 entries for section "oc". With this hack enabled, ".reloc"
3635 will be treated as a normal data section, which will avoid the
3636 segfault. However, you won't be able to create an ELFNN binary
3637 with a section named "oc" that needs relocations, but that's
3638 the kind of ugly side-effects you get when detecting section
3639 types based on their names... In practice, this limitation is
3640 unlikely to bite. */
3641 if (strcmp (name, ".reloc") == 0)
3642 hdr->sh_type = SHT_PROGBITS;
3643
b34976b6 3644 return TRUE;
38701953
AM
3645}
3646
9f03412a
AO
3647/* _TLS_MODULE_BASE_ needs to be treated especially when linking
3648 executables. Rather than setting it to the beginning of the TLS
3649 section, we have to set it to the end. This function may be called
3650 multiple times, it is idempotent. */
3651
3652static void
eb4ff4d6 3653elf_i386_set_tls_module_base (struct bfd_link_info *info)
9f03412a 3654{
4dfe6ac6 3655 struct elf_i386_link_hash_table *htab;
9f03412a
AO
3656 struct bfd_link_hash_entry *base;
3657
0e1862bb 3658 if (!bfd_link_executable (info))
9f03412a
AO
3659 return;
3660
4dfe6ac6
NC
3661 htab = elf_i386_hash_table (info);
3662 if (htab == NULL)
3663 return;
9f03412a 3664
4dfe6ac6
NC
3665 base = htab->tls_module_base;
3666 if (base == NULL)
9f03412a
AO
3667 return;
3668
4dfe6ac6 3669 base->u.def.value = htab->elf.tls_size;
9f03412a
AO
3670}
3671
13ae64f3
JJ
3672/* Return the base VMA address which should be subtracted from real addresses
3673 when resolving @dtpoff relocation.
3674 This is PT_TLS segment p_vaddr. */
3675
3676static bfd_vma
eb4ff4d6 3677elf_i386_dtpoff_base (struct bfd_link_info *info)
13ae64f3 3678{
e1918d23
AM
3679 /* If tls_sec is NULL, we should have signalled an error already. */
3680 if (elf_hash_table (info)->tls_sec == NULL)
6a30718d 3681 return 0;
e1918d23 3682 return elf_hash_table (info)->tls_sec->vma;
13ae64f3
JJ
3683}
3684
3685/* Return the relocation value for @tpoff relocation
3686 if STT_TLS virtual address is ADDRESS. */
3687
3688static bfd_vma
eb4ff4d6 3689elf_i386_tpoff (struct bfd_link_info *info, bfd_vma address)
13ae64f3 3690{
e1918d23 3691 struct elf_link_hash_table *htab = elf_hash_table (info);
7dc98aea
RO
3692 const struct elf_backend_data *bed = get_elf_backend_data (info->output_bfd);
3693 bfd_vma static_tls_size;
13ae64f3 3694
e1918d23
AM
3695 /* If tls_sec is NULL, we should have signalled an error already. */
3696 if (htab->tls_sec == NULL)
6a30718d 3697 return 0;
7dc98aea
RO
3698
3699 /* Consider special static TLS alignment requirements. */
3700 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment);
3701 return static_tls_size + htab->tls_sec->vma - address;
13ae64f3
JJ
3702}
3703
252b5132
RH
3704/* Relocate an i386 ELF section. */
3705
b34976b6 3706static bfd_boolean
55fd94b0
AM
3707elf_i386_relocate_section (bfd *output_bfd,
3708 struct bfd_link_info *info,
3709 bfd *input_bfd,
3710 asection *input_section,
3711 bfd_byte *contents,
3712 Elf_Internal_Rela *relocs,
3713 Elf_Internal_Sym *local_syms,
3714 asection **local_sections)
252b5132 3715{
6725bdbf 3716 struct elf_i386_link_hash_table *htab;
252b5132
RH
3717 Elf_Internal_Shdr *symtab_hdr;
3718 struct elf_link_hash_entry **sym_hashes;
3719 bfd_vma *local_got_offsets;
67a4f2b7 3720 bfd_vma *local_tlsdesc_gotents;
252b5132 3721 Elf_Internal_Rela *rel;
60f2e42e 3722 Elf_Internal_Rela *wrel;
252b5132 3723 Elf_Internal_Rela *relend;
3348747a 3724 bfd_boolean is_vxworks_tls;
25e762b9 3725 unsigned plt_entry_size;
252b5132 3726
0ffa91dd 3727 BFD_ASSERT (is_i386_elf (input_bfd));
6bbec505 3728
6725bdbf 3729 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
3730 if (htab == NULL)
3731 return FALSE;
0ffa91dd 3732 symtab_hdr = &elf_symtab_hdr (input_bfd);
252b5132
RH
3733 sym_hashes = elf_sym_hashes (input_bfd);
3734 local_got_offsets = elf_local_got_offsets (input_bfd);
67a4f2b7 3735 local_tlsdesc_gotents = elf_i386_local_tlsdesc_gotent (input_bfd);
3348747a
NS
3736 /* We have to handle relocations in vxworks .tls_vars sections
3737 specially, because the dynamic loader is 'weird'. */
23209a78 3738 is_vxworks_tls = (get_elf_i386_backend_data (output_bfd)->is_vxworks
0e1862bb 3739 && bfd_link_pic (info)
3348747a
NS
3740 && !strcmp (input_section->output_section->name,
3741 ".tls_vars"));
252b5132 3742
eb4ff4d6 3743 elf_i386_set_tls_module_base (info);
9f03412a 3744
25e762b9
RM
3745 plt_entry_size = GET_PLT_ENTRY_SIZE (output_bfd);
3746
60f2e42e 3747 rel = wrel = relocs;
252b5132 3748 relend = relocs + input_section->reloc_count;
60f2e42e 3749 for (; rel < relend; wrel++, rel++)
252b5132 3750 {
13ae64f3 3751 unsigned int r_type;
252b5132
RH
3752 reloc_howto_type *howto;
3753 unsigned long r_symndx;
3754 struct elf_link_hash_entry *h;
dd7e64d4 3755 struct elf_i386_link_hash_entry *eh;
252b5132
RH
3756 Elf_Internal_Sym *sym;
3757 asection *sec;
dd7e64d4 3758 bfd_vma off, offplt, plt_offset;
252b5132 3759 bfd_vma relocation;
b34976b6 3760 bfd_boolean unresolved_reloc;
252b5132 3761 bfd_reloc_status_type r;
1b452ec6 3762 unsigned int indx;
13ae64f3 3763 int tls_type;
1788fc08 3764 bfd_vma st_size;
dd7e64d4 3765 asection *resolved_plt;
aec6b87e 3766 bfd_boolean resolved_to_zero;
252b5132
RH
3767
3768 r_type = ELF32_R_TYPE (rel->r_info);
55fd94b0
AM
3769 if (r_type == R_386_GNU_VTINHERIT
3770 || r_type == R_386_GNU_VTENTRY)
18954b29
L
3771 {
3772 if (wrel != rel)
3773 *wrel = *rel;
3774 continue;
3775 }
dc47f327 3776
55fd94b0 3777 if ((indx = r_type) >= R_386_standard
13ae64f3
JJ
3778 && ((indx = r_type - R_386_ext_offset) - R_386_standard
3779 >= R_386_ext - R_386_standard)
3780 && ((indx = r_type - R_386_tls_offset) - R_386_ext
c74be520 3781 >= R_386_ext2 - R_386_ext))
252b5132 3782 {
6ba842b6 3783 (*_bfd_error_handler)
d003868e
AM
3784 (_("%B: unrecognized relocation (0x%x) in section `%A'"),
3785 input_bfd, input_section, r_type);
252b5132 3786 bfd_set_error (bfd_error_bad_value);
b34976b6 3787 return FALSE;
252b5132 3788 }
1b452ec6 3789 howto = elf_howto_table + indx;
252b5132
RH
3790
3791 r_symndx = ELF32_R_SYM (rel->r_info);
252b5132
RH
3792 h = NULL;
3793 sym = NULL;
3794 sec = NULL;
b34976b6 3795 unresolved_reloc = FALSE;
252b5132
RH
3796 if (r_symndx < symtab_hdr->sh_info)
3797 {
3798 sym = local_syms + r_symndx;
3799 sec = local_sections[r_symndx];
3800 relocation = (sec->output_section->vma
3801 + sec->output_offset
3802 + sym->st_value);
1788fc08 3803 st_size = sym->st_size;
ab96bf03
AM
3804
3805 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION
3806 && ((sec->flags & SEC_MERGE) != 0
0e1862bb 3807 || (bfd_link_relocatable (info)
ab96bf03 3808 && sec->output_offset != 0)))
f8df10f4 3809 {
f8df10f4 3810 bfd_vma addend;
4a335f3d 3811 bfd_byte *where = contents + rel->r_offset;
f8df10f4 3812
4a335f3d 3813 switch (howto->size)
f8df10f4 3814 {
4a335f3d
AM
3815 case 0:
3816 addend = bfd_get_8 (input_bfd, where);
3817 if (howto->pc_relative)
3818 {
3819 addend = (addend ^ 0x80) - 0x80;
3820 addend += 1;
3821 }
3822 break;
3823 case 1:
3824 addend = bfd_get_16 (input_bfd, where);
3825 if (howto->pc_relative)
3826 {
3827 addend = (addend ^ 0x8000) - 0x8000;
3828 addend += 2;
3829 }
3830 break;
3831 case 2:
3832 addend = bfd_get_32 (input_bfd, where);
3833 if (howto->pc_relative)
3834 {
3835 addend = (addend ^ 0x80000000) - 0x80000000;
3836 addend += 4;
3837 }
3838 break;
3839 default:
3840 abort ();
f8df10f4
JJ
3841 }
3842
0e1862bb 3843 if (bfd_link_relocatable (info))
ab96bf03
AM
3844 addend += sec->output_offset;
3845 else
3846 {
3847 asection *msec = sec;
3848 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec,
3849 addend);
3850 addend -= relocation;
3851 addend += msec->output_section->vma + msec->output_offset;
3852 }
4a335f3d
AM
3853
3854 switch (howto->size)
3855 {
3856 case 0:
16a10388 3857 /* FIXME: overflow checks. */
4a335f3d
AM
3858 if (howto->pc_relative)
3859 addend -= 1;
3860 bfd_put_8 (input_bfd, addend, where);
4a335f3d
AM
3861 break;
3862 case 1:
3863 if (howto->pc_relative)
3864 addend -= 2;
3865 bfd_put_16 (input_bfd, addend, where);
4a335f3d
AM
3866 break;
3867 case 2:
3868 if (howto->pc_relative)
3869 addend -= 4;
3870 bfd_put_32 (input_bfd, addend, where);
3871 break;
3872 }
f8df10f4 3873 }
0e1862bb 3874 else if (!bfd_link_relocatable (info)
1f85278f 3875 && ELF32_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
c25bc9fc
L
3876 {
3877 /* Relocate against local STT_GNU_IFUNC symbol. */
9fff0c39
L
3878 h = elf_i386_get_local_sym_hash (htab, input_bfd, rel,
3879 FALSE);
c25bc9fc
L
3880 if (h == NULL)
3881 abort ();
3882
23209a78 3883 /* Set STT_GNU_IFUNC symbol value. */
c25bc9fc
L
3884 h->root.u.def.value = sym->st_value;
3885 h->root.u.def.section = sec;
3886 }
252b5132
RH
3887 }
3888 else
3889 {
3d540e93 3890 bfd_boolean warned ATTRIBUTE_UNUSED;
62d887d4 3891 bfd_boolean ignored ATTRIBUTE_UNUSED;
ffb2e45b 3892
b2a8e766
AM
3893 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
3894 r_symndx, symtab_hdr, sym_hashes,
3895 h, sec, relocation,
62d887d4 3896 unresolved_reloc, warned, ignored);
1788fc08 3897 st_size = h->size;
252b5132
RH
3898 }
3899
dbaa2011 3900 if (sec != NULL && discarded_section (sec))
60f2e42e
L
3901 {
3902 _bfd_clear_contents (howto, input_bfd, input_section,
3903 contents + rel->r_offset);
3904 wrel->r_offset = rel->r_offset;
3905 wrel->r_info = 0;
3906 wrel->r_addend = 0;
3907
3908 /* For ld -r, remove relocations in debug sections against
3909 sections defined in discarded sections. Not done for
3910 eh_frame editing code expects to be present. */
3911 if (bfd_link_relocatable (info)
3912 && (input_section->flags & SEC_DEBUGGING))
3913 wrel--;
3914
3915 continue;
3916 }
9635fe29 3917
0e1862bb 3918 if (bfd_link_relocatable (info))
2d5da473
L
3919 {
3920 if (wrel != rel)
3921 *wrel = *rel;
3922 continue;
3923 }
ab96bf03 3924
cbe950e9
L
3925 /* Since STT_GNU_IFUNC symbol must go through PLT, we handle
3926 it here if it is defined in a non-shared object. */
3927 if (h != NULL
3928 && h->type == STT_GNU_IFUNC
3929 && h->def_regular)
3930 {
3931 asection *plt, *gotplt, *base_got;
3932 bfd_vma plt_index;
4c544807 3933 const char *name;
cbe950e9 3934
97dc35c8
L
3935 if ((input_section->flags & SEC_ALLOC) == 0)
3936 {
3937 /* Dynamic relocs are not propagated for SEC_DEBUGGING
3938 sections because such sections are not SEC_ALLOC and
3939 thus ld.so will not process them. */
3940 if ((input_section->flags & SEC_DEBUGGING) != 0)
0eace210 3941 continue;
97dc35c8
L
3942 abort ();
3943 }
3944 else if (h->plt.offset == (bfd_vma) -1)
cbe950e9
L
3945 abort ();
3946
3947 /* STT_GNU_IFUNC symbol must go through PLT. */
6de2ae4a 3948 if (htab->elf.splt != NULL)
cbe950e9 3949 {
6de2ae4a
L
3950 plt = htab->elf.splt;
3951 gotplt = htab->elf.sgotplt;
cbe950e9
L
3952 }
3953 else
3954 {
6de2ae4a
L
3955 plt = htab->elf.iplt;
3956 gotplt = htab->elf.igotplt;
cbe950e9
L
3957 }
3958
3959 relocation = (plt->output_section->vma
3960 + plt->output_offset + h->plt.offset);
3961
3962 switch (r_type)
3963 {
3964 default:
4c544807
L
3965 if (h->root.root.string)
3966 name = h->root.root.string;
3967 else
3968 name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym,
3969 NULL);
cbe950e9
L
3970 (*_bfd_error_handler)
3971 (_("%B: relocation %s against STT_GNU_IFUNC "
3972 "symbol `%s' isn't handled by %s"), input_bfd,
3973 elf_howto_table[r_type].name,
4c544807 3974 name, __FUNCTION__);
cbe950e9
L
3975 bfd_set_error (bfd_error_bad_value);
3976 return FALSE;
3977
3978 case R_386_32:
710ab287 3979 /* Generate dynamic relcoation only when there is a
c293fa49 3980 non-GOT reference in a shared object. */
0e1862bb 3981 if (bfd_link_pic (info) && h->non_got_ref)
710ab287
L
3982 {
3983 Elf_Internal_Rela outrel;
710ab287
L
3984 asection *sreloc;
3985 bfd_vma offset;
3986
c25bc9fc
L
3987 /* Need a dynamic relocation to get the real function
3988 adddress. */
710ab287
L
3989 offset = _bfd_elf_section_offset (output_bfd,
3990 info,
3991 input_section,
3992 rel->r_offset);
3993 if (offset == (bfd_vma) -1
3994 || offset == (bfd_vma) -2)
3995 abort ();
3996
3997 outrel.r_offset = (input_section->output_section->vma
3998 + input_section->output_offset
3999 + offset);
4000
4001 if (h->dynindx == -1
44c4ea11 4002 || h->forced_local
0e1862bb 4003 || bfd_link_executable (info))
710ab287
L
4004 {
4005 /* This symbol is resolved locally. */
56b8aada
L
4006 outrel.r_info = ELF32_R_INFO (0, R_386_IRELATIVE);
4007 bfd_put_32 (output_bfd,
4008 (h->root.u.def.value
4009 + h->root.u.def.section->output_section->vma
4010 + h->root.u.def.section->output_offset),
4011 contents + offset);
710ab287
L
4012 }
4013 else
56b8aada 4014 outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
710ab287 4015
6de2ae4a 4016 sreloc = htab->elf.irelifunc;
59d6ffb2 4017 elf_append_rel (output_bfd, sreloc, &outrel);
710ab287
L
4018
4019 /* If this reloc is against an external symbol, we
4020 do not want to fiddle with the addend. Otherwise,
4021 we need to include the symbol value so that it
4022 becomes an addend for the dynamic reloc. For an
4023 internal symbol, we have updated addend. */
56b8aada 4024 continue;
710ab287 4025 }
d59a60e9 4026 /* FALLTHROUGH */
cbe950e9
L
4027 case R_386_PC32:
4028 case R_386_PLT32:
4029 goto do_relocation;
4030
4031 case R_386_GOT32:
02a86693 4032 case R_386_GOT32X:
6de2ae4a 4033 base_got = htab->elf.sgot;
cbe950e9
L
4034 off = h->got.offset;
4035
7afd84dc 4036 if (base_got == NULL)
cbe950e9
L
4037 abort ();
4038
7afd84dc 4039 if (off == (bfd_vma) -1)
cbe950e9 4040 {
7afd84dc
L
4041 /* We can't use h->got.offset here to save state, or
4042 even just remember the offset, as finish_dynamic_symbol
4043 would use that as offset into .got. */
6bbec505 4044
6de2ae4a 4045 if (htab->elf.splt != NULL)
7afd84dc 4046 {
25e762b9 4047 plt_index = h->plt.offset / plt_entry_size - 1;
7afd84dc 4048 off = (plt_index + 3) * 4;
6de2ae4a 4049 base_got = htab->elf.sgotplt;
7afd84dc 4050 }
cbe950e9
L
4051 else
4052 {
25e762b9 4053 plt_index = h->plt.offset / plt_entry_size;
7afd84dc 4054 off = plt_index * 4;
6de2ae4a 4055 base_got = htab->elf.igotplt;
7afd84dc
L
4056 }
4057
4058 if (h->dynindx == -1
4059 || h->forced_local
4060 || info->symbolic)
4061 {
4062 /* This references the local defitionion. We must
4063 initialize this entry in the global offset table.
4064 Since the offset must always be a multiple of 8,
4065 we use the least significant bit to record
4066 whether we have initialized it already.
4067
4068 When doing a dynamic link, we create a .rela.got
4069 relocation entry to initialize the value. This
4070 is done in the finish_dynamic_symbol routine. */
4071 if ((off & 1) != 0)
4072 off &= ~1;
4073 else
4074 {
4075 bfd_put_32 (output_bfd, relocation,
4076 base_got->contents + off);
4077 h->got.offset |= 1;
4078 }
cbe950e9 4079 }
cbe950e9 4080
7afd84dc 4081 relocation = off;
cbe950e9 4082
7afd84dc 4083 /* Adjust for static executables. */
6de2ae4a 4084 if (htab->elf.splt == NULL)
7afd84dc
L
4085 relocation += gotplt->output_offset;
4086 }
4087 else
0018b0a3
L
4088 {
4089 relocation = (base_got->output_section->vma
4090 + base_got->output_offset + off
4091 - gotplt->output_section->vma
4092 - gotplt->output_offset);
4093 /* Adjust for static executables. */
6de2ae4a 4094 if (htab->elf.splt == NULL)
0018b0a3
L
4095 relocation += gotplt->output_offset;
4096 }
4097
cbe950e9
L
4098 goto do_relocation;
4099
4100 case R_386_GOTOFF:
4101 relocation -= (gotplt->output_section->vma
4102 + gotplt->output_offset);
4103 goto do_relocation;
4104 }
4105 }
4106
04ebc307 4107 eh = (struct elf_i386_link_hash_entry *) h;
aec6b87e
L
4108 resolved_to_zero = (eh != NULL
4109 && UNDEFINED_WEAK_RESOLVED_TO_ZERO (info, eh));
4110
252b5132
RH
4111 switch (r_type)
4112 {
02a86693
L
4113 case R_386_GOT32X:
4114 /* Avoid optimizing _DYNAMIC since ld.so may use its
4115 link-time address. */
4116 if (h == htab->elf.hdynamic)
4117 goto r_386_got32;
4118
4119 if (bfd_link_pic (info))
4120 {
4121 /* It is OK to convert mov to lea and convert indirect
4122 branch to direct branch. It is OK to convert adc,
4123 add, and, cmp, or, sbb, sub, test, xor only when PIC
4124 is false. */
02e2aef8
L
4125 unsigned int opcode, addend;
4126 addend = bfd_get_32 (input_bfd, contents + rel->r_offset);
4127 if (addend != 0)
4128 goto r_386_got32;
4129 opcode = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
02a86693
L
4130 if (opcode != 0x8b && opcode != 0xff)
4131 goto r_386_got32;
4132 }
4133
4134 /* Resolve "mov GOT[(%reg)], %reg",
4135 "call/jmp *GOT[(%reg)]", "test %reg, foo@GOT[(%reg)]"
4136 and "binop foo@GOT[(%reg)], %reg". */
4137 if (h == NULL
4138 || (h->plt.offset == (bfd_vma) -1
4139 && h->got.offset == (bfd_vma) -1)
4140 || htab->elf.sgotplt == NULL)
4141 abort ();
4142
4143 offplt = (htab->elf.sgotplt->output_section->vma
4144 + htab->elf.sgotplt->output_offset);
4145
4146 /* It is relative to .got.plt section. */
4147 if (h->got.offset != (bfd_vma) -1)
32875eb1
L
4148 /* Use GOT entry. Mask off the least significant bit in
4149 GOT offset which may be set by R_386_GOT32 processing
4150 below. */
02a86693
L
4151 relocation = (htab->elf.sgot->output_section->vma
4152 + htab->elf.sgot->output_offset
32875eb1 4153 + (h->got.offset & ~1) - offplt);
02a86693
L
4154 else
4155 /* Use GOTPLT entry. */
4156 relocation = (h->plt.offset / plt_entry_size - 1 + 3) * 4;
4157
4158 if (!bfd_link_pic (info))
4159 {
4160 /* If not PIC, add the .got.plt section address for
a3718e9e 4161 baseless addressing. */
02a86693 4162 unsigned int modrm;
02e2aef8 4163 modrm = bfd_get_8 (input_bfd, contents + rel->r_offset - 1);
02a86693
L
4164 if ((modrm & 0xc7) == 0x5)
4165 relocation += offplt;
4166 }
4167
4168 unresolved_reloc = FALSE;
4169 break;
4170
252b5132 4171 case R_386_GOT32:
02a86693 4172r_386_got32:
252b5132
RH
4173 /* Relocation is to the entry for this symbol in the global
4174 offset table. */
6de2ae4a 4175 if (htab->elf.sgot == NULL)
ffb2e45b 4176 abort ();
252b5132
RH
4177
4178 if (h != NULL)
4179 {
b34976b6 4180 bfd_boolean dyn;
252b5132
RH
4181
4182 off = h->got.offset;
ebe50bae 4183 dyn = htab->elf.dynamic_sections_created;
0e1862bb
L
4184 if (! WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn,
4185 bfd_link_pic (info),
4186 h)
4187 || (bfd_link_pic (info)
586119b3 4188 && SYMBOL_REFERENCES_LOCAL (info, h))
ef5aade5
L
4189 || (ELF_ST_VISIBILITY (h->other)
4190 && h->root.type == bfd_link_hash_undefweak))
252b5132
RH
4191 {
4192 /* This is actually a static link, or it is a
4193 -Bsymbolic link and the symbol is defined
4194 locally, or the symbol was forced to be local
4195 because of a version file. We must initialize
4196 this entry in the global offset table. Since the
4197 offset must always be a multiple of 4, we use the
4198 least significant bit to record whether we have
4199 initialized it already.
4200
4201 When doing a dynamic link, we create a .rel.got
4202 relocation entry to initialize the value. This
4203 is done in the finish_dynamic_symbol routine. */
4204 if ((off & 1) != 0)
4205 off &= ~1;
4206 else
4207 {
4208 bfd_put_32 (output_bfd, relocation,
6de2ae4a 4209 htab->elf.sgot->contents + off);
252b5132
RH
4210 h->got.offset |= 1;
4211 }
4212 }
8c694914 4213 else
b34976b6 4214 unresolved_reloc = FALSE;
252b5132
RH
4215 }
4216 else
4217 {
ffb2e45b
AM
4218 if (local_got_offsets == NULL)
4219 abort ();
252b5132
RH
4220
4221 off = local_got_offsets[r_symndx];
4222
4223 /* The offset must always be a multiple of 4. We use
83be169b
AM
4224 the least significant bit to record whether we have
4225 already generated the necessary reloc. */
252b5132
RH
4226 if ((off & 1) != 0)
4227 off &= ~1;
4228 else
4229 {
6725bdbf 4230 bfd_put_32 (output_bfd, relocation,
6de2ae4a 4231 htab->elf.sgot->contents + off);
252b5132 4232
0e1862bb 4233 if (bfd_link_pic (info))
252b5132 4234 {
947216bf
AM
4235 asection *s;
4236 Elf_Internal_Rela outrel;
252b5132 4237
6de2ae4a 4238 s = htab->elf.srelgot;
947216bf 4239 if (s == NULL)
ffb2e45b 4240 abort ();
252b5132 4241
6de2ae4a
L
4242 outrel.r_offset = (htab->elf.sgot->output_section->vma
4243 + htab->elf.sgot->output_offset
252b5132
RH
4244 + off);
4245 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE);
59d6ffb2 4246 elf_append_rel (output_bfd, s, &outrel);
252b5132
RH
4247 }
4248
4249 local_got_offsets[r_symndx] |= 1;
4250 }
252b5132
RH
4251 }
4252
ffb2e45b
AM
4253 if (off >= (bfd_vma) -2)
4254 abort ();
4255
6de2ae4a
L
4256 relocation = htab->elf.sgot->output_section->vma
4257 + htab->elf.sgot->output_offset + off
4258 - htab->elf.sgotplt->output_section->vma
4259 - htab->elf.sgotplt->output_offset;
252b5132
RH
4260 break;
4261
4262 case R_386_GOTOFF:
4263 /* Relocation is relative to the start of the global offset
4264 table. */
4265
3d949995
L
4266 /* Check to make sure it isn't a protected function or data
4267 symbol for shared library since it may not be local when
4268 used as function address or with copy relocation. We also
e3c0e327 4269 need to make sure that a symbol is referenced locally. */
0e1862bb 4270 if (!bfd_link_executable (info) && h)
90f487df 4271 {
41bed6dd
L
4272 if (!h->def_regular)
4273 {
4274 const char *v;
4275
4276 switch (ELF_ST_VISIBILITY (h->other))
4277 {
4278 case STV_HIDDEN:
4279 v = _("hidden symbol");
4280 break;
4281 case STV_INTERNAL:
4282 v = _("internal symbol");
4283 break;
4284 case STV_PROTECTED:
4285 v = _("protected symbol");
4286 break;
4287 default:
4288 v = _("symbol");
4289 break;
4290 }
4291
4292 (*_bfd_error_handler)
4293 (_("%B: relocation R_386_GOTOFF against undefined %s `%s' can not be used when making a shared object"),
4294 input_bfd, v, h->root.root.string);
4295 bfd_set_error (bfd_error_bad_value);
4296 return FALSE;
4297 }
d5597ebc 4298 else if (!SYMBOL_REFERENCES_LOCAL (info, h)
3d949995
L
4299 && (h->type == STT_FUNC
4300 || h->type == STT_OBJECT)
41bed6dd
L
4301 && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED)
4302 {
4303 (*_bfd_error_handler)
3d949995
L
4304 (_("%B: relocation R_386_GOTOFF against protected %s `%s' can not be used when making a shared object"),
4305 input_bfd,
4306 h->type == STT_FUNC ? "function" : "data",
4307 h->root.root.string);
41bed6dd
L
4308 bfd_set_error (bfd_error_bad_value);
4309 return FALSE;
4310 }
90f487df
L
4311 }
4312
8c37241b
JJ
4313 /* Note that sgot is not involved in this
4314 calculation. We always want the start of .got.plt. If we
4315 defined _GLOBAL_OFFSET_TABLE_ in a different way, as is
252b5132
RH
4316 permitted by the ABI, we might have to change this
4317 calculation. */
6de2ae4a
L
4318 relocation -= htab->elf.sgotplt->output_section->vma
4319 + htab->elf.sgotplt->output_offset;
252b5132
RH
4320 break;
4321
4322 case R_386_GOTPC:
4323 /* Use global offset table as symbol value. */
6de2ae4a
L
4324 relocation = htab->elf.sgotplt->output_section->vma
4325 + htab->elf.sgotplt->output_offset;
b34976b6 4326 unresolved_reloc = FALSE;
252b5132
RH
4327 break;
4328
4329 case R_386_PLT32:
4330 /* Relocation is to the entry for this symbol in the
4331 procedure linkage table. */
4332
dd5724d5 4333 /* Resolve a PLT32 reloc against a local symbol directly,
83be169b 4334 without using the procedure linkage table. */
252b5132
RH
4335 if (h == NULL)
4336 break;
4337
dd7e64d4
L
4338 if ((h->plt.offset == (bfd_vma) -1
4339 && eh->plt_got.offset == (bfd_vma) -1)
6de2ae4a 4340 || htab->elf.splt == NULL)
252b5132
RH
4341 {
4342 /* We didn't make a PLT entry for this symbol. This
83be169b
AM
4343 happens when statically linking PIC code, or when
4344 using -Bsymbolic. */
252b5132
RH
4345 break;
4346 }
4347
dd7e64d4
L
4348 if (h->plt.offset != (bfd_vma) -1)
4349 {
4350 resolved_plt = htab->elf.splt;
4351 plt_offset = h->plt.offset;
4352 }
4353 else
4354 {
4355 resolved_plt = htab->plt_got;
4356 plt_offset = eh->plt_got.offset;
4357 }
4358
4359 relocation = (resolved_plt->output_section->vma
4360 + resolved_plt->output_offset
4361 + plt_offset);
b34976b6 4362 unresolved_reloc = FALSE;
252b5132
RH
4363 break;
4364
1788fc08 4365 case R_386_SIZE32:
1788fc08
L
4366 /* Set to symbol size. */
4367 relocation = st_size;
4368 /* Fall through. */
4369
252b5132
RH
4370 case R_386_32:
4371 case R_386_PC32:
3348747a
NS
4372 if ((input_section->flags & SEC_ALLOC) == 0
4373 || is_vxworks_tls)
ec338859
AM
4374 break;
4375
aec6b87e
L
4376 /* Copy dynamic function pointer relocations. Don't generate
4377 dynamic relocations against resolved undefined weak symbols
4378 in PIE, except for R_386_PC32. */
0e1862bb 4379 if ((bfd_link_pic (info)
ef5aade5 4380 && (h == NULL
aec6b87e
L
4381 || ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
4382 && (!resolved_to_zero
4383 || r_type == R_386_PC32))
4384 || h->root.type != bfd_link_hash_undefweak))
1788fc08 4385 && ((r_type != R_386_PC32 && r_type != R_386_SIZE32)
f6c52c13 4386 || !SYMBOL_CALLS_LOCAL (info, h)))
a23b6845 4387 || (ELIMINATE_COPY_RELOCS
0e1862bb 4388 && !bfd_link_pic (info)
12d0ee4a
AM
4389 && h != NULL
4390 && h->dynindx != -1
aec6b87e
L
4391 && (!h->non_got_ref
4392 || eh->func_pointer_refcount > 0
4393 || (h->root.type == bfd_link_hash_undefweak
4394 && !resolved_to_zero))
bae420ef
L
4395 && ((h->def_dynamic && !h->def_regular)
4396 /* Undefined weak symbol is bound locally when
4397 PIC is false. */
4398 || h->root.type == bfd_link_hash_undefweak)))
252b5132 4399 {
947216bf 4400 Elf_Internal_Rela outrel;
b34976b6 4401 bfd_boolean skip, relocate;
0c715baa 4402 asection *sreloc;
252b5132
RH
4403
4404 /* When generating a shared object, these relocations
4405 are copied into the output file to be resolved at run
4406 time. */
4407
b34976b6
AM
4408 skip = FALSE;
4409 relocate = FALSE;
252b5132 4410
c629eae0
JJ
4411 outrel.r_offset =
4412 _bfd_elf_section_offset (output_bfd, info, input_section,
4413 rel->r_offset);
4414 if (outrel.r_offset == (bfd_vma) -1)
b34976b6 4415 skip = TRUE;
0bb2d96a 4416 else if (outrel.r_offset == (bfd_vma) -2)
b34976b6 4417 skip = TRUE, relocate = TRUE;
252b5132
RH
4418 outrel.r_offset += (input_section->output_section->vma
4419 + input_section->output_offset);
4420
4421 if (skip)
0bb2d96a 4422 memset (&outrel, 0, sizeof outrel);
5a15f56f
AM
4423 else if (h != NULL
4424 && h->dynindx != -1
4425 && (r_type == R_386_PC32
0e1862bb 4426 || !bfd_link_pic (info)
55255dae 4427 || !SYMBOLIC_BIND (info, h)
f5385ebf 4428 || !h->def_regular))
0bb2d96a 4429 outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
252b5132
RH
4430 else
4431 {
5a15f56f 4432 /* This symbol is local, or marked to become local. */
b34976b6 4433 relocate = TRUE;
5a15f56f 4434 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE);
252b5132
RH
4435 }
4436
cbe950e9 4437 sreloc = elf_section_data (input_section)->sreloc;
e7c33416 4438
62d78908
L
4439 if (sreloc == NULL || sreloc->contents == NULL)
4440 {
4441 r = bfd_reloc_notsupported;
4442 goto check_relocation_error;
4443 }
0c715baa 4444
59d6ffb2 4445 elf_append_rel (output_bfd, sreloc, &outrel);
252b5132
RH
4446
4447 /* If this reloc is against an external symbol, we do
4448 not want to fiddle with the addend. Otherwise, we
4449 need to include the symbol value so that it becomes
4450 an addend for the dynamic reloc. */
0f88be7a 4451 if (! relocate)
252b5132
RH
4452 continue;
4453 }
252b5132
RH
4454 break;
4455
37e55690 4456 case R_386_TLS_IE:
0e1862bb 4457 if (!bfd_link_executable (info))
37e55690 4458 {
947216bf 4459 Elf_Internal_Rela outrel;
37e55690 4460 asection *sreloc;
37e55690
JJ
4461
4462 outrel.r_offset = rel->r_offset
4463 + input_section->output_section->vma
4464 + input_section->output_offset;
4465 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE);
4466 sreloc = elf_section_data (input_section)->sreloc;
4467 if (sreloc == NULL)
4468 abort ();
59d6ffb2 4469 elf_append_rel (output_bfd, sreloc, &outrel);
37e55690
JJ
4470 }
4471 /* Fall through */
4472
13ae64f3 4473 case R_386_TLS_GD:
67a4f2b7
AO
4474 case R_386_TLS_GOTDESC:
4475 case R_386_TLS_DESC_CALL:
13ae64f3 4476 case R_386_TLS_IE_32:
37e55690 4477 case R_386_TLS_GOTIE:
13ae64f3
JJ
4478 tls_type = GOT_UNKNOWN;
4479 if (h == NULL && local_got_offsets)
4480 tls_type = elf_i386_local_got_tls_type (input_bfd) [r_symndx];
4481 else if (h != NULL)
142411ca 4482 tls_type = elf_i386_hash_entry(h)->tls_type;
37e55690
JJ
4483 if (tls_type == GOT_TLS_IE)
4484 tls_type = GOT_TLS_IE_NEG;
142411ca
L
4485
4486 if (! elf_i386_tls_transition (info, input_bfd,
4487 input_section, contents,
4488 symtab_hdr, sym_hashes,
4489 &r_type, tls_type, rel,
4c544807 4490 relend, h, r_symndx))
142411ca 4491 return FALSE;
13ae64f3
JJ
4492
4493 if (r_type == R_386_TLS_LE_32)
4494 {
82e51918 4495 BFD_ASSERT (! unresolved_reloc);
13ae64f3
JJ
4496 if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GD)
4497 {
142411ca 4498 unsigned int type;
13ae64f3
JJ
4499 bfd_vma roff;
4500
4501 /* GD->LE transition. */
13ae64f3 4502 type = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
13ae64f3
JJ
4503 if (type == 0x04)
4504 {
4505 /* leal foo(,%reg,1), %eax; call ___tls_get_addr
4506 Change it into:
4507 movl %gs:0, %eax; subl $foo@tpoff, %eax
4508 (6 byte form of subl). */
13ae64f3
JJ
4509 memcpy (contents + rel->r_offset - 3,
4510 "\x65\xa1\0\0\0\0\x81\xe8\0\0\0", 12);
142411ca 4511 roff = rel->r_offset + 5;
13ae64f3
JJ
4512 }
4513 else
4514 {
142411ca
L
4515 /* leal foo(%reg), %eax; call ___tls_get_addr; nop
4516 Change it into:
4517 movl %gs:0, %eax; subl $foo@tpoff, %eax
4518 (6 byte form of subl). */
4519 memcpy (contents + rel->r_offset - 2,
4520 "\x65\xa1\0\0\0\0\x81\xe8\0\0\0", 12);
4521 roff = rel->r_offset + 6;
13ae64f3 4522 }
eb4ff4d6 4523 bfd_put_32 (output_bfd, elf_i386_tpoff (info, relocation),
13ae64f3 4524 contents + roff);
a3fadc9a 4525 /* Skip R_386_PC32/R_386_PLT32. */
13ae64f3 4526 rel++;
60f2e42e 4527 wrel++;
13ae64f3
JJ
4528 continue;
4529 }
67a4f2b7
AO
4530 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GOTDESC)
4531 {
4532 /* GDesc -> LE transition.
4533 It's originally something like:
4534 leal x@tlsdesc(%ebx), %eax
4535
4536 leal x@ntpoff, %eax
4537
4538 Registers other than %eax may be set up here. */
4539
142411ca 4540 unsigned int val;
67a4f2b7
AO
4541 bfd_vma roff;
4542
67a4f2b7 4543 roff = rel->r_offset;
67a4f2b7 4544 val = bfd_get_8 (input_bfd, contents + roff - 1);
67a4f2b7
AO
4545
4546 /* Now modify the instruction as appropriate. */
4547 /* aoliva FIXME: remove the above and xor the byte
4548 below with 0x86. */
4549 bfd_put_8 (output_bfd, val ^ 0x86,
4550 contents + roff - 1);
eb4ff4d6 4551 bfd_put_32 (output_bfd, -elf_i386_tpoff (info, relocation),
67a4f2b7
AO
4552 contents + roff);
4553 continue;
4554 }
4555 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_DESC_CALL)
4556 {
4557 /* GDesc -> LE transition.
4558 It's originally:
4559 call *(%eax)
4560 Turn it into:
142411ca 4561 xchg %ax,%ax */
67a4f2b7 4562
67a4f2b7 4563 bfd_vma roff;
6bbec505 4564
67a4f2b7 4565 roff = rel->r_offset;
10efb593 4566 bfd_put_8 (output_bfd, 0x66, contents + roff);
67a4f2b7
AO
4567 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
4568 continue;
4569 }
37e55690 4570 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_IE)
13ae64f3 4571 {
142411ca 4572 unsigned int val;
13ae64f3
JJ
4573
4574 /* IE->LE transition:
37e55690
JJ
4575 Originally it can be one of:
4576 movl foo, %eax
4577 movl foo, %reg
4578 addl foo, %reg
4579 We change it into:
4580 movl $foo, %eax
4581 movl $foo, %reg
4582 addl $foo, %reg. */
37e55690 4583 val = bfd_get_8 (input_bfd, contents + rel->r_offset - 1);
37e55690
JJ
4584 if (val == 0xa1)
4585 {
4586 /* movl foo, %eax. */
55fd94b0
AM
4587 bfd_put_8 (output_bfd, 0xb8,
4588 contents + rel->r_offset - 1);
37e55690 4589 }
299bf759 4590 else
37e55690 4591 {
142411ca
L
4592 unsigned int type;
4593
55fd94b0
AM
4594 type = bfd_get_8 (input_bfd,
4595 contents + rel->r_offset - 2);
299bf759 4596 switch (type)
26e41594 4597 {
299bf759
L
4598 case 0x8b:
4599 /* movl */
299bf759
L
4600 bfd_put_8 (output_bfd, 0xc7,
4601 contents + rel->r_offset - 2);
4602 bfd_put_8 (output_bfd,
4603 0xc0 | ((val >> 3) & 7),
4604 contents + rel->r_offset - 1);
4605 break;
4606 case 0x03:
4607 /* addl */
299bf759
L
4608 bfd_put_8 (output_bfd, 0x81,
4609 contents + rel->r_offset - 2);
4610 bfd_put_8 (output_bfd,
4611 0xc0 | ((val >> 3) & 7),
4612 contents + rel->r_offset - 1);
4613 break;
4614 default:
4615 BFD_FAIL ();
4616 break;
26e41594 4617 }
37e55690 4618 }
eb4ff4d6 4619 bfd_put_32 (output_bfd, -elf_i386_tpoff (info, relocation),
37e55690
JJ
4620 contents + rel->r_offset);
4621 continue;
4622 }
4623 else
4624 {
4625 unsigned int val, type;
4626
4627 /* {IE_32,GOTIE}->LE transition:
4628 Originally it can be one of:
13ae64f3 4629 subl foo(%reg1), %reg2
13ae64f3 4630 movl foo(%reg1), %reg2
37e55690 4631 addl foo(%reg1), %reg2
13ae64f3
JJ
4632 We change it into:
4633 subl $foo, %reg2
37e55690
JJ
4634 movl $foo, %reg2 (6 byte form)
4635 addl $foo, %reg2. */
13ae64f3
JJ
4636 type = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
4637 val = bfd_get_8 (input_bfd, contents + rel->r_offset - 1);
13ae64f3
JJ
4638 if (type == 0x8b)
4639 {
4640 /* movl */
13ae64f3
JJ
4641 bfd_put_8 (output_bfd, 0xc7,
4642 contents + rel->r_offset - 2);
4643 bfd_put_8 (output_bfd, 0xc0 | ((val >> 3) & 7),
4644 contents + rel->r_offset - 1);
4645 }
4646 else if (type == 0x2b)
4647 {
4648 /* subl */
13ae64f3
JJ
4649 bfd_put_8 (output_bfd, 0x81,
4650 contents + rel->r_offset - 2);
4651 bfd_put_8 (output_bfd, 0xe8 | ((val >> 3) & 7),
4652 contents + rel->r_offset - 1);
4653 }
37e55690
JJ
4654 else if (type == 0x03)
4655 {
4656 /* addl */
4657 bfd_put_8 (output_bfd, 0x81,
4658 contents + rel->r_offset - 2);
4659 bfd_put_8 (output_bfd, 0xc0 | ((val >> 3) & 7),
4660 contents + rel->r_offset - 1);
4661 }
13ae64f3
JJ
4662 else
4663 BFD_FAIL ();
37e55690 4664 if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GOTIE)
eb4ff4d6 4665 bfd_put_32 (output_bfd, -elf_i386_tpoff (info, relocation),
37e55690
JJ
4666 contents + rel->r_offset);
4667 else
eb4ff4d6 4668 bfd_put_32 (output_bfd, elf_i386_tpoff (info, relocation),
37e55690 4669 contents + rel->r_offset);
13ae64f3
JJ
4670 continue;
4671 }
4672 }
4673
6de2ae4a 4674 if (htab->elf.sgot == NULL)
13ae64f3
JJ
4675 abort ();
4676
4677 if (h != NULL)
67a4f2b7
AO
4678 {
4679 off = h->got.offset;
4680 offplt = elf_i386_hash_entry (h)->tlsdesc_got;
4681 }
13ae64f3
JJ
4682 else
4683 {
4684 if (local_got_offsets == NULL)
4685 abort ();
4686
4687 off = local_got_offsets[r_symndx];
67a4f2b7 4688 offplt = local_tlsdesc_gotents[r_symndx];
13ae64f3
JJ
4689 }
4690
4691 if ((off & 1) != 0)
4692 off &= ~1;
26e41594 4693 else
13ae64f3 4694 {
947216bf 4695 Elf_Internal_Rela outrel;
91d6fa6a 4696 int dr_type;
67a4f2b7 4697 asection *sreloc;
13ae64f3 4698
6de2ae4a 4699 if (htab->elf.srelgot == NULL)
13ae64f3
JJ
4700 abort ();
4701
67a4f2b7
AO
4702 indx = h && h->dynindx != -1 ? h->dynindx : 0;
4703
4704 if (GOT_TLS_GDESC_P (tls_type))
4705 {
59d6ffb2 4706 bfd_byte *loc;
67a4f2b7
AO
4707 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_DESC);
4708 BFD_ASSERT (htab->sgotplt_jump_table_size + offplt + 8
6de2ae4a
L
4709 <= htab->elf.sgotplt->size);
4710 outrel.r_offset = (htab->elf.sgotplt->output_section->vma
4711 + htab->elf.sgotplt->output_offset
67a4f2b7
AO
4712 + offplt
4713 + htab->sgotplt_jump_table_size);
6de2ae4a 4714 sreloc = htab->elf.srelplt;
67a4f2b7 4715 loc = sreloc->contents;
5ae0bfb6
RS
4716 loc += (htab->next_tls_desc_index++
4717 * sizeof (Elf32_External_Rel));
67a4f2b7 4718 BFD_ASSERT (loc + sizeof (Elf32_External_Rel)
c3b02097 4719 <= sreloc->contents + sreloc->size);
67a4f2b7
AO
4720 bfd_elf32_swap_reloc_out (output_bfd, &outrel, loc);
4721 if (indx == 0)
4722 {
4723 BFD_ASSERT (! unresolved_reloc);
4724 bfd_put_32 (output_bfd,
eb4ff4d6 4725 relocation - elf_i386_dtpoff_base (info),
6de2ae4a 4726 htab->elf.sgotplt->contents + offplt
67a4f2b7
AO
4727 + htab->sgotplt_jump_table_size + 4);
4728 }
4729 else
4730 {
4731 bfd_put_32 (output_bfd, 0,
6de2ae4a 4732 htab->elf.sgotplt->contents + offplt
67a4f2b7
AO
4733 + htab->sgotplt_jump_table_size + 4);
4734 }
4735 }
4736
6de2ae4a 4737 sreloc = htab->elf.srelgot;
67a4f2b7 4738
6de2ae4a
L
4739 outrel.r_offset = (htab->elf.sgot->output_section->vma
4740 + htab->elf.sgot->output_offset + off);
13ae64f3 4741
67a4f2b7 4742 if (GOT_TLS_GD_P (tls_type))
13ae64f3 4743 dr_type = R_386_TLS_DTPMOD32;
67a4f2b7
AO
4744 else if (GOT_TLS_GDESC_P (tls_type))
4745 goto dr_done;
37e55690
JJ
4746 else if (tls_type == GOT_TLS_IE_POS)
4747 dr_type = R_386_TLS_TPOFF;
13ae64f3
JJ
4748 else
4749 dr_type = R_386_TLS_TPOFF32;
67a4f2b7 4750
37e55690 4751 if (dr_type == R_386_TLS_TPOFF && indx == 0)
eb4ff4d6
L
4752 bfd_put_32 (output_bfd,
4753 relocation - elf_i386_dtpoff_base (info),
6de2ae4a 4754 htab->elf.sgot->contents + off);
37e55690 4755 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
23209a78 4756 bfd_put_32 (output_bfd,
eb4ff4d6 4757 elf_i386_dtpoff_base (info) - relocation,
6de2ae4a 4758 htab->elf.sgot->contents + off);
67a4f2b7 4759 else if (dr_type != R_386_TLS_DESC)
c366c25e 4760 bfd_put_32 (output_bfd, 0,
6de2ae4a 4761 htab->elf.sgot->contents + off);
13ae64f3 4762 outrel.r_info = ELF32_R_INFO (indx, dr_type);
67a4f2b7 4763
59d6ffb2 4764 elf_append_rel (output_bfd, sreloc, &outrel);
13ae64f3 4765
67a4f2b7 4766 if (GOT_TLS_GD_P (tls_type))
13ae64f3
JJ
4767 {
4768 if (indx == 0)
4769 {
82e51918 4770 BFD_ASSERT (! unresolved_reloc);
13ae64f3 4771 bfd_put_32 (output_bfd,
eb4ff4d6 4772 relocation - elf_i386_dtpoff_base (info),
6de2ae4a 4773 htab->elf.sgot->contents + off + 4);
13ae64f3
JJ
4774 }
4775 else
4776 {
4777 bfd_put_32 (output_bfd, 0,
6de2ae4a 4778 htab->elf.sgot->contents + off + 4);
13ae64f3
JJ
4779 outrel.r_info = ELF32_R_INFO (indx,
4780 R_386_TLS_DTPOFF32);
4781 outrel.r_offset += 4;
59d6ffb2 4782 elf_append_rel (output_bfd, sreloc, &outrel);
13ae64f3
JJ
4783 }
4784 }
37e55690
JJ
4785 else if (tls_type == GOT_TLS_IE_BOTH)
4786 {
4787 bfd_put_32 (output_bfd,
eb4ff4d6
L
4788 (indx == 0
4789 ? relocation - elf_i386_dtpoff_base (info)
4790 : 0),
6de2ae4a 4791 htab->elf.sgot->contents + off + 4);
37e55690
JJ
4792 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_TPOFF);
4793 outrel.r_offset += 4;
59d6ffb2 4794 elf_append_rel (output_bfd, sreloc, &outrel);
37e55690 4795 }
13ae64f3 4796
67a4f2b7 4797 dr_done:
13ae64f3
JJ
4798 if (h != NULL)
4799 h->got.offset |= 1;
4800 else
4801 local_got_offsets[r_symndx] |= 1;
4802 }
4803
67a4f2b7
AO
4804 if (off >= (bfd_vma) -2
4805 && ! GOT_TLS_GDESC_P (tls_type))
13ae64f3 4806 abort ();
67a4f2b7
AO
4807 if (r_type == R_386_TLS_GOTDESC
4808 || r_type == R_386_TLS_DESC_CALL)
4809 {
4810 relocation = htab->sgotplt_jump_table_size + offplt;
4811 unresolved_reloc = FALSE;
4812 }
4813 else if (r_type == ELF32_R_TYPE (rel->r_info))
13ae64f3 4814 {
6de2ae4a
L
4815 bfd_vma g_o_t = htab->elf.sgotplt->output_section->vma
4816 + htab->elf.sgotplt->output_offset;
4817 relocation = htab->elf.sgot->output_section->vma
4818 + htab->elf.sgot->output_offset + off - g_o_t;
37e55690
JJ
4819 if ((r_type == R_386_TLS_IE || r_type == R_386_TLS_GOTIE)
4820 && tls_type == GOT_TLS_IE_BOTH)
4821 relocation += 4;
4822 if (r_type == R_386_TLS_IE)
8c37241b 4823 relocation += g_o_t;
b34976b6 4824 unresolved_reloc = FALSE;
13ae64f3 4825 }
67a4f2b7 4826 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GD)
13ae64f3
JJ
4827 {
4828 unsigned int val, type;
4829 bfd_vma roff;
4830
4831 /* GD->IE transition. */
13ae64f3 4832 type = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
13ae64f3
JJ
4833 val = bfd_get_8 (input_bfd, contents + rel->r_offset - 1);
4834 if (type == 0x04)
4835 {
4836 /* leal foo(,%reg,1), %eax; call ___tls_get_addr
4837 Change it into:
4838 movl %gs:0, %eax; subl $foo@gottpoff(%reg), %eax. */
13ae64f3 4839 val >>= 3;
142411ca 4840 roff = rel->r_offset - 3;
13ae64f3
JJ
4841 }
4842 else
4843 {
4844 /* leal foo(%reg), %eax; call ___tls_get_addr; nop
4845 Change it into:
4846 movl %gs:0, %eax; subl $foo@gottpoff(%reg), %eax. */
13ae64f3
JJ
4847 roff = rel->r_offset - 2;
4848 }
4849 memcpy (contents + roff,
4850 "\x65\xa1\0\0\0\0\x2b\x80\0\0\0", 12);
4851 contents[roff + 7] = 0x80 | (val & 7);
37e55690
JJ
4852 /* If foo is used only with foo@gotntpoff(%reg) and
4853 foo@indntpoff, but not with foo@gottpoff(%reg), change
4854 subl $foo@gottpoff(%reg), %eax
4855 into:
4856 addl $foo@gotntpoff(%reg), %eax. */
ebcfb3c0
JJ
4857 if (tls_type == GOT_TLS_IE_POS)
4858 contents[roff + 6] = 0x03;
8c37241b 4859 bfd_put_32 (output_bfd,
6de2ae4a
L
4860 htab->elf.sgot->output_section->vma
4861 + htab->elf.sgot->output_offset + off
4862 - htab->elf.sgotplt->output_section->vma
4863 - htab->elf.sgotplt->output_offset,
13ae64f3
JJ
4864 contents + roff + 8);
4865 /* Skip R_386_PLT32. */
4866 rel++;
60f2e42e 4867 wrel++;
13ae64f3
JJ
4868 continue;
4869 }
67a4f2b7
AO
4870 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GOTDESC)
4871 {
4872 /* GDesc -> IE transition.
4873 It's originally something like:
4874 leal x@tlsdesc(%ebx), %eax
4875
4876 Change it to:
142411ca 4877 movl x@gotntpoff(%ebx), %eax # before xchg %ax,%ax
67a4f2b7
AO
4878 or:
4879 movl x@gottpoff(%ebx), %eax # before negl %eax
4880
4881 Registers other than %eax may be set up here. */
4882
67a4f2b7
AO
4883 bfd_vma roff;
4884
4885 /* First, make sure it's a leal adding ebx to a 32-bit
4886 offset into any register, although it's probably
4887 almost always going to be eax. */
4888 roff = rel->r_offset;
67a4f2b7
AO
4889
4890 /* Now modify the instruction as appropriate. */
4891 /* To turn a leal into a movl in the form we use it, it
4892 suffices to change the first byte from 0x8d to 0x8b.
4893 aoliva FIXME: should we decide to keep the leal, all
4894 we have to do is remove the statement below, and
4895 adjust the relaxation of R_386_TLS_DESC_CALL. */
4896 bfd_put_8 (output_bfd, 0x8b, contents + roff - 2);
4897
4898 if (tls_type == GOT_TLS_IE_BOTH)
4899 off += 4;
4900
4901 bfd_put_32 (output_bfd,
6de2ae4a
L
4902 htab->elf.sgot->output_section->vma
4903 + htab->elf.sgot->output_offset + off
4904 - htab->elf.sgotplt->output_section->vma
4905 - htab->elf.sgotplt->output_offset,
67a4f2b7
AO
4906 contents + roff);
4907 continue;
4908 }
4909 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_DESC_CALL)
4910 {
4911 /* GDesc -> IE transition.
4912 It's originally:
4913 call *(%eax)
4914
4915 Change it to:
142411ca 4916 xchg %ax,%ax
67a4f2b7
AO
4917 or
4918 negl %eax
4919 depending on how we transformed the TLS_GOTDESC above.
4920 */
4921
67a4f2b7
AO
4922 bfd_vma roff;
4923
67a4f2b7 4924 roff = rel->r_offset;
67a4f2b7
AO
4925
4926 /* Now modify the instruction as appropriate. */
4927 if (tls_type != GOT_TLS_IE_NEG)
4928 {
10efb593
L
4929 /* xchg %ax,%ax */
4930 bfd_put_8 (output_bfd, 0x66, contents + roff);
67a4f2b7
AO
4931 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
4932 }
4933 else
4934 {
4935 /* negl %eax */
4936 bfd_put_8 (output_bfd, 0xf7, contents + roff);
4937 bfd_put_8 (output_bfd, 0xd8, contents + roff + 1);
4938 }
4939
4940 continue;
4941 }
4942 else
4943 BFD_ASSERT (FALSE);
13ae64f3
JJ
4944 break;
4945
4946 case R_386_TLS_LDM:
142411ca
L
4947 if (! elf_i386_tls_transition (info, input_bfd,
4948 input_section, contents,
4949 symtab_hdr, sym_hashes,
4950 &r_type, GOT_UNKNOWN, rel,
4c544807 4951 relend, h, r_symndx))
142411ca 4952 return FALSE;
13ae64f3 4953
142411ca
L
4954 if (r_type != R_386_TLS_LDM)
4955 {
13ae64f3 4956 /* LD->LE transition:
13ae64f3
JJ
4957 leal foo(%reg), %eax; call ___tls_get_addr.
4958 We change it into:
4959 movl %gs:0, %eax; nop; leal 0(%esi,1), %esi. */
142411ca 4960 BFD_ASSERT (r_type == R_386_TLS_LE_32);
13ae64f3
JJ
4961 memcpy (contents + rel->r_offset - 2,
4962 "\x65\xa1\0\0\0\0\x90\x8d\x74\x26", 11);
a3fadc9a 4963 /* Skip R_386_PC32/R_386_PLT32. */
13ae64f3 4964 rel++;
60f2e42e 4965 wrel++;
13ae64f3
JJ
4966 continue;
4967 }
4968
6de2ae4a 4969 if (htab->elf.sgot == NULL)
13ae64f3
JJ
4970 abort ();
4971
4972 off = htab->tls_ldm_got.offset;
4973 if (off & 1)
4974 off &= ~1;
4975 else
4976 {
947216bf 4977 Elf_Internal_Rela outrel;
13ae64f3 4978
6de2ae4a 4979 if (htab->elf.srelgot == NULL)
13ae64f3
JJ
4980 abort ();
4981
6de2ae4a
L
4982 outrel.r_offset = (htab->elf.sgot->output_section->vma
4983 + htab->elf.sgot->output_offset + off);
13ae64f3
JJ
4984
4985 bfd_put_32 (output_bfd, 0,
6de2ae4a 4986 htab->elf.sgot->contents + off);
13ae64f3 4987 bfd_put_32 (output_bfd, 0,
6de2ae4a 4988 htab->elf.sgot->contents + off + 4);
13ae64f3 4989 outrel.r_info = ELF32_R_INFO (0, R_386_TLS_DTPMOD32);
59d6ffb2 4990 elf_append_rel (output_bfd, htab->elf.srelgot, &outrel);
13ae64f3
JJ
4991 htab->tls_ldm_got.offset |= 1;
4992 }
6de2ae4a
L
4993 relocation = htab->elf.sgot->output_section->vma
4994 + htab->elf.sgot->output_offset + off
4995 - htab->elf.sgotplt->output_section->vma
4996 - htab->elf.sgotplt->output_offset;
b34976b6 4997 unresolved_reloc = FALSE;
13ae64f3
JJ
4998 break;
4999
5000 case R_386_TLS_LDO_32:
0e1862bb
L
5001 if (!bfd_link_executable (info)
5002 || (input_section->flags & SEC_CODE) == 0)
eb4ff4d6 5003 relocation -= elf_i386_dtpoff_base (info);
13ae64f3
JJ
5004 else
5005 /* When converting LDO to LE, we must negate. */
eb4ff4d6 5006 relocation = -elf_i386_tpoff (info, relocation);
13ae64f3
JJ
5007 break;
5008
5009 case R_386_TLS_LE_32:
13ae64f3 5010 case R_386_TLS_LE:
0e1862bb 5011 if (!bfd_link_executable (info))
37e55690 5012 {
947216bf 5013 Elf_Internal_Rela outrel;
37e55690 5014 asection *sreloc;
37e55690
JJ
5015
5016 outrel.r_offset = rel->r_offset
5017 + input_section->output_section->vma
5018 + input_section->output_offset;
5019 if (h != NULL && h->dynindx != -1)
5020 indx = h->dynindx;
5021 else
5022 indx = 0;
5023 if (r_type == R_386_TLS_LE_32)
5024 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_TPOFF32);
5025 else
5026 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_TPOFF);
5027 sreloc = elf_section_data (input_section)->sreloc;
5028 if (sreloc == NULL)
5029 abort ();
59d6ffb2 5030 elf_append_rel (output_bfd, sreloc, &outrel);
37e55690
JJ
5031 if (indx)
5032 continue;
5033 else if (r_type == R_386_TLS_LE_32)
eb4ff4d6 5034 relocation = elf_i386_dtpoff_base (info) - relocation;
37e55690 5035 else
eb4ff4d6 5036 relocation -= elf_i386_dtpoff_base (info);
37e55690
JJ
5037 }
5038 else if (r_type == R_386_TLS_LE_32)
eb4ff4d6 5039 relocation = elf_i386_tpoff (info, relocation);
37e55690 5040 else
eb4ff4d6 5041 relocation = -elf_i386_tpoff (info, relocation);
13ae64f3
JJ
5042 break;
5043
252b5132
RH
5044 default:
5045 break;
5046 }
5047
239e1f3a
AM
5048 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
5049 because such sections are not SEC_ALLOC and thus ld.so will
5050 not process them. */
8c694914 5051 if (unresolved_reloc
239e1f3a 5052 && !((input_section->flags & SEC_DEBUGGING) != 0
1d5316ab
AM
5053 && h->def_dynamic)
5054 && _bfd_elf_section_offset (output_bfd, info, input_section,
5055 rel->r_offset) != (bfd_vma) -1)
6a30718d
JJ
5056 {
5057 (*_bfd_error_handler)
843fe662 5058 (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
d003868e
AM
5059 input_bfd,
5060 input_section,
6a30718d 5061 (long) rel->r_offset,
843fe662 5062 howto->name,
6a30718d 5063 h->root.root.string);
b34976b6 5064 return FALSE;
6a30718d 5065 }
83be169b 5066
cbe950e9 5067do_relocation:
252b5132
RH
5068 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
5069 contents, rel->r_offset,
55fd94b0 5070 relocation, 0);
252b5132 5071
62d78908 5072check_relocation_error:
cf5c0c5b 5073 if (r != bfd_reloc_ok)
252b5132 5074 {
cf5c0c5b 5075 const char *name;
ffb2e45b 5076
cf5c0c5b
AM
5077 if (h != NULL)
5078 name = h->root.root.string;
5079 else
5080 {
5081 name = bfd_elf_string_from_elf_section (input_bfd,
5082 symtab_hdr->sh_link,
5083 sym->st_name);
5084 if (name == NULL)
b34976b6 5085 return FALSE;
cf5c0c5b
AM
5086 if (*name == '\0')
5087 name = bfd_section_name (input_bfd, sec);
5088 }
ffb2e45b 5089
cf5c0c5b
AM
5090 if (r == bfd_reloc_overflow)
5091 {
cf5c0c5b 5092 if (! ((*info->callbacks->reloc_overflow)
dfeffb9f
L
5093 (info, (h ? &h->root : NULL), name, howto->name,
5094 (bfd_vma) 0, input_bfd, input_section,
5095 rel->r_offset)))
b34976b6 5096 return FALSE;
cf5c0c5b
AM
5097 }
5098 else
5099 {
5100 (*_bfd_error_handler)
d003868e
AM
5101 (_("%B(%A+0x%lx): reloc against `%s': error %d"),
5102 input_bfd, input_section,
cf5c0c5b 5103 (long) rel->r_offset, name, (int) r);
b34976b6 5104 return FALSE;
cf5c0c5b 5105 }
252b5132 5106 }
60f2e42e
L
5107
5108 if (wrel != rel)
5109 *wrel = *rel;
5110 }
5111
5112 if (wrel != rel)
5113 {
5114 Elf_Internal_Shdr *rel_hdr;
5115 size_t deleted = rel - wrel;
5116
5117 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section);
5118 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
5119 if (rel_hdr->sh_size == 0)
5120 {
5121 /* It is too late to remove an empty reloc section. Leave
5122 one NONE reloc.
5123 ??? What is wrong with an empty section??? */
5124 rel_hdr->sh_size = rel_hdr->sh_entsize;
5125 deleted -= 1;
5126 }
5127 rel_hdr = _bfd_elf_single_rel_hdr (input_section);
5128 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
5129 input_section->reloc_count -= deleted;
252b5132
RH
5130 }
5131
b34976b6 5132 return TRUE;
252b5132
RH
5133}
5134
5135/* Finish up dynamic symbol handling. We set the contents of various
5136 dynamic sections here. */
5137
b34976b6 5138static bfd_boolean
55fd94b0
AM
5139elf_i386_finish_dynamic_symbol (bfd *output_bfd,
5140 struct bfd_link_info *info,
5141 struct elf_link_hash_entry *h,
5142 Elf_Internal_Sym *sym)
252b5132 5143{
6725bdbf 5144 struct elf_i386_link_hash_table *htab;
25e762b9
RM
5145 unsigned plt_entry_size;
5146 const struct elf_i386_backend_data *abed;
dd7e64d4 5147 struct elf_i386_link_hash_entry *eh;
aec6b87e 5148 bfd_boolean local_undefweak;
252b5132 5149
6725bdbf 5150 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
5151 if (htab == NULL)
5152 return FALSE;
252b5132 5153
25e762b9
RM
5154 abed = get_elf_i386_backend_data (output_bfd);
5155 plt_entry_size = GET_PLT_ENTRY_SIZE (output_bfd);
5156
dd7e64d4
L
5157 eh = (struct elf_i386_link_hash_entry *) h;
5158
aec6b87e
L
5159 /* We keep PLT/GOT entries without dynamic PLT/GOT relocations for
5160 resolved undefined weak symbols in executable so that their
5161 references have value 0 at run-time. */
5162 local_undefweak = UNDEFINED_WEAK_RESOLVED_TO_ZERO (info, eh);
5163
252b5132
RH
5164 if (h->plt.offset != (bfd_vma) -1)
5165 {
252b5132
RH
5166 bfd_vma plt_index;
5167 bfd_vma got_offset;
947216bf
AM
5168 Elf_Internal_Rela rel;
5169 bfd_byte *loc;
cbe950e9
L
5170 asection *plt, *gotplt, *relplt;
5171
5172 /* When building a static executable, use .iplt, .igot.plt and
5173 .rel.iplt sections for STT_GNU_IFUNC symbols. */
6de2ae4a 5174 if (htab->elf.splt != NULL)
cbe950e9 5175 {
6de2ae4a
L
5176 plt = htab->elf.splt;
5177 gotplt = htab->elf.sgotplt;
5178 relplt = htab->elf.srelplt;
cbe950e9
L
5179 }
5180 else
5181 {
6de2ae4a
L
5182 plt = htab->elf.iplt;
5183 gotplt = htab->elf.igotplt;
5184 relplt = htab->elf.irelplt;
cbe950e9 5185 }
252b5132
RH
5186
5187 /* This symbol has an entry in the procedure linkage table. Set
5188 it up. */
5189
cbe950e9 5190 if ((h->dynindx == -1
aec6b87e 5191 && !local_undefweak
0e1862bb 5192 && !((h->forced_local || bfd_link_executable (info))
cbe950e9
L
5193 && h->def_regular
5194 && h->type == STT_GNU_IFUNC))
5195 || plt == NULL
5196 || gotplt == NULL
5197 || relplt == NULL)
cec7f46a 5198 abort ();
252b5132
RH
5199
5200 /* Get the index in the procedure linkage table which
5201 corresponds to this symbol. This is the index of this symbol
5202 in all the symbols for which we are making plt entries. The
cbe950e9 5203 first entry in the procedure linkage table is reserved.
252b5132 5204
cbe950e9 5205 Get the offset into the .got table of the entry that
252b5132 5206 corresponds to this function. Each .got entry is 4 bytes.
cbe950e9 5207 The first three are reserved.
6bbec505 5208
cbe950e9
L
5209 For static executables, we don't reserve anything. */
5210
6de2ae4a 5211 if (plt == htab->elf.splt)
cbe950e9 5212 {
e1f98742
L
5213 got_offset = h->plt.offset / plt_entry_size - 1;
5214 got_offset = (got_offset + 3) * 4;
cbe950e9
L
5215 }
5216 else
5217 {
e1f98742
L
5218 got_offset = h->plt.offset / plt_entry_size;
5219 got_offset = got_offset * 4;
cbe950e9 5220 }
252b5132
RH
5221
5222 /* Fill in the entry in the procedure linkage table. */
0e1862bb 5223 if (! bfd_link_pic (info))
252b5132 5224 {
25e762b9
RM
5225 memcpy (plt->contents + h->plt.offset, abed->plt->plt_entry,
5226 abed->plt->plt_entry_size);
252b5132 5227 bfd_put_32 (output_bfd,
cbe950e9
L
5228 (gotplt->output_section->vma
5229 + gotplt->output_offset
252b5132 5230 + got_offset),
25e762b9
RM
5231 plt->contents + h->plt.offset
5232 + abed->plt->plt_got_offset);
eac338cf 5233
25e762b9 5234 if (abed->is_vxworks)
eac338cf
PB
5235 {
5236 int s, k, reloc_index;
5237
5238 /* Create the R_386_32 relocation referencing the GOT
5239 for this PLT entry. */
5240
5241 /* S: Current slot number (zero-based). */
25e762b9
RM
5242 s = ((h->plt.offset - abed->plt->plt_entry_size)
5243 / abed->plt->plt_entry_size);
eac338cf 5244 /* K: Number of relocations for PLTResolve. */
0e1862bb 5245 if (bfd_link_pic (info))
eac338cf
PB
5246 k = PLTRESOLVE_RELOCS_SHLIB;
5247 else
5248 k = PLTRESOLVE_RELOCS;
5249 /* Skip the PLTresolve relocations, and the relocations for
5250 the other PLT slots. */
5251 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
5252 loc = (htab->srelplt2->contents + reloc_index
5253 * sizeof (Elf32_External_Rel));
5254
6de2ae4a
L
5255 rel.r_offset = (htab->elf.splt->output_section->vma
5256 + htab->elf.splt->output_offset
eac338cf 5257 + h->plt.offset + 2),
7325306f 5258 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
eac338cf
PB
5259 bfd_elf32_swap_reloc_out (output_bfd, &rel, loc);
5260
5261 /* Create the R_386_32 relocation referencing the beginning of
5262 the PLT for this GOT entry. */
6de2ae4a
L
5263 rel.r_offset = (htab->elf.sgotplt->output_section->vma
5264 + htab->elf.sgotplt->output_offset
eac338cf 5265 + got_offset);
7325306f 5266 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
eac338cf 5267 bfd_elf32_swap_reloc_out (output_bfd, &rel,
13ca3149 5268 loc + sizeof (Elf32_External_Rel));
eac338cf 5269 }
252b5132
RH
5270 }
5271 else
5272 {
25e762b9
RM
5273 memcpy (plt->contents + h->plt.offset, abed->plt->pic_plt_entry,
5274 abed->plt->plt_entry_size);
252b5132 5275 bfd_put_32 (output_bfd, got_offset,
25e762b9
RM
5276 plt->contents + h->plt.offset
5277 + abed->plt->plt_got_offset);
252b5132
RH
5278 }
5279
aec6b87e
L
5280 /* Fill in the entry in the global offset table. Leave the entry
5281 as zero for undefined weak symbol in PIE. No PLT relocation
5282 against undefined weak symbol in PIE. */
5283 if (!local_undefweak)
cbe950e9 5284 {
cbe950e9 5285 bfd_put_32 (output_bfd,
aec6b87e
L
5286 (plt->output_section->vma
5287 + plt->output_offset
5288 + h->plt.offset
5289 + abed->plt->plt_lazy_offset),
cbe950e9 5290 gotplt->contents + got_offset);
252b5132 5291
aec6b87e
L
5292 /* Fill in the entry in the .rel.plt section. */
5293 rel.r_offset = (gotplt->output_section->vma
5294 + gotplt->output_offset
5295 + got_offset);
5296 if (h->dynindx == -1
5297 || ((bfd_link_executable (info)
5298 || ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
5299 && h->def_regular
5300 && h->type == STT_GNU_IFUNC))
5301 {
5302 /* If an STT_GNU_IFUNC symbol is locally defined, generate
5303 R_386_IRELATIVE instead of R_386_JUMP_SLOT. Store addend
5304 in the .got.plt section. */
5305 bfd_put_32 (output_bfd,
5306 (h->root.u.def.value
5307 + h->root.u.def.section->output_section->vma
5308 + h->root.u.def.section->output_offset),
5309 gotplt->contents + got_offset);
5310 rel.r_info = ELF32_R_INFO (0, R_386_IRELATIVE);
5311 /* R_386_IRELATIVE comes last. */
5312 plt_index = htab->next_irelative_index--;
5313 }
5314 else
5315 {
5316 rel.r_info = ELF32_R_INFO (h->dynindx, R_386_JUMP_SLOT);
5317 plt_index = htab->next_jump_slot_index++;
5318 }
5319
5320 loc = relplt->contents + plt_index * sizeof (Elf32_External_Rel);
5321 bfd_elf32_swap_reloc_out (output_bfd, &rel, loc);
5322
5323 /* Don't fill PLT entry for static executables. */
5324 if (plt == htab->elf.splt)
5325 {
5326 bfd_put_32 (output_bfd,
5327 plt_index * sizeof (Elf32_External_Rel),
5328 plt->contents + h->plt.offset
5329 + abed->plt->plt_reloc_offset);
5330 bfd_put_32 (output_bfd, - (h->plt.offset
5331 + abed->plt->plt_plt_offset + 4),
5332 plt->contents + h->plt.offset
5333 + abed->plt->plt_plt_offset);
5334 }
e1f98742 5335 }
dd7e64d4
L
5336 }
5337 else if (eh->plt_got.offset != (bfd_vma) -1)
5338 {
5339 bfd_vma got_offset, plt_offset;
5340 asection *plt, *got, *gotplt;
5341 const bfd_byte *got_plt_entry;
5342
5343 /* Offset of displacement of the indirect jump. */
5344 bfd_vma plt_got_offset = 2;
e1f98742 5345
dd7e64d4
L
5346 /* Set the entry in the GOT procedure linkage table. */
5347 plt = htab->plt_got;
5348 got = htab->elf.sgot;
5349 gotplt = htab->elf.sgotplt;
5350 got_offset = h->got.offset;
5351
5352 if (got_offset == (bfd_vma) -1
5353 || plt == NULL
5354 || got == NULL
5355 || gotplt == NULL)
5356 abort ();
5357
5358 /* Fill in the entry in the GOT procedure linkage table. */
0e1862bb 5359 if (! bfd_link_pic (info))
252b5132 5360 {
dd7e64d4
L
5361 got_plt_entry = elf_i386_got_plt_entry;
5362 got_offset += got->output_section->vma + got->output_offset;
252b5132 5363 }
dd7e64d4
L
5364 else
5365 {
5366 got_plt_entry = elf_i386_pic_got_plt_entry;
5367 got_offset += (got->output_section->vma
5368 + got->output_offset
5369 - gotplt->output_section->vma
5370 - gotplt->output_offset);
5371 }
5372
5373 plt_offset = eh->plt_got.offset;
5374 memcpy (plt->contents + plt_offset, got_plt_entry,
5375 sizeof (elf_i386_got_plt_entry));
5376 bfd_put_32 (output_bfd, got_offset,
5377 plt->contents + plt_offset + plt_got_offset);
5378 }
5379
aec6b87e
L
5380 if (!local_undefweak
5381 && !h->def_regular
dd7e64d4
L
5382 && (h->plt.offset != (bfd_vma) -1
5383 || eh->plt_got.offset != (bfd_vma) -1))
5384 {
5385 /* Mark the symbol as undefined, rather than as defined in
5386 the .plt section. Leave the value if there were any
5387 relocations where pointer equality matters (this is a clue
5388 for the dynamic linker, to make function pointer
5389 comparisons work between an application and shared
5390 library), otherwise set it to zero. If a function is only
5391 called from a binary, there is no need to slow down
5392 shared libraries because of that. */
5393 sym->st_shndx = SHN_UNDEF;
5394 if (!h->pointer_equality_needed)
5395 sym->st_value = 0;
252b5132
RH
5396 }
5397
aec6b87e
L
5398 /* Don't generate dynamic GOT relocation against undefined weak
5399 symbol in executable. */
13ae64f3 5400 if (h->got.offset != (bfd_vma) -1
67a4f2b7 5401 && ! GOT_TLS_GD_ANY_P (elf_i386_hash_entry(h)->tls_type)
aec6b87e
L
5402 && (elf_i386_hash_entry(h)->tls_type & GOT_TLS_IE) == 0
5403 && !local_undefweak)
252b5132 5404 {
947216bf 5405 Elf_Internal_Rela rel;
252b5132
RH
5406
5407 /* This symbol has an entry in the global offset table. Set it
5408 up. */
5409
6de2ae4a 5410 if (htab->elf.sgot == NULL || htab->elf.srelgot == NULL)
ffb2e45b 5411 abort ();
252b5132 5412
6de2ae4a
L
5413 rel.r_offset = (htab->elf.sgot->output_section->vma
5414 + htab->elf.sgot->output_offset
dc810e39 5415 + (h->got.offset & ~(bfd_vma) 1));
252b5132 5416
dd5724d5
AM
5417 /* If this is a static link, or it is a -Bsymbolic link and the
5418 symbol is defined locally or was forced to be local because
5419 of a version file, we just want to emit a RELATIVE reloc.
252b5132
RH
5420 The entry in the global offset table will already have been
5421 initialized in the relocate_section function. */
710ab287 5422 if (h->def_regular
0018b0a3
L
5423 && h->type == STT_GNU_IFUNC)
5424 {
0e1862bb 5425 if (bfd_link_pic (info))
710ab287
L
5426 {
5427 /* Generate R_386_GLOB_DAT. */
5428 goto do_glob_dat;
5429 }
5430 else
5431 {
cd2b2c10
L
5432 asection *plt;
5433
710ab287
L
5434 if (!h->pointer_equality_needed)
5435 abort ();
5436
5437 /* For non-shared object, we can't use .got.plt, which
5438 contains the real function addres if we need pointer
5439 equality. We load the GOT entry with the PLT entry. */
cd2b2c10 5440 plt = htab->elf.splt ? htab->elf.splt : htab->elf.iplt;
710ab287
L
5441 bfd_put_32 (output_bfd,
5442 (plt->output_section->vma
5443 + plt->output_offset + h->plt.offset),
6de2ae4a 5444 htab->elf.sgot->contents + h->got.offset);
710ab287
L
5445 return TRUE;
5446 }
0018b0a3 5447 }
0e1862bb 5448 else if (bfd_link_pic (info)
0018b0a3 5449 && SYMBOL_REFERENCES_LOCAL (info, h))
dd5724d5 5450 {
6725bdbf 5451 BFD_ASSERT((h->got.offset & 1) != 0);
dd5724d5
AM
5452 rel.r_info = ELF32_R_INFO (0, R_386_RELATIVE);
5453 }
252b5132
RH
5454 else
5455 {
dd5724d5 5456 BFD_ASSERT((h->got.offset & 1) == 0);
710ab287 5457do_glob_dat:
6725bdbf 5458 bfd_put_32 (output_bfd, (bfd_vma) 0,
6de2ae4a 5459 htab->elf.sgot->contents + h->got.offset);
252b5132
RH
5460 rel.r_info = ELF32_R_INFO (h->dynindx, R_386_GLOB_DAT);
5461 }
5462
59d6ffb2 5463 elf_append_rel (output_bfd, htab->elf.srelgot, &rel);
252b5132
RH
5464 }
5465
f5385ebf 5466 if (h->needs_copy)
252b5132 5467 {
947216bf 5468 Elf_Internal_Rela rel;
252b5132
RH
5469
5470 /* This symbol needs a copy reloc. Set it up. */
5471
ffb2e45b
AM
5472 if (h->dynindx == -1
5473 || (h->root.type != bfd_link_hash_defined
5474 && h->root.type != bfd_link_hash_defweak)
5475 || htab->srelbss == NULL)
5476 abort ();
252b5132
RH
5477
5478 rel.r_offset = (h->root.u.def.value
5479 + h->root.u.def.section->output_section->vma
5480 + h->root.u.def.section->output_offset);
5481 rel.r_info = ELF32_R_INFO (h->dynindx, R_386_COPY);
59d6ffb2 5482 elf_append_rel (output_bfd, htab->srelbss, &rel);
252b5132
RH
5483 }
5484
b34976b6 5485 return TRUE;
252b5132
RH
5486}
5487
c25bc9fc
L
5488/* Finish up local dynamic symbol handling. We set the contents of
5489 various dynamic sections here. */
5490
5491static bfd_boolean
5492elf_i386_finish_local_dynamic_symbol (void **slot, void *inf)
5493{
5494 struct elf_link_hash_entry *h
5495 = (struct elf_link_hash_entry *) *slot;
5496 struct bfd_link_info *info
23209a78 5497 = (struct bfd_link_info *) inf;
c25bc9fc
L
5498
5499 return elf_i386_finish_dynamic_symbol (info->output_bfd, info,
5500 h, NULL);
5501}
5502
aec6b87e
L
5503/* Finish up undefined weak symbol handling in PIE. Fill its PLT entry
5504 here since undefined weak symbol may not be dynamic and may not be
5505 called for elf_i386_finish_dynamic_symbol. */
5506
5507static bfd_boolean
5508elf_i386_pie_finish_undefweak_symbol (struct bfd_hash_entry *bh,
5509 void *inf)
5510{
5511 struct elf_link_hash_entry *h = (struct elf_link_hash_entry *) bh;
5512 struct bfd_link_info *info = (struct bfd_link_info *) inf;
5513
5514 if (h->root.type != bfd_link_hash_undefweak
5515 || h->dynindx != -1)
5516 return TRUE;
5517
5518 return elf_i386_finish_dynamic_symbol (info->output_bfd,
5519 info, h, NULL);
5520}
5521
38701953
AM
5522/* Used to decide how to sort relocs in an optimal manner for the
5523 dynamic linker, before writing them out. */
5524
5525static enum elf_reloc_type_class
cae1fbbb 5526elf_i386_reloc_type_class (const struct bfd_link_info *info,
7e612e98
AM
5527 const asection *rel_sec ATTRIBUTE_UNUSED,
5528 const Elf_Internal_Rela *rela)
38701953 5529{
cae1fbbb
L
5530 bfd *abfd = info->output_bfd;
5531 const struct elf_backend_data *bed = get_elf_backend_data (abfd);
5532 struct elf_link_hash_table *htab = elf_hash_table (info);
cae1fbbb 5533
d9e3b590
L
5534 if (htab->dynsym != NULL
5535 && htab->dynsym->contents != NULL)
5536 {
5537 /* Check relocation against STT_GNU_IFUNC symbol if there are
5538 dynamic symbols. */
5539 unsigned long r_symndx = ELF32_R_SYM (rela->r_info);
5540 Elf_Internal_Sym sym;
5541 if (!bed->s->swap_symbol_in (abfd,
5542 (htab->dynsym->contents
5543 + r_symndx * sizeof (Elf32_External_Sym)),
5544 0, &sym))
5545 abort ();
5546
5547 if (ELF32_ST_TYPE (sym.st_info) == STT_GNU_IFUNC)
5548 return reloc_class_ifunc;
5549 }
cae1fbbb 5550
55fd94b0 5551 switch (ELF32_R_TYPE (rela->r_info))
38701953
AM
5552 {
5553 case R_386_RELATIVE:
5554 return reloc_class_relative;
5555 case R_386_JUMP_SLOT:
5556 return reloc_class_plt;
5557 case R_386_COPY:
5558 return reloc_class_copy;
5559 default:
5560 return reloc_class_normal;
5561 }
5562}
5563
252b5132
RH
5564/* Finish up the dynamic sections. */
5565
b34976b6 5566static bfd_boolean
55fd94b0
AM
5567elf_i386_finish_dynamic_sections (bfd *output_bfd,
5568 struct bfd_link_info *info)
252b5132 5569{
6725bdbf 5570 struct elf_i386_link_hash_table *htab;
252b5132 5571 bfd *dynobj;
252b5132 5572 asection *sdyn;
25e762b9 5573 const struct elf_i386_backend_data *abed;
252b5132 5574
6725bdbf 5575 htab = elf_i386_hash_table (info);
4dfe6ac6
NC
5576 if (htab == NULL)
5577 return FALSE;
5578
ebe50bae 5579 dynobj = htab->elf.dynobj;
3d4d4302 5580 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
25e762b9 5581 abed = get_elf_i386_backend_data (output_bfd);
252b5132 5582
ebe50bae 5583 if (htab->elf.dynamic_sections_created)
252b5132 5584 {
252b5132
RH
5585 Elf32_External_Dyn *dyncon, *dynconend;
5586
6de2ae4a 5587 if (sdyn == NULL || htab->elf.sgot == NULL)
ffb2e45b 5588 abort ();
252b5132
RH
5589
5590 dyncon = (Elf32_External_Dyn *) sdyn->contents;
eea6121a 5591 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
252b5132
RH
5592 for (; dyncon < dynconend; dyncon++)
5593 {
5594 Elf_Internal_Dyn dyn;
51b64d56 5595 asection *s;
252b5132
RH
5596
5597 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
5598
5599 switch (dyn.d_tag)
5600 {
5601 default:
25e762b9
RM
5602 if (abed->is_vxworks
5603 && elf_vxworks_finish_dynamic_entry (output_bfd, &dyn))
7a2b07ff 5604 break;
0ac8d2ca 5605 continue;
252b5132
RH
5606
5607 case DT_PLTGOT:
6de2ae4a 5608 s = htab->elf.sgotplt;
8c37241b 5609 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
6725bdbf
AM
5610 break;
5611
252b5132 5612 case DT_JMPREL:
6de2ae4a 5613 s = htab->elf.srelplt;
6348e046 5614 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
252b5132
RH
5615 break;
5616
5617 case DT_PLTRELSZ:
6de2ae4a 5618 s = htab->elf.srelplt;
eea6121a 5619 dyn.d_un.d_val = s->size;
252b5132
RH
5620 break;
5621
5622 case DT_RELSZ:
5623 /* My reading of the SVR4 ABI indicates that the
5624 procedure linkage table relocs (DT_JMPREL) should be
5625 included in the overall relocs (DT_REL). This is
5626 what Solaris does. However, UnixWare can not handle
5627 that case. Therefore, we override the DT_RELSZ entry
6348e046 5628 here to make it not include the JMPREL relocs. */
6de2ae4a 5629 s = htab->elf.srelplt;
6348e046
AM
5630 if (s == NULL)
5631 continue;
eea6121a 5632 dyn.d_un.d_val -= s->size;
6348e046
AM
5633 break;
5634
5635 case DT_REL:
5636 /* We may not be using the standard ELF linker script.
5637 If .rel.plt is the first .rel section, we adjust
5638 DT_REL to not include it. */
6de2ae4a 5639 s = htab->elf.srelplt;
6348e046
AM
5640 if (s == NULL)
5641 continue;
5642 if (dyn.d_un.d_ptr != s->output_section->vma + s->output_offset)
5643 continue;
eea6121a 5644 dyn.d_un.d_ptr += s->size;
252b5132
RH
5645 break;
5646 }
0ac8d2ca
AM
5647
5648 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
252b5132
RH
5649 }
5650
5651 /* Fill in the first entry in the procedure linkage table. */
6de2ae4a 5652 if (htab->elf.splt && htab->elf.splt->size > 0)
252b5132 5653 {
0e1862bb 5654 if (bfd_link_pic (info))
eac338cf 5655 {
25e762b9
RM
5656 memcpy (htab->elf.splt->contents, abed->plt->pic_plt0_entry,
5657 abed->plt->plt0_entry_size);
5658 memset (htab->elf.splt->contents + abed->plt->plt0_entry_size,
5659 abed->plt0_pad_byte,
5660 abed->plt->plt_entry_size - abed->plt->plt0_entry_size);
eac338cf 5661 }
252b5132
RH
5662 else
5663 {
25e762b9
RM
5664 memcpy (htab->elf.splt->contents, abed->plt->plt0_entry,
5665 abed->plt->plt0_entry_size);
5666 memset (htab->elf.splt->contents + abed->plt->plt0_entry_size,
5667 abed->plt0_pad_byte,
5668 abed->plt->plt_entry_size - abed->plt->plt0_entry_size);
252b5132 5669 bfd_put_32 (output_bfd,
6de2ae4a
L
5670 (htab->elf.sgotplt->output_section->vma
5671 + htab->elf.sgotplt->output_offset
6725bdbf 5672 + 4),
25e762b9
RM
5673 htab->elf.splt->contents
5674 + abed->plt->plt0_got1_offset);
252b5132 5675 bfd_put_32 (output_bfd,
6de2ae4a
L
5676 (htab->elf.sgotplt->output_section->vma
5677 + htab->elf.sgotplt->output_offset
6725bdbf 5678 + 8),
25e762b9
RM
5679 htab->elf.splt->contents
5680 + abed->plt->plt0_got2_offset);
eac338cf 5681
25e762b9 5682 if (abed->is_vxworks)
eac338cf
PB
5683 {
5684 Elf_Internal_Rela rel;
7325306f 5685
eac338cf
PB
5686 /* Generate a relocation for _GLOBAL_OFFSET_TABLE_ + 4.
5687 On IA32 we use REL relocations so the addend goes in
5688 the PLT directly. */
6de2ae4a
L
5689 rel.r_offset = (htab->elf.splt->output_section->vma
5690 + htab->elf.splt->output_offset
25e762b9 5691 + abed->plt->plt0_got1_offset);
7325306f 5692 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
eac338cf
PB
5693 bfd_elf32_swap_reloc_out (output_bfd, &rel,
5694 htab->srelplt2->contents);
5695 /* Generate a relocation for _GLOBAL_OFFSET_TABLE_ + 8. */
6de2ae4a
L
5696 rel.r_offset = (htab->elf.splt->output_section->vma
5697 + htab->elf.splt->output_offset
25e762b9 5698 + abed->plt->plt0_got2_offset);
7325306f 5699 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
eac338cf
PB
5700 bfd_elf32_swap_reloc_out (output_bfd, &rel,
5701 htab->srelplt2->contents +
5702 sizeof (Elf32_External_Rel));
5703 }
252b5132
RH
5704 }
5705
5706 /* UnixWare sets the entsize of .plt to 4, although that doesn't
5707 really seem like the right value. */
6de2ae4a 5708 elf_section_data (htab->elf.splt->output_section)
6725bdbf 5709 ->this_hdr.sh_entsize = 4;
eac338cf
PB
5710
5711 /* Correct the .rel.plt.unloaded relocations. */
0e1862bb 5712 if (abed->is_vxworks && !bfd_link_pic (info))
eac338cf 5713 {
25e762b9
RM
5714 int num_plts = (htab->elf.splt->size
5715 / abed->plt->plt_entry_size) - 1;
4c9b0de6 5716 unsigned char *p;
eac338cf
PB
5717
5718 p = htab->srelplt2->contents;
0e1862bb 5719 if (bfd_link_pic (info))
eac338cf
PB
5720 p += PLTRESOLVE_RELOCS_SHLIB * sizeof (Elf32_External_Rel);
5721 else
5722 p += PLTRESOLVE_RELOCS * sizeof (Elf32_External_Rel);
5723
5724 for (; num_plts; num_plts--)
5725 {
5726 Elf_Internal_Rela rel;
5727 bfd_elf32_swap_reloc_in (output_bfd, p, &rel);
7325306f 5728 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
eac338cf
PB
5729 bfd_elf32_swap_reloc_out (output_bfd, &rel, p);
5730 p += sizeof (Elf32_External_Rel);
5731
5732 bfd_elf32_swap_reloc_in (output_bfd, p, &rel);
7325306f 5733 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
eac338cf
PB
5734 bfd_elf32_swap_reloc_out (output_bfd, &rel, p);
5735 p += sizeof (Elf32_External_Rel);
5736 }
5737 }
252b5132
RH
5738 }
5739 }
5740
6de2ae4a 5741 if (htab->elf.sgotplt)
252b5132 5742 {
56d4289c
L
5743 if (bfd_is_abs_section (htab->elf.sgotplt->output_section))
5744 {
5745 (*_bfd_error_handler)
5746 (_("discarded output section: `%A'"), htab->elf.sgotplt);
5747 return FALSE;
5748 }
5749
12d0ee4a 5750 /* Fill in the first three entries in the global offset table. */
6de2ae4a 5751 if (htab->elf.sgotplt->size > 0)
12d0ee4a
AM
5752 {
5753 bfd_put_32 (output_bfd,
55fd94b0 5754 (sdyn == NULL ? 0
12d0ee4a 5755 : sdyn->output_section->vma + sdyn->output_offset),
6de2ae4a
L
5756 htab->elf.sgotplt->contents);
5757 bfd_put_32 (output_bfd, 0, htab->elf.sgotplt->contents + 4);
5758 bfd_put_32 (output_bfd, 0, htab->elf.sgotplt->contents + 8);
12d0ee4a 5759 }
252b5132 5760
6de2ae4a 5761 elf_section_data (htab->elf.sgotplt->output_section)->this_hdr.sh_entsize = 4;
12d0ee4a 5762 }
8c37241b 5763
e41b3a13 5764 /* Adjust .eh_frame for .plt section. */
9a2a56cc
AM
5765 if (htab->plt_eh_frame != NULL
5766 && htab->plt_eh_frame->contents != NULL)
e41b3a13
JJ
5767 {
5768 if (htab->elf.splt != NULL
5769 && htab->elf.splt->size != 0
5770 && (htab->elf.splt->flags & SEC_EXCLUDE) == 0
5771 && htab->elf.splt->output_section != NULL
5772 && htab->plt_eh_frame->output_section != NULL)
5773 {
5774 bfd_vma plt_start = htab->elf.splt->output_section->vma;
5775 bfd_vma eh_frame_start = htab->plt_eh_frame->output_section->vma
5776 + htab->plt_eh_frame->output_offset
5777 + PLT_FDE_START_OFFSET;
5778 bfd_put_signed_32 (dynobj, plt_start - eh_frame_start,
5779 htab->plt_eh_frame->contents
5780 + PLT_FDE_START_OFFSET);
5781 }
5782 if (htab->plt_eh_frame->sec_info_type
dbaa2011 5783 == SEC_INFO_TYPE_EH_FRAME)
e41b3a13
JJ
5784 {
5785 if (! _bfd_elf_write_section_eh_frame (output_bfd, info,
5786 htab->plt_eh_frame,
5787 htab->plt_eh_frame->contents))
5788 return FALSE;
5789 }
5790 }
5791
6de2ae4a
L
5792 if (htab->elf.sgot && htab->elf.sgot->size > 0)
5793 elf_section_data (htab->elf.sgot->output_section)->this_hdr.sh_entsize = 4;
8c37241b 5794
c25bc9fc
L
5795 /* Fill PLT and GOT entries for local STT_GNU_IFUNC symbols. */
5796 htab_traverse (htab->loc_hash_table,
5797 elf_i386_finish_local_dynamic_symbol,
5798 info);
5799
aec6b87e
L
5800 /* Fill PLT entries for undefined weak symbols in PIE. */
5801 if (bfd_link_pie (info))
5802 bfd_hash_traverse (&info->hash->table,
5803 elf_i386_pie_finish_undefweak_symbol,
5804 info);
5805
b34976b6 5806 return TRUE;
252b5132
RH
5807}
5808
3972882e 5809/* Return an array of PLT entry symbol values. */
4c45e5c9 5810
3972882e
L
5811static bfd_vma *
5812elf_i386_get_plt_sym_val (bfd *abfd, asymbol **dynsyms, asection *plt,
5813 asection *relplt)
4c45e5c9 5814{
3972882e
L
5815 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
5816 arelent *p;
5817 long count, i;
5818 bfd_vma *plt_sym_val;
144bed8d 5819 bfd_vma plt_offset;
3972882e
L
5820 bfd_byte *plt_contents;
5821 const struct elf_i386_backend_data *bed
5822 = get_elf_i386_backend_data (abfd);
5823 Elf_Internal_Shdr *hdr;
5824
5825 /* Get the .plt section contents. */
5826 plt_contents = (bfd_byte *) bfd_malloc (plt->size);
5827 if (plt_contents == NULL)
5828 return NULL;
5829 if (!bfd_get_section_contents (abfd, (asection *) plt,
5830 plt_contents, 0, plt->size))
5831 {
5832bad_return:
5833 free (plt_contents);
5834 return NULL;
5835 }
144bed8d 5836
3972882e
L
5837 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
5838 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE))
5839 goto bad_return;
144bed8d 5840
3972882e
L
5841 hdr = &elf_section_data (relplt)->this_hdr;
5842 count = relplt->size / hdr->sh_entsize;
5843
5844 plt_sym_val = (bfd_vma *) bfd_malloc (sizeof (bfd_vma) * count);
5845 if (plt_sym_val == NULL)
5846 goto bad_return;
cca5b8b6 5847
35181b3e 5848 for (i = 0; i < count; i++)
3972882e 5849 plt_sym_val[i] = -1;
cca5b8b6 5850
3972882e
L
5851 plt_offset = bed->plt->plt_entry_size;
5852 p = relplt->relocation;
5853 for (i = 0; i < count; i++, p++)
144bed8d 5854 {
3972882e
L
5855 long reloc_index;
5856
6f25f223 5857 /* Skip unknown relocation. PR 17512: file: bc9d6cf5. */
533d0af0 5858 if (p->howto == NULL)
6f25f223 5859 continue;
533d0af0
L
5860
5861 if (p->howto->type != R_386_JUMP_SLOT
5862 && p->howto->type != R_386_IRELATIVE)
3972882e
L
5863 continue;
5864
5865 reloc_index = H_GET_32 (abfd, (plt_contents + plt_offset
5866 + bed->plt->plt_reloc_offset));
5867 reloc_index /= sizeof (Elf32_External_Rel);
ec1f73bb
AM
5868 if (reloc_index < count)
5869 plt_sym_val[reloc_index] = plt->vma + plt_offset;
5870
144bed8d 5871 plt_offset += bed->plt->plt_entry_size;
fca6ae69
L
5872
5873 /* PR binutils/18437: Skip extra relocations in the .rel.plt
5874 section. */
5875 if (plt_offset >= plt->size)
5876 break;
144bed8d
L
5877 }
5878
3972882e
L
5879 free (plt_contents);
5880
5881 return plt_sym_val;
5882}
5883
5884/* Similar to _bfd_elf_get_synthetic_symtab. */
5885
5886static long
5887elf_i386_get_synthetic_symtab (bfd *abfd,
5888 long symcount,
5889 asymbol **syms,
5890 long dynsymcount,
5891 asymbol **dynsyms,
5892 asymbol **ret)
5893{
5894 asection *plt = bfd_get_section_by_name (abfd, ".plt");
5895 return _bfd_elf_ifunc_get_synthetic_symtab (abfd, symcount, syms,
5896 dynsymcount, dynsyms, ret,
5897 plt,
5898 elf_i386_get_plt_sym_val);
4c45e5c9
JJ
5899}
5900
fdc90cb4
JJ
5901/* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
5902
5903static bfd_boolean
5904elf_i386_hash_symbol (struct elf_link_hash_entry *h)
5905{
5906 if (h->plt.offset != (bfd_vma) -1
5907 && !h->def_regular
5908 && !h->pointer_equality_needed)
5909 return FALSE;
5910
5911 return _bfd_elf_hash_symbol (h);
5912}
4c45e5c9 5913
d8045f23
NC
5914/* Hook called by the linker routine which adds symbols from an object
5915 file. */
5916
5917static bfd_boolean
c16153ae 5918elf_i386_add_symbol_hook (bfd * abfd,
f1885d1e 5919 struct bfd_link_info * info,
d8045f23
NC
5920 Elf_Internal_Sym * sym,
5921 const char ** namep ATTRIBUTE_UNUSED,
5922 flagword * flagsp ATTRIBUTE_UNUSED,
5923 asection ** secp ATTRIBUTE_UNUSED,
5924 bfd_vma * valp ATTRIBUTE_UNUSED)
5925{
13a2df29 5926 if (ELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE
f1885d1e
AM
5927 && (abfd->flags & DYNAMIC) == 0
5928 && bfd_get_flavour (info->output_bfd) == bfd_target_elf_flavour)
13a2df29
L
5929 elf_tdata (info->output_bfd)->has_gnu_symbols
5930 |= elf_gnu_symbol_unique;
d8045f23
NC
5931
5932 return TRUE;
5933}
5934
6d00b590 5935#define TARGET_LITTLE_SYM i386_elf32_vec
252b5132
RH
5936#define TARGET_LITTLE_NAME "elf32-i386"
5937#define ELF_ARCH bfd_arch_i386
ae95ffa6 5938#define ELF_TARGET_ID I386_ELF_DATA
252b5132
RH
5939#define ELF_MACHINE_CODE EM_386
5940#define ELF_MAXPAGESIZE 0x1000
252b5132
RH
5941
5942#define elf_backend_can_gc_sections 1
51b64d56 5943#define elf_backend_can_refcount 1
252b5132
RH
5944#define elf_backend_want_got_plt 1
5945#define elf_backend_plt_readonly 1
5946#define elf_backend_want_plt_sym 0
5947#define elf_backend_got_header_size 12
e41b3a13 5948#define elf_backend_plt_alignment 4
f7483970 5949#define elf_backend_extern_protected_data 1
252b5132 5950
8c29f035
AM
5951/* Support RELA for objdump of prelink objects. */
5952#define elf_info_to_howto elf_i386_info_to_howto_rel
dd5724d5
AM
5953#define elf_info_to_howto_rel elf_i386_info_to_howto_rel
5954
13ae64f3 5955#define bfd_elf32_mkobject elf_i386_mkobject
13ae64f3 5956
dd5724d5
AM
5957#define bfd_elf32_bfd_is_local_label_name elf_i386_is_local_label_name
5958#define bfd_elf32_bfd_link_hash_table_create elf_i386_link_hash_table_create
5959#define bfd_elf32_bfd_reloc_type_lookup elf_i386_reloc_type_lookup
13285a1b 5960#define bfd_elf32_bfd_reloc_name_lookup elf_i386_reloc_name_lookup
3972882e 5961#define bfd_elf32_get_synthetic_symtab elf_i386_get_synthetic_symtab
dd5724d5
AM
5962
5963#define elf_backend_adjust_dynamic_symbol elf_i386_adjust_dynamic_symbol
13285a1b 5964#define elf_backend_relocs_compatible _bfd_elf_relocs_compatible
dd5724d5 5965#define elf_backend_check_relocs elf_i386_check_relocs
0ac8d2ca 5966#define elf_backend_copy_indirect_symbol elf_i386_copy_indirect_symbol
6725bdbf 5967#define elf_backend_create_dynamic_sections elf_i386_create_dynamic_sections
0ac8d2ca 5968#define elf_backend_fake_sections elf_i386_fake_sections
dd5724d5
AM
5969#define elf_backend_finish_dynamic_sections elf_i386_finish_dynamic_sections
5970#define elf_backend_finish_dynamic_symbol elf_i386_finish_dynamic_symbol
5971#define elf_backend_gc_mark_hook elf_i386_gc_mark_hook
5972#define elf_backend_gc_sweep_hook elf_i386_gc_sweep_hook
c5fccbec
DJ
5973#define elf_backend_grok_prstatus elf_i386_grok_prstatus
5974#define elf_backend_grok_psinfo elf_i386_grok_psinfo
db6751f2 5975#define elf_backend_reloc_type_class elf_i386_reloc_type_class
0ac8d2ca
AM
5976#define elf_backend_relocate_section elf_i386_relocate_section
5977#define elf_backend_size_dynamic_sections elf_i386_size_dynamic_sections
67a4f2b7 5978#define elf_backend_always_size_sections elf_i386_always_size_sections
74541ad4
AM
5979#define elf_backend_omit_section_dynsym \
5980 ((bfd_boolean (*) (bfd *, struct bfd_link_info *, asection *)) bfd_true)
fdc90cb4 5981#define elf_backend_hash_symbol elf_i386_hash_symbol
d8045f23 5982#define elf_backend_add_symbol_hook elf_i386_add_symbol_hook
aec6b87e 5983#define elf_backend_fixup_symbol elf_i386_fixup_symbol
dd5724d5 5984
252b5132 5985#include "elf32-target.h"
2bc3c89a
AM
5986
5987/* FreeBSD support. */
5988
5989#undef TARGET_LITTLE_SYM
6d00b590 5990#define TARGET_LITTLE_SYM i386_elf32_fbsd_vec
2bc3c89a
AM
5991#undef TARGET_LITTLE_NAME
5992#define TARGET_LITTLE_NAME "elf32-i386-freebsd"
d1036acb
L
5993#undef ELF_OSABI
5994#define ELF_OSABI ELFOSABI_FREEBSD
2bc3c89a
AM
5995
5996/* The kernel recognizes executables as valid only if they carry a
5997 "FreeBSD" label in the ELF header. So we put this label on all
5998 executables and (for simplicity) also all other object files. */
5999
2bc3c89a 6000static void
d8045f23 6001elf_i386_fbsd_post_process_headers (bfd *abfd, struct bfd_link_info *info)
2bc3c89a 6002{
78245035 6003 _bfd_elf_post_process_headers (abfd, info);
2bc3c89a 6004
2bc3c89a 6005#ifdef OLD_FREEBSD_ABI_LABEL
cf7363b4
L
6006 {
6007 /* The ABI label supported by FreeBSD <= 4.0 is quite nonstandard. */
6008 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
6009 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
6010 }
caf47ea6 6011#endif
2bc3c89a
AM
6012}
6013
6014#undef elf_backend_post_process_headers
d8045f23 6015#define elf_backend_post_process_headers elf_i386_fbsd_post_process_headers
571fe01f
NC
6016#undef elf32_bed
6017#define elf32_bed elf32_i386_fbsd_bed
2bc3c89a 6018
d8045f23
NC
6019#undef elf_backend_add_symbol_hook
6020
2bc3c89a 6021#include "elf32-target.h"
eac338cf 6022
a6cc6b3b
RO
6023/* Solaris 2. */
6024
6025#undef TARGET_LITTLE_SYM
6d00b590 6026#define TARGET_LITTLE_SYM i386_elf32_sol2_vec
a6cc6b3b
RO
6027#undef TARGET_LITTLE_NAME
6028#define TARGET_LITTLE_NAME "elf32-i386-sol2"
6029
914082d1
L
6030#undef elf_backend_post_process_headers
6031
a6cc6b3b
RO
6032/* Restore default: we cannot use ELFOSABI_SOLARIS, otherwise ELFOSABI_NONE
6033 objects won't be recognized. */
6034#undef ELF_OSABI
6035
6036#undef elf32_bed
6037#define elf32_bed elf32_i386_sol2_bed
6038
7dc98aea
RO
6039/* The 32-bit static TLS arena size is rounded to the nearest 8-byte
6040 boundary. */
6041#undef elf_backend_static_tls_alignment
6042#define elf_backend_static_tls_alignment 8
6043
a6cc6b3b
RO
6044/* The Solaris 2 ABI requires a plt symbol on all platforms.
6045
6046 Cf. Linker and Libraries Guide, Ch. 2, Link-Editor, Generating the Output
6047 File, p.63. */
6048#undef elf_backend_want_plt_sym
6049#define elf_backend_want_plt_sym 1
6050
6051#include "elf32-target.h"
6052
bf64a951
L
6053/* Intel MCU support. */
6054
6055static bfd_boolean
6056elf32_iamcu_elf_object_p (bfd *abfd)
6057{
6058 /* Set the right machine number for an IAMCU elf32 file. */
6059 bfd_default_set_arch_mach (abfd, bfd_arch_iamcu, bfd_mach_i386_iamcu);
6060 return TRUE;
6061}
6062
6063#undef TARGET_LITTLE_SYM
6064#define TARGET_LITTLE_SYM iamcu_elf32_vec
6065#undef TARGET_LITTLE_NAME
6066#define TARGET_LITTLE_NAME "elf32-iamcu"
6067#undef ELF_ARCH
6068#define ELF_ARCH bfd_arch_iamcu
6069
6070#undef ELF_MACHINE_CODE
6071#define ELF_MACHINE_CODE EM_IAMCU
6072
6073#undef ELF_OSABI
6074
6075#undef elf32_bed
6076#define elf32_bed elf32_iamcu_bed
6077
6078#undef elf_backend_object_p
6079#define elf_backend_object_p elf32_iamcu_elf_object_p
6080
6081#undef elf_backend_static_tls_alignment
6082
6083#undef elf_backend_want_plt_sym
6084#define elf_backend_want_plt_sym 0
6085
6086#include "elf32-target.h"
6087
6088/* Restore defaults. */
6089#undef ELF_ARCH
6090#define ELF_ARCH bfd_arch_i386
6091#undef ELF_MACHINE_CODE
6092#define ELF_MACHINE_CODE EM_386
6093
a27e4371
RM
6094/* Native Client support. */
6095
6096#undef TARGET_LITTLE_SYM
6d00b590 6097#define TARGET_LITTLE_SYM i386_elf32_nacl_vec
a27e4371
RM
6098#undef TARGET_LITTLE_NAME
6099#define TARGET_LITTLE_NAME "elf32-i386-nacl"
6100#undef elf32_bed
6101#define elf32_bed elf32_i386_nacl_bed
6102
6103#undef ELF_MAXPAGESIZE
6104#define ELF_MAXPAGESIZE 0x10000
6105
6106/* Restore defaults. */
6107#undef ELF_OSABI
6108#undef elf_backend_want_plt_sym
6109#define elf_backend_want_plt_sym 0
6110#undef elf_backend_post_process_headers
a27e4371
RM
6111#undef elf_backend_static_tls_alignment
6112
6113/* NaCl uses substantially different PLT entries for the same effects. */
6114
6115#undef elf_backend_plt_alignment
6116#define elf_backend_plt_alignment 5
6117#define NACL_PLT_ENTRY_SIZE 64
6118#define NACLMASK 0xe0 /* 32-byte alignment mask. */
6119
6120static const bfd_byte elf_i386_nacl_plt0_entry[] =
6121 {
6122 0xff, 0x35, /* pushl contents of address */
6123 0, 0, 0, 0, /* replaced with address of .got + 4. */
6124 0x8b, 0x0d, /* movl contents of address, %ecx */
6125 0, 0, 0, 0, /* replaced with address of .got + 8. */
6126 0x83, 0xe1, NACLMASK, /* andl $NACLMASK, %ecx */
6127 0xff, 0xe1 /* jmp *%ecx */
6128 };
6129
6130static const bfd_byte elf_i386_nacl_plt_entry[NACL_PLT_ENTRY_SIZE] =
6131 {
6132 0x8b, 0x0d, /* movl contents of address, %ecx */
6133 0, 0, 0, 0, /* replaced with GOT slot address. */
6134 0x83, 0xe1, NACLMASK, /* andl $NACLMASK, %ecx */
6135 0xff, 0xe1, /* jmp *%ecx */
6136
6137 /* Pad to the next 32-byte boundary with nop instructions. */
6138 0x90,
6139 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6140 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6141
6142 /* Lazy GOT entries point here (32-byte aligned). */
6143 0x68, /* pushl immediate */
6144 0, 0, 0, 0, /* replaced with reloc offset. */
6145 0xe9, /* jmp relative */
6146 0, 0, 0, 0, /* replaced with offset to .plt. */
6147
6148 /* Pad to the next 32-byte boundary with nop instructions. */
6149 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6150 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6151 0x90, 0x90
6152 };
6153
6154static const bfd_byte
6155elf_i386_nacl_pic_plt0_entry[sizeof (elf_i386_nacl_plt0_entry)] =
6156 {
6157 0xff, 0x73, 0x04, /* pushl 4(%ebx) */
6158 0x8b, 0x4b, 0x08, /* mov 0x8(%ebx), %ecx */
6159 0x83, 0xe1, 0xe0, /* and $NACLMASK, %ecx */
6160 0xff, 0xe1, /* jmp *%ecx */
caa0075c
RM
6161
6162 /* This is expected to be the same size as elf_i386_nacl_plt0_entry,
6163 so pad to that size with nop instructions. */
6164 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
a27e4371
RM
6165 };
6166
6167static const bfd_byte elf_i386_nacl_pic_plt_entry[NACL_PLT_ENTRY_SIZE] =
6168 {
6169 0x8b, 0x8b, /* movl offset(%ebx), %ecx */
6170 0, 0, 0, 0, /* replaced with offset of this symbol in .got. */
6171 0x83, 0xe1, 0xe0, /* andl $NACLMASK, %ecx */
6172 0xff, 0xe1, /* jmp *%ecx */
6173
6174 /* Pad to the next 32-byte boundary with nop instructions. */
6175 0x90,
6176 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6177 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6178
6179 /* Lazy GOT entries point here (32-byte aligned). */
6180 0x68, /* pushl immediate */
6181 0, 0, 0, 0, /* replaced with offset into relocation table. */
6182 0xe9, /* jmp relative */
6183 0, 0, 0, 0, /* replaced with offset to start of .plt. */
6184
6185 /* Pad to the next 32-byte boundary with nop instructions. */
6186 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6187 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90,
6188 0x90, 0x90
6189 };
6190
6191static const bfd_byte elf_i386_nacl_eh_frame_plt[] =
6192 {
6193#if (PLT_CIE_LENGTH != 20 \
6194 || PLT_FDE_LENGTH != 36 \
6195 || PLT_FDE_START_OFFSET != 4 + PLT_CIE_LENGTH + 8 \
6196 || PLT_FDE_LEN_OFFSET != 4 + PLT_CIE_LENGTH + 12)
6197# error "Need elf_i386_backend_data parameters for eh_frame_plt offsets!"
6198#endif
6199 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
6200 0, 0, 0, 0, /* CIE ID */
6201 1, /* CIE version */
6202 'z', 'R', 0, /* Augmentation string */
6203 1, /* Code alignment factor */
6204 0x7c, /* Data alignment factor: -4 */
6205 8, /* Return address column */
6206 1, /* Augmentation size */
6207 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
6208 DW_CFA_def_cfa, 4, 4, /* DW_CFA_def_cfa: r4 (esp) ofs 4 */
6209 DW_CFA_offset + 8, 1, /* DW_CFA_offset: r8 (eip) at cfa-4 */
6210 DW_CFA_nop, DW_CFA_nop,
6211
6212 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
6213 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
6214 0, 0, 0, 0, /* R_386_PC32 .plt goes here */
6215 0, 0, 0, 0, /* .plt size goes here */
6216 0, /* Augmentation size */
6217 DW_CFA_def_cfa_offset, 8, /* DW_CFA_def_cfa_offset: 8 */
6218 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
6219 DW_CFA_def_cfa_offset, 12, /* DW_CFA_def_cfa_offset: 12 */
6220 DW_CFA_advance_loc + 58, /* DW_CFA_advance_loc: 58 to __PLT__+64 */
6221 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
6222 13, /* Block length */
6223 DW_OP_breg4, 4, /* DW_OP_breg4 (esp): 4 */
6224 DW_OP_breg8, 0, /* DW_OP_breg8 (eip): 0 */
6225 DW_OP_const1u, 63, DW_OP_and, DW_OP_const1u, 37, DW_OP_ge,
6226 DW_OP_lit2, DW_OP_shl, DW_OP_plus,
6227 DW_CFA_nop, DW_CFA_nop
6228 };
6229
6230static const struct elf_i386_plt_layout elf_i386_nacl_plt =
6231 {
6232 elf_i386_nacl_plt0_entry, /* plt0_entry */
6233 sizeof (elf_i386_nacl_plt0_entry), /* plt0_entry_size */
6234 2, /* plt0_got1_offset */
6235 8, /* plt0_got2_offset */
6236 elf_i386_nacl_plt_entry, /* plt_entry */
6237 NACL_PLT_ENTRY_SIZE, /* plt_entry_size */
6238 2, /* plt_got_offset */
6239 33, /* plt_reloc_offset */
6240 38, /* plt_plt_offset */
6241 32, /* plt_lazy_offset */
6242 elf_i386_nacl_pic_plt0_entry, /* pic_plt0_entry */
6243 elf_i386_nacl_pic_plt_entry, /* pic_plt_entry */
6244 elf_i386_nacl_eh_frame_plt, /* eh_frame_plt */
6245 sizeof (elf_i386_nacl_eh_frame_plt),/* eh_frame_plt_size */
6246 };
6247
6248static const struct elf_i386_backend_data elf_i386_nacl_arch_bed =
6249 {
6250 &elf_i386_nacl_plt, /* plt */
6251 0x90, /* plt0_pad_byte: nop insn */
6252 0, /* is_vxworks */
6253 };
6254
64b384e1
RM
6255static bfd_boolean
6256elf32_i386_nacl_elf_object_p (bfd *abfd)
6257{
6258 /* Set the right machine number for a NaCl i386 ELF32 file. */
6259 bfd_default_set_arch_mach (abfd, bfd_arch_i386, bfd_mach_i386_i386_nacl);
6260 return TRUE;
6261}
6262
a27e4371
RM
6263#undef elf_backend_arch_data
6264#define elf_backend_arch_data &elf_i386_nacl_arch_bed
6265
64b384e1
RM
6266#undef elf_backend_object_p
6267#define elf_backend_object_p elf32_i386_nacl_elf_object_p
5a68afcf
RM
6268#undef elf_backend_modify_segment_map
6269#define elf_backend_modify_segment_map nacl_modify_segment_map
6270#undef elf_backend_modify_program_headers
6271#define elf_backend_modify_program_headers nacl_modify_program_headers
887badb3
RM
6272#undef elf_backend_final_write_processing
6273#define elf_backend_final_write_processing nacl_final_write_processing
5a68afcf 6274
a27e4371
RM
6275#include "elf32-target.h"
6276
5a68afcf 6277/* Restore defaults. */
64b384e1 6278#undef elf_backend_object_p
5a68afcf
RM
6279#undef elf_backend_modify_segment_map
6280#undef elf_backend_modify_program_headers
887badb3 6281#undef elf_backend_final_write_processing
5a68afcf 6282
eac338cf
PB
6283/* VxWorks support. */
6284
6285#undef TARGET_LITTLE_SYM
6d00b590 6286#define TARGET_LITTLE_SYM i386_elf32_vxworks_vec
eac338cf
PB
6287#undef TARGET_LITTLE_NAME
6288#define TARGET_LITTLE_NAME "elf32-i386-vxworks"
d1036acb 6289#undef ELF_OSABI
a27e4371
RM
6290#undef elf_backend_plt_alignment
6291#define elf_backend_plt_alignment 4
eac338cf 6292
23209a78
RM
6293static const struct elf_i386_backend_data elf_i386_vxworks_arch_bed =
6294 {
25e762b9 6295 &elf_i386_plt, /* plt */
23209a78
RM
6296 0x90, /* plt0_pad_byte */
6297 1, /* is_vxworks */
6298 };
eac338cf 6299
23209a78
RM
6300#undef elf_backend_arch_data
6301#define elf_backend_arch_data &elf_i386_vxworks_arch_bed
eac338cf 6302
13285a1b 6303#undef elf_backend_relocs_compatible
eac338cf
PB
6304#undef elf_backend_add_symbol_hook
6305#define elf_backend_add_symbol_hook \
6306 elf_vxworks_add_symbol_hook
6307#undef elf_backend_link_output_symbol_hook
6308#define elf_backend_link_output_symbol_hook \
9c72ff84 6309 elf_vxworks_link_output_symbol_hook
eac338cf
PB
6310#undef elf_backend_emit_relocs
6311#define elf_backend_emit_relocs elf_vxworks_emit_relocs
6312#undef elf_backend_final_write_processing
6313#define elf_backend_final_write_processing \
6314 elf_vxworks_final_write_processing
7dc98aea 6315#undef elf_backend_static_tls_alignment
eac338cf
PB
6316
6317/* On VxWorks, we emit relocations against _PROCEDURE_LINKAGE_TABLE_, so
6318 define it. */
6319#undef elf_backend_want_plt_sym
6320#define elf_backend_want_plt_sym 1
6321
6322#undef elf32_bed
6323#define elf32_bed elf32_i386_vxworks_bed
6324
6325#include "elf32-target.h"
This page took 1.299705 seconds and 4 git commands to generate.