1 /* MIPS-specific support for 32-bit ELF
2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003 Free Software Foundation, Inc.
5 Most of the information added by Ian Lance Taylor, Cygnus Support,
7 N32/64 ABI support added by Mark Mitchell, CodeSourcery, LLC.
8 <mark@codesourcery.com>
9 Traditional MIPS targets support added by Koundinya.K, Dansk Data
10 Elektronik & Operations Research Group. <kk@ddeorg.soft.net>
12 This file is part of BFD, the Binary File Descriptor library.
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version.
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
28 /* This file handles MIPS ELF targets. SGI Irix 5 uses a slightly
29 different MIPS ELF from other targets. This matters when linking.
30 This file supports both, switching at runtime. */
38 #include "elfxx-mips.h"
41 /* Get the ECOFF swapping routines. */
43 #include "coff/symconst.h"
44 #include "coff/internal.h"
45 #include "coff/ecoff.h"
46 #include "coff/mips.h"
47 #define ECOFF_SIGNED_32
48 #include "ecoffswap.h"
50 static bfd_reloc_status_type mips_elf_generic_reloc
51 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
52 static bfd_reloc_status_type mips_elf_hi16_reloc
53 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
54 static bfd_reloc_status_type mips_elf_lo16_reloc
55 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
56 static bfd_reloc_status_type mips_elf_got16_reloc
57 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
58 static bfd_boolean mips_elf_assign_gp
59 PARAMS ((bfd
*, bfd_vma
*));
60 static bfd_reloc_status_type mips_elf_final_gp
61 PARAMS ((bfd
*, asymbol
*, bfd_boolean
, char **, bfd_vma
*));
62 static bfd_reloc_status_type mips_elf_gprel16_reloc
63 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
64 static bfd_reloc_status_type mips_elf_literal_reloc
65 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
66 static bfd_reloc_status_type mips_elf_gprel32_reloc
67 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
68 static bfd_reloc_status_type gprel32_with_gp
69 PARAMS ((bfd
*, asymbol
*, arelent
*, asection
*, bfd_boolean
, PTR
,
71 static bfd_reloc_status_type mips_elf_shift6_reloc
72 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
73 static bfd_reloc_status_type mips16_jump_reloc
74 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
75 static bfd_reloc_status_type mips16_gprel_reloc
76 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
77 static reloc_howto_type
*bfd_elf32_bfd_reloc_type_lookup
78 PARAMS ((bfd
*, bfd_reloc_code_real_type
));
79 static reloc_howto_type
*mips_elf_n32_rtype_to_howto
80 PARAMS ((unsigned int, bfd_boolean
));
81 static void mips_info_to_howto_rel
82 PARAMS ((bfd
*, arelent
*, Elf_Internal_Rela
*));
83 static void mips_info_to_howto_rela
84 PARAMS ((bfd
*, arelent
*, Elf_Internal_Rela
*));
85 static bfd_boolean mips_elf_sym_is_global
86 PARAMS ((bfd
*, asymbol
*));
87 static bfd_boolean mips_elf_n32_object_p
89 static bfd_boolean elf32_mips_grok_prstatus
90 PARAMS ((bfd
*, Elf_Internal_Note
*));
91 static bfd_boolean elf32_mips_grok_psinfo
92 PARAMS ((bfd
*, Elf_Internal_Note
*));
93 static irix_compat_t elf_n32_mips_irix_compat
96 extern const bfd_target bfd_elf32_nbigmips_vec
;
97 extern const bfd_target bfd_elf32_nlittlemips_vec
;
99 static asection
*prev_reloc_section
= NULL
;
100 static bfd_vma prev_reloc_address
= -1;
101 static bfd_vma prev_reloc_addend
= 0;
103 /* Nonzero if ABFD is using the N32 ABI. */
104 #define ABI_N32_P(abfd) \
105 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0)
107 /* Whether we are trying to be compatible with IRIX at all. */
108 #define SGI_COMPAT(abfd) \
109 (elf_n32_mips_irix_compat (abfd) != ict_none)
111 /* The number of local .got entries we reserve. */
112 #define MIPS_RESERVED_GOTNO (2)
114 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value
115 from smaller values. Start with zero, widen, *then* decrement. */
116 #define MINUS_ONE (((bfd_vma)0) - 1)
118 /* The relocation table used for SHT_REL sections. */
120 static reloc_howto_type elf_mips_howto_table_rel
[] =
123 HOWTO (R_MIPS_NONE
, /* type */
125 0, /* size (0 = byte, 1 = short, 2 = long) */
127 FALSE
, /* pc_relative */
129 complain_overflow_dont
, /* complain_on_overflow */
130 mips_elf_generic_reloc
, /* special_function */
131 "R_MIPS_NONE", /* name */
132 FALSE
, /* partial_inplace */
135 FALSE
), /* pcrel_offset */
137 /* 16 bit relocation. */
138 HOWTO (R_MIPS_16
, /* type */
140 2, /* size (0 = byte, 1 = short, 2 = long) */
142 FALSE
, /* pc_relative */
144 complain_overflow_signed
, /* complain_on_overflow */
145 mips_elf_generic_reloc
, /* special_function */
146 "R_MIPS_16", /* name */
147 TRUE
, /* partial_inplace */
148 0x0000ffff, /* src_mask */
149 0x0000ffff, /* dst_mask */
150 FALSE
), /* pcrel_offset */
152 /* 32 bit relocation. */
153 HOWTO (R_MIPS_32
, /* type */
155 2, /* size (0 = byte, 1 = short, 2 = long) */
157 FALSE
, /* pc_relative */
159 complain_overflow_dont
, /* complain_on_overflow */
160 mips_elf_generic_reloc
, /* special_function */
161 "R_MIPS_32", /* name */
162 TRUE
, /* partial_inplace */
163 0xffffffff, /* src_mask */
164 0xffffffff, /* dst_mask */
165 FALSE
), /* pcrel_offset */
167 /* 32 bit symbol relative relocation. */
168 HOWTO (R_MIPS_REL32
, /* type */
170 2, /* size (0 = byte, 1 = short, 2 = long) */
172 FALSE
, /* pc_relative */
174 complain_overflow_dont
, /* complain_on_overflow */
175 mips_elf_generic_reloc
, /* special_function */
176 "R_MIPS_REL32", /* name */
177 TRUE
, /* partial_inplace */
178 0xffffffff, /* src_mask */
179 0xffffffff, /* dst_mask */
180 FALSE
), /* pcrel_offset */
182 /* 26 bit jump address. */
183 HOWTO (R_MIPS_26
, /* type */
185 2, /* size (0 = byte, 1 = short, 2 = long) */
187 FALSE
, /* pc_relative */
189 complain_overflow_dont
, /* complain_on_overflow */
190 /* This needs complex overflow
191 detection, because the upper four
192 bits must match the PC + 4. */
193 mips_elf_generic_reloc
, /* special_function */
194 "R_MIPS_26", /* name */
195 TRUE
, /* partial_inplace */
196 0x03ffffff, /* src_mask */
197 0x03ffffff, /* dst_mask */
198 FALSE
), /* pcrel_offset */
200 /* R_MIPS_HI16 and R_MIPS_LO16 are unsupported for NewABI REL.
201 However, the native IRIX6 tools use them, so we try our best. */
203 /* High 16 bits of symbol value. */
204 HOWTO (R_MIPS_HI16
, /* type */
206 2, /* size (0 = byte, 1 = short, 2 = long) */
208 FALSE
, /* pc_relative */
210 complain_overflow_dont
, /* complain_on_overflow */
211 mips_elf_hi16_reloc
, /* special_function */
212 "R_MIPS_HI16", /* name */
213 TRUE
, /* partial_inplace */
214 0x0000ffff, /* src_mask */
215 0x0000ffff, /* dst_mask */
216 FALSE
), /* pcrel_offset */
218 /* Low 16 bits of symbol value. */
219 HOWTO (R_MIPS_LO16
, /* type */
221 2, /* size (0 = byte, 1 = short, 2 = long) */
223 FALSE
, /* pc_relative */
225 complain_overflow_dont
, /* complain_on_overflow */
226 mips_elf_lo16_reloc
, /* special_function */
227 "R_MIPS_LO16", /* name */
228 TRUE
, /* partial_inplace */
229 0x0000ffff, /* src_mask */
230 0x0000ffff, /* dst_mask */
231 FALSE
), /* pcrel_offset */
233 /* GP relative reference. */
234 HOWTO (R_MIPS_GPREL16
, /* type */
236 2, /* size (0 = byte, 1 = short, 2 = long) */
238 FALSE
, /* pc_relative */
240 complain_overflow_signed
, /* complain_on_overflow */
241 mips_elf_gprel16_reloc
, /* special_function */
242 "R_MIPS_GPREL16", /* name */
243 TRUE
, /* partial_inplace */
244 0x0000ffff, /* src_mask */
245 0x0000ffff, /* dst_mask */
246 FALSE
), /* pcrel_offset */
248 /* Reference to literal section. */
249 HOWTO (R_MIPS_LITERAL
, /* type */
251 2, /* size (0 = byte, 1 = short, 2 = long) */
253 FALSE
, /* pc_relative */
255 complain_overflow_signed
, /* complain_on_overflow */
256 mips_elf_literal_reloc
, /* special_function */
257 "R_MIPS_LITERAL", /* name */
258 TRUE
, /* partial_inplace */
259 0x0000ffff, /* src_mask */
260 0x0000ffff, /* dst_mask */
261 FALSE
), /* pcrel_offset */
263 /* Reference to global offset table. */
264 HOWTO (R_MIPS_GOT16
, /* type */
266 2, /* size (0 = byte, 1 = short, 2 = long) */
268 FALSE
, /* pc_relative */
270 complain_overflow_signed
, /* complain_on_overflow */
271 mips_elf_got16_reloc
, /* special_function */
272 "R_MIPS_GOT16", /* name */
273 TRUE
, /* partial_inplace */
274 0x0000ffff, /* src_mask */
275 0x0000ffff, /* dst_mask */
276 FALSE
), /* pcrel_offset */
278 /* 16 bit PC relative reference. */
279 HOWTO (R_MIPS_PC16
, /* type */
281 2, /* size (0 = byte, 1 = short, 2 = long) */
283 TRUE
, /* pc_relative */
285 complain_overflow_signed
, /* complain_on_overflow */
286 mips_elf_generic_reloc
, /* special_function */
287 "R_MIPS_PC16", /* name */
288 TRUE
, /* partial_inplace */
289 0x0000ffff, /* src_mask */
290 0x0000ffff, /* dst_mask */
291 TRUE
), /* pcrel_offset */
293 /* 16 bit call through global offset table. */
294 HOWTO (R_MIPS_CALL16
, /* type */
296 2, /* size (0 = byte, 1 = short, 2 = long) */
298 FALSE
, /* pc_relative */
300 complain_overflow_signed
, /* complain_on_overflow */
301 mips_elf_generic_reloc
, /* special_function */
302 "R_MIPS_CALL16", /* name */
303 TRUE
, /* partial_inplace */
304 0x0000ffff, /* src_mask */
305 0x0000ffff, /* dst_mask */
306 FALSE
), /* pcrel_offset */
308 /* 32 bit GP relative reference. */
309 HOWTO (R_MIPS_GPREL32
, /* type */
311 2, /* size (0 = byte, 1 = short, 2 = long) */
313 FALSE
, /* pc_relative */
315 complain_overflow_dont
, /* complain_on_overflow */
316 mips_elf_gprel32_reloc
, /* special_function */
317 "R_MIPS_GPREL32", /* name */
318 TRUE
, /* partial_inplace */
319 0xffffffff, /* src_mask */
320 0xffffffff, /* dst_mask */
321 FALSE
), /* pcrel_offset */
323 /* The remaining relocs are defined on Irix 5, although they are
324 not defined by the ABI. */
329 /* A 5 bit shift field. */
330 HOWTO (R_MIPS_SHIFT5
, /* type */
332 2, /* size (0 = byte, 1 = short, 2 = long) */
334 FALSE
, /* pc_relative */
336 complain_overflow_bitfield
, /* complain_on_overflow */
337 mips_elf_generic_reloc
, /* special_function */
338 "R_MIPS_SHIFT5", /* name */
339 TRUE
, /* partial_inplace */
340 0x000007c0, /* src_mask */
341 0x000007c0, /* dst_mask */
342 FALSE
), /* pcrel_offset */
344 /* A 6 bit shift field. */
345 HOWTO (R_MIPS_SHIFT6
, /* type */
347 2, /* size (0 = byte, 1 = short, 2 = long) */
349 FALSE
, /* pc_relative */
351 complain_overflow_bitfield
, /* complain_on_overflow */
352 mips_elf_shift6_reloc
, /* special_function */
353 "R_MIPS_SHIFT6", /* name */
354 TRUE
, /* partial_inplace */
355 0x000007c4, /* src_mask */
356 0x000007c4, /* dst_mask */
357 FALSE
), /* pcrel_offset */
359 /* A 64 bit relocation. */
360 HOWTO (R_MIPS_64
, /* type */
362 4, /* size (0 = byte, 1 = short, 2 = long) */
364 FALSE
, /* pc_relative */
366 complain_overflow_dont
, /* complain_on_overflow */
367 mips_elf_generic_reloc
, /* special_function */
368 "R_MIPS_64", /* name */
369 TRUE
, /* partial_inplace */
370 MINUS_ONE
, /* src_mask */
371 MINUS_ONE
, /* dst_mask */
372 FALSE
), /* pcrel_offset */
374 /* Displacement in the global offset table. */
375 HOWTO (R_MIPS_GOT_DISP
, /* type */
377 2, /* size (0 = byte, 1 = short, 2 = long) */
379 FALSE
, /* pc_relative */
381 complain_overflow_signed
, /* complain_on_overflow */
382 mips_elf_generic_reloc
, /* special_function */
383 "R_MIPS_GOT_DISP", /* name */
384 TRUE
, /* partial_inplace */
385 0x0000ffff, /* src_mask */
386 0x0000ffff, /* dst_mask */
387 FALSE
), /* pcrel_offset */
389 /* Displacement to page pointer in the global offset table. */
390 HOWTO (R_MIPS_GOT_PAGE
, /* type */
392 2, /* size (0 = byte, 1 = short, 2 = long) */
394 FALSE
, /* pc_relative */
396 complain_overflow_signed
, /* complain_on_overflow */
397 mips_elf_generic_reloc
, /* special_function */
398 "R_MIPS_GOT_PAGE", /* name */
399 TRUE
, /* partial_inplace */
400 0x0000ffff, /* src_mask */
401 0x0000ffff, /* dst_mask */
402 FALSE
), /* pcrel_offset */
404 /* Offset from page pointer in the global offset table. */
405 HOWTO (R_MIPS_GOT_OFST
, /* type */
407 2, /* size (0 = byte, 1 = short, 2 = long) */
409 FALSE
, /* pc_relative */
411 complain_overflow_signed
, /* complain_on_overflow */
412 mips_elf_generic_reloc
, /* special_function */
413 "R_MIPS_GOT_OFST", /* name */
414 TRUE
, /* partial_inplace */
415 0x0000ffff, /* src_mask */
416 0x0000ffff, /* dst_mask */
417 FALSE
), /* pcrel_offset */
419 /* High 16 bits of displacement in global offset table. */
420 HOWTO (R_MIPS_GOT_HI16
, /* type */
422 2, /* size (0 = byte, 1 = short, 2 = long) */
424 FALSE
, /* pc_relative */
426 complain_overflow_dont
, /* complain_on_overflow */
427 mips_elf_generic_reloc
, /* special_function */
428 "R_MIPS_GOT_HI16", /* name */
429 TRUE
, /* partial_inplace */
430 0x0000ffff, /* src_mask */
431 0x0000ffff, /* dst_mask */
432 FALSE
), /* pcrel_offset */
434 /* Low 16 bits of displacement in global offset table. */
435 HOWTO (R_MIPS_GOT_LO16
, /* type */
437 2, /* size (0 = byte, 1 = short, 2 = long) */
439 FALSE
, /* pc_relative */
441 complain_overflow_dont
, /* complain_on_overflow */
442 mips_elf_generic_reloc
, /* special_function */
443 "R_MIPS_GOT_LO16", /* name */
444 TRUE
, /* partial_inplace */
445 0x0000ffff, /* src_mask */
446 0x0000ffff, /* dst_mask */
447 FALSE
), /* pcrel_offset */
449 /* 64 bit subtraction. */
450 HOWTO (R_MIPS_SUB
, /* type */
452 4, /* size (0 = byte, 1 = short, 2 = long) */
454 FALSE
, /* pc_relative */
456 complain_overflow_dont
, /* complain_on_overflow */
457 mips_elf_generic_reloc
, /* special_function */
458 "R_MIPS_SUB", /* name */
459 TRUE
, /* partial_inplace */
460 MINUS_ONE
, /* src_mask */
461 MINUS_ONE
, /* dst_mask */
462 FALSE
), /* pcrel_offset */
464 /* Insert the addend as an instruction. */
465 /* FIXME: Not handled correctly. */
466 HOWTO (R_MIPS_INSERT_A
, /* type */
468 2, /* size (0 = byte, 1 = short, 2 = long) */
470 FALSE
, /* pc_relative */
472 complain_overflow_dont
, /* complain_on_overflow */
473 mips_elf_generic_reloc
, /* special_function */
474 "R_MIPS_INSERT_A", /* name */
475 TRUE
, /* partial_inplace */
476 0xffffffff, /* src_mask */
477 0xffffffff, /* dst_mask */
478 FALSE
), /* pcrel_offset */
480 /* Insert the addend as an instruction, and change all relocations
481 to refer to the old instruction at the address. */
482 /* FIXME: Not handled correctly. */
483 HOWTO (R_MIPS_INSERT_B
, /* type */
485 2, /* size (0 = byte, 1 = short, 2 = long) */
487 FALSE
, /* pc_relative */
489 complain_overflow_dont
, /* complain_on_overflow */
490 mips_elf_generic_reloc
, /* special_function */
491 "R_MIPS_INSERT_B", /* name */
492 TRUE
, /* partial_inplace */
493 0xffffffff, /* src_mask */
494 0xffffffff, /* dst_mask */
495 FALSE
), /* pcrel_offset */
497 /* Delete a 32 bit instruction. */
498 /* FIXME: Not handled correctly. */
499 HOWTO (R_MIPS_DELETE
, /* type */
501 2, /* size (0 = byte, 1 = short, 2 = long) */
503 FALSE
, /* pc_relative */
505 complain_overflow_dont
, /* complain_on_overflow */
506 mips_elf_generic_reloc
, /* special_function */
507 "R_MIPS_DELETE", /* name */
508 TRUE
, /* partial_inplace */
509 0xffffffff, /* src_mask */
510 0xffffffff, /* dst_mask */
511 FALSE
), /* pcrel_offset */
513 /* The MIPS ELF64 ABI Draft wants us to support these for REL relocations.
515 a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/
516 R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using
518 b) No other NEwABI toolchain actually emits such relocations. */
519 EMPTY_HOWTO (R_MIPS_HIGHER
),
520 EMPTY_HOWTO (R_MIPS_HIGHEST
),
522 /* High 16 bits of displacement in global offset table. */
523 HOWTO (R_MIPS_CALL_HI16
, /* type */
525 2, /* size (0 = byte, 1 = short, 2 = long) */
527 FALSE
, /* pc_relative */
529 complain_overflow_dont
, /* complain_on_overflow */
530 mips_elf_generic_reloc
, /* special_function */
531 "R_MIPS_CALL_HI16", /* name */
532 TRUE
, /* partial_inplace */
533 0x0000ffff, /* src_mask */
534 0x0000ffff, /* dst_mask */
535 FALSE
), /* pcrel_offset */
537 /* Low 16 bits of displacement in global offset table. */
538 HOWTO (R_MIPS_CALL_LO16
, /* type */
540 2, /* size (0 = byte, 1 = short, 2 = long) */
542 FALSE
, /* pc_relative */
544 complain_overflow_dont
, /* complain_on_overflow */
545 mips_elf_generic_reloc
, /* special_function */
546 "R_MIPS_CALL_LO16", /* name */
547 TRUE
, /* partial_inplace */
548 0x0000ffff, /* src_mask */
549 0x0000ffff, /* dst_mask */
550 FALSE
), /* pcrel_offset */
552 /* Section displacement. */
553 HOWTO (R_MIPS_SCN_DISP
, /* type */
555 2, /* size (0 = byte, 1 = short, 2 = long) */
557 FALSE
, /* pc_relative */
559 complain_overflow_dont
, /* complain_on_overflow */
560 mips_elf_generic_reloc
, /* special_function */
561 "R_MIPS_SCN_DISP", /* name */
562 TRUE
, /* partial_inplace */
563 0xffffffff, /* src_mask */
564 0xffffffff, /* dst_mask */
565 FALSE
), /* pcrel_offset */
567 HOWTO (R_MIPS_REL16
, /* type */
569 1, /* size (0 = byte, 1 = short, 2 = long) */
571 FALSE
, /* pc_relative */
573 complain_overflow_signed
, /* complain_on_overflow */
574 mips_elf_generic_reloc
, /* special_function */
575 "R_MIPS_REL16", /* name */
576 TRUE
, /* partial_inplace */
577 0xffff, /* src_mask */
578 0xffff, /* dst_mask */
579 FALSE
), /* pcrel_offset */
581 /* These two are obsolete. */
582 EMPTY_HOWTO (R_MIPS_ADD_IMMEDIATE
),
583 EMPTY_HOWTO (R_MIPS_PJUMP
),
585 /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section.
586 It must be used for multigot GOT's (and only there). */
587 HOWTO (R_MIPS_RELGOT
, /* type */
589 2, /* size (0 = byte, 1 = short, 2 = long) */
591 FALSE
, /* pc_relative */
593 complain_overflow_dont
, /* complain_on_overflow */
594 mips_elf_generic_reloc
, /* special_function */
595 "R_MIPS_RELGOT", /* name */
596 TRUE
, /* partial_inplace */
597 0xffffffff, /* src_mask */
598 0xffffffff, /* dst_mask */
599 FALSE
), /* pcrel_offset */
601 /* Protected jump conversion. This is an optimization hint. No
602 relocation is required for correctness. */
603 HOWTO (R_MIPS_JALR
, /* type */
605 2, /* size (0 = byte, 1 = short, 2 = long) */
607 FALSE
, /* pc_relative */
609 complain_overflow_dont
, /* complain_on_overflow */
610 mips_elf_generic_reloc
, /* special_function */
611 "R_MIPS_JALR", /* name */
612 FALSE
, /* partial_inplace */
613 0x00000000, /* src_mask */
614 0x00000000, /* dst_mask */
615 FALSE
), /* pcrel_offset */
618 /* The relocation table used for SHT_RELA sections. */
620 static reloc_howto_type elf_mips_howto_table_rela
[] =
623 HOWTO (R_MIPS_NONE
, /* type */
625 0, /* size (0 = byte, 1 = short, 2 = long) */
627 FALSE
, /* pc_relative */
629 complain_overflow_dont
, /* complain_on_overflow */
630 mips_elf_generic_reloc
, /* special_function */
631 "R_MIPS_NONE", /* name */
632 FALSE
, /* partial_inplace */
635 FALSE
), /* pcrel_offset */
637 /* 16 bit relocation. */
638 HOWTO (R_MIPS_16
, /* type */
640 2, /* size (0 = byte, 1 = short, 2 = long) */
642 FALSE
, /* pc_relative */
644 complain_overflow_signed
, /* complain_on_overflow */
645 mips_elf_generic_reloc
, /* special_function */
646 "R_MIPS_16", /* name */
647 FALSE
, /* partial_inplace */
649 0x0000, /* dst_mask */
650 FALSE
), /* pcrel_offset */
652 /* 32 bit relocation. */
653 HOWTO (R_MIPS_32
, /* type */
655 2, /* size (0 = byte, 1 = short, 2 = long) */
657 FALSE
, /* pc_relative */
659 complain_overflow_dont
, /* complain_on_overflow */
660 mips_elf_generic_reloc
, /* special_function */
661 "R_MIPS_32", /* name */
662 FALSE
, /* partial_inplace */
664 0xffffffff, /* dst_mask */
665 FALSE
), /* pcrel_offset */
667 /* 32 bit symbol relative relocation. */
668 HOWTO (R_MIPS_REL32
, /* type */
670 2, /* size (0 = byte, 1 = short, 2 = long) */
672 FALSE
, /* pc_relative */
674 complain_overflow_dont
, /* complain_on_overflow */
675 mips_elf_generic_reloc
, /* special_function */
676 "R_MIPS_REL32", /* name */
677 FALSE
, /* partial_inplace */
679 0xffffffff, /* dst_mask */
680 FALSE
), /* pcrel_offset */
682 /* 26 bit jump address. */
683 HOWTO (R_MIPS_26
, /* type */
685 2, /* size (0 = byte, 1 = short, 2 = long) */
687 FALSE
, /* pc_relative */
689 complain_overflow_dont
, /* complain_on_overflow */
690 /* This needs complex overflow
691 detection, because the upper 36
692 bits must match the PC + 4. */
693 mips_elf_generic_reloc
, /* special_function */
694 "R_MIPS_26", /* name */
695 FALSE
, /* partial_inplace */
697 0x03ffffff, /* dst_mask */
698 FALSE
), /* pcrel_offset */
700 /* High 16 bits of symbol value. */
701 HOWTO (R_MIPS_HI16
, /* type */
703 2, /* size (0 = byte, 1 = short, 2 = long) */
705 FALSE
, /* pc_relative */
707 complain_overflow_dont
, /* complain_on_overflow */
708 mips_elf_generic_reloc
, /* special_function */
709 "R_MIPS_HI16", /* name */
710 FALSE
, /* partial_inplace */
712 0x0000ffff, /* dst_mask */
713 FALSE
), /* pcrel_offset */
715 /* Low 16 bits of symbol value. */
716 HOWTO (R_MIPS_LO16
, /* type */
718 2, /* size (0 = byte, 1 = short, 2 = long) */
720 FALSE
, /* pc_relative */
722 complain_overflow_dont
, /* complain_on_overflow */
723 mips_elf_generic_reloc
, /* special_function */
724 "R_MIPS_LO16", /* name */
725 FALSE
, /* partial_inplace */
727 0x0000ffff, /* dst_mask */
728 FALSE
), /* pcrel_offset */
730 /* GP relative reference. */
731 HOWTO (R_MIPS_GPREL16
, /* type */
733 2, /* size (0 = byte, 1 = short, 2 = long) */
735 FALSE
, /* pc_relative */
737 complain_overflow_signed
, /* complain_on_overflow */
738 mips_elf_gprel16_reloc
, /* special_function */
739 "R_MIPS_GPREL16", /* name */
740 FALSE
, /* partial_inplace */
742 0x0000ffff, /* dst_mask */
743 FALSE
), /* pcrel_offset */
745 /* Reference to literal section. */
746 HOWTO (R_MIPS_LITERAL
, /* type */
748 2, /* size (0 = byte, 1 = short, 2 = long) */
750 FALSE
, /* pc_relative */
752 complain_overflow_signed
, /* complain_on_overflow */
753 mips_elf_literal_reloc
, /* special_function */
754 "R_MIPS_LITERAL", /* name */
755 FALSE
, /* partial_inplace */
757 0x0000ffff, /* dst_mask */
758 FALSE
), /* pcrel_offset */
760 /* Reference to global offset table. */
761 HOWTO (R_MIPS_GOT16
, /* type */
763 2, /* size (0 = byte, 1 = short, 2 = long) */
765 FALSE
, /* pc_relative */
767 complain_overflow_signed
, /* complain_on_overflow */
768 mips_elf_got16_reloc
, /* special_function */
769 "R_MIPS_GOT16", /* name */
770 FALSE
, /* partial_inplace */
772 0x0000ffff, /* dst_mask */
773 FALSE
), /* pcrel_offset */
775 /* 16 bit PC relative reference. */
776 HOWTO (R_MIPS_PC16
, /* type */
778 2, /* size (0 = byte, 1 = short, 2 = long) */
780 TRUE
, /* pc_relative */
782 complain_overflow_signed
, /* complain_on_overflow */
783 mips_elf_generic_reloc
, /* special_function */
784 "R_MIPS_PC16", /* name */
785 FALSE
, /* partial_inplace */
787 0x0000ffff, /* dst_mask */
788 TRUE
), /* pcrel_offset */
790 /* 16 bit call through global offset table. */
791 HOWTO (R_MIPS_CALL16
, /* type */
793 2, /* size (0 = byte, 1 = short, 2 = long) */
795 FALSE
, /* pc_relative */
797 complain_overflow_signed
, /* complain_on_overflow */
798 mips_elf_generic_reloc
, /* special_function */
799 "R_MIPS_CALL16", /* name */
800 FALSE
, /* partial_inplace */
802 0x0000ffff, /* dst_mask */
803 FALSE
), /* pcrel_offset */
805 /* 32 bit GP relative reference. */
806 HOWTO (R_MIPS_GPREL32
, /* type */
808 2, /* size (0 = byte, 1 = short, 2 = long) */
810 FALSE
, /* pc_relative */
812 complain_overflow_dont
, /* complain_on_overflow */
813 mips_elf_gprel32_reloc
, /* special_function */
814 "R_MIPS_GPREL32", /* name */
815 FALSE
, /* partial_inplace */
817 0xffffffff, /* dst_mask */
818 FALSE
), /* pcrel_offset */
824 /* A 5 bit shift field. */
825 HOWTO (R_MIPS_SHIFT5
, /* type */
827 2, /* size (0 = byte, 1 = short, 2 = long) */
829 FALSE
, /* pc_relative */
831 complain_overflow_bitfield
, /* complain_on_overflow */
832 mips_elf_generic_reloc
, /* special_function */
833 "R_MIPS_SHIFT5", /* name */
834 FALSE
, /* partial_inplace */
836 0x000007c0, /* dst_mask */
837 FALSE
), /* pcrel_offset */
839 /* A 6 bit shift field. */
840 HOWTO (R_MIPS_SHIFT6
, /* type */
842 2, /* size (0 = byte, 1 = short, 2 = long) */
844 FALSE
, /* pc_relative */
846 complain_overflow_bitfield
, /* complain_on_overflow */
847 mips_elf_shift6_reloc
, /* special_function */
848 "R_MIPS_SHIFT6", /* name */
849 FALSE
, /* partial_inplace */
851 0x000007c4, /* dst_mask */
852 FALSE
), /* pcrel_offset */
854 /* 64 bit relocation. */
855 HOWTO (R_MIPS_64
, /* type */
857 4, /* size (0 = byte, 1 = short, 2 = long) */
859 FALSE
, /* pc_relative */
861 complain_overflow_dont
, /* complain_on_overflow */
862 mips_elf_generic_reloc
, /* special_function */
863 "R_MIPS_64", /* name */
864 FALSE
, /* partial_inplace */
866 MINUS_ONE
, /* dst_mask */
867 FALSE
), /* pcrel_offset */
869 /* Displacement in the global offset table. */
870 HOWTO (R_MIPS_GOT_DISP
, /* type */
872 2, /* size (0 = byte, 1 = short, 2 = long) */
874 FALSE
, /* pc_relative */
876 complain_overflow_signed
, /* complain_on_overflow */
877 mips_elf_generic_reloc
, /* special_function */
878 "R_MIPS_GOT_DISP", /* name */
879 FALSE
, /* partial_inplace */
881 0x0000ffff, /* dst_mask */
882 FALSE
), /* pcrel_offset */
884 /* Displacement to page pointer in the global offset table. */
885 HOWTO (R_MIPS_GOT_PAGE
, /* type */
887 2, /* size (0 = byte, 1 = short, 2 = long) */
889 FALSE
, /* pc_relative */
891 complain_overflow_signed
, /* complain_on_overflow */
892 mips_elf_generic_reloc
, /* special_function */
893 "R_MIPS_GOT_PAGE", /* name */
894 FALSE
, /* partial_inplace */
896 0x0000ffff, /* dst_mask */
897 FALSE
), /* pcrel_offset */
899 /* Offset from page pointer in the global offset table. */
900 HOWTO (R_MIPS_GOT_OFST
, /* type */
902 2, /* size (0 = byte, 1 = short, 2 = long) */
904 FALSE
, /* pc_relative */
906 complain_overflow_signed
, /* complain_on_overflow */
907 mips_elf_generic_reloc
, /* special_function */
908 "R_MIPS_GOT_OFST", /* name */
909 FALSE
, /* partial_inplace */
911 0x0000ffff, /* dst_mask */
912 FALSE
), /* pcrel_offset */
914 /* High 16 bits of displacement in global offset table. */
915 HOWTO (R_MIPS_GOT_HI16
, /* type */
917 2, /* size (0 = byte, 1 = short, 2 = long) */
919 FALSE
, /* pc_relative */
921 complain_overflow_dont
, /* complain_on_overflow */
922 mips_elf_generic_reloc
, /* special_function */
923 "R_MIPS_GOT_HI16", /* name */
924 FALSE
, /* partial_inplace */
926 0x0000ffff, /* dst_mask */
927 FALSE
), /* pcrel_offset */
929 /* Low 16 bits of displacement in global offset table. */
930 HOWTO (R_MIPS_GOT_LO16
, /* type */
932 2, /* size (0 = byte, 1 = short, 2 = long) */
934 FALSE
, /* pc_relative */
936 complain_overflow_dont
, /* complain_on_overflow */
937 mips_elf_generic_reloc
, /* special_function */
938 "R_MIPS_GOT_LO16", /* name */
939 FALSE
, /* partial_inplace */
941 0x0000ffff, /* dst_mask */
942 FALSE
), /* pcrel_offset */
944 /* 64 bit substraction. */
945 HOWTO (R_MIPS_SUB
, /* type */
947 4, /* size (0 = byte, 1 = short, 2 = long) */
949 FALSE
, /* pc_relative */
951 complain_overflow_dont
, /* complain_on_overflow */
952 mips_elf_generic_reloc
, /* special_function */
953 "R_MIPS_SUB", /* name */
954 FALSE
, /* partial_inplace */
956 MINUS_ONE
, /* dst_mask */
957 FALSE
), /* pcrel_offset */
959 /* Insert the addend as an instruction. */
960 /* FIXME: Not handled correctly. */
961 HOWTO (R_MIPS_INSERT_A
, /* type */
963 2, /* size (0 = byte, 1 = short, 2 = long) */
965 FALSE
, /* pc_relative */
967 complain_overflow_dont
, /* complain_on_overflow */
968 mips_elf_generic_reloc
, /* special_function */
969 "R_MIPS_INSERT_A", /* name */
970 FALSE
, /* partial_inplace */
972 0xffffffff, /* dst_mask */
973 FALSE
), /* pcrel_offset */
975 /* Insert the addend as an instruction, and change all relocations
976 to refer to the old instruction at the address. */
977 /* FIXME: Not handled correctly. */
978 HOWTO (R_MIPS_INSERT_B
, /* type */
980 2, /* size (0 = byte, 1 = short, 2 = long) */
982 FALSE
, /* pc_relative */
984 complain_overflow_dont
, /* complain_on_overflow */
985 mips_elf_generic_reloc
, /* special_function */
986 "R_MIPS_INSERT_B", /* name */
987 FALSE
, /* partial_inplace */
989 0xffffffff, /* dst_mask */
990 FALSE
), /* pcrel_offset */
992 /* Delete a 32 bit instruction. */
993 /* FIXME: Not handled correctly. */
994 HOWTO (R_MIPS_DELETE
, /* type */
996 2, /* size (0 = byte, 1 = short, 2 = long) */
998 FALSE
, /* pc_relative */
1000 complain_overflow_dont
, /* complain_on_overflow */
1001 mips_elf_generic_reloc
, /* special_function */
1002 "R_MIPS_DELETE", /* name */
1003 FALSE
, /* partial_inplace */
1005 0xffffffff, /* dst_mask */
1006 FALSE
), /* pcrel_offset */
1008 /* Get the higher value of a 64 bit addend. */
1009 HOWTO (R_MIPS_HIGHER
, /* type */
1011 2, /* size (0 = byte, 1 = short, 2 = long) */
1013 FALSE
, /* pc_relative */
1015 complain_overflow_dont
, /* complain_on_overflow */
1016 mips_elf_generic_reloc
, /* special_function */
1017 "R_MIPS_HIGHER", /* name */
1018 FALSE
, /* partial_inplace */
1020 0x0000ffff, /* dst_mask */
1021 FALSE
), /* pcrel_offset */
1023 /* Get the highest value of a 64 bit addend. */
1024 HOWTO (R_MIPS_HIGHEST
, /* type */
1026 2, /* size (0 = byte, 1 = short, 2 = long) */
1028 FALSE
, /* pc_relative */
1030 complain_overflow_dont
, /* complain_on_overflow */
1031 mips_elf_generic_reloc
, /* special_function */
1032 "R_MIPS_HIGHEST", /* name */
1033 FALSE
, /* partial_inplace */
1035 0x0000ffff, /* dst_mask */
1036 FALSE
), /* pcrel_offset */
1038 /* High 16 bits of displacement in global offset table. */
1039 HOWTO (R_MIPS_CALL_HI16
, /* type */
1041 2, /* size (0 = byte, 1 = short, 2 = long) */
1043 FALSE
, /* pc_relative */
1045 complain_overflow_dont
, /* complain_on_overflow */
1046 mips_elf_generic_reloc
, /* special_function */
1047 "R_MIPS_CALL_HI16", /* name */
1048 FALSE
, /* partial_inplace */
1050 0x0000ffff, /* dst_mask */
1051 FALSE
), /* pcrel_offset */
1053 /* Low 16 bits of displacement in global offset table. */
1054 HOWTO (R_MIPS_CALL_LO16
, /* type */
1056 2, /* size (0 = byte, 1 = short, 2 = long) */
1058 FALSE
, /* pc_relative */
1060 complain_overflow_dont
, /* complain_on_overflow */
1061 mips_elf_generic_reloc
, /* special_function */
1062 "R_MIPS_CALL_LO16", /* name */
1063 FALSE
, /* partial_inplace */
1065 0x0000ffff, /* dst_mask */
1066 FALSE
), /* pcrel_offset */
1068 /* Section displacement, used by an associated event location section. */
1069 HOWTO (R_MIPS_SCN_DISP
, /* type */
1071 2, /* size (0 = byte, 1 = short, 2 = long) */
1073 FALSE
, /* pc_relative */
1075 complain_overflow_dont
, /* complain_on_overflow */
1076 mips_elf_generic_reloc
, /* special_function */
1077 "R_MIPS_SCN_DISP", /* name */
1078 FALSE
, /* partial_inplace */
1080 0xffffffff, /* dst_mask */
1081 FALSE
), /* pcrel_offset */
1083 /* 16 bit relocation. */
1084 HOWTO (R_MIPS_REL16
, /* type */
1086 1, /* size (0 = byte, 1 = short, 2 = long) */
1088 FALSE
, /* pc_relative */
1090 complain_overflow_signed
, /* complain_on_overflow */
1091 mips_elf_generic_reloc
, /* special_function */
1092 "R_MIPS_REL16", /* name */
1093 FALSE
, /* partial_inplace */
1095 0xffff, /* dst_mask */
1096 FALSE
), /* pcrel_offset */
1098 /* These two are obsolete. */
1099 EMPTY_HOWTO (R_MIPS_ADD_IMMEDIATE
),
1100 EMPTY_HOWTO (R_MIPS_PJUMP
),
1102 /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section.
1103 It must be used for multigot GOT's (and only there). */
1104 HOWTO (R_MIPS_RELGOT
, /* type */
1106 2, /* size (0 = byte, 1 = short, 2 = long) */
1108 FALSE
, /* pc_relative */
1110 complain_overflow_dont
, /* complain_on_overflow */
1111 mips_elf_generic_reloc
, /* special_function */
1112 "R_MIPS_RELGOT", /* name */
1113 FALSE
, /* partial_inplace */
1115 0xffffffff, /* dst_mask */
1116 FALSE
), /* pcrel_offset */
1118 /* Protected jump conversion. This is an optimization hint. No
1119 relocation is required for correctness. */
1120 HOWTO (R_MIPS_JALR
, /* type */
1122 2, /* size (0 = byte, 1 = short, 2 = long) */
1124 FALSE
, /* pc_relative */
1126 complain_overflow_dont
, /* complain_on_overflow */
1127 mips_elf_generic_reloc
, /* special_function */
1128 "R_MIPS_JALR", /* name */
1129 FALSE
, /* partial_inplace */
1131 0xffffffff, /* dst_mask */
1132 FALSE
), /* pcrel_offset */
1135 /* The reloc used for the mips16 jump instruction. */
1136 static reloc_howto_type elf_mips16_jump_howto
=
1137 HOWTO (R_MIPS16_26
, /* type */
1139 2, /* size (0 = byte, 1 = short, 2 = long) */
1141 FALSE
, /* pc_relative */
1143 complain_overflow_dont
, /* complain_on_overflow */
1144 /* This needs complex overflow
1145 detection, because the upper four
1146 bits must match the PC. */
1147 mips16_jump_reloc
, /* special_function */
1148 "R_MIPS16_26", /* name */
1149 TRUE
, /* partial_inplace */
1150 0x3ffffff, /* src_mask */
1151 0x3ffffff, /* dst_mask */
1152 FALSE
); /* pcrel_offset */
1154 /* The reloc used for the mips16 gprel instruction. */
1155 static reloc_howto_type elf_mips16_gprel_howto
=
1156 HOWTO (R_MIPS16_GPREL
, /* type */
1158 2, /* size (0 = byte, 1 = short, 2 = long) */
1160 FALSE
, /* pc_relative */
1162 complain_overflow_signed
, /* complain_on_overflow */
1163 mips16_gprel_reloc
, /* special_function */
1164 "R_MIPS16_GPREL", /* name */
1165 TRUE
, /* partial_inplace */
1166 0x07ff001f, /* src_mask */
1167 0x07ff001f, /* dst_mask */
1168 FALSE
); /* pcrel_offset */
1170 /* GNU extension to record C++ vtable hierarchy */
1171 static reloc_howto_type elf_mips_gnu_vtinherit_howto
=
1172 HOWTO (R_MIPS_GNU_VTINHERIT
, /* type */
1174 2, /* size (0 = byte, 1 = short, 2 = long) */
1176 FALSE
, /* pc_relative */
1178 complain_overflow_dont
, /* complain_on_overflow */
1179 NULL
, /* special_function */
1180 "R_MIPS_GNU_VTINHERIT", /* name */
1181 FALSE
, /* partial_inplace */
1184 FALSE
); /* pcrel_offset */
1186 /* GNU extension to record C++ vtable member usage */
1187 static reloc_howto_type elf_mips_gnu_vtentry_howto
=
1188 HOWTO (R_MIPS_GNU_VTENTRY
, /* type */
1190 2, /* size (0 = byte, 1 = short, 2 = long) */
1192 FALSE
, /* pc_relative */
1194 complain_overflow_dont
, /* complain_on_overflow */
1195 _bfd_elf_rel_vtable_reloc_fn
, /* special_function */
1196 "R_MIPS_GNU_VTENTRY", /* name */
1197 FALSE
, /* partial_inplace */
1200 FALSE
); /* pcrel_offset */
1202 /* 16 bit offset for pc-relative branches. */
1203 static reloc_howto_type elf_mips_gnu_rel16_s2
=
1204 HOWTO (R_MIPS_GNU_REL16_S2
, /* type */
1206 2, /* size (0 = byte, 1 = short, 2 = long) */
1208 TRUE
, /* pc_relative */
1210 complain_overflow_signed
, /* complain_on_overflow */
1211 mips_elf_generic_reloc
, /* special_function */
1212 "R_MIPS_GNU_REL16_S2", /* name */
1213 TRUE
, /* partial_inplace */
1214 0x0000ffff, /* src_mask */
1215 0x0000ffff, /* dst_mask */
1216 TRUE
); /* pcrel_offset */
1218 /* 16 bit offset for pc-relative branches. */
1219 static reloc_howto_type elf_mips_gnu_rela16_s2
=
1220 HOWTO (R_MIPS_GNU_REL16_S2
, /* type */
1222 2, /* size (0 = byte, 1 = short, 2 = long) */
1224 TRUE
, /* pc_relative */
1226 complain_overflow_signed
, /* complain_on_overflow */
1227 mips_elf_generic_reloc
, /* special_function */
1228 "R_MIPS_GNU_REL16_S2", /* name */
1229 FALSE
, /* partial_inplace */
1231 0x0000ffff, /* dst_mask */
1232 TRUE
); /* pcrel_offset */
1234 /* This is derived from bfd_elf_generic_reloc. NewABI allows us to have
1235 several relocations against the same address. The addend is derived
1236 from the addends of preceding relocations. If we don't need to
1237 do something special, we simply keep track of the addend. */
1239 #define GET_RELOC_ADDEND(obfd, sym, entry, sec) \
1241 /* If we're relocating, and this is an external symbol, we don't \
1242 want to change anything. */ \
1243 if ((obfd) != (bfd *) NULL \
1244 && ((sym)->flags & BSF_SECTION_SYM) == 0 \
1245 && (! (entry)->howto->partial_inplace \
1246 || (entry)->addend == 0)) \
1248 (entry)->address += (sec)->output_offset; \
1249 return bfd_reloc_ok; \
1252 /* The addend of combined relocs is remembered and left for \
1253 subsequent relocs. */ \
1254 if (prev_reloc_address != (entry)->address \
1255 || prev_reloc_section != (sec)) \
1257 prev_reloc_section = (sec); \
1258 prev_reloc_address = (entry)->address; \
1259 prev_reloc_addend = (entry)->addend; \
1262 (entry)->addend = prev_reloc_addend; \
1265 #define SET_RELOC_ADDEND(entry) \
1267 prev_reloc_addend = (entry)->addend; \
1270 static bfd_reloc_status_type
1271 mips_elf_generic_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1272 output_bfd
, error_message
)
1273 bfd
*abfd ATTRIBUTE_UNUSED
;
1274 arelent
*reloc_entry
;
1276 PTR data ATTRIBUTE_UNUSED
;
1277 asection
*input_section
;
1279 char **error_message ATTRIBUTE_UNUSED
;
1281 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1283 return bfd_reloc_continue
;
1286 /* Do a R_MIPS_HI16 relocation. This has to be done in combination
1287 with a R_MIPS_LO16 reloc, because there is a carry from the LO16 to
1288 the HI16. Here we just save the information we need; we do the
1289 actual relocation when we see the LO16.
1291 MIPS ELF requires that the LO16 immediately follow the HI16. As a
1292 GNU extension, for non-pc-relative relocations, we permit an
1293 arbitrary number of HI16 relocs to be associated with a single LO16
1294 reloc. This extension permits gcc to output the HI and LO relocs
1297 This cannot be done for PC-relative relocations because both the HI16
1298 and LO16 parts of the relocations must be done relative to the LO16
1299 part, and there can be carry to or borrow from the HI16 part. */
1303 struct mips_hi16
*next
;
1308 /* FIXME: This should not be a static variable. */
1310 static struct mips_hi16
*mips_hi16_list
;
1312 static bfd_reloc_status_type
1313 mips_elf_hi16_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1314 output_bfd
, error_message
)
1315 bfd
*abfd ATTRIBUTE_UNUSED
;
1316 arelent
*reloc_entry
;
1319 asection
*input_section
;
1321 char **error_message ATTRIBUTE_UNUSED
;
1323 bfd_reloc_status_type ret
;
1325 struct mips_hi16
*n
;
1327 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1331 if (bfd_is_und_section (symbol
->section
) && output_bfd
== (bfd
*) NULL
)
1332 ret
= bfd_reloc_undefined
;
1334 if (bfd_is_com_section (symbol
->section
))
1337 relocation
= symbol
->value
;
1339 relocation
+= symbol
->section
->output_section
->vma
;
1340 relocation
+= symbol
->section
->output_offset
;
1341 relocation
+= reloc_entry
->addend
;
1343 if (reloc_entry
->address
> input_section
->_cooked_size
)
1344 return bfd_reloc_outofrange
;
1346 /* Save the information, and let LO16 do the actual relocation. */
1347 n
= (struct mips_hi16
*) bfd_malloc ((bfd_size_type
) sizeof *n
);
1349 return bfd_reloc_outofrange
;
1350 n
->addr
= (bfd_byte
*) data
+ reloc_entry
->address
;
1351 n
->addend
= relocation
;
1352 n
->next
= mips_hi16_list
;
1355 if (output_bfd
!= (bfd
*) NULL
)
1356 reloc_entry
->address
+= input_section
->output_offset
;
1361 /* Do a R_MIPS_LO16 relocation. This is a straightforward 16 bit
1362 inplace relocation; this function exists in order to do the
1363 R_MIPS_HI16 relocation described above. */
1365 static bfd_reloc_status_type
1366 mips_elf_lo16_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1367 output_bfd
, error_message
)
1369 arelent
*reloc_entry
;
1372 asection
*input_section
;
1374 char **error_message
;
1376 if (mips_hi16_list
!= NULL
)
1378 struct mips_hi16
*l
;
1385 unsigned long vallo
;
1386 struct mips_hi16
*next
;
1388 /* Do the HI16 relocation. Note that we actually don't need
1389 to know anything about the LO16 itself, except where to
1390 find the low 16 bits of the addend needed by the LO16. */
1391 insn
= bfd_get_32 (abfd
, l
->addr
);
1392 vallo
= bfd_get_32 (abfd
, (bfd_byte
*) data
+ reloc_entry
->address
);
1394 /* The low order 16 bits are always treated as a signed
1396 vallo
= ((vallo
& 0xffff) ^ 0x8000) - 0x8000;
1397 val
= ((insn
& 0xffff) << 16) + vallo
;
1400 /* If PC-relative, we need to subtract out the address of the LO
1401 half of the HI/LO. (The actual relocation is relative
1402 to that instruction.) */
1403 if (reloc_entry
->howto
->pc_relative
)
1404 val
-= reloc_entry
->address
;
1406 /* At this point, "val" has the value of the combined HI/LO
1407 pair. If the low order 16 bits (which will be used for
1408 the LO16 insn) are negative, then we will need an
1409 adjustment for the high order 16 bits. */
1411 val
= (val
>> 16) & 0xffff;
1413 insn
&= ~ (bfd_vma
) 0xffff;
1415 bfd_put_32 (abfd
, (bfd_vma
) insn
, l
->addr
);
1422 mips_hi16_list
= NULL
;
1425 /* Now do the LO16 reloc in the usual way. */
1426 return mips_elf_generic_reloc (abfd
, reloc_entry
, symbol
, data
,
1427 input_section
, output_bfd
, error_message
);
1430 /* Do a R_MIPS_GOT16 reloc. This is a reloc against the global offset
1431 table used for PIC code. If the symbol is an external symbol, the
1432 instruction is modified to contain the offset of the appropriate
1433 entry in the global offset table. If the symbol is a section
1434 symbol, the next reloc is a R_MIPS_LO16 reloc. The two 16 bit
1435 addends are combined to form the real addend against the section
1436 symbol; the GOT16 is modified to contain the offset of an entry in
1437 the global offset table, and the LO16 is modified to offset it
1438 appropriately. Thus an offset larger than 16 bits requires a
1439 modified value in the global offset table.
1441 This implementation suffices for the assembler, but the linker does
1442 not yet know how to create global offset tables. */
1444 static bfd_reloc_status_type
1445 mips_elf_got16_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1446 output_bfd
, error_message
)
1448 arelent
*reloc_entry
;
1451 asection
*input_section
;
1453 char **error_message
;
1455 /* If we're relocating, and this is a local symbol, we can handle it
1457 if (output_bfd
!= (bfd
*) NULL
1458 && (symbol
->flags
& BSF_SECTION_SYM
) != 0)
1459 return mips_elf_hi16_reloc (abfd
, reloc_entry
, symbol
, data
,
1460 input_section
, output_bfd
, error_message
);
1462 /* Otherwise we try to handle it as R_MIPS_GOT_DISP. */
1463 return mips_elf_generic_reloc (abfd
, reloc_entry
, symbol
, data
,
1464 input_section
, output_bfd
, error_message
);
1467 /* Set the GP value for OUTPUT_BFD. Returns FALSE if this is a
1468 dangerous relocation. */
1471 mips_elf_assign_gp (output_bfd
, pgp
)
1479 /* If we've already figured out what GP will be, just return it. */
1480 *pgp
= _bfd_get_gp_value (output_bfd
);
1484 count
= bfd_get_symcount (output_bfd
);
1485 sym
= bfd_get_outsymbols (output_bfd
);
1487 /* The linker script will have created a symbol named `_gp' with the
1488 appropriate value. */
1489 if (sym
== (asymbol
**) NULL
)
1493 for (i
= 0; i
< count
; i
++, sym
++)
1495 register const char *name
;
1497 name
= bfd_asymbol_name (*sym
);
1498 if (*name
== '_' && strcmp (name
, "_gp") == 0)
1500 *pgp
= bfd_asymbol_value (*sym
);
1501 _bfd_set_gp_value (output_bfd
, *pgp
);
1509 /* Only get the error once. */
1511 _bfd_set_gp_value (output_bfd
, *pgp
);
1518 /* We have to figure out the gp value, so that we can adjust the
1519 symbol value correctly. We look up the symbol _gp in the output
1520 BFD. If we can't find it, we're stuck. We cache it in the ELF
1521 target data. We don't need to adjust the symbol value for an
1522 external symbol if we are producing relocateable output. */
1524 static bfd_reloc_status_type
1525 mips_elf_final_gp (output_bfd
, symbol
, relocateable
, error_message
, pgp
)
1528 bfd_boolean relocateable
;
1529 char **error_message
;
1532 if (bfd_is_und_section (symbol
->section
)
1536 return bfd_reloc_undefined
;
1539 *pgp
= _bfd_get_gp_value (output_bfd
);
1542 || (symbol
->flags
& BSF_SECTION_SYM
) != 0))
1546 /* Make up a value. */
1547 *pgp
= symbol
->section
->output_section
->vma
/*+ 0x4000*/;
1548 _bfd_set_gp_value (output_bfd
, *pgp
);
1550 else if (!mips_elf_assign_gp (output_bfd
, pgp
))
1553 (char *) _("GP relative relocation when _gp not defined");
1554 return bfd_reloc_dangerous
;
1558 return bfd_reloc_ok
;
1561 /* Do a R_MIPS_GPREL16 relocation. This is a 16 bit value which must
1562 become the offset from the gp register. */
1564 static bfd_reloc_status_type
1565 mips_elf_gprel16_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1566 output_bfd
, error_message
)
1567 bfd
*abfd ATTRIBUTE_UNUSED
;
1568 arelent
*reloc_entry
;
1570 PTR data ATTRIBUTE_UNUSED
;
1571 asection
*input_section
;
1573 char **error_message ATTRIBUTE_UNUSED
;
1575 bfd_boolean relocateable
;
1576 bfd_reloc_status_type ret
;
1579 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1581 if (output_bfd
!= (bfd
*) NULL
)
1582 relocateable
= TRUE
;
1585 relocateable
= FALSE
;
1586 output_bfd
= symbol
->section
->output_section
->owner
;
1589 ret
= mips_elf_final_gp (output_bfd
, symbol
, relocateable
, error_message
,
1591 if (ret
!= bfd_reloc_ok
)
1594 return _bfd_mips_elf_gprel16_with_gp (abfd
, symbol
, reloc_entry
,
1595 input_section
, relocateable
,
1599 /* Do a R_MIPS_LITERAL relocation. */
1601 static bfd_reloc_status_type
1602 mips_elf_literal_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1603 output_bfd
, error_message
)
1605 arelent
*reloc_entry
;
1608 asection
*input_section
;
1610 char **error_message
;
1612 bfd_boolean relocateable
;
1613 bfd_reloc_status_type ret
;
1616 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1618 /* FIXME: The entries in the .lit8 and .lit4 sections should be merged. */
1619 if (output_bfd
!= (bfd
*) NULL
)
1620 relocateable
= TRUE
;
1623 relocateable
= FALSE
;
1624 output_bfd
= symbol
->section
->output_section
->owner
;
1627 ret
= mips_elf_final_gp (output_bfd
, symbol
, relocateable
, error_message
,
1629 if (ret
!= bfd_reloc_ok
)
1632 return _bfd_mips_elf_gprel16_with_gp (abfd
, symbol
, reloc_entry
,
1633 input_section
, relocateable
,
1637 /* Do a R_MIPS_GPREL32 relocation. This is a 32 bit value which must
1638 become the offset from the gp register. */
1640 static bfd_reloc_status_type
1641 mips_elf_gprel32_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1642 output_bfd
, error_message
)
1644 arelent
*reloc_entry
;
1647 asection
*input_section
;
1649 char **error_message
;
1651 bfd_boolean relocateable
;
1652 bfd_reloc_status_type ret
;
1655 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1657 /* R_MIPS_GPREL32 relocations are defined for local symbols only.
1658 We will only have an addend if this is a newly created reloc,
1659 not read from an ELF file. */
1660 if (output_bfd
!= (bfd
*) NULL
1661 && (symbol
->flags
& BSF_SECTION_SYM
) == 0
1662 && reloc_entry
->addend
== 0)
1664 *error_message
= (char *)
1665 _("32bits gp relative relocation occurs for an external symbol");
1666 return bfd_reloc_outofrange
;
1669 if (output_bfd
!= (bfd
*) NULL
)
1671 relocateable
= TRUE
;
1672 gp
= _bfd_get_gp_value (output_bfd
);
1676 relocateable
= FALSE
;
1677 output_bfd
= symbol
->section
->output_section
->owner
;
1679 ret
= mips_elf_final_gp (output_bfd
, symbol
, relocateable
,
1680 error_message
, &gp
);
1681 if (ret
!= bfd_reloc_ok
)
1685 return gprel32_with_gp (abfd
, symbol
, reloc_entry
, input_section
,
1686 relocateable
, data
, gp
);
1689 static bfd_reloc_status_type
1690 gprel32_with_gp (abfd
, symbol
, reloc_entry
, input_section
, relocateable
, data
,
1694 arelent
*reloc_entry
;
1695 asection
*input_section
;
1696 bfd_boolean relocateable
;
1703 if (bfd_is_com_section (symbol
->section
))
1706 relocation
= symbol
->value
;
1708 relocation
+= symbol
->section
->output_section
->vma
;
1709 relocation
+= symbol
->section
->output_offset
;
1711 if (reloc_entry
->address
> input_section
->_cooked_size
)
1712 return bfd_reloc_outofrange
;
1714 if (reloc_entry
->howto
->src_mask
== 0)
1717 val
= bfd_get_32 (abfd
, (bfd_byte
*) data
+ reloc_entry
->address
);
1719 /* Set val to the offset into the section or symbol. */
1720 val
+= reloc_entry
->addend
;
1722 /* Adjust val for the final section location and GP value. If we
1723 are producing relocateable output, we don't want to do this for
1724 an external symbol. */
1726 || (symbol
->flags
& BSF_SECTION_SYM
) != 0)
1727 val
+= relocation
- gp
;
1729 bfd_put_32 (abfd
, (bfd_vma
) val
, (bfd_byte
*) data
+ reloc_entry
->address
);
1732 reloc_entry
->address
+= input_section
->output_offset
;
1734 return bfd_reloc_ok
;
1737 /* Do a R_MIPS_SHIFT6 relocation. The MSB of the shift is stored at bit 2,
1738 the rest is at bits 6-10. The bitpos already got right by the howto. */
1740 static bfd_reloc_status_type
1741 mips_elf_shift6_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1742 output_bfd
, error_message
)
1743 bfd
*abfd ATTRIBUTE_UNUSED
;
1744 arelent
*reloc_entry
;
1746 PTR data ATTRIBUTE_UNUSED
;
1747 asection
*input_section
;
1749 char **error_message ATTRIBUTE_UNUSED
;
1751 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1753 reloc_entry
->addend
= (reloc_entry
->addend
& 0x00007c0)
1754 | (reloc_entry
->addend
& 0x00000800) >> 9;
1756 SET_RELOC_ADDEND (reloc_entry
)
1758 return bfd_reloc_continue
;
1761 /* Handle a mips16 jump. */
1763 static bfd_reloc_status_type
1764 mips16_jump_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1765 output_bfd
, error_message
)
1766 bfd
*abfd ATTRIBUTE_UNUSED
;
1767 arelent
*reloc_entry
;
1769 PTR data ATTRIBUTE_UNUSED
;
1770 asection
*input_section
;
1772 char **error_message ATTRIBUTE_UNUSED
;
1774 static bfd_boolean warned
= FALSE
;
1776 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1780 (*_bfd_error_handler
)
1781 (_("Linking mips16 objects into %s format is not supported"),
1782 bfd_get_target (input_section
->output_section
->owner
));
1785 return bfd_reloc_undefined
;
1788 /* Handle a mips16 GP relative reloc. */
1790 static bfd_reloc_status_type
1791 mips16_gprel_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1792 output_bfd
, error_message
)
1794 arelent
*reloc_entry
;
1797 asection
*input_section
;
1799 char **error_message
;
1801 bfd_boolean relocateable
;
1802 bfd_reloc_status_type ret
;
1804 unsigned short extend
, insn
;
1805 unsigned long final
;
1807 GET_RELOC_ADDEND (output_bfd
, symbol
, reloc_entry
, input_section
)
1809 if (output_bfd
!= NULL
)
1810 relocateable
= TRUE
;
1813 relocateable
= FALSE
;
1814 output_bfd
= symbol
->section
->output_section
->owner
;
1817 ret
= mips_elf_final_gp (output_bfd
, symbol
, relocateable
, error_message
,
1819 if (ret
!= bfd_reloc_ok
)
1822 if (reloc_entry
->address
> input_section
->_cooked_size
)
1823 return bfd_reloc_outofrange
;
1825 /* Pick up the mips16 extend instruction and the real instruction. */
1826 extend
= bfd_get_16 (abfd
, (bfd_byte
*) data
+ reloc_entry
->address
);
1827 insn
= bfd_get_16 (abfd
, (bfd_byte
*) data
+ reloc_entry
->address
+ 2);
1829 /* Stuff the current addend back as a 32 bit value, do the usual
1830 relocation, and then clean up. */
1832 (bfd_vma
) (((extend
& 0x1f) << 11)
1835 (bfd_byte
*) data
+ reloc_entry
->address
);
1837 ret
= _bfd_mips_elf_gprel16_with_gp (abfd
, symbol
, reloc_entry
,
1838 input_section
, relocateable
, data
, gp
);
1840 final
= bfd_get_32 (abfd
, (bfd_byte
*) data
+ reloc_entry
->address
);
1842 (bfd_vma
) ((extend
& 0xf800)
1843 | ((final
>> 11) & 0x1f)
1845 (bfd_byte
*) data
+ reloc_entry
->address
);
1847 (bfd_vma
) ((insn
& 0xffe0)
1849 (bfd_byte
*) data
+ reloc_entry
->address
+ 2);
1854 #undef GET_RELOC_ADDEND
1855 #undef SET_RELOC_ADDEND
1857 /* A mapping from BFD reloc types to MIPS ELF reloc types. */
1859 struct elf_reloc_map
{
1860 bfd_reloc_code_real_type bfd_val
;
1861 enum elf_mips_reloc_type elf_val
;
1864 static const struct elf_reloc_map mips_reloc_map
[] =
1866 { BFD_RELOC_NONE
, R_MIPS_NONE
},
1867 { BFD_RELOC_16
, R_MIPS_16
},
1868 { BFD_RELOC_32
, R_MIPS_32
},
1869 /* There is no BFD reloc for R_MIPS_REL32. */
1870 { BFD_RELOC_CTOR
, R_MIPS_32
},
1871 { BFD_RELOC_64
, R_MIPS_64
},
1872 { BFD_RELOC_16_PCREL
, R_MIPS_PC16
},
1873 { BFD_RELOC_HI16_S
, R_MIPS_HI16
},
1874 { BFD_RELOC_LO16
, R_MIPS_LO16
},
1875 { BFD_RELOC_GPREL16
, R_MIPS_GPREL16
},
1876 { BFD_RELOC_GPREL32
, R_MIPS_GPREL32
},
1877 { BFD_RELOC_MIPS_JMP
, R_MIPS_26
},
1878 { BFD_RELOC_MIPS_LITERAL
, R_MIPS_LITERAL
},
1879 { BFD_RELOC_MIPS_GOT16
, R_MIPS_GOT16
},
1880 { BFD_RELOC_MIPS_CALL16
, R_MIPS_CALL16
},
1881 { BFD_RELOC_MIPS_SHIFT5
, R_MIPS_SHIFT5
},
1882 { BFD_RELOC_MIPS_SHIFT6
, R_MIPS_SHIFT6
},
1883 { BFD_RELOC_MIPS_GOT_DISP
, R_MIPS_GOT_DISP
},
1884 { BFD_RELOC_MIPS_GOT_PAGE
, R_MIPS_GOT_PAGE
},
1885 { BFD_RELOC_MIPS_GOT_OFST
, R_MIPS_GOT_OFST
},
1886 { BFD_RELOC_MIPS_GOT_HI16
, R_MIPS_GOT_HI16
},
1887 { BFD_RELOC_MIPS_GOT_LO16
, R_MIPS_GOT_LO16
},
1888 { BFD_RELOC_MIPS_SUB
, R_MIPS_SUB
},
1889 { BFD_RELOC_MIPS_INSERT_A
, R_MIPS_INSERT_A
},
1890 { BFD_RELOC_MIPS_INSERT_B
, R_MIPS_INSERT_B
},
1891 { BFD_RELOC_MIPS_DELETE
, R_MIPS_DELETE
},
1892 { BFD_RELOC_MIPS_HIGHEST
, R_MIPS_HIGHEST
},
1893 { BFD_RELOC_MIPS_HIGHER
, R_MIPS_HIGHER
},
1894 { BFD_RELOC_MIPS_CALL_HI16
, R_MIPS_CALL_HI16
},
1895 { BFD_RELOC_MIPS_CALL_LO16
, R_MIPS_CALL_LO16
},
1896 { BFD_RELOC_MIPS_SCN_DISP
, R_MIPS_SCN_DISP
},
1897 { BFD_RELOC_MIPS_REL16
, R_MIPS_REL16
},
1898 /* Use of R_MIPS_ADD_IMMEDIATE and R_MIPS_PJUMP is deprecated. */
1899 { BFD_RELOC_MIPS_RELGOT
, R_MIPS_RELGOT
},
1900 { BFD_RELOC_MIPS_JALR
, R_MIPS_JALR
}
1903 /* Given a BFD reloc type, return a howto structure. */
1905 static reloc_howto_type
*
1906 bfd_elf32_bfd_reloc_type_lookup (abfd
, code
)
1907 bfd
*abfd ATTRIBUTE_UNUSED
;
1908 bfd_reloc_code_real_type code
;
1911 /* FIXME: We default to RELA here instead of choosing the right
1912 relocation variant. */
1913 reloc_howto_type
*howto_table
= elf_mips_howto_table_rela
;
1915 for (i
= 0; i
< sizeof (mips_reloc_map
) / sizeof (struct elf_reloc_map
);
1918 if (mips_reloc_map
[i
].bfd_val
== code
)
1919 return &howto_table
[(int) mips_reloc_map
[i
].elf_val
];
1924 case BFD_RELOC_MIPS16_JMP
:
1925 return &elf_mips16_jump_howto
;
1926 case BFD_RELOC_MIPS16_GPREL
:
1927 return &elf_mips16_gprel_howto
;
1928 case BFD_RELOC_VTABLE_INHERIT
:
1929 return &elf_mips_gnu_vtinherit_howto
;
1930 case BFD_RELOC_VTABLE_ENTRY
:
1931 return &elf_mips_gnu_vtentry_howto
;
1932 case BFD_RELOC_16_PCREL_S2
:
1933 return &elf_mips_gnu_rela16_s2
;
1935 bfd_set_error (bfd_error_bad_value
);
1940 /* Given a MIPS Elf_Internal_Rel, fill in an arelent structure. */
1942 static reloc_howto_type
*
1943 mips_elf_n32_rtype_to_howto (r_type
, rela_p
)
1944 unsigned int r_type
;
1950 return &elf_mips16_jump_howto
;
1951 case R_MIPS16_GPREL
:
1952 return &elf_mips16_gprel_howto
;
1953 case R_MIPS_GNU_VTINHERIT
:
1954 return &elf_mips_gnu_vtinherit_howto
;
1955 case R_MIPS_GNU_VTENTRY
:
1956 return &elf_mips_gnu_vtentry_howto
;
1957 case R_MIPS_GNU_REL16_S2
:
1959 return &elf_mips_gnu_rela16_s2
;
1961 return &elf_mips_gnu_rel16_s2
;
1963 BFD_ASSERT (r_type
< (unsigned int) R_MIPS_max
);
1965 return &elf_mips_howto_table_rela
[r_type
];
1967 return &elf_mips_howto_table_rel
[r_type
];
1972 /* Given a MIPS Elf_Internal_Rel, fill in an arelent structure. */
1975 mips_info_to_howto_rel (abfd
, cache_ptr
, dst
)
1978 Elf_Internal_Rela
*dst
;
1980 unsigned int r_type
;
1982 r_type
= ELF32_R_TYPE (dst
->r_info
);
1983 cache_ptr
->howto
= mips_elf_n32_rtype_to_howto (r_type
, FALSE
);
1985 /* The addend for a GPREL16 or LITERAL relocation comes from the GP
1986 value for the object file. We get the addend now, rather than
1987 when we do the relocation, because the symbol manipulations done
1988 by the linker may cause us to lose track of the input BFD. */
1989 if (((*cache_ptr
->sym_ptr_ptr
)->flags
& BSF_SECTION_SYM
) != 0
1990 && (r_type
== (unsigned int) R_MIPS_GPREL16
1991 || r_type
== (unsigned int) R_MIPS_LITERAL
))
1992 cache_ptr
->addend
= elf_gp (abfd
);
1995 /* Given a MIPS Elf_Internal_Rela, fill in an arelent structure. */
1998 mips_info_to_howto_rela (abfd
, cache_ptr
, dst
)
1999 bfd
*abfd ATTRIBUTE_UNUSED
;
2001 Elf_Internal_Rela
*dst
;
2003 unsigned int r_type
;
2005 r_type
= ELF32_R_TYPE (dst
->r_info
);
2006 cache_ptr
->howto
= mips_elf_n32_rtype_to_howto (r_type
, TRUE
);
2007 cache_ptr
->addend
= dst
->r_addend
;
2010 /* Determine whether a symbol is global for the purposes of splitting
2011 the symbol table into global symbols and local symbols. At least
2012 on Irix 5, this split must be between section symbols and all other
2013 symbols. On most ELF targets the split is between static symbols
2014 and externally visible symbols. */
2017 mips_elf_sym_is_global (abfd
, sym
)
2018 bfd
*abfd ATTRIBUTE_UNUSED
;
2021 if (SGI_COMPAT (abfd
))
2022 return (sym
->flags
& BSF_SECTION_SYM
) == 0;
2024 return ((sym
->flags
& (BSF_GLOBAL
| BSF_WEAK
)) != 0
2025 || bfd_is_und_section (bfd_get_section (sym
))
2026 || bfd_is_com_section (bfd_get_section (sym
)));
2029 /* Set the right machine number for a MIPS ELF file. */
2032 mips_elf_n32_object_p (abfd
)
2037 /* Irix 5 and 6 are broken. Object file symbol tables are not always
2038 sorted correctly such that local symbols precede global symbols,
2039 and the sh_info field in the symbol table is not always right. */
2040 if (SGI_COMPAT (abfd
))
2041 elf_bad_symtab (abfd
) = TRUE
;
2043 mach
= _bfd_elf_mips_mach (elf_elfheader (abfd
)->e_flags
);
2044 bfd_default_set_arch_mach (abfd
, bfd_arch_mips
, mach
);
2046 if (! ABI_N32_P(abfd
))
2052 /* Support for core dump NOTE sections. */
2054 elf32_mips_grok_prstatus (abfd
, note
)
2056 Elf_Internal_Note
*note
;
2059 unsigned int raw_size
;
2061 switch (note
->descsz
)
2066 case 440: /* Linux/MIPS N32 */
2068 elf_tdata (abfd
)->core_signal
= bfd_get_16 (abfd
, note
->descdata
+ 12);
2071 elf_tdata (abfd
)->core_pid
= bfd_get_32 (abfd
, note
->descdata
+ 24);
2080 /* Make a ".reg/999" section. */
2081 return _bfd_elfcore_make_pseudosection (abfd
, ".reg", raw_size
,
2082 note
->descpos
+ offset
);
2086 elf32_mips_grok_psinfo (abfd
, note
)
2088 Elf_Internal_Note
*note
;
2090 switch (note
->descsz
)
2095 case 128: /* Linux/MIPS elf_prpsinfo */
2096 elf_tdata (abfd
)->core_program
2097 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 32, 16);
2098 elf_tdata (abfd
)->core_command
2099 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 48, 80);
2102 /* Note that for some reason, a spurious space is tacked
2103 onto the end of the args in some (at least one anyway)
2104 implementations, so strip it off if it exists. */
2107 char *command
= elf_tdata (abfd
)->core_command
;
2108 int n
= strlen (command
);
2110 if (0 < n
&& command
[n
- 1] == ' ')
2111 command
[n
- 1] = '\0';
2117 /* Depending on the target vector we generate some version of Irix
2118 executables or "normal" MIPS ELF ABI executables. */
2119 static irix_compat_t
2120 elf_n32_mips_irix_compat (abfd
)
2123 if ((abfd
->xvec
== &bfd_elf32_nbigmips_vec
)
2124 || (abfd
->xvec
== &bfd_elf32_nlittlemips_vec
))
2130 /* ECOFF swapping routines. These are used when dealing with the
2131 .mdebug section, which is in the ECOFF debugging format. */
2132 static const struct ecoff_debug_swap mips_elf32_ecoff_debug_swap
= {
2133 /* Symbol table magic number. */
2135 /* Alignment of debugging information. E.g., 4. */
2137 /* Sizes of external symbolic information. */
2138 sizeof (struct hdr_ext
),
2139 sizeof (struct dnr_ext
),
2140 sizeof (struct pdr_ext
),
2141 sizeof (struct sym_ext
),
2142 sizeof (struct opt_ext
),
2143 sizeof (struct fdr_ext
),
2144 sizeof (struct rfd_ext
),
2145 sizeof (struct ext_ext
),
2146 /* Functions to swap in external symbolic data. */
2155 _bfd_ecoff_swap_tir_in
,
2156 _bfd_ecoff_swap_rndx_in
,
2157 /* Functions to swap out external symbolic data. */
2166 _bfd_ecoff_swap_tir_out
,
2167 _bfd_ecoff_swap_rndx_out
,
2168 /* Function to read in symbolic data. */
2169 _bfd_mips_elf_read_ecoff_info
2172 #define ELF_ARCH bfd_arch_mips
2173 #define ELF_MACHINE_CODE EM_MIPS
2175 /* The SVR4 MIPS ABI says that this should be 0x10000, but Irix 5 uses
2176 a value of 0x1000, and we are compatible.
2177 FIXME: How does this affect NewABI? */
2178 #define ELF_MAXPAGESIZE 0x1000
2180 #define elf_backend_collect TRUE
2181 #define elf_backend_type_change_ok TRUE
2182 #define elf_backend_can_gc_sections TRUE
2183 #define elf_info_to_howto mips_info_to_howto_rela
2184 #define elf_info_to_howto_rel mips_info_to_howto_rel
2185 #define elf_backend_sym_is_global mips_elf_sym_is_global
2186 #define elf_backend_object_p mips_elf_n32_object_p
2187 #define elf_backend_symbol_processing _bfd_mips_elf_symbol_processing
2188 #define elf_backend_section_processing _bfd_mips_elf_section_processing
2189 #define elf_backend_section_from_shdr _bfd_mips_elf_section_from_shdr
2190 #define elf_backend_fake_sections _bfd_mips_elf_fake_sections
2191 #define elf_backend_section_from_bfd_section \
2192 _bfd_mips_elf_section_from_bfd_section
2193 #define elf_backend_add_symbol_hook _bfd_mips_elf_add_symbol_hook
2194 #define elf_backend_link_output_symbol_hook \
2195 _bfd_mips_elf_link_output_symbol_hook
2196 #define elf_backend_create_dynamic_sections \
2197 _bfd_mips_elf_create_dynamic_sections
2198 #define elf_backend_check_relocs _bfd_mips_elf_check_relocs
2199 #define elf_backend_adjust_dynamic_symbol \
2200 _bfd_mips_elf_adjust_dynamic_symbol
2201 #define elf_backend_always_size_sections \
2202 _bfd_mips_elf_always_size_sections
2203 #define elf_backend_size_dynamic_sections \
2204 _bfd_mips_elf_size_dynamic_sections
2205 #define elf_backend_relocate_section _bfd_mips_elf_relocate_section
2206 #define elf_backend_finish_dynamic_symbol \
2207 _bfd_mips_elf_finish_dynamic_symbol
2208 #define elf_backend_finish_dynamic_sections \
2209 _bfd_mips_elf_finish_dynamic_sections
2210 #define elf_backend_final_write_processing \
2211 _bfd_mips_elf_final_write_processing
2212 #define elf_backend_additional_program_headers \
2213 _bfd_mips_elf_additional_program_headers
2214 #define elf_backend_modify_segment_map _bfd_mips_elf_modify_segment_map
2215 #define elf_backend_gc_mark_hook _bfd_mips_elf_gc_mark_hook
2216 #define elf_backend_gc_sweep_hook _bfd_mips_elf_gc_sweep_hook
2217 #define elf_backend_copy_indirect_symbol \
2218 _bfd_mips_elf_copy_indirect_symbol
2219 #define elf_backend_hide_symbol _bfd_mips_elf_hide_symbol
2220 #define elf_backend_grok_prstatus elf32_mips_grok_prstatus
2221 #define elf_backend_grok_psinfo elf32_mips_grok_psinfo
2222 #define elf_backend_ecoff_debug_swap &mips_elf32_ecoff_debug_swap
2224 #define elf_backend_got_header_size (4 * MIPS_RESERVED_GOTNO)
2225 #define elf_backend_plt_header_size 0
2227 /* MIPS n32 ELF can use a mixture of REL and RELA, but some Relocations
2228 work better/work only in RELA, so we default to this. */
2229 #define elf_backend_may_use_rel_p 1
2230 #define elf_backend_may_use_rela_p 1
2231 #define elf_backend_default_use_rela_p 1
2232 #define elf_backend_sign_extend_vma TRUE
2234 #define elf_backend_discard_info _bfd_mips_elf_discard_info
2235 #define elf_backend_ignore_discarded_relocs \
2236 _bfd_mips_elf_ignore_discarded_relocs
2237 #define elf_backend_write_section _bfd_mips_elf_write_section
2238 #define elf_backend_mips_irix_compat elf_n32_mips_irix_compat
2239 #define elf_backend_mips_rtype_to_howto mips_elf_n32_rtype_to_howto
2240 #define bfd_elf32_find_nearest_line _bfd_mips_elf_find_nearest_line
2241 #define bfd_elf32_new_section_hook _bfd_mips_elf_new_section_hook
2242 #define bfd_elf32_set_section_contents _bfd_mips_elf_set_section_contents
2243 #define bfd_elf32_bfd_get_relocated_section_contents \
2244 _bfd_elf_mips_get_relocated_section_contents
2245 #define bfd_elf32_bfd_link_hash_table_create \
2246 _bfd_mips_elf_link_hash_table_create
2247 #define bfd_elf32_bfd_final_link _bfd_mips_elf_final_link
2248 #define bfd_elf32_bfd_merge_private_bfd_data \
2249 _bfd_mips_elf_merge_private_bfd_data
2250 #define bfd_elf32_bfd_set_private_flags _bfd_mips_elf_set_private_flags
2251 #define bfd_elf32_bfd_print_private_bfd_data \
2252 _bfd_mips_elf_print_private_bfd_data
2253 #define bfd_elf32_bfd_relax_section _bfd_mips_relax_section
2255 /* Support for SGI-ish mips targets using n32 ABI. */
2257 #define TARGET_LITTLE_SYM bfd_elf32_nlittlemips_vec
2258 #define TARGET_LITTLE_NAME "elf32-nlittlemips"
2259 #define TARGET_BIG_SYM bfd_elf32_nbigmips_vec
2260 #define TARGET_BIG_NAME "elf32-nbigmips"
2262 #include "elf32-target.h"
2264 /* Support for traditional mips targets using n32 ABI. */
2265 #define INCLUDED_TARGET_FILE /* More a type of flag. */
2267 #undef TARGET_LITTLE_SYM
2268 #undef TARGET_LITTLE_NAME
2269 #undef TARGET_BIG_SYM
2270 #undef TARGET_BIG_NAME
2272 #define TARGET_LITTLE_SYM bfd_elf32_ntradlittlemips_vec
2273 #define TARGET_LITTLE_NAME "elf32-ntradlittlemips"
2274 #define TARGET_BIG_SYM bfd_elf32_ntradbigmips_vec
2275 #define TARGET_BIG_NAME "elf32-ntradbigmips"
2277 /* Include the target file again for this target. */
2278 #include "elf32-target.h"