Coverage Report

Created: 2026-09-14 08:07

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/binutils-gdb/bfd/elf32-tilepro.c
Line
Count
Source
1
/* TILEPro-specific support for 32-bit ELF.
2
   Copyright (C) 2011-2026 Free Software Foundation, Inc.
3
4
   This file is part of BFD, the Binary File Descriptor library.
5
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
8
   the Free Software Foundation; either version 3 of the License, or
9
   (at your option) any later version.
10
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.
15
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
18
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
   MA 02110-1301, USA.  */
20
21
#include "sysdep.h"
22
#include "bfd.h"
23
#include "libbfd.h"
24
#include "elf-bfd.h"
25
#include "elf/tilepro.h"
26
#include "opcode/tilepro.h"
27
#include "libiberty.h"
28
#include "elf32-tilepro.h"
29
30
0
#define TILEPRO_BYTES_PER_WORD 4
31
32
static reloc_howto_type tilepro_elf_howto_table [] =
33
{
34
  /* This reloc does nothing.  */
35
  HOWTO (R_TILEPRO_NONE,  /* type */
36
   0,     /* rightshift */
37
   0,     /* size */
38
   0,     /* bitsize */
39
   false,     /* pc_relative */
40
   0,     /* bitpos */
41
   complain_overflow_dont, /* complain_on_overflow */
42
   bfd_elf_generic_reloc, /* special_function */
43
   "R_TILEPRO_NONE",  /* name */
44
   false,     /* partial_inplace */
45
   0,     /* src_mask */
46
   0,     /* dst_mask */
47
   false),    /* pcrel_offset */
48
49
  /* A 32 bit absolute relocation.  */
50
  HOWTO (R_TILEPRO_32,  /* type */
51
   0,     /* rightshift */
52
   4,     /* size */
53
   32,      /* bitsize */
54
   false,     /* pc_relative */
55
   0,     /* bitpos */
56
   complain_overflow_dont, /* complain_on_overflow */
57
   bfd_elf_generic_reloc, /* special_function */
58
   "R_TILEPRO_32",  /* name */
59
   false,     /* partial_inplace */
60
   0,     /* src_mask */
61
   0xffffffff,    /* dst_mask */
62
   false),    /* pcrel_offset */
63
64
  /* A 16 bit absolute relocation.  */
65
  HOWTO (R_TILEPRO_16,  /* type */
66
   0,     /* rightshift */
67
   2,     /* size */
68
   16,      /* bitsize */
69
   false,     /* pc_relative */
70
   0,     /* bitpos */
71
   complain_overflow_bitfield, /* complain_on_overflow */
72
   bfd_elf_generic_reloc, /* special_function */
73
   "R_TILEPRO_16",  /* name */
74
   false,     /* partial_inplace */
75
   0,     /* src_mask */
76
   0xffff,    /* dst_mask */
77
   false),    /* pcrel_offset */
78
79
  /* An 8 bit absolute relocation.  */
80
  HOWTO (R_TILEPRO_8, /* type */
81
   0,     /* rightshift */
82
   1,     /* size */
83
   8,     /* bitsize */
84
   false,     /* pc_relative */
85
   0,     /* bitpos */
86
   complain_overflow_unsigned, /* complain_on_overflow */
87
   bfd_elf_generic_reloc, /* special_function */
88
   "R_TILEPRO_8", /* name */
89
   false,     /* partial_inplace */
90
   0,     /* src_mask */
91
   0xff,      /* dst_mask */
92
   false),    /* pcrel_offset */
93
94
  /* A 32 bit pc-relative relocation.  */
95
  HOWTO (R_TILEPRO_32_PCREL,/* type */
96
   0,     /* rightshift */
97
   4,     /* size */
98
   32,      /* bitsize */
99
   true,      /* pc_relative */
100
   0,     /* bitpos */
101
   complain_overflow_dont, /* complain_on_overflow */
102
   bfd_elf_generic_reloc, /* special_function */
103
   "R_TILEPRO_32_PCREL", /* name */
104
   false,     /* partial_inplace */
105
   0,     /* src_mask */
106
   0xffffffff,    /* dst_mask */
107
   true),     /* pcrel_offset */
108
109
  /* A 16 bit pc-relative relocation.  */
110
  HOWTO (R_TILEPRO_16_PCREL,/* type */
111
   0,     /* rightshift */
112
   2,     /* size */
113
   16,      /* bitsize */
114
   true,      /* pc_relative */
115
   0,     /* bitpos */
116
   complain_overflow_signed, /* complain_on_overflow */
117
   bfd_elf_generic_reloc, /* special_function */
118
   "R_TILEPRO_16_PCREL",  /* name */
119
   false,     /* partial_inplace */
120
   0,     /* src_mask */
121
   0xffff,    /* dst_mask */
122
   true),     /* pcrel_offset */
123
124
  /* An 8 bit pc-relative relocation.  */
125
  HOWTO (R_TILEPRO_8_PCREL, /* type */
126
   0,     /* rightshift */
127
   1,     /* size */
128
   8,     /* bitsize */
129
   true,      /* pc_relative */
130
   0,     /* bitpos */
131
   complain_overflow_signed, /* complain_on_overflow */
132
   bfd_elf_generic_reloc, /* special_function */
133
   "R_TILEPRO_8_PCREL",/* name */
134
   false,     /* partial_inplace */
135
   0,     /* src_mask */
136
   0xff,      /* dst_mask */
137
   true),     /* pcrel_offset */
138
139
  /* A 16 bit relocation without overflow.  */
140
  HOWTO (R_TILEPRO_LO16,  /* type */
141
   0,     /* rightshift */
142
   2,     /* size */
143
   16,      /* bitsize */
144
   false,     /* pc_relative */
145
   0,     /* bitpos */
146
   complain_overflow_dont,/* complain_on_overflow */
147
   bfd_elf_generic_reloc, /* special_function */
148
   "R_TILEPRO_LO16",  /* name */
149
   false,     /* partial_inplace */
150
   0,     /* src_mask */
151
   0xffff,    /* dst_mask */
152
   false),    /* pcrel_offset */
153
154
  /* The high order 16 bits of an address.  */
155
  HOWTO (R_TILEPRO_HI16,  /* type */
156
   16,      /* rightshift */
157
   2,     /* size */
158
   16,      /* bitsize */
159
   false,     /* pc_relative */
160
   0,     /* bitpos */
161
   complain_overflow_dont, /* complain_on_overflow */
162
   bfd_elf_generic_reloc, /* special_function */
163
   "R_TILEPRO_HI16",  /* name */
164
   false,     /* partial_inplace */
165
   0,     /* src_mask */
166
   0xffff,    /* dst_mask */
167
   false),    /* pcrel_offset */
168
169
  /* The high order 16 bits of an address, plus 1 if the contents of
170
     the low 16 bits, treated as a signed number, is negative.  */
171
  HOWTO (R_TILEPRO_HA16,  /* type */
172
   16,      /* rightshift */
173
   2,     /* size */
174
   16,      /* bitsize */
175
   false,     /* pc_relative */
176
   0,     /* bitpos */
177
   complain_overflow_dont, /* complain_on_overflow */
178
   bfd_elf_generic_reloc, /* special_function */
179
   "R_TILEPRO_HA16",  /* name */
180
   false,     /* partial_inplace */
181
   0,     /* src_mask */
182
   0xffff,    /* dst_mask */
183
   false),    /* pcrel_offset */
184
185
  HOWTO (R_TILEPRO_COPY,  /* type */
186
   0,     /* rightshift */
187
   0,     /* size */
188
   0,     /* bitsize */
189
   false,     /* pc_relative */
190
   0,     /* bitpos */
191
   complain_overflow_dont, /* complain_on_overflow */
192
   bfd_elf_generic_reloc, /* special_function */
193
   "R_TILEPRO_COPY",    /* name */
194
   false,     /* partial_inplace */
195
   0,     /* src_mask */
196
   0,     /* dst_mask */
197
   true),     /* pcrel_offset */
198
199
  HOWTO (R_TILEPRO_GLOB_DAT,  /* type */
200
   0,     /* rightshift */
201
   0,     /* size */
202
   0,     /* bitsize */
203
   false,     /* pc_relative */
204
   0,     /* bitpos */
205
   complain_overflow_dont, /* complain_on_overflow */
206
   bfd_elf_generic_reloc, /* special_function */
207
   "R_TILEPRO_GLOB_DAT",  /* name */
208
   false,     /* partial_inplace */
209
   0,     /* src_mask */
210
   0,     /* dst_mask */
211
   true),     /* pcrel_offset */
212
213
  HOWTO (R_TILEPRO_JMP_SLOT,  /* type */
214
   0,     /* rightshift */
215
   0,     /* size */
216
   0,     /* bitsize */
217
   false,     /* pc_relative */
218
   0,     /* bitpos */
219
   complain_overflow_dont, /* complain_on_overflow */
220
   bfd_elf_generic_reloc, /* special_function */
221
   "R_TILEPRO_JMP_SLOT",  /* name */
222
   false,     /* partial_inplace */
223
   0,     /* src_mask */
224
   0,     /* dst_mask */
225
   true),     /* pcrel_offset */
226
227
  HOWTO (R_TILEPRO_RELATIVE,  /* type */
228
   0,     /* rightshift */
229
   0,     /* size */
230
   0,     /* bitsize */
231
   false,     /* pc_relative */
232
   0,     /* bitpos */
233
   complain_overflow_dont, /* complain_on_overflow */
234
   bfd_elf_generic_reloc, /* special_function */
235
   "R_TILEPRO_RELATIVE",  /* name */
236
   false,     /* partial_inplace */
237
   0,     /* src_mask */
238
   0,     /* dst_mask */
239
   true),     /* pcrel_offset */
240
241
  HOWTO (R_TILEPRO_BROFF_X1, /* type */
242
   TILEPRO_LOG2_BUNDLE_ALIGNMENT_IN_BYTES, /* rightshift */
243
   4,     /* size */
244
   17,      /* bitsize */
245
   true,      /* pc_relative */
246
   0,     /* bitpos */
247
   complain_overflow_signed, /* complain_on_overflow */
248
   bfd_elf_generic_reloc, /* special_function */
249
   "R_TILEPRO_BROFF_X1", /* name */
250
   false,     /* partial_inplace */
251
   0,     /* src_mask */
252
   -1,      /* dst_mask */
253
   true),     /* pcrel_offset */
254
255
  HOWTO (R_TILEPRO_JOFFLONG_X1, /* type */
256
   TILEPRO_LOG2_BUNDLE_ALIGNMENT_IN_BYTES, /* rightshift */
257
   4,     /* size */
258
   29,      /* bitsize */
259
   true,      /* pc_relative */
260
   0,     /* bitpos */
261
   complain_overflow_signed,/* complain_on_overflow */
262
   bfd_elf_generic_reloc, /* special_function */
263
   "R_TILEPRO_JOFFLONG_X1", /* name */
264
   false,     /* partial_inplace */
265
   0,     /* src_mask */
266
   -1,      /* dst_mask */
267
   true),     /* pcrel_offset */
268
269
  HOWTO (R_TILEPRO_JOFFLONG_X1_PLT, /* type */
270
   TILEPRO_LOG2_BUNDLE_ALIGNMENT_IN_BYTES, /* rightshift */
271
   4,     /* size */
272
   29,      /* bitsize */
273
   true,      /* pc_relative */
274
   0,     /* bitpos */
275
   complain_overflow_signed,/* complain_on_overflow */
276
   bfd_elf_generic_reloc, /* special_function */
277
   "R_TILEPRO_JOFFLONG_X1_PLT", /* name */
278
   false,     /* partial_inplace */
279
   0,     /* src_mask */
280
   -1,      /* dst_mask */
281
   true),     /* pcrel_offset */
282
283
#define TILEPRO_IMM_HOWTO(name, size, bitsize) \
284
  HOWTO (name, 0, size, bitsize, false, 0, \
285
   complain_overflow_signed, bfd_elf_generic_reloc, \
286
   #name, false, 0, -1, false)
287
288
#define TILEPRO_UIMM_HOWTO(name, size, bitsize) \
289
  HOWTO (name, 0, size, bitsize, false, 0, \
290
   complain_overflow_unsigned, bfd_elf_generic_reloc, \
291
   #name, false, 0, -1, false)
292
293
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_X0,  1,  8),
294
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_Y0,  1,  8),
295
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_X1,  1,  8),
296
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_Y1,  1,  8),
297
  TILEPRO_UIMM_HOWTO(R_TILEPRO_MT_IMM15_X1, 2,  15),
298
  TILEPRO_UIMM_HOWTO(R_TILEPRO_MF_IMM15_X1, 2,  15),
299
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM16_X0, 2, 16),
300
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM16_X1, 2, 16),
301
302
#define TILEPRO_IMM16_HOWTO(name, rshift) \
303
  HOWTO (name, rshift, 2, 16, false, 0, \
304
   complain_overflow_dont, bfd_elf_generic_reloc, \
305
   #name, false, 0, 0xffff, false)
306
307
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_LO,  0),
308
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_LO,  0),
309
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_HI, 16),
310
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_HI, 16),
311
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_HA, 16),
312
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_HA, 16),
313
314
  /* PC-relative offsets. */
315
316
  HOWTO (R_TILEPRO_IMM16_X0_PCREL,  /* type */
317
   0,     /* rightshift */
318
   2,     /* size */
319
   16,      /* bitsize */
320
   true,      /* pc_relative */
321
   0,     /* bitpos */
322
   complain_overflow_signed, /* complain_on_overflow */
323
   bfd_elf_generic_reloc, /* special_function */
324
   "R_TILEPRO_IMM16_X0_PCREL",/* name */
325
   false,     /* partial_inplace */
326
   0,     /* src_mask */
327
   -1,      /* dst_mask */
328
   true),     /* pcrel_offset */
329
330
  HOWTO (R_TILEPRO_IMM16_X1_PCREL,  /* type */
331
   0,     /* rightshift */
332
   2,     /* size */
333
   16,      /* bitsize */
334
   true,      /* pc_relative */
335
   0,     /* bitpos */
336
   complain_overflow_signed, /* complain_on_overflow */
337
   bfd_elf_generic_reloc, /* special_function */
338
   "R_TILEPRO_IMM16_X1_PCREL",/* name */
339
   false,     /* partial_inplace */
340
   0,     /* src_mask */
341
   -1,      /* dst_mask */
342
   true),     /* pcrel_offset */
343
344
#define TILEPRO_IMM16_HOWTO_PCREL(name, rshift) \
345
  HOWTO (name, rshift, 2, 16, true, 0, \
346
   complain_overflow_dont, bfd_elf_generic_reloc, \
347
   #name, false, 0, 0xffff, true)
348
349
  TILEPRO_IMM16_HOWTO_PCREL (R_TILEPRO_IMM16_X0_LO_PCREL,  0),
350
  TILEPRO_IMM16_HOWTO_PCREL (R_TILEPRO_IMM16_X1_LO_PCREL,  0),
351
  TILEPRO_IMM16_HOWTO_PCREL (R_TILEPRO_IMM16_X0_HI_PCREL, 16),
352
  TILEPRO_IMM16_HOWTO_PCREL (R_TILEPRO_IMM16_X1_HI_PCREL, 16),
353
  TILEPRO_IMM16_HOWTO_PCREL (R_TILEPRO_IMM16_X0_HA_PCREL, 16),
354
  TILEPRO_IMM16_HOWTO_PCREL (R_TILEPRO_IMM16_X1_HA_PCREL, 16),
355
356
  /* Byte offset into GOT for a particular symbol. */
357
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM16_X0_GOT, 2, 16),
358
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM16_X1_GOT, 2, 16),
359
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_GOT_LO,  0),
360
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_GOT_LO,  0),
361
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_GOT_HI, 16),
362
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_GOT_HI, 16),
363
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_GOT_HA, 16),
364
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_GOT_HA, 16),
365
366
  TILEPRO_UIMM_HOWTO(R_TILEPRO_MMSTART_X0, 1, 5),
367
  TILEPRO_UIMM_HOWTO(R_TILEPRO_MMEND_X0,   1, 5),
368
  TILEPRO_UIMM_HOWTO(R_TILEPRO_MMSTART_X1, 1, 5),
369
  TILEPRO_UIMM_HOWTO(R_TILEPRO_MMEND_X1,   1, 5),
370
371
  TILEPRO_UIMM_HOWTO(R_TILEPRO_SHAMT_X0, 1, 5),
372
  TILEPRO_UIMM_HOWTO(R_TILEPRO_SHAMT_X1, 1, 5),
373
  TILEPRO_UIMM_HOWTO(R_TILEPRO_SHAMT_Y0, 1, 5),
374
  TILEPRO_UIMM_HOWTO(R_TILEPRO_SHAMT_Y1, 1, 5),
375
376
  TILEPRO_IMM_HOWTO(R_TILEPRO_DEST_IMM8_X1, 1, 8),
377
378
  /* These relocs are currently not defined.  */
379
  EMPTY_HOWTO (56),
380
  EMPTY_HOWTO (57),
381
  EMPTY_HOWTO (58),
382
  EMPTY_HOWTO (59),
383
384
  HOWTO (R_TILEPRO_TLS_GD_CALL, /* type */
385
   TILEPRO_LOG2_BUNDLE_ALIGNMENT_IN_BYTES, /* rightshift */
386
   4,     /* size */
387
   29,      /* bitsize */
388
   true,      /* pc_relative */
389
   0,     /* bitpos */
390
   complain_overflow_signed,/* complain_on_overflow */
391
   bfd_elf_generic_reloc, /* special_function */
392
   "R_TILEPRO_TLS_GD_CALL", /* name */
393
   false,     /* partial_inplace */
394
   0,     /* src_mask */
395
   -1,      /* dst_mask */
396
   true),     /* pcrel_offset */
397
398
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_X0_TLS_GD_ADD,  1,  8),
399
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_X1_TLS_GD_ADD,  1,  8),
400
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_Y0_TLS_GD_ADD,  1,  8),
401
  TILEPRO_IMM_HOWTO(R_TILEPRO_IMM8_Y1_TLS_GD_ADD,  1,  8),
402
  TILEPRO_IMM_HOWTO(R_TILEPRO_TLS_IE_LOAD,  1,  8),
403
404
  /* Offsets into the GOT of TLS Descriptors. */
405
406
  HOWTO (R_TILEPRO_IMM16_X0_TLS_GD,/* type */
407
   0,     /* rightshift */
408
   2,     /* size */
409
   16,      /* bitsize */
410
   false,     /* pc_relative */
411
   0,     /* bitpos */
412
   complain_overflow_signed, /* complain_on_overflow */
413
   bfd_elf_generic_reloc, /* special_function */
414
   "R_TILEPRO_IMM16_X0_TLS_GD",/* name */
415
   false,     /* partial_inplace */
416
   0,     /* src_mask */
417
   0xffff,    /* dst_mask */
418
   false),    /* pcrel_offset */
419
420
  HOWTO (R_TILEPRO_IMM16_X1_TLS_GD,/* type */
421
   0,     /* rightshift */
422
   2,     /* size */
423
   16,      /* bitsize */
424
   false,     /* pc_relative */
425
   0,     /* bitpos */
426
   complain_overflow_signed, /* complain_on_overflow */
427
   bfd_elf_generic_reloc, /* special_function */
428
   "R_TILEPRO_IMM16_X1_TLS_GD",/* name */
429
   false,     /* partial_inplace */
430
   0,     /* src_mask */
431
   0xffff,    /* dst_mask */
432
   false),    /* pcrel_offset */
433
434
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_GD_LO,  0),
435
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_GD_LO,  0),
436
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_GD_HI, 16),
437
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_GD_HI, 16),
438
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_GD_HA, 16),
439
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_GD_HA, 16),
440
441
  /* Offsets into the GOT of TLS Descriptors. */
442
443
  HOWTO (R_TILEPRO_IMM16_X0_TLS_IE,/* type */
444
   0,     /* rightshift */
445
   2,     /* size */
446
   16,      /* bitsize */
447
   false,     /* pc_relative */
448
   0,     /* bitpos */
449
   complain_overflow_signed, /* complain_on_overflow */
450
   bfd_elf_generic_reloc, /* special_function */
451
   "R_TILEPRO_IMM16_X0_TLS_IE",/* name */
452
   false,     /* partial_inplace */
453
   0,     /* src_mask */
454
   -1,      /* dst_mask */
455
   true),     /* pcrel_offset */
456
457
  HOWTO (R_TILEPRO_IMM16_X1_TLS_IE,/* type */
458
   0,     /* rightshift */
459
   2,     /* size */
460
   16,      /* bitsize */
461
   false,     /* pc_relative */
462
   0,     /* bitpos */
463
   complain_overflow_signed, /* complain_on_overflow */
464
   bfd_elf_generic_reloc, /* special_function */
465
   "R_TILEPRO_IMM16_X1_TLS_IE",/* name */
466
   false,     /* partial_inplace */
467
   0,     /* src_mask */
468
   -1,      /* dst_mask */
469
   true),     /* pcrel_offset */
470
471
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_IE_LO,  0),
472
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_IE_LO,  0),
473
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_IE_HI, 16),
474
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_IE_HI, 16),
475
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_IE_HA, 16),
476
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_IE_HA, 16),
477
478
  /* These are common with the Solaris TLS implementation. */
479
  HOWTO(R_TILEPRO_TLS_DTPMOD32, 0, 0, 0, false, 0, complain_overflow_dont,
480
  bfd_elf_generic_reloc, "R_TILEPRO_TLS_DTPMOD32",
481
  false, 0, 0, true),
