Coverage Report

Created: 2026-03-10 08:46

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/binutils-gdb/bfd/elf32-ft32.c
Line
Count
Source
1
/* ft32-specific support for 32-bit ELF.
2
   Copyright (C) 2013-2026 Free Software Foundation, Inc.
3
4
   Copied from elf32-moxie.c which is..
5
   Copyright (C) 2009-2026 Free Software Foundation, Inc.
6
   Free Software Foundation, Inc.
7
8
   This file is part of BFD, the Binary File Descriptor library.
9
10
   This program is free software; you can redistribute it and/or modify
11
   it under the terms of the GNU General Public License as published by
12
   the Free Software Foundation; either version 3 of the License, or
13
   (at your option) any later version.
14
15
   This program is distributed in the hope that it will be useful,
16
   but WITHOUT ANY WARRANTY; without even the implied warranty of
17
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
   GNU General Public License for more details.
19
20
   You should have received a copy of the GNU General Public License
21
   along with this program; if not, write to the Free Software
22
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
23
   MA 02110-1301, USA.  */
24
25
#include "sysdep.h"
26
#include "bfd.h"
27
#include "libbfd.h"
28
#include "elf-bfd.h"
29
#include "elf/ft32.h"
30
#include "opcode/ft32.h"
31
32
static bool debug_relax = false;
33
34
static bfd_reloc_status_type
35
bfd_elf_ft32_diff_reloc (bfd *, arelent *, asymbol *, void *,
36
      asection *, bfd *, char **);
37
38
static reloc_howto_type ft32_elf_howto_table [] =
39
{
40
  /* This reloc does nothing.  */
41
  HOWTO (R_FT32_NONE,   /* type */
42
   0,     /* rightshift */
43
   0,     /* size */
44
   0,     /* bitsize */
45
   false,     /* pc_relative */
46
   0,     /* bitpos */
47
   complain_overflow_dont, /* complain_on_overflow */
48
   bfd_elf_generic_reloc, /* special_function */
49
   "R_FT32_NONE",   /* name */
50
   false,     /* partial_inplace */
51
   0,     /* src_mask */
52
   0,     /* dst_mask */
53
   false),    /* pcrel_offset */
54
55
  /* A 32 bit absolute relocation.  */
56
57
  HOWTO (R_FT32_32,   /* type */
58
   0,     /* rightshift */
59
   4,     /* size */
60
   32,      /* bitsize */
61
   false,     /* pc_relative */
62
   0,     /* bitpos */
63
   complain_overflow_bitfield, /* complain_on_overflow */
64
   bfd_elf_generic_reloc, /* special_function */
65
   "R_FT32_32",   /* name */
66
   false,     /* partial_inplace */
67
   0x00000000,    /* src_mask */
68
   0xffffffff,    /* dst_mask */
69
   false),    /* pcrel_offset */
70
71
  HOWTO (R_FT32_16,   /* type */
72
   0,     /* rightshift */
73
   2,     /* size */
74
   16,      /* bitsize */
75
   false,     /* pc_relative */
76
   0,     /* bitpos */
77
   complain_overflow_dont, /* complain_on_overflow */
78
   bfd_elf_generic_reloc, /* special_function */
79
   "R_FT32_16",   /* name */
80
   false,     /* partial_inplace */
81
   0x00000000,    /* src_mask */
82
   0x0000ffff,    /* dst_mask */
83
   false),    /* pcrel_offset */
84
85
  HOWTO (R_FT32_8,    /* type */
86
   0,     /* rightshift */
87
   1,     /* size */
88
   8,     /* bitsize */
89
   false,     /* pc_relative */
90
   0,     /* bitpos */
91
   complain_overflow_signed, /* complain_on_overflow */
92
   bfd_elf_generic_reloc, /* special_function */
93
   "R_FT32_8",    /* name */
94
   false,     /* partial_inplace */
95
   0x00000000,    /* src_mask */
96
   0x000000ff,    /* dst_mask */
97
   false),    /* pcrel_offset */
98
99
  HOWTO (R_FT32_10,   /* type */
100
   0,     /* rightshift */
101
   2,     /* size */
102
   10,      /* bitsize */
103
   false,     /* pc_relative */
104
   4,     /* bitpos */
105
   complain_overflow_bitfield, /* complain_on_overflow */
106
   bfd_elf_generic_reloc, /* special_function */
107
   "R_FT32_10",   /* name */
108
   false,     /* partial_inplace */
109
   0x00000000,    /* src_mask */
110
   0x00003ff0,    /* dst_mask */
111
   false),    /* pcrel_offset */
112
113
  HOWTO (R_FT32_20,   /* type */
114
   0,     /* rightshift */
115
   4,     /* size */
116
   20,      /* bitsize */
117
   false,     /* pc_relative */
118
   0,     /* bitpos */
119
   complain_overflow_dont, /* complain_on_overflow */
120
   bfd_elf_generic_reloc, /* special_function */
121
   "R_FT32_20",   /* name */
122
   false,     /* partial_inplace */
123
   0x00000000,    /* src_mask */
124
   0x000fffff,    /* dst_mask */
125
   false),    /* pcrel_offset */
126
127
  HOWTO (R_FT32_17,   /* type */
128
   0,     /* rightshift */
129
   4,     /* size */
130
   17,      /* bitsize */
131
   false,     /* pc_relative */
132
   0,     /* bitpos */
133
   complain_overflow_dont, /* complain_on_overflow */
134
   bfd_elf_generic_reloc, /* special_function */
135
   "R_FT32_17",   /* name */
136
   false,     /* partial_inplace */
137
   0x00000000,    /* src_mask */
138
   0x0001ffff,    /* dst_mask */
139
   false),    /* pcrel_offset */
140
141
  HOWTO (R_FT32_18,   /* type */
142
   2,     /* rightshift */
143
   4,     /* size */
144
   18,      /* bitsize */
145
   false,     /* pc_relative */
146
   0,     /* bitpos */
147
   complain_overflow_dont, /* complain_on_overflow */
148
   bfd_elf_generic_reloc, /* special_function */
149
   "R_FT32_18",   /* name */
150
   false,     /* partial_inplace */
151
   0x00000000,    /* src_mask */
152
   0x0003ffff,    /* dst_mask */
153
   false),    /* pcrel_offset */
154
155
  HOWTO (R_FT32_RELAX,    /* type */
156
   0,     /* rightshift */
157
   2,     /* size */
158
   10,      /* bitsize */
159
   false,     /* pc_relative */
160
   4,     /* bitpos */
161
   complain_overflow_signed, /* complain_on_overflow */
162
   bfd_elf_generic_reloc, /* special_function */
163
   "R_FT32_RELAX",  /* name */
164
   false,     /* partial_inplace */
165
   0x00000000,    /* src_mask */
166
   0x00000000,    /* dst_mask */
167
   false),    /* pcrel_offset */
168
169
  HOWTO (R_FT32_SC0,    /* type */
170
   0,     /* rightshift */
171
   2,     /* size */
172
   10,      /* bitsize */
173
   false,     /* pc_relative */
174
   4,     /* bitpos */
175
   complain_overflow_signed, /* complain_on_overflow */
176
   bfd_elf_generic_reloc, /* special_function */
177
   "R_FT32_SC0",    /* name */
178
   false,     /* partial_inplace */
179
   0x00000000,    /* src_mask */
180
   0x00000000,    /* dst_mask */
181
   false),    /* pcrel_offset */
182
  HOWTO (R_FT32_SC1,    /* type */
183
   2,     /* rightshift */
184
   4,     /* size */
185
   22,      /* bitsize */
186
   true,      /* pc_relative */
187
   7,     /* bitpos */
188
   complain_overflow_dont, /* complain_on_overflow */
189
   bfd_elf_generic_reloc, /* special_function */
190
   "R_FT32_SC1",    /* name */
191
   true,      /* partial_inplace */
192
   0x07ffff80,    /* src_mask */
193
   0x07ffff80,    /* dst_mask */
194
   false),    /* pcrel_offset */
195
  HOWTO (R_FT32_15,   /* type */
196
   0,     /* rightshift */
197
   4,     /* size */
198
   15,      /* bitsize */
199
   false,     /* pc_relative */
200
   0,     /* bitpos */
201
   complain_overflow_dont, /* complain_on_overflow */
202
   bfd_elf_generic_reloc, /* special_function */
203
   "R_FT32_15",   /* name */
204
   false,     /* partial_inplace */
205
   0x00000000,    /* src_mask */
206
   0x00007fff,    /* dst_mask */
207
   false),    /* pcrel_offset */
208
  HOWTO (R_FT32_DIFF32,   /* type */
209
   0,     /* rightshift */
210
   4,     /* size */
211
   32,      /* bitsize */
212
   false,     /* pc_relative */
213
   0,     /* bitpos */
214
   complain_overflow_dont, /* complain_on_overflow */
215
   bfd_elf_ft32_diff_reloc, /* special_function */
216
   "R_FT32_DIFF32", /* name */
217
   false,     /* partial_inplace */
218
   0,     /* src_mask */
219
   0xffffffff,    /* dst_mask */
220
   false),    /* pcrel_offset */
221
};
222