482
  HOWTO(R_TILEPRO_TLS_DTPOFF32, 0, 4, 32, false, 0, complain_overflow_bitfield,
483
  bfd_elf_generic_reloc, "R_TILEPRO_TLS_DTPOFF32",
484
  false, 0, 0xFFFFFFFF, true),
485
  HOWTO(R_TILEPRO_TLS_TPOFF32, 0, 0, 0, false, 0, complain_overflow_dont,
486
  bfd_elf_generic_reloc, "R_TILEPRO_TLS_TPOFF32",
487
  false, 0, 0, true),
488
489
  HOWTO (R_TILEPRO_IMM16_X0_TLS_LE,/* type */
490
   0,     /* rightshift */
491
   2,     /* size */
492
   16,      /* bitsize */
493
   false,     /* pc_relative */
494
   0,     /* bitpos */
495
   complain_overflow_signed, /* complain_on_overflow */
496
   bfd_elf_generic_reloc, /* special_function */
497
   "R_TILEPRO_IMM16_X0_TLS_LE",/* name */
498
   false,     /* partial_inplace */
499
   0,     /* src_mask */
500
   -1,      /* dst_mask */
501
   true),     /* pcrel_offset */
502
503
  HOWTO (R_TILEPRO_IMM16_X1_TLS_LE,/* type */
504
   0,     /* rightshift */
505
   2,     /* size */
506
   16,      /* bitsize */
507
   false,     /* pc_relative */
508
   0,     /* bitpos */
509
   complain_overflow_signed, /* complain_on_overflow */
510
   bfd_elf_generic_reloc, /* special_function */
511
   "R_TILEPRO_IMM16_X1_TLS_LE",/* name */
512
   false,     /* partial_inplace */
513
   0,     /* src_mask */
514
   -1,      /* dst_mask */
515
   true),     /* pcrel_offset */
516
517
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_LE_LO,  0),
518
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_LE_LO,  0),
519
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_LE_HI, 16),
520
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_LE_HI, 16),
521
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X0_TLS_LE_HA, 16),
522
  TILEPRO_IMM16_HOWTO (R_TILEPRO_IMM16_X1_TLS_LE_HA, 16),
523
};
524
525
static reloc_howto_type tilepro_elf_howto_table2 [] =
526
{
527
  /* GNU extension to record C++ vtable hierarchy */
528
  HOWTO (R_TILEPRO_GNU_VTINHERIT, /* type */
529
   0,     /* rightshift */
530
   4,     /* size */
531
   0,     /* bitsize */
532
   false,     /* pc_relative */
533
   0,     /* bitpos */
534
   complain_overflow_dont, /* complain_on_overflow */
535
   NULL,      /* special_function */
536
   "R_TILEPRO_GNU_VTINHERIT", /* name */
537
   false,     /* partial_inplace */
538
   0,     /* src_mask */
539
   0,     /* dst_mask */
540
   false),    /* pcrel_offset */
541
542
  /* GNU extension to record C++ vtable member usage */
543
  HOWTO (R_TILEPRO_GNU_VTENTRY,     /* type */
544
   0,     /* rightshift */
545
   4,     /* size */
546
   0,     /* bitsize */
547
   false,     /* pc_relative */
548
   0,     /* bitpos */
549
   complain_overflow_dont, /* complain_on_overflow */
550
   _bfd_elf_rel_vtable_reloc_fn,  /* special_function */
551
   "R_TILEPRO_GNU_VTENTRY",   /* name */
552
   false,     /* partial_inplace */
553
   0,     /* src_mask */
554
   0,     /* dst_mask */
555
   false),    /* pcrel_offset */
556
557
};
558

559
/* Map BFD reloc types to TILEPRO ELF reloc types.  */
560
561
typedef struct tilepro_reloc_map
562
{
563
  bfd_reloc_code_real_type  bfd_reloc_val;
564
  unsigned int        tilepro_reloc_val;
565
  reloc_howto_type *      table;
566
} reloc_map;
567
568
static const reloc_map tilepro_reloc_map [] =
569
{
570
#define TH_REMAP(bfd, tilepro) \
571
  { bfd, tilepro, tilepro_elf_howto_table },
572
573
  /* Standard relocations. */
574
  TH_REMAP (BFD_RELOC_NONE,          R_TILEPRO_NONE)
575
  TH_REMAP (BFD_RELOC_32,          R_TILEPRO_32)
576
  TH_REMAP (BFD_RELOC_16,          R_TILEPRO_16)
577
  TH_REMAP (BFD_RELOC_8,           R_TILEPRO_8)
578
  TH_REMAP (BFD_RELOC_32_PCREL,          R_TILEPRO_32_PCREL)
579
  TH_REMAP (BFD_RELOC_16_PCREL,          R_TILEPRO_16_PCREL)
580
  TH_REMAP (BFD_RELOC_8_PCREL,           R_TILEPRO_8_PCREL)
581
  TH_REMAP (BFD_RELOC_LO16,          R_TILEPRO_LO16)
582
  TH_REMAP (BFD_RELOC_HI16,          R_TILEPRO_HI16)
583
  TH_REMAP (BFD_RELOC_HI16_S,          R_TILEPRO_HA16)
584
585
  /* Custom relocations. */
586
  TH_REMAP (BFD_RELOC_COPY,          R_TILEPRO_COPY)
587
  TH_REMAP (BFD_RELOC_GLOB_DAT,          R_TILEPRO_GLOB_DAT)
588
  TH_REMAP (BFD_RELOC_JMP_SLOT,          R_TILEPRO_JMP_SLOT)
589
  TH_REMAP (BFD_RELOC_RELATIVE,          R_TILEPRO_RELATIVE)
590
  TH_REMAP (BFD_RELOC_TILEPRO_BROFF_X1,        R_TILEPRO_BROFF_X1)
591
  TH_REMAP (BFD_RELOC_TILEPRO_JOFFLONG_X1,     R_TILEPRO_JOFFLONG_X1)
592
  TH_REMAP (BFD_RELOC_TILEPRO_JOFFLONG_X1_PLT, R_TILEPRO_JOFFLONG_X1_PLT)
593
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_X0,         R_TILEPRO_IMM8_X0)
594
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_Y0,         R_TILEPRO_IMM8_Y0)
595
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_X1,         R_TILEPRO_IMM8_X1)
596
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_Y1,         R_TILEPRO_IMM8_Y1)
597
  TH_REMAP (BFD_RELOC_TILEPRO_DEST_IMM8_X1,    R_TILEPRO_DEST_IMM8_X1)
598
  TH_REMAP (BFD_RELOC_TILEPRO_MT_IMM15_X1,     R_TILEPRO_MT_IMM15_X1)
599
  TH_REMAP (BFD_RELOC_TILEPRO_MF_IMM15_X1,     R_TILEPRO_MF_IMM15_X1)
600
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0,        R_TILEPRO_IMM16_X0)
601
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1,        R_TILEPRO_IMM16_X1)
602
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_LO,     R_TILEPRO_IMM16_X0_LO)
603
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_LO,     R_TILEPRO_IMM16_X1_LO)
604
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_HI,     R_TILEPRO_IMM16_X0_HI)
605
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_HI,     R_TILEPRO_IMM16_X1_HI)
606
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_HA,     R_TILEPRO_IMM16_X0_HA)
607
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_HA,     R_TILEPRO_IMM16_X1_HA)
608
609
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_PCREL,  R_TILEPRO_IMM16_X0_PCREL)
610
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_PCREL,  R_TILEPRO_IMM16_X1_PCREL)
611
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_LO_PCREL, R_TILEPRO_IMM16_X0_LO_PCREL)
612
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_LO_PCREL, R_TILEPRO_IMM16_X1_LO_PCREL)
613
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_HI_PCREL, R_TILEPRO_IMM16_X0_HI_PCREL)
614
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_HI_PCREL, R_TILEPRO_IMM16_X1_HI_PCREL)
615
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_HA_PCREL, R_TILEPRO_IMM16_X0_HA_PCREL)
616
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_HA_PCREL, R_TILEPRO_IMM16_X1_HA_PCREL)
617
618
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_GOT, R_TILEPRO_IMM16_X0_GOT)
619
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_GOT, R_TILEPRO_IMM16_X1_GOT)
620
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_GOT_LO, R_TILEPRO_IMM16_X0_GOT_LO)
621
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_GOT_LO, R_TILEPRO_IMM16_X1_GOT_LO)
622
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_GOT_HI, R_TILEPRO_IMM16_X0_GOT_HI)
623
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_GOT_HI, R_TILEPRO_IMM16_X1_GOT_HI)
624
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_GOT_HA, R_TILEPRO_IMM16_X0_GOT_HA)
625
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_GOT_HA, R_TILEPRO_IMM16_X1_GOT_HA)
626
627
  TH_REMAP (BFD_RELOC_TILEPRO_MMSTART_X0,  R_TILEPRO_MMSTART_X0)
628
  TH_REMAP (BFD_RELOC_TILEPRO_MMEND_X0,    R_TILEPRO_MMEND_X0)
629
  TH_REMAP (BFD_RELOC_TILEPRO_MMSTART_X1,  R_TILEPRO_MMSTART_X1)
630
  TH_REMAP (BFD_RELOC_TILEPRO_MMEND_X1,    R_TILEPRO_MMEND_X1)
631
  TH_REMAP (BFD_RELOC_TILEPRO_SHAMT_X0,    R_TILEPRO_SHAMT_X0)
632
  TH_REMAP (BFD_RELOC_TILEPRO_SHAMT_X1,    R_TILEPRO_SHAMT_X1)
633
  TH_REMAP (BFD_RELOC_TILEPRO_SHAMT_Y0,    R_TILEPRO_SHAMT_Y0)
634
  TH_REMAP (BFD_RELOC_TILEPRO_SHAMT_Y1,    R_TILEPRO_SHAMT_Y1)
635
636
  TH_REMAP (BFD_RELOC_TILEPRO_TLS_GD_CALL,    R_TILEPRO_TLS_GD_CALL)
637
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_X0_TLS_GD_ADD, R_TILEPRO_IMM8_X0_TLS_GD_ADD)
638
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_X1_TLS_GD_ADD, R_TILEPRO_IMM8_X1_TLS_GD_ADD)
639
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_Y0_TLS_GD_ADD, R_TILEPRO_IMM8_Y0_TLS_GD_ADD)
640
  TH_REMAP (BFD_RELOC_TILEPRO_IMM8_Y1_TLS_GD_ADD, R_TILEPRO_IMM8_Y1_TLS_GD_ADD)
641
  TH_REMAP (BFD_RELOC_TILEPRO_TLS_IE_LOAD,    R_TILEPRO_TLS_IE_LOAD)
642
643
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_GD,    R_TILEPRO_IMM16_X0_TLS_GD)
644
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_GD,    R_TILEPRO_IMM16_X1_TLS_GD)
645
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_GD_LO, R_TILEPRO_IMM16_X0_TLS_GD_LO)
646
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_GD_LO, R_TILEPRO_IMM16_X1_TLS_GD_LO)
647
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_GD_HI, R_TILEPRO_IMM16_X0_TLS_GD_HI)
648
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_GD_HI, R_TILEPRO_IMM16_X1_TLS_GD_HI)
649
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_GD_HA, R_TILEPRO_IMM16_X0_TLS_GD_HA)
650
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_GD_HA, R_TILEPRO_IMM16_X1_TLS_GD_HA)
651
652
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_IE,    R_TILEPRO_IMM16_X0_TLS_IE)
653
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_IE,    R_TILEPRO_IMM16_X1_TLS_IE)
654
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_IE_LO, R_TILEPRO_IMM16_X0_TLS_IE_LO)
655
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_IE_LO, R_TILEPRO_IMM16_X1_TLS_IE_LO)
656
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_IE_HI, R_TILEPRO_IMM16_X0_TLS_IE_HI)
657
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_IE_HI, R_TILEPRO_IMM16_X1_TLS_IE_HI)
658
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_IE_HA, R_TILEPRO_IMM16_X0_TLS_IE_HA)
659
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_IE_HA, R_TILEPRO_IMM16_X1_TLS_IE_HA)
660
661
  TH_REMAP (BFD_RELOC_TILEPRO_TLS_DTPMOD32, R_TILEPRO_TLS_DTPMOD32)
662
  TH_REMAP (BFD_RELOC_TILEPRO_TLS_DTPOFF32, R_TILEPRO_TLS_DTPOFF32)
663
  TH_REMAP (BFD_RELOC_TILEPRO_TLS_TPOFF32,  R_TILEPRO_TLS_TPOFF32)
664
665
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE,    R_TILEPRO_IMM16_X0_TLS_LE)
666
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE,    R_TILEPRO_IMM16_X1_TLS_LE)
667
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE_LO, R_TILEPRO_IMM16_X0_TLS_LE_LO)
668
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE_LO, R_TILEPRO_IMM16_X1_TLS_LE_LO)
669
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE_HI, R_TILEPRO_IMM16_X0_TLS_LE_HI)
670
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE_HI, R_TILEPRO_IMM16_X1_TLS_LE_HI)
671
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE_HA, R_TILEPRO_IMM16_X0_TLS_LE_HA)
672
  TH_REMAP (BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE_HA, R_TILEPRO_IMM16_X1_TLS_LE_HA)
673
674
#undef TH_REMAP
675
676
  { BFD_RELOC_VTABLE_INHERIT, R_TILEPRO_GNU_VTINHERIT, tilepro_elf_howto_table2 },
677
  { BFD_RELOC_VTABLE_ENTRY,   R_TILEPRO_GNU_VTENTRY,   tilepro_elf_howto_table2 },
678
};
679
680
681
682
/* TILEPRO ELF linker hash entry.  */
683
684
struct tilepro_elf_link_hash_entry
685
{
686
  struct elf_link_hash_entry elf;
687
688
0
#define GOT_UNKNOWN     0
689
0
#define GOT_NORMAL      1
690
0
#define GOT_TLS_GD      2
691
0
#define GOT_TLS_IE      4
692
  unsigned char tls_type;
693
};
694
695
#define tilepro_elf_hash_entry(ent) \
696
0
  ((struct tilepro_elf_link_hash_entry *)(ent))
697
698
struct _bfd_tilepro_elf_obj_tdata
699
{
700
  struct elf_obj_tdata root;
701
702
  /* tls_type for each local got entry.  */
703
  char *local_got_tls_type;
704
};
705
706
#define _bfd_tilepro_elf_tdata(abfd) \
707
0
  ((struct _bfd_tilepro_elf_obj_tdata *) (abfd)->tdata.any)
708
709
#define _bfd_tilepro_elf_local_got_tls_type(abfd) \
710
0
  (_bfd_tilepro_elf_tdata (abfd)->local_got_tls_type)
711
712
#define is_tilepro_elf(bfd)       \
713
0
  (bfd_get_flavour (bfd) == bfd_target_elf_flavour  \
714
0
   && elf_tdata (bfd) != NULL        \
715
0
   && elf_object_id (bfd) == TILEPRO_ELF_DATA)
716
717
/* Allocate TILEPro ELF private object data.  */
718
719
static bool
720
tilepro_elf_mkobject (bfd *abfd)
721
23.5k
{
722
23.5k
  return bfd_elf_allocate_object (abfd,
723
23.5k
          sizeof (struct _bfd_tilepro_elf_obj_tdata));
724
23.5k
}
725
726
#include "elf/common.h"
727
#include "elf/internal.h"
728
729
/* Get the Tilepro ELF linker hash table from a link_info structure.  */
730
#define tilepro_elf_hash_table(p) \
731
0
  ((is_elf_hash_table ((p)->hash)          \
732
0
    && elf_hash_table_id (elf_hash_table (p)) == TILEPRO_ELF_DATA) \
733
0
   ? (struct elf_link_hash_table *) (p)->hash : NULL)
734
735
static reloc_howto_type *
736
tilepro_reloc_type_lookup (bfd * abfd ATTRIBUTE_UNUSED,
737
         bfd_reloc_code_real_type code)
738
0
{
739
0
  unsigned int i;
740
741
0
  for (i = ARRAY_SIZE (tilepro_reloc_map); i--;)
742
0
    {
743
0
      const reloc_map * entry;
744
745
0
      entry = tilepro_reloc_map + i;
746
747
0
      if (entry->bfd_reloc_val == code)
748
0
  return entry->table + (entry->tilepro_reloc_val
749
0
             - entry->table[0].type);
750
0
    }
751
752
0
  return NULL;
753
0
}
754
755
static reloc_howto_type *
756
tilepro_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
757
         const char *r_name)
758
0
{
759
0
  unsigned int i;
760
761
0
  for (i = 0;
762
0
       i < (sizeof (tilepro_elf_howto_table)
763
0
      / sizeof (tilepro_elf_howto_table[0]));
764
0
       i++)
765
0
    if (tilepro_elf_howto_table[i].name != NULL
766
0
  && strcasecmp (tilepro_elf_howto_table[i].name, r_name) == 0)
767
0
      return &tilepro_elf_howto_table[i];
768
769
0
  return NULL;
770
0
}
771
772
/* Set the howto pointer for an TILEPro ELF reloc.  */
773
774
static bool
775
tilepro_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
776
          arelent * cache_ptr,
777
          Elf_Internal_Rela * dst)
778
491
{
779
491
  unsigned int r_type = ELF32_R_TYPE (dst->r_info);
780
781
491
  if (r_type <= (unsigned int) R_TILEPRO_IMM16_X1_TLS_LE_HA)
782
472
    cache_ptr->howto = &tilepro_elf_howto_table [r_type];
783
19
  else if (r_type - R_TILEPRO_GNU_VTINHERIT
784
19
     <= ((unsigned int) R_TILEPRO_GNU_VTENTRY
785
19
         - (unsigned int) R_TILEPRO_GNU_VTINHERIT))
786
4
    cache_ptr->howto
787
4
      = &tilepro_elf_howto_table2 [r_type - R_TILEPRO_GNU_VTINHERIT];
788
15
  else
789
15
    {
790
      /* xgettext:c-format */
791
15
      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
792
15
        abfd, r_type);
793
15
      bfd_set_error (bfd_error_bad_value);
794
15
      return false;
795
15
    }
796
476
  return true;