223
/* Map BFD reloc types to FT32 ELF reloc types.  */
224
225
struct ft32_reloc_map
226
{
227
  bfd_reloc_code_real_type bfd_reloc_val;
228
  unsigned int ft32_reloc_val;
229
};
230
231
static const struct ft32_reloc_map ft32_reloc_map [] =
232
{
233
  { BFD_RELOC_NONE,   R_FT32_NONE },
234
  { BFD_RELOC_32,   R_FT32_32 },
235
  { BFD_RELOC_16,   R_FT32_16 },
236
  { BFD_RELOC_8,    R_FT32_8 },
237
  { BFD_RELOC_FT32_10,    R_FT32_10 },
238
  { BFD_RELOC_FT32_20,    R_FT32_20 },
239
  { BFD_RELOC_FT32_17,    R_FT32_17 },
240
  { BFD_RELOC_FT32_18,    R_FT32_18 },
241
  { BFD_RELOC_FT32_RELAX, R_FT32_RELAX },
242
  { BFD_RELOC_FT32_SC0,   R_FT32_SC0 },
243
  { BFD_RELOC_FT32_SC1,   R_FT32_SC1 },
244
  { BFD_RELOC_FT32_15,    R_FT32_15 },
245
  { BFD_RELOC_FT32_DIFF32,  R_FT32_DIFF32 },
246
};
247
248
/* Perform a diff relocation. Nothing to do, as the difference value is
249
   already written into the section's contents. */
250
251
static bfd_reloc_status_type
252
bfd_elf_ft32_diff_reloc (bfd *abfd ATTRIBUTE_UNUSED,
253
          arelent *reloc_entry ATTRIBUTE_UNUSED,
254
        asymbol *symbol ATTRIBUTE_UNUSED,
255
        void *data ATTRIBUTE_UNUSED,
256
        asection *input_section ATTRIBUTE_UNUSED,
257
        bfd *output_bfd ATTRIBUTE_UNUSED,
258
        char **error_message ATTRIBUTE_UNUSED)
259
0
{
260
0
  return bfd_reloc_ok;
261
0
}
262
263
static reloc_howto_type *
264
ft32_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
265
       bfd_reloc_code_real_type code)
266
0
{
267
0
  unsigned int i;
268
269
0
  for (i = 0; i < sizeof (ft32_reloc_map) / sizeof (ft32_reloc_map[0]); i++)
270
0
    if (ft32_reloc_map [i].bfd_reloc_val == code)
271
0
      return & ft32_elf_howto_table [ft32_reloc_map[i].ft32_reloc_val];
272
273
0
  return NULL;
274
0
}
275
276
static reloc_howto_type *
277
ft32_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)
278
0
{
279
0
  unsigned int i;
280
281
0
  for (i = 0;
282
0
       i < sizeof (ft32_elf_howto_table) / sizeof (ft32_elf_howto_table[0]);
283
0
       i++)
284
0
    if (ft32_elf_howto_table[i].name != NULL
285
0
  && strcasecmp (ft32_elf_howto_table[i].name, r_name) == 0)
286
0
      return &ft32_elf_howto_table[i];
287
288
0
  return NULL;
289
0
}
290
291
/* Set the howto pointer for an FT32 ELF reloc.  */
292
293
static bool
294
ft32_info_to_howto_rela (bfd *abfd,
295
        arelent *cache_ptr,
296
        Elf_Internal_Rela *dst)