797
491
}
798
799
typedef tilepro_bundle_bits (*tilepro_create_func)(int);
800
801
static const tilepro_create_func reloc_to_create_func[] =
802
{
803
  /* The first fourteen relocation types don't correspond to operands */
804
  NULL,
805
  NULL,
806
  NULL,
807
  NULL,
808
  NULL,
809
  NULL,
810
  NULL,
811
  NULL,
812
  NULL,
813
  NULL,
814
  NULL,
815
  NULL,
816
  NULL,
817
  NULL,
818
819
  /* The remaining relocations are used for immediate operands */
820
  create_BrOff_X1,
821
  create_JOffLong_X1,
822
  create_JOffLong_X1,
823
  create_Imm8_X0,
824
  create_Imm8_Y0,
825
  create_Imm8_X1,
826
  create_Imm8_Y1,
827
  create_MT_Imm15_X1,
828
  create_MF_Imm15_X1,
829
  create_Imm16_X0,
830
  create_Imm16_X1,
831
  create_Imm16_X0,
832
  create_Imm16_X1,
833
  create_Imm16_X0,
834
  create_Imm16_X1,
835
  create_Imm16_X0,
836
  create_Imm16_X1,
837
  create_Imm16_X0,
838
  create_Imm16_X1,
839
  create_Imm16_X0,
840
  create_Imm16_X1,
841
  create_Imm16_X0,
842
  create_Imm16_X1,
843
  create_Imm16_X0,
844
  create_Imm16_X1,
845
  create_Imm16_X0,
846
  create_Imm16_X1,
847
  create_Imm16_X0,
848
  create_Imm16_X1,
849
  create_Imm16_X0,
850
  create_Imm16_X1,
851
  create_Imm16_X0,
852
  create_Imm16_X1,
853
  create_MMStart_X0,
854
  create_MMEnd_X0,
855
  create_MMStart_X1,
856
  create_MMEnd_X1,
857
  create_ShAmt_X0,
858
  create_ShAmt_X1,
859
  create_ShAmt_Y0,
860
  create_ShAmt_Y1,
861
862
  create_Dest_Imm8_X1,
863
  NULL,
864
  NULL,
865
  NULL,
866
  NULL,
867
  NULL,
868
  NULL,
869
  NULL,
870
  NULL,
871
  NULL,
872
  NULL,
873
874
  create_Imm16_X0,
875
  create_Imm16_X1,
876
  create_Imm16_X0,
877
  create_Imm16_X1,
878
  create_Imm16_X0,
879
  create_Imm16_X1,
880
  create_Imm16_X0,
881
  create_Imm16_X1,
882
  create_Imm16_X0,
883
  create_Imm16_X1,
884
  create_Imm16_X0,
885
  create_Imm16_X1,
886
  create_Imm16_X0,
887
  create_Imm16_X1,
888
  create_Imm16_X0,
889
  create_Imm16_X1,
890
891
  NULL,
892
  NULL,
893
  NULL,
894
895
  create_Imm16_X0,
896
  create_Imm16_X1,
897
  create_Imm16_X0,
898
  create_Imm16_X1,
899
  create_Imm16_X0,
900
  create_Imm16_X1,
901
  create_Imm16_X0,
902
  create_Imm16_X1,
903
};
904
905
0
#define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0])))
906
907
/* Support for core dump NOTE sections.  */
908
909
static bool
910
tilepro_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
911
0
{
912
0
  int offset;
913
0
  size_t size;
914
915
0
  if (note->descsz != TILEPRO_PRSTATUS_SIZEOF)
916
0
    return false;
917
918
  /* pr_cursig */
919
0
  elf_tdata (abfd)->core->signal =
920
0
    bfd_get_16 (abfd, note->descdata + TILEPRO_PRSTATUS_OFFSET_PR_CURSIG);
921
922
  /* pr_pid */
923
0
  elf_tdata (abfd)->core->pid =
924
0
    bfd_get_32 (abfd, note->descdata + TILEPRO_PRSTATUS_OFFSET_PR_PID);
925
926
  /* pr_reg */
927
0
  offset = TILEPRO_PRSTATUS_OFFSET_PR_REG;
928
0
  size   = TILEPRO_GREGSET_T_SIZE;
929
930
  /* Make a ".reg/999" section.  */
931
0
  return _bfd_elfcore_make_pseudosection (abfd, ".reg",
932
0
            size, note->descpos + offset);
933
0
}
934
935
static bool
936
tilepro_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
937
0
{
938
0
  if (note->descsz != TILEPRO_PRPSINFO_SIZEOF)
939
0
    return false;
940
941
0
  elf_tdata (abfd)->core->program
942
0
    = _bfd_elfcore_strndup (abfd,
943
0
          note->descdata + TILEPRO_PRPSINFO_OFFSET_PR_FNAME,
944
0
          16);
945
0
  elf_tdata (abfd)->core->command
946
0
    = _bfd_elfcore_strndup (abfd,
947
0
          note->descdata + TILEPRO_PRPSINFO_OFFSET_PR_PSARGS,
948
0
          ELF_PR_PSARGS_SIZE);
949
950
951
  /* Note that for some reason, a spurious space is tacked
952
     onto the end of the args in some (at least one anyway)
953
     implementations, so strip it off if it exists.  */
954
0
  {
955
0
    char *command = elf_tdata (abfd)->core->command;
956
0
    int n = strlen (command);
957
958
0
    if (0 < n && command[n - 1] == ' ')
959
0
      command[n - 1] = '\0';
960
0
  }
961
962
0
  return true;
963
0
}
964
965
966
static void
967
tilepro_elf_append_rela_32 (bfd *abfd, asection *s, Elf_Internal_Rela *rel)
968
0
{
969
0
  Elf32_External_Rela *loc32;
970
971
0
  loc32 = (Elf32_External_Rela *) s->contents;
972
0
  loc32 += s->reloc_count++;
973
0
  bfd_elf32_swap_reloca_out (abfd, rel, (bfd_byte *) loc32);
974
0
}
975
976
/* PLT/GOT stuff */
977
978
/* The procedure linkage table starts with the following header:
979
980
   {
981
    rli     r29, r29, 16
982
    lwadd   r28, r27, 4
983
   }
984
    lw      r27, r27
985
   {
986
    info    10      ## SP not offset, return PC in LR
987
    jr      r27
988
   }
989
990
   Subsequent entries are the following, jumping to the header at the end:
991
992
   lnk     r28
993
1:
994
   {
995
    auli    r28, r28, <_GLOBAL_OFFSET_TABLE_ - 1b + MY_GOT_OFFSET>
996
    auli    r27, r28, <_GLOBAL_OFFSET_TABLE_ - 1b>
997
   }
998
   {
999
    addli   r28, r28, <_GLOBAL_OFFSET_TABLE_ - 1b + MY_GOT_OFFSET>
1000
    addli   r27, r27, <_GLOBAL_OFFSET_TABLE_ - 1b>
1001
   }
1002
   {
1003
    auli    r29, zero, MY_PLT_INDEX
1004
    lw      r28, r28
1005
   }
1006
   {
1007
    info    10      ## SP not offset, return PC in LR
1008
    jr      r28
1009
   }
1010
1011
   We initially store MY_PLT_INDEX in the high bits so that we can use the all
1012
   16 bits as an unsigned offset; if we use the low bits we would get an
1013
   unwanted sign extension.  The PLT header then rotates the index to get the
1014
   right value, before calling the resolution routine.  This computation can
1015
   fit in unused bundle slots so it's free.
1016
1017
   This code sequence lets the code at at the start of the PLT determine
1018
   which PLT entry was executed by examining 'r29'.
1019
1020
   Note that MY_PLT_INDEX skips over the header entries, so the first
1021
   actual jump table entry has index zero.
1022
*/
1023
1024
0
#define PLT_HEADER_SIZE_IN_BUNDLES 3
1025
0
#define PLT_ENTRY_SIZE_IN_BUNDLES  5
1026
1027
#define PLT_HEADER_SIZE \
1028
0
  (PLT_HEADER_SIZE_IN_BUNDLES * TILEPRO_BUNDLE_SIZE_IN_BYTES)
1029
#define PLT_ENTRY_SIZE \
1030
0
  (PLT_ENTRY_SIZE_IN_BUNDLES * TILEPRO_BUNDLE_SIZE_IN_BYTES)
1031
1032
/* The size in bytes of an entry in the global offset table.  */
1033
1034
0
#define GOT_ENTRY_SIZE TILEPRO_BYTES_PER_WORD
1035
1036
0
#define GOTPLT_HEADER_SIZE (2 * GOT_ENTRY_SIZE)
1037
1038
1039
static const bfd_byte
1040
tilepro_plt0_entry[PLT_HEADER_SIZE] =
1041
{
1042
  0x5d, 0x07, 0x03, 0x70,
1043
  0x6e, 0x23, 0xd0, 0x30, /* { rli r29, r29, 16 ; lwadd r28, r27, 4 } */
1044
  0x00, 0x50, 0xba, 0x6d,
1045
  0x00, 0x08, 0x6d, 0xdc, /* { lw r27, r27 } */
1046
  0xff, 0xaf, 0x10, 0x50,
1047
  0x60, 0x03, 0x18, 0x08, /* { info 10 ; jr r27 } */
1048
};
1049
1050
static const bfd_byte
1051
tilepro_short_plt_entry[PLT_ENTRY_SIZE] =
1052
{
1053
  0x00, 0x50, 0x16, 0x70,
1054
  0x0e, 0x00, 0x1a, 0x08, /* { lnk r28 } */
1055
  0x1c, 0x07, 0x00, 0xa0,
1056
  0x8d, 0x03, 0x00, 0x18, /* { addli r28, r28, 0 ; addli r27, r28, 0 } */
1057
  0xdd, 0x0f, 0x00, 0x30,
1058
  0x8e, 0x73, 0x0b, 0x40, /* { auli r29, zero, 0 ; lw r28, r28 } */
1059
  0xff, 0xaf, 0x10, 0x50,
1060
  0x80, 0x03, 0x18, 0x08, /* { info 10 ; jr r28 } */
1061
  0x00, 0x00, 0x00, 0x00,
1062
  0x00, 0x00, 0x00, 0x00,
1063
};
1064
1065
static const bfd_byte
1066
tilepro_long_plt_entry[PLT_ENTRY_SIZE] =
1067
{
1068
  0x00, 0x50, 0x16, 0x70,
1069
  0x0e, 0x00, 0x1a, 0x08, /* { lnk r28 } */
1070
  0x1c, 0x07, 0x00, 0xb0,
1071
  0x8d, 0x03, 0x00, 0x20, /* { auli r28, r28, 0 ; auli r27, r28, 0 } */
1072
  0x1c, 0x07, 0x00, 0xa0,
1073
  0x6d, 0x03, 0x00, 0x18, /* { addli r28, r28, 0 ; addli r27, r27, 0 } */
1074
  0xdd, 0x0f, 0x00, 0x30,
1075
  0x8e, 0x73, 0x0b, 0x40, /* { auli r29, zero, 0 ; lw r28, r28 } */
1076
  0xff, 0xaf, 0x10, 0x50,
1077
  0x80, 0x03, 0x18, 0x08, /* { info 10 ; jr r28 } */
1078
};
1079
1080
static bfd_vma
1081
tilepro_ha16(bfd_vma vma)
1082
0
{
1083
0
  return ((vma >> 16) + ((vma >> 15) & 1)) & 0xffff;
1084
0
}
1085
1086
static int
1087
tilepro_plt_entry_build (asection *splt, asection *sgotplt, bfd_vma offset,
1088
          bfd_vma *r_offset)
1089
0
{
1090
0
  int plt_index = (offset - PLT_ENTRY_SIZE) / PLT_ENTRY_SIZE;
1091
0
  int got_offset = plt_index * GOT_ENTRY_SIZE + GOTPLT_HEADER_SIZE;
1092
0
  tilepro_bundle_bits *pc;
1093
1094
  /* Compute the distance from the got entry to the lnk.  */
1095
0
  bfd_signed_vma dist_got_entry = sgotplt->output_section->vma
1096
0
    + sgotplt->output_offset
1097
0
    + got_offset
1098
0
    - splt->output_section->vma
1099
0
    - splt->output_offset
1100
0
    - offset
1101
0
    - TILEPRO_BUNDLE_SIZE_IN_BYTES;
1102
1103
  /* Compute the distance to GOTPLT[0].  */
1104
0
  bfd_signed_vma dist_got0 = dist_got_entry - got_offset;
1105
1106
  /* Check whether we can use the short plt entry with 16-bit offset.  */
1107
0
  bool short_plt_entry =
1108
0
    (dist_got_entry <= 0x7fff && dist_got0 >= -0x8000);
1109
1110
  /* Copy the plt entry template.  */
1111
0
  memcpy (splt->contents + offset,
1112
0
    short_plt_entry ? tilepro_short_plt_entry : tilepro_long_plt_entry,
1113
0
    PLT_ENTRY_SIZE);
1114
1115
  /* Write the immediate offsets.  */
1116
0
  pc = (tilepro_bundle_bits *)(splt->contents + offset);
1117
0
  pc++;
1118
1119
0
  if (!short_plt_entry)
1120
0
    {
1121
      /* { auli r28, r28, &GOTPLT[MY_GOT_INDEX] ; auli r27, r28, &GOTPLT[0] } */
1122
0
      *pc++ |= create_Imm16_X0 (tilepro_ha16 (dist_got_entry))
1123
0
  | create_Imm16_X1 (tilepro_ha16 (dist_got0));
1124
0
    }
1125
1126
  /* { addli r28, r28, &GOTPLT[MY_GOT_INDEX] ; addli r27, r28, &GOTPLT[0] } or
1127
     { addli r28, r28, &GOTPLT[MY_GOT_INDEX] ; addli r27, r27, &GOTPLT[0] } */
1128
0
  *pc++ |= create_Imm16_X0 (dist_got_entry)
1129
0
    | create_Imm16_X1 (dist_got0);
1130
1131
  /* { auli r29, zero, MY_PLT_INDEX ; lw r28, r28 } */
1132
0
  *pc |= create_Imm16_X0 (plt_index);
1133
1134
  /* Set the relocation offset.  */
1135
0
  *r_offset = got_offset;
1136
1137
0
  return plt_index;
1138
0
}
1139
1140
0
#define TILEPRO_ELF_RELA_BYTES (sizeof(Elf32_External_Rela))
1141
1142
1143
/* Create an entry in an TILEPro ELF linker hash table.  */
1144
1145
static struct bfd_hash_entry *
1146
link_hash_newfunc (struct bfd_hash_entry *entry,
1147
       struct bfd_hash_table *table, const char *string)
1148
0
{
1149
  /* Allocate the structure if it has not already been allocated by a
1150
     subclass.  */
1151
0
  if (entry == NULL)
1152
0
    {
1153
0
      entry =
1154
0
  bfd_hash_allocate (table,
1155
0
         sizeof (struct tilepro_elf_link_hash_entry));
1156
0
      if (entry == NULL)
1157
0
  return entry;
1158
0
    }
1159
1160
  /* Call the allocation method of the superclass.  */
1161
0
  entry = _bfd_elf_link_hash_newfunc (entry, table, string);
1162
0
  if (entry != NULL)
1163
0
    {
1164
0
      struct tilepro_elf_link_hash_entry *eh;
1165
1166
0
      eh = (struct tilepro_elf_link_hash_entry *) entry;
1167
0
      eh->tls_type = GOT_UNKNOWN;
1168
0
    }
1169
1170
0
  return entry;
1171
0
}
1172
1173
/* Create a TILEPRO ELF linker hash table.  */
1174
1175
static struct bfd_link_hash_table *
1176
tilepro_elf_link_hash_table_create (bfd *abfd)
1177
0
{
1178
0
  struct elf_link_hash_table *ret;
1179
0
  size_t amt = sizeof (struct elf_link_hash_table);
1180
1181
0
  ret = (struct elf_link_hash_table *) bfd_zmalloc (amt);
1182
0
  if (ret == NULL)
1183
0
    return NULL;
1184
1185
0
  if (!_bfd_elf_link_hash_table_init (ret, abfd, link_hash_newfunc,
1186
0
              sizeof (struct tilepro_elf_link_hash_entry)))
1187
0
    {
1188
0
      free (ret);
1189
0
      return NULL;
1190
0
    }
1191
1192
0
  return &ret->root;
1193
0
}
1194
1195
/* Create the .got section.  */
1196
1197
static bool
1198
tilepro_elf_create_got_section (bfd *abfd, struct bfd_link_info *info)
1199
0
{
1200
0
  flagword flags;
1201
0
  asection *s, *s_got;
1202
0
  struct elf_link_hash_entry *h;
1203
0
  elf_backend_data *bed = get_elf_backend_data (abfd);
1204
0
  struct elf_link_hash_table *htab = elf_hash_table (info);
1205
1206
  /* This function may be called more than once.  */
1207
0
  if (htab->sgot != NULL)
1208
0
    return true;
1209
1210
0
  flags = bed->dynamic_sec_flags;
1211
1212
0
  s = bfd_make_section_with_flags (abfd,
1213
0
           (bed->rela_plts_and_copies_p
1214
0
            ? ".rela.got" : ".rel.got"),
1215
0
           (bed->dynamic_sec_flags
1216
0
            | SEC_READONLY));
1217
0
  if (s == NULL
1218
0
      || !bfd_set_section_alignment (s, bed->s->log_file_align))
1219
0
    return false;
1220
0
  htab->srelgot = s;
1221
1222
0
  s = s_got = bfd_make_section_with_flags (abfd, ".got", flags);
1223
0
  if (s == NULL
1224
0
      || !bfd_set_section_alignment (s, bed->s->log_file_align))
1225
0
    return false;
1226
0
  htab->sgot = s;
1227
1228
  /* The first bit of the global offset table is the header.  */
1229
0
  s->size += bed->got_header_size;
1230
1231
0
  if (bed->want_got_plt)
1232
0
    {
1233
0
      s = bfd_make_section_with_flags (abfd, ".got.plt", flags);
1234
0
      if (s == NULL
1235
0
    || !bfd_set_section_alignment (s, bed->s->log_file_align))
1236
0
  return false;
1237
0
      htab->sgotplt = s;
1238
1239
      /* Reserve room for the header.  */
1240
0
      s->size += GOTPLT_HEADER_SIZE;
1241
0
    }
1242
1243
0
  if (bed->want_got_sym)
1244
0
    {
1245
      /* Define the symbol _GLOBAL_OFFSET_TABLE_ at the start of the .got
1246
   section.  We don't do this in the linker script because we don't want
1247
   to define the symbol if we are not creating a global offset
1248
   table.  */
1249
0
      h = _bfd_elf_define_linkage_sym (abfd, info, s_got,
1250
0
               "_GLOBAL_OFFSET_TABLE_");
1251
0
      elf_hash_table (info)->hgot = h;
1252
0
      if (h == NULL)
1253
0
  return false;
1254
0
    }
1255
1256
0
  return true;
1257
0
}
1258
1259
/* Create .plt, .rela.plt, .got, .got.plt, .rela.got, .dynbss, and
1260
   .rela.bss sections in DYNOBJ, and set up shortcuts to them in our
1261
   hash table.  */
1262
1263
static bool
1264
tilepro_elf_create_dynamic_sections (bfd *dynobj,
1265
             struct bfd_link_info *info)
1266
0
{
1267
0
  if (!tilepro_elf_create_got_section (dynobj, info))
1268
0
    return false;
1269
1270
0
  return _bfd_elf_create_dynamic_sections (dynobj, info);
1271
0
}
1272
1273
/* Copy the extra info we tack onto an elf_link_hash_entry.  */
1274
1275
static void
1276
tilepro_elf_copy_indirect_symbol (struct bfd_link_info *info,
1277
          struct elf_link_hash_entry *dir,
1278
          struct elf_link_hash_entry *ind)
1279
0
{
1280
0
  struct tilepro_elf_link_hash_entry *edir, *eind;
1281
1282
0
  edir = (struct tilepro_elf_link_hash_entry *) dir;
1283
0
  eind = (struct tilepro_elf_link_hash_entry *) ind;
1284
1285
0
  if (ind->root.type == bfd_link_hash_indirect
1286
0
      && dir->got.refcount <= 0)
1287
0
    {
1288
0
      edir->tls_type = eind->tls_type;
1289
0
      eind->tls_type = GOT_UNKNOWN;
1290
0
    }
1291
0
  _bfd_elf_link_hash_copy_indirect (info, dir, ind);
1292
0
}
1293
1294
static int
1295
tilepro_tls_translate_to_le (int r_type)
1296
0
{
1297
0
  switch (r_type)
1298
0
    {
1299
0
    case R_TILEPRO_IMM16_X0_TLS_GD:
1300
0
    case R_TILEPRO_IMM16_X0_TLS_IE:
1301
0
      return R_TILEPRO_IMM16_X0_TLS_LE;
1302
1303
0
    case R_TILEPRO_IMM16_X1_TLS_GD:
1304
0
    case R_TILEPRO_IMM16_X1_TLS_IE:
1305
0
      return R_TILEPRO_IMM16_X1_TLS_LE;
1306
1307
0
    case R_TILEPRO_IMM16_X0_TLS_GD_LO:
1308
0
    case R_TILEPRO_IMM16_X0_TLS_IE_LO:
1309
0
      return R_TILEPRO_IMM16_X0_TLS_LE_LO;
1310
1311
0
    case R_TILEPRO_IMM16_X1_TLS_GD_LO:
1312
0
    case R_TILEPRO_IMM16_X1_TLS_IE_LO:
1313
0
      return R_TILEPRO_IMM16_X1_TLS_LE_LO;
1314
1315
0
    case R_TILEPRO_IMM16_X0_TLS_GD_HI:
1316
0
    case R_TILEPRO_IMM16_X0_TLS_IE_HI:
1317
0
      return R_TILEPRO_IMM16_X0_TLS_LE_HI;
1318
1319
0
    case R_TILEPRO_IMM16_X1_TLS_GD_HI:
1320
0
    case R_TILEPRO_IMM16_X1_TLS_IE_HI:
1321
0
      return R_TILEPRO_IMM16_X1_TLS_LE_HI;
1322
1323
0
    case R_TILEPRO_IMM16_X0_TLS_GD_HA:
1324
0
    case R_TILEPRO_IMM16_X0_TLS_IE_HA:
1325
0
      return R_TILEPRO_IMM16_X0_TLS_LE_HA;
1326
1327
0
    case R_TILEPRO_IMM16_X1_TLS_GD_HA:
1328
0
    case R_TILEPRO_IMM16_X1_TLS_IE_HA:
1329
0
      return R_TILEPRO_IMM16_X1_TLS_LE_HA;
1330
0
    }
1331
0
  return r_type;
1332
0
}
1333
1334
static int
1335
tilepro_tls_translate_to_ie (int r_type)
1336
0
{
1337
0
  switch (r_type)
1338
0
    {
1339
0
    case R_TILEPRO_IMM16_X0_TLS_GD:
1340
0
    case R_TILEPRO_IMM16_X0_TLS_IE:
1341
0
      return R_TILEPRO_IMM16_X0_TLS_IE;
1342
1343
0
    case R_TILEPRO_IMM16_X1_TLS_GD:
1344
0
    case R_TILEPRO_IMM16_X1_TLS_IE:
1345
0
      return R_TILEPRO_IMM16_X1_TLS_IE;
1346
1347
0
    case R_TILEPRO_IMM16_X0_TLS_GD_LO:
1348
0
    case R_TILEPRO_IMM16_X0_TLS_IE_LO:
1349
0
      return R_TILEPRO_IMM16_X0_TLS_IE_LO;
1350
1351
0
    case R_TILEPRO_IMM16_X1_TLS_GD_LO:
1352
0
    case R_TILEPRO_IMM16_X1_TLS_IE_LO:
1353
0
      return R_TILEPRO_IMM16_X1_TLS_IE_LO;
1354
1355
0
    case R_TILEPRO_IMM16_X0_TLS_GD_HI:
1356
0
    case R_TILEPRO_IMM16_X0_TLS_IE_HI:
1357
0
      return R_TILEPRO_IMM16_X0_TLS_IE_HI;
1358
1359
0
    case R_TILEPRO_IMM16_X1_TLS_GD_HI:
1360
0
    case R_TILEPRO_IMM16_X1_TLS_IE_HI:
1361
0
      return R_TILEPRO_IMM16_X1_TLS_IE_HI;
1362
1363
0
    case R_TILEPRO_IMM16_X0_TLS_GD_HA:
1364
0
    case R_TILEPRO_IMM16_X0_TLS_IE_HA:
1365
0
      return R_TILEPRO_IMM16_X0_TLS_IE_HA;
1366
1367
0
    case R_TILEPRO_IMM16_X1_TLS_GD_HA:
1368
0
    case R_TILEPRO_IMM16_X1_TLS_IE_HA:
1369
0
      return R_TILEPRO_IMM16_X1_TLS_IE_HA;
1370
0
    }
1371
0
  return r_type;
1372
0
}
1373
1374
static int
1375
tilepro_elf_tls_transition (struct bfd_link_info *info, int r_type,
1376
          int is_local)
1377
0
{
1378
0
  if (!bfd_link_executable (info))
1379
0
    return r_type;
1380
1381
0
  if (is_local)
1382
0
    return tilepro_tls_translate_to_le (r_type);
1383
0
  else
1384
0
    return tilepro_tls_translate_to_ie (r_type);
1385
0
}
1386
1387
/* Look through the relocs for a section during the first phase, and
1388
   allocate space in the global offset table or procedure linkage
1389
   table.  */
1390
1391
static bool
1392
tilepro_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
1393
        asection *sec, const Elf_Internal_Rela *relocs)
1394
0
{
1395
0
  struct elf_link_hash_table *htab;
1396
0
  Elf_Internal_Shdr *symtab_hdr;
1397
0
  struct elf_link_hash_entry **sym_hashes;
1398
0
  const Elf_Internal_Rela *rel;
1399
0
  const Elf_Internal_Rela *rel_end;
1400
0
  asection *sreloc;
1401
0
  int num_relocs;
1402
1403
0
  if (bfd_link_relocatable (info))
1404
0
    return true;
1405
1406
0
  htab = tilepro_elf_hash_table (info);
1407
0
  if (htab->dynobj == NULL
1408
0
      && !_bfd_elf_link_dynobj (info))
1409
0
    return false;
1410
1411
0
  symtab_hdr = &elf_symtab_hdr (abfd);
1412
0
  sym_hashes = elf_sym_hashes (abfd);
1413
1414
0
  sreloc = NULL;
1415
1416
0
  num_relocs = sec->reloc_count;
1417
1418
0
  BFD_ASSERT (is_tilepro_elf (abfd) || num_relocs == 0);
1419
1420
0
  rel_end = relocs + num_relocs;
1421
0
  for (rel = relocs; rel < rel_end; rel++)
1422
0
    {
1423
0
      unsigned int r_type;
1424
0
      unsigned int r_symndx;
1425
0
      struct elf_link_hash_entry *h;
1426
0
      int tls_type;
1427
1428
0
      r_symndx = ELF32_R_SYM (rel->r_info);
1429
0
      r_type = ELF32_R_TYPE (rel->r_info);
1430
1431
0
      if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr))
1432
0
  {
1433
    /* xgettext:c-format */
1434
0
    _bfd_error_handler (_("%pB: bad symbol index: %d"),
1435
0
            abfd, r_symndx);
1436
0
    return false;
1437
0
  }
1438
1439
0
      if (r_symndx < symtab_hdr->sh_info)
1440
0
  h = NULL;
1441
0
      else
1442
0
  {
1443
0
    h = sym_hashes[r_symndx - symtab_hdr->sh_info];
1444
0
    while (h->root.type == bfd_link_hash_indirect
1445
0
     || h->root.type == bfd_link_hash_warning)
1446
0
      h = (struct elf_link_hash_entry *) h->root.u.i.link;
1447
0
  }
1448
1449
0
      r_type = tilepro_elf_tls_transition (info, r_type, h == NULL);
1450
0
      switch (r_type)
1451
0
  {
1452
0
  case R_TILEPRO_IMM16_X0_TLS_LE:
1453
0
  case R_TILEPRO_IMM16_X1_TLS_LE:
1454
0
  case R_TILEPRO_IMM16_X0_TLS_LE_LO:
1455
0
  case R_TILEPRO_IMM16_X1_TLS_LE_LO:
1456
0
  case R_TILEPRO_IMM16_X0_TLS_LE_HI:
1457
0
  case R_TILEPRO_IMM16_X1_TLS_LE_HI:
1458
0
  case R_TILEPRO_IMM16_X0_TLS_LE_HA:
1459
0
  case R_TILEPRO_IMM16_X1_TLS_LE_HA:
1460
0
    if (!bfd_link_executable (info))
1461
0
      goto r_tilepro_plt32;
1462
0
    break;
1463
1464
0
  case R_TILEPRO_IMM16_X0_TLS_GD:
1465
0
  case R_TILEPRO_IMM16_X1_TLS_GD:
1466
0
  case R_TILEPRO_IMM16_X0_TLS_GD_LO:
1467
0
  case R_TILEPRO_IMM16_X1_TLS_GD_LO:
1468
0
  case R_TILEPRO_IMM16_X0_TLS_GD_HI:
1469
0
  case R_TILEPRO_IMM16_X1_TLS_GD_HI:
1470
0
  case R_TILEPRO_IMM16_X0_TLS_GD_HA:
1471
0
  case R_TILEPRO_IMM16_X1_TLS_GD_HA:
1472
0
    BFD_ASSERT (bfd_link_pic (info));
1473
0
    tls_type = GOT_TLS_GD;
1474
0
    goto have_got_reference;
1475
1476
0
  case R_TILEPRO_IMM16_X0_TLS_IE:
1477
0
  case R_TILEPRO_IMM16_X1_TLS_IE:
1478
0
  case R_TILEPRO_IMM16_X0_TLS_IE_LO:
1479
0
  case R_TILEPRO_IMM16_X1_TLS_IE_LO:
1480
0
  case R_TILEPRO_IMM16_X0_TLS_IE_HI:
1481
0
  case R_TILEPRO_IMM16_X1_TLS_IE_HI:
1482
0
  case R_TILEPRO_IMM16_X0_TLS_IE_HA:
1483
0
  case R_TILEPRO_IMM16_X1_TLS_IE_HA:
1484
0
    tls_type = GOT_TLS_IE;
1485
0
    if (!bfd_link_executable (info))
1486
0
      info->flags |= DF_STATIC_TLS;
1487
0
    goto have_got_reference;
1488
1489
0
  case R_TILEPRO_IMM16_X0_GOT:
1490
0
  case R_TILEPRO_IMM16_X1_GOT:
1491
0
  case R_TILEPRO_IMM16_X0_GOT_LO:
1492
0
  case R_TILEPRO_IMM16_X1_GOT_LO:
1493
0
  case R_TILEPRO_IMM16_X0_GOT_HI:
1494
0
  case R_TILEPRO_IMM16_X1_GOT_HI:
1495
0
  case R_TILEPRO_IMM16_X0_GOT_HA:
1496
0
  case R_TILEPRO_IMM16_X1_GOT_HA:
1497
0
     tls_type = GOT_NORMAL;
1498
     /* Fall Through */
1499
1500
0
  have_got_reference:
1501
    /* This symbol requires a global offset table entry.  */
1502
0
    {
1503
0
      int old_tls_type;
1504
1505
0
      if (h != NULL)
1506
0
        {
1507
0
    h->got.refcount += 1;
1508
0
    old_tls_type = tilepro_elf_hash_entry(h)->tls_type;
1509
0
        }
1510
0
      else
1511
0
        {
1512
0
    bfd_signed_vma *local_got_refcounts;
1513
1514
    /* This is a global offset table entry for a local symbol.  */
1515
0
    local_got_refcounts = elf_local_got_refcounts (abfd);
1516
0
    if (local_got_refcounts == NULL)
1517
0
      {
1518
0
        bfd_size_type size;
1519
1520
0
        size = symtab_hdr->sh_info;
1521
0
        size *= (sizeof (bfd_signed_vma) + sizeof(char));
1522
0
        local_got_refcounts = ((bfd_signed_vma *)
1523
0
             bfd_zalloc (abfd, size));
1524
0
        if (local_got_refcounts == NULL)
1525
0
          return false;
1526
0
        elf_local_got_refcounts (abfd) = local_got_refcounts;
1527
0
        _bfd_tilepro_elf_local_got_tls_type (abfd)
1528
0
          = (char *) (local_got_refcounts + symtab_hdr->sh_info);
1529
0
      }
1530
0
    local_got_refcounts[r_symndx] += 1;
1531
0
    old_tls_type =
1532
0
      _bfd_tilepro_elf_local_got_tls_type (abfd) [r_symndx];
1533
0
        }
1534
1535
      /* If a TLS symbol is accessed using IE at least once,
1536
         there is no point to use dynamic model for it.  */
1537
0
      if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1538
0
    && (old_tls_type != GOT_TLS_GD
1539
0
        || tls_type != GOT_TLS_IE))
1540
0
        {
1541
0
    if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1542
0
      tls_type = old_tls_type;
1543
0
    else
1544
0
      {
1545
0
        _bfd_error_handler
1546
          /* xgettext:c-format */
1547
0
          (_("%pB: `%s' accessed both as normal and thread local symbol"),
1548
0
           abfd, h ? h->root.root.string : "<local>");
1549
0
        return false;
1550
0
      }
1551
0
        }
1552
1553
0
      if (old_tls_type != tls_type)
1554
0
        {
1555
0
    if (h != NULL)
1556
0
      tilepro_elf_hash_entry (h)->tls_type = tls_type;
1557
0
    else
1558
0
      _bfd_tilepro_elf_local_got_tls_type (abfd) [r_symndx] =
1559
0
        tls_type;
1560
0
        }
1561
0
    }
1562
1563
0
    if (htab->sgot == NULL)
1564
0
      {
1565
0
        if (!tilepro_elf_create_got_section (htab->dynobj, info))
1566
0
    return false;
1567
0
      }
1568
0
    break;
1569
1570
0
  case R_TILEPRO_TLS_GD_CALL:
1571
0
    if (!bfd_link_executable (info))
1572
0
      {
1573
        /* These are basically R_TILEPRO_JOFFLONG_X1_PLT relocs
1574
     against __tls_get_addr.  */
1575
0
        struct bfd_link_hash_entry *bh = NULL;
1576
0
        if (! _bfd_generic_link_add_one_symbol (info, abfd,
1577
0
                  "__tls_get_addr", 0,
1578
0
                  bfd_und_section_ptr, 0,
1579
0
                  NULL, false, false,
1580
0
                  &bh))
1581
0
    return false;
1582
0
        h = (struct elf_link_hash_entry *) bh;
1583
0
      }
1584
0
    else
1585
0
      break;
1586
    /* Fall through */
1587
1588
0
  case R_TILEPRO_JOFFLONG_X1_PLT:
1589
    /* This symbol requires a procedure linkage table entry.  We
1590
       actually build the entry in adjust_dynamic_symbol,
1591
       because this might be a case of linking PIC code without
1592
       linking in any dynamic objects, in which case we don't
1593
       need to generate a procedure linkage table after all.  */
1594
1595
0
    if (h != NULL)
1596
0
      {
1597
0
        h->needs_plt = 1;
1598
0
        h->plt.refcount += 1;
1599
0
      }
1600
0
    break;
1601
1602
0
  case R_TILEPRO_32_PCREL:
1603
0
  case R_TILEPRO_16_PCREL:
1604
0
  case R_TILEPRO_8_PCREL:
1605
0
  case R_TILEPRO_IMM16_X0_PCREL:
1606
0
  case R_TILEPRO_IMM16_X1_PCREL:
1607
0
  case R_TILEPRO_IMM16_X0_LO_PCREL:
1608
0
  case R_TILEPRO_IMM16_X1_LO_PCREL:
1609
0
  case R_TILEPRO_IMM16_X0_HI_PCREL:
1610
0
  case R_TILEPRO_IMM16_X1_HI_PCREL:
1611
0
  case R_TILEPRO_IMM16_X0_HA_PCREL:
1612
0
  case R_TILEPRO_IMM16_X1_HA_PCREL:
1613
0
    if (h != NULL)
1614
0
      h->non_got_ref = 1;
1615
1616
0
    if (h != NULL
1617
0
        && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
1618
0
      break;
1619
    /* Fall through.  */
1620
1621
0
  case R_TILEPRO_32:
1622
0
  case R_TILEPRO_16:
1623
0
  case R_TILEPRO_8:
1624
0
  case R_TILEPRO_LO16:
1625
0
  case R_TILEPRO_HI16:
1626
0
  case R_TILEPRO_HA16:
1627
0
  case R_TILEPRO_COPY:
1628
0
  case R_TILEPRO_GLOB_DAT:
1629
0
  case R_TILEPRO_JMP_SLOT:
1630
0
  case R_TILEPRO_RELATIVE:
1631
0
  case R_TILEPRO_BROFF_X1:
1632
0
  case R_TILEPRO_JOFFLONG_X1:
1633
0
  case R_TILEPRO_IMM8_X0:
1634
0
  case R_TILEPRO_IMM8_Y0:
1635
0
  case R_TILEPRO_IMM8_X1:
1636
0
  case R_TILEPRO_IMM8_Y1:
1637
0
  case R_TILEPRO_DEST_IMM8_X1:
1638
0
  case R_TILEPRO_MT_IMM15_X1:
1639
0
  case R_TILEPRO_MF_IMM15_X1:
1640
0
  case R_TILEPRO_IMM16_X0:
1641
0
  case R_TILEPRO_IMM16_X1:
1642
0
  case R_TILEPRO_IMM16_X0_LO:
1643
0
  case R_TILEPRO_IMM16_X1_LO:
1644
0
  case R_TILEPRO_IMM16_X0_HI:
1645
0
  case R_TILEPRO_IMM16_X1_HI:
1646
0
  case R_TILEPRO_IMM16_X0_HA:
1647
0
  case R_TILEPRO_IMM16_X1_HA:
1648
0
  case R_TILEPRO_MMSTART_X0:
1649
0
  case R_TILEPRO_MMEND_X0:
1650
0
  case R_TILEPRO_MMSTART_X1:
1651
0
  case R_TILEPRO_MMEND_X1:
1652
0
  case R_TILEPRO_SHAMT_X0:
1653
0
  case R_TILEPRO_SHAMT_X1:
1654
0
  case R_TILEPRO_SHAMT_Y0:
1655
0
  case R_TILEPRO_SHAMT_Y1:
1656
0
    if (h != NULL)
1657
0
        h->non_got_ref = 1;
1658
1659
0
  r_tilepro_plt32:
1660
0
    if (h != NULL && !bfd_link_pic (info))
1661
0
      {
1662
        /* We may need a .plt entry if the function this reloc
1663
     refers to is in a shared lib.  */
1664
0
        h->plt.refcount += 1;
1665
0
      }
1666
1667
    /* If we are creating a shared library, and this is a reloc
1668
       against a global symbol, or a non PC relative reloc
1669
       against a local symbol, then we need to copy the reloc
1670
       into the shared library.  However, if we are linking with
1671
       -Bsymbolic, we do not need to copy a reloc against a
1672
       global symbol which is defined in an object we are
1673
       including in the link (i.e., DEF_REGULAR is set).  At
1674
       this point we have not seen all the input files, so it is
1675
       possible that DEF_REGULAR is not set now but will be set
1676
       later (it is never cleared).  In case of a weak definition,
1677
       DEF_REGULAR may be cleared later by a strong definition in
1678
       a shared library.  We account for that possibility below by
1679
       storing information in the relocs_copied field of the hash
1680
       table entry.  A similar situation occurs when creating
1681
       shared libraries and symbol visibility changes render the
1682
       symbol local.
1683
1684
       If on the other hand, we are creating an executable, we
1685
       may need to keep relocations for symbols satisfied by a
1686
       dynamic library if we manage to avoid copy relocs for the
1687
       symbol.  */
1688
0
    if ((bfd_link_pic (info)
1689
0
         && (sec->flags & SEC_ALLOC) != 0
1690
0
         && (! tilepro_elf_howto_table[r_type].pc_relative
1691
0
       || (h != NULL
1692
0
           && (! info->symbolic
1693
0
         || h->root.type == bfd_link_hash_defweak
1694
0
         || !h->def_regular))))
1695
0
        || (!bfd_link_pic (info)
1696
0
      && (sec->flags & SEC_ALLOC) != 0
1697
0
      && h != NULL
1698
0
      && (h->root.type == bfd_link_hash_defweak
1699
0
          || !h->def_regular)))
1700
0
      {
1701
0
        struct elf_dyn_relocs *p;
1702
0
        struct elf_dyn_relocs **head;
1703
1704
        /* When creating a shared object, we must copy these
1705
     relocs into the output file.  We create a reloc
1706
     section in dynobj and make room for the reloc.  */
1707
0
        if (sreloc == NULL)
1708
0
    {
1709
0
      sreloc = _bfd_elf_make_dynamic_reloc_section
1710
0
        (sec, htab->dynobj, 2, abfd, /*rela?*/ true);
1711
1712
0
      if (sreloc == NULL)
1713
0
        return false;
1714
0
    }
1715
1716
        /* If this is a global symbol, we count the number of
1717
     relocations we need for this symbol.  */
1718
0
        if (h != NULL)
1719
0
    head = &h->dyn_relocs;
1720
0
        else
1721
0
    {
1722
      /* Track dynamic relocs needed for local syms too.
1723
         We really need local syms available to do this
1724
         easily.  Oh well.  */
1725
1726
0
      asection *s;
1727
0
      void *vpp;
1728
0
      Elf_Internal_Sym *isym;
1729
1730
0
      isym = bfd_sym_from_r_symndx (&htab->sym_cache,
1731
0
            abfd, r_symndx);
1732
0
      if (isym == NULL)
1733
0
        return false;
1734
1735
0
      s = bfd_section_from_elf_index (abfd, isym->st_shndx);
1736
0
      if (s == NULL)
1737
0
        s = sec;
1738
1739
0
      vpp = &elf_section_data (s)->local_dynrel;
1740
0
      head = (struct elf_dyn_relocs **) vpp;
1741
0
    }
1742
1743
0
        p = *head;
1744
0
        if (p == NULL || p->sec != sec)
1745
0
    {
1746
0
      size_t amt = sizeof *p;
1747
0
      p = ((struct elf_dyn_relocs *)
1748
0
           bfd_alloc (htab->dynobj, amt));
1749
0
      if (p == NULL)
1750
0
        return false;
1751
0
      p->next = *head;
1752
0
      *head = p;
1753
0
      p->sec = sec;
1754
0
      p->count = 0;
1755
0
      p->pc_count = 0;
1756
0
    }
1757
1758
0
        p->count += 1;
1759
0
        if (tilepro_elf_howto_table[r_type].pc_relative)
1760
0
    p->pc_count += 1;
1761
0
      }
1762
1763
0
    break;
1764
1765
0
  case R_TILEPRO_GNU_VTINHERIT:
1766
0
    if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1767
0
      return false;
1768
0
    break;
1769
1770
0
  case R_TILEPRO_GNU_VTENTRY:
1771
0
    if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
1772
0
      return false;
1773
0
    break;
1774
1775
0
  default:
1776
0
    break;
1777
0
  }
1778
0
    }
1779
1780
0
  return true;
1781
0
}
1782
1783

1784
static asection *
1785
tilepro_elf_gc_mark_hook (asection *sec,
1786
        struct bfd_link_info *info,
1787
        struct elf_reloc_cookie *cookie,
1788
        struct elf_link_hash_entry *h,
1789
        unsigned int symndx)
1790
0
{
1791
0
  if (h != NULL)
1792
0
    {
1793
0
      switch (ELF32_R_TYPE (cookie->rel->r_info))
1794
0
  {
1795
0
  case R_TILEPRO_GNU_VTINHERIT:
1796
0
  case R_TILEPRO_GNU_VTENTRY:
1797
0
    return NULL;
1798
0
  }
1799
0
    }
1800
1801
  /* FIXME: The test here, in check_relocs and in relocate_section
1802
     dealing with TLS optimization, ought to be !bfd_link_executable (info).  */
1803
0
  if (bfd_link_pic (info))
1804
0
    {
1805
0
      struct bfd_link_hash_entry *bh;
1806
1807
0
      switch (ELF32_R_TYPE (cookie->rel->r_info))
1808
0
  {
1809
0
  case R_TILEPRO_TLS_GD_CALL:
1810
    /* This reloc implicitly references __tls_get_addr.  We know
1811
       another reloc will reference the same symbol as the one
1812
       on this reloc, so the real symbol and section will be
1813
       gc marked when processing the other reloc.  That lets
1814
       us handle __tls_get_addr here.  */
1815
0
    bh = NULL;
1816
0
    if (! _bfd_generic_link_add_one_symbol (info, sec->owner,
1817
0
              "__tls_get_addr", 0,
1818
0
              bfd_und_section_ptr,
1819
0
              0, NULL, false,
1820
0
              false, &bh))
1821
0
      return NULL;
1822
0
    h = (struct elf_link_hash_entry *) bh;
1823
0
    BFD_ASSERT (h != NULL);
1824
0
    h->mark = 1;
1825
0
    if (h->is_weakalias)
1826
0
      weakdef (h)->mark = 1;
1827
0
    symndx = 0;
1828
0
  }
1829
0
    }
1830
1831
0
  return _bfd_elf_gc_mark_hook (sec, info, cookie, h, symndx);
1832
0
}
1833
1834
/* Adjust a symbol defined by a dynamic object and referenced by a
1835
   regular object.  The current definition is in some section of the
1836
   dynamic object, but we're not including those sections.  We have to
1837
   change the definition to something the rest of the link can
1838
   understand.  */