297
5
{
298
5
  unsigned int r_type;
299
300
5
  r_type = ELF32_R_TYPE (dst->r_info);
301
5
  if (r_type >= (unsigned int) R_FT32_max)
302
2
    {
303
      /* xgettext:c-format */
304
2
      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
305
2
        abfd, r_type);
306
2
      bfd_set_error (bfd_error_bad_value);
307
2
      return false;
308
2
    }
309
310
3
  cache_ptr->howto = & ft32_elf_howto_table [r_type];
311
3
  return cache_ptr->howto != NULL;
312
5
}
313
314
/* Relocate an FT32 ELF section.
315
316
   The RELOCATE_SECTION function is called by the new ELF backend linker
317
   to handle the relocations for a section.
318
319
   The relocs are always passed as Rela structures; if the section
320
   actually uses Rel structures, the r_addend field will always be
321
   zero.
322
323
   This function is responsible for adjusting the section contents as
324
   necessary, and (if using Rela relocs and generating a relocatable
325
   output file) adjusting the reloc addend as necessary.
326
327
   This function does not have to worry about setting the reloc
328
   address or the reloc symbol index.
329
330
   LOCAL_SYMS is a pointer to the swapped in local symbols.
331
332
   LOCAL_SECTIONS is an array giving the section in the input file
333
   corresponding to the st_shndx field of each local symbol.
334
335
   The global hash table entry for the global symbols can be found
336
   via elf_sym_hashes (input_bfd).
337
338
   When generating relocatable output, this function must handle
339
   STB_LOCAL/STT_SECTION symbols specially.  The output symbol is
340
   going to be the section symbol corresponding to the output
341
   section, which means that the addend must be adjusted
342
   accordingly.  */
343
344
static int
345
ft32_elf_relocate_section (bfd *output_bfd,
346
          struct bfd_link_info *info,
347
          bfd *input_bfd,
348
          asection *input_section,
349
          bfd_byte *contents,
350
          Elf_Internal_Rela *relocs,
351
          Elf_Internal_Sym *local_syms,
352
          asection **local_sections)
353
0
{
354
0
  Elf_Internal_Shdr *symtab_hdr;
355
0
  struct elf_link_hash_entry **sym_hashes;
356
0
  Elf_Internal_Rela *rel;
357
0
  Elf_Internal_Rela *relend;
358
359
0
  symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
360
0
  sym_hashes = elf_sym_hashes (input_bfd);
361
0
  relend     = relocs + input_section->reloc_count;
362
363
0
  for (rel = relocs; rel < relend; rel ++)
364
0
    {
365
0
      reloc_howto_type *howto;
366
0
      unsigned long r_symndx;
367
0
      Elf_Internal_Sym *sym;
368
0
      asection *sec;
369
0
      struct elf_link_hash_entry *h;
370
0
      bfd_vma relocation;
371
0
      bfd_reloc_status_type r;
372
0
      const char *name;
373
0
      int r_type;
374
375
0
      r_type = ELF32_R_TYPE (rel->r_info);
376
0
      r_symndx = ELF32_R_SYM (rel->r_info);
377
0
      howto  = ft32_elf_howto_table + r_type;
378
0
      h      = NULL;
379
0
      sym    = NULL;
380
0
      sec    = NULL;
381
382
0
      if (r_symndx < symtab_hdr->sh_info)
383
0
  {
384
0
    sym = local_syms + r_symndx;
385
0
    sec = local_sections [r_symndx];
386
0
    relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
387
388
0
    name = bfd_elf_string_from_elf_section
389
0
      (input_bfd, symtab_hdr->sh_link, sym->st_name);
390
0
    name = name == NULL ? bfd_section_name (sec) : name;
391
0
  }
392
0
      else
393
0
  {
394
0
    bool unresolved_reloc, warned, ignored;
395
396
0
    RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
397
0
           r_symndx, symtab_hdr, sym_hashes,
398
0
           h, sec, relocation,
399
0
           unresolved_reloc, warned, ignored);
400
401
0
    name = h->root.root.string;
402
0
  }
403
404
0
      if (sec != NULL && discarded_section (sec))
405
0
  RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
406
0
           rel, 1, relend, R_FT32_NONE,
407
0
           howto, 0, contents);
408
409
0
      if (bfd_link_relocatable (info))
410
0
  continue;
411
412
0
      switch (howto->type)
413
0
  {
414
0
    case R_FT32_SC0:
415
0
      {
416
0
        unsigned int insn;
417
0
        int offset;
418
0
        unsigned int code15[2];
419
420
0
        insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
421
0
        ft32_split_shortcode (insn, code15);
422
423
0
        offset = (int)relocation;
424
0
        offset += (int)(rel->r_addend - rel->r_offset);
425
0
        offset -= (input_section->output_section->vma +
426
0
       input_section->output_offset);
427
0
        if ((offset < -1024) || (offset >= 1024))
428
0
    {
429
0
      r = bfd_reloc_outofrange;
430
0
      break;
431
0
    }
432
0
        code15[0] |= ((offset / 4) & 511);
433
0
        insn = ft32_merge_shortcode (code15);
434
0
        bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
435
0
      }
436
0
      r = bfd_reloc_ok;
437
0
      break;
438
439
0
    case R_FT32_SC1:
440
0
      {
441
0
        unsigned int insn;
442
0
        int offset;
443
0
        unsigned int code15[2];
444
445
0
        insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
446
0
        ft32_split_shortcode (insn, code15);
447
448
0
        offset = (int)relocation;
449
0
        offset += (int)(rel->r_addend - rel->r_offset);
450
0
        offset -= (input_section->output_section->vma +
451
0
       input_section->output_offset);
452
0
        if ((offset < -1024) || (offset >= 1024))
453
0
    {
454
0
      r = bfd_reloc_outofrange;
455
0
      break;
456
0
    }
457
0
        code15[1] |= ((offset / 4) & 511);
458
0
        insn = ft32_merge_shortcode (code15);
459
0
        bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
460
0
      }
461
0
      r = bfd_reloc_ok;
462
0
      break;
463
464
0
    case R_FT32_DIFF32:
465
0
      r = bfd_reloc_ok;
466
0
      break;
467
468
0
    default:
469
0
      r = _bfd_final_link_relocate (howto, input_bfd, input_section,
470
0
            contents, rel->r_offset,
471
0
            relocation, rel->r_addend);
472
0
      break;
473
0
  }
474
475
0
      if (r != bfd_reloc_ok)