1839
1840
static bool
1841
tilepro_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
1842
           struct elf_link_hash_entry *h)
1843
0
{
1844
0
  struct elf_link_hash_table *htab;
1845
0
  asection *s, *srel;
1846
1847
0
  htab = tilepro_elf_hash_table (info);
1848
0
  BFD_ASSERT (htab != NULL);
1849
1850
  /* Make sure we know what is going on here.  */
1851
0
  BFD_ASSERT (htab->dynobj != NULL
1852
0
        && (h->needs_plt
1853
0
      || h->is_weakalias
1854
0
      || (h->def_dynamic
1855
0
          && h->ref_regular
1856
0
          && !h->def_regular)));
1857
1858
  /* If this is a function, put it in the procedure linkage table.  We
1859
     will fill in the contents of the procedure linkage table later
1860
     (although we could actually do it here). */
1861
0
  if (h->type == STT_FUNC || h->needs_plt)
1862
0
    {
1863
0
      if (h->plt.refcount <= 0
1864
0
    || SYMBOL_CALLS_LOCAL (info, h)
1865
0
    || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
1866
0
        && h->root.type == bfd_link_hash_undefweak))
1867
0
  {
1868
    /* This case can occur if we saw a R_TILEPRO_JOFFLONG_X1_PLT
1869
       reloc in an input file, but the symbol was never referred
1870
       to by a dynamic object, or if all references were garbage
1871
       collected.  In such a case, we don't actually need to build
1872
       a procedure linkage table, and we can just do a
1873
       R_TILEPRO_JOFFLONG_X1 relocation instead. */
1874
0
    h->plt.offset = (bfd_vma) -1;
1875
0
    h->needs_plt = 0;
1876
0
  }
1877
1878
0
      return true;
1879
0
    }
1880
0
  else
1881
0
    h->plt.offset = (bfd_vma) -1;
1882
1883
  /* If this is a weak symbol, and there is a real definition, the
1884
     processor independent code will have arranged for us to see the
1885
     real definition first, and we can just use the same value.  */
1886
0
  if (h->is_weakalias)
1887
0
    {
1888
0
      struct elf_link_hash_entry *def = weakdef (h);
1889
0
      BFD_ASSERT (def->root.type == bfd_link_hash_defined);
1890
0
      h->root.u.def.section = def->root.u.def.section;
1891
0
      h->root.u.def.value = def->root.u.def.value;
1892
0
      return true;
1893
0
    }
1894
1895
  /* This is a reference to a symbol defined by a dynamic object which
1896
     is not a function.  */
1897
1898
  /* If we are creating a shared library, we must presume that the
1899
     only references to the symbol are via the global offset table.
1900
     For such cases we need not do anything here; the relocations will
1901
     be handled correctly by relocate_section.  */
1902
0
  if (bfd_link_pic (info))
1903
0
    return true;
1904
1905
  /* If there are no references to this symbol that do not use the
1906
     GOT, we don't need to generate a copy reloc.  */
1907
0
  if (!h->non_got_ref)
1908
0
    return true;
1909
1910
  /* If -z nocopyreloc was given, we won't generate them either.  */
1911
0
  if (info->nocopyreloc)
1912
0
    {
1913
0
      h->non_got_ref = 0;
1914
0
      return true;
1915
0
    }
1916
1917
  /* If we don't find any dynamic relocs in read-only sections, then
1918
     we'll be keeping the dynamic relocs and avoiding the copy reloc.  */
1919
0
  if (!_bfd_elf_readonly_dynrelocs (h))
1920
0
    {
1921
0
      h->non_got_ref = 0;
1922
0
      return true;
1923
0
    }
1924
1925
  /* We must allocate the symbol in our .dynbss section, which will
1926
     become part of the .bss section of the executable.  There will be
1927
     an entry for this symbol in the .dynsym section.  The dynamic
1928
     object will contain position independent code, so all references
1929
     from the dynamic object to this symbol will go through the global
1930
     offset table.  The dynamic linker will use the .dynsym entry to
1931
     determine the address it must put in the global offset table, so
1932
     both the dynamic object and the regular object will refer to the
1933
     same memory location for the variable.  */
1934
1935
  /* We must generate a R_TILEPRO_COPY reloc to tell the dynamic linker
1936
     to copy the initial value out of the dynamic object and into the
1937
     runtime process image.  We need to remember the offset into the
1938
     .rel.bss section we are going to use.  */
1939
0
  if ((h->root.u.def.section->flags & SEC_READONLY) != 0)
1940
0
    {
1941
0
      s = htab->sdynrelro;
1942
0
      srel = htab->sreldynrelro;
1943
0
    }
1944
0
  else
1945
0
    {
1946
0
      s = htab->sdynbss;
1947
0
      srel = htab->srelbss;
1948
0
    }
1949
0
  if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
1950
0
    {
1951
0
      srel->size += TILEPRO_ELF_RELA_BYTES;
1952
0
      h->needs_copy = 1;
1953
0
    }
1954
1955
0
  return _bfd_elf_adjust_dynamic_copy (info, h, s);
1956
0
}
1957
1958
/* Allocate space in .plt, .got and associated reloc sections for
1959
   dynamic relocs.  */
1960
1961
static bool
1962
allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
1963
0
{
1964
0
  struct bfd_link_info *info;
1965
0
  struct elf_link_hash_table *htab;
1966
0
  struct elf_dyn_relocs *p;
1967
1968
0
  if (h->root.type == bfd_link_hash_indirect)
1969
0
    return true;
1970
1971
0
  info = (struct bfd_link_info *) inf;
1972
0
  htab = tilepro_elf_hash_table (info);
1973
0
  BFD_ASSERT (htab != NULL);
1974
1975
0
  if (htab->dynamic_sections_created
1976
0
      && h->plt.refcount > 0)
1977
0
    {
1978
      /* Make sure this symbol is output as a dynamic symbol.
1979
   Undefined weak syms won't yet be marked as dynamic.  */
1980
0
      if (h->dynindx == -1
1981
0
    && !h->forced_local)
1982
0
  {
1983
0
    if (! bfd_elf_link_record_dynamic_symbol (info, h))
1984
0
      return false;
1985
0
  }
1986
1987
0
      if (WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, bfd_link_pic (info), h))
1988
0
  {
1989
0
    asection *s = htab->splt;
1990
1991
    /* Allocate room for the header.  */
1992
0
    if (s->size == 0)
1993
0
      {
1994
0
        s->size = PLT_ENTRY_SIZE;
1995
0
      }
1996
1997
0
    h->plt.offset = s->size;
1998
1999
    /* If this symbol is not defined in a regular file, and we are
2000
       not generating a shared library, then set the symbol to this
2001
       location in the .plt.  This is required to make function
2002
       pointers compare as equal between the normal executable and
2003
       the shared library.  */
2004
0
    if (! bfd_link_pic (info)
2005
0
        && !h->def_regular)
2006
0
      {
2007
0
        h->root.u.def.section = s;
2008
0
        h->root.u.def.value = h->plt.offset;
2009
0
      }
2010
2011
    /* Make room for this entry.  */
2012
0
    s->size += PLT_ENTRY_SIZE;
2013
2014
    /* We also need to make an entry in the .got.plt section.  */
2015
0
    htab->sgotplt->size += GOT_ENTRY_SIZE;
2016
2017
    /* We also need to make an entry in the .rela.plt section.  */
2018
0
    htab->srelplt->size += TILEPRO_ELF_RELA_BYTES;
2019
0
  }
2020
0
      else
2021
0
  {
2022
0
    h->plt.offset = (bfd_vma) -1;
2023
0
    h->needs_plt = 0;
2024
0
  }
2025
0
    }
2026
0
  else
2027
0
    {
2028
0
      h->plt.offset = (bfd_vma) -1;
2029
0
      h->needs_plt = 0;
2030
0
    }
2031
2032
  /* If a TLS_IE symbol is now local to the binary, make it a TLS_LE
2033
     requiring no TLS entry.  */
2034
0
  if (h->got.refcount > 0
2035
0
      && bfd_link_executable (info)
2036
0
      && h->dynindx == -1
2037
0
      && tilepro_elf_hash_entry(h)->tls_type == GOT_TLS_IE)
2038
0
    h->got.offset = (bfd_vma) -1;
2039
0
  else if (h->got.refcount > 0)
2040
0
    {
2041
0
      asection *s;
2042
0
      bool dyn;
2043
0
      int tls_type = tilepro_elf_hash_entry(h)->tls_type;
2044
2045
      /* Make sure this symbol is output as a dynamic symbol.
2046
   Undefined weak syms won't yet be marked as dynamic.  */
2047
0
      if (h->dynindx == -1
2048
0
    && !h->forced_local)
2049
0
  {
2050
0
    if (! bfd_elf_link_record_dynamic_symbol (info, h))
2051
0
      return false;
2052
0
  }
2053
2054
0
      s = htab->sgot;
2055
0
      h->got.offset = s->size;
2056
0
      s->size += TILEPRO_BYTES_PER_WORD;
2057
      /* R_TILEPRO_IMM16_Xn_TLS_GD entries need 2 consecutive GOT slots. */
2058
0
      if (tls_type == GOT_TLS_GD)
2059
0
  s->size += TILEPRO_BYTES_PER_WORD;
2060
0
      dyn = htab->dynamic_sections_created;
2061
      /* R_TILEPRO_IMM16_Xn_TLS_IE_xxx needs one dynamic relocation,
2062
   R_TILEPRO_IMM16_Xn_TLS_GD_xxx needs two if local symbol and two if
2063
   global.  */
2064
0
      if (tls_type == GOT_TLS_GD || tls_type == GOT_TLS_IE)
2065
0
  htab->srelgot->size += 2 * TILEPRO_ELF_RELA_BYTES;
2066
0
      else if (WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn,
2067
0
            bfd_link_pic (info),
2068
0
            h))
2069
0
  htab->srelgot->size += TILEPRO_ELF_RELA_BYTES;
2070
0
    }
2071
0
  else
2072
0
    h->got.offset = (bfd_vma) -1;
2073
2074
0
  if (h->dyn_relocs == NULL)
2075
0
    return true;
2076
2077
  /* In the shared -Bsymbolic case, discard space allocated for
2078
     dynamic pc-relative relocs against symbols which turn out to be
2079
     defined in regular objects.  For the normal shared case, discard
2080
     space for pc-relative relocs that have become local due to symbol
2081
     visibility changes.  */
2082
2083
0
  if (bfd_link_pic (info))
2084
0
    {
2085
0
      if (SYMBOL_CALLS_LOCAL (info, h))
2086
0
  {
2087
0
    struct elf_dyn_relocs **pp;
2088
2089
0
    for (pp = &h->dyn_relocs; (p = *pp) != NULL; )
2090
0
      {
2091
0
        p->count -= p->pc_count;
2092
0
        p->pc_count = 0;
2093
0
        if (p->count == 0)
2094
0
    *pp = p->next;
2095
0
        else
2096
0
    pp = &p->next;
2097
0
      }
2098
0
  }
2099
2100
      /* Also discard relocs on undefined weak syms with non-default
2101
   visibility.  */
2102
0
      if (h->dyn_relocs != NULL
2103
0
    && h->root.type == bfd_link_hash_undefweak)
2104
0
  {
2105
0
    if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
2106
0
        || UNDEFWEAK_NO_DYNAMIC_RELOC (info, h))
2107
0
      h->dyn_relocs = NULL;
2108
2109
    /* Make sure undefined weak symbols are output as a dynamic
2110
       symbol in PIEs.  */
2111
0
    else if (h->dynindx == -1
2112
0
       && !h->forced_local)
2113
0
      {
2114
0
        if (! bfd_elf_link_record_dynamic_symbol (info, h))
2115
0
    return false;
2116
0
      }
2117
0
  }
2118
0
    }
2119
0
  else
2120
0
    {
2121
      /* For the non-shared case, discard space for relocs against
2122
   symbols which turn out to need copy relocs or are not
2123
   dynamic.  */
2124
2125
0
      if (!h->non_got_ref
2126
0
    && ((h->def_dynamic
2127
0
         && !h->def_regular)
2128
0
        || (htab->dynamic_sections_created
2129
0
      && (h->root.type == bfd_link_hash_undefweak
2130
0
          || h->root.type == bfd_link_hash_undefined))))
2131
0
  {
2132
    /* Make sure this symbol is output as a dynamic symbol.
2133
       Undefined weak syms won't yet be marked as dynamic.  */
2134
0
    if (h->dynindx == -1
2135
0
        && !h->forced_local)
2136
0
      {
2137
0
        if (! bfd_elf_link_record_dynamic_symbol (info, h))
2138
0
    return false;
2139
0
      }
2140
2141
    /* If that succeeded, we know we'll be keeping all the
2142
       relocs.  */
2143
0
    if (h->dynindx != -1)
2144
0
      goto keep;
2145
0
  }
2146
2147
0
      h->dyn_relocs = NULL;
2148
2149
0
    keep: ;
2150
0
    }
2151
2152
  /* Finally, allocate space.  */
2153
0
  for (p = h->dyn_relocs; p != NULL; p = p->next)
2154
0
    {
2155
0
      asection *sreloc = elf_section_data (p->sec)->sreloc;
2156
0
      sreloc->size += p->count * TILEPRO_ELF_RELA_BYTES;
2157
0
    }
2158
2159
0
  return true;
2160
0
}
2161
2162
/* Return true if the dynamic symbol for a given section should be
2163
   omitted when creating a shared library.  */
2164
2165
static bool
2166
tilepro_elf_omit_section_dynsym (struct bfd_link_info *info,
2167
         asection *p)
2168
0
{
2169
  /* We keep the .got section symbol so that explicit relocations
2170
     against the _GLOBAL_OFFSET_TABLE_ symbol emitted in PIC mode
2171
     can be turned into relocations against the .got symbol.  */
2172
0
  if (strcmp (p->name, ".got") == 0)
2173
0
    return false;
2174
2175
0
  return _bfd_elf_omit_section_dynsym_default (info, p);
2176
0
}
2177
2178
/* Set the sizes of the dynamic sections.  */
2179
2180
0
#define ELF32_DYNAMIC_INTERPRETER "/lib/ld.so.1"
2181
2182
static bool
2183
tilepro_elf_late_size_sections (struct bfd_link_info *info)
2184
0
{
2185
0
  struct elf_link_hash_table *htab;
2186
0
  bfd *dynobj;
2187
0
  asection *s;
2188
0
  bfd *ibfd;
2189
2190
0
  htab = tilepro_elf_hash_table (info);
2191
0
  BFD_ASSERT (htab != NULL);
2192
0
  dynobj = htab->dynobj;
2193
0
  if (dynobj == NULL)
2194
0
    return true;
2195
2196
0
  if (elf_hash_table (info)->dynamic_sections_created)
2197
0
    {
2198
      /* Set the contents of the .interp section to the interpreter.  */
2199
0
      if (bfd_link_executable (info) && !info->nointerp)
2200
0
  {
2201
0
    s = elf_hash_table (info)->interp;
2202
0
    BFD_ASSERT (s != NULL);
2203
0
    s->size = sizeof ELF32_DYNAMIC_INTERPRETER;
2204
0
    s->contents = (unsigned char *) ELF32_DYNAMIC_INTERPRETER;
2205
0
    s->alloced = 1;
2206
0
  }
2207
0
    }
2208
2209
  /* Set up .got offsets for local syms, and space for local dynamic
2210
     relocs.  */
2211
0
  for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
2212
0
    {
2213
0
      bfd_signed_vma *local_got;
2214
0
      bfd_signed_vma *end_local_got;
2215
0
      char *local_tls_type;
2216
0
      bfd_size_type locsymcount;
2217
0
      Elf_Internal_Shdr *symtab_hdr;
2218
0
      asection *srel;
2219
2220
0
      if (! is_tilepro_elf (ibfd))
2221
0
  continue;
2222
2223
0
      for (s = ibfd->sections; s != NULL; s = s->next)
2224
0
  {
2225
0
    struct elf_dyn_relocs *p;
2226
2227
0
    for (p = elf_section_data (s)->local_dynrel; p != NULL; p = p->next)
2228
0
      {
2229
0
        if (!bfd_is_abs_section (p->sec)
2230
0
      && bfd_is_abs_section (p->sec->output_section))
2231
0
    {
2232
      /* Input section has been discarded, either because
2233
         it is a copy of a linkonce section or due to
2234
         linker script /DISCARD/, so we'll be discarding
2235
         the relocs too.  */
2236
0
    }
2237
0
        else if (p->count != 0)
2238
0
    {
2239
0
      srel = elf_section_data (p->sec)->sreloc;
2240
0
      srel->size += p->count * TILEPRO_ELF_RELA_BYTES;
2241
0
      if ((p->sec->output_section->flags & SEC_READONLY) != 0)
2242
0
        {
2243
0
          info->flags |= DF_TEXTREL;
2244
2245
0
          info->callbacks->minfo (_("%pB: dynamic relocation in read-only section `%pA'\n"),
2246
0
                p->sec->owner, p->sec);
2247
0
        }
2248
0
    }
2249
0
      }
2250
0
  }
2251
2252
0
      local_got = elf_local_got_refcounts (ibfd);
2253
0
      if (!local_got)
2254
0
  continue;
2255
2256
0
      symtab_hdr = &elf_symtab_hdr (ibfd);
2257
0
      locsymcount = symtab_hdr->sh_info;
2258
0
      end_local_got = local_got + locsymcount;
2259
0
      local_tls_type = _bfd_tilepro_elf_local_got_tls_type (ibfd);
2260
0
      s = htab->sgot;
2261
0
      srel = htab->srelgot;
2262
0
      for (; local_got < end_local_got; ++local_got, ++local_tls_type)
2263
0
  {
2264
0
    if (*local_got > 0)
2265
0
      {
2266
0
        *local_got = s->size;
2267
0
        s->size += TILEPRO_BYTES_PER_WORD;
2268
0
        if (*local_tls_type == GOT_TLS_GD)
2269
0
    s->size += TILEPRO_BYTES_PER_WORD;
2270
0
        if (bfd_link_pic (info)
2271
0
      || *local_tls_type == GOT_TLS_GD
2272
0
      || *local_tls_type == GOT_TLS_IE)
2273
0
    srel->size += TILEPRO_ELF_RELA_BYTES;
2274
0
      }
2275
0
    else
2276
0
      *local_got = (bfd_vma) -1;
2277
0
  }
2278
0
    }
2279
2280
  /* Allocate global sym .plt and .got entries, and space for global
2281
     sym dynamic relocs.  */
2282
0
  elf_link_hash_traverse (htab, allocate_dynrelocs, info);
2283
2284
0
  if (elf_hash_table (info)->dynamic_sections_created)
2285
0
    {
2286
      /* If the .got section is more than 0x8000 bytes, we add
2287
   0x8000 to the value of _GLOBAL_OFFSET_TABLE_, so that 16
2288
   bit relocations have a greater chance of working. */
2289
0
      if (htab->sgot->size >= 0x8000
2290
0
    && elf_hash_table (info)->hgot->root.u.def.value == 0)
2291
0
  elf_hash_table (info)->hgot->root.u.def.value = 0x8000;
2292
0
    }
2293
2294
0
  if (htab->sgotplt)
2295
0
    {
2296
0
      struct elf_link_hash_entry *got;
2297
0
      got = elf_link_hash_lookup (elf_hash_table (info),
2298
0
          "_GLOBAL_OFFSET_TABLE_",
2299
0
          false, false, false);
2300
2301
      /* Don't allocate .got.plt section if there are no GOT nor PLT
2302
   entries and there is no refeence to _GLOBAL_OFFSET_TABLE_.  */
2303
0
      if ((got == NULL
2304
0
     || !got->ref_regular_nonweak)
2305
0
    && (htab->sgotplt->size
2306
0
        == GOTPLT_HEADER_SIZE)
2307
0
    && (htab->splt == NULL
2308
0
        || htab->splt->size == 0)
2309
0
    && (htab->sgot == NULL
2310
0
        || (htab->sgot->size
2311
0
      == get_elf_backend_data (info->output_bfd)->got_header_size)))
2312
0
  htab->sgotplt->size = 0;
2313
0
    }
2314
2315
  /* The check_relocs and adjust_dynamic_symbol entry points have
2316
     determined the sizes of the various dynamic sections.  Allocate
2317
     memory for them.  */
2318
0
  for (s = dynobj->sections; s != NULL; s = s->next)
2319
0
    {
2320
0
      if ((s->flags & SEC_LINKER_CREATED) == 0)
2321
0
  continue;
2322
2323
0
      if (s == htab->splt
2324
0
    || s == htab->sgot
2325
0
    || s == htab->sgotplt
2326
0
    || s == htab->sdynbss
2327
0
    || s == htab->sdynrelro)
2328
0
  {
2329
    /* Strip this section if we don't need it; see the
2330
       comment below.  */
2331
0
  }
2332
0
      else if (startswith (s->name, ".rela"))
2333
0
  {
2334
0
    if (s->size != 0)
2335
0
      {
2336
        /* We use the reloc_count field as a counter if we need
2337
     to copy relocs into the output file.  */
2338
0
        s->reloc_count = 0;
2339
0
      }
2340
0
  }
2341
0
      else
2342
0
  {
2343
    /* It's not one of our sections.  */
2344
0
    continue;
2345
0
  }
2346
2347
0
      if (s->size == 0)
2348
0
  {
2349
    /* If we don't need this section, strip it from the
2350
       output file.  This is mostly to handle .rela.bss and
2351
       .rela.plt.  We must create both sections in
2352
       create_dynamic_sections, because they must be created
2353
       before the linker maps input sections to output
2354
       sections.  The linker does that before
2355
       adjust_dynamic_symbol is called, and it is that
2356
       function which decides whether anything needs to go
2357
       into these sections.  */
2358
0
    s->flags |= SEC_EXCLUDE;
2359
0
    continue;
2360
0
  }
2361
2362
0
      if ((s->flags & SEC_HAS_CONTENTS) == 0)
2363
0
  continue;
2364
2365
      /* Allocate memory for the section contents.  Zero the memory
2366
   for the benefit of .rela.plt, which has 4 unused entries
2367
   at the beginning, and we don't want garbage.  */
2368
0
      s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
2369
0
      if (s->contents == NULL)
2370
0
  return false;
2371
0
      s->alloced = 1;
2372
0
    }
2373
2374
0
  return _bfd_elf_add_dynamic_tags (info, true);
2375
0
}
2376

2377
/* Return the base VMA address which should be subtracted from real addresses
2378
   when resolving @dtpoff relocation.
2379
   This is PT_TLS segment p_vaddr.  */
2380
2381
static bfd_vma
2382
dtpoff_base (struct bfd_link_info *info)
2383
0
{
2384
  /* If tls_sec is NULL, we should have signalled an error already.  */
2385
0
  if (elf_hash_table (info)->tls_sec == NULL)
2386
0
    return 0;
2387
0
  return elf_hash_table (info)->tls_sec->vma;
2388
0
}
2389
2390
/* Return the relocation value for R_TILEPRO_TLS_TPOFF32. */
2391
2392
static bfd_vma
2393
tpoff (struct bfd_link_info *info, bfd_vma address)
2394
0
{
2395
0
  struct elf_link_hash_table *htab = elf_hash_table (info);
2396
2397
  /* If tls_sec is NULL, we should have signalled an error already.  */
2398
0
  if (htab->tls_sec == NULL)
2399
0
    return 0;
2400
2401
0
  return (address - htab->tls_sec->vma);
2402
0
}
2403
2404
/* Replace the MASK bits in ADDR with those in INSN, for the next
2405
   TILEPRO_BUNDLE_SIZE_IN_BYTES bytes.  */
2406
2407
static void
2408
tilepro_replace_insn (bfd_byte *addr, const bfd_byte *mask,
2409
          const bfd_byte *insn)
2410
0
{
2411
0
  int i;
2412
0
  for (i = 0; i < TILEPRO_BUNDLE_SIZE_IN_BYTES; i++)
2413
0
    {
2414
0
      addr[i] = (addr[i] & ~mask[i]) | (insn[i] & mask[i]);
2415
0
    }
2416
0
}
2417
2418
/* Mask to extract the bits corresponding to an instruction in a
2419
   specific pipe of a bundle.  */
2420
static const bfd_byte insn_mask_X1[] = {
2421
  0x00, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0x7f
2422
};
2423
2424
/* Mask to extract the bits corresponding to an instruction in a
2425
   specific pipe of a bundle, minus the destination operand and the
2426
   first source operand.  */
2427
static const bfd_byte insn_mask_X0_no_dest_no_srca[] = {
2428
  0x00, 0xf0, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00
2429
};
2430
2431
static const bfd_byte insn_mask_X1_no_dest_no_srca[] = {
2432
  0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x7f
2433
};
2434
2435
static const bfd_byte insn_mask_Y0_no_dest_no_srca[] = {
2436
  0x00, 0xf0, 0x0f, 0x78, 0x00, 0x00, 0x00, 0x00
2437
};
2438
2439
static const bfd_byte insn_mask_Y1_no_dest_no_srca[] = {
2440
  0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x78
2441
};
2442
2443
/* Mask to extract the first source operand of an instruction.  */
2444
static const bfd_byte srca_mask_X0[] = {
2445
  0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2446
};
2447
2448
static const bfd_byte srca_mask_X1[] = {
2449
  0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00
2450
};
2451
2452
/* Various instructions synthesized to support tls references.  */
2453
2454
/* move r0, r0 in the X1 pipe, used for tls le.  */
2455
static const bfd_byte insn_tls_le_move_X1[] = {
2456
  0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x33, 0x08
2457
};
2458
2459
/* move r0, zero in the X0 and X1 pipe, used for tls le.  */
2460
static const bfd_byte insn_tls_le_move_zero_X0X1[] = {
2461
  0xc0, 0xff, 0xcf, 0x00, 0xe0, 0xff, 0x33, 0x08
2462
};
2463
2464
/* lw r0, r0 in the X1 pipe, used for tls ie.  */
2465
static const bfd_byte insn_tls_ie_lw_X1[] = {
2466
  0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x0b, 0x40
2467
};
2468
2469
/* add r0, r0, tp in various pipes, used for tls ie.  */
2470
static const bfd_byte insn_tls_ie_add_X0X1[] = {
2471
  0x00, 0x50, 0x0f, 0x00, 0x00, 0xa8, 0x07, 0x08
2472
};
2473
static const bfd_byte insn_tls_ie_add_Y0Y1[] = {
2474
  0x00, 0x50, 0x03, 0x08, 0x00, 0xa8, 0x01, 0x8c
2475
};
2476
2477
/* move r0, r0 in various pipes, used for tls gd.  */
2478
static const bfd_byte insn_tls_gd_add_X0X1[] = {
2479
  0x00, 0xf0, 0xcf, 0x00, 0x00, 0xf8, 0x33, 0x08
2480
};
2481
static const bfd_byte insn_tls_gd_add_Y0Y1[] = {
2482
  0x00, 0xf0, 0x0b, 0x18, 0x00, 0xf8, 0x05, 0x9c
2483
};
2484
2485
/* Relocate an TILEPRO ELF section.
2486
2487
   The RELOCATE_SECTION function is called by the new ELF backend linker
2488
   to handle the relocations for a section.
2489
2490
   The relocs are always passed as Rela structures.
2491
2492
   This function is responsible for adjusting the section contents as
2493
   necessary, and (if generating a relocatable output file) adjusting
2494
   the reloc addend as necessary.
2495
2496
   This function does not have to worry about setting the reloc
2497
   address or the reloc symbol index.
2498
2499
   LOCAL_SYMS is a pointer to the swapped in local symbols.
2500
2501
   LOCAL_SECTIONS is an array giving the section in the input file
2502
   corresponding to the st_shndx field of each local symbol.
2503
2504
   The global hash table entry for the global symbols can be found
2505
   via elf_sym_hashes (input_bfd).
2506
2507
   When generating relocatable output, this function must handle
2508
   STB_LOCAL/STT_SECTION symbols specially.  The output symbol is
2509
   going to be the section symbol corresponding to the output
2510
   section, which means that the addend must be adjusted
2511
   accordingly.  */
2512
2513
static int
2514
tilepro_elf_relocate_section (struct bfd_link_info *info,
2515
            bfd *input_bfd, asection *input_section,
2516
            bfd_byte *contents, Elf_Internal_Rela *relocs,
2517
            Elf_Internal_Sym *local_syms,
2518
            asection **local_sections)
2519
0
{
2520
0
  struct elf_link_hash_table *htab;
2521
0
  Elf_Internal_Shdr *symtab_hdr;
2522
0
  struct elf_link_hash_entry **sym_hashes;
2523
0
  bfd_vma *local_got_offsets;
2524
0
  bfd_vma got_base;
2525
0
  asection *sreloc;
2526
0
  Elf_Internal_Rela *rel;
2527
0
  Elf_Internal_Rela *relend;
2528
0
  int num_relocs;
2529
2530
0
  htab = tilepro_elf_hash_table (info);
2531
0
  BFD_ASSERT (htab != NULL);
2532
0
  symtab_hdr = &elf_symtab_hdr (input_bfd);
2533
0
  sym_hashes = elf_sym_hashes (input_bfd);
2534
0
  local_got_offsets = elf_local_got_offsets (input_bfd);
2535
2536
0
  if (elf_hash_table (info)->hgot == NULL)
2537
0
    got_base = 0;
2538
0
  else
2539
0
    got_base = elf_hash_table (info)->hgot->root.u.def.value;
2540
2541
0
  sreloc = elf_section_data (input_section)->sreloc;
2542
2543
0
  rel = relocs;
2544
0
  num_relocs = input_section->reloc_count;
2545
0
  relend = relocs + num_relocs;
2546
0
  for (; rel < relend; rel++)
2547
0
    {
2548
0
      int r_type, tls_type;
2549
0
      bool is_tls_iele, is_tls_le;
2550
0
      reloc_howto_type *howto;
2551
0
      unsigned long r_symndx;
2552
0
      struct elf_link_hash_entry *h;
2553
0
      Elf_Internal_Sym *sym;
2554
0
      tilepro_create_func create_func;
2555
0
      asection *sec;
2556
0
      bfd_vma relocation;
2557
0
      bfd_reloc_status_type r;
2558
0
      const char *name;
2559
0
      bfd_vma off;
2560
0
      bool is_plt = false;
2561
0
      bool resolved_to_zero;
2562
0
      bool unresolved_reloc;
2563
2564
0
      r_type = ELF32_R_TYPE (rel->r_info);
2565
0
      if (r_type == R_TILEPRO_GNU_VTINHERIT
2566
0
    || r_type == R_TILEPRO_GNU_VTENTRY)
2567
0
  continue;
2568
2569
0
      if ((unsigned int)r_type >= NELEMS(tilepro_elf_howto_table))
2570
0
  return _bfd_unrecognized_reloc (input_bfd, input_section, r_type);
2571
2572
0
      howto = tilepro_elf_howto_table + r_type;
2573
2574
      /* This is a final link.  */
2575
0
      r_symndx = ELF32_R_SYM (rel->r_info);
2576
0
      h = NULL;
2577
0
      sym = NULL;
2578
0
      sec = NULL;
2579
0
      unresolved_reloc = false;
2580
0
      if (r_symndx < symtab_hdr->sh_info)
2581
0
  {
2582
0
    sym = local_syms + r_symndx;
2583
0
    sec = local_sections[r_symndx];
2584
0
    relocation = _bfd_elf_rela_local_sym (info->output_bfd,
2585
0
            sym, &sec, rel);
2586
0
  }
2587
0
      else
2588
0
  {
2589
0
    bool warned ATTRIBUTE_UNUSED;
2590
0
    bool ignored ATTRIBUTE_UNUSED;
2591
2592
0
    RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2593
0
           r_symndx, symtab_hdr, sym_hashes,
2594
0
           h, sec, relocation,
2595
0
           unresolved_reloc, warned, ignored);
2596
0
    if (warned)
2597
0
      {
2598
        /* To avoid generating warning messages about truncated
2599
     relocations, set the relocation's address to be the same as
2600
     the start of this section.  */
2601
0
        if (input_section->output_section != NULL)
2602
0
    relocation = input_section->output_section->vma;
2603
0
        else
2604
0
    relocation = 0;
2605
0
      }
2606
0
  }
2607
2608
0
      if (sec != NULL && discarded_section (sec))
2609
0
  RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
2610
0
           rel, 1, relend, R_TILEPRO_NONE,
2611
0
           howto, 0, contents);
2612
2613
0
      if (bfd_link_relocatable (info))
2614
0
  continue;
2615
2616
0
      if (h != NULL)
2617
0
  name = h->root.root.string;
2618
0
      else
2619
0
  {
2620
0
    name = (bfd_elf_string_from_elf_section
2621
0
      (input_bfd, symtab_hdr->sh_link, sym->st_name));
2622
0
    if (name == NULL || *name == '\0')
2623
0
      name = bfd_section_name (sec);
2624
0
  }
2625
2626
0
      switch (r_type)
2627
0
  {
2628
0
  case R_TILEPRO_TLS_GD_CALL:
2629
0
  case R_TILEPRO_IMM8_X0_TLS_GD_ADD:
2630
0
  case R_TILEPRO_IMM8_Y0_TLS_GD_ADD:
2631
0
  case R_TILEPRO_IMM8_X1_TLS_GD_ADD:
2632
0
  case R_TILEPRO_IMM8_Y1_TLS_GD_ADD:
2633
0
  case R_TILEPRO_IMM16_X0_TLS_GD_HA:
2634
0
  case R_TILEPRO_IMM16_X1_TLS_GD_HA:
2635
0
  case R_TILEPRO_IMM16_X0_TLS_IE_HA:
2636
0
  case R_TILEPRO_IMM16_X1_TLS_IE_HA:
2637
0
    tls_type = GOT_UNKNOWN;
2638
0
    if (h == NULL && local_got_offsets)
2639
0
      tls_type =
2640
0
        _bfd_tilepro_elf_local_got_tls_type (input_bfd) [r_symndx];
2641
0
    else if (h != NULL)
2642
0
      tls_type = tilepro_elf_hash_entry(h)->tls_type;
2643
2644
0
    is_tls_iele = (bfd_link_executable (info) || tls_type == GOT_TLS_IE);
2645
0
    is_tls_le = is_tls_iele && (bfd_link_executable (info)
2646
0
              && (h == NULL || h->dynindx == -1));
2647
2648
0
    if (r_type == R_TILEPRO_TLS_GD_CALL)
2649
0
      {
2650
0
        if (is_tls_le)
2651
0
    {
2652
      /* GD -> LE */
2653
0
      tilepro_replace_insn (contents + rel->r_offset,
2654
0
          insn_mask_X1, insn_tls_le_move_X1);
2655
0
      continue;
2656
0
    }
2657
0
        else if (is_tls_iele)
2658
0
    {
2659
      /* GD -> IE */
2660
0
      tilepro_replace_insn (contents + rel->r_offset,
2661
0
          insn_mask_X1, insn_tls_ie_lw_X1);
2662
0
      continue;
2663
0
    }
2664
2665
        /* GD -> GD */
2666
0
        h = (struct elf_link_hash_entry *)
2667
0
    bfd_link_hash_lookup (info->hash, "__tls_get_addr", false,
2668
0
              false, true);
2669
0
        BFD_ASSERT (h != NULL);
2670
0
        r_type = R_TILEPRO_JOFFLONG_X1_PLT;
2671
0
        howto = tilepro_elf_howto_table + r_type;
2672
0
      }
2673
0
    else if (r_type == R_TILEPRO_IMM16_X0_TLS_GD_HA
2674
0
       || r_type == R_TILEPRO_IMM16_X0_TLS_IE_HA)
2675
0
      {
2676
0
        if (is_tls_le)
2677
0
    tilepro_replace_insn (contents + rel->r_offset, srca_mask_X0,
2678
0
              insn_tls_le_move_zero_X0X1);
2679
0
      }
2680
0
    else if (r_type == R_TILEPRO_IMM16_X1_TLS_GD_HA
2681
0
       || r_type == R_TILEPRO_IMM16_X1_TLS_IE_HA)
2682
0
      {
2683
0
        if (is_tls_le)
2684
0
    tilepro_replace_insn (contents + rel->r_offset, srca_mask_X1,
2685
0
              insn_tls_le_move_zero_X0X1);
2686
0
      }
2687
0
    else
2688
0
      {
2689
0
        const bfd_byte *mask = NULL;
2690
0
        const bfd_byte *add_insn = NULL;
2691
2692
0
        switch (r_type)
2693
0
    {
2694
0
    case R_TILEPRO_IMM8_X0_TLS_GD_ADD:
2695
0
      add_insn = is_tls_iele ? insn_tls_ie_add_X0X1
2696
0
        : insn_tls_gd_add_X0X1;
2697
0
      mask = insn_mask_X0_no_dest_no_srca;
2698
0
      break;
2699
0
    case R_TILEPRO_IMM8_X1_TLS_GD_ADD:
2700
0
      add_insn = is_tls_iele ? insn_tls_ie_add_X0X1
2701
0
        : insn_tls_gd_add_X0X1;
2702
0
      mask = insn_mask_X1_no_dest_no_srca;
2703
0
      break;
2704
0
    case R_TILEPRO_IMM8_Y0_TLS_GD_ADD:
2705
0
      add_insn = is_tls_iele ? insn_tls_ie_add_Y0Y1
2706
0
        : insn_tls_gd_add_Y0Y1;
2707
0
      mask = insn_mask_Y0_no_dest_no_srca;
2708
0
      break;
2709
0
    case R_TILEPRO_IMM8_Y1_TLS_GD_ADD:
2710
0
      add_insn = is_tls_iele ? insn_tls_ie_add_Y0Y1
2711
0
        : insn_tls_gd_add_Y0Y1;
2712
0
      mask = insn_mask_Y1_no_dest_no_srca;
2713
0
      break;
2714
0
    }
2715
2716
0
        tilepro_replace_insn (contents + rel->r_offset, mask, add_insn);
2717
2718
0
        continue;
2719
0
      }
2720
0
    break;
2721
0
  case R_TILEPRO_TLS_IE_LOAD:
2722
0
    if (bfd_link_executable (info) && (h == NULL || h->dynindx == -1))
2723
      /* IE -> LE */
2724
0
      tilepro_replace_insn (contents + rel->r_offset,
2725
0
          insn_mask_X1_no_dest_no_srca,
2726
0
          insn_tls_le_move_X1);
2727
0
    else
2728
      /* IE -> IE */
2729
0
      tilepro_replace_insn (contents + rel->r_offset,
2730
0
          insn_mask_X1_no_dest_no_srca,
2731
0
          insn_tls_ie_lw_X1);
2732
0
    continue;
2733
0
    break;
2734
0
  default:
2735
0
    break;
2736
0
  }
2737
2738
0
      resolved_to_zero = (h != NULL
2739
0
        && UNDEFWEAK_NO_DYNAMIC_RELOC (info, h));
2740
2741
0
      switch (r_type)
2742
0
  {
2743
0
  case R_TILEPRO_IMM16_X0_GOT:
2744
0
  case R_TILEPRO_IMM16_X1_GOT:
2745
0
  case R_TILEPRO_IMM16_X0_GOT_LO:
2746
0
  case R_TILEPRO_IMM16_X1_GOT_LO:
2747
0
  case R_TILEPRO_IMM16_X0_GOT_HI:
2748
0
  case R_TILEPRO_IMM16_X1_GOT_HI:
2749
0
  case R_TILEPRO_IMM16_X0_GOT_HA:
2750
0
  case R_TILEPRO_IMM16_X1_GOT_HA:
2751
    /* Relocation is to the entry for this symbol in the global
2752
       offset table.  */
2753
0
    if (htab->sgot == NULL)
2754
0
      abort ();
2755
2756
0
    if (h != NULL)
2757
0
      {
2758
0
        bool dyn;
2759
2760
0
        off = h->got.offset;
2761
0
        BFD_ASSERT (off != (bfd_vma) -1);
2762
0
        dyn = elf_hash_table (info)->dynamic_sections_created;
2763
2764
0
        if (! WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn,
2765
0
                 bfd_link_pic (info),
2766
0
                 h)
2767
0
      || (bfd_link_pic (info)
2768
0
          && SYMBOL_REFERENCES_LOCAL (info, h)))
2769
0
    {
2770
      /* This is actually a static link, or it is a
2771
         -Bsymbolic link and the symbol is defined
2772
         locally, or the symbol was forced to be local
2773
         because of a version file.  We must initialize
2774
         this entry in the global offset table.  Since the
2775
         offset must always be a multiple
2776
         of 4 for 32-bit, we use the least significant bit
2777
         to record whether we have initialized it already.
2778
2779
         When doing a dynamic link, we create a .rela.got
2780
         relocation entry to initialize the value.  This
2781
         is done in the finish_dynamic_symbol routine.  */
2782
0
      if ((off & 1) != 0)
2783
0
        off &= ~1;
2784
0
      else
2785
0
        {
2786
0
          bfd_put_32 (info->output_bfd, relocation,
2787
0
          htab->sgot->contents + off);
2788
0
          h->got.offset |= 1;
2789
0
        }
2790
0
    }
2791
0
        else
2792
0
    unresolved_reloc = false;
2793
0
      }
2794
0
    else
2795
0
      {
2796
0
        BFD_ASSERT (local_got_offsets != NULL
2797
0
        && local_got_offsets[r_symndx] != (bfd_vma) -1);
2798
2799
0
        off = local_got_offsets[r_symndx];
2800
2801
        /* The offset must always be a multiple of 4 on 32-bit.
2802
     We use the least significant bit to record
2803
     whether we have already processed this entry.  */
2804
0
        if ((off & 1) != 0)
2805
0
    off &= ~1;
2806
0
        else
2807
0
    {
2808
0
      if (bfd_link_pic (info))
2809
0
        {
2810
0
          asection *s;
2811
0
          Elf_Internal_Rela outrel;
2812
2813
          /* We need to generate a R_TILEPRO_RELATIVE reloc
2814
       for the dynamic linker.  */
2815
0
          s = htab->srelgot;
2816
0
          BFD_ASSERT (s != NULL);
2817
2818
0
          outrel.r_offset = (htab->sgot->output_section->vma
2819
0
           + htab->sgot->output_offset
2820
0
           + off);
2821
0
          outrel.r_info = ELF32_R_INFO (0, R_TILEPRO_RELATIVE);
2822
0
          outrel.r_addend = relocation;
2823
0
          relocation = 0;
2824
0
          tilepro_elf_append_rela_32 (info->output_bfd, s, &outrel);
2825
0
        }
2826
2827
0
      bfd_put_32 (info->output_bfd, relocation,
2828
0
            htab->sgot->contents + off);
2829
0
      local_got_offsets[r_symndx] |= 1;
2830
0
    }
2831
0
      }