476
0
  {
477
0
    const char * msg = NULL;
478
479
0
    switch (r)
480
0
      {
481
0
      case bfd_reloc_overflow:
482
0
        (*info->callbacks->reloc_overflow)
483
0
    (info, (h ? &h->root : NULL), name, howto->name,
484
0
     (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
485
0
        break;
486
487
0
      case bfd_reloc_undefined:
488
0
        (*info->callbacks->undefined_symbol)
489
0
    (info, name, input_bfd, input_section, rel->r_offset, true);
490
0
        break;
491
492
0
      case bfd_reloc_outofrange:
493
0
        msg = _("internal error: out of range error");
494
0
        break;
495
496
0
      case bfd_reloc_notsupported:
497
0
        msg = _("internal error: unsupported relocation error");
498
0
        break;
499
500
0
      case bfd_reloc_dangerous:
501
0
        msg = _("internal error: dangerous relocation");
502
0
        break;
503
504
0
      default:
505
0
        msg = _("internal error: unknown error");
506
0
        break;
507
0
      }
508
509
0
    if (msg)
510
0
      (*info->callbacks->warning) (info, msg, name, input_bfd,
511
0
           input_section, rel->r_offset);
512
0
  }
513
0
    }
514
515
0
  return true;
516
0
}
517

518
/* Relaxation.  */
519
520
static bool
521
ft32_reloc_shortable
522
    (bfd *        abfd,
523
     asection *       sec,
524
     Elf_Internal_Sym *     isymbuf ATTRIBUTE_UNUSED,
525
     bfd_byte *       contents,
526
     bfd_vma        pc ATTRIBUTE_UNUSED,
527
     Elf_Internal_Rela *    irel,
528
     unsigned int *     sc)
529
0
{
530
0
  Elf_Internal_Shdr *symtab_hdr ATTRIBUTE_UNUSED;
531
0
  bfd_vma symval;
532
533
0
  enum elf_ft32_reloc_type r_type;
534
0
  reloc_howto_type *howto = NULL;
535
0
  unsigned int insn;
536
0
  int offset;
537
0
  bfd_vma dot, value;
538
539
0
  r_type = ELF32_R_TYPE (irel->r_info);
540
0
  howto = &ft32_elf_howto_table [r_type];
541
542
0
  symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
543
544
  /* Get the value of the symbol referred to by the reloc.  */
545
0
  if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
546
0
    {
547
      /* A local symbol.  */
548
0
      Elf_Internal_Sym *isym;
549
0
      asection *sym_sec;
550
551
0
      isym = isymbuf + ELF32_R_SYM (irel->r_info);
552
0
      sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
553
0
      symval = isym->st_value;
554
      /* If the reloc is absolute, it will not have
555
   a symbol or section associated with it.  */
556
0
      if (sym_sec)
557
0
  symval += sym_sec->output_section->vma
558
0
    + sym_sec->output_offset;
559
0
    }
560
0
  else
561
0
    {
562
0
      unsigned long indx;
563
0
      struct elf_link_hash_entry *h;
564
565
      /* An external symbol.  */
566
0
      indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
567
0
      h = elf_sym_hashes (abfd)[indx];
568
0
      BFD_ASSERT (h != NULL);
569
0
      if (h->root.type != bfd_link_hash_defined
570
0
    && h->root.type != bfd_link_hash_defweak)
571
  /* This appears to be a reference to an undefined
572
     symbol.  Just ignore it--it will be caught by the
573
     regular reloc processing.  */
574
0
  return false;
575
576
0
      symval = (h->root.u.def.value
577
0
    + h->root.u.def.section->output_section->vma
578
0
    + h->root.u.def.section->output_offset);
579
0
    }
580
581
0
  switch (r_type)
582
0
    {
583
0
      case R_FT32_8:
584
0
      case R_FT32_10:
585
0
      case R_FT32_16:
586
0
      case R_FT32_20:
587
0
      case R_FT32_RELAX:
588
0
  if (symval != 0)
589
0
    return false;
590
0
  insn = bfd_get_32 (abfd, contents + irel->r_offset);
591
0
  insn |= ((symval + irel->r_addend) << howto->bitpos) & howto->dst_mask;
592
0
  return ft32_shortcode (insn, sc);
593
594
0
      case R_FT32_18:
595
0
  insn = bfd_get_32 (abfd, contents + irel->r_offset);
596
  /* Get the address of this instruction.  */
597
0
  dot = (sec->output_section->vma
598
0
         + sec->output_offset + irel->r_offset);
599
0
  value = symval + irel->r_addend;
600
0
  offset = (value - dot) / 4;
601
602
0
  if ((dot > 0x8c) && (-256 <= offset) && (offset < 256))
603
0
    {
604
0
      switch (insn)
605
0
        {
606
0
    case 0x00200000: *sc = (3 << 13) | (0  << 9); return true;
607
0
    case 0x00280000: *sc = (3 << 13) | (1  << 9); return true;
608
0
    case 0x00600000: *sc = (3 << 13) | (2  << 9); return true;
609
0
    case 0x00680000: *sc = (3 << 13) | (3  << 9); return true;
610
0
    case 0x00a00000: *sc = (3 << 13) | (4  << 9); return true;
611
0
    case 0x00a80000: *sc = (3 << 13) | (5  << 9); return true;
612
0
    case 0x00e00000: *sc = (3 << 13) | (6  << 9); return true;
613
0
    case 0x00e80000: *sc = (3 << 13) | (7  << 9); return true;
614
0
    case 0x01200000: *sc = (3 << 13) | (8  << 9); return true;
615
0
    case 0x01280000: *sc = (3 << 13) | (9  << 9); return true;
616
0
    case 0x01600000: *sc = (3 << 13) | (10 << 9); return true;
617
0
    case 0x01680000: *sc = (3 << 13) | (11 << 9); return true;
618
0
    case 0x01a00000: *sc = (3 << 13) | (12 << 9); return true;
619
0
    case 0x01a80000: *sc = (3 << 13) | (13 << 9); return true;
620
621
0
    case 0x00300000: *sc = (3 << 13) | (14 << 9); return true;
622
0
    case 0x00340000: *sc = (3 << 13) | (15 << 9); return true;
623
624
0
    default:
625
0
      break;
626
0
        }
627
0
    }
628
0
  break;
629
630
0
      default:
631
0
  break;
632
0
    }
633
0
  return false;
634
0
}
635
636
/* Returns whether the relocation type passed is a diff reloc.  */
637
638
static bool
639
elf32_ft32_is_diff_reloc (Elf_Internal_Rela *irel)
640
0
{
641
0
  return (ELF32_R_TYPE (irel->r_info) == R_FT32_DIFF32);
642
0
}
643
644
/* Reduce the diff value written in the section by count if the shrinked
645
   insn address happens to fall between the two symbols for which this
646
   diff reloc was emitted.  */