2832
0
    relocation = off - got_base;
2833
0
    break;
2834
2835
0
  case R_TILEPRO_JOFFLONG_X1_PLT:
2836
    /* Relocation is to the entry for this symbol in the
2837
       procedure linkage table.  */
2838
0
    BFD_ASSERT (h != NULL);
2839
2840
0
    if (h->plt.offset == (bfd_vma) -1 || htab->splt == NULL)
2841
0
      {
2842
        /* We didn't make a PLT entry for this symbol.  This
2843
     happens when statically linking PIC code, or when
2844
     using -Bsymbolic.  */
2845
0
        break;
2846
0
      }
2847
2848
0
    relocation = (htab->splt->output_section->vma
2849
0
      + htab->splt->output_offset
2850
0
      + h->plt.offset);
2851
0
    unresolved_reloc = false;
2852
0
    break;
2853
2854
0
  case R_TILEPRO_32_PCREL:
2855
0
  case R_TILEPRO_16_PCREL:
2856
0
  case R_TILEPRO_8_PCREL:
2857
0
  case R_TILEPRO_IMM16_X0_PCREL:
2858
0
  case R_TILEPRO_IMM16_X1_PCREL:
2859
0
  case R_TILEPRO_IMM16_X0_LO_PCREL:
2860
0
  case R_TILEPRO_IMM16_X1_LO_PCREL:
2861
0
  case R_TILEPRO_IMM16_X0_HI_PCREL:
2862
0
  case R_TILEPRO_IMM16_X1_HI_PCREL:
2863
0
  case R_TILEPRO_IMM16_X0_HA_PCREL:
2864
0
  case R_TILEPRO_IMM16_X1_HA_PCREL:
2865
0
    if (h != NULL
2866
0
        && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
2867
0
      break;
2868
    /* Fall through.  */
2869
0
  case R_TILEPRO_32:
2870
0
  case R_TILEPRO_16:
2871
0
  case R_TILEPRO_8:
2872
0
  case R_TILEPRO_LO16:
2873
0
  case R_TILEPRO_HI16:
2874
0
  case R_TILEPRO_HA16:
2875
0
  case R_TILEPRO_COPY:
2876
0
  case R_TILEPRO_GLOB_DAT:
2877
0
  case R_TILEPRO_JMP_SLOT:
2878
0
  case R_TILEPRO_RELATIVE:
2879
0
  case R_TILEPRO_BROFF_X1:
2880
0
  case R_TILEPRO_JOFFLONG_X1:
2881
0
  case R_TILEPRO_IMM8_X0:
2882
0
  case R_TILEPRO_IMM8_Y0:
2883
0
  case R_TILEPRO_IMM8_X1:
2884
0
  case R_TILEPRO_IMM8_Y1:
2885
0
  case R_TILEPRO_DEST_IMM8_X1:
2886
0
  case R_TILEPRO_MT_IMM15_X1:
2887
0
  case R_TILEPRO_MF_IMM15_X1:
2888
0
  case R_TILEPRO_IMM16_X0:
2889
0
  case R_TILEPRO_IMM16_X1:
2890
0
  case R_TILEPRO_IMM16_X0_LO:
2891
0
  case R_TILEPRO_IMM16_X1_LO:
2892
0
  case R_TILEPRO_IMM16_X0_HI:
2893
0
  case R_TILEPRO_IMM16_X1_HI:
2894
0
  case R_TILEPRO_IMM16_X0_HA:
2895
0
  case R_TILEPRO_IMM16_X1_HA:
2896
0
  case R_TILEPRO_MMSTART_X0:
2897
0
  case R_TILEPRO_MMEND_X0:
2898
0
  case R_TILEPRO_MMSTART_X1:
2899
0
  case R_TILEPRO_MMEND_X1:
2900
0
  case R_TILEPRO_SHAMT_X0:
2901
0
  case R_TILEPRO_SHAMT_X1:
2902
0
  case R_TILEPRO_SHAMT_Y0:
2903
0
  case R_TILEPRO_SHAMT_Y1:
2904
0
    if ((input_section->flags & SEC_ALLOC) == 0)
2905
0
      break;
2906
2907
0
    if ((bfd_link_pic (info)
2908
0
         && (h == NULL
2909
0
       || (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
2910
0
           && !resolved_to_zero)
2911
0
       || h->root.type != bfd_link_hash_undefweak)
2912
0
         && (! howto->pc_relative
2913
0
       || !SYMBOL_CALLS_LOCAL (info, h)))
2914
0
        || (!bfd_link_pic (info)
2915
0
      && h != NULL
2916
0
      && h->dynindx != -1
2917
0
      && !h->non_got_ref
2918
0
      && ((h->def_dynamic
2919
0
           && !h->def_regular)
2920
0
          || h->root.type == bfd_link_hash_undefweak
2921
0
          || h->root.type == bfd_link_hash_undefined)))
2922
0
      {
2923
0
        Elf_Internal_Rela outrel;
2924
0
        bool skip, relocate = false;
2925
2926
        /* When generating a shared object, these relocations
2927
     are copied into the output file to be resolved at run
2928
     time.  */
2929
2930
0
        BFD_ASSERT (sreloc != NULL);
2931
2932
0
        skip = false;
2933
2934
0
        outrel.r_offset =
2935
0
    _bfd_elf_section_offset (info->output_bfd, info,
2936
0
           input_section, rel->r_offset);
2937
0
        if (outrel.r_offset == (bfd_vma) -1)
2938
0
    skip = true;
2939
0
        else if (outrel.r_offset == (bfd_vma) -2)
2940
0
    skip = true, relocate = true;
2941
0
        outrel.r_offset += (input_section->output_section->vma
2942
0
          + input_section->output_offset);
2943
2944
0
        switch (r_type)
2945
0
    {
2946
0
    case R_TILEPRO_32_PCREL:
2947
0
    case R_TILEPRO_16_PCREL:
2948
0
    case R_TILEPRO_8_PCREL:
2949
      /* If the symbol is not dynamic, we should not keep
2950
         a dynamic relocation.  But an .rela.* slot has been
2951
         allocated for it, output R_TILEPRO_NONE.
2952
         FIXME: Add code tracking needed dynamic relocs as
2953
         e.g. i386 has.  */
2954
0
      if (h->dynindx == -1)
2955
0
        skip = true, relocate = true;
2956
0
      break;
2957
0
    }
2958
2959
0
        if (skip)
2960
0
    memset (&outrel, 0, sizeof outrel);
2961
        /* h->dynindx may be -1 if the symbol was marked to
2962
     become local.  */
2963
0
        else if (h != NULL &&
2964
0
           h->dynindx != -1
2965
0
           && (! is_plt
2966
0
         || !bfd_link_pic (info)
2967
0
         || !SYMBOLIC_BIND (info, h)
2968
0
         || !h->def_regular))
2969
0
    {
2970
0
      BFD_ASSERT (h->dynindx != -1);
2971
0
      outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
2972
0
      outrel.r_addend = rel->r_addend;
2973
0
    }
2974
0
        else
2975
0
    {
2976
0
      if (r_type == R_TILEPRO_32)
2977
0
        {
2978
0
          outrel.r_info = ELF32_R_INFO (0, R_TILEPRO_RELATIVE);
2979
0
          outrel.r_addend = relocation + rel->r_addend;
2980
0
        }
2981
0
      else
2982
0
        {
2983
0
          long indx;
2984
2985
0
          outrel.r_addend = relocation + rel->r_addend;
2986
2987
0
          if (is_plt)
2988
0
      sec = htab->splt;
2989
2990
0
          if (bfd_is_abs_section (sec))
2991
0
      indx = 0;
2992
0
          else if (sec == NULL || sec->owner == NULL)
2993
0
      {
2994
0
        bfd_set_error (bfd_error_bad_value);
2995
0
        return false;
2996
0
      }
2997
0
          else
2998
0
      {
2999
0
        asection *osec;
3000
3001
        /* We are turning this relocation into one
3002
           against a section symbol.  It would be
3003
           proper to subtract the symbol's value,
3004
           osec->vma, from the emitted reloc addend,
3005
           but ld.so expects buggy relocs.  */
3006
0
        osec = sec->output_section;
3007
0
        indx = elf_section_data (osec)->dynindx;
3008
3009
0
        if (indx == 0)
3010
0
          {
3011
0
            osec = htab->text_index_section;
3012
0
            indx = elf_section_data (osec)->dynindx;
3013
0
          }
3014
3015
        /* FIXME: we really should be able to link non-pic
3016
           shared libraries.  */
3017
0
        if (indx == 0)
3018
0
          {
3019
0
            BFD_FAIL ();
3020
0
            _bfd_error_handler
3021
0
        (_("%pB: probably compiled without -fPIC?"),
3022
0
         input_bfd);
3023
0
            bfd_set_error (bfd_error_bad_value);
3024
0
            return false;
3025
0
          }
3026
0
      }
3027
3028
0
          outrel.r_info = ELF32_R_INFO (indx, r_type);
3029
0
        }
3030
0
    }
3031
3032
0
        tilepro_elf_append_rela_32 (info->output_bfd, sreloc, &outrel);
3033
3034
        /* This reloc will be computed at runtime, so there's no
3035
     need to do anything now.  */
3036
0
        if (! relocate)
3037
0
    continue;
3038
0
      }
3039
0
    break;
3040
3041
0
  case R_TILEPRO_IMM16_X0_TLS_LE:
3042
0
  case R_TILEPRO_IMM16_X1_TLS_LE:
3043
0
  case R_TILEPRO_IMM16_X0_TLS_LE_LO:
3044
0
  case R_TILEPRO_IMM16_X1_TLS_LE_LO:
3045
0
  case R_TILEPRO_IMM16_X0_TLS_LE_HI:
3046
0
  case R_TILEPRO_IMM16_X1_TLS_LE_HI:
3047
0
  case R_TILEPRO_IMM16_X0_TLS_LE_HA:
3048
0
  case R_TILEPRO_IMM16_X1_TLS_LE_HA:
3049
0
    if (!bfd_link_executable (info))
3050
0
      {
3051
0
        Elf_Internal_Rela outrel;
3052
0
        bool skip;
3053
3054
0
        BFD_ASSERT (sreloc != NULL);
3055
0
        skip = false;
3056
0
        outrel.r_offset =
3057
0
    _bfd_elf_section_offset (info->output_bfd, info,
3058
0
           input_section, rel->r_offset);
3059
0
        if (outrel.r_offset == (bfd_vma) -1)
3060
0
    skip = true;
3061
0
        else if (outrel.r_offset == (bfd_vma) -2)
3062
0
    skip = true;
3063
0
        outrel.r_offset += (input_section->output_section->vma
3064
0
          + input_section->output_offset);
3065
0
        if (skip)
3066
0
    memset (&outrel, 0, sizeof outrel);
3067
0
        else
3068
0
    {
3069
0
      outrel.r_info = ELF32_R_INFO (0, r_type);
3070
0
      outrel.r_addend = relocation - dtpoff_base (info)
3071
0
            + rel->r_addend;
3072
0
    }
3073
3074
0
        tilepro_elf_append_rela_32 (info->output_bfd, sreloc, &outrel);
3075
0
        continue;
3076
0
      }
3077
0
    relocation = tpoff (info, relocation);
3078
0
    break;
3079
3080
0
  case R_TILEPRO_IMM16_X0_TLS_GD:
3081
0
  case R_TILEPRO_IMM16_X1_TLS_GD:
3082
0
  case R_TILEPRO_IMM16_X0_TLS_GD_LO:
3083
0
  case R_TILEPRO_IMM16_X1_TLS_GD_LO:
3084
0
  case R_TILEPRO_IMM16_X0_TLS_GD_HI:
3085
0
  case R_TILEPRO_IMM16_X1_TLS_GD_HI:
3086
0
  case R_TILEPRO_IMM16_X0_TLS_GD_HA:
3087
0
  case R_TILEPRO_IMM16_X1_TLS_GD_HA:
3088
0
  case R_TILEPRO_IMM16_X0_TLS_IE:
3089
0
  case R_TILEPRO_IMM16_X1_TLS_IE:
3090
0
  case R_TILEPRO_IMM16_X0_TLS_IE_LO:
3091
0
  case R_TILEPRO_IMM16_X1_TLS_IE_LO:
3092
0
  case R_TILEPRO_IMM16_X0_TLS_IE_HI:
3093
0
  case R_TILEPRO_IMM16_X1_TLS_IE_HI:
3094
0
  case R_TILEPRO_IMM16_X0_TLS_IE_HA:
3095
0
  case R_TILEPRO_IMM16_X1_TLS_IE_HA:
3096
0
    r_type = tilepro_elf_tls_transition (info, r_type, h == NULL);
3097
0
    tls_type = GOT_UNKNOWN;
3098
0
    if (h == NULL && local_got_offsets)
3099
0
      tls_type
3100
0
        = _bfd_tilepro_elf_local_got_tls_type (input_bfd) [r_symndx];
3101
0
    else if (h != NULL)
3102
0
      {
3103
0
        tls_type = tilepro_elf_hash_entry(h)->tls_type;
3104
0
        if (bfd_link_executable (info)
3105
0
      && h->dynindx == -1
3106
0
      && tls_type == GOT_TLS_IE)
3107
0
    r_type = tilepro_tls_translate_to_le (r_type);
3108
0
      }
3109
0
    if (tls_type == GOT_TLS_IE)
3110
0
      r_type = tilepro_tls_translate_to_ie (r_type);
3111
3112
0
    if (r_type == R_TILEPRO_IMM16_X0_TLS_LE
3113
0
        || r_type == R_TILEPRO_IMM16_X1_TLS_LE
3114
0
        || r_type == R_TILEPRO_IMM16_X0_TLS_LE_LO
3115
0
        || r_type == R_TILEPRO_IMM16_X1_TLS_LE_LO
3116
0
        || r_type == R_TILEPRO_IMM16_X0_TLS_LE_HI
3117
0
        || r_type == R_TILEPRO_IMM16_X1_TLS_LE_HI
3118
0
        || r_type == R_TILEPRO_IMM16_X0_TLS_LE_HA
3119
0
        || r_type == R_TILEPRO_IMM16_X1_TLS_LE_HA)
3120
0
      {
3121
0
        relocation = tpoff (info, relocation);
3122
0
        break;
3123
0
      }
3124
3125
0
    if (h != NULL)
3126
0
      {
3127
0
        off = h->got.offset;
3128
0
        h->got.offset |= 1;
3129
0
      }
3130
0
    else
3131
0
      {
3132
0
        BFD_ASSERT (local_got_offsets != NULL);
3133
0
        off = local_got_offsets[r_symndx];
3134
0
        local_got_offsets[r_symndx] |= 1;
3135
0
      }
3136
3137
0
    if (htab->sgot == NULL)
3138
0
      abort ();
3139
3140
0
    if ((off & 1) != 0)
3141
0
      off &= ~1;
3142
0
    else
3143
0
      {
3144
0
        Elf_Internal_Rela outrel;
3145
0
        int indx = 0;
3146
0
        bool need_relocs = false;
3147
3148
0
        if (htab->srelgot == NULL)
3149
0
    abort ();
3150
3151
0
        if (h != NULL)
3152
0
        {
3153
0
    bool dyn;
3154
0
    dyn = htab->dynamic_sections_created;
3155
3156
0
    if (WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn,
3157
0
                 bfd_link_pic (info),
3158
0
                 h)
3159
0
        && (!bfd_link_pic (info)
3160
0
      || !SYMBOL_REFERENCES_LOCAL (info, h)))
3161
0
      {
3162
0
        indx = h->dynindx;
3163
0
      }
3164
0
        }
3165
3166
        /* The GOT entries have not been initialized yet.  Do it
3167
     now, and emit any relocations. */
3168
0
        if ((bfd_link_pic (info) || indx != 0)
3169
0
      && (h == NULL
3170
0
          || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
3171
0
          || h->root.type != bfd_link_hash_undefweak))
3172
0
        need_relocs = true;
3173
3174
0
        switch (r_type)
3175
0
    {
3176
0
      case R_TILEPRO_IMM16_X0_TLS_IE:
3177
0
      case R_TILEPRO_IMM16_X1_TLS_IE:
3178
0
      case R_TILEPRO_IMM16_X0_TLS_IE_LO:
3179
0
      case R_TILEPRO_IMM16_X1_TLS_IE_LO:
3180
0
      case R_TILEPRO_IMM16_X0_TLS_IE_HI:
3181
0
      case R_TILEPRO_IMM16_X1_TLS_IE_HI:
3182
0
      case R_TILEPRO_IMM16_X0_TLS_IE_HA:
3183
0
      case R_TILEPRO_IMM16_X1_TLS_IE_HA:
3184
0
        if (need_relocs) {
3185
0
          bfd_put_32 (info->output_bfd, 0,
3186
0
          htab->sgot->contents + off);
3187
0
          outrel.r_offset = (htab->sgot->output_section->vma
3188
0
               + htab->sgot->output_offset + off);
3189
0
          outrel.r_addend = 0;
3190
0
          if (indx == 0)
3191
0
      outrel.r_addend = relocation - dtpoff_base (info);
3192
0
          outrel.r_info = ELF32_R_INFO (indx, R_TILEPRO_TLS_TPOFF32);
3193
0
          tilepro_elf_append_rela_32 (info->output_bfd,
3194
0
              htab->srelgot, &outrel);
3195
0
        } else {
3196
0
          bfd_put_32 (info->output_bfd, tpoff (info, relocation),
3197
0
          htab->sgot->contents + off);
3198
0
        }
3199
0
        break;
3200
3201
0
      case R_TILEPRO_IMM16_X0_TLS_GD:
3202
0
      case R_TILEPRO_IMM16_X1_TLS_GD:
3203
0
      case R_TILEPRO_IMM16_X0_TLS_GD_LO:
3204
0
      case R_TILEPRO_IMM16_X1_TLS_GD_LO:
3205
0
      case R_TILEPRO_IMM16_X0_TLS_GD_HI:
3206
0
      case R_TILEPRO_IMM16_X1_TLS_GD_HI:
3207
0
      case R_TILEPRO_IMM16_X0_TLS_GD_HA:
3208
0
      case R_TILEPRO_IMM16_X1_TLS_GD_HA:
3209
0
        if (need_relocs) {
3210
0
          outrel.r_offset = (htab->sgot->output_section->vma
3211
0
               + htab->sgot->output_offset + off);
3212
0
          outrel.r_addend = 0;
3213
0
          outrel.r_info = ELF32_R_INFO (indx, R_TILEPRO_TLS_DTPMOD32);
3214
0
          bfd_put_32 (info->output_bfd, 0,
3215
0
          htab->sgot->contents + off);
3216
0
          tilepro_elf_append_rela_32 (info->output_bfd,
3217
0
              htab->srelgot,
3218
0
              &outrel);
3219
0
          if (indx == 0)
3220
0
      {
3221
0
        BFD_ASSERT (! unresolved_reloc);
3222
0
        bfd_put_32 (info->output_bfd,
3223
0
              relocation - dtpoff_base (info),
3224
0
              (htab->sgot->contents + off +
3225
0
               TILEPRO_BYTES_PER_WORD));
3226
0
      }
3227
0
          else
3228
0
      {
3229
0
        bfd_put_32 (info->output_bfd, 0,
3230
0
              (htab->sgot->contents + off +
3231
0
               TILEPRO_BYTES_PER_WORD));
3232
0
        outrel.r_info = ELF32_R_INFO (indx,
3233
0
              R_TILEPRO_TLS_DTPOFF32);
3234
0
        outrel.r_offset += TILEPRO_BYTES_PER_WORD;
3235
0
        tilepro_elf_append_rela_32 (info->output_bfd,
3236
0
                  htab->srelgot, &outrel);
3237
0
      }
3238
0
        }
3239
3240
0
        else {
3241
          /* If we are not emitting relocations for a
3242
       general dynamic reference, then we must be in a
3243
       static link or an executable link with the
3244
       symbol binding locally.  Mark it as belonging
3245
       to module 1, the executable.  */
3246
0
          bfd_put_32 (info->output_bfd, 1,
3247
0
          htab->sgot->contents + off );
3248
0
          bfd_put_32 (info->output_bfd,
3249
0
          relocation - dtpoff_base (info),
3250
0
          htab->sgot->contents + off +
3251
0
          TILEPRO_BYTES_PER_WORD);
3252
0
       }
3253
0
       break;
3254
0
    }
3255
0
      }
3256
3257
0
    if (off >= (bfd_vma) -2)
3258
0
      abort ();
3259
3260
0
    relocation = off - got_base;
3261
0
    unresolved_reloc = false;
3262
0
    howto = tilepro_elf_howto_table + r_type;
3263
0
    break;
3264
3265
0
  default:
3266
0
    break;
3267
0
  }
3268
3269
      /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3270
   because such sections are not SEC_ALLOC and thus ld.so will
3271
   not process them.  */
3272
0
      if (unresolved_reloc
3273
0
    && !((input_section->flags & SEC_DEBUGGING) != 0
3274
0
         && h->def_dynamic)
3275
0
    && _bfd_elf_section_offset (info->output_bfd, info, input_section,
3276
0
              rel->r_offset) != (bfd_vma) -1)
3277
0
  _bfd_error_handler
3278
    /* xgettext:c-format */
3279
0
    (_("%pB(%pA+%#" PRIx64 "): "
3280
0
       "unresolvable %s relocation against symbol `%s'"),
3281
0
     input_bfd,
3282
0
     input_section,
3283
0
     (uint64_t) rel->r_offset,
3284
0
     howto->name,
3285
0
     h->root.root.string);
3286
3287
0
      r = bfd_reloc_continue;
3288
3289
      /* For the _HA types, we add 0x8000 so that if bit 15 is set,
3290
       * we will increment bit 16.  The howto->rightshift takes care
3291
       * of the rest for us. */
3292
0
      switch (r_type)
3293
0
      {
3294
0
      case R_TILEPRO_HA16:
3295
0
      case R_TILEPRO_IMM16_X0_HA:
3296
0
      case R_TILEPRO_IMM16_X1_HA:
3297
0
      case R_TILEPRO_IMM16_X0_HA_PCREL:
3298
0
      case R_TILEPRO_IMM16_X1_HA_PCREL:
3299
0
      case R_TILEPRO_IMM16_X0_GOT_HA:
3300
0
      case R_TILEPRO_IMM16_X1_GOT_HA:
3301
0
      case R_TILEPRO_IMM16_X0_TLS_GD_HA:
3302
0
      case R_TILEPRO_IMM16_X1_TLS_GD_HA:
3303
0
      case R_TILEPRO_IMM16_X0_TLS_IE_HA:
3304
0
      case R_TILEPRO_IMM16_X1_TLS_IE_HA:
3305
0
  relocation += 0x8000;
3306
0
  break;
3307
0
      }
3308
3309
      /* Get the operand creation function, if any. */
3310
0
      create_func = reloc_to_create_func[r_type];
3311
0
      if (create_func == NULL)
3312
0
      {
3313
0
  r = _bfd_final_link_relocate (howto, input_bfd, input_section,
3314
0
              contents, rel->r_offset,
3315
0
              relocation, rel->r_addend);
3316
0
      }
3317
0
      else
3318
0
      {
3319
0
  if (howto->pc_relative)
3320
0
  {
3321
0
    relocation -=
3322
0
      input_section->output_section->vma + input_section->output_offset;
3323
0
    if (howto->pcrel_offset)
3324
0
      relocation -= rel->r_offset;
3325
0
  }
3326
3327
0
  bfd_byte *data;
3328
3329
  /* Add the relocation addend if any to the final target value */
3330
0
  relocation += rel->r_addend;
3331
3332
  /* Do basic range checking */
3333
0
  r = bfd_check_overflow (howto->complain_on_overflow,
3334
0
        howto->bitsize,
3335
0
        howto->rightshift,
3336
0
        32,
3337
0
        relocation);
3338
3339
  /*
3340
   * Write the relocated value out into the raw section data.
3341
   * Don't put a relocation out in the .rela section.
3342
   */
3343
0
  tilepro_bundle_bits mask = create_func(-1);
3344
0
  tilepro_bundle_bits value = create_func(relocation >> howto->rightshift);
3345
3346
  /* Only touch bytes while the mask is not 0, so we
3347
     don't write to out of bounds memory if this is actually
3348
     a 16-bit switch instruction. */
3349
0
  for (data = contents + rel->r_offset; mask != 0; data++)
3350
0
    {
3351
0
      bfd_byte byte_mask = (bfd_byte)mask;
3352
0
      *data = (*data & ~byte_mask) | ((bfd_byte)value & byte_mask);
3353
0
      mask >>= 8;
3354
0
      value >>= 8;
3355
0
    }
3356
0
      }
3357
3358
0
      if (r != bfd_reloc_ok)
3359
0
  {
3360
0
    const char *msg = NULL;
3361
3362
0
    switch (r)
3363
0
      {
3364
0
      case bfd_reloc_overflow:
3365
0
        (*info->callbacks->reloc_overflow)
3366
0
    (info, (h ? &h->root : NULL), name, howto->name,
3367
0
     (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
3368
0
        break;
3369
3370
0
      case bfd_reloc_undefined:
3371
0
        (*info->callbacks->undefined_symbol)
3372
0
    (info, name, input_bfd, input_section, rel->r_offset, true);
3373
0
        break;
3374
3375
0
      case bfd_reloc_outofrange:
3376
0
        msg = _("internal error: out of range error");
3377
0
        break;
3378
3379
0
      case bfd_reloc_notsupported:
3380
0
        msg = _("internal error: unsupported relocation error");
3381
0
        break;
3382
3383
0
      case bfd_reloc_dangerous:
3384
0
        msg = _("internal error: dangerous relocation");
3385
0
        break;
3386
3387
0
      default:
3388
0
        msg = _("internal error: unknown error");
3389
0
        break;
3390
0
      }
3391
3392
0
    if (msg)
3393
0
      (*info->callbacks->warning) (info, msg, name, input_bfd,
3394
0
           input_section, rel->r_offset);
3395
0
  }
3396
0
    }
3397
3398
0
  return true;
3399
0
}
3400
3401
/* Finish up dynamic symbol handling.  We set the contents of various
3402
   dynamic sections here.  */
3403
3404
static bool
3405
tilepro_elf_finish_dynamic_symbol (struct bfd_link_info *info,
3406
           struct elf_link_hash_entry *h,
3407
           Elf_Internal_Sym *sym)
3408
0
{
3409
0
  struct elf_link_hash_table *htab;
3410
3411
0
  htab = tilepro_elf_hash_table (info);
3412
0
  BFD_ASSERT (htab != NULL);
3413
3414
0
  if (h->plt.offset != (bfd_vma) -1)
3415
0
    {
3416
0
      asection *splt;
3417
0
      asection *srela;
3418
0
      asection *sgotplt;
3419
0
      Elf_Internal_Rela rela;
3420
0
      bfd_byte *loc;
3421
0
      bfd_vma r_offset;
3422
3423
0
      int rela_index;
3424
3425
      /* This symbol has an entry in the PLT.  Set it up.  */
3426
3427
0
      BFD_ASSERT (h->dynindx != -1);
3428
3429
0
      splt = htab->splt;
3430
0
      srela = htab->srelplt;
3431
0
      sgotplt = htab->sgotplt;
3432
3433
0
      if (splt == NULL || srela == NULL)
3434
0
       abort ();
3435
3436
      /* Fill in the entry in the procedure linkage table.  */
3437
0
      rela_index = tilepro_plt_entry_build (splt, sgotplt, h->plt.offset,
3438
0
              &r_offset);
3439
3440
      /* Fill in the entry in the global offset table, which initially points
3441
   to the beginning of the plt.  */
3442
0
      bfd_put_32 (info->output_bfd,
3443
0
      splt->output_section->vma + splt->output_offset,
3444
0
      sgotplt->contents + r_offset);
3445
3446
      /* Fill in the entry in the .rela.plt section.  */
3447
0
      rela.r_offset = (sgotplt->output_section->vma
3448
0
           + sgotplt->output_offset
3449
0
           + r_offset);
3450
0
      rela.r_addend = 0;
3451
0
      rela.r_info = ELF32_R_INFO (h->dynindx, R_TILEPRO_JMP_SLOT);
3452
3453
0
      loc = srela->contents + rela_index * sizeof (Elf32_External_Rela);
3454
0
      bfd_elf32_swap_reloca_out (info->output_bfd, &rela, loc);
3455
3456
0
      if (!h->def_regular)
3457
0
  {
3458
    /* Mark the symbol as undefined, rather than as defined in
3459
       the .plt section.  Leave the value alone.  */
3460
0
    sym->st_shndx = SHN_UNDEF;
3461
    /* If the symbol is weak, we do need to clear the value.
3462
       Otherwise, the PLT entry would provide a definition for
3463
       the symbol even if the symbol wasn't defined anywhere,
3464
       and so the symbol would never be NULL.  */
3465
0
    if (!h->ref_regular_nonweak)
3466
0
      sym->st_value = 0;
3467
0
  }
3468
0
    }
3469
3470
0
  if (h->got.offset != (bfd_vma) -1
3471
0
      && tilepro_elf_hash_entry(h)->tls_type != GOT_TLS_GD
3472
0
      && tilepro_elf_hash_entry(h)->tls_type != GOT_TLS_IE)
3473
0
    {
3474
0
      asection *sgot;
3475
0
      asection *srela;
3476
0
      Elf_Internal_Rela rela;
3477
3478
      /* This symbol has an entry in the GOT.  Set it up.  */
3479
3480
0
      sgot = htab->sgot;
3481
0
      srela = htab->srelgot;
3482
0
      BFD_ASSERT (sgot != NULL && srela != NULL);
3483
3484
0
      rela.r_offset = (sgot->output_section->vma
3485
0
           + sgot->output_offset
3486
0
           + (h->got.offset &~ (bfd_vma) 1));
3487
3488
      /* If this is a -Bsymbolic link, and the symbol is defined
3489
   locally, we just want to emit a RELATIVE reloc.  Likewise if
3490
   the symbol was forced to be local because of a version file.
3491
   The entry in the global offset table will already have been
3492
   initialized in the relocate_section function.  */
3493
0
      if (bfd_link_pic (info)
3494
0
    && (info->symbolic || h->dynindx == -1)
3495
0
    && h->def_regular)
3496
0
  {
3497
0
    asection *sec = h->root.u.def.section;
3498
0
    rela.r_info = ELF32_R_INFO (0, R_TILEPRO_RELATIVE);
3499
0
    rela.r_addend = (h->root.u.def.value
3500
0
         + sec->output_section->vma
3501
0
         + sec->output_offset);
3502
0
  }
3503
0
      else
3504
0
  {
3505
0
    rela.r_info = ELF32_R_INFO (h->dynindx, R_TILEPRO_GLOB_DAT);
3506
0
    rela.r_addend = 0;
3507
0
  }
3508
3509
0
      bfd_put_32 (info->output_bfd, 0,
3510
0
        sgot->contents + (h->got.offset & ~(bfd_vma) 1));
3511
0
      tilepro_elf_append_rela_32 (info->output_bfd, srela, &rela);
3512
0
    }
3513
3514
0
  if (h->needs_copy)
3515
0
    {
3516
0
      asection *s;
3517
0
      Elf_Internal_Rela rela;
3518
3519
      /* This symbols needs a copy reloc.  Set it up.  */
3520
0
      BFD_ASSERT (h->dynindx != -1);
3521
3522
0
      rela.r_offset = (h->root.u.def.value
3523
0
           + h->root.u.def.section->output_section->vma
3524
0
           + h->root.u.def.section->output_offset);
3525
0
      rela.r_info = ELF32_R_INFO (h->dynindx, R_TILEPRO_COPY);
3526
0
      rela.r_addend = 0;
3527
0
      if (h->root.u.def.section == htab->sdynrelro)
3528
0
  s = htab->sreldynrelro;
3529
0
      else
3530
0
  s = htab->srelbss;
3531
0
      tilepro_elf_append_rela_32 (info->output_bfd, s, &rela);
3532
0
    }
3533
3534
  /* Mark some specially defined symbols as absolute. */
3535
0
  if (h == htab->hdynamic
3536
0
      || (h == htab->hgot || h == htab->hplt))
3537
0
    sym->st_shndx = SHN_ABS;
3538
3539
0
  return true;
3540
0
}
3541
3542
/* Finish up the dynamic sections.  */
3543
3544
static bool
3545
tilepro_finish_dyn (struct bfd_link_info *info,
3546
        bfd *dynobj, asection *sdyn,
3547
        asection *splt ATTRIBUTE_UNUSED)
3548
0
{
3549
0
  Elf32_External_Dyn *dyncon, *dynconend;
3550
0
  struct elf_link_hash_table *htab;
3551
3552
0
  htab = tilepro_elf_hash_table (info);
3553
0
  BFD_ASSERT (htab != NULL);
3554
0
  dyncon = (Elf32_External_Dyn *) sdyn->contents;
3555
0
  dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
3556
0
  for (; dyncon < dynconend; dyncon++)
3557
0
    {
3558
0
      Elf_Internal_Dyn dyn;
3559
0
      asection *s;
3560
3561
0
      bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
3562
3563
0
      switch (dyn.d_tag)
3564
0
  {
3565
0
  case DT_PLTGOT:
3566
0
    s = htab->sgotplt;
3567
0
    dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
3568
0
    break;
3569
0
  case DT_JMPREL:
3570
0
    s = htab->srelplt;
3571
0
    dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
3572
0
    break;
3573
0
  case DT_PLTRELSZ:
3574
0
    s = htab->srelplt;
3575
0
    dyn.d_un.d_val = s->size;
3576
0
    break;
3577
0
  default:
3578
0
    continue;
3579
0
  }
3580
3581
0
      bfd_elf32_swap_dyn_out (info->output_bfd, &dyn, dyncon);
3582
0
    }
3583
0
  return true;
3584
0
}
3585
3586
static bool
3587
tilepro_elf_finish_dynamic_sections (struct bfd_link_info *info,
3588
             bfd_byte *buf ATTRIBUTE_UNUSED)
3589
0
{
3590
0
  bfd *dynobj;
3591
0
  asection *sdyn;
3592
0
  struct elf_link_hash_table *htab;
3593
3594
0
  htab = tilepro_elf_hash_table (info);
3595
0
  BFD_ASSERT (htab != NULL);
3596
0
  dynobj = htab->dynobj;
3597
3598
0
  sdyn = bfd_get_linker_section (dynobj, ".dynamic");
3599
3600
0
  if (elf_hash_table (info)->dynamic_sections_created)
3601
0
    {
3602
0
      asection *splt;
3603
0
      bool ret;
3604
3605
0
      splt = htab->splt;
3606
0
      BFD_ASSERT (splt != NULL && sdyn != NULL);
3607
3608
0
      ret = tilepro_finish_dyn (info, dynobj, sdyn, splt);
3609
3610
0
      if (!ret)
3611
0
  return ret;
3612
3613
      /* Fill in the first entry in the procedure linkage table.  */
3614
0
      if (splt->size > 0)
3615
0
  {
3616
0
    memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE);
3617
0
    memset (splt->contents + PLT_HEADER_SIZE, 0,
3618
0
      PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
3619
0
  }
3620
3621
0
      if (elf_section_data (splt->output_section) != NULL)
3622
0
  elf_section_data (splt->output_section)->this_hdr.sh_entsize
3623
0
    = PLT_ENTRY_SIZE;
3624
0
    }
3625
3626
0
  if (htab->sgotplt)
3627
0
    {
3628
0
      if (bfd_is_abs_section (htab->sgotplt->output_section))
3629
0
  {
3630
0
    _bfd_error_handler
3631
0
      (_("discarded output section: `%pA'"), htab->sgotplt);
3632
0
    return false;
3633
0
  }
3634
3635
0
      if (htab->sgotplt->size > 0)
3636
0
  {
3637
    /* Write the first two entries in .got.plt, needed for the dynamic
3638
       linker.  */
3639
0
    bfd_put_32 (info->output_bfd, -1,
3640
0
          htab->sgotplt->contents);
3641
0
    bfd_put_32 (info->output_bfd, 0,
3642
0
          htab->sgotplt->contents + GOT_ENTRY_SIZE);
3643
0
  }
3644
3645
0
      elf_section_data (htab->sgotplt->output_section)->this_hdr.sh_entsize
3646
0
  = GOT_ENTRY_SIZE;
3647
0
    }
3648
3649
0
  if (htab->sgot)
3650
0
    {
3651
0
      if (htab->sgot->size > 0)
3652
0
  {
3653
    /* Set the first entry in the global offset table to the address of
3654
       the dynamic section.  */
3655
0
    bfd_vma val = (sdyn ?
3656
0
       sdyn->output_section->vma + sdyn->output_offset :
3657
0
       0);
3658
0
    bfd_put_32 (info->output_bfd, val, htab->sgot->contents);
3659
0
  }
3660
3661
0
      elf_section_data (htab->sgot->output_section)->this_hdr.sh_entsize
3662
0
  = GOT_ENTRY_SIZE;
3663
0
    }
3664
3665
0
  return true;
3666
0
}
3667
3668

3669
3670
/* Return address for Ith PLT stub in section PLT, for relocation REL
3671
   or (bfd_vma) -1 if it should not be included.  */
3672
3673
static bfd_vma
3674
tilepro_elf_plt_sym_val (bfd_vma i, const asection *plt,
3675
          const arelent *rel ATTRIBUTE_UNUSED)
3676
0
{
3677
0
  return plt->vma + (i + 1) * PLT_ENTRY_SIZE;
3678
0
}
3679
3680
static enum elf_reloc_type_class
3681
tilepro_reloc_type_class (const struct bfd_link_info *info ATTRIBUTE_UNUSED,
3682
        const asection *rel_sec ATTRIBUTE_UNUSED,
3683
        const Elf_Internal_Rela *rela)
3684
0
{
3685
0
  switch ((int) ELF32_R_TYPE (rela->r_info))
3686
0
    {
3687
0
    case R_TILEPRO_RELATIVE:
3688
0
      return reloc_class_relative;
3689
0
    case R_TILEPRO_JMP_SLOT:
3690
0
      return reloc_class_plt;
3691
0
    case R_TILEPRO_COPY:
3692
0
      return reloc_class_copy;
3693
0
    default:
3694
0
      return reloc_class_normal;
3695
0
    }
3696
0
}
3697
3698
static int
3699
tilepro_additional_program_headers (bfd *abfd,
3700
            struct bfd_link_info *info ATTRIBUTE_UNUSED)
3701
0
{
3702
  /* Each .intrpt section specified by the user adds another PT_LOAD
3703
     header since the sections are discontiguous. */
3704
0
  static const char intrpt_sections[4][9] =
3705
0
    {
3706
0
      ".intrpt0", ".intrpt1", ".intrpt2", ".intrpt3"
3707
0
    };
3708
0
  int count = 0;
3709
0
  int i;
3710
3711
0
  for (i = 0; i < 4; i++)
3712
0
    {
3713
0
      asection *sec = bfd_get_section_by_name (abfd, intrpt_sections[i]);
3714
0
      if (sec != NULL && (sec->flags & SEC_LOAD) != 0)
3715
0
  ++count;
3716
0
    }
3717
3718
  /* Add four "padding" headers in to leave room in case a custom linker
3719
     script does something fancy. Otherwise ld complains that it ran
3720
     out of program headers and refuses to link. */
3721
0
  count += 4;
3722
3723
0
  return count;
3724
0
}
3725
3726
#define ELF_ARCH    bfd_arch_tilepro
3727
#define ELF_TARGET_ID   TILEPRO_ELF_DATA
3728
#define ELF_MACHINE_CODE  EM_TILEPRO
3729
#define ELF_MAXPAGESIZE   0x10000
3730
#define ELF_COMMONPAGESIZE  0x10000
3731
3732
#define TARGET_LITTLE_SYM tilepro_elf32_vec
3733
#define TARGET_LITTLE_NAME  "elf32-tilepro"
3734
3735
#define elf_backend_reloc_type_class       tilepro_reloc_type_class
3736
3737
#define bfd_elf32_bfd_reloc_name_lookup      tilepro_reloc_name_lookup
3738
#define bfd_elf32_bfd_link_hash_table_create tilepro_elf_link_hash_table_create
3739
#define bfd_elf32_bfd_reloc_type_lookup      tilepro_reloc_type_lookup
3740
3741
#define elf_backend_copy_indirect_symbol     tilepro_elf_copy_indirect_symbol
3742
#define elf_backend_create_dynamic_sections  tilepro_elf_create_dynamic_sections
3743
#define elf_backend_check_relocs       tilepro_elf_check_relocs
3744
#define elf_backend_adjust_dynamic_symbol    tilepro_elf_adjust_dynamic_symbol
3745
#define elf_backend_omit_section_dynsym      tilepro_elf_omit_section_dynsym
3746
#define elf_backend_late_size_sections       tilepro_elf_late_size_sections
3747
#define elf_backend_relocate_section       tilepro_elf_relocate_section
3748
#define elf_backend_finish_dynamic_symbol    tilepro_elf_finish_dynamic_symbol
3749
#define elf_backend_finish_dynamic_sections  tilepro_elf_finish_dynamic_sections
3750
#define elf_backend_gc_mark_hook       tilepro_elf_gc_mark_hook
3751
#define elf_backend_plt_sym_val        tilepro_elf_plt_sym_val
3752
#define elf_info_to_howto_rel        NULL
3753
#define elf_info_to_howto        tilepro_info_to_howto_rela
3754
#define elf_backend_grok_prstatus      tilepro_elf_grok_prstatus
3755
#define elf_backend_grok_psinfo        tilepro_elf_grok_psinfo
3756
#define elf_backend_additional_program_headers tilepro_additional_program_headers
3757
3758
#define bfd_elf32_mkobject         tilepro_elf_mkobject
3759
3760
#define elf_backend_init_index_section  _bfd_elf_init_1_index_section
3761
3762
#define elf_backend_can_gc_sections 1
3763
#define elf_backend_can_refcount 1
3764
#define elf_backend_want_got_plt 1
3765
#define elf_backend_plt_readonly 1
3766
/* Align PLT mod 64 byte L2 line size. */
3767
#define elf_backend_plt_alignment 6
3768
#define elf_backend_want_plt_sym 1
3769
#define elf_backend_got_header_size GOT_ENTRY_SIZE
3770
#define elf_backend_want_dynrelro 1
3771
#define elf_backend_rela_normal 1
3772
#define elf_backend_default_execstack 0
3773
3774
#include "elf32-target.h"