647
648
static bool
649
elf32_ft32_adjust_diff_reloc_value (bfd *abfd,
650
           struct bfd_section *isec,
651
           Elf_Internal_Rela *irel,
652
           bfd_vma symval,
653
           bfd_vma shrinked_insn_address,
654
           int count)
655
0
{
656
0
  unsigned char * reloc_contents = NULL;
657
0
  unsigned char * isec_contents = elf_section_data (isec)->this_hdr.contents;
658
0
  bfd_signed_vma x = 0;
659
0
  bfd_vma sym2_address;
660
0
  bfd_vma sym1_address;
661
0
  bfd_vma start_address;
662
0
  bfd_vma end_address;
663
664
665
0
  if (isec_contents == NULL)
666
0
    {
667
0
      if (! bfd_malloc_and_get_section (abfd, isec, &isec_contents))
668
0
  return false;
669
670
0
      elf_section_data (isec)->this_hdr.contents = isec_contents;
671
0
    }
672
673
0
  reloc_contents = isec_contents + irel->r_offset;
674
675
  /* Read value written in object file.  */
676
0
  switch (ELF32_R_TYPE (irel->r_info))
677
0
    {
678
0
    case R_FT32_DIFF32:
679
0
      x = bfd_get_signed_32 (abfd, reloc_contents);
680
0
      break;
681
682
0
    default:
683
0
      return false;
684
0
    }
685
686
  /* For a diff reloc sym1 - sym2 the diff at assembly time (x) is written
687
     into the object file at the reloc offset. sym2's logical value is
688
     symval (<start_of_section>) + reloc addend. Compute the start and end
689
     addresses and check if the shrinked insn falls between sym1 and sym2.  */
690
0
  sym2_address = symval + irel->r_addend;
691
0
  sym1_address = sym2_address - x;
692
693
  /* Don't assume sym2 is bigger than sym1 - the difference
694
     could be negative. Compute start and end addresses, and
695
     use those to see if they span shrinked_insn_address.  */
696
0
  start_address = sym1_address < sym2_address ? sym1_address : sym2_address;
697
0
  end_address = sym1_address > sym2_address ? sym1_address : sym2_address;
698
699
0
  if (shrinked_insn_address >= start_address
700
0
      && shrinked_insn_address < end_address)
701
0
    {
702
      /* Reduce the diff value by count bytes and write it back into section
703
   contents.  */
704
0
      bfd_signed_vma new_diff = x < 0 ? x + count : x - count;
705
706
0
      if (sym2_address > shrinked_insn_address)
707
0
  irel->r_addend -= count;
708
709
0
      switch (ELF32_R_TYPE (irel->r_info))
710
0
  {
711
0
  case R_FT32_DIFF32:
712
0
    bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
713
0
    break;
714
715
0
  default:
716
0
    return false;
717
0
  }
718
0
    }
719
720
0
  return true;
721
0
}
722
723
static bool
724
elf32_ft32_adjust_reloc_if_spans_insn (bfd *abfd,
725
              asection *isec,
726
              Elf_Internal_Rela *irel,  bfd_vma symval,
727
              bfd_vma shrinked_insn_address,
728
              bfd_vma shrink_boundary,
729
              int count)
730
0
{
731
732
0
  if (elf32_ft32_is_diff_reloc (irel))
733
0
    {
734
0
      if (!elf32_ft32_adjust_diff_reloc_value (abfd, isec, irel,
735
0
                 symval,
736
0
                 shrinked_insn_address,
737
0
                 count))
738
0
  return false;
739
0
    }
740
0
  else
741
0
    {
742
0
      bfd_vma reloc_value = symval + irel->r_addend;
743
0
      bool addend_within_shrink_boundary =
744
0
  (reloc_value <= shrink_boundary);
745
0
      bool reloc_spans_insn =
746
0
  (symval <= shrinked_insn_address
747
0
   && reloc_value > shrinked_insn_address
748
0
   && addend_within_shrink_boundary);
749
750
0
      if (! reloc_spans_insn)
751
0
  return true;
752
753
0
      irel->r_addend -= count;
754
755
0
      if (debug_relax)
756
0
  printf ("Relocation's addend needed to be fixed \n");
757
0
    }
758
0
  return true;
759
0
}
760
761
/* Delete some bytes from a section while relaxing.  */
762
763
static bool
764
elf32_ft32_relax_delete_bytes (struct bfd_link_info *link_info, bfd * abfd,
765
             asection * sec, bfd_vma addr, int count)
766
0
{
767
0
  Elf_Internal_Shdr *symtab_hdr;
768
0
  unsigned int sec_shndx;
769
0
  bfd_byte *contents;
770
0
  Elf_Internal_Rela *irel, *irelend;
771
0
  bfd_vma toaddr;
772
0
  Elf_Internal_Sym *isym;
773
0
  Elf_Internal_Sym *isymend;
774
0
  struct elf_link_hash_entry **sym_hashes;
775
0
  struct elf_link_hash_entry **end_hashes;
776
0
  struct elf_link_hash_entry **start_hashes;
777
0
  unsigned int symcount;
778
0
  Elf_Internal_Sym *isymbuf = NULL;
779
780
0
  symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
781
0
  sec_shndx = _bfd_elf_section_from_bfd_section (abfd, sec);
782
783
0
  contents = elf_section_data (sec)->this_hdr.contents;
784
785
0
  toaddr = sec->size;
786
787
0
  irel = elf_section_data (sec)->relocs;
788
0
  irelend = irel + sec->reloc_count;
789
790
  /* Actually delete the bytes.  */
791
0
  memmove (contents + addr, contents + addr + count,
792
0
     (size_t) (toaddr - addr - count));
793
0
  sec->size -= count;
794
795
  /* Adjust all the relocs.  */
796
0
  for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
797
    /* Get the new reloc address.  */
798
0
    if ((irel->r_offset > addr && irel->r_offset < toaddr))
799
0
      irel->r_offset -= count;
800
801
  /* The reloc's own addresses are now ok. However, we need to readjust
802
     the reloc's addend, i.e. the reloc's value if two conditions are met:
803
     1.) the reloc is relative to a symbol in this section that
804
     is located in front of the shrinked instruction
805
     2.) symbol plus addend end up behind the shrinked instruction.
806
807
     The most common case where this happens are relocs relative to
808
     the section-start symbol.
809
810
     This step needs to be done for all of the sections of the bfd.  */
811
0
  {
812
0
    struct bfd_section *isec;
813
814
0
    for (isec = abfd->sections; isec; isec = isec->next)
815
0
      {
816
0
  bfd_vma symval;
817
0
  bfd_vma shrinked_insn_address;
818
819
0
  if (isec->reloc_count == 0)
820
0
    continue;
821
822
0
  shrinked_insn_address = (sec->output_section->vma
823
0
         + sec->output_offset + addr - count);
824
825
0
  irel = elf_section_data (isec)->relocs;
826
  /* PR 12161: Read in the relocs for this section if necessary.  */
827
0
  if (irel == NULL)
828
0
    irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, true);
829
830
0
  for (irelend = irel + isec->reloc_count; irel < irelend; irel++)
831
0
    {
832
      /* Read this BFD's local symbols if we haven't done
833
         so already.  */
834
0
      if (isymbuf == NULL && symtab_hdr->sh_info != 0)
835
0
        {
836
0
    isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
837
0
    if (isymbuf == NULL)
838
0
      isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
839
0
              symtab_hdr->sh_info, 0,
840
0
              NULL, NULL, NULL);
841
0
    if (isymbuf == NULL)
842
0
      return false;
843
0
        }
844
845
      /* Get the value of the symbol referred to by the reloc.  */
846
0
      if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
847
0
        {
848
    /* A local symbol.  */
849
0
    asection *sym_sec;
850
851
0
    isym = isymbuf + ELF32_R_SYM (irel->r_info);
852
0
    sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
853
0
    symval = isym->st_value;
854
    /* If the reloc is absolute, it will not have
855
       a symbol or section associated with it.  */
856
0
    if (sym_sec == sec)
857
0
      {
858
0
        symval += sym_sec->output_section->vma
859
0
          + sym_sec->output_offset;
860
861
0
        if (debug_relax)
862
0
          printf ("Checking if the relocation's "
863
0
            "addend needs corrections.\n"
864
0
            "Address of anchor symbol: 0x%x \n"
865
0
            "Address of relocation target: 0x%x \n"
866
0
            "Address of relaxed insn: 0x%x \n",
867
0
            (unsigned int) symval,
868
0
            (unsigned int) (symval + irel->r_addend),
869
0
            (unsigned int) shrinked_insn_address);
870
871
0
        if (symval <= shrinked_insn_address
872
0
      && (symval + irel->r_addend) > shrinked_insn_address)
873
0
          {
874
      /* If there is an alignment boundary, we only need to
875
         adjust addends that end up below the boundary. */
876
0
      bfd_vma shrink_boundary = (toaddr
877
0
               + sec->output_section->vma
878
0
               + sec->output_offset);
879
880
0
      if (debug_relax)
881
0
        printf
882
0
          ("Relocation's addend needed to be fixed \n");
883
884
0
      if (!elf32_ft32_adjust_reloc_if_spans_insn (abfd, isec,
885
0
                    irel, symval,
886
0
                    shrinked_insn_address,
887
0
                    shrink_boundary,
888
0
                    count))
889
0
        return false;
890
0
          }
891
0
      }
892
    /* else reference symbol is absolute. No adjustment needed. */
893
0
        }
894
      /* else...Reference symbol is extern.  No need for adjusting
895
         the addend.  */
896
0
    }
897
0
      }
898
0
  }
899
900
  /* Adjust the local symbols defined in this section.  */
901
0
  symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
902
0
  isym = (Elf_Internal_Sym *) symtab_hdr->contents;
903
0
  if (isym)
904
0
    {
905
0
      for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
906
0
  {
907
0
    if (isym->st_shndx == sec_shndx
908
0
        && isym->st_value > addr && isym->st_value < toaddr)
909
0
      isym->st_value -= count;
910
0
  }
911
0
    }
912
913
  /* Now adjust the global symbols defined in this section.  */
914
0
  symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
915
0
        - symtab_hdr->sh_info);
916
0
  sym_hashes = start_hashes = elf_sym_hashes (abfd);
917
0
  end_hashes = sym_hashes + symcount;
918
919
0
  for (; sym_hashes < end_hashes; sym_hashes++)
920
0
    {
921
0
      struct elf_link_hash_entry *sym_hash = *sym_hashes;
922
923
      /* The '--wrap SYMBOL' option is causing a pain when the object file,
924
   containing the definition of __wrap_SYMBOL, includes a direct
925
   call to SYMBOL as well. Since both __wrap_SYMBOL and SYMBOL reference
926
   the same symbol (which is __wrap_SYMBOL), but still exist as two
927
   different symbols in 'sym_hashes', we don't want to adjust
928
   the global symbol __wrap_SYMBOL twice.
929
   This check is only relevant when symbols are being wrapped.  */
930
0
      if (link_info->wrap_hash != NULL)
931
0
  {
932
0
    struct elf_link_hash_entry **cur_sym_hashes;
933
934
    /* Loop only over the symbols whom been already checked.  */
935
0
    for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes;
936
0
         cur_sym_hashes++)
937
      /* If the current symbol is identical to 'sym_hash', that means
938
         the symbol was already adjusted (or at least checked).  */
939
0
      if (*cur_sym_hashes == sym_hash)
940
0
        break;
941
942
    /* Don't adjust the symbol again.  */
943
0
    if (cur_sym_hashes < sym_hashes)
944
0
      continue;
945
0
  }
946
947
0
      if ((sym_hash->root.type == bfd_link_hash_defined
948
0
     || sym_hash->root.type == bfd_link_hash_defweak)
949
0
    && sym_hash->root.u.def.section == sec
950
0
    && sym_hash->root.u.def.value > addr
951
0
    && sym_hash->root.u.def.value < toaddr)
952
0
  sym_hash->root.u.def.value -= count;
953
0
    }
954
955
0
  return true;
956
0
}
957
958
/* Return TRUE if LOC can be a target of a branch, jump or call.  */
959
960
static bool
961
elf32_ft32_relax_is_branch_target (struct bfd_link_info *link_info,
962
           bfd * abfd, asection * sec,
963
           bfd_vma loc)
964
0
{
965
0
  Elf_Internal_Shdr *symtab_hdr;
966
0
  Elf_Internal_Rela *irel, *irelend;
967
0
  Elf_Internal_Sym *isym;
968
0
  Elf_Internal_Sym *isymbuf = NULL;
969
0
  bfd_vma symval;
970
0
  struct bfd_section *isec;
971
972
0
  struct elf_link_hash_entry **sym_hashes;
973
0
  struct elf_link_hash_entry **end_hashes;
974
0
  struct elf_link_hash_entry **start_hashes;
975
0
  unsigned int symcount;
976
977
0
  symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
978
979
  /* Now we check for relocations pointing to ret.  */
980
0
  for (isec = abfd->sections; isec; isec = isec->next)
981
0
    {
982
0
      irel = elf_section_data (isec)->relocs;
983
0
      if (irel == NULL)
984
0
  irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, true);
985
986
0
      irelend = irel + isec->reloc_count;
987
988
0
      for (; irel < irelend; irel++)
989
0
  {
990
    /* Read this BFD's local symbols if we haven't done
991
       so already.  */
992
0
    if (isymbuf == NULL && symtab_hdr->sh_info != 0)
993
0
      {
994
0
        isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
995
0
        if (isymbuf == NULL)
996
0
    isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
997
0
            symtab_hdr->sh_info, 0,
998
0
            NULL, NULL, NULL);
999
0
        if (isymbuf == NULL)
1000
0
    return false;
1001
0
      }
1002
1003
    /* Get the value of the symbol referred to by the reloc.  */
1004
0
    if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
1005
0
      {
1006
        /* A local symbol.  */
1007
0
        asection *sym_sec;
1008
1009
0
        isym = isymbuf + ELF32_R_SYM (irel->r_info);
1010
0
        sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1011
0
        symval = isym->st_value;
1012
        /* If the reloc is absolute, it will not have
1013
     a symbol or section associated with it.  */
1014
0
        if (sym_sec == sec)
1015
0
    {
1016
0
      symval += sym_sec->output_section->vma
1017
0
          + sym_sec->output_offset;
1018
1019
0
      if (debug_relax)
1020
0
        printf ("0x%x: Address of anchor symbol: 0x%x "
1021
0
          "Address of relocation target: 0x%x \n",
1022
0
          (unsigned int) irel->r_offset,
1023
0
          (unsigned int) symval,
1024
0
          (unsigned int) (symval + irel->r_addend));
1025
0
      if ((irel->r_addend) == loc)
1026
0
        return true;
1027
0
    }
1028
0
      }
1029
0
  }
1030
0
    }
1031
1032
0
  symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1033
0
         - symtab_hdr->sh_info);
1034
0
  sym_hashes = start_hashes = elf_sym_hashes (abfd);
1035
0
  end_hashes = sym_hashes + symcount;
1036
1037
0
  for (; sym_hashes < end_hashes; sym_hashes++)
1038
0
    {
1039
0
      struct elf_link_hash_entry *sym_hash = *sym_hashes;
1040
1041
      /* The '--wrap SYMBOL' option is causing a pain when the object file,
1042
   containing the definition of __wrap_SYMBOL, includes a direct
1043
   call to SYMBOL as well. Since both __wrap_SYMBOL and SYMBOL reference
1044
   the same symbol (which is __wrap_SYMBOL), but still exist as two
1045
   different symbols in 'sym_hashes', we don't want to adjust
1046
   the global symbol __wrap_SYMBOL twice.
1047
   This check is only relevant when symbols are being wrapped.  */
1048
0
      if (link_info->wrap_hash != NULL)
1049
0
  {
1050
0
    struct elf_link_hash_entry **cur_sym_hashes;
1051
1052
    /* Loop only over the symbols whom been already checked.  */
1053
0
    for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes;
1054
0
         cur_sym_hashes++)
1055
      /* If the current symbol is identical to 'sym_hash', that means
1056
         the symbol was already adjusted (or at least checked).  */
1057
0
      if (*cur_sym_hashes == sym_hash)
1058
0
        break;
1059
1060
    /* Don't adjust the symbol again.  */
1061
0
    if (cur_sym_hashes < sym_hashes)
1062
0
      continue;
1063
0
  }
1064
1065
0
      if ((sym_hash->root.type == bfd_link_hash_defined
1066
0
    || sym_hash->root.type == bfd_link_hash_defweak)
1067
0
    && sym_hash->root.u.def.section == sec
1068
0
    && sym_hash->root.u.def.value == loc)
1069
0
  return true;
1070
0
    }
1071
1072
0
  return false;
1073
0
}
1074
1075
static bool
1076
ft32_elf_relax_section (bfd *abfd,
1077
      asection *sec,
1078
      struct bfd_link_info *link_info,
1079
      bool *again)
1080
0
{
1081
0
  Elf_Internal_Rela * free_relocs = NULL;
1082
0
  Elf_Internal_Rela * internal_relocs;
1083
0
  Elf_Internal_Rela * irelend;
1084
0
  Elf_Internal_Rela * irel;
1085
0
  bfd_byte *        contents = NULL;
1086
0
  Elf_Internal_Shdr * symtab_hdr;
1087
0
  Elf_Internal_Sym *  isymbuf = NULL;
1088
1089
  /* Assume nothing changes.  */
1090
0
  *again = false;
1091
1092
  /* We don't have to do anything for a relocatable link, if
1093
     this section does not have relocs, or if this is not a
1094
     code section.  */
1095
0
  if (bfd_link_relocatable (link_info)
1096
0
      || sec->reloc_count == 0
1097
0
      || (sec->flags & SEC_RELOC) == 0
1098
0
      || (sec->flags & SEC_HAS_CONTENTS) == 0
1099
0
      || (sec->flags & SEC_CODE) == 0)
1100
0
    return true;
1101
1102
  /* Get the section contents.  */
1103
0
  if (elf_section_data (sec)->this_hdr.contents != NULL)
1104
0
    contents = elf_section_data (sec)->this_hdr.contents;
1105
  /* Go get them off disk.  */
1106
0
  else
1107
0
    {
1108
0
      if (! bfd_malloc_and_get_section (abfd, sec, &contents))
1109
0
  goto error_return;
1110
0
      elf_section_data (sec)->this_hdr.contents = contents;
1111
0
    }
1112
1113
0
  symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
1114
1115
  /* Read this BFD's local symbols if we haven't done so already.  */
1116
0
  if (isymbuf == NULL && symtab_hdr->sh_info != 0)
1117
0
    {
1118
0
      isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1119
0
      if (isymbuf == NULL)
1120
0
  isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
1121
0
          symtab_hdr->sh_info, 0,
1122
0
          NULL, NULL, NULL);
1123
0
      if (isymbuf == NULL)
1124
0
  goto error_return;
1125
0
      symtab_hdr->contents = (unsigned char *) isymbuf;
1126
0
    }
1127
1128
0
  internal_relocs = _bfd_elf_link_read_relocs (abfd, sec, NULL, NULL,
1129
0
                 link_info->keep_memory);
1130
0
  if (internal_relocs == NULL)
1131
0
    goto error_return;
1132
0
  if (! link_info->keep_memory)
1133
0
    free_relocs = internal_relocs;
1134
1135
  /* Walk through them looking for relaxing opportunities.  */
1136
0
  irelend = internal_relocs + sec->reloc_count;
1137
1138
  /* Test every adjacent pair of relocs. If both have shortcodes,
1139
     fuse them and delete the relocs.  */
1140
0
  irel = internal_relocs;
1141
0
  while (irel < irelend - 1)
1142
0
    {
1143
0
      Elf_Internal_Rela * irel_next = irel + 1;
1144
0
      unsigned int sc0, sc1;
1145
0
      bfd_vma pc;
1146
1147
0
      pc = irel->r_offset;
1148
1149
0
      if (((pc + 4) == (irel_next->r_offset))
1150
0
    && ft32_reloc_shortable (abfd, sec, isymbuf, contents, pc, irel,
1151
0
           &sc0)
1152
0
    && ft32_reloc_shortable (abfd, sec, isymbuf, contents, pc,
1153
0
           irel_next, &sc1)
1154
0
    && !elf32_ft32_relax_is_branch_target (link_info, abfd, sec,
1155
0
             irel_next->r_offset))
1156
0
  {
1157
0
    unsigned int code30 = (sc1 << 15) | sc0;
1158
0
    unsigned int code27 = code30 >> 3;
1159
0
    unsigned int code3 = code30 & 7;
1160
0
    static const unsigned char pat3[] = {2, 3, 4, 5, 6, 9, 10, 14};
1161
0
    unsigned int pattern = pat3[code3];
1162
0
    unsigned int fused = (pattern << 27) | code27;
1163
1164
    /* Move second reloc to same place as first.  */
1165
0
    irel_next->r_offset = irel->r_offset;
1166
1167
    /* Change both relocs to R_FT32_NONE.  */
1168
1169
0
    if (ELF32_R_TYPE (irel->r_info) == R_FT32_18)
1170
0
      {
1171
0
        irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1172
0
             R_FT32_SC0);
1173
0
      }
1174
0
    else
1175
0
      {
1176
0
        irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1177
0
             R_FT32_NONE);
1178
0
      }
1179
1180
0
    if (ELF32_R_TYPE (irel_next->r_info) == R_FT32_18)
1181
0
      {
1182
0
        irel_next->r_info = ELF32_R_INFO (ELF32_R_SYM (irel_next->r_info),
1183
0
            R_FT32_SC1);
1184
0
      }
1185
0
    else
1186
0
      {
1187
0
        irel_next->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1188
0
            R_FT32_NONE);
1189
0
      }
1190
1191
    /* Replace the first insn with the fused version.  */
1192
0
    bfd_put_32 (abfd, fused, contents + irel->r_offset);
1193
1194
    /* Delete the second insn.  */
1195
0
    if (!elf32_ft32_relax_delete_bytes (link_info, abfd, sec,
1196
0
                 irel->r_offset + 4, 4))
1197
0
      goto error_return;
1198
1199
    /* That will change things, so, we should relax again.
1200
       Note that this is not required, and it may be slow.  */
1201
0
    *again = true;
1202
1203
0
    irel += 2;
1204
0
  }
1205
0
      else
1206
0
  {
1207
0
    irel += 1;
1208
0
  }
1209
0
    }
1210
1211
0
  if (isymbuf != NULL
1212
0
      && symtab_hdr->contents != (unsigned char *) isymbuf)
1213
0
    {
1214
0
      if (! link_info->keep_memory)
1215
0
  free (isymbuf);
1216
0
      else
1217
       /* Cache the symbols for elf_link_input_bfd.  */
1218
0
       symtab_hdr->contents = (unsigned char *) isymbuf;
1219
0
    }
1220
1221
0
  if (contents != NULL
1222
0
      && elf_section_data (sec)->this_hdr.contents != contents)
1223
0
    {
1224
0
      if (! link_info->keep_memory)
1225
0
  free (contents);
1226
0
      else
1227
       /* Cache the section contents for elf_link_input_bfd.  */
1228
0
       elf_section_data (sec)->this_hdr.contents = contents;
1229
1230
0
    }
1231
1232
0
  if (elf_section_data (sec)->relocs != internal_relocs)
1233
0
    free (internal_relocs);
1234
1235
0
  return true;
1236
1237
0
 error_return:
1238
0
  free (free_relocs);
1239
1240
  return true;
1241
0
}
1242

1243
#define ELF_ARCH    bfd_arch_ft32
1244
#define ELF_MACHINE_CODE  EM_FT32
1245
#define ELF_MAXPAGESIZE   0x1
1246
1247
#define TARGET_LITTLE_SYM       ft32_elf32_vec
1248
#define TARGET_LITTLE_NAME  "elf32-ft32"
1249
1250
#define elf_info_to_howto_rel     NULL
1251
#define elf_info_to_howto     ft32_info_to_howto_rela
1252
#define elf_backend_relocate_section    ft32_elf_relocate_section
1253
1254
#define elf_backend_can_gc_sections   1
1255
#define elf_backend_rela_normal     1
1256
1257
#define bfd_elf32_bfd_reloc_type_lookup   ft32_reloc_type_lookup
1258
#define bfd_elf32_bfd_reloc_name_lookup   ft32_reloc_name_lookup
1259
1260
#define bfd_elf32_bfd_relax_section   ft32_elf_relax_section
1261
1262
#include "elf32-target.h"