1 /* MIPS-specific support for ELF
2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003, 2004 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 functionality common to the different MIPS ABI's. */
33 #include "libiberty.h"
35 #include "elfxx-mips.h"
38 /* Get the ECOFF swapping routines. */
40 #include "coff/symconst.h"
41 #include "coff/ecoff.h"
42 #include "coff/mips.h"
46 /* This structure is used to hold .got entries while estimating got
50 /* The input bfd in which the symbol is defined. */
52 /* The index of the symbol, as stored in the relocation r_info, if
53 we have a local symbol; -1 otherwise. */
57 /* If abfd == NULL, an address that must be stored in the got. */
59 /* If abfd != NULL && symndx != -1, the addend of the relocation
60 that should be added to the symbol value. */
62 /* If abfd != NULL && symndx == -1, the hash table entry
63 corresponding to a global symbol in the got (or, local, if
65 struct mips_elf_link_hash_entry
*h
;
67 /* The offset from the beginning of the .got section to the entry
68 corresponding to this symbol+addend. If it's a global symbol
69 whose offset is yet to be decided, it's going to be -1. */
73 /* This structure is used to hold .got information when linking. */
77 /* The global symbol in the GOT with the lowest index in the dynamic
79 struct elf_link_hash_entry
*global_gotsym
;
80 /* The number of global .got entries. */
81 unsigned int global_gotno
;
82 /* The number of local .got entries. */
83 unsigned int local_gotno
;
84 /* The number of local .got entries we have used. */
85 unsigned int assigned_gotno
;
86 /* A hash table holding members of the got. */
87 struct htab
*got_entries
;
88 /* A hash table mapping input bfds to other mips_got_info. NULL
89 unless multi-got was necessary. */
91 /* In multi-got links, a pointer to the next got (err, rather, most
92 of the time, it points to the previous got). */
93 struct mips_got_info
*next
;
96 /* Map an input bfd to a got in a multi-got link. */
98 struct mips_elf_bfd2got_hash
{
100 struct mips_got_info
*g
;
103 /* Structure passed when traversing the bfd2got hash table, used to
104 create and merge bfd's gots. */
106 struct mips_elf_got_per_bfd_arg
108 /* A hashtable that maps bfds to gots. */
110 /* The output bfd. */
112 /* The link information. */
113 struct bfd_link_info
*info
;
114 /* A pointer to the primary got, i.e., the one that's going to get
115 the implicit relocations from DT_MIPS_LOCAL_GOTNO and
117 struct mips_got_info
*primary
;
118 /* A non-primary got we're trying to merge with other input bfd's
120 struct mips_got_info
*current
;
121 /* The maximum number of got entries that can be addressed with a
123 unsigned int max_count
;
124 /* The number of local and global entries in the primary got. */
125 unsigned int primary_count
;
126 /* The number of local and global entries in the current got. */
127 unsigned int current_count
;
130 /* Another structure used to pass arguments for got entries traversal. */
132 struct mips_elf_set_global_got_offset_arg
134 struct mips_got_info
*g
;
136 unsigned int needed_relocs
;
137 struct bfd_link_info
*info
;
140 struct _mips_elf_section_data
142 struct bfd_elf_section_data elf
;
145 struct mips_got_info
*got_info
;
150 #define mips_elf_section_data(sec) \
151 ((struct _mips_elf_section_data *) elf_section_data (sec))
153 /* This structure is passed to mips_elf_sort_hash_table_f when sorting
154 the dynamic symbols. */
156 struct mips_elf_hash_sort_data
158 /* The symbol in the global GOT with the lowest dynamic symbol table
160 struct elf_link_hash_entry
*low
;
161 /* The least dynamic symbol table index corresponding to a symbol
163 long min_got_dynindx
;
164 /* The greatest dynamic symbol table index corresponding to a symbol
165 with a GOT entry that is not referenced (e.g., a dynamic symbol
166 with dynamic relocations pointing to it from non-primary GOTs). */
167 long max_unref_got_dynindx
;
168 /* The greatest dynamic symbol table index not corresponding to a
169 symbol without a GOT entry. */
170 long max_non_got_dynindx
;
173 /* The MIPS ELF linker needs additional information for each symbol in
174 the global hash table. */
176 struct mips_elf_link_hash_entry
178 struct elf_link_hash_entry root
;
180 /* External symbol information. */
183 /* Number of R_MIPS_32, R_MIPS_REL32, or R_MIPS_64 relocs against
185 unsigned int possibly_dynamic_relocs
;
187 /* If the R_MIPS_32, R_MIPS_REL32, or R_MIPS_64 reloc is against
188 a readonly section. */
189 bfd_boolean readonly_reloc
;
191 /* We must not create a stub for a symbol that has relocations
192 related to taking the function's address, i.e. any but
193 R_MIPS_CALL*16 ones -- see "MIPS ABI Supplement, 3rd Edition",
195 bfd_boolean no_fn_stub
;
197 /* If there is a stub that 32 bit functions should use to call this
198 16 bit function, this points to the section containing the stub. */
201 /* Whether we need the fn_stub; this is set if this symbol appears
202 in any relocs other than a 16 bit call. */
203 bfd_boolean need_fn_stub
;
205 /* If there is a stub that 16 bit functions should use to call this
206 32 bit function, this points to the section containing the stub. */
209 /* This is like the call_stub field, but it is used if the function
210 being called returns a floating point value. */
211 asection
*call_fp_stub
;
213 /* Are we forced local? .*/
214 bfd_boolean forced_local
;
217 /* MIPS ELF linker hash table. */
219 struct mips_elf_link_hash_table
221 struct elf_link_hash_table root
;
223 /* We no longer use this. */
224 /* String section indices for the dynamic section symbols. */
225 bfd_size_type dynsym_sec_strindex
[SIZEOF_MIPS_DYNSYM_SECNAMES
];
227 /* The number of .rtproc entries. */
228 bfd_size_type procedure_count
;
229 /* The size of the .compact_rel section (if SGI_COMPAT). */
230 bfd_size_type compact_rel_size
;
231 /* This flag indicates that the value of DT_MIPS_RLD_MAP dynamic
232 entry is set to the address of __rld_obj_head as in IRIX5. */
233 bfd_boolean use_rld_obj_head
;
234 /* This is the value of the __rld_map or __rld_obj_head symbol. */
236 /* This is set if we see any mips16 stub sections. */
237 bfd_boolean mips16_stubs_seen
;
240 /* Structure used to pass information to mips_elf_output_extsym. */
245 struct bfd_link_info
*info
;
246 struct ecoff_debug_info
*debug
;
247 const struct ecoff_debug_swap
*swap
;
251 /* The names of the runtime procedure table symbols used on IRIX5. */
253 static const char * const mips_elf_dynsym_rtproc_names
[] =
256 "_procedure_string_table",
257 "_procedure_table_size",
261 /* These structures are used to generate the .compact_rel section on
266 unsigned long id1
; /* Always one? */
267 unsigned long num
; /* Number of compact relocation entries. */
268 unsigned long id2
; /* Always two? */
269 unsigned long offset
; /* The file offset of the first relocation. */
270 unsigned long reserved0
; /* Zero? */
271 unsigned long reserved1
; /* Zero? */
280 bfd_byte reserved0
[4];
281 bfd_byte reserved1
[4];
282 } Elf32_External_compact_rel
;
286 unsigned int ctype
: 1; /* 1: long 0: short format. See below. */
287 unsigned int rtype
: 4; /* Relocation types. See below. */
288 unsigned int dist2to
: 8;
289 unsigned int relvaddr
: 19; /* (VADDR - vaddr of the previous entry)/ 4 */
290 unsigned long konst
; /* KONST field. See below. */
291 unsigned long vaddr
; /* VADDR to be relocated. */
296 unsigned int ctype
: 1; /* 1: long 0: short format. See below. */
297 unsigned int rtype
: 4; /* Relocation types. See below. */
298 unsigned int dist2to
: 8;
299 unsigned int relvaddr
: 19; /* (VADDR - vaddr of the previous entry)/ 4 */
300 unsigned long konst
; /* KONST field. See below. */
308 } Elf32_External_crinfo
;
314 } Elf32_External_crinfo2
;
316 /* These are the constants used to swap the bitfields in a crinfo. */
318 #define CRINFO_CTYPE (0x1)
319 #define CRINFO_CTYPE_SH (31)
320 #define CRINFO_RTYPE (0xf)
321 #define CRINFO_RTYPE_SH (27)
322 #define CRINFO_DIST2TO (0xff)
323 #define CRINFO_DIST2TO_SH (19)
324 #define CRINFO_RELVADDR (0x7ffff)
325 #define CRINFO_RELVADDR_SH (0)
327 /* A compact relocation info has long (3 words) or short (2 words)
328 formats. A short format doesn't have VADDR field and relvaddr
329 fields contains ((VADDR - vaddr of the previous entry) >> 2). */
330 #define CRF_MIPS_LONG 1
331 #define CRF_MIPS_SHORT 0
333 /* There are 4 types of compact relocation at least. The value KONST
334 has different meaning for each type:
337 CT_MIPS_REL32 Address in data
338 CT_MIPS_WORD Address in word (XXX)
339 CT_MIPS_GPHI_LO GP - vaddr
340 CT_MIPS_JMPAD Address to jump
343 #define CRT_MIPS_REL32 0xa
344 #define CRT_MIPS_WORD 0xb
345 #define CRT_MIPS_GPHI_LO 0xc
346 #define CRT_MIPS_JMPAD 0xd
348 #define mips_elf_set_cr_format(x,format) ((x).ctype = (format))
349 #define mips_elf_set_cr_type(x,type) ((x).rtype = (type))
350 #define mips_elf_set_cr_dist2to(x,v) ((x).dist2to = (v))
351 #define mips_elf_set_cr_relvaddr(x,d) ((x).relvaddr = (d)<<2)
353 /* The structure of the runtime procedure descriptor created by the
354 loader for use by the static exception system. */
356 typedef struct runtime_pdr
{
357 bfd_vma adr
; /* Memory address of start of procedure. */
358 long regmask
; /* Save register mask. */
359 long regoffset
; /* Save register offset. */
360 long fregmask
; /* Save floating point register mask. */
361 long fregoffset
; /* Save floating point register offset. */
362 long frameoffset
; /* Frame size. */
363 short framereg
; /* Frame pointer register. */
364 short pcreg
; /* Offset or reg of return pc. */
365 long irpss
; /* Index into the runtime string table. */
367 struct exception_info
*exception_info
;/* Pointer to exception array. */
369 #define cbRPDR sizeof (RPDR)
370 #define rpdNil ((pRPDR) 0)
372 static struct bfd_hash_entry
*mips_elf_link_hash_newfunc
373 (struct bfd_hash_entry
*, struct bfd_hash_table
*, const char *);
374 static void ecoff_swap_rpdr_out
375 (bfd
*, const RPDR
*, struct rpdr_ext
*);
376 static bfd_boolean mips_elf_create_procedure_table
377 (void *, bfd
*, struct bfd_link_info
*, asection
*,
378 struct ecoff_debug_info
*);
379 static bfd_boolean mips_elf_check_mips16_stubs
380 (struct mips_elf_link_hash_entry
*, void *);
381 static void bfd_mips_elf32_swap_gptab_in
382 (bfd
*, const Elf32_External_gptab
*, Elf32_gptab
*);
383 static void bfd_mips_elf32_swap_gptab_out
384 (bfd
*, const Elf32_gptab
*, Elf32_External_gptab
*);
385 static void bfd_elf32_swap_compact_rel_out
386 (bfd
*, const Elf32_compact_rel
*, Elf32_External_compact_rel
*);
387 static void bfd_elf32_swap_crinfo_out
388 (bfd
*, const Elf32_crinfo
*, Elf32_External_crinfo
*);
389 static int sort_dynamic_relocs
390 (const void *, const void *);
391 static int sort_dynamic_relocs_64
392 (const void *, const void *);
393 static bfd_boolean mips_elf_output_extsym
394 (struct mips_elf_link_hash_entry
*, void *);
395 static int gptab_compare
396 (const void *, const void *);
397 static asection
*mips_elf_rel_dyn_section
398 (bfd
*, bfd_boolean
);
399 static asection
*mips_elf_got_section
400 (bfd
*, bfd_boolean
);
401 static struct mips_got_info
*mips_elf_got_info
402 (bfd
*, asection
**);
403 static bfd_vma mips_elf_local_got_index
404 (bfd
*, bfd
*, struct bfd_link_info
*, bfd_vma
);
405 static bfd_vma mips_elf_global_got_index
406 (bfd
*, bfd
*, struct elf_link_hash_entry
*);
407 static bfd_vma mips_elf_got_page
408 (bfd
*, bfd
*, struct bfd_link_info
*, bfd_vma
, bfd_vma
*);
409 static bfd_vma mips_elf_got16_entry
410 (bfd
*, bfd
*, struct bfd_link_info
*, bfd_vma
, bfd_boolean
);
411 static bfd_vma mips_elf_got_offset_from_index
412 (bfd
*, bfd
*, bfd
*, bfd_vma
);
413 static struct mips_got_entry
*mips_elf_create_local_got_entry
414 (bfd
*, bfd
*, struct mips_got_info
*, asection
*, bfd_vma
);
415 static bfd_boolean mips_elf_sort_hash_table
416 (struct bfd_link_info
*, unsigned long);
417 static bfd_boolean mips_elf_sort_hash_table_f
418 (struct mips_elf_link_hash_entry
*, void *);
419 static bfd_boolean mips_elf_record_local_got_symbol
420 (bfd
*, long, bfd_vma
, struct mips_got_info
*);
421 static bfd_boolean mips_elf_record_global_got_symbol
422 (struct elf_link_hash_entry
*, bfd
*, struct bfd_link_info
*,
423 struct mips_got_info
*);
424 static const Elf_Internal_Rela
*mips_elf_next_relocation
425 (bfd
*, unsigned int, const Elf_Internal_Rela
*, const Elf_Internal_Rela
*);
426 static bfd_boolean mips_elf_local_relocation_p
427 (bfd
*, const Elf_Internal_Rela
*, asection
**, bfd_boolean
);
428 static bfd_boolean mips_elf_overflow_p
430 static bfd_vma mips_elf_high
432 static bfd_vma mips_elf_higher
434 static bfd_vma mips_elf_highest
436 static bfd_boolean mips_elf_create_compact_rel_section
437 (bfd
*, struct bfd_link_info
*);
438 static bfd_boolean mips_elf_create_got_section
439 (bfd
*, struct bfd_link_info
*, bfd_boolean
);
440 static bfd_reloc_status_type mips_elf_calculate_relocation
441 (bfd
*, bfd
*, asection
*, struct bfd_link_info
*,
442 const Elf_Internal_Rela
*, bfd_vma
, reloc_howto_type
*,
443 Elf_Internal_Sym
*, asection
**, bfd_vma
*, const char **,
444 bfd_boolean
*, bfd_boolean
);
445 static bfd_vma mips_elf_obtain_contents
446 (reloc_howto_type
*, const Elf_Internal_Rela
*, bfd
*, bfd_byte
*);
447 static bfd_boolean mips_elf_perform_relocation
448 (struct bfd_link_info
*, reloc_howto_type
*, const Elf_Internal_Rela
*,
449 bfd_vma
, bfd
*, asection
*, bfd_byte
*, bfd_boolean
);
450 static bfd_boolean mips_elf_stub_section_p
452 static void mips_elf_allocate_dynamic_relocations
453 (bfd
*, unsigned int);
454 static bfd_boolean mips_elf_create_dynamic_relocation
455 (bfd
*, struct bfd_link_info
*, const Elf_Internal_Rela
*,
456 struct mips_elf_link_hash_entry
*, asection
*, bfd_vma
,
457 bfd_vma
*, asection
*);
458 static void mips_set_isa_flags
460 static INLINE
char *elf_mips_abi_name
462 static void mips_elf_irix6_finish_dynamic_symbol
463 (bfd
*, const char *, Elf_Internal_Sym
*);
464 static bfd_boolean mips_mach_extends_p
465 (unsigned long, unsigned long);
466 static bfd_boolean mips_32bit_flags_p
468 static INLINE hashval_t mips_elf_hash_bfd_vma
470 static hashval_t mips_elf_got_entry_hash
472 static int mips_elf_got_entry_eq
473 (const void *, const void *);
475 static bfd_boolean mips_elf_multi_got
476 (bfd
*, struct bfd_link_info
*, struct mips_got_info
*,
477 asection
*, bfd_size_type
);
478 static hashval_t mips_elf_multi_got_entry_hash
480 static int mips_elf_multi_got_entry_eq
481 (const void *, const void *);
482 static hashval_t mips_elf_bfd2got_entry_hash
484 static int mips_elf_bfd2got_entry_eq
485 (const void *, const void *);
486 static int mips_elf_make_got_per_bfd
488 static int mips_elf_merge_gots
490 static int mips_elf_set_global_got_offset
492 static int mips_elf_set_no_stub
494 static int mips_elf_resolve_final_got_entry
496 static void mips_elf_resolve_final_got_entries
497 (struct mips_got_info
*);
498 static bfd_vma mips_elf_adjust_gp
499 (bfd
*, struct mips_got_info
*, bfd
*);
500 static struct mips_got_info
*mips_elf_got_for_ibfd
501 (struct mips_got_info
*, bfd
*);
503 /* This will be used when we sort the dynamic relocation records. */
504 static bfd
*reldyn_sorting_bfd
;
506 /* Nonzero if ABFD is using the N32 ABI. */
508 #define ABI_N32_P(abfd) \
509 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0)
511 /* Nonzero if ABFD is using the N64 ABI. */
512 #define ABI_64_P(abfd) \
513 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
515 /* Nonzero if ABFD is using NewABI conventions. */
516 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
518 /* The IRIX compatibility level we are striving for. */
519 #define IRIX_COMPAT(abfd) \
520 (get_elf_backend_data (abfd)->elf_backend_mips_irix_compat (abfd))
522 /* Whether we are trying to be compatible with IRIX at all. */
523 #define SGI_COMPAT(abfd) \
524 (IRIX_COMPAT (abfd) != ict_none)
526 /* The name of the options section. */
527 #define MIPS_ELF_OPTIONS_SECTION_NAME(abfd) \
528 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
530 /* The name of the stub section. */
531 #define MIPS_ELF_STUB_SECTION_NAME(abfd) ".MIPS.stubs"
533 /* The size of an external REL relocation. */
534 #define MIPS_ELF_REL_SIZE(abfd) \
535 (get_elf_backend_data (abfd)->s->sizeof_rel)
537 /* The size of an external dynamic table entry. */
538 #define MIPS_ELF_DYN_SIZE(abfd) \
539 (get_elf_backend_data (abfd)->s->sizeof_dyn)
541 /* The size of a GOT entry. */
542 #define MIPS_ELF_GOT_SIZE(abfd) \
543 (get_elf_backend_data (abfd)->s->arch_size / 8)
545 /* The size of a symbol-table entry. */
546 #define MIPS_ELF_SYM_SIZE(abfd) \
547 (get_elf_backend_data (abfd)->s->sizeof_sym)
549 /* The default alignment for sections, as a power of two. */
550 #define MIPS_ELF_LOG_FILE_ALIGN(abfd) \
551 (get_elf_backend_data (abfd)->s->log_file_align)
553 /* Get word-sized data. */
554 #define MIPS_ELF_GET_WORD(abfd, ptr) \
555 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
557 /* Put out word-sized data. */
558 #define MIPS_ELF_PUT_WORD(abfd, val, ptr) \
560 ? bfd_put_64 (abfd, val, ptr) \
561 : bfd_put_32 (abfd, val, ptr))
563 /* Add a dynamic symbol table-entry. */
564 #define MIPS_ELF_ADD_DYNAMIC_ENTRY(info, tag, val) \
565 _bfd_elf_add_dynamic_entry (info, tag, val)
567 #define MIPS_ELF_RTYPE_TO_HOWTO(abfd, rtype, rela) \
568 (get_elf_backend_data (abfd)->elf_backend_mips_rtype_to_howto (rtype, rela))
570 /* Determine whether the internal relocation of index REL_IDX is REL
571 (zero) or RELA (non-zero). The assumption is that, if there are
572 two relocation sections for this section, one of them is REL and
573 the other is RELA. If the index of the relocation we're testing is
574 in range for the first relocation section, check that the external
575 relocation size is that for RELA. It is also assumed that, if
576 rel_idx is not in range for the first section, and this first
577 section contains REL relocs, then the relocation is in the second
578 section, that is RELA. */
579 #define MIPS_RELOC_RELA_P(abfd, sec, rel_idx) \
580 ((NUM_SHDR_ENTRIES (&elf_section_data (sec)->rel_hdr) \
581 * get_elf_backend_data (abfd)->s->int_rels_per_ext_rel \
582 > (bfd_vma)(rel_idx)) \
583 == (elf_section_data (sec)->rel_hdr.sh_entsize \
584 == (ABI_64_P (abfd) ? sizeof (Elf64_External_Rela) \
585 : sizeof (Elf32_External_Rela))))
587 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value
588 from smaller values. Start with zero, widen, *then* decrement. */
589 #define MINUS_ONE (((bfd_vma)0) - 1)
590 #define MINUS_TWO (((bfd_vma)0) - 2)
592 /* The number of local .got entries we reserve. */
593 #define MIPS_RESERVED_GOTNO (2)
595 /* The offset of $gp from the beginning of the .got section. */
596 #define ELF_MIPS_GP_OFFSET(abfd) (0x7ff0)
598 /* The maximum size of the GOT for it to be addressable using 16-bit
600 #define MIPS_ELF_GOT_MAX_SIZE(abfd) (ELF_MIPS_GP_OFFSET(abfd) + 0x7fff)
602 /* Instructions which appear in a stub. */
603 #define STUB_LW(abfd) \
605 ? 0xdf998010 /* ld t9,0x8010(gp) */ \
606 : 0x8f998010)) /* lw t9,0x8010(gp) */
607 #define STUB_MOVE(abfd) \
609 ? 0x03e0782d /* daddu t7,ra */ \
610 : 0x03e07821)) /* addu t7,ra */
611 #define STUB_JALR 0x0320f809 /* jalr t9,ra */
612 #define STUB_LI16(abfd) \
614 ? 0x64180000 /* daddiu t8,zero,0 */ \
615 : 0x24180000)) /* addiu t8,zero,0 */
616 #define MIPS_FUNCTION_STUB_SIZE (16)
618 /* The name of the dynamic interpreter. This is put in the .interp
621 #define ELF_DYNAMIC_INTERPRETER(abfd) \
622 (ABI_N32_P (abfd) ? "/usr/lib32/libc.so.1" \
623 : ABI_64_P (abfd) ? "/usr/lib64/libc.so.1" \
624 : "/usr/lib/libc.so.1")
627 #define MNAME(bfd,pre,pos) \
628 (ABI_64_P (bfd) ? CONCAT4 (pre,64,_,pos) : CONCAT4 (pre,32,_,pos))
629 #define ELF_R_SYM(bfd, i) \
630 (ABI_64_P (bfd) ? ELF64_R_SYM (i) : ELF32_R_SYM (i))
631 #define ELF_R_TYPE(bfd, i) \
632 (ABI_64_P (bfd) ? ELF64_MIPS_R_TYPE (i) : ELF32_R_TYPE (i))
633 #define ELF_R_INFO(bfd, s, t) \
634 (ABI_64_P (bfd) ? ELF64_R_INFO (s, t) : ELF32_R_INFO (s, t))
636 #define MNAME(bfd,pre,pos) CONCAT4 (pre,32,_,pos)
637 #define ELF_R_SYM(bfd, i) \
639 #define ELF_R_TYPE(bfd, i) \
641 #define ELF_R_INFO(bfd, s, t) \
642 (ELF32_R_INFO (s, t))
645 /* The mips16 compiler uses a couple of special sections to handle
646 floating point arguments.
648 Section names that look like .mips16.fn.FNNAME contain stubs that
649 copy floating point arguments from the fp regs to the gp regs and
650 then jump to FNNAME. If any 32 bit function calls FNNAME, the
651 call should be redirected to the stub instead. If no 32 bit
652 function calls FNNAME, the stub should be discarded. We need to
653 consider any reference to the function, not just a call, because
654 if the address of the function is taken we will need the stub,
655 since the address might be passed to a 32 bit function.
657 Section names that look like .mips16.call.FNNAME contain stubs
658 that copy floating point arguments from the gp regs to the fp
659 regs and then jump to FNNAME. If FNNAME is a 32 bit function,
660 then any 16 bit function that calls FNNAME should be redirected
661 to the stub instead. If FNNAME is not a 32 bit function, the
662 stub should be discarded.
664 .mips16.call.fp.FNNAME sections are similar, but contain stubs
665 which call FNNAME and then copy the return value from the fp regs
666 to the gp regs. These stubs store the return value in $18 while
667 calling FNNAME; any function which might call one of these stubs
668 must arrange to save $18 around the call. (This case is not
669 needed for 32 bit functions that call 16 bit functions, because
670 16 bit functions always return floating point values in both
673 Note that in all cases FNNAME might be defined statically.
674 Therefore, FNNAME is not used literally. Instead, the relocation
675 information will indicate which symbol the section is for.
677 We record any stubs that we find in the symbol table. */
679 #define FN_STUB ".mips16.fn."
680 #define CALL_STUB ".mips16.call."
681 #define CALL_FP_STUB ".mips16.call.fp."
683 /* Look up an entry in a MIPS ELF linker hash table. */
685 #define mips_elf_link_hash_lookup(table, string, create, copy, follow) \
686 ((struct mips_elf_link_hash_entry *) \
687 elf_link_hash_lookup (&(table)->root, (string), (create), \
690 /* Traverse a MIPS ELF linker hash table. */
692 #define mips_elf_link_hash_traverse(table, func, info) \
693 (elf_link_hash_traverse \
695 (bfd_boolean (*) (struct elf_link_hash_entry *, void *)) (func), \
698 /* Get the MIPS ELF linker hash table from a link_info structure. */
700 #define mips_elf_hash_table(p) \
701 ((struct mips_elf_link_hash_table *) ((p)->hash))
703 /* Create an entry in a MIPS ELF linker hash table. */
705 static struct bfd_hash_entry
*
706 mips_elf_link_hash_newfunc (struct bfd_hash_entry
*entry
,
707 struct bfd_hash_table
*table
, const char *string
)
709 struct mips_elf_link_hash_entry
*ret
=
710 (struct mips_elf_link_hash_entry
*) entry
;
712 /* Allocate the structure if it has not already been allocated by a
715 ret
= bfd_hash_allocate (table
, sizeof (struct mips_elf_link_hash_entry
));
717 return (struct bfd_hash_entry
*) ret
;
719 /* Call the allocation method of the superclass. */
720 ret
= ((struct mips_elf_link_hash_entry
*)
721 _bfd_elf_link_hash_newfunc ((struct bfd_hash_entry
*) ret
,
725 /* Set local fields. */
726 memset (&ret
->esym
, 0, sizeof (EXTR
));
727 /* We use -2 as a marker to indicate that the information has
728 not been set. -1 means there is no associated ifd. */
730 ret
->possibly_dynamic_relocs
= 0;
731 ret
->readonly_reloc
= FALSE
;
732 ret
->no_fn_stub
= FALSE
;
734 ret
->need_fn_stub
= FALSE
;
735 ret
->call_stub
= NULL
;
736 ret
->call_fp_stub
= NULL
;
737 ret
->forced_local
= FALSE
;
740 return (struct bfd_hash_entry
*) ret
;
744 _bfd_mips_elf_new_section_hook (bfd
*abfd
, asection
*sec
)
746 struct _mips_elf_section_data
*sdata
;
747 bfd_size_type amt
= sizeof (*sdata
);
749 sdata
= bfd_zalloc (abfd
, amt
);
752 sec
->used_by_bfd
= sdata
;
754 return _bfd_elf_new_section_hook (abfd
, sec
);
757 /* Read ECOFF debugging information from a .mdebug section into a
758 ecoff_debug_info structure. */
761 _bfd_mips_elf_read_ecoff_info (bfd
*abfd
, asection
*section
,
762 struct ecoff_debug_info
*debug
)
765 const struct ecoff_debug_swap
*swap
;
768 swap
= get_elf_backend_data (abfd
)->elf_backend_ecoff_debug_swap
;
769 memset (debug
, 0, sizeof (*debug
));
771 ext_hdr
= bfd_malloc (swap
->external_hdr_size
);
772 if (ext_hdr
== NULL
&& swap
->external_hdr_size
!= 0)
775 if (! bfd_get_section_contents (abfd
, section
, ext_hdr
, 0,
776 swap
->external_hdr_size
))
779 symhdr
= &debug
->symbolic_header
;
780 (*swap
->swap_hdr_in
) (abfd
, ext_hdr
, symhdr
);
782 /* The symbolic header contains absolute file offsets and sizes to
784 #define READ(ptr, offset, count, size, type) \
785 if (symhdr->count == 0) \
789 bfd_size_type amt = (bfd_size_type) size * symhdr->count; \
790 debug->ptr = bfd_malloc (amt); \
791 if (debug->ptr == NULL) \
793 if (bfd_seek (abfd, symhdr->offset, SEEK_SET) != 0 \
794 || bfd_bread (debug->ptr, amt, abfd) != amt) \
798 READ (line
, cbLineOffset
, cbLine
, sizeof (unsigned char), unsigned char *);
799 READ (external_dnr
, cbDnOffset
, idnMax
, swap
->external_dnr_size
, void *);
800 READ (external_pdr
, cbPdOffset
, ipdMax
, swap
->external_pdr_size
, void *);
801 READ (external_sym
, cbSymOffset
, isymMax
, swap
->external_sym_size
, void *);
802 READ (external_opt
, cbOptOffset
, ioptMax
, swap
->external_opt_size
, void *);
803 READ (external_aux
, cbAuxOffset
, iauxMax
, sizeof (union aux_ext
),
805 READ (ss
, cbSsOffset
, issMax
, sizeof (char), char *);
806 READ (ssext
, cbSsExtOffset
, issExtMax
, sizeof (char), char *);
807 READ (external_fdr
, cbFdOffset
, ifdMax
, swap
->external_fdr_size
, void *);
808 READ (external_rfd
, cbRfdOffset
, crfd
, swap
->external_rfd_size
, void *);
809 READ (external_ext
, cbExtOffset
, iextMax
, swap
->external_ext_size
, void *);
819 if (debug
->line
!= NULL
)
821 if (debug
->external_dnr
!= NULL
)
822 free (debug
->external_dnr
);
823 if (debug
->external_pdr
!= NULL
)
824 free (debug
->external_pdr
);
825 if (debug
->external_sym
!= NULL
)
826 free (debug
->external_sym
);
827 if (debug
->external_opt
!= NULL
)
828 free (debug
->external_opt
);
829 if (debug
->external_aux
!= NULL
)
830 free (debug
->external_aux
);
831 if (debug
->ss
!= NULL
)
833 if (debug
->ssext
!= NULL
)
835 if (debug
->external_fdr
!= NULL
)
836 free (debug
->external_fdr
);
837 if (debug
->external_rfd
!= NULL
)
838 free (debug
->external_rfd
);
839 if (debug
->external_ext
!= NULL
)
840 free (debug
->external_ext
);
844 /* Swap RPDR (runtime procedure table entry) for output. */
847 ecoff_swap_rpdr_out (bfd
*abfd
, const RPDR
*in
, struct rpdr_ext
*ex
)
849 H_PUT_S32 (abfd
, in
->adr
, ex
->p_adr
);
850 H_PUT_32 (abfd
, in
->regmask
, ex
->p_regmask
);
851 H_PUT_32 (abfd
, in
->regoffset
, ex
->p_regoffset
);
852 H_PUT_32 (abfd
, in
->fregmask
, ex
->p_fregmask
);
853 H_PUT_32 (abfd
, in
->fregoffset
, ex
->p_fregoffset
);
854 H_PUT_32 (abfd
, in
->frameoffset
, ex
->p_frameoffset
);
856 H_PUT_16 (abfd
, in
->framereg
, ex
->p_framereg
);
857 H_PUT_16 (abfd
, in
->pcreg
, ex
->p_pcreg
);
859 H_PUT_32 (abfd
, in
->irpss
, ex
->p_irpss
);
861 H_PUT_S32 (abfd
, in
->exception_info
, ex
->p_exception_info
);
865 /* Create a runtime procedure table from the .mdebug section. */
868 mips_elf_create_procedure_table (void *handle
, bfd
*abfd
,
869 struct bfd_link_info
*info
, asection
*s
,
870 struct ecoff_debug_info
*debug
)
872 const struct ecoff_debug_swap
*swap
;
873 HDRR
*hdr
= &debug
->symbolic_header
;
875 struct rpdr_ext
*erp
;
877 struct pdr_ext
*epdr
;
878 struct sym_ext
*esym
;
883 unsigned long sindex
;
887 const char *no_name_func
= _("static procedure (no name)");
895 swap
= get_elf_backend_data (abfd
)->elf_backend_ecoff_debug_swap
;
897 sindex
= strlen (no_name_func
) + 1;
901 size
= swap
->external_pdr_size
;
903 epdr
= bfd_malloc (size
* count
);
907 if (! _bfd_ecoff_get_accumulated_pdr (handle
, (bfd_byte
*) epdr
))
910 size
= sizeof (RPDR
);
911 rp
= rpdr
= bfd_malloc (size
* count
);
915 size
= sizeof (char *);
916 sv
= bfd_malloc (size
* count
);
920 count
= hdr
->isymMax
;
921 size
= swap
->external_sym_size
;
922 esym
= bfd_malloc (size
* count
);
926 if (! _bfd_ecoff_get_accumulated_sym (handle
, (bfd_byte
*) esym
))
930 ss
= bfd_malloc (count
);
933 if (! _bfd_ecoff_get_accumulated_ss (handle
, ss
))
937 for (i
= 0; i
< (unsigned long) count
; i
++, rp
++)
939 (*swap
->swap_pdr_in
) (abfd
, epdr
+ i
, &pdr
);
940 (*swap
->swap_sym_in
) (abfd
, &esym
[pdr
.isym
], &sym
);
942 rp
->regmask
= pdr
.regmask
;
943 rp
->regoffset
= pdr
.regoffset
;
944 rp
->fregmask
= pdr
.fregmask
;
945 rp
->fregoffset
= pdr
.fregoffset
;
946 rp
->frameoffset
= pdr
.frameoffset
;
947 rp
->framereg
= pdr
.framereg
;
948 rp
->pcreg
= pdr
.pcreg
;
950 sv
[i
] = ss
+ sym
.iss
;
951 sindex
+= strlen (sv
[i
]) + 1;
955 size
= sizeof (struct rpdr_ext
) * (count
+ 2) + sindex
;
956 size
= BFD_ALIGN (size
, 16);
957 rtproc
= bfd_alloc (abfd
, size
);
960 mips_elf_hash_table (info
)->procedure_count
= 0;
964 mips_elf_hash_table (info
)->procedure_count
= count
+ 2;
967 memset (erp
, 0, sizeof (struct rpdr_ext
));
969 str
= (char *) rtproc
+ sizeof (struct rpdr_ext
) * (count
+ 2);
970 strcpy (str
, no_name_func
);
971 str
+= strlen (no_name_func
) + 1;
972 for (i
= 0; i
< count
; i
++)
974 ecoff_swap_rpdr_out (abfd
, rpdr
+ i
, erp
+ i
);
976 str
+= strlen (sv
[i
]) + 1;
978 H_PUT_S32 (abfd
, -1, (erp
+ count
)->p_adr
);
980 /* Set the size and contents of .rtproc section. */
982 s
->contents
= rtproc
;
984 /* Skip this section later on (I don't think this currently
985 matters, but someday it might). */
986 s
->link_order_head
= NULL
;
1015 /* Check the mips16 stubs for a particular symbol, and see if we can
1019 mips_elf_check_mips16_stubs (struct mips_elf_link_hash_entry
*h
,
1020 void *data ATTRIBUTE_UNUSED
)
1022 if (h
->root
.root
.type
== bfd_link_hash_warning
)
1023 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
1025 if (h
->fn_stub
!= NULL
1026 && ! h
->need_fn_stub
)
1028 /* We don't need the fn_stub; the only references to this symbol
1029 are 16 bit calls. Clobber the size to 0 to prevent it from
1030 being included in the link. */
1031 h
->fn_stub
->_raw_size
= 0;
1032 h
->fn_stub
->_cooked_size
= 0;
1033 h
->fn_stub
->flags
&= ~SEC_RELOC
;
1034 h
->fn_stub
->reloc_count
= 0;
1035 h
->fn_stub
->flags
|= SEC_EXCLUDE
;
1038 if (h
->call_stub
!= NULL
1039 && h
->root
.other
== STO_MIPS16
)
1041 /* We don't need the call_stub; this is a 16 bit function, so
1042 calls from other 16 bit functions are OK. Clobber the size
1043 to 0 to prevent it from being included in the link. */
1044 h
->call_stub
->_raw_size
= 0;
1045 h
->call_stub
->_cooked_size
= 0;
1046 h
->call_stub
->flags
&= ~SEC_RELOC
;
1047 h
->call_stub
->reloc_count
= 0;
1048 h
->call_stub
->flags
|= SEC_EXCLUDE
;
1051 if (h
->call_fp_stub
!= NULL
1052 && h
->root
.other
== STO_MIPS16
)
1054 /* We don't need the call_stub; this is a 16 bit function, so
1055 calls from other 16 bit functions are OK. Clobber the size
1056 to 0 to prevent it from being included in the link. */
1057 h
->call_fp_stub
->_raw_size
= 0;
1058 h
->call_fp_stub
->_cooked_size
= 0;
1059 h
->call_fp_stub
->flags
&= ~SEC_RELOC
;
1060 h
->call_fp_stub
->reloc_count
= 0;
1061 h
->call_fp_stub
->flags
|= SEC_EXCLUDE
;
1067 bfd_reloc_status_type
1068 _bfd_mips_elf_gprel16_with_gp (bfd
*abfd
, asymbol
*symbol
,
1069 arelent
*reloc_entry
, asection
*input_section
,
1070 bfd_boolean relocatable
, void *data
, bfd_vma gp
)
1074 bfd_reloc_status_type status
;
1076 if (bfd_is_com_section (symbol
->section
))
1079 relocation
= symbol
->value
;
1081 relocation
+= symbol
->section
->output_section
->vma
;
1082 relocation
+= symbol
->section
->output_offset
;
1084 if (reloc_entry
->address
> input_section
->_cooked_size
)
1085 return bfd_reloc_outofrange
;
1087 /* Set val to the offset into the section or symbol. */
1088 val
= reloc_entry
->addend
;
1090 _bfd_mips_elf_sign_extend (val
, 16);
1092 /* Adjust val for the final section location and GP value. If we
1093 are producing relocatable output, we don't want to do this for
1094 an external symbol. */
1096 || (symbol
->flags
& BSF_SECTION_SYM
) != 0)
1097 val
+= relocation
- gp
;
1099 if (reloc_entry
->howto
->partial_inplace
)
1101 status
= _bfd_relocate_contents (reloc_entry
->howto
, abfd
, val
,
1103 + reloc_entry
->address
);
1104 if (status
!= bfd_reloc_ok
)
1108 reloc_entry
->addend
= val
;
1111 reloc_entry
->address
+= input_section
->output_offset
;
1113 return bfd_reloc_ok
;
1116 /* Used to store a REL high-part relocation such as R_MIPS_HI16 or
1117 R_MIPS_GOT16. REL is the relocation, INPUT_SECTION is the section
1118 that contains the relocation field and DATA points to the start of
1123 struct mips_hi16
*next
;
1125 asection
*input_section
;
1129 /* FIXME: This should not be a static variable. */
1131 static struct mips_hi16
*mips_hi16_list
;
1133 /* A howto special_function for REL *HI16 relocations. We can only
1134 calculate the correct value once we've seen the partnering
1135 *LO16 relocation, so just save the information for later.
1137 The ABI requires that the *LO16 immediately follow the *HI16.
1138 However, as a GNU extension, we permit an arbitrary number of
1139 *HI16s to be associated with a single *LO16. This significantly
1140 simplies the relocation handling in gcc. */
1142 bfd_reloc_status_type
1143 _bfd_mips_elf_hi16_reloc (bfd
*abfd ATTRIBUTE_UNUSED
, arelent
*reloc_entry
,
1144 asymbol
*symbol ATTRIBUTE_UNUSED
, void *data
,
1145 asection
*input_section
, bfd
*output_bfd
,
1146 char **error_message ATTRIBUTE_UNUSED
)
1148 struct mips_hi16
*n
;
1150 if (reloc_entry
->address
> input_section
->_cooked_size
)
1151 return bfd_reloc_outofrange
;
1153 n
= bfd_malloc (sizeof *n
);
1155 return bfd_reloc_outofrange
;
1157 n
->next
= mips_hi16_list
;
1159 n
->input_section
= input_section
;
1160 n
->rel
= *reloc_entry
;
1163 if (output_bfd
!= NULL
)
1164 reloc_entry
->address
+= input_section
->output_offset
;
1166 return bfd_reloc_ok
;
1169 /* A howto special_function for REL R_MIPS_GOT16 relocations. This is just
1170 like any other 16-bit relocation when applied to global symbols, but is
1171 treated in the same as R_MIPS_HI16 when applied to local symbols. */
1173 bfd_reloc_status_type
1174 _bfd_mips_elf_got16_reloc (bfd
*abfd
, arelent
*reloc_entry
, asymbol
*symbol
,
1175 void *data
, asection
*input_section
,
1176 bfd
*output_bfd
, char **error_message
)
1178 if ((symbol
->flags
& (BSF_GLOBAL
| BSF_WEAK
)) != 0
1179 || bfd_is_und_section (bfd_get_section (symbol
))
1180 || bfd_is_com_section (bfd_get_section (symbol
)))
1181 /* The relocation is against a global symbol. */
1182 return _bfd_mips_elf_generic_reloc (abfd
, reloc_entry
, symbol
, data
,
1183 input_section
, output_bfd
,
1186 return _bfd_mips_elf_hi16_reloc (abfd
, reloc_entry
, symbol
, data
,
1187 input_section
, output_bfd
, error_message
);
1190 /* A howto special_function for REL *LO16 relocations. The *LO16 itself
1191 is a straightforward 16 bit inplace relocation, but we must deal with
1192 any partnering high-part relocations as well. */
1194 bfd_reloc_status_type
1195 _bfd_mips_elf_lo16_reloc (bfd
*abfd
, arelent
*reloc_entry
, asymbol
*symbol
,
1196 void *data
, asection
*input_section
,
1197 bfd
*output_bfd
, char **error_message
)
1201 if (reloc_entry
->address
> input_section
->_cooked_size
)
1202 return bfd_reloc_outofrange
;
1204 vallo
= bfd_get_32 (abfd
, (bfd_byte
*) data
+ reloc_entry
->address
);
1205 while (mips_hi16_list
!= NULL
)
1207 bfd_reloc_status_type ret
;
1208 struct mips_hi16
*hi
;
1210 hi
= mips_hi16_list
;
1212 /* R_MIPS_GOT16 relocations are something of a special case. We
1213 want to install the addend in the same way as for a R_MIPS_HI16
1214 relocation (with a rightshift of 16). However, since GOT16
1215 relocations can also be used with global symbols, their howto
1216 has a rightshift of 0. */
1217 if (hi
->rel
.howto
->type
== R_MIPS_GOT16
)
1218 hi
->rel
.howto
= MIPS_ELF_RTYPE_TO_HOWTO (abfd
, R_MIPS_HI16
, FALSE
);
1220 /* VALLO is a signed 16-bit number. Bias it by 0x8000 so that any
1221 carry or borrow will induce a change of +1 or -1 in the high part. */
1222 hi
->rel
.addend
+= (vallo
+ 0x8000) & 0xffff;
1224 ret
= _bfd_mips_elf_generic_reloc (abfd
, &hi
->rel
, symbol
, hi
->data
,
1225 hi
->input_section
, output_bfd
,
1227 if (ret
!= bfd_reloc_ok
)
1230 mips_hi16_list
= hi
->next
;
1234 return _bfd_mips_elf_generic_reloc (abfd
, reloc_entry
, symbol
, data
,
1235 input_section
, output_bfd
,
1239 /* A generic howto special_function. This calculates and installs the
1240 relocation itself, thus avoiding the oft-discussed problems in
1241 bfd_perform_relocation and bfd_install_relocation. */
1243 bfd_reloc_status_type
1244 _bfd_mips_elf_generic_reloc (bfd
*abfd ATTRIBUTE_UNUSED
, arelent
*reloc_entry
,
1245 asymbol
*symbol
, void *data ATTRIBUTE_UNUSED
,
1246 asection
*input_section
, bfd
*output_bfd
,
1247 char **error_message ATTRIBUTE_UNUSED
)
1250 bfd_reloc_status_type status
;
1251 bfd_boolean relocatable
;
1253 relocatable
= (output_bfd
!= NULL
);
1255 if (reloc_entry
->address
> input_section
->_cooked_size
)
1256 return bfd_reloc_outofrange
;
1258 /* Build up the field adjustment in VAL. */
1260 if (!relocatable
|| (symbol
->flags
& BSF_SECTION_SYM
) != 0)
1262 /* Either we're calculating the final field value or we have a
1263 relocation against a section symbol. Add in the section's
1264 offset or address. */
1265 val
+= symbol
->section
->output_section
->vma
;
1266 val
+= symbol
->section
->output_offset
;
1271 /* We're calculating the final field value. Add in the symbol's value
1272 and, if pc-relative, subtract the address of the field itself. */
1273 val
+= symbol
->value
;
1274 if (reloc_entry
->howto
->pc_relative
)
1276 val
-= input_section
->output_section
->vma
;
1277 val
-= input_section
->output_offset
;
1278 val
-= reloc_entry
->address
;
1282 /* VAL is now the final adjustment. If we're keeping this relocation
1283 in the output file, and if the relocation uses a separate addend,
1284 we just need to add VAL to that addend. Otherwise we need to add
1285 VAL to the relocation field itself. */
1286 if (relocatable
&& !reloc_entry
->howto
->partial_inplace
)
1287 reloc_entry
->addend
+= val
;
1290 /* Add in the separate addend, if any. */
1291 val
+= reloc_entry
->addend
;
1293 /* Add VAL to the relocation field. */
1294 status
= _bfd_relocate_contents (reloc_entry
->howto
, abfd
, val
,
1296 + reloc_entry
->address
);
1297 if (status
!= bfd_reloc_ok
)
1302 reloc_entry
->address
+= input_section
->output_offset
;
1304 return bfd_reloc_ok
;
1307 /* Swap an entry in a .gptab section. Note that these routines rely
1308 on the equivalence of the two elements of the union. */
1311 bfd_mips_elf32_swap_gptab_in (bfd
*abfd
, const Elf32_External_gptab
*ex
,
1314 in
->gt_entry
.gt_g_value
= H_GET_32 (abfd
, ex
->gt_entry
.gt_g_value
);
1315 in
->gt_entry
.gt_bytes
= H_GET_32 (abfd
, ex
->gt_entry
.gt_bytes
);
1319 bfd_mips_elf32_swap_gptab_out (bfd
*abfd
, const Elf32_gptab
*in
,
1320 Elf32_External_gptab
*ex
)
1322 H_PUT_32 (abfd
, in
->gt_entry
.gt_g_value
, ex
->gt_entry
.gt_g_value
);
1323 H_PUT_32 (abfd
, in
->gt_entry
.gt_bytes
, ex
->gt_entry
.gt_bytes
);
1327 bfd_elf32_swap_compact_rel_out (bfd
*abfd
, const Elf32_compact_rel
*in
,
1328 Elf32_External_compact_rel
*ex
)
1330 H_PUT_32 (abfd
, in
->id1
, ex
->id1
);
1331 H_PUT_32 (abfd
, in
->num
, ex
->num
);
1332 H_PUT_32 (abfd
, in
->id2
, ex
->id2
);
1333 H_PUT_32 (abfd
, in
->offset
, ex
->offset
);
1334 H_PUT_32 (abfd
, in
->reserved0
, ex
->reserved0
);
1335 H_PUT_32 (abfd
, in
->reserved1
, ex
->reserved1
);
1339 bfd_elf32_swap_crinfo_out (bfd
*abfd
, const Elf32_crinfo
*in
,
1340 Elf32_External_crinfo
*ex
)
1344 l
= (((in
->ctype
& CRINFO_CTYPE
) << CRINFO_CTYPE_SH
)
1345 | ((in
->rtype
& CRINFO_RTYPE
) << CRINFO_RTYPE_SH
)
1346 | ((in
->dist2to
& CRINFO_DIST2TO
) << CRINFO_DIST2TO_SH
)
1347 | ((in
->relvaddr
& CRINFO_RELVADDR
) << CRINFO_RELVADDR_SH
));
1348 H_PUT_32 (abfd
, l
, ex
->info
);
1349 H_PUT_32 (abfd
, in
->konst
, ex
->konst
);
1350 H_PUT_32 (abfd
, in
->vaddr
, ex
->vaddr
);
1353 /* A .reginfo section holds a single Elf32_RegInfo structure. These
1354 routines swap this structure in and out. They are used outside of
1355 BFD, so they are globally visible. */
1358 bfd_mips_elf32_swap_reginfo_in (bfd
*abfd
, const Elf32_External_RegInfo
*ex
,
1361 in
->ri_gprmask
= H_GET_32 (abfd
, ex
->ri_gprmask
);
1362 in
->ri_cprmask
[0] = H_GET_32 (abfd
, ex
->ri_cprmask
[0]);
1363 in
->ri_cprmask
[1] = H_GET_32 (abfd
, ex
->ri_cprmask
[1]);
1364 in
->ri_cprmask
[2] = H_GET_32 (abfd
, ex
->ri_cprmask
[2]);
1365 in
->ri_cprmask
[3] = H_GET_32 (abfd
, ex
->ri_cprmask
[3]);
1366 in
->ri_gp_value
= H_GET_32 (abfd
, ex
->ri_gp_value
);
1370 bfd_mips_elf32_swap_reginfo_out (bfd
*abfd
, const Elf32_RegInfo
*in
,
1371 Elf32_External_RegInfo
*ex
)
1373 H_PUT_32 (abfd
, in
->ri_gprmask
, ex
->ri_gprmask
);
1374 H_PUT_32 (abfd
, in
->ri_cprmask
[0], ex
->ri_cprmask
[0]);
1375 H_PUT_32 (abfd
, in
->ri_cprmask
[1], ex
->ri_cprmask
[1]);
1376 H_PUT_32 (abfd
, in
->ri_cprmask
[2], ex
->ri_cprmask
[2]);
1377 H_PUT_32 (abfd
, in
->ri_cprmask
[3], ex
->ri_cprmask
[3]);
1378 H_PUT_32 (abfd
, in
->ri_gp_value
, ex
->ri_gp_value
);
1381 /* In the 64 bit ABI, the .MIPS.options section holds register
1382 information in an Elf64_Reginfo structure. These routines swap
1383 them in and out. They are globally visible because they are used
1384 outside of BFD. These routines are here so that gas can call them
1385 without worrying about whether the 64 bit ABI has been included. */
1388 bfd_mips_elf64_swap_reginfo_in (bfd
*abfd
, const Elf64_External_RegInfo
*ex
,
1389 Elf64_Internal_RegInfo
*in
)
1391 in
->ri_gprmask
= H_GET_32 (abfd
, ex
->ri_gprmask
);
1392 in
->ri_pad
= H_GET_32 (abfd
, ex
->ri_pad
);
1393 in
->ri_cprmask
[0] = H_GET_32 (abfd
, ex
->ri_cprmask
[0]);
1394 in
->ri_cprmask
[1] = H_GET_32 (abfd
, ex
->ri_cprmask
[1]);
1395 in
->ri_cprmask
[2] = H_GET_32 (abfd
, ex
->ri_cprmask
[2]);
1396 in
->ri_cprmask
[3] = H_GET_32 (abfd
, ex
->ri_cprmask
[3]);
1397 in
->ri_gp_value
= H_GET_64 (abfd
, ex
->ri_gp_value
);
1401 bfd_mips_elf64_swap_reginfo_out (bfd
*abfd
, const Elf64_Internal_RegInfo
*in
,
1402 Elf64_External_RegInfo
*ex
)
1404 H_PUT_32 (abfd
, in
->ri_gprmask
, ex
->ri_gprmask
);
1405 H_PUT_32 (abfd
, in
->ri_pad
, ex
->ri_pad
);
1406 H_PUT_32 (abfd
, in
->ri_cprmask
[0], ex
->ri_cprmask
[0]);
1407 H_PUT_32 (abfd
, in
->ri_cprmask
[1], ex
->ri_cprmask
[1]);
1408 H_PUT_32 (abfd
, in
->ri_cprmask
[2], ex
->ri_cprmask
[2]);
1409 H_PUT_32 (abfd
, in
->ri_cprmask
[3], ex
->ri_cprmask
[3]);
1410 H_PUT_64 (abfd
, in
->ri_gp_value
, ex
->ri_gp_value
);
1413 /* Swap in an options header. */
1416 bfd_mips_elf_swap_options_in (bfd
*abfd
, const Elf_External_Options
*ex
,
1417 Elf_Internal_Options
*in
)
1419 in
->kind
= H_GET_8 (abfd
, ex
->kind
);
1420 in
->size
= H_GET_8 (abfd
, ex
->size
);
1421 in
->section
= H_GET_16 (abfd
, ex
->section
);
1422 in
->info
= H_GET_32 (abfd
, ex
->info
);
1425 /* Swap out an options header. */
1428 bfd_mips_elf_swap_options_out (bfd
*abfd
, const Elf_Internal_Options
*in
,
1429 Elf_External_Options
*ex
)
1431 H_PUT_8 (abfd
, in
->kind
, ex
->kind
);
1432 H_PUT_8 (abfd
, in
->size
, ex
->size
);
1433 H_PUT_16 (abfd
, in
->section
, ex
->section
);
1434 H_PUT_32 (abfd
, in
->info
, ex
->info
);
1437 /* This function is called via qsort() to sort the dynamic relocation
1438 entries by increasing r_symndx value. */
1441 sort_dynamic_relocs (const void *arg1
, const void *arg2
)
1443 Elf_Internal_Rela int_reloc1
;
1444 Elf_Internal_Rela int_reloc2
;
1446 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd
, arg1
, &int_reloc1
);
1447 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd
, arg2
, &int_reloc2
);
1449 return ELF32_R_SYM (int_reloc1
.r_info
) - ELF32_R_SYM (int_reloc2
.r_info
);
1452 /* Like sort_dynamic_relocs, but used for elf64 relocations. */
1455 sort_dynamic_relocs_64 (const void *arg1
, const void *arg2
)
1457 Elf_Internal_Rela int_reloc1
[3];
1458 Elf_Internal_Rela int_reloc2
[3];
1460 (*get_elf_backend_data (reldyn_sorting_bfd
)->s
->swap_reloc_in
)
1461 (reldyn_sorting_bfd
, arg1
, int_reloc1
);
1462 (*get_elf_backend_data (reldyn_sorting_bfd
)->s
->swap_reloc_in
)
1463 (reldyn_sorting_bfd
, arg2
, int_reloc2
);
1465 return (ELF64_R_SYM (int_reloc1
[0].r_info
)
1466 - ELF64_R_SYM (int_reloc2
[0].r_info
));
1470 /* This routine is used to write out ECOFF debugging external symbol
1471 information. It is called via mips_elf_link_hash_traverse. The
1472 ECOFF external symbol information must match the ELF external
1473 symbol information. Unfortunately, at this point we don't know
1474 whether a symbol is required by reloc information, so the two
1475 tables may wind up being different. We must sort out the external
1476 symbol information before we can set the final size of the .mdebug
1477 section, and we must set the size of the .mdebug section before we
1478 can relocate any sections, and we can't know which symbols are
1479 required by relocation until we relocate the sections.
1480 Fortunately, it is relatively unlikely that any symbol will be
1481 stripped but required by a reloc. In particular, it can not happen
1482 when generating a final executable. */
1485 mips_elf_output_extsym (struct mips_elf_link_hash_entry
*h
, void *data
)
1487 struct extsym_info
*einfo
= data
;
1489 asection
*sec
, *output_section
;
1491 if (h
->root
.root
.type
== bfd_link_hash_warning
)
1492 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
1494 if (h
->root
.indx
== -2)
1496 else if (((h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_DEF_DYNAMIC
) != 0
1497 || (h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_REF_DYNAMIC
) != 0)
1498 && (h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
) == 0
1499 && (h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_REF_REGULAR
) == 0)
1501 else if (einfo
->info
->strip
== strip_all
1502 || (einfo
->info
->strip
== strip_some
1503 && bfd_hash_lookup (einfo
->info
->keep_hash
,
1504 h
->root
.root
.root
.string
,
1505 FALSE
, FALSE
) == NULL
))
1513 if (h
->esym
.ifd
== -2)
1516 h
->esym
.cobol_main
= 0;
1517 h
->esym
.weakext
= 0;
1518 h
->esym
.reserved
= 0;
1519 h
->esym
.ifd
= ifdNil
;
1520 h
->esym
.asym
.value
= 0;
1521 h
->esym
.asym
.st
= stGlobal
;
1523 if (h
->root
.root
.type
== bfd_link_hash_undefined
1524 || h
->root
.root
.type
== bfd_link_hash_undefweak
)
1528 /* Use undefined class. Also, set class and type for some
1530 name
= h
->root
.root
.root
.string
;
1531 if (strcmp (name
, mips_elf_dynsym_rtproc_names
[0]) == 0
1532 || strcmp (name
, mips_elf_dynsym_rtproc_names
[1]) == 0)
1534 h
->esym
.asym
.sc
= scData
;
1535 h
->esym
.asym
.st
= stLabel
;
1536 h
->esym
.asym
.value
= 0;
1538 else if (strcmp (name
, mips_elf_dynsym_rtproc_names
[2]) == 0)
1540 h
->esym
.asym
.sc
= scAbs
;
1541 h
->esym
.asym
.st
= stLabel
;
1542 h
->esym
.asym
.value
=
1543 mips_elf_hash_table (einfo
->info
)->procedure_count
;
1545 else if (strcmp (name
, "_gp_disp") == 0 && ! NEWABI_P (einfo
->abfd
))
1547 h
->esym
.asym
.sc
= scAbs
;
1548 h
->esym
.asym
.st
= stLabel
;
1549 h
->esym
.asym
.value
= elf_gp (einfo
->abfd
);
1552 h
->esym
.asym
.sc
= scUndefined
;
1554 else if (h
->root
.root
.type
!= bfd_link_hash_defined
1555 && h
->root
.root
.type
!= bfd_link_hash_defweak
)
1556 h
->esym
.asym
.sc
= scAbs
;
1561 sec
= h
->root
.root
.u
.def
.section
;
1562 output_section
= sec
->output_section
;
1564 /* When making a shared library and symbol h is the one from
1565 the another shared library, OUTPUT_SECTION may be null. */
1566 if (output_section
== NULL
)
1567 h
->esym
.asym
.sc
= scUndefined
;
1570 name
= bfd_section_name (output_section
->owner
, output_section
);
1572 if (strcmp (name
, ".text") == 0)
1573 h
->esym
.asym
.sc
= scText
;
1574 else if (strcmp (name
, ".data") == 0)
1575 h
->esym
.asym
.sc
= scData
;
1576 else if (strcmp (name
, ".sdata") == 0)
1577 h
->esym
.asym
.sc
= scSData
;
1578 else if (strcmp (name
, ".rodata") == 0
1579 || strcmp (name
, ".rdata") == 0)
1580 h
->esym
.asym
.sc
= scRData
;
1581 else if (strcmp (name
, ".bss") == 0)
1582 h
->esym
.asym
.sc
= scBss
;
1583 else if (strcmp (name
, ".sbss") == 0)
1584 h
->esym
.asym
.sc
= scSBss
;
1585 else if (strcmp (name
, ".init") == 0)
1586 h
->esym
.asym
.sc
= scInit
;
1587 else if (strcmp (name
, ".fini") == 0)
1588 h
->esym
.asym
.sc
= scFini
;
1590 h
->esym
.asym
.sc
= scAbs
;
1594 h
->esym
.asym
.reserved
= 0;
1595 h
->esym
.asym
.index
= indexNil
;
1598 if (h
->root
.root
.type
== bfd_link_hash_common
)
1599 h
->esym
.asym
.value
= h
->root
.root
.u
.c
.size
;
1600 else if (h
->root
.root
.type
== bfd_link_hash_defined
1601 || h
->root
.root
.type
== bfd_link_hash_defweak
)
1603 if (h
->esym
.asym
.sc
== scCommon
)
1604 h
->esym
.asym
.sc
= scBss
;
1605 else if (h
->esym
.asym
.sc
== scSCommon
)
1606 h
->esym
.asym
.sc
= scSBss
;
1608 sec
= h
->root
.root
.u
.def
.section
;
1609 output_section
= sec
->output_section
;
1610 if (output_section
!= NULL
)
1611 h
->esym
.asym
.value
= (h
->root
.root
.u
.def
.value
1612 + sec
->output_offset
1613 + output_section
->vma
);
1615 h
->esym
.asym
.value
= 0;
1617 else if ((h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
) != 0)
1619 struct mips_elf_link_hash_entry
*hd
= h
;
1620 bfd_boolean no_fn_stub
= h
->no_fn_stub
;
1622 while (hd
->root
.root
.type
== bfd_link_hash_indirect
)
1624 hd
= (struct mips_elf_link_hash_entry
*)h
->root
.root
.u
.i
.link
;
1625 no_fn_stub
= no_fn_stub
|| hd
->no_fn_stub
;
1630 /* Set type and value for a symbol with a function stub. */
1631 h
->esym
.asym
.st
= stProc
;
1632 sec
= hd
->root
.root
.u
.def
.section
;
1634 h
->esym
.asym
.value
= 0;
1637 output_section
= sec
->output_section
;
1638 if (output_section
!= NULL
)
1639 h
->esym
.asym
.value
= (hd
->root
.plt
.offset
1640 + sec
->output_offset
1641 + output_section
->vma
);
1643 h
->esym
.asym
.value
= 0;
1651 if (! bfd_ecoff_debug_one_external (einfo
->abfd
, einfo
->debug
, einfo
->swap
,
1652 h
->root
.root
.root
.string
,
1655 einfo
->failed
= TRUE
;
1662 /* A comparison routine used to sort .gptab entries. */
1665 gptab_compare (const void *p1
, const void *p2
)
1667 const Elf32_gptab
*a1
= p1
;
1668 const Elf32_gptab
*a2
= p2
;
1670 return a1
->gt_entry
.gt_g_value
- a2
->gt_entry
.gt_g_value
;
1673 /* Functions to manage the got entry hash table. */
1675 /* Use all 64 bits of a bfd_vma for the computation of a 32-bit
1678 static INLINE hashval_t
1679 mips_elf_hash_bfd_vma (bfd_vma addr
)
1682 return addr
+ (addr
>> 32);
1688 /* got_entries only match if they're identical, except for gotidx, so
1689 use all fields to compute the hash, and compare the appropriate
1693 mips_elf_got_entry_hash (const void *entry_
)
1695 const struct mips_got_entry
*entry
= (struct mips_got_entry
*)entry_
;
1697 return entry
->symndx
1698 + (! entry
->abfd
? mips_elf_hash_bfd_vma (entry
->d
.address
)
1700 + (entry
->symndx
>= 0 ? mips_elf_hash_bfd_vma (entry
->d
.addend
)
1701 : entry
->d
.h
->root
.root
.root
.hash
));
1705 mips_elf_got_entry_eq (const void *entry1
, const void *entry2
)
1707 const struct mips_got_entry
*e1
= (struct mips_got_entry
*)entry1
;
1708 const struct mips_got_entry
*e2
= (struct mips_got_entry
*)entry2
;
1710 return e1
->abfd
== e2
->abfd
&& e1
->symndx
== e2
->symndx
1711 && (! e1
->abfd
? e1
->d
.address
== e2
->d
.address
1712 : e1
->symndx
>= 0 ? e1
->d
.addend
== e2
->d
.addend
1713 : e1
->d
.h
== e2
->d
.h
);
1716 /* multi_got_entries are still a match in the case of global objects,
1717 even if the input bfd in which they're referenced differs, so the
1718 hash computation and compare functions are adjusted
1722 mips_elf_multi_got_entry_hash (const void *entry_
)
1724 const struct mips_got_entry
*entry
= (struct mips_got_entry
*)entry_
;
1726 return entry
->symndx
1728 ? mips_elf_hash_bfd_vma (entry
->d
.address
)
1729 : entry
->symndx
>= 0
1731 + mips_elf_hash_bfd_vma (entry
->d
.addend
))
1732 : entry
->d
.h
->root
.root
.root
.hash
);
1736 mips_elf_multi_got_entry_eq (const void *entry1
, const void *entry2
)
1738 const struct mips_got_entry
*e1
= (struct mips_got_entry
*)entry1
;
1739 const struct mips_got_entry
*e2
= (struct mips_got_entry
*)entry2
;
1741 return e1
->symndx
== e2
->symndx
1742 && (e1
->symndx
>= 0 ? e1
->abfd
== e2
->abfd
&& e1
->d
.addend
== e2
->d
.addend
1743 : e1
->abfd
== NULL
|| e2
->abfd
== NULL
1744 ? e1
->abfd
== e2
->abfd
&& e1
->d
.address
== e2
->d
.address
1745 : e1
->d
.h
== e2
->d
.h
);
1748 /* Returns the dynamic relocation section for DYNOBJ. */
1751 mips_elf_rel_dyn_section (bfd
*dynobj
, bfd_boolean create_p
)
1753 static const char dname
[] = ".rel.dyn";
1756 sreloc
= bfd_get_section_by_name (dynobj
, dname
);
1757 if (sreloc
== NULL
&& create_p
)
1759 sreloc
= bfd_make_section (dynobj
, dname
);
1761 || ! bfd_set_section_flags (dynobj
, sreloc
,
1766 | SEC_LINKER_CREATED
1768 || ! bfd_set_section_alignment (dynobj
, sreloc
,
1769 MIPS_ELF_LOG_FILE_ALIGN (dynobj
)))
1775 /* Returns the GOT section for ABFD. */
1778 mips_elf_got_section (bfd
*abfd
, bfd_boolean maybe_excluded
)
1780 asection
*sgot
= bfd_get_section_by_name (abfd
, ".got");
1782 || (! maybe_excluded
&& (sgot
->flags
& SEC_EXCLUDE
) != 0))
1787 /* Returns the GOT information associated with the link indicated by
1788 INFO. If SGOTP is non-NULL, it is filled in with the GOT
1791 static struct mips_got_info
*
1792 mips_elf_got_info (bfd
*abfd
, asection
**sgotp
)
1795 struct mips_got_info
*g
;
1797 sgot
= mips_elf_got_section (abfd
, TRUE
);
1798 BFD_ASSERT (sgot
!= NULL
);
1799 BFD_ASSERT (mips_elf_section_data (sgot
) != NULL
);
1800 g
= mips_elf_section_data (sgot
)->u
.got_info
;
1801 BFD_ASSERT (g
!= NULL
);
1804 *sgotp
= (sgot
->flags
& SEC_EXCLUDE
) == 0 ? sgot
: NULL
;
1809 /* Returns the GOT offset at which the indicated address can be found.
1810 If there is not yet a GOT entry for this value, create one. Returns
1811 -1 if no satisfactory GOT offset can be found. */
1814 mips_elf_local_got_index (bfd
*abfd
, bfd
*ibfd
, struct bfd_link_info
*info
,
1818 struct mips_got_info
*g
;
1819 struct mips_got_entry
*entry
;
1821 g
= mips_elf_got_info (elf_hash_table (info
)->dynobj
, &sgot
);
1823 entry
= mips_elf_create_local_got_entry (abfd
, ibfd
, g
, sgot
, value
);
1825 return entry
->gotidx
;
1830 /* Returns the GOT index for the global symbol indicated by H. */
1833 mips_elf_global_got_index (bfd
*abfd
, bfd
*ibfd
, struct elf_link_hash_entry
*h
)
1837 struct mips_got_info
*g
, *gg
;
1838 long global_got_dynindx
= 0;
1840 gg
= g
= mips_elf_got_info (abfd
, &sgot
);
1841 if (g
->bfd2got
&& ibfd
)
1843 struct mips_got_entry e
, *p
;
1845 BFD_ASSERT (h
->dynindx
>= 0);
1847 g
= mips_elf_got_for_ibfd (g
, ibfd
);
1852 e
.d
.h
= (struct mips_elf_link_hash_entry
*)h
;
1854 p
= htab_find (g
->got_entries
, &e
);
1856 BFD_ASSERT (p
->gotidx
> 0);
1861 if (gg
->global_gotsym
!= NULL
)
1862 global_got_dynindx
= gg
->global_gotsym
->dynindx
;
1864 /* Once we determine the global GOT entry with the lowest dynamic
1865 symbol table index, we must put all dynamic symbols with greater
1866 indices into the GOT. That makes it easy to calculate the GOT
1868 BFD_ASSERT (h
->dynindx
>= global_got_dynindx
);
1869 index
= ((h
->dynindx
- global_got_dynindx
+ g
->local_gotno
)
1870 * MIPS_ELF_GOT_SIZE (abfd
));
1871 BFD_ASSERT (index
< sgot
->_raw_size
);
1876 /* Find a GOT entry that is within 32KB of the VALUE. These entries
1877 are supposed to be placed at small offsets in the GOT, i.e.,
1878 within 32KB of GP. Return the index into the GOT for this page,
1879 and store the offset from this entry to the desired address in
1880 OFFSETP, if it is non-NULL. */
1883 mips_elf_got_page (bfd
*abfd
, bfd
*ibfd
, struct bfd_link_info
*info
,
1884 bfd_vma value
, bfd_vma
*offsetp
)
1887 struct mips_got_info
*g
;
1889 struct mips_got_entry
*entry
;
1891 g
= mips_elf_got_info (elf_hash_table (info
)->dynobj
, &sgot
);
1893 entry
= mips_elf_create_local_got_entry (abfd
, ibfd
, g
, sgot
,
1895 & (~(bfd_vma
)0xffff));
1900 index
= entry
->gotidx
;
1903 *offsetp
= value
- entry
->d
.address
;
1908 /* Find a GOT entry whose higher-order 16 bits are the same as those
1909 for value. Return the index into the GOT for this entry. */
1912 mips_elf_got16_entry (bfd
*abfd
, bfd
*ibfd
, struct bfd_link_info
*info
,
1913 bfd_vma value
, bfd_boolean external
)
1916 struct mips_got_info
*g
;
1917 struct mips_got_entry
*entry
;
1921 /* Although the ABI says that it is "the high-order 16 bits" that we
1922 want, it is really the %high value. The complete value is
1923 calculated with a `addiu' of a LO16 relocation, just as with a
1925 value
= mips_elf_high (value
) << 16;
1928 g
= mips_elf_got_info (elf_hash_table (info
)->dynobj
, &sgot
);
1930 entry
= mips_elf_create_local_got_entry (abfd
, ibfd
, g
, sgot
, value
);
1932 return entry
->gotidx
;
1937 /* Returns the offset for the entry at the INDEXth position
1941 mips_elf_got_offset_from_index (bfd
*dynobj
, bfd
*output_bfd
,
1942 bfd
*input_bfd
, bfd_vma index
)
1946 struct mips_got_info
*g
;
1948 g
= mips_elf_got_info (dynobj
, &sgot
);
1949 gp
= _bfd_get_gp_value (output_bfd
)
1950 + mips_elf_adjust_gp (output_bfd
, g
, input_bfd
);
1952 return sgot
->output_section
->vma
+ sgot
->output_offset
+ index
- gp
;
1955 /* Create a local GOT entry for VALUE. Return the index of the entry,
1956 or -1 if it could not be created. */
1958 static struct mips_got_entry
*
1959 mips_elf_create_local_got_entry (bfd
*abfd
, bfd
*ibfd
,
1960 struct mips_got_info
*gg
,
1961 asection
*sgot
, bfd_vma value
)
1963 struct mips_got_entry entry
, **loc
;
1964 struct mips_got_info
*g
;
1968 entry
.d
.address
= value
;
1970 g
= mips_elf_got_for_ibfd (gg
, ibfd
);
1973 g
= mips_elf_got_for_ibfd (gg
, abfd
);
1974 BFD_ASSERT (g
!= NULL
);
1977 loc
= (struct mips_got_entry
**) htab_find_slot (g
->got_entries
, &entry
,
1982 entry
.gotidx
= MIPS_ELF_GOT_SIZE (abfd
) * g
->assigned_gotno
++;
1984 *loc
= (struct mips_got_entry
*)bfd_alloc (abfd
, sizeof entry
);
1989 memcpy (*loc
, &entry
, sizeof entry
);
1991 if (g
->assigned_gotno
>= g
->local_gotno
)
1993 (*loc
)->gotidx
= -1;
1994 /* We didn't allocate enough space in the GOT. */
1995 (*_bfd_error_handler
)
1996 (_("not enough GOT space for local GOT entries"));
1997 bfd_set_error (bfd_error_bad_value
);
2001 MIPS_ELF_PUT_WORD (abfd
, value
,
2002 (sgot
->contents
+ entry
.gotidx
));
2007 /* Sort the dynamic symbol table so that symbols that need GOT entries
2008 appear towards the end. This reduces the amount of GOT space
2009 required. MAX_LOCAL is used to set the number of local symbols
2010 known to be in the dynamic symbol table. During
2011 _bfd_mips_elf_size_dynamic_sections, this value is 1. Afterward, the
2012 section symbols are added and the count is higher. */
2015 mips_elf_sort_hash_table (struct bfd_link_info
*info
, unsigned long max_local
)
2017 struct mips_elf_hash_sort_data hsd
;
2018 struct mips_got_info
*g
;
2021 dynobj
= elf_hash_table (info
)->dynobj
;
2023 g
= mips_elf_got_info (dynobj
, NULL
);
2026 hsd
.max_unref_got_dynindx
=
2027 hsd
.min_got_dynindx
= elf_hash_table (info
)->dynsymcount
2028 /* In the multi-got case, assigned_gotno of the master got_info
2029 indicate the number of entries that aren't referenced in the
2030 primary GOT, but that must have entries because there are
2031 dynamic relocations that reference it. Since they aren't
2032 referenced, we move them to the end of the GOT, so that they
2033 don't prevent other entries that are referenced from getting
2034 too large offsets. */
2035 - (g
->next
? g
->assigned_gotno
: 0);
2036 hsd
.max_non_got_dynindx
= max_local
;
2037 mips_elf_link_hash_traverse (((struct mips_elf_link_hash_table
*)
2038 elf_hash_table (info
)),
2039 mips_elf_sort_hash_table_f
,
2042 /* There should have been enough room in the symbol table to
2043 accommodate both the GOT and non-GOT symbols. */
2044 BFD_ASSERT (hsd
.max_non_got_dynindx
<= hsd
.min_got_dynindx
);
2045 BFD_ASSERT ((unsigned long)hsd
.max_unref_got_dynindx
2046 <= elf_hash_table (info
)->dynsymcount
);
2048 /* Now we know which dynamic symbol has the lowest dynamic symbol
2049 table index in the GOT. */
2050 g
->global_gotsym
= hsd
.low
;
2055 /* If H needs a GOT entry, assign it the highest available dynamic
2056 index. Otherwise, assign it the lowest available dynamic
2060 mips_elf_sort_hash_table_f (struct mips_elf_link_hash_entry
*h
, void *data
)
2062 struct mips_elf_hash_sort_data
*hsd
= data
;
2064 if (h
->root
.root
.type
== bfd_link_hash_warning
)
2065 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
2067 /* Symbols without dynamic symbol table entries aren't interesting
2069 if (h
->root
.dynindx
== -1)
2072 /* Global symbols that need GOT entries that are not explicitly
2073 referenced are marked with got offset 2. Those that are
2074 referenced get a 1, and those that don't need GOT entries get
2076 if (h
->root
.got
.offset
== 2)
2078 if (hsd
->max_unref_got_dynindx
== hsd
->min_got_dynindx
)
2079 hsd
->low
= (struct elf_link_hash_entry
*) h
;
2080 h
->root
.dynindx
= hsd
->max_unref_got_dynindx
++;
2082 else if (h
->root
.got
.offset
!= 1)
2083 h
->root
.dynindx
= hsd
->max_non_got_dynindx
++;
2086 h
->root
.dynindx
= --hsd
->min_got_dynindx
;
2087 hsd
->low
= (struct elf_link_hash_entry
*) h
;
2093 /* If H is a symbol that needs a global GOT entry, but has a dynamic
2094 symbol table index lower than any we've seen to date, record it for
2098 mips_elf_record_global_got_symbol (struct elf_link_hash_entry
*h
,
2099 bfd
*abfd
, struct bfd_link_info
*info
,
2100 struct mips_got_info
*g
)
2102 struct mips_got_entry entry
, **loc
;
2104 /* A global symbol in the GOT must also be in the dynamic symbol
2106 if (h
->dynindx
== -1)
2108 switch (ELF_ST_VISIBILITY (h
->other
))
2112 _bfd_mips_elf_hide_symbol (info
, h
, TRUE
);
2115 if (!bfd_elf_link_record_dynamic_symbol (info
, h
))
2121 entry
.d
.h
= (struct mips_elf_link_hash_entry
*) h
;
2123 loc
= (struct mips_got_entry
**) htab_find_slot (g
->got_entries
, &entry
,
2126 /* If we've already marked this entry as needing GOT space, we don't
2127 need to do it again. */
2131 *loc
= (struct mips_got_entry
*)bfd_alloc (abfd
, sizeof entry
);
2137 memcpy (*loc
, &entry
, sizeof entry
);
2139 if (h
->got
.offset
!= MINUS_ONE
)
2142 /* By setting this to a value other than -1, we are indicating that
2143 there needs to be a GOT entry for H. Avoid using zero, as the
2144 generic ELF copy_indirect_symbol tests for <= 0. */
2150 /* Reserve space in G for a GOT entry containing the value of symbol
2151 SYMNDX in input bfd ABDF, plus ADDEND. */
2154 mips_elf_record_local_got_symbol (bfd
*abfd
, long symndx
, bfd_vma addend
,
2155 struct mips_got_info
*g
)
2157 struct mips_got_entry entry
, **loc
;
2160 entry
.symndx
= symndx
;
2161 entry
.d
.addend
= addend
;
2162 loc
= (struct mips_got_entry
**)
2163 htab_find_slot (g
->got_entries
, &entry
, INSERT
);
2168 entry
.gotidx
= g
->local_gotno
++;
2170 *loc
= (struct mips_got_entry
*)bfd_alloc (abfd
, sizeof entry
);
2175 memcpy (*loc
, &entry
, sizeof entry
);
2180 /* Compute the hash value of the bfd in a bfd2got hash entry. */
2183 mips_elf_bfd2got_entry_hash (const void *entry_
)
2185 const struct mips_elf_bfd2got_hash
*entry
2186 = (struct mips_elf_bfd2got_hash
*)entry_
;
2188 return entry
->bfd
->id
;
2191 /* Check whether two hash entries have the same bfd. */
2194 mips_elf_bfd2got_entry_eq (const void *entry1
, const void *entry2
)
2196 const struct mips_elf_bfd2got_hash
*e1
2197 = (const struct mips_elf_bfd2got_hash
*)entry1
;
2198 const struct mips_elf_bfd2got_hash
*e2
2199 = (const struct mips_elf_bfd2got_hash
*)entry2
;
2201 return e1
->bfd
== e2
->bfd
;
2204 /* In a multi-got link, determine the GOT to be used for IBDF. G must
2205 be the master GOT data. */
2207 static struct mips_got_info
*
2208 mips_elf_got_for_ibfd (struct mips_got_info
*g
, bfd
*ibfd
)
2210 struct mips_elf_bfd2got_hash e
, *p
;
2216 p
= htab_find (g
->bfd2got
, &e
);
2217 return p
? p
->g
: NULL
;
2220 /* Create one separate got for each bfd that has entries in the global
2221 got, such that we can tell how many local and global entries each
2225 mips_elf_make_got_per_bfd (void **entryp
, void *p
)
2227 struct mips_got_entry
*entry
= (struct mips_got_entry
*)*entryp
;
2228 struct mips_elf_got_per_bfd_arg
*arg
= (struct mips_elf_got_per_bfd_arg
*)p
;
2229 htab_t bfd2got
= arg
->bfd2got
;
2230 struct mips_got_info
*g
;
2231 struct mips_elf_bfd2got_hash bfdgot_entry
, *bfdgot
;
2234 /* Find the got_info for this GOT entry's input bfd. Create one if
2236 bfdgot_entry
.bfd
= entry
->abfd
;
2237 bfdgotp
= htab_find_slot (bfd2got
, &bfdgot_entry
, INSERT
);
2238 bfdgot
= (struct mips_elf_bfd2got_hash
*)*bfdgotp
;
2244 bfdgot
= (struct mips_elf_bfd2got_hash
*)bfd_alloc
2245 (arg
->obfd
, sizeof (struct mips_elf_bfd2got_hash
));
2255 bfdgot
->bfd
= entry
->abfd
;
2256 bfdgot
->g
= g
= (struct mips_got_info
*)
2257 bfd_alloc (arg
->obfd
, sizeof (struct mips_got_info
));
2264 g
->global_gotsym
= NULL
;
2265 g
->global_gotno
= 0;
2267 g
->assigned_gotno
= -1;
2268 g
->got_entries
= htab_try_create (1, mips_elf_multi_got_entry_hash
,
2269 mips_elf_multi_got_entry_eq
, NULL
);
2270 if (g
->got_entries
== NULL
)
2280 /* Insert the GOT entry in the bfd's got entry hash table. */
2281 entryp
= htab_find_slot (g
->got_entries
, entry
, INSERT
);
2282 if (*entryp
!= NULL
)
2287 if (entry
->symndx
>= 0 || entry
->d
.h
->forced_local
)
2295 /* Attempt to merge gots of different input bfds. Try to use as much
2296 as possible of the primary got, since it doesn't require explicit
2297 dynamic relocations, but don't use bfds that would reference global
2298 symbols out of the addressable range. Failing the primary got,
2299 attempt to merge with the current got, or finish the current got
2300 and then make make the new got current. */
2303 mips_elf_merge_gots (void **bfd2got_
, void *p
)
2305 struct mips_elf_bfd2got_hash
*bfd2got
2306 = (struct mips_elf_bfd2got_hash
*)*bfd2got_
;
2307 struct mips_elf_got_per_bfd_arg
*arg
= (struct mips_elf_got_per_bfd_arg
*)p
;
2308 unsigned int lcount
= bfd2got
->g
->local_gotno
;
2309 unsigned int gcount
= bfd2got
->g
->global_gotno
;
2310 unsigned int maxcnt
= arg
->max_count
;
2312 /* If we don't have a primary GOT and this is not too big, use it as
2313 a starting point for the primary GOT. */
2314 if (! arg
->primary
&& lcount
+ gcount
<= maxcnt
)
2316 arg
->primary
= bfd2got
->g
;
2317 arg
->primary_count
= lcount
+ gcount
;
2319 /* If it looks like we can merge this bfd's entries with those of
2320 the primary, merge them. The heuristics is conservative, but we
2321 don't have to squeeze it too hard. */
2322 else if (arg
->primary
2323 && (arg
->primary_count
+ lcount
+ gcount
) <= maxcnt
)
2325 struct mips_got_info
*g
= bfd2got
->g
;
2326 int old_lcount
= arg
->primary
->local_gotno
;
2327 int old_gcount
= arg
->primary
->global_gotno
;
2329 bfd2got
->g
= arg
->primary
;
2331 htab_traverse (g
->got_entries
,
2332 mips_elf_make_got_per_bfd
,
2334 if (arg
->obfd
== NULL
)
2337 htab_delete (g
->got_entries
);
2338 /* We don't have to worry about releasing memory of the actual
2339 got entries, since they're all in the master got_entries hash
2342 BFD_ASSERT (old_lcount
+ lcount
>= arg
->primary
->local_gotno
);
2343 BFD_ASSERT (old_gcount
+ gcount
>= arg
->primary
->global_gotno
);
2345 arg
->primary_count
= arg
->primary
->local_gotno
2346 + arg
->primary
->global_gotno
;
2348 /* If we can merge with the last-created got, do it. */
2349 else if (arg
->current
2350 && arg
->current_count
+ lcount
+ gcount
<= maxcnt
)
2352 struct mips_got_info
*g
= bfd2got
->g
;
2353 int old_lcount
= arg
->current
->local_gotno
;
2354 int old_gcount
= arg
->current
->global_gotno
;
2356 bfd2got
->g
= arg
->current
;
2358 htab_traverse (g
->got_entries
,
2359 mips_elf_make_got_per_bfd
,
2361 if (arg
->obfd
== NULL
)
2364 htab_delete (g
->got_entries
);
2366 BFD_ASSERT (old_lcount
+ lcount
>= arg
->current
->local_gotno
);
2367 BFD_ASSERT (old_gcount
+ gcount
>= arg
->current
->global_gotno
);
2369 arg
->current_count
= arg
->current
->local_gotno
2370 + arg
->current
->global_gotno
;
2372 /* Well, we couldn't merge, so create a new GOT. Don't check if it
2373 fits; if it turns out that it doesn't, we'll get relocation
2374 overflows anyway. */
2377 bfd2got
->g
->next
= arg
->current
;
2378 arg
->current
= bfd2got
->g
;
2380 arg
->current_count
= lcount
+ gcount
;
2386 /* If passed a NULL mips_got_info in the argument, set the marker used
2387 to tell whether a global symbol needs a got entry (in the primary
2388 got) to the given VALUE.
2390 If passed a pointer G to a mips_got_info in the argument (it must
2391 not be the primary GOT), compute the offset from the beginning of
2392 the (primary) GOT section to the entry in G corresponding to the
2393 global symbol. G's assigned_gotno must contain the index of the
2394 first available global GOT entry in G. VALUE must contain the size
2395 of a GOT entry in bytes. For each global GOT entry that requires a
2396 dynamic relocation, NEEDED_RELOCS is incremented, and the symbol is
2397 marked as not eligible for lazy resolution through a function
2400 mips_elf_set_global_got_offset (void **entryp
, void *p
)
2402 struct mips_got_entry
*entry
= (struct mips_got_entry
*)*entryp
;
2403 struct mips_elf_set_global_got_offset_arg
*arg
2404 = (struct mips_elf_set_global_got_offset_arg
*)p
;
2405 struct mips_got_info
*g
= arg
->g
;
2407 if (entry
->abfd
!= NULL
&& entry
->symndx
== -1
2408 && entry
->d
.h
->root
.dynindx
!= -1)
2412 BFD_ASSERT (g
->global_gotsym
== NULL
);
2414 entry
->gotidx
= arg
->value
* (long) g
->assigned_gotno
++;
2415 if (arg
->info
->shared
2416 || (elf_hash_table (arg
->info
)->dynamic_sections_created
2417 && ((entry
->d
.h
->root
.elf_link_hash_flags
2418 & ELF_LINK_HASH_DEF_DYNAMIC
) != 0)
2419 && ((entry
->d
.h
->root
.elf_link_hash_flags
2420 & ELF_LINK_HASH_DEF_REGULAR
) == 0)))
2421 ++arg
->needed_relocs
;
2424 entry
->d
.h
->root
.got
.offset
= arg
->value
;
2430 /* Mark any global symbols referenced in the GOT we are iterating over
2431 as inelligible for lazy resolution stubs. */
2433 mips_elf_set_no_stub (void **entryp
, void *p ATTRIBUTE_UNUSED
)
2435 struct mips_got_entry
*entry
= (struct mips_got_entry
*)*entryp
;
2437 if (entry
->abfd
!= NULL
2438 && entry
->symndx
== -1
2439 && entry
->d
.h
->root
.dynindx
!= -1)
2440 entry
->d
.h
->no_fn_stub
= TRUE
;
2445 /* Follow indirect and warning hash entries so that each got entry
2446 points to the final symbol definition. P must point to a pointer
2447 to the hash table we're traversing. Since this traversal may
2448 modify the hash table, we set this pointer to NULL to indicate
2449 we've made a potentially-destructive change to the hash table, so
2450 the traversal must be restarted. */
2452 mips_elf_resolve_final_got_entry (void **entryp
, void *p
)
2454 struct mips_got_entry
*entry
= (struct mips_got_entry
*)*entryp
;
2455 htab_t got_entries
= *(htab_t
*)p
;
2457 if (entry
->abfd
!= NULL
&& entry
->symndx
== -1)
2459 struct mips_elf_link_hash_entry
*h
= entry
->d
.h
;
2461 while (h
->root
.root
.type
== bfd_link_hash_indirect
2462 || h
->root
.root
.type
== bfd_link_hash_warning
)
2463 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
2465 if (entry
->d
.h
== h
)
2470 /* If we can't find this entry with the new bfd hash, re-insert
2471 it, and get the traversal restarted. */
2472 if (! htab_find (got_entries
, entry
))
2474 htab_clear_slot (got_entries
, entryp
);
2475 entryp
= htab_find_slot (got_entries
, entry
, INSERT
);
2478 /* Abort the traversal, since the whole table may have
2479 moved, and leave it up to the parent to restart the
2481 *(htab_t
*)p
= NULL
;
2484 /* We might want to decrement the global_gotno count, but it's
2485 either too early or too late for that at this point. */
2491 /* Turn indirect got entries in a got_entries table into their final
2494 mips_elf_resolve_final_got_entries (struct mips_got_info
*g
)
2500 got_entries
= g
->got_entries
;
2502 htab_traverse (got_entries
,
2503 mips_elf_resolve_final_got_entry
,
2506 while (got_entries
== NULL
);
2509 /* Return the offset of an input bfd IBFD's GOT from the beginning of
2512 mips_elf_adjust_gp (bfd
*abfd
, struct mips_got_info
*g
, bfd
*ibfd
)
2514 if (g
->bfd2got
== NULL
)
2517 g
= mips_elf_got_for_ibfd (g
, ibfd
);
2521 BFD_ASSERT (g
->next
);
2525 return (g
->local_gotno
+ g
->global_gotno
) * MIPS_ELF_GOT_SIZE (abfd
);
2528 /* Turn a single GOT that is too big for 16-bit addressing into
2529 a sequence of GOTs, each one 16-bit addressable. */
2532 mips_elf_multi_got (bfd
*abfd
, struct bfd_link_info
*info
,
2533 struct mips_got_info
*g
, asection
*got
,
2534 bfd_size_type pages
)
2536 struct mips_elf_got_per_bfd_arg got_per_bfd_arg
;
2537 struct mips_elf_set_global_got_offset_arg set_got_offset_arg
;
2538 struct mips_got_info
*gg
;
2539 unsigned int assign
;
2541 g
->bfd2got
= htab_try_create (1, mips_elf_bfd2got_entry_hash
,
2542 mips_elf_bfd2got_entry_eq
, NULL
);
2543 if (g
->bfd2got
== NULL
)
2546 got_per_bfd_arg
.bfd2got
= g
->bfd2got
;
2547 got_per_bfd_arg
.obfd
= abfd
;
2548 got_per_bfd_arg
.info
= info
;
2550 /* Count how many GOT entries each input bfd requires, creating a
2551 map from bfd to got info while at that. */
2552 mips_elf_resolve_final_got_entries (g
);
2553 htab_traverse (g
->got_entries
, mips_elf_make_got_per_bfd
, &got_per_bfd_arg
);
2554 if (got_per_bfd_arg
.obfd
== NULL
)
2557 got_per_bfd_arg
.current
= NULL
;
2558 got_per_bfd_arg
.primary
= NULL
;
2559 /* Taking out PAGES entries is a worst-case estimate. We could
2560 compute the maximum number of pages that each separate input bfd
2561 uses, but it's probably not worth it. */
2562 got_per_bfd_arg
.max_count
= ((MIPS_ELF_GOT_MAX_SIZE (abfd
)
2563 / MIPS_ELF_GOT_SIZE (abfd
))
2564 - MIPS_RESERVED_GOTNO
- pages
);
2566 /* Try to merge the GOTs of input bfds together, as long as they
2567 don't seem to exceed the maximum GOT size, choosing one of them
2568 to be the primary GOT. */
2569 htab_traverse (g
->bfd2got
, mips_elf_merge_gots
, &got_per_bfd_arg
);
2570 if (got_per_bfd_arg
.obfd
== NULL
)
2573 /* If we find any suitable primary GOT, create an empty one. */
2574 if (got_per_bfd_arg
.primary
== NULL
)
2576 g
->next
= (struct mips_got_info
*)
2577 bfd_alloc (abfd
, sizeof (struct mips_got_info
));
2578 if (g
->next
== NULL
)
2581 g
->next
->global_gotsym
= NULL
;
2582 g
->next
->global_gotno
= 0;
2583 g
->next
->local_gotno
= 0;
2584 g
->next
->assigned_gotno
= 0;
2585 g
->next
->got_entries
= htab_try_create (1, mips_elf_multi_got_entry_hash
,
2586 mips_elf_multi_got_entry_eq
,
2588 if (g
->next
->got_entries
== NULL
)
2590 g
->next
->bfd2got
= NULL
;
2593 g
->next
= got_per_bfd_arg
.primary
;
2594 g
->next
->next
= got_per_bfd_arg
.current
;
2596 /* GG is now the master GOT, and G is the primary GOT. */
2600 /* Map the output bfd to the primary got. That's what we're going
2601 to use for bfds that use GOT16 or GOT_PAGE relocations that we
2602 didn't mark in check_relocs, and we want a quick way to find it.
2603 We can't just use gg->next because we're going to reverse the
2606 struct mips_elf_bfd2got_hash
*bfdgot
;
2609 bfdgot
= (struct mips_elf_bfd2got_hash
*)bfd_alloc
2610 (abfd
, sizeof (struct mips_elf_bfd2got_hash
));
2617 bfdgotp
= htab_find_slot (gg
->bfd2got
, bfdgot
, INSERT
);
2619 BFD_ASSERT (*bfdgotp
== NULL
);
2623 /* The IRIX dynamic linker requires every symbol that is referenced
2624 in a dynamic relocation to be present in the primary GOT, so
2625 arrange for them to appear after those that are actually
2628 GNU/Linux could very well do without it, but it would slow down
2629 the dynamic linker, since it would have to resolve every dynamic
2630 symbol referenced in other GOTs more than once, without help from
2631 the cache. Also, knowing that every external symbol has a GOT
2632 helps speed up the resolution of local symbols too, so GNU/Linux
2633 follows IRIX's practice.
2635 The number 2 is used by mips_elf_sort_hash_table_f to count
2636 global GOT symbols that are unreferenced in the primary GOT, with
2637 an initial dynamic index computed from gg->assigned_gotno, where
2638 the number of unreferenced global entries in the primary GOT is
2642 gg
->assigned_gotno
= gg
->global_gotno
- g
->global_gotno
;
2643 g
->global_gotno
= gg
->global_gotno
;
2644 set_got_offset_arg
.value
= 2;
2648 /* This could be used for dynamic linkers that don't optimize
2649 symbol resolution while applying relocations so as to use
2650 primary GOT entries or assuming the symbol is locally-defined.
2651 With this code, we assign lower dynamic indices to global
2652 symbols that are not referenced in the primary GOT, so that
2653 their entries can be omitted. */
2654 gg
->assigned_gotno
= 0;
2655 set_got_offset_arg
.value
= -1;
2658 /* Reorder dynamic symbols as described above (which behavior
2659 depends on the setting of VALUE). */
2660 set_got_offset_arg
.g
= NULL
;
2661 htab_traverse (gg
->got_entries
, mips_elf_set_global_got_offset
,
2662 &set_got_offset_arg
);
2663 set_got_offset_arg
.value
= 1;
2664 htab_traverse (g
->got_entries
, mips_elf_set_global_got_offset
,
2665 &set_got_offset_arg
);
2666 if (! mips_elf_sort_hash_table (info
, 1))
2669 /* Now go through the GOTs assigning them offset ranges.
2670 [assigned_gotno, local_gotno[ will be set to the range of local
2671 entries in each GOT. We can then compute the end of a GOT by
2672 adding local_gotno to global_gotno. We reverse the list and make
2673 it circular since then we'll be able to quickly compute the
2674 beginning of a GOT, by computing the end of its predecessor. To
2675 avoid special cases for the primary GOT, while still preserving
2676 assertions that are valid for both single- and multi-got links,
2677 we arrange for the main got struct to have the right number of
2678 global entries, but set its local_gotno such that the initial
2679 offset of the primary GOT is zero. Remember that the primary GOT
2680 will become the last item in the circular linked list, so it
2681 points back to the master GOT. */
2682 gg
->local_gotno
= -g
->global_gotno
;
2683 gg
->global_gotno
= g
->global_gotno
;
2689 struct mips_got_info
*gn
;
2691 assign
+= MIPS_RESERVED_GOTNO
;
2692 g
->assigned_gotno
= assign
;
2693 g
->local_gotno
+= assign
+ pages
;
2694 assign
= g
->local_gotno
+ g
->global_gotno
;
2696 /* Take g out of the direct list, and push it onto the reversed
2697 list that gg points to. */
2703 /* Mark global symbols in every non-primary GOT as ineligible for
2706 htab_traverse (g
->got_entries
, mips_elf_set_no_stub
, NULL
);
2710 got
->_raw_size
= (gg
->next
->local_gotno
2711 + gg
->next
->global_gotno
) * MIPS_ELF_GOT_SIZE (abfd
);
2717 /* Returns the first relocation of type r_type found, beginning with
2718 RELOCATION. RELEND is one-past-the-end of the relocation table. */
2720 static const Elf_Internal_Rela
*
2721 mips_elf_next_relocation (bfd
*abfd ATTRIBUTE_UNUSED
, unsigned int r_type
,
2722 const Elf_Internal_Rela
*relocation
,
2723 const Elf_Internal_Rela
*relend
)
2725 while (relocation
< relend
)
2727 if (ELF_R_TYPE (abfd
, relocation
->r_info
) == r_type
)
2733 /* We didn't find it. */
2734 bfd_set_error (bfd_error_bad_value
);
2738 /* Return whether a relocation is against a local symbol. */
2741 mips_elf_local_relocation_p (bfd
*input_bfd
,
2742 const Elf_Internal_Rela
*relocation
,
2743 asection
**local_sections
,
2744 bfd_boolean check_forced
)
2746 unsigned long r_symndx
;
2747 Elf_Internal_Shdr
*symtab_hdr
;
2748 struct mips_elf_link_hash_entry
*h
;
2751 r_symndx
= ELF_R_SYM (input_bfd
, relocation
->r_info
);
2752 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
2753 extsymoff
= (elf_bad_symtab (input_bfd
)) ? 0 : symtab_hdr
->sh_info
;
2755 if (r_symndx
< extsymoff
)
2757 if (elf_bad_symtab (input_bfd
) && local_sections
[r_symndx
] != NULL
)
2762 /* Look up the hash table to check whether the symbol
2763 was forced local. */
2764 h
= (struct mips_elf_link_hash_entry
*)
2765 elf_sym_hashes (input_bfd
) [r_symndx
- extsymoff
];
2766 /* Find the real hash-table entry for this symbol. */
2767 while (h
->root
.root
.type
== bfd_link_hash_indirect
2768 || h
->root
.root
.type
== bfd_link_hash_warning
)
2769 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
2770 if ((h
->root
.elf_link_hash_flags
& ELF_LINK_FORCED_LOCAL
) != 0)
2777 /* Sign-extend VALUE, which has the indicated number of BITS. */
2780 _bfd_mips_elf_sign_extend (bfd_vma value
, int bits
)
2782 if (value
& ((bfd_vma
) 1 << (bits
- 1)))
2783 /* VALUE is negative. */
2784 value
|= ((bfd_vma
) - 1) << bits
;
2789 /* Return non-zero if the indicated VALUE has overflowed the maximum
2790 range expressible by a signed number with the indicated number of
2794 mips_elf_overflow_p (bfd_vma value
, int bits
)
2796 bfd_signed_vma svalue
= (bfd_signed_vma
) value
;
2798 if (svalue
> (1 << (bits
- 1)) - 1)
2799 /* The value is too big. */
2801 else if (svalue
< -(1 << (bits
- 1)))
2802 /* The value is too small. */
2809 /* Calculate the %high function. */
2812 mips_elf_high (bfd_vma value
)
2814 return ((value
+ (bfd_vma
) 0x8000) >> 16) & 0xffff;
2817 /* Calculate the %higher function. */
2820 mips_elf_higher (bfd_vma value ATTRIBUTE_UNUSED
)
2823 return ((value
+ (bfd_vma
) 0x80008000) >> 32) & 0xffff;
2830 /* Calculate the %highest function. */
2833 mips_elf_highest (bfd_vma value ATTRIBUTE_UNUSED
)
2836 return ((value
+ (((bfd_vma
) 0x8000 << 32) | 0x80008000)) >> 48) & 0xffff;
2843 /* Create the .compact_rel section. */
2846 mips_elf_create_compact_rel_section
2847 (bfd
*abfd
, struct bfd_link_info
*info ATTRIBUTE_UNUSED
)
2850 register asection
*s
;
2852 if (bfd_get_section_by_name (abfd
, ".compact_rel") == NULL
)
2854 flags
= (SEC_HAS_CONTENTS
| SEC_IN_MEMORY
| SEC_LINKER_CREATED
2857 s
= bfd_make_section (abfd
, ".compact_rel");
2859 || ! bfd_set_section_flags (abfd
, s
, flags
)
2860 || ! bfd_set_section_alignment (abfd
, s
,
2861 MIPS_ELF_LOG_FILE_ALIGN (abfd
)))
2864 s
->_raw_size
= sizeof (Elf32_External_compact_rel
);
2870 /* Create the .got section to hold the global offset table. */
2873 mips_elf_create_got_section (bfd
*abfd
, struct bfd_link_info
*info
,
2874 bfd_boolean maybe_exclude
)
2877 register asection
*s
;
2878 struct elf_link_hash_entry
*h
;
2879 struct bfd_link_hash_entry
*bh
;
2880 struct mips_got_info
*g
;
2883 /* This function may be called more than once. */
2884 s
= mips_elf_got_section (abfd
, TRUE
);
2887 if (! maybe_exclude
)
2888 s
->flags
&= ~SEC_EXCLUDE
;
2892 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
2893 | SEC_LINKER_CREATED
);
2896 flags
|= SEC_EXCLUDE
;
2898 /* We have to use an alignment of 2**4 here because this is hardcoded
2899 in the function stub generation and in the linker script. */
2900 s
= bfd_make_section (abfd
, ".got");
2902 || ! bfd_set_section_flags (abfd
, s
, flags
)
2903 || ! bfd_set_section_alignment (abfd
, s
, 4))
2906 /* Define the symbol _GLOBAL_OFFSET_TABLE_. We don't do this in the
2907 linker script because we don't want to define the symbol if we
2908 are not creating a global offset table. */
2910 if (! (_bfd_generic_link_add_one_symbol
2911 (info
, abfd
, "_GLOBAL_OFFSET_TABLE_", BSF_GLOBAL
, s
,
2912 0, NULL
, FALSE
, get_elf_backend_data (abfd
)->collect
, &bh
)))
2915 h
= (struct elf_link_hash_entry
*) bh
;
2916 h
->elf_link_hash_flags
&= ~ELF_LINK_NON_ELF
;
2917 h
->elf_link_hash_flags
|= ELF_LINK_HASH_DEF_REGULAR
;
2918 h
->type
= STT_OBJECT
;
2921 && ! bfd_elf_link_record_dynamic_symbol (info
, h
))
2924 amt
= sizeof (struct mips_got_info
);
2925 g
= bfd_alloc (abfd
, amt
);
2928 g
->global_gotsym
= NULL
;
2929 g
->global_gotno
= 0;
2930 g
->local_gotno
= MIPS_RESERVED_GOTNO
;
2931 g
->assigned_gotno
= MIPS_RESERVED_GOTNO
;
2934 g
->got_entries
= htab_try_create (1, mips_elf_got_entry_hash
,
2935 mips_elf_got_entry_eq
, NULL
);
2936 if (g
->got_entries
== NULL
)
2938 mips_elf_section_data (s
)->u
.got_info
= g
;
2939 mips_elf_section_data (s
)->elf
.this_hdr
.sh_flags
2940 |= SHF_ALLOC
| SHF_WRITE
| SHF_MIPS_GPREL
;
2945 /* Calculate the value produced by the RELOCATION (which comes from
2946 the INPUT_BFD). The ADDEND is the addend to use for this
2947 RELOCATION; RELOCATION->R_ADDEND is ignored.
2949 The result of the relocation calculation is stored in VALUEP.
2950 REQUIRE_JALXP indicates whether or not the opcode used with this
2951 relocation must be JALX.
2953 This function returns bfd_reloc_continue if the caller need take no
2954 further action regarding this relocation, bfd_reloc_notsupported if
2955 something goes dramatically wrong, bfd_reloc_overflow if an
2956 overflow occurs, and bfd_reloc_ok to indicate success. */
2958 static bfd_reloc_status_type
2959 mips_elf_calculate_relocation (bfd
*abfd
, bfd
*input_bfd
,
2960 asection
*input_section
,
2961 struct bfd_link_info
*info
,
2962 const Elf_Internal_Rela
*relocation
,
2963 bfd_vma addend
, reloc_howto_type
*howto
,
2964 Elf_Internal_Sym
*local_syms
,
2965 asection
**local_sections
, bfd_vma
*valuep
,
2966 const char **namep
, bfd_boolean
*require_jalxp
,
2967 bfd_boolean save_addend
)
2969 /* The eventual value we will return. */
2971 /* The address of the symbol against which the relocation is
2974 /* The final GP value to be used for the relocatable, executable, or
2975 shared object file being produced. */
2976 bfd_vma gp
= MINUS_ONE
;
2977 /* The place (section offset or address) of the storage unit being
2980 /* The value of GP used to create the relocatable object. */
2981 bfd_vma gp0
= MINUS_ONE
;
2982 /* The offset into the global offset table at which the address of
2983 the relocation entry symbol, adjusted by the addend, resides
2984 during execution. */
2985 bfd_vma g
= MINUS_ONE
;
2986 /* The section in which the symbol referenced by the relocation is
2988 asection
*sec
= NULL
;
2989 struct mips_elf_link_hash_entry
*h
= NULL
;
2990 /* TRUE if the symbol referred to by this relocation is a local
2992 bfd_boolean local_p
, was_local_p
;
2993 /* TRUE if the symbol referred to by this relocation is "_gp_disp". */
2994 bfd_boolean gp_disp_p
= FALSE
;
2995 Elf_Internal_Shdr
*symtab_hdr
;
2997 unsigned long r_symndx
;
2999 /* TRUE if overflow occurred during the calculation of the
3000 relocation value. */
3001 bfd_boolean overflowed_p
;
3002 /* TRUE if this relocation refers to a MIPS16 function. */
3003 bfd_boolean target_is_16_bit_code_p
= FALSE
;
3005 /* Parse the relocation. */
3006 r_symndx
= ELF_R_SYM (input_bfd
, relocation
->r_info
);
3007 r_type
= ELF_R_TYPE (input_bfd
, relocation
->r_info
);
3008 p
= (input_section
->output_section
->vma
3009 + input_section
->output_offset
3010 + relocation
->r_offset
);
3012 /* Assume that there will be no overflow. */
3013 overflowed_p
= FALSE
;
3015 /* Figure out whether or not the symbol is local, and get the offset
3016 used in the array of hash table entries. */
3017 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
3018 local_p
= mips_elf_local_relocation_p (input_bfd
, relocation
,
3019 local_sections
, FALSE
);
3020 was_local_p
= local_p
;
3021 if (! elf_bad_symtab (input_bfd
))
3022 extsymoff
= symtab_hdr
->sh_info
;
3025 /* The symbol table does not follow the rule that local symbols
3026 must come before globals. */
3030 /* Figure out the value of the symbol. */
3033 Elf_Internal_Sym
*sym
;
3035 sym
= local_syms
+ r_symndx
;
3036 sec
= local_sections
[r_symndx
];
3038 symbol
= sec
->output_section
->vma
+ sec
->output_offset
;
3039 if (ELF_ST_TYPE (sym
->st_info
) != STT_SECTION
3040 || (sec
->flags
& SEC_MERGE
))
3041 symbol
+= sym
->st_value
;
3042 if ((sec
->flags
& SEC_MERGE
)
3043 && ELF_ST_TYPE (sym
->st_info
) == STT_SECTION
)
3045 addend
= _bfd_elf_rel_local_sym (abfd
, sym
, &sec
, addend
);
3047 addend
+= sec
->output_section
->vma
+ sec
->output_offset
;
3050 /* MIPS16 text labels should be treated as odd. */
3051 if (sym
->st_other
== STO_MIPS16
)
3054 /* Record the name of this symbol, for our caller. */
3055 *namep
= bfd_elf_string_from_elf_section (input_bfd
,
3056 symtab_hdr
->sh_link
,
3059 *namep
= bfd_section_name (input_bfd
, sec
);
3061 target_is_16_bit_code_p
= (sym
->st_other
== STO_MIPS16
);
3065 /* ??? Could we use RELOC_FOR_GLOBAL_SYMBOL here ? */
3067 /* For global symbols we look up the symbol in the hash-table. */
3068 h
= ((struct mips_elf_link_hash_entry
*)
3069 elf_sym_hashes (input_bfd
) [r_symndx
- extsymoff
]);
3070 /* Find the real hash-table entry for this symbol. */
3071 while (h
->root
.root
.type
== bfd_link_hash_indirect
3072 || h
->root
.root
.type
== bfd_link_hash_warning
)
3073 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
3075 /* Record the name of this symbol, for our caller. */
3076 *namep
= h
->root
.root
.root
.string
;
3078 /* See if this is the special _gp_disp symbol. Note that such a
3079 symbol must always be a global symbol. */
3080 if (strcmp (*namep
, "_gp_disp") == 0
3081 && ! NEWABI_P (input_bfd
))
3083 /* Relocations against _gp_disp are permitted only with
3084 R_MIPS_HI16 and R_MIPS_LO16 relocations. */
3085 if (r_type
!= R_MIPS_HI16
&& r_type
!= R_MIPS_LO16
)
3086 return bfd_reloc_notsupported
;
3090 /* If this symbol is defined, calculate its address. Note that
3091 _gp_disp is a magic symbol, always implicitly defined by the
3092 linker, so it's inappropriate to check to see whether or not
3094 else if ((h
->root
.root
.type
== bfd_link_hash_defined
3095 || h
->root
.root
.type
== bfd_link_hash_defweak
)
3096 && h
->root
.root
.u
.def
.section
)
3098 sec
= h
->root
.root
.u
.def
.section
;
3099 if (sec
->output_section
)
3100 symbol
= (h
->root
.root
.u
.def
.value
3101 + sec
->output_section
->vma
3102 + sec
->output_offset
);
3104 symbol
= h
->root
.root
.u
.def
.value
;
3106 else if (h
->root
.root
.type
== bfd_link_hash_undefweak
)
3107 /* We allow relocations against undefined weak symbols, giving
3108 it the value zero, so that you can undefined weak functions
3109 and check to see if they exist by looking at their
3112 else if (info
->unresolved_syms_in_objects
== RM_IGNORE
3113 && ELF_ST_VISIBILITY (h
->root
.other
) == STV_DEFAULT
)
3115 else if (strcmp (*namep
, "_DYNAMIC_LINK") == 0 ||
3116 strcmp (*namep
, "_DYNAMIC_LINKING") == 0)
3118 /* If this is a dynamic link, we should have created a
3119 _DYNAMIC_LINK symbol or _DYNAMIC_LINKING(for normal mips) symbol
3120 in in _bfd_mips_elf_create_dynamic_sections.
3121 Otherwise, we should define the symbol with a value of 0.
3122 FIXME: It should probably get into the symbol table
3124 BFD_ASSERT (! info
->shared
);
3125 BFD_ASSERT (bfd_get_section_by_name (abfd
, ".dynamic") == NULL
);
3130 if (! ((*info
->callbacks
->undefined_symbol
)
3131 (info
, h
->root
.root
.root
.string
, input_bfd
,
3132 input_section
, relocation
->r_offset
,
3133 (info
->unresolved_syms_in_objects
== RM_GENERATE_ERROR
)
3134 || ELF_ST_VISIBILITY (h
->root
.other
))))
3135 return bfd_reloc_undefined
;
3139 target_is_16_bit_code_p
= (h
->root
.other
== STO_MIPS16
);
3142 /* If this is a 32- or 64-bit call to a 16-bit function with a stub, we
3143 need to redirect the call to the stub, unless we're already *in*
3145 if (r_type
!= R_MIPS16_26
&& !info
->relocatable
3146 && ((h
!= NULL
&& h
->fn_stub
!= NULL
)
3147 || (local_p
&& elf_tdata (input_bfd
)->local_stubs
!= NULL
3148 && elf_tdata (input_bfd
)->local_stubs
[r_symndx
] != NULL
))
3149 && !mips_elf_stub_section_p (input_bfd
, input_section
))
3151 /* This is a 32- or 64-bit call to a 16-bit function. We should
3152 have already noticed that we were going to need the
3155 sec
= elf_tdata (input_bfd
)->local_stubs
[r_symndx
];
3158 BFD_ASSERT (h
->need_fn_stub
);
3162 symbol
= sec
->output_section
->vma
+ sec
->output_offset
;
3164 /* If this is a 16-bit call to a 32- or 64-bit function with a stub, we
3165 need to redirect the call to the stub. */
3166 else if (r_type
== R_MIPS16_26
&& !info
->relocatable
3168 && (h
->call_stub
!= NULL
|| h
->call_fp_stub
!= NULL
)
3169 && !target_is_16_bit_code_p
)
3171 /* If both call_stub and call_fp_stub are defined, we can figure
3172 out which one to use by seeing which one appears in the input
3174 if (h
->call_stub
!= NULL
&& h
->call_fp_stub
!= NULL
)
3179 for (o
= input_bfd
->sections
; o
!= NULL
; o
= o
->next
)
3181 if (strncmp (bfd_get_section_name (input_bfd
, o
),
3182 CALL_FP_STUB
, sizeof CALL_FP_STUB
- 1) == 0)
3184 sec
= h
->call_fp_stub
;
3191 else if (h
->call_stub
!= NULL
)
3194 sec
= h
->call_fp_stub
;
3196 BFD_ASSERT (sec
->_raw_size
> 0);
3197 symbol
= sec
->output_section
->vma
+ sec
->output_offset
;
3200 /* Calls from 16-bit code to 32-bit code and vice versa require the
3201 special jalx instruction. */
3202 *require_jalxp
= (!info
->relocatable
3203 && (((r_type
== R_MIPS16_26
) && !target_is_16_bit_code_p
)
3204 || ((r_type
== R_MIPS_26
) && target_is_16_bit_code_p
)));
3206 local_p
= mips_elf_local_relocation_p (input_bfd
, relocation
,
3207 local_sections
, TRUE
);
3209 /* If we haven't already determined the GOT offset, or the GP value,
3210 and we're going to need it, get it now. */
3213 case R_MIPS_GOT_PAGE
:
3214 case R_MIPS_GOT_OFST
:
3215 /* We need to decay to GOT_DISP/addend if the symbol doesn't
3217 local_p
= local_p
|| _bfd_elf_symbol_refs_local_p (&h
->root
, info
, 1);
3218 if (local_p
|| r_type
== R_MIPS_GOT_OFST
)
3224 case R_MIPS_GOT_DISP
:
3225 case R_MIPS_GOT_HI16
:
3226 case R_MIPS_CALL_HI16
:
3227 case R_MIPS_GOT_LO16
:
3228 case R_MIPS_CALL_LO16
:
3229 /* Find the index into the GOT where this value is located. */
3232 /* GOT_PAGE may take a non-zero addend, that is ignored in a
3233 GOT_PAGE relocation that decays to GOT_DISP because the
3234 symbol turns out to be global. The addend is then added
3236 BFD_ASSERT (addend
== 0 || r_type
== R_MIPS_GOT_PAGE
);
3237 g
= mips_elf_global_got_index (elf_hash_table (info
)->dynobj
,
3239 (struct elf_link_hash_entry
*) h
);
3240 if (! elf_hash_table(info
)->dynamic_sections_created
3242 && (info
->symbolic
|| h
->root
.dynindx
== -1)
3243 && (h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
)))
3245 /* This is a static link or a -Bsymbolic link. The
3246 symbol is defined locally, or was forced to be local.
3247 We must initialize this entry in the GOT. */
3248 bfd
*tmpbfd
= elf_hash_table (info
)->dynobj
;
3249 asection
*sgot
= mips_elf_got_section (tmpbfd
, FALSE
);
3250 MIPS_ELF_PUT_WORD (tmpbfd
, symbol
, sgot
->contents
+ g
);
3253 else if (r_type
== R_MIPS_GOT16
|| r_type
== R_MIPS_CALL16
)
3254 /* There's no need to create a local GOT entry here; the
3255 calculation for a local GOT16 entry does not involve G. */
3259 g
= mips_elf_local_got_index (abfd
, input_bfd
,
3260 info
, symbol
+ addend
);
3262 return bfd_reloc_outofrange
;
3265 /* Convert GOT indices to actual offsets. */
3266 g
= mips_elf_got_offset_from_index (elf_hash_table (info
)->dynobj
,
3267 abfd
, input_bfd
, g
);
3272 case R_MIPS16_GPREL
:
3273 case R_MIPS_GPREL16
:
3274 case R_MIPS_GPREL32
:
3275 case R_MIPS_LITERAL
:
3276 gp0
= _bfd_get_gp_value (input_bfd
);
3277 gp
= _bfd_get_gp_value (abfd
);
3278 if (elf_hash_table (info
)->dynobj
)
3279 gp
+= mips_elf_adjust_gp (abfd
,
3281 (elf_hash_table (info
)->dynobj
, NULL
),
3289 /* Figure out what kind of relocation is being performed. */
3293 return bfd_reloc_continue
;
3296 value
= symbol
+ _bfd_mips_elf_sign_extend (addend
, 16);
3297 overflowed_p
= mips_elf_overflow_p (value
, 16);
3304 || (elf_hash_table (info
)->dynamic_sections_created
3306 && ((h
->root
.elf_link_hash_flags
3307 & ELF_LINK_HASH_DEF_DYNAMIC
) != 0)
3308 && ((h
->root
.elf_link_hash_flags
3309 & ELF_LINK_HASH_DEF_REGULAR
) == 0)))
3311 && (input_section
->flags
& SEC_ALLOC
) != 0)
3313 /* If we're creating a shared library, or this relocation is
3314 against a symbol in a shared library, then we can't know
3315 where the symbol will end up. So, we create a relocation
3316 record in the output, and leave the job up to the dynamic
3319 if (!mips_elf_create_dynamic_relocation (abfd
,
3327 return bfd_reloc_undefined
;
3331 if (r_type
!= R_MIPS_REL32
)
3332 value
= symbol
+ addend
;
3336 value
&= howto
->dst_mask
;
3339 case R_MIPS_GNU_REL16_S2
:
3340 value
= symbol
+ _bfd_mips_elf_sign_extend (addend
, 18) - p
;
3341 overflowed_p
= mips_elf_overflow_p (value
, 18);
3342 value
= (value
>> 2) & howto
->dst_mask
;
3346 /* The calculation for R_MIPS16_26 is just the same as for an
3347 R_MIPS_26. It's only the storage of the relocated field into
3348 the output file that's different. That's handled in
3349 mips_elf_perform_relocation. So, we just fall through to the
3350 R_MIPS_26 case here. */
3353 value
= ((addend
| ((p
+ 4) & 0xf0000000)) + symbol
) >> 2;
3355 value
= (_bfd_mips_elf_sign_extend (addend
, 28) + symbol
) >> 2;
3356 value
&= howto
->dst_mask
;
3362 value
= mips_elf_high (addend
+ symbol
);
3363 value
&= howto
->dst_mask
;
3367 value
= mips_elf_high (addend
+ gp
- p
);
3368 overflowed_p
= mips_elf_overflow_p (value
, 16);
3374 value
= (symbol
+ addend
) & howto
->dst_mask
;
3377 value
= addend
+ gp
- p
+ 4;
3378 /* The MIPS ABI requires checking the R_MIPS_LO16 relocation
3379 for overflow. But, on, say, IRIX5, relocations against
3380 _gp_disp are normally generated from the .cpload
3381 pseudo-op. It generates code that normally looks like
3384 lui $gp,%hi(_gp_disp)
3385 addiu $gp,$gp,%lo(_gp_disp)
3388 Here $t9 holds the address of the function being called,
3389 as required by the MIPS ELF ABI. The R_MIPS_LO16
3390 relocation can easily overflow in this situation, but the
3391 R_MIPS_HI16 relocation will handle the overflow.
3392 Therefore, we consider this a bug in the MIPS ABI, and do
3393 not check for overflow here. */
3397 case R_MIPS_LITERAL
:
3398 /* Because we don't merge literal sections, we can handle this
3399 just like R_MIPS_GPREL16. In the long run, we should merge
3400 shared literals, and then we will need to additional work
3405 case R_MIPS16_GPREL
:
3406 /* The R_MIPS16_GPREL performs the same calculation as
3407 R_MIPS_GPREL16, but stores the relocated bits in a different
3408 order. We don't need to do anything special here; the
3409 differences are handled in mips_elf_perform_relocation. */
3410 case R_MIPS_GPREL16
:
3411 /* Only sign-extend the addend if it was extracted from the
3412 instruction. If the addend was separate, leave it alone,
3413 otherwise we may lose significant bits. */
3414 if (howto
->partial_inplace
)
3415 addend
= _bfd_mips_elf_sign_extend (addend
, 16);
3416 value
= symbol
+ addend
- gp
;
3417 /* If the symbol was local, any earlier relocatable links will
3418 have adjusted its addend with the gp offset, so compensate
3419 for that now. Don't do it for symbols forced local in this
3420 link, though, since they won't have had the gp offset applied
3424 overflowed_p
= mips_elf_overflow_p (value
, 16);
3433 /* The special case is when the symbol is forced to be local. We
3434 need the full address in the GOT since no R_MIPS_LO16 relocation
3436 forced
= ! mips_elf_local_relocation_p (input_bfd
, relocation
,
3437 local_sections
, FALSE
);
3438 value
= mips_elf_got16_entry (abfd
, input_bfd
, info
,
3439 symbol
+ addend
, forced
);
3440 if (value
== MINUS_ONE
)
3441 return bfd_reloc_outofrange
;
3443 = mips_elf_got_offset_from_index (elf_hash_table (info
)->dynobj
,
3444 abfd
, input_bfd
, value
);
3445 overflowed_p
= mips_elf_overflow_p (value
, 16);
3451 case R_MIPS_GOT_DISP
:
3454 overflowed_p
= mips_elf_overflow_p (value
, 16);
3457 case R_MIPS_GPREL32
:
3458 value
= (addend
+ symbol
+ gp0
- gp
);
3460 value
&= howto
->dst_mask
;
3464 value
= _bfd_mips_elf_sign_extend (addend
, 16) + symbol
- p
;
3465 overflowed_p
= mips_elf_overflow_p (value
, 16);
3468 case R_MIPS_GOT_HI16
:
3469 case R_MIPS_CALL_HI16
:
3470 /* We're allowed to handle these two relocations identically.
3471 The dynamic linker is allowed to handle the CALL relocations
3472 differently by creating a lazy evaluation stub. */
3474 value
= mips_elf_high (value
);
3475 value
&= howto
->dst_mask
;
3478 case R_MIPS_GOT_LO16
:
3479 case R_MIPS_CALL_LO16
:
3480 value
= g
& howto
->dst_mask
;
3483 case R_MIPS_GOT_PAGE
:
3484 /* GOT_PAGE relocations that reference non-local symbols decay
3485 to GOT_DISP. The corresponding GOT_OFST relocation decays to
3489 value
= mips_elf_got_page (abfd
, input_bfd
, info
, symbol
+ addend
, NULL
);
3490 if (value
== MINUS_ONE
)
3491 return bfd_reloc_outofrange
;
3492 value
= mips_elf_got_offset_from_index (elf_hash_table (info
)->dynobj
,
3493 abfd
, input_bfd
, value
);
3494 overflowed_p
= mips_elf_overflow_p (value
, 16);
3497 case R_MIPS_GOT_OFST
:
3499 mips_elf_got_page (abfd
, input_bfd
, info
, symbol
+ addend
, &value
);
3502 overflowed_p
= mips_elf_overflow_p (value
, 16);
3506 value
= symbol
- addend
;
3507 value
&= howto
->dst_mask
;
3511 value
= mips_elf_higher (addend
+ symbol
);
3512 value
&= howto
->dst_mask
;
3515 case R_MIPS_HIGHEST
:
3516 value
= mips_elf_highest (addend
+ symbol
);
3517 value
&= howto
->dst_mask
;
3520 case R_MIPS_SCN_DISP
:
3521 value
= symbol
+ addend
- sec
->output_offset
;
3522 value
&= howto
->dst_mask
;
3527 /* Both of these may be ignored. R_MIPS_JALR is an optimization
3528 hint; we could improve performance by honoring that hint. */
3529 return bfd_reloc_continue
;
3531 case R_MIPS_GNU_VTINHERIT
:
3532 case R_MIPS_GNU_VTENTRY
:
3533 /* We don't do anything with these at present. */
3534 return bfd_reloc_continue
;
3537 /* An unrecognized relocation type. */
3538 return bfd_reloc_notsupported
;
3541 /* Store the VALUE for our caller. */
3543 return overflowed_p
? bfd_reloc_overflow
: bfd_reloc_ok
;
3546 /* Obtain the field relocated by RELOCATION. */
3549 mips_elf_obtain_contents (reloc_howto_type
*howto
,
3550 const Elf_Internal_Rela
*relocation
,
3551 bfd
*input_bfd
, bfd_byte
*contents
)
3554 bfd_byte
*location
= contents
+ relocation
->r_offset
;
3556 /* Obtain the bytes. */
3557 x
= bfd_get ((8 * bfd_get_reloc_size (howto
)), input_bfd
, location
);
3559 if ((ELF_R_TYPE (input_bfd
, relocation
->r_info
) == R_MIPS16_26
3560 || ELF_R_TYPE (input_bfd
, relocation
->r_info
) == R_MIPS16_GPREL
)
3561 && bfd_little_endian (input_bfd
))
3562 /* The two 16-bit words will be reversed on a little-endian system.
3563 See mips_elf_perform_relocation for more details. */
3564 x
= (((x
& 0xffff) << 16) | ((x
& 0xffff0000) >> 16));
3569 /* It has been determined that the result of the RELOCATION is the
3570 VALUE. Use HOWTO to place VALUE into the output file at the
3571 appropriate position. The SECTION is the section to which the
3572 relocation applies. If REQUIRE_JALX is TRUE, then the opcode used
3573 for the relocation must be either JAL or JALX, and it is
3574 unconditionally converted to JALX.
3576 Returns FALSE if anything goes wrong. */
3579 mips_elf_perform_relocation (struct bfd_link_info
*info
,
3580 reloc_howto_type
*howto
,
3581 const Elf_Internal_Rela
*relocation
,
3582 bfd_vma value
, bfd
*input_bfd
,
3583 asection
*input_section
, bfd_byte
*contents
,
3584 bfd_boolean require_jalx
)
3588 int r_type
= ELF_R_TYPE (input_bfd
, relocation
->r_info
);
3590 /* Figure out where the relocation is occurring. */
3591 location
= contents
+ relocation
->r_offset
;
3593 /* Obtain the current value. */
3594 x
= mips_elf_obtain_contents (howto
, relocation
, input_bfd
, contents
);
3596 /* Clear the field we are setting. */
3597 x
&= ~howto
->dst_mask
;
3599 /* If this is the R_MIPS16_26 relocation, we must store the
3600 value in a funny way. */
3601 if (r_type
== R_MIPS16_26
)
3603 /* R_MIPS16_26 is used for the mips16 jal and jalx instructions.
3604 Most mips16 instructions are 16 bits, but these instructions
3607 The format of these instructions is:
3609 +--------------+--------------------------------+
3610 ! JALX ! X! Imm 20:16 ! Imm 25:21 !
3611 +--------------+--------------------------------+
3613 +-----------------------------------------------+
3615 JALX is the 5-bit value 00011. X is 0 for jal, 1 for jalx.
3616 Note that the immediate value in the first word is swapped.
3618 When producing a relocatable object file, R_MIPS16_26 is
3619 handled mostly like R_MIPS_26. In particular, the addend is
3620 stored as a straight 26-bit value in a 32-bit instruction.
3621 (gas makes life simpler for itself by never adjusting a
3622 R_MIPS16_26 reloc to be against a section, so the addend is
3623 always zero). However, the 32 bit instruction is stored as 2
3624 16-bit values, rather than a single 32-bit value. In a
3625 big-endian file, the result is the same; in a little-endian
3626 file, the two 16-bit halves of the 32 bit value are swapped.
3627 This is so that a disassembler can recognize the jal
3630 When doing a final link, R_MIPS16_26 is treated as a 32 bit
3631 instruction stored as two 16-bit values. The addend A is the
3632 contents of the targ26 field. The calculation is the same as
3633 R_MIPS_26. When storing the calculated value, reorder the
3634 immediate value as shown above, and don't forget to store the
3635 value as two 16-bit values.
3637 To put it in MIPS ABI terms, the relocation field is T-targ26-16,
3641 +--------+----------------------+
3645 +--------+----------------------+
3648 +----------+------+-------------+
3652 +----------+--------------------+
3653 where targ26-16 is sub1 followed by sub2 (i.e., the addend field A is
3654 ((sub1 << 16) | sub2)).
3656 When producing a relocatable object file, the calculation is
3657 (((A < 2) | ((P + 4) & 0xf0000000) + S) >> 2)
3658 When producing a fully linked file, the calculation is
3659 let R = (((A < 2) | ((P + 4) & 0xf0000000) + S) >> 2)
3660 ((R & 0x1f0000) << 5) | ((R & 0x3e00000) >> 5) | (R & 0xffff) */
3662 if (!info
->relocatable
)
3663 /* Shuffle the bits according to the formula above. */
3664 value
= (((value
& 0x1f0000) << 5)
3665 | ((value
& 0x3e00000) >> 5)
3666 | (value
& 0xffff));
3668 else if (r_type
== R_MIPS16_GPREL
)
3670 /* R_MIPS16_GPREL is used for GP-relative addressing in mips16
3671 mode. A typical instruction will have a format like this:
3673 +--------------+--------------------------------+
3674 ! EXTEND ! Imm 10:5 ! Imm 15:11 !
3675 +--------------+--------------------------------+
3676 ! Major ! rx ! ry ! Imm 4:0 !
3677 +--------------+--------------------------------+
3679 EXTEND is the five bit value 11110. Major is the instruction
3682 This is handled exactly like R_MIPS_GPREL16, except that the
3683 addend is retrieved and stored as shown in this diagram; that
3684 is, the Imm fields above replace the V-rel16 field.
3686 All we need to do here is shuffle the bits appropriately. As
3687 above, the two 16-bit halves must be swapped on a
3688 little-endian system. */
3689 value
= (((value
& 0x7e0) << 16)
3690 | ((value
& 0xf800) << 5)
3694 /* Set the field. */
3695 x
|= (value
& howto
->dst_mask
);
3697 /* If required, turn JAL into JALX. */
3701 bfd_vma opcode
= x
>> 26;
3702 bfd_vma jalx_opcode
;
3704 /* Check to see if the opcode is already JAL or JALX. */
3705 if (r_type
== R_MIPS16_26
)
3707 ok
= ((opcode
== 0x6) || (opcode
== 0x7));
3712 ok
= ((opcode
== 0x3) || (opcode
== 0x1d));
3716 /* If the opcode is not JAL or JALX, there's a problem. */
3719 (*_bfd_error_handler
)
3720 (_("%s: %s+0x%lx: jump to stub routine which is not jal"),
3721 bfd_archive_filename (input_bfd
),
3722 input_section
->name
,
3723 (unsigned long) relocation
->r_offset
);
3724 bfd_set_error (bfd_error_bad_value
);
3728 /* Make this the JALX opcode. */
3729 x
= (x
& ~(0x3f << 26)) | (jalx_opcode
<< 26);
3732 /* Swap the high- and low-order 16 bits on little-endian systems
3733 when doing a MIPS16 relocation. */
3734 if ((r_type
== R_MIPS16_GPREL
|| r_type
== R_MIPS16_26
)
3735 && bfd_little_endian (input_bfd
))
3736 x
= (((x
& 0xffff) << 16) | ((x
& 0xffff0000) >> 16));
3738 /* Put the value into the output. */
3739 bfd_put (8 * bfd_get_reloc_size (howto
), input_bfd
, x
, location
);
3743 /* Returns TRUE if SECTION is a MIPS16 stub section. */
3746 mips_elf_stub_section_p (bfd
*abfd ATTRIBUTE_UNUSED
, asection
*section
)
3748 const char *name
= bfd_get_section_name (abfd
, section
);
3750 return (strncmp (name
, FN_STUB
, sizeof FN_STUB
- 1) == 0
3751 || strncmp (name
, CALL_STUB
, sizeof CALL_STUB
- 1) == 0
3752 || strncmp (name
, CALL_FP_STUB
, sizeof CALL_FP_STUB
- 1) == 0);
3755 /* Add room for N relocations to the .rel.dyn section in ABFD. */
3758 mips_elf_allocate_dynamic_relocations (bfd
*abfd
, unsigned int n
)
3762 s
= mips_elf_rel_dyn_section (abfd
, FALSE
);
3763 BFD_ASSERT (s
!= NULL
);
3765 if (s
->_raw_size
== 0)
3767 /* Make room for a null element. */
3768 s
->_raw_size
+= MIPS_ELF_REL_SIZE (abfd
);
3771 s
->_raw_size
+= n
* MIPS_ELF_REL_SIZE (abfd
);
3774 /* Create a rel.dyn relocation for the dynamic linker to resolve. REL
3775 is the original relocation, which is now being transformed into a
3776 dynamic relocation. The ADDENDP is adjusted if necessary; the
3777 caller should store the result in place of the original addend. */
3780 mips_elf_create_dynamic_relocation (bfd
*output_bfd
,
3781 struct bfd_link_info
*info
,
3782 const Elf_Internal_Rela
*rel
,
3783 struct mips_elf_link_hash_entry
*h
,
3784 asection
*sec
, bfd_vma symbol
,
3785 bfd_vma
*addendp
, asection
*input_section
)
3787 Elf_Internal_Rela outrel
[3];
3793 r_type
= ELF_R_TYPE (output_bfd
, rel
->r_info
);
3794 dynobj
= elf_hash_table (info
)->dynobj
;
3795 sreloc
= mips_elf_rel_dyn_section (dynobj
, FALSE
);
3796 BFD_ASSERT (sreloc
!= NULL
);
3797 BFD_ASSERT (sreloc
->contents
!= NULL
);
3798 BFD_ASSERT (sreloc
->reloc_count
* MIPS_ELF_REL_SIZE (output_bfd
)
3799 < sreloc
->_raw_size
);
3802 outrel
[0].r_offset
=
3803 _bfd_elf_section_offset (output_bfd
, info
, input_section
, rel
[0].r_offset
);
3804 outrel
[1].r_offset
=
3805 _bfd_elf_section_offset (output_bfd
, info
, input_section
, rel
[1].r_offset
);
3806 outrel
[2].r_offset
=
3807 _bfd_elf_section_offset (output_bfd
, info
, input_section
, rel
[2].r_offset
);
3810 /* We begin by assuming that the offset for the dynamic relocation
3811 is the same as for the original relocation. We'll adjust this
3812 later to reflect the correct output offsets. */
3813 if (input_section
->sec_info_type
!= ELF_INFO_TYPE_STABS
)
3815 outrel
[1].r_offset
= rel
[1].r_offset
;
3816 outrel
[2].r_offset
= rel
[2].r_offset
;
3820 /* Except that in a stab section things are more complex.
3821 Because we compress stab information, the offset given in the
3822 relocation may not be the one we want; we must let the stabs
3823 machinery tell us the offset. */
3824 outrel
[1].r_offset
= outrel
[0].r_offset
;
3825 outrel
[2].r_offset
= outrel
[0].r_offset
;
3826 /* If we didn't need the relocation at all, this value will be
3828 if (outrel
[0].r_offset
== MINUS_ONE
)
3833 if (outrel
[0].r_offset
== MINUS_ONE
)
3834 /* The relocation field has been deleted. */
3836 else if (outrel
[0].r_offset
== MINUS_TWO
)
3838 /* The relocation field has been converted into a relative value of
3839 some sort. Functions like _bfd_elf_write_section_eh_frame expect
3840 the field to be fully relocated, so add in the symbol's value. */
3845 /* If we've decided to skip this relocation, just output an empty
3846 record. Note that R_MIPS_NONE == 0, so that this call to memset
3847 is a way of setting R_TYPE to R_MIPS_NONE. */
3849 memset (outrel
, 0, sizeof (Elf_Internal_Rela
) * 3);
3853 bfd_boolean defined_p
;
3855 /* We must now calculate the dynamic symbol table index to use
3856 in the relocation. */
3858 && (! info
->symbolic
|| (h
->root
.elf_link_hash_flags
3859 & ELF_LINK_HASH_DEF_REGULAR
) == 0)
3860 /* h->root.dynindx may be -1 if this symbol was marked to
3862 && h
->root
.dynindx
!= -1)
3864 indx
= h
->root
.dynindx
;
3865 if (SGI_COMPAT (output_bfd
))
3866 defined_p
= ((h
->root
.elf_link_hash_flags
3867 & ELF_LINK_HASH_DEF_REGULAR
) != 0);
3869 /* ??? glibc's ld.so just adds the final GOT entry to the
3870 relocation field. It therefore treats relocs against
3871 defined symbols in the same way as relocs against
3872 undefined symbols. */
3877 if (sec
!= NULL
&& bfd_is_abs_section (sec
))
3879 else if (sec
== NULL
|| sec
->owner
== NULL
)
3881 bfd_set_error (bfd_error_bad_value
);
3886 indx
= elf_section_data (sec
->output_section
)->dynindx
;
3891 /* Instead of generating a relocation using the section
3892 symbol, we may as well make it a fully relative
3893 relocation. We want to avoid generating relocations to
3894 local symbols because we used to generate them
3895 incorrectly, without adding the original symbol value,
3896 which is mandated by the ABI for section symbols. In
3897 order to give dynamic loaders and applications time to
3898 phase out the incorrect use, we refrain from emitting
3899 section-relative relocations. It's not like they're
3900 useful, after all. This should be a bit more efficient
3902 /* ??? Although this behavior is compatible with glibc's ld.so,
3903 the ABI says that relocations against STN_UNDEF should have
3904 a symbol value of 0. Irix rld honors this, so relocations
3905 against STN_UNDEF have no effect. */
3906 if (!SGI_COMPAT (output_bfd
))
3911 /* If the relocation was previously an absolute relocation and
3912 this symbol will not be referred to by the relocation, we must
3913 adjust it by the value we give it in the dynamic symbol table.
3914 Otherwise leave the job up to the dynamic linker. */
3915 if (defined_p
&& r_type
!= R_MIPS_REL32
)
3918 /* The relocation is always an REL32 relocation because we don't
3919 know where the shared library will wind up at load-time. */
3920 outrel
[0].r_info
= ELF_R_INFO (output_bfd
, (unsigned long) indx
,
3922 /* For strict adherence to the ABI specification, we should
3923 generate a R_MIPS_64 relocation record by itself before the
3924 _REL32/_64 record as well, such that the addend is read in as
3925 a 64-bit value (REL32 is a 32-bit relocation, after all).
3926 However, since none of the existing ELF64 MIPS dynamic
3927 loaders seems to care, we don't waste space with these
3928 artificial relocations. If this turns out to not be true,
3929 mips_elf_allocate_dynamic_relocation() should be tweaked so
3930 as to make room for a pair of dynamic relocations per
3931 invocation if ABI_64_P, and here we should generate an
3932 additional relocation record with R_MIPS_64 by itself for a
3933 NULL symbol before this relocation record. */
3934 outrel
[1].r_info
= ELF_R_INFO (output_bfd
, 0,
3935 ABI_64_P (output_bfd
)
3938 outrel
[2].r_info
= ELF_R_INFO (output_bfd
, 0, R_MIPS_NONE
);
3940 /* Adjust the output offset of the relocation to reference the
3941 correct location in the output file. */
3942 outrel
[0].r_offset
+= (input_section
->output_section
->vma
3943 + input_section
->output_offset
);
3944 outrel
[1].r_offset
+= (input_section
->output_section
->vma
3945 + input_section
->output_offset
);
3946 outrel
[2].r_offset
+= (input_section
->output_section
->vma
3947 + input_section
->output_offset
);
3950 /* Put the relocation back out. We have to use the special
3951 relocation outputter in the 64-bit case since the 64-bit
3952 relocation format is non-standard. */
3953 if (ABI_64_P (output_bfd
))
3955 (*get_elf_backend_data (output_bfd
)->s
->swap_reloc_out
)
3956 (output_bfd
, &outrel
[0],
3958 + sreloc
->reloc_count
* sizeof (Elf64_Mips_External_Rel
)));
3961 bfd_elf32_swap_reloc_out
3962 (output_bfd
, &outrel
[0],
3963 (sreloc
->contents
+ sreloc
->reloc_count
* sizeof (Elf32_External_Rel
)));
3965 /* We've now added another relocation. */
3966 ++sreloc
->reloc_count
;
3968 /* Make sure the output section is writable. The dynamic linker
3969 will be writing to it. */
3970 elf_section_data (input_section
->output_section
)->this_hdr
.sh_flags
3973 /* On IRIX5, make an entry of compact relocation info. */
3974 if (! skip
&& IRIX_COMPAT (output_bfd
) == ict_irix5
)
3976 asection
*scpt
= bfd_get_section_by_name (dynobj
, ".compact_rel");
3981 Elf32_crinfo cptrel
;
3983 mips_elf_set_cr_format (cptrel
, CRF_MIPS_LONG
);
3984 cptrel
.vaddr
= (rel
->r_offset
3985 + input_section
->output_section
->vma
3986 + input_section
->output_offset
);
3987 if (r_type
== R_MIPS_REL32
)
3988 mips_elf_set_cr_type (cptrel
, CRT_MIPS_REL32
);
3990 mips_elf_set_cr_type (cptrel
, CRT_MIPS_WORD
);
3991 mips_elf_set_cr_dist2to (cptrel
, 0);
3992 cptrel
.konst
= *addendp
;
3994 cr
= (scpt
->contents
3995 + sizeof (Elf32_External_compact_rel
));
3996 bfd_elf32_swap_crinfo_out (output_bfd
, &cptrel
,
3997 ((Elf32_External_crinfo
*) cr
3998 + scpt
->reloc_count
));
3999 ++scpt
->reloc_count
;
4006 /* Return the MACH for a MIPS e_flags value. */
4009 _bfd_elf_mips_mach (flagword flags
)
4011 switch (flags
& EF_MIPS_MACH
)
4013 case E_MIPS_MACH_3900
:
4014 return bfd_mach_mips3900
;
4016 case E_MIPS_MACH_4010
:
4017 return bfd_mach_mips4010
;
4019 case E_MIPS_MACH_4100
:
4020 return bfd_mach_mips4100
;
4022 case E_MIPS_MACH_4111
:
4023 return bfd_mach_mips4111
;
4025 case E_MIPS_MACH_4120
:
4026 return bfd_mach_mips4120
;
4028 case E_MIPS_MACH_4650
:
4029 return bfd_mach_mips4650
;
4031 case E_MIPS_MACH_5400
:
4032 return bfd_mach_mips5400
;
4034 case E_MIPS_MACH_5500
:
4035 return bfd_mach_mips5500
;
4037 case E_MIPS_MACH_SB1
:
4038 return bfd_mach_mips_sb1
;
4041 switch (flags
& EF_MIPS_ARCH
)
4045 return bfd_mach_mips3000
;
4049 return bfd_mach_mips6000
;
4053 return bfd_mach_mips4000
;
4057 return bfd_mach_mips8000
;
4061 return bfd_mach_mips5
;
4064 case E_MIPS_ARCH_32
:
4065 return bfd_mach_mipsisa32
;
4068 case E_MIPS_ARCH_64
:
4069 return bfd_mach_mipsisa64
;
4072 case E_MIPS_ARCH_32R2
:
4073 return bfd_mach_mipsisa32r2
;
4076 case E_MIPS_ARCH_64R2
:
4077 return bfd_mach_mipsisa64r2
;
4085 /* Return printable name for ABI. */
4087 static INLINE
char *
4088 elf_mips_abi_name (bfd
*abfd
)
4092 flags
= elf_elfheader (abfd
)->e_flags
;
4093 switch (flags
& EF_MIPS_ABI
)
4096 if (ABI_N32_P (abfd
))
4098 else if (ABI_64_P (abfd
))
4102 case E_MIPS_ABI_O32
:
4104 case E_MIPS_ABI_O64
:
4106 case E_MIPS_ABI_EABI32
:
4108 case E_MIPS_ABI_EABI64
:
4111 return "unknown abi";
4115 /* MIPS ELF uses two common sections. One is the usual one, and the
4116 other is for small objects. All the small objects are kept
4117 together, and then referenced via the gp pointer, which yields
4118 faster assembler code. This is what we use for the small common
4119 section. This approach is copied from ecoff.c. */
4120 static asection mips_elf_scom_section
;
4121 static asymbol mips_elf_scom_symbol
;
4122 static asymbol
*mips_elf_scom_symbol_ptr
;
4124 /* MIPS ELF also uses an acommon section, which represents an
4125 allocated common symbol which may be overridden by a
4126 definition in a shared library. */
4127 static asection mips_elf_acom_section
;
4128 static asymbol mips_elf_acom_symbol
;
4129 static asymbol
*mips_elf_acom_symbol_ptr
;
4131 /* Handle the special MIPS section numbers that a symbol may use.
4132 This is used for both the 32-bit and the 64-bit ABI. */
4135 _bfd_mips_elf_symbol_processing (bfd
*abfd
, asymbol
*asym
)
4137 elf_symbol_type
*elfsym
;
4139 elfsym
= (elf_symbol_type
*) asym
;
4140 switch (elfsym
->internal_elf_sym
.st_shndx
)
4142 case SHN_MIPS_ACOMMON
:
4143 /* This section is used in a dynamically linked executable file.
4144 It is an allocated common section. The dynamic linker can
4145 either resolve these symbols to something in a shared
4146 library, or it can just leave them here. For our purposes,
4147 we can consider these symbols to be in a new section. */
4148 if (mips_elf_acom_section
.name
== NULL
)
4150 /* Initialize the acommon section. */
4151 mips_elf_acom_section
.name
= ".acommon";
4152 mips_elf_acom_section
.flags
= SEC_ALLOC
;
4153 mips_elf_acom_section
.output_section
= &mips_elf_acom_section
;
4154 mips_elf_acom_section
.symbol
= &mips_elf_acom_symbol
;
4155 mips_elf_acom_section
.symbol_ptr_ptr
= &mips_elf_acom_symbol_ptr
;
4156 mips_elf_acom_symbol
.name
= ".acommon";
4157 mips_elf_acom_symbol
.flags
= BSF_SECTION_SYM
;
4158 mips_elf_acom_symbol
.section
= &mips_elf_acom_section
;
4159 mips_elf_acom_symbol_ptr
= &mips_elf_acom_symbol
;
4161 asym
->section
= &mips_elf_acom_section
;
4165 /* Common symbols less than the GP size are automatically
4166 treated as SHN_MIPS_SCOMMON symbols on IRIX5. */
4167 if (asym
->value
> elf_gp_size (abfd
)
4168 || IRIX_COMPAT (abfd
) == ict_irix6
)
4171 case SHN_MIPS_SCOMMON
:
4172 if (mips_elf_scom_section
.name
== NULL
)
4174 /* Initialize the small common section. */
4175 mips_elf_scom_section
.name
= ".scommon";
4176 mips_elf_scom_section
.flags
= SEC_IS_COMMON
;
4177 mips_elf_scom_section
.output_section
= &mips_elf_scom_section
;
4178 mips_elf_scom_section
.symbol
= &mips_elf_scom_symbol
;
4179 mips_elf_scom_section
.symbol_ptr_ptr
= &mips_elf_scom_symbol_ptr
;
4180 mips_elf_scom_symbol
.name
= ".scommon";
4181 mips_elf_scom_symbol
.flags
= BSF_SECTION_SYM
;
4182 mips_elf_scom_symbol
.section
= &mips_elf_scom_section
;
4183 mips_elf_scom_symbol_ptr
= &mips_elf_scom_symbol
;
4185 asym
->section
= &mips_elf_scom_section
;
4186 asym
->value
= elfsym
->internal_elf_sym
.st_size
;
4189 case SHN_MIPS_SUNDEFINED
:
4190 asym
->section
= bfd_und_section_ptr
;
4193 #if 0 /* for SGI_COMPAT */
4195 asym
->section
= mips_elf_text_section_ptr
;
4199 asym
->section
= mips_elf_data_section_ptr
;
4205 /* There appears to be a bug in the MIPSpro linker that causes GOT_DISP
4206 relocations against two unnamed section symbols to resolve to the
4207 same address. For example, if we have code like:
4209 lw $4,%got_disp(.data)($gp)
4210 lw $25,%got_disp(.text)($gp)
4213 then the linker will resolve both relocations to .data and the program
4214 will jump there rather than to .text.
4216 We can work around this problem by giving names to local section symbols.
4217 This is also what the MIPSpro tools do. */
4220 _bfd_mips_elf_name_local_section_symbols (bfd
*abfd
)
4222 return SGI_COMPAT (abfd
);
4225 /* Work over a section just before writing it out. This routine is
4226 used by both the 32-bit and the 64-bit ABI. FIXME: We recognize
4227 sections that need the SHF_MIPS_GPREL flag by name; there has to be
4231 _bfd_mips_elf_section_processing (bfd
*abfd
, Elf_Internal_Shdr
*hdr
)
4233 if (hdr
->sh_type
== SHT_MIPS_REGINFO
4234 && hdr
->sh_size
> 0)
4238 BFD_ASSERT (hdr
->sh_size
== sizeof (Elf32_External_RegInfo
));
4239 BFD_ASSERT (hdr
->contents
== NULL
);
4242 hdr
->sh_offset
+ sizeof (Elf32_External_RegInfo
) - 4,
4245 H_PUT_32 (abfd
, elf_gp (abfd
), buf
);
4246 if (bfd_bwrite (buf
, 4, abfd
) != 4)
4250 if (hdr
->sh_type
== SHT_MIPS_OPTIONS
4251 && hdr
->bfd_section
!= NULL
4252 && mips_elf_section_data (hdr
->bfd_section
) != NULL
4253 && mips_elf_section_data (hdr
->bfd_section
)->u
.tdata
!= NULL
)
4255 bfd_byte
*contents
, *l
, *lend
;
4257 /* We stored the section contents in the tdata field in the
4258 set_section_contents routine. We save the section contents
4259 so that we don't have to read them again.
4260 At this point we know that elf_gp is set, so we can look
4261 through the section contents to see if there is an
4262 ODK_REGINFO structure. */
4264 contents
= mips_elf_section_data (hdr
->bfd_section
)->u
.tdata
;
4266 lend
= contents
+ hdr
->sh_size
;
4267 while (l
+ sizeof (Elf_External_Options
) <= lend
)
4269 Elf_Internal_Options intopt
;
4271 bfd_mips_elf_swap_options_in (abfd
, (Elf_External_Options
*) l
,
4273 if (ABI_64_P (abfd
) && intopt
.kind
== ODK_REGINFO
)
4280 + sizeof (Elf_External_Options
)
4281 + (sizeof (Elf64_External_RegInfo
) - 8)),
4284 H_PUT_64 (abfd
, elf_gp (abfd
), buf
);
4285 if (bfd_bwrite (buf
, 8, abfd
) != 8)
4288 else if (intopt
.kind
== ODK_REGINFO
)
4295 + sizeof (Elf_External_Options
)
4296 + (sizeof (Elf32_External_RegInfo
) - 4)),
4299 H_PUT_32 (abfd
, elf_gp (abfd
), buf
);
4300 if (bfd_bwrite (buf
, 4, abfd
) != 4)
4307 if (hdr
->bfd_section
!= NULL
)
4309 const char *name
= bfd_get_section_name (abfd
, hdr
->bfd_section
);
4311 if (strcmp (name
, ".sdata") == 0
4312 || strcmp (name
, ".lit8") == 0
4313 || strcmp (name
, ".lit4") == 0)
4315 hdr
->sh_flags
|= SHF_ALLOC
| SHF_WRITE
| SHF_MIPS_GPREL
;
4316 hdr
->sh_type
= SHT_PROGBITS
;
4318 else if (strcmp (name
, ".sbss") == 0)
4320 hdr
->sh_flags
|= SHF_ALLOC
| SHF_WRITE
| SHF_MIPS_GPREL
;
4321 hdr
->sh_type
= SHT_NOBITS
;
4323 else if (strcmp (name
, ".srdata") == 0)
4325 hdr
->sh_flags
|= SHF_ALLOC
| SHF_MIPS_GPREL
;
4326 hdr
->sh_type
= SHT_PROGBITS
;
4328 else if (strcmp (name
, ".compact_rel") == 0)
4331 hdr
->sh_type
= SHT_PROGBITS
;
4333 else if (strcmp (name
, ".rtproc") == 0)
4335 if (hdr
->sh_addralign
!= 0 && hdr
->sh_entsize
== 0)
4337 unsigned int adjust
;
4339 adjust
= hdr
->sh_size
% hdr
->sh_addralign
;
4341 hdr
->sh_size
+= hdr
->sh_addralign
- adjust
;
4349 /* Handle a MIPS specific section when reading an object file. This
4350 is called when elfcode.h finds a section with an unknown type.
4351 This routine supports both the 32-bit and 64-bit ELF ABI.
4353 FIXME: We need to handle the SHF_MIPS_GPREL flag, but I'm not sure
4357 _bfd_mips_elf_section_from_shdr (bfd
*abfd
, Elf_Internal_Shdr
*hdr
,
4362 /* There ought to be a place to keep ELF backend specific flags, but
4363 at the moment there isn't one. We just keep track of the
4364 sections by their name, instead. Fortunately, the ABI gives
4365 suggested names for all the MIPS specific sections, so we will
4366 probably get away with this. */
4367 switch (hdr
->sh_type
)
4369 case SHT_MIPS_LIBLIST
:
4370 if (strcmp (name
, ".liblist") != 0)
4374 if (strcmp (name
, ".msym") != 0)
4377 case SHT_MIPS_CONFLICT
:
4378 if (strcmp (name
, ".conflict") != 0)
4381 case SHT_MIPS_GPTAB
:
4382 if (strncmp (name
, ".gptab.", sizeof ".gptab." - 1) != 0)
4385 case SHT_MIPS_UCODE
:
4386 if (strcmp (name
, ".ucode") != 0)
4389 case SHT_MIPS_DEBUG
:
4390 if (strcmp (name
, ".mdebug") != 0)
4392 flags
= SEC_DEBUGGING
;
4394 case SHT_MIPS_REGINFO
:
4395 if (strcmp (name
, ".reginfo") != 0
4396 || hdr
->sh_size
!= sizeof (Elf32_External_RegInfo
))
4398 flags
= (SEC_LINK_ONCE
| SEC_LINK_DUPLICATES_SAME_SIZE
);
4400 case SHT_MIPS_IFACE
:
4401 if (strcmp (name
, ".MIPS.interfaces") != 0)
4404 case SHT_MIPS_CONTENT
:
4405 if (strncmp (name
, ".MIPS.content", sizeof ".MIPS.content" - 1) != 0)
4408 case SHT_MIPS_OPTIONS
:
4409 if (strcmp (name
, MIPS_ELF_OPTIONS_SECTION_NAME (abfd
)) != 0)
4412 case SHT_MIPS_DWARF
:
4413 if (strncmp (name
, ".debug_", sizeof ".debug_" - 1) != 0)
4416 case SHT_MIPS_SYMBOL_LIB
:
4417 if (strcmp (name
, ".MIPS.symlib") != 0)
4420 case SHT_MIPS_EVENTS
:
4421 if (strncmp (name
, ".MIPS.events", sizeof ".MIPS.events" - 1) != 0
4422 && strncmp (name
, ".MIPS.post_rel",
4423 sizeof ".MIPS.post_rel" - 1) != 0)
4430 if (! _bfd_elf_make_section_from_shdr (abfd
, hdr
, name
))
4435 if (! bfd_set_section_flags (abfd
, hdr
->bfd_section
,
4436 (bfd_get_section_flags (abfd
,
4442 /* FIXME: We should record sh_info for a .gptab section. */
4444 /* For a .reginfo section, set the gp value in the tdata information
4445 from the contents of this section. We need the gp value while
4446 processing relocs, so we just get it now. The .reginfo section
4447 is not used in the 64-bit MIPS ELF ABI. */
4448 if (hdr
->sh_type
== SHT_MIPS_REGINFO
)
4450 Elf32_External_RegInfo ext
;
4453 if (! bfd_get_section_contents (abfd
, hdr
->bfd_section
,
4454 &ext
, 0, sizeof ext
))
4456 bfd_mips_elf32_swap_reginfo_in (abfd
, &ext
, &s
);
4457 elf_gp (abfd
) = s
.ri_gp_value
;
4460 /* For a SHT_MIPS_OPTIONS section, look for a ODK_REGINFO entry, and
4461 set the gp value based on what we find. We may see both
4462 SHT_MIPS_REGINFO and SHT_MIPS_OPTIONS/ODK_REGINFO; in that case,
4463 they should agree. */
4464 if (hdr
->sh_type
== SHT_MIPS_OPTIONS
)
4466 bfd_byte
*contents
, *l
, *lend
;
4468 contents
= bfd_malloc (hdr
->sh_size
);
4469 if (contents
== NULL
)
4471 if (! bfd_get_section_contents (abfd
, hdr
->bfd_section
, contents
,
4478 lend
= contents
+ hdr
->sh_size
;
4479 while (l
+ sizeof (Elf_External_Options
) <= lend
)
4481 Elf_Internal_Options intopt
;
4483 bfd_mips_elf_swap_options_in (abfd
, (Elf_External_Options
*) l
,
4485 if (ABI_64_P (abfd
) && intopt
.kind
== ODK_REGINFO
)
4487 Elf64_Internal_RegInfo intreg
;
4489 bfd_mips_elf64_swap_reginfo_in
4491 ((Elf64_External_RegInfo
*)
4492 (l
+ sizeof (Elf_External_Options
))),
4494 elf_gp (abfd
) = intreg
.ri_gp_value
;
4496 else if (intopt
.kind
== ODK_REGINFO
)
4498 Elf32_RegInfo intreg
;
4500 bfd_mips_elf32_swap_reginfo_in
4502 ((Elf32_External_RegInfo
*)
4503 (l
+ sizeof (Elf_External_Options
))),
4505 elf_gp (abfd
) = intreg
.ri_gp_value
;
4515 /* Set the correct type for a MIPS ELF section. We do this by the
4516 section name, which is a hack, but ought to work. This routine is
4517 used by both the 32-bit and the 64-bit ABI. */
4520 _bfd_mips_elf_fake_sections (bfd
*abfd
, Elf_Internal_Shdr
*hdr
, asection
*sec
)
4522 register const char *name
;
4524 name
= bfd_get_section_name (abfd
, sec
);
4526 if (strcmp (name
, ".liblist") == 0)
4528 hdr
->sh_type
= SHT_MIPS_LIBLIST
;
4529 hdr
->sh_info
= sec
->_raw_size
/ sizeof (Elf32_Lib
);
4530 /* The sh_link field is set in final_write_processing. */
4532 else if (strcmp (name
, ".conflict") == 0)
4533 hdr
->sh_type
= SHT_MIPS_CONFLICT
;
4534 else if (strncmp (name
, ".gptab.", sizeof ".gptab." - 1) == 0)
4536 hdr
->sh_type
= SHT_MIPS_GPTAB
;
4537 hdr
->sh_entsize
= sizeof (Elf32_External_gptab
);
4538 /* The sh_info field is set in final_write_processing. */
4540 else if (strcmp (name
, ".ucode") == 0)
4541 hdr
->sh_type
= SHT_MIPS_UCODE
;
4542 else if (strcmp (name
, ".mdebug") == 0)
4544 hdr
->sh_type
= SHT_MIPS_DEBUG
;
4545 /* In a shared object on IRIX 5.3, the .mdebug section has an
4546 entsize of 0. FIXME: Does this matter? */
4547 if (SGI_COMPAT (abfd
) && (abfd
->flags
& DYNAMIC
) != 0)
4548 hdr
->sh_entsize
= 0;
4550 hdr
->sh_entsize
= 1;
4552 else if (strcmp (name
, ".reginfo") == 0)
4554 hdr
->sh_type
= SHT_MIPS_REGINFO
;
4555 /* In a shared object on IRIX 5.3, the .reginfo section has an
4556 entsize of 0x18. FIXME: Does this matter? */
4557 if (SGI_COMPAT (abfd
))
4559 if ((abfd
->flags
& DYNAMIC
) != 0)
4560 hdr
->sh_entsize
= sizeof (Elf32_External_RegInfo
);
4562 hdr
->sh_entsize
= 1;
4565 hdr
->sh_entsize
= sizeof (Elf32_External_RegInfo
);
4567 else if (SGI_COMPAT (abfd
)
4568 && (strcmp (name
, ".hash") == 0
4569 || strcmp (name
, ".dynamic") == 0
4570 || strcmp (name
, ".dynstr") == 0))
4572 if (SGI_COMPAT (abfd
))
4573 hdr
->sh_entsize
= 0;
4575 /* This isn't how the IRIX6 linker behaves. */
4576 hdr
->sh_info
= SIZEOF_MIPS_DYNSYM_SECNAMES
;
4579 else if (strcmp (name
, ".got") == 0
4580 || strcmp (name
, ".srdata") == 0
4581 || strcmp (name
, ".sdata") == 0
4582 || strcmp (name
, ".sbss") == 0
4583 || strcmp (name
, ".lit4") == 0
4584 || strcmp (name
, ".lit8") == 0)
4585 hdr
->sh_flags
|= SHF_MIPS_GPREL
;
4586 else if (strcmp (name
, ".MIPS.interfaces") == 0)
4588 hdr
->sh_type
= SHT_MIPS_IFACE
;
4589 hdr
->sh_flags
|= SHF_MIPS_NOSTRIP
;
4591 else if (strncmp (name
, ".MIPS.content", strlen (".MIPS.content")) == 0)
4593 hdr
->sh_type
= SHT_MIPS_CONTENT
;
4594 hdr
->sh_flags
|= SHF_MIPS_NOSTRIP
;
4595 /* The sh_info field is set in final_write_processing. */
4597 else if (strcmp (name
, MIPS_ELF_OPTIONS_SECTION_NAME (abfd
)) == 0)
4599 hdr
->sh_type
= SHT_MIPS_OPTIONS
;
4600 hdr
->sh_entsize
= 1;
4601 hdr
->sh_flags
|= SHF_MIPS_NOSTRIP
;
4603 else if (strncmp (name
, ".debug_", sizeof ".debug_" - 1) == 0)
4604 hdr
->sh_type
= SHT_MIPS_DWARF
;
4605 else if (strcmp (name
, ".MIPS.symlib") == 0)
4607 hdr
->sh_type
= SHT_MIPS_SYMBOL_LIB
;
4608 /* The sh_link and sh_info fields are set in
4609 final_write_processing. */
4611 else if (strncmp (name
, ".MIPS.events", sizeof ".MIPS.events" - 1) == 0
4612 || strncmp (name
, ".MIPS.post_rel",
4613 sizeof ".MIPS.post_rel" - 1) == 0)
4615 hdr
->sh_type
= SHT_MIPS_EVENTS
;
4616 hdr
->sh_flags
|= SHF_MIPS_NOSTRIP
;
4617 /* The sh_link field is set in final_write_processing. */
4619 else if (strcmp (name
, ".msym") == 0)
4621 hdr
->sh_type
= SHT_MIPS_MSYM
;
4622 hdr
->sh_flags
|= SHF_ALLOC
;
4623 hdr
->sh_entsize
= 8;
4626 /* The generic elf_fake_sections will set up REL_HDR using the default
4627 kind of relocations. We used to set up a second header for the
4628 non-default kind of relocations here, but only NewABI would use
4629 these, and the IRIX ld doesn't like resulting empty RELA sections.
4630 Thus we create those header only on demand now. */
4635 /* Given a BFD section, try to locate the corresponding ELF section
4636 index. This is used by both the 32-bit and the 64-bit ABI.
4637 Actually, it's not clear to me that the 64-bit ABI supports these,
4638 but for non-PIC objects we will certainly want support for at least
4639 the .scommon section. */
4642 _bfd_mips_elf_section_from_bfd_section (bfd
*abfd ATTRIBUTE_UNUSED
,
4643 asection
*sec
, int *retval
)
4645 if (strcmp (bfd_get_section_name (abfd
, sec
), ".scommon") == 0)
4647 *retval
= SHN_MIPS_SCOMMON
;
4650 if (strcmp (bfd_get_section_name (abfd
, sec
), ".acommon") == 0)
4652 *retval
= SHN_MIPS_ACOMMON
;
4658 /* Hook called by the linker routine which adds symbols from an object
4659 file. We must handle the special MIPS section numbers here. */
4662 _bfd_mips_elf_add_symbol_hook (bfd
*abfd
, struct bfd_link_info
*info
,
4663 Elf_Internal_Sym
*sym
, const char **namep
,
4664 flagword
*flagsp ATTRIBUTE_UNUSED
,
4665 asection
**secp
, bfd_vma
*valp
)
4667 if (SGI_COMPAT (abfd
)
4668 && (abfd
->flags
& DYNAMIC
) != 0
4669 && strcmp (*namep
, "_rld_new_interface") == 0)
4671 /* Skip IRIX5 rld entry name. */
4676 switch (sym
->st_shndx
)
4679 /* Common symbols less than the GP size are automatically
4680 treated as SHN_MIPS_SCOMMON symbols. */
4681 if (sym
->st_size
> elf_gp_size (abfd
)
4682 || IRIX_COMPAT (abfd
) == ict_irix6
)
4685 case SHN_MIPS_SCOMMON
:
4686 *secp
= bfd_make_section_old_way (abfd
, ".scommon");
4687 (*secp
)->flags
|= SEC_IS_COMMON
;
4688 *valp
= sym
->st_size
;
4692 /* This section is used in a shared object. */
4693 if (elf_tdata (abfd
)->elf_text_section
== NULL
)
4695 asymbol
*elf_text_symbol
;
4696 asection
*elf_text_section
;
4697 bfd_size_type amt
= sizeof (asection
);
4699 elf_text_section
= bfd_zalloc (abfd
, amt
);
4700 if (elf_text_section
== NULL
)
4703 amt
= sizeof (asymbol
);
4704 elf_text_symbol
= bfd_zalloc (abfd
, amt
);
4705 if (elf_text_symbol
== NULL
)
4708 /* Initialize the section. */
4710 elf_tdata (abfd
)->elf_text_section
= elf_text_section
;
4711 elf_tdata (abfd
)->elf_text_symbol
= elf_text_symbol
;
4713 elf_text_section
->symbol
= elf_text_symbol
;
4714 elf_text_section
->symbol_ptr_ptr
= &elf_tdata (abfd
)->elf_text_symbol
;
4716 elf_text_section
->name
= ".text";
4717 elf_text_section
->flags
= SEC_NO_FLAGS
;
4718 elf_text_section
->output_section
= NULL
;
4719 elf_text_section
->owner
= abfd
;
4720 elf_text_symbol
->name
= ".text";
4721 elf_text_symbol
->flags
= BSF_SECTION_SYM
| BSF_DYNAMIC
;
4722 elf_text_symbol
->section
= elf_text_section
;
4724 /* This code used to do *secp = bfd_und_section_ptr if
4725 info->shared. I don't know why, and that doesn't make sense,
4726 so I took it out. */
4727 *secp
= elf_tdata (abfd
)->elf_text_section
;
4730 case SHN_MIPS_ACOMMON
:
4731 /* Fall through. XXX Can we treat this as allocated data? */
4733 /* This section is used in a shared object. */
4734 if (elf_tdata (abfd
)->elf_data_section
== NULL
)
4736 asymbol
*elf_data_symbol
;
4737 asection
*elf_data_section
;
4738 bfd_size_type amt
= sizeof (asection
);
4740 elf_data_section
= bfd_zalloc (abfd
, amt
);
4741 if (elf_data_section
== NULL
)
4744 amt
= sizeof (asymbol
);
4745 elf_data_symbol
= bfd_zalloc (abfd
, amt
);
4746 if (elf_data_symbol
== NULL
)
4749 /* Initialize the section. */
4751 elf_tdata (abfd
)->elf_data_section
= elf_data_section
;
4752 elf_tdata (abfd
)->elf_data_symbol
= elf_data_symbol
;
4754 elf_data_section
->symbol
= elf_data_symbol
;
4755 elf_data_section
->symbol_ptr_ptr
= &elf_tdata (abfd
)->elf_data_symbol
;
4757 elf_data_section
->name
= ".data";
4758 elf_data_section
->flags
= SEC_NO_FLAGS
;
4759 elf_data_section
->output_section
= NULL
;
4760 elf_data_section
->owner
= abfd
;
4761 elf_data_symbol
->name
= ".data";
4762 elf_data_symbol
->flags
= BSF_SECTION_SYM
| BSF_DYNAMIC
;
4763 elf_data_symbol
->section
= elf_data_section
;
4765 /* This code used to do *secp = bfd_und_section_ptr if
4766 info->shared. I don't know why, and that doesn't make sense,
4767 so I took it out. */
4768 *secp
= elf_tdata (abfd
)->elf_data_section
;
4771 case SHN_MIPS_SUNDEFINED
:
4772 *secp
= bfd_und_section_ptr
;
4776 if (SGI_COMPAT (abfd
)
4778 && info
->hash
->creator
== abfd
->xvec
4779 && strcmp (*namep
, "__rld_obj_head") == 0)
4781 struct elf_link_hash_entry
*h
;
4782 struct bfd_link_hash_entry
*bh
;
4784 /* Mark __rld_obj_head as dynamic. */
4786 if (! (_bfd_generic_link_add_one_symbol
4787 (info
, abfd
, *namep
, BSF_GLOBAL
, *secp
, *valp
, NULL
, FALSE
,
4788 get_elf_backend_data (abfd
)->collect
, &bh
)))
4791 h
= (struct elf_link_hash_entry
*) bh
;
4792 h
->elf_link_hash_flags
&= ~ELF_LINK_NON_ELF
;
4793 h
->elf_link_hash_flags
|= ELF_LINK_HASH_DEF_REGULAR
;
4794 h
->type
= STT_OBJECT
;
4796 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
4799 mips_elf_hash_table (info
)->use_rld_obj_head
= TRUE
;
4802 /* If this is a mips16 text symbol, add 1 to the value to make it
4803 odd. This will cause something like .word SYM to come up with
4804 the right value when it is loaded into the PC. */
4805 if (sym
->st_other
== STO_MIPS16
)
4811 /* This hook function is called before the linker writes out a global
4812 symbol. We mark symbols as small common if appropriate. This is
4813 also where we undo the increment of the value for a mips16 symbol. */
4816 _bfd_mips_elf_link_output_symbol_hook
4817 (struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
4818 const char *name ATTRIBUTE_UNUSED
, Elf_Internal_Sym
*sym
,
4819 asection
*input_sec
, struct elf_link_hash_entry
*h ATTRIBUTE_UNUSED
)
4821 /* If we see a common symbol, which implies a relocatable link, then
4822 if a symbol was small common in an input file, mark it as small
4823 common in the output file. */
4824 if (sym
->st_shndx
== SHN_COMMON
4825 && strcmp (input_sec
->name
, ".scommon") == 0)
4826 sym
->st_shndx
= SHN_MIPS_SCOMMON
;
4828 if (sym
->st_other
== STO_MIPS16
)
4829 sym
->st_value
&= ~1;
4834 /* Functions for the dynamic linker. */
4836 /* Create dynamic sections when linking against a dynamic object. */
4839 _bfd_mips_elf_create_dynamic_sections (bfd
*abfd
, struct bfd_link_info
*info
)
4841 struct elf_link_hash_entry
*h
;
4842 struct bfd_link_hash_entry
*bh
;
4844 register asection
*s
;
4845 const char * const *namep
;
4847 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
4848 | SEC_LINKER_CREATED
| SEC_READONLY
);
4850 /* Mips ABI requests the .dynamic section to be read only. */
4851 s
= bfd_get_section_by_name (abfd
, ".dynamic");
4854 if (! bfd_set_section_flags (abfd
, s
, flags
))
4858 /* We need to create .got section. */
4859 if (! mips_elf_create_got_section (abfd
, info
, FALSE
))
4862 if (! mips_elf_rel_dyn_section (elf_hash_table (info
)->dynobj
, TRUE
))
4865 /* Create .stub section. */
4866 if (bfd_get_section_by_name (abfd
,
4867 MIPS_ELF_STUB_SECTION_NAME (abfd
)) == NULL
)
4869 s
= bfd_make_section (abfd
, MIPS_ELF_STUB_SECTION_NAME (abfd
));
4871 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_CODE
)
4872 || ! bfd_set_section_alignment (abfd
, s
,
4873 MIPS_ELF_LOG_FILE_ALIGN (abfd
)))
4877 if ((IRIX_COMPAT (abfd
) == ict_irix5
|| IRIX_COMPAT (abfd
) == ict_none
)
4879 && bfd_get_section_by_name (abfd
, ".rld_map") == NULL
)
4881 s
= bfd_make_section (abfd
, ".rld_map");
4883 || ! bfd_set_section_flags (abfd
, s
, flags
&~ (flagword
) SEC_READONLY
)
4884 || ! bfd_set_section_alignment (abfd
, s
,
4885 MIPS_ELF_LOG_FILE_ALIGN (abfd
)))
4889 /* On IRIX5, we adjust add some additional symbols and change the
4890 alignments of several sections. There is no ABI documentation
4891 indicating that this is necessary on IRIX6, nor any evidence that
4892 the linker takes such action. */
4893 if (IRIX_COMPAT (abfd
) == ict_irix5
)
4895 for (namep
= mips_elf_dynsym_rtproc_names
; *namep
!= NULL
; namep
++)
4898 if (! (_bfd_generic_link_add_one_symbol
4899 (info
, abfd
, *namep
, BSF_GLOBAL
, bfd_und_section_ptr
, 0,
4900 NULL
, FALSE
, get_elf_backend_data (abfd
)->collect
, &bh
)))
4903 h
= (struct elf_link_hash_entry
*) bh
;
4904 h
->elf_link_hash_flags
&= ~ELF_LINK_NON_ELF
;
4905 h
->elf_link_hash_flags
|= ELF_LINK_HASH_DEF_REGULAR
;
4906 h
->type
= STT_SECTION
;
4908 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
4912 /* We need to create a .compact_rel section. */
4913 if (SGI_COMPAT (abfd
))
4915 if (!mips_elf_create_compact_rel_section (abfd
, info
))
4919 /* Change alignments of some sections. */
4920 s
= bfd_get_section_by_name (abfd
, ".hash");
4922 bfd_set_section_alignment (abfd
, s
, MIPS_ELF_LOG_FILE_ALIGN (abfd
));
4923 s
= bfd_get_section_by_name (abfd
, ".dynsym");
4925 bfd_set_section_alignment (abfd
, s
, MIPS_ELF_LOG_FILE_ALIGN (abfd
));
4926 s
= bfd_get_section_by_name (abfd
, ".dynstr");
4928 bfd_set_section_alignment (abfd
, s
, MIPS_ELF_LOG_FILE_ALIGN (abfd
));
4929 s
= bfd_get_section_by_name (abfd
, ".reginfo");
4931 bfd_set_section_alignment (abfd
, s
, MIPS_ELF_LOG_FILE_ALIGN (abfd
));
4932 s
= bfd_get_section_by_name (abfd
, ".dynamic");
4934 bfd_set_section_alignment (abfd
, s
, MIPS_ELF_LOG_FILE_ALIGN (abfd
));
4941 name
= SGI_COMPAT (abfd
) ? "_DYNAMIC_LINK" : "_DYNAMIC_LINKING";
4943 if (!(_bfd_generic_link_add_one_symbol
4944 (info
, abfd
, name
, BSF_GLOBAL
, bfd_abs_section_ptr
, 0,
4945 NULL
, FALSE
, get_elf_backend_data (abfd
)->collect
, &bh
)))
4948 h
= (struct elf_link_hash_entry
*) bh
;
4949 h
->elf_link_hash_flags
&= ~ELF_LINK_NON_ELF
;
4950 h
->elf_link_hash_flags
|= ELF_LINK_HASH_DEF_REGULAR
;
4951 h
->type
= STT_SECTION
;
4953 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
4956 if (! mips_elf_hash_table (info
)->use_rld_obj_head
)
4958 /* __rld_map is a four byte word located in the .data section
4959 and is filled in by the rtld to contain a pointer to
4960 the _r_debug structure. Its symbol value will be set in
4961 _bfd_mips_elf_finish_dynamic_symbol. */
4962 s
= bfd_get_section_by_name (abfd
, ".rld_map");
4963 BFD_ASSERT (s
!= NULL
);
4965 name
= SGI_COMPAT (abfd
) ? "__rld_map" : "__RLD_MAP";
4967 if (!(_bfd_generic_link_add_one_symbol
4968 (info
, abfd
, name
, BSF_GLOBAL
, s
, 0, NULL
, FALSE
,
4969 get_elf_backend_data (abfd
)->collect
, &bh
)))
4972 h
= (struct elf_link_hash_entry
*) bh
;
4973 h
->elf_link_hash_flags
&= ~ELF_LINK_NON_ELF
;
4974 h
->elf_link_hash_flags
|= ELF_LINK_HASH_DEF_REGULAR
;
4975 h
->type
= STT_OBJECT
;
4977 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
4985 /* Look through the relocs for a section during the first phase, and
4986 allocate space in the global offset table. */
4989 _bfd_mips_elf_check_relocs (bfd
*abfd
, struct bfd_link_info
*info
,
4990 asection
*sec
, const Elf_Internal_Rela
*relocs
)
4994 Elf_Internal_Shdr
*symtab_hdr
;
4995 struct elf_link_hash_entry
**sym_hashes
;
4996 struct mips_got_info
*g
;
4998 const Elf_Internal_Rela
*rel
;
4999 const Elf_Internal_Rela
*rel_end
;
5002 const struct elf_backend_data
*bed
;
5004 if (info
->relocatable
)
5007 dynobj
= elf_hash_table (info
)->dynobj
;
5008 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
5009 sym_hashes
= elf_sym_hashes (abfd
);
5010 extsymoff
= (elf_bad_symtab (abfd
)) ? 0 : symtab_hdr
->sh_info
;
5012 /* Check for the mips16 stub sections. */
5014 name
= bfd_get_section_name (abfd
, sec
);
5015 if (strncmp (name
, FN_STUB
, sizeof FN_STUB
- 1) == 0)
5017 unsigned long r_symndx
;
5019 /* Look at the relocation information to figure out which symbol
5022 r_symndx
= ELF_R_SYM (abfd
, relocs
->r_info
);
5024 if (r_symndx
< extsymoff
5025 || sym_hashes
[r_symndx
- extsymoff
] == NULL
)
5029 /* This stub is for a local symbol. This stub will only be
5030 needed if there is some relocation in this BFD, other
5031 than a 16 bit function call, which refers to this symbol. */
5032 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
5034 Elf_Internal_Rela
*sec_relocs
;
5035 const Elf_Internal_Rela
*r
, *rend
;
5037 /* We can ignore stub sections when looking for relocs. */
5038 if ((o
->flags
& SEC_RELOC
) == 0
5039 || o
->reloc_count
== 0
5040 || strncmp (bfd_get_section_name (abfd
, o
), FN_STUB
,
5041 sizeof FN_STUB
- 1) == 0
5042 || strncmp (bfd_get_section_name (abfd
, o
), CALL_STUB
,
5043 sizeof CALL_STUB
- 1) == 0
5044 || strncmp (bfd_get_section_name (abfd
, o
), CALL_FP_STUB
,
5045 sizeof CALL_FP_STUB
- 1) == 0)
5049 = _bfd_elf_link_read_relocs (abfd
, o
, NULL
, NULL
,
5051 if (sec_relocs
== NULL
)
5054 rend
= sec_relocs
+ o
->reloc_count
;
5055 for (r
= sec_relocs
; r
< rend
; r
++)
5056 if (ELF_R_SYM (abfd
, r
->r_info
) == r_symndx
5057 && ELF_R_TYPE (abfd
, r
->r_info
) != R_MIPS16_26
)
5060 if (elf_section_data (o
)->relocs
!= sec_relocs
)
5069 /* There is no non-call reloc for this stub, so we do
5070 not need it. Since this function is called before
5071 the linker maps input sections to output sections, we
5072 can easily discard it by setting the SEC_EXCLUDE
5074 sec
->flags
|= SEC_EXCLUDE
;
5078 /* Record this stub in an array of local symbol stubs for
5080 if (elf_tdata (abfd
)->local_stubs
== NULL
)
5082 unsigned long symcount
;
5086 if (elf_bad_symtab (abfd
))
5087 symcount
= NUM_SHDR_ENTRIES (symtab_hdr
);
5089 symcount
= symtab_hdr
->sh_info
;
5090 amt
= symcount
* sizeof (asection
*);
5091 n
= bfd_zalloc (abfd
, amt
);
5094 elf_tdata (abfd
)->local_stubs
= n
;
5097 elf_tdata (abfd
)->local_stubs
[r_symndx
] = sec
;
5099 /* We don't need to set mips16_stubs_seen in this case.
5100 That flag is used to see whether we need to look through
5101 the global symbol table for stubs. We don't need to set
5102 it here, because we just have a local stub. */
5106 struct mips_elf_link_hash_entry
*h
;
5108 h
= ((struct mips_elf_link_hash_entry
*)
5109 sym_hashes
[r_symndx
- extsymoff
]);
5111 /* H is the symbol this stub is for. */
5114 mips_elf_hash_table (info
)->mips16_stubs_seen
= TRUE
;
5117 else if (strncmp (name
, CALL_STUB
, sizeof CALL_STUB
- 1) == 0
5118 || strncmp (name
, CALL_FP_STUB
, sizeof CALL_FP_STUB
- 1) == 0)
5120 unsigned long r_symndx
;
5121 struct mips_elf_link_hash_entry
*h
;
5124 /* Look at the relocation information to figure out which symbol
5127 r_symndx
= ELF_R_SYM (abfd
, relocs
->r_info
);
5129 if (r_symndx
< extsymoff
5130 || sym_hashes
[r_symndx
- extsymoff
] == NULL
)
5132 /* This stub was actually built for a static symbol defined
5133 in the same file. We assume that all static symbols in
5134 mips16 code are themselves mips16, so we can simply
5135 discard this stub. Since this function is called before
5136 the linker maps input sections to output sections, we can
5137 easily discard it by setting the SEC_EXCLUDE flag. */
5138 sec
->flags
|= SEC_EXCLUDE
;
5142 h
= ((struct mips_elf_link_hash_entry
*)
5143 sym_hashes
[r_symndx
- extsymoff
]);
5145 /* H is the symbol this stub is for. */
5147 if (strncmp (name
, CALL_FP_STUB
, sizeof CALL_FP_STUB
- 1) == 0)
5148 loc
= &h
->call_fp_stub
;
5150 loc
= &h
->call_stub
;
5152 /* If we already have an appropriate stub for this function, we
5153 don't need another one, so we can discard this one. Since
5154 this function is called before the linker maps input sections
5155 to output sections, we can easily discard it by setting the
5156 SEC_EXCLUDE flag. We can also discard this section if we
5157 happen to already know that this is a mips16 function; it is
5158 not necessary to check this here, as it is checked later, but
5159 it is slightly faster to check now. */
5160 if (*loc
!= NULL
|| h
->root
.other
== STO_MIPS16
)
5162 sec
->flags
|= SEC_EXCLUDE
;
5167 mips_elf_hash_table (info
)->mips16_stubs_seen
= TRUE
;
5177 sgot
= mips_elf_got_section (dynobj
, FALSE
);
5182 BFD_ASSERT (mips_elf_section_data (sgot
) != NULL
);
5183 g
= mips_elf_section_data (sgot
)->u
.got_info
;
5184 BFD_ASSERT (g
!= NULL
);
5189 bed
= get_elf_backend_data (abfd
);
5190 rel_end
= relocs
+ sec
->reloc_count
* bed
->s
->int_rels_per_ext_rel
;
5191 for (rel
= relocs
; rel
< rel_end
; ++rel
)
5193 unsigned long r_symndx
;
5194 unsigned int r_type
;
5195 struct elf_link_hash_entry
*h
;
5197 r_symndx
= ELF_R_SYM (abfd
, rel
->r_info
);
5198 r_type
= ELF_R_TYPE (abfd
, rel
->r_info
);
5200 if (r_symndx
< extsymoff
)
5202 else if (r_symndx
>= extsymoff
+ NUM_SHDR_ENTRIES (symtab_hdr
))
5204 (*_bfd_error_handler
)
5205 (_("%s: Malformed reloc detected for section %s"),
5206 bfd_archive_filename (abfd
), name
);
5207 bfd_set_error (bfd_error_bad_value
);
5212 h
= sym_hashes
[r_symndx
- extsymoff
];
5214 /* This may be an indirect symbol created because of a version. */
5217 while (h
->root
.type
== bfd_link_hash_indirect
)
5218 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
5222 /* Some relocs require a global offset table. */
5223 if (dynobj
== NULL
|| sgot
== NULL
)
5229 case R_MIPS_CALL_HI16
:
5230 case R_MIPS_CALL_LO16
:
5231 case R_MIPS_GOT_HI16
:
5232 case R_MIPS_GOT_LO16
:
5233 case R_MIPS_GOT_PAGE
:
5234 case R_MIPS_GOT_OFST
:
5235 case R_MIPS_GOT_DISP
:
5237 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
5238 if (! mips_elf_create_got_section (dynobj
, info
, FALSE
))
5240 g
= mips_elf_got_info (dynobj
, &sgot
);
5247 && (info
->shared
|| h
!= NULL
)
5248 && (sec
->flags
& SEC_ALLOC
) != 0)
5249 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
5257 if (!h
&& (r_type
== R_MIPS_CALL_LO16
5258 || r_type
== R_MIPS_GOT_LO16
5259 || r_type
== R_MIPS_GOT_DISP
))
5261 /* We may need a local GOT entry for this relocation. We
5262 don't count R_MIPS_GOT_PAGE because we can estimate the
5263 maximum number of pages needed by looking at the size of
5264 the segment. Similar comments apply to R_MIPS_GOT16 and
5265 R_MIPS_CALL16. We don't count R_MIPS_GOT_HI16, or
5266 R_MIPS_CALL_HI16 because these are always followed by an
5267 R_MIPS_GOT_LO16 or R_MIPS_CALL_LO16. */
5268 if (! mips_elf_record_local_got_symbol (abfd
, r_symndx
,
5278 (*_bfd_error_handler
)
5279 (_("%s: CALL16 reloc at 0x%lx not against global symbol"),
5280 bfd_archive_filename (abfd
), (unsigned long) rel
->r_offset
);
5281 bfd_set_error (bfd_error_bad_value
);
5286 case R_MIPS_CALL_HI16
:
5287 case R_MIPS_CALL_LO16
:
5290 /* This symbol requires a global offset table entry. */
5291 if (! mips_elf_record_global_got_symbol (h
, abfd
, info
, g
))
5294 /* We need a stub, not a plt entry for the undefined
5295 function. But we record it as if it needs plt. See
5296 _bfd_elf_adjust_dynamic_symbol. */
5297 h
->elf_link_hash_flags
|= ELF_LINK_HASH_NEEDS_PLT
;
5302 case R_MIPS_GOT_PAGE
:
5303 /* If this is a global, overridable symbol, GOT_PAGE will
5304 decay to GOT_DISP, so we'll need a GOT entry for it. */
5309 struct mips_elf_link_hash_entry
*hmips
=
5310 (struct mips_elf_link_hash_entry
*) h
;
5312 while (hmips
->root
.root
.type
== bfd_link_hash_indirect
5313 || hmips
->root
.root
.type
== bfd_link_hash_warning
)
5314 hmips
= (struct mips_elf_link_hash_entry
*)
5315 hmips
->root
.root
.u
.i
.link
;
5317 if ((hmips
->root
.elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
)
5318 && ! (info
->shared
&& ! info
->symbolic
5319 && ! (hmips
->root
.elf_link_hash_flags
5320 & ELF_LINK_FORCED_LOCAL
)))
5326 case R_MIPS_GOT_HI16
:
5327 case R_MIPS_GOT_LO16
:
5328 case R_MIPS_GOT_DISP
:
5329 /* This symbol requires a global offset table entry. */
5330 if (h
&& ! mips_elf_record_global_got_symbol (h
, abfd
, info
, g
))
5337 if ((info
->shared
|| h
!= NULL
)
5338 && (sec
->flags
& SEC_ALLOC
) != 0)
5342 sreloc
= mips_elf_rel_dyn_section (dynobj
, TRUE
);
5346 #define MIPS_READONLY_SECTION (SEC_ALLOC | SEC_LOAD | SEC_READONLY)
5349 /* When creating a shared object, we must copy these
5350 reloc types into the output file as R_MIPS_REL32
5351 relocs. We make room for this reloc in the
5352 .rel.dyn reloc section. */
5353 mips_elf_allocate_dynamic_relocations (dynobj
, 1);
5354 if ((sec
->flags
& MIPS_READONLY_SECTION
)
5355 == MIPS_READONLY_SECTION
)
5356 /* We tell the dynamic linker that there are
5357 relocations against the text segment. */
5358 info
->flags
|= DF_TEXTREL
;
5362 struct mips_elf_link_hash_entry
*hmips
;
5364 /* We only need to copy this reloc if the symbol is
5365 defined in a dynamic object. */
5366 hmips
= (struct mips_elf_link_hash_entry
*) h
;
5367 ++hmips
->possibly_dynamic_relocs
;
5368 if ((sec
->flags
& MIPS_READONLY_SECTION
)
5369 == MIPS_READONLY_SECTION
)
5370 /* We need it to tell the dynamic linker if there
5371 are relocations against the text segment. */
5372 hmips
->readonly_reloc
= TRUE
;
5375 /* Even though we don't directly need a GOT entry for
5376 this symbol, a symbol must have a dynamic symbol
5377 table index greater that DT_MIPS_GOTSYM if there are
5378 dynamic relocations against it. */
5382 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
5383 if (! mips_elf_create_got_section (dynobj
, info
, TRUE
))
5385 g
= mips_elf_got_info (dynobj
, &sgot
);
5386 if (! mips_elf_record_global_got_symbol (h
, abfd
, info
, g
))
5391 if (SGI_COMPAT (abfd
))
5392 mips_elf_hash_table (info
)->compact_rel_size
+=
5393 sizeof (Elf32_External_crinfo
);
5397 case R_MIPS_GPREL16
:
5398 case R_MIPS_LITERAL
:
5399 case R_MIPS_GPREL32
:
5400 if (SGI_COMPAT (abfd
))
5401 mips_elf_hash_table (info
)->compact_rel_size
+=
5402 sizeof (Elf32_External_crinfo
);
5405 /* This relocation describes the C++ object vtable hierarchy.
5406 Reconstruct it for later use during GC. */
5407 case R_MIPS_GNU_VTINHERIT
:
5408 if (!bfd_elf_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
5412 /* This relocation describes which C++ vtable entries are actually
5413 used. Record for later use during GC. */
5414 case R_MIPS_GNU_VTENTRY
:
5415 if (!bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_offset
))
5423 /* We must not create a stub for a symbol that has relocations
5424 related to taking the function's address. */
5430 struct mips_elf_link_hash_entry
*mh
;
5432 mh
= (struct mips_elf_link_hash_entry
*) h
;
5433 mh
->no_fn_stub
= TRUE
;
5437 case R_MIPS_CALL_HI16
:
5438 case R_MIPS_CALL_LO16
:
5443 /* If this reloc is not a 16 bit call, and it has a global
5444 symbol, then we will need the fn_stub if there is one.
5445 References from a stub section do not count. */
5447 && r_type
!= R_MIPS16_26
5448 && strncmp (bfd_get_section_name (abfd
, sec
), FN_STUB
,
5449 sizeof FN_STUB
- 1) != 0
5450 && strncmp (bfd_get_section_name (abfd
, sec
), CALL_STUB
,
5451 sizeof CALL_STUB
- 1) != 0
5452 && strncmp (bfd_get_section_name (abfd
, sec
), CALL_FP_STUB
,
5453 sizeof CALL_FP_STUB
- 1) != 0)
5455 struct mips_elf_link_hash_entry
*mh
;
5457 mh
= (struct mips_elf_link_hash_entry
*) h
;
5458 mh
->need_fn_stub
= TRUE
;
5466 _bfd_mips_relax_section (bfd
*abfd
, asection
*sec
,
5467 struct bfd_link_info
*link_info
,
5470 Elf_Internal_Rela
*internal_relocs
;
5471 Elf_Internal_Rela
*irel
, *irelend
;
5472 Elf_Internal_Shdr
*symtab_hdr
;
5473 bfd_byte
*contents
= NULL
;
5474 bfd_byte
*free_contents
= NULL
;
5476 bfd_boolean changed_contents
= FALSE
;
5477 bfd_vma sec_start
= sec
->output_section
->vma
+ sec
->output_offset
;
5478 Elf_Internal_Sym
*isymbuf
= NULL
;
5480 /* We are not currently changing any sizes, so only one pass. */
5483 if (link_info
->relocatable
)
5486 internal_relocs
= _bfd_elf_link_read_relocs (abfd
, sec
, NULL
, NULL
,
5487 link_info
->keep_memory
);
5488 if (internal_relocs
== NULL
)
5491 irelend
= internal_relocs
+ sec
->reloc_count
5492 * get_elf_backend_data (abfd
)->s
->int_rels_per_ext_rel
;
5493 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
5494 extsymoff
= (elf_bad_symtab (abfd
)) ? 0 : symtab_hdr
->sh_info
;
5496 for (irel
= internal_relocs
; irel
< irelend
; irel
++)
5499 bfd_signed_vma sym_offset
;
5500 unsigned int r_type
;
5501 unsigned long r_symndx
;
5503 unsigned long instruction
;
5505 /* Turn jalr into bgezal, and jr into beq, if they're marked
5506 with a JALR relocation, that indicate where they jump to.
5507 This saves some pipeline bubbles. */
5508 r_type
= ELF_R_TYPE (abfd
, irel
->r_info
);
5509 if (r_type
!= R_MIPS_JALR
)
5512 r_symndx
= ELF_R_SYM (abfd
, irel
->r_info
);
5513 /* Compute the address of the jump target. */
5514 if (r_symndx
>= extsymoff
)
5516 struct mips_elf_link_hash_entry
*h
5517 = ((struct mips_elf_link_hash_entry
*)
5518 elf_sym_hashes (abfd
) [r_symndx
- extsymoff
]);
5520 while (h
->root
.root
.type
== bfd_link_hash_indirect
5521 || h
->root
.root
.type
== bfd_link_hash_warning
)
5522 h
= (struct mips_elf_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
5524 /* If a symbol is undefined, or if it may be overridden,
5526 if (! ((h
->root
.root
.type
== bfd_link_hash_defined
5527 || h
->root
.root
.type
== bfd_link_hash_defweak
)
5528 && h
->root
.root
.u
.def
.section
)
5529 || (link_info
->shared
&& ! link_info
->symbolic
5530 && ! (h
->root
.elf_link_hash_flags
& ELF_LINK_FORCED_LOCAL
)))
5533 sym_sec
= h
->root
.root
.u
.def
.section
;
5534 if (sym_sec
->output_section
)
5535 symval
= (h
->root
.root
.u
.def
.value
5536 + sym_sec
->output_section
->vma
5537 + sym_sec
->output_offset
);
5539 symval
= h
->root
.root
.u
.def
.value
;
5543 Elf_Internal_Sym
*isym
;
5545 /* Read this BFD's symbols if we haven't done so already. */
5546 if (isymbuf
== NULL
&& symtab_hdr
->sh_info
!= 0)
5548 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
5549 if (isymbuf
== NULL
)
5550 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
5551 symtab_hdr
->sh_info
, 0,
5553 if (isymbuf
== NULL
)
5557 isym
= isymbuf
+ r_symndx
;
5558 if (isym
->st_shndx
== SHN_UNDEF
)
5560 else if (isym
->st_shndx
== SHN_ABS
)
5561 sym_sec
= bfd_abs_section_ptr
;
5562 else if (isym
->st_shndx
== SHN_COMMON
)
5563 sym_sec
= bfd_com_section_ptr
;
5566 = bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
5567 symval
= isym
->st_value
5568 + sym_sec
->output_section
->vma
5569 + sym_sec
->output_offset
;
5572 /* Compute branch offset, from delay slot of the jump to the
5574 sym_offset
= (symval
+ irel
->r_addend
)
5575 - (sec_start
+ irel
->r_offset
+ 4);
5577 /* Branch offset must be properly aligned. */
5578 if ((sym_offset
& 3) != 0)
5583 /* Check that it's in range. */
5584 if (sym_offset
< -0x8000 || sym_offset
>= 0x8000)
5587 /* Get the section contents if we haven't done so already. */
5588 if (contents
== NULL
)
5590 /* Get cached copy if it exists. */
5591 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
5592 contents
= elf_section_data (sec
)->this_hdr
.contents
;
5595 contents
= bfd_malloc (sec
->_raw_size
);
5596 if (contents
== NULL
)
5599 free_contents
= contents
;
5600 if (! bfd_get_section_contents (abfd
, sec
, contents
,
5606 instruction
= bfd_get_32 (abfd
, contents
+ irel
->r_offset
);
5608 /* If it was jalr <reg>, turn it into bgezal $zero, <target>. */
5609 if ((instruction
& 0xfc1fffff) == 0x0000f809)
5610 instruction
= 0x04110000;
5611 /* If it was jr <reg>, turn it into b <target>. */
5612 else if ((instruction
& 0xfc1fffff) == 0x00000008)
5613 instruction
= 0x10000000;
5617 instruction
|= (sym_offset
& 0xffff);
5618 bfd_put_32 (abfd
, instruction
, contents
+ irel
->r_offset
);
5619 changed_contents
= TRUE
;
5622 if (contents
!= NULL
5623 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
5625 if (!changed_contents
&& !link_info
->keep_memory
)
5629 /* Cache the section contents for elf_link_input_bfd. */
5630 elf_section_data (sec
)->this_hdr
.contents
= contents
;
5636 if (free_contents
!= NULL
)
5637 free (free_contents
);
5641 /* Adjust a symbol defined by a dynamic object and referenced by a
5642 regular object. The current definition is in some section of the
5643 dynamic object, but we're not including those sections. We have to
5644 change the definition to something the rest of the link can
5648 _bfd_mips_elf_adjust_dynamic_symbol (struct bfd_link_info
*info
,
5649 struct elf_link_hash_entry
*h
)
5652 struct mips_elf_link_hash_entry
*hmips
;
5655 dynobj
= elf_hash_table (info
)->dynobj
;
5657 /* Make sure we know what is going on here. */
5658 BFD_ASSERT (dynobj
!= NULL
5659 && ((h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
)
5660 || h
->weakdef
!= NULL
5661 || ((h
->elf_link_hash_flags
5662 & ELF_LINK_HASH_DEF_DYNAMIC
) != 0
5663 && (h
->elf_link_hash_flags
5664 & ELF_LINK_HASH_REF_REGULAR
) != 0
5665 && (h
->elf_link_hash_flags
5666 & ELF_LINK_HASH_DEF_REGULAR
) == 0)));
5668 /* If this symbol is defined in a dynamic object, we need to copy
5669 any R_MIPS_32 or R_MIPS_REL32 relocs against it into the output
5671 hmips
= (struct mips_elf_link_hash_entry
*) h
;
5672 if (! info
->relocatable
5673 && hmips
->possibly_dynamic_relocs
!= 0
5674 && (h
->root
.type
== bfd_link_hash_defweak
5675 || (h
->elf_link_hash_flags
5676 & ELF_LINK_HASH_DEF_REGULAR
) == 0))
5678 mips_elf_allocate_dynamic_relocations (dynobj
,
5679 hmips
->possibly_dynamic_relocs
);
5680 if (hmips
->readonly_reloc
)
5681 /* We tell the dynamic linker that there are relocations
5682 against the text segment. */
5683 info
->flags
|= DF_TEXTREL
;
5686 /* For a function, create a stub, if allowed. */
5687 if (! hmips
->no_fn_stub
5688 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
) != 0)
5690 if (! elf_hash_table (info
)->dynamic_sections_created
)
5693 /* If this symbol is not defined in a regular file, then set
5694 the symbol to the stub location. This is required to make
5695 function pointers compare as equal between the normal
5696 executable and the shared library. */
5697 if ((h
->elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
) == 0)
5699 /* We need .stub section. */
5700 s
= bfd_get_section_by_name (dynobj
,
5701 MIPS_ELF_STUB_SECTION_NAME (dynobj
));
5702 BFD_ASSERT (s
!= NULL
);
5704 h
->root
.u
.def
.section
= s
;
5705 h
->root
.u
.def
.value
= s
->_raw_size
;
5707 /* XXX Write this stub address somewhere. */
5708 h
->plt
.offset
= s
->_raw_size
;
5710 /* Make room for this stub code. */
5711 s
->_raw_size
+= MIPS_FUNCTION_STUB_SIZE
;
5713 /* The last half word of the stub will be filled with the index
5714 of this symbol in .dynsym section. */
5718 else if ((h
->type
== STT_FUNC
)
5719 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
) == 0)
5721 /* This will set the entry for this symbol in the GOT to 0, and
5722 the dynamic linker will take care of this. */
5723 h
->root
.u
.def
.value
= 0;
5727 /* If this is a weak symbol, and there is a real definition, the
5728 processor independent code will have arranged for us to see the
5729 real definition first, and we can just use the same value. */
5730 if (h
->weakdef
!= NULL
)
5732 BFD_ASSERT (h
->weakdef
->root
.type
== bfd_link_hash_defined
5733 || h
->weakdef
->root
.type
== bfd_link_hash_defweak
);
5734 h
->root
.u
.def
.section
= h
->weakdef
->root
.u
.def
.section
;
5735 h
->root
.u
.def
.value
= h
->weakdef
->root
.u
.def
.value
;
5739 /* This is a reference to a symbol defined by a dynamic object which
5740 is not a function. */
5745 /* This function is called after all the input files have been read,
5746 and the input sections have been assigned to output sections. We
5747 check for any mips16 stub sections that we can discard. */
5750 _bfd_mips_elf_always_size_sections (bfd
*output_bfd
,
5751 struct bfd_link_info
*info
)
5757 struct mips_got_info
*g
;
5759 bfd_size_type loadable_size
= 0;
5760 bfd_size_type local_gotno
;
5763 /* The .reginfo section has a fixed size. */
5764 ri
= bfd_get_section_by_name (output_bfd
, ".reginfo");
5766 bfd_set_section_size (output_bfd
, ri
, sizeof (Elf32_External_RegInfo
));
5768 if (! (info
->relocatable
5769 || ! mips_elf_hash_table (info
)->mips16_stubs_seen
))
5770 mips_elf_link_hash_traverse (mips_elf_hash_table (info
),
5771 mips_elf_check_mips16_stubs
, NULL
);
5773 dynobj
= elf_hash_table (info
)->dynobj
;
5775 /* Relocatable links don't have it. */
5778 g
= mips_elf_got_info (dynobj
, &s
);
5782 /* Calculate the total loadable size of the output. That
5783 will give us the maximum number of GOT_PAGE entries
5785 for (sub
= info
->input_bfds
; sub
; sub
= sub
->link_next
)
5787 asection
*subsection
;
5789 for (subsection
= sub
->sections
;
5791 subsection
= subsection
->next
)
5793 if ((subsection
->flags
& SEC_ALLOC
) == 0)
5795 loadable_size
+= ((subsection
->_raw_size
+ 0xf)
5796 &~ (bfd_size_type
) 0xf);
5800 /* There has to be a global GOT entry for every symbol with
5801 a dynamic symbol table index of DT_MIPS_GOTSYM or
5802 higher. Therefore, it make sense to put those symbols
5803 that need GOT entries at the end of the symbol table. We
5805 if (! mips_elf_sort_hash_table (info
, 1))
5808 if (g
->global_gotsym
!= NULL
)
5809 i
= elf_hash_table (info
)->dynsymcount
- g
->global_gotsym
->dynindx
;
5811 /* If there are no global symbols, or none requiring
5812 relocations, then GLOBAL_GOTSYM will be NULL. */
5815 /* In the worst case, we'll get one stub per dynamic symbol, plus
5816 one to account for the dummy entry at the end required by IRIX
5818 loadable_size
+= MIPS_FUNCTION_STUB_SIZE
* (i
+ 1);
5820 /* Assume there are two loadable segments consisting of
5821 contiguous sections. Is 5 enough? */
5822 local_gotno
= (loadable_size
>> 16) + 5;
5824 g
->local_gotno
+= local_gotno
;
5825 s
->_raw_size
+= g
->local_gotno
* MIPS_ELF_GOT_SIZE (output_bfd
);
5827 g
->global_gotno
= i
;
5828 s
->_raw_size
+= i
* MIPS_ELF_GOT_SIZE (output_bfd
);
5830 if (s
->_raw_size
> MIPS_ELF_GOT_MAX_SIZE (output_bfd
)
5831 && ! mips_elf_multi_got (output_bfd
, info
, g
, s
, local_gotno
))
5837 /* Set the sizes of the dynamic sections. */
5840 _bfd_mips_elf_size_dynamic_sections (bfd
*output_bfd
,
5841 struct bfd_link_info
*info
)
5845 bfd_boolean reltext
;
5847 dynobj
= elf_hash_table (info
)->dynobj
;
5848 BFD_ASSERT (dynobj
!= NULL
);
5850 if (elf_hash_table (info
)->dynamic_sections_created
)
5852 /* Set the contents of the .interp section to the interpreter. */
5853 if (info
->executable
)
5855 s
= bfd_get_section_by_name (dynobj
, ".interp");
5856 BFD_ASSERT (s
!= NULL
);
5858 = strlen (ELF_DYNAMIC_INTERPRETER (output_bfd
)) + 1;
5860 = (bfd_byte
*) ELF_DYNAMIC_INTERPRETER (output_bfd
);
5864 /* The check_relocs and adjust_dynamic_symbol entry points have
5865 determined the sizes of the various dynamic sections. Allocate
5868 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
5873 /* It's OK to base decisions on the section name, because none
5874 of the dynobj section names depend upon the input files. */
5875 name
= bfd_get_section_name (dynobj
, s
);
5877 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
5882 if (strncmp (name
, ".rel", 4) == 0)
5884 if (s
->_raw_size
== 0)
5886 /* We only strip the section if the output section name
5887 has the same name. Otherwise, there might be several
5888 input sections for this output section. FIXME: This
5889 code is probably not needed these days anyhow, since
5890 the linker now does not create empty output sections. */
5891 if (s
->output_section
!= NULL
5893 bfd_get_section_name (s
->output_section
->owner
,
5894 s
->output_section
)) == 0)
5899 const char *outname
;
5902 /* If this relocation section applies to a read only
5903 section, then we probably need a DT_TEXTREL entry.
5904 If the relocation section is .rel.dyn, we always
5905 assert a DT_TEXTREL entry rather than testing whether
5906 there exists a relocation to a read only section or
5908 outname
= bfd_get_section_name (output_bfd
,
5910 target
= bfd_get_section_by_name (output_bfd
, outname
+ 4);
5912 && (target
->flags
& SEC_READONLY
) != 0
5913 && (target
->flags
& SEC_ALLOC
) != 0)
5914 || strcmp (outname
, ".rel.dyn") == 0)
5917 /* We use the reloc_count field as a counter if we need
5918 to copy relocs into the output file. */
5919 if (strcmp (name
, ".rel.dyn") != 0)
5922 /* If combreloc is enabled, elf_link_sort_relocs() will
5923 sort relocations, but in a different way than we do,
5924 and before we're done creating relocations. Also, it
5925 will move them around between input sections'
5926 relocation's contents, so our sorting would be
5927 broken, so don't let it run. */
5928 info
->combreloc
= 0;
5931 else if (strncmp (name
, ".got", 4) == 0)
5933 /* _bfd_mips_elf_always_size_sections() has already done
5934 most of the work, but some symbols may have been mapped
5935 to versions that we must now resolve in the got_entries
5937 struct mips_got_info
*gg
= mips_elf_got_info (dynobj
, NULL
);
5938 struct mips_got_info
*g
= gg
;
5939 struct mips_elf_set_global_got_offset_arg set_got_offset_arg
;
5940 unsigned int needed_relocs
= 0;
5944 set_got_offset_arg
.value
= MIPS_ELF_GOT_SIZE (output_bfd
);
5945 set_got_offset_arg
.info
= info
;
5947 mips_elf_resolve_final_got_entries (gg
);
5948 for (g
= gg
->next
; g
&& g
->next
!= gg
; g
= g
->next
)
5950 unsigned int save_assign
;
5952 mips_elf_resolve_final_got_entries (g
);
5954 /* Assign offsets to global GOT entries. */
5955 save_assign
= g
->assigned_gotno
;
5956 g
->assigned_gotno
= g
->local_gotno
;
5957 set_got_offset_arg
.g
= g
;
5958 set_got_offset_arg
.needed_relocs
= 0;
5959 htab_traverse (g
->got_entries
,
5960 mips_elf_set_global_got_offset
,
5961 &set_got_offset_arg
);
5962 needed_relocs
+= set_got_offset_arg
.needed_relocs
;
5963 BFD_ASSERT (g
->assigned_gotno
- g
->local_gotno
5964 <= g
->global_gotno
);
5966 g
->assigned_gotno
= save_assign
;
5969 needed_relocs
+= g
->local_gotno
- g
->assigned_gotno
;
5970 BFD_ASSERT (g
->assigned_gotno
== g
->next
->local_gotno
5971 + g
->next
->global_gotno
5972 + MIPS_RESERVED_GOTNO
);
5977 mips_elf_allocate_dynamic_relocations (dynobj
, needed_relocs
);
5980 else if (strcmp (name
, MIPS_ELF_STUB_SECTION_NAME (output_bfd
)) == 0)
5982 /* IRIX rld assumes that the function stub isn't at the end
5983 of .text section. So put a dummy. XXX */
5984 s
->_raw_size
+= MIPS_FUNCTION_STUB_SIZE
;
5986 else if (! info
->shared
5987 && ! mips_elf_hash_table (info
)->use_rld_obj_head
5988 && strncmp (name
, ".rld_map", 8) == 0)
5990 /* We add a room for __rld_map. It will be filled in by the
5991 rtld to contain a pointer to the _r_debug structure. */
5994 else if (SGI_COMPAT (output_bfd
)
5995 && strncmp (name
, ".compact_rel", 12) == 0)
5996 s
->_raw_size
+= mips_elf_hash_table (info
)->compact_rel_size
;
5997 else if (strncmp (name
, ".init", 5) != 0)
5999 /* It's not one of our sections, so don't allocate space. */
6005 _bfd_strip_section_from_output (info
, s
);
6009 /* Allocate memory for the section contents. */
6010 s
->contents
= bfd_zalloc (dynobj
, s
->_raw_size
);
6011 if (s
->contents
== NULL
&& s
->_raw_size
!= 0)
6013 bfd_set_error (bfd_error_no_memory
);
6018 if (elf_hash_table (info
)->dynamic_sections_created
)
6020 /* Add some entries to the .dynamic section. We fill in the
6021 values later, in _bfd_mips_elf_finish_dynamic_sections, but we
6022 must add the entries now so that we get the correct size for
6023 the .dynamic section. The DT_DEBUG entry is filled in by the
6024 dynamic linker and used by the debugger. */
6027 /* SGI object has the equivalence of DT_DEBUG in the
6028 DT_MIPS_RLD_MAP entry. */
6029 if (!MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_RLD_MAP
, 0))
6031 if (!SGI_COMPAT (output_bfd
))
6033 if (!MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_DEBUG
, 0))
6039 /* Shared libraries on traditional mips have DT_DEBUG. */
6040 if (!SGI_COMPAT (output_bfd
))
6042 if (!MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_DEBUG
, 0))
6047 if (reltext
&& SGI_COMPAT (output_bfd
))
6048 info
->flags
|= DF_TEXTREL
;
6050 if ((info
->flags
& DF_TEXTREL
) != 0)
6052 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_TEXTREL
, 0))
6056 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_PLTGOT
, 0))
6059 if (mips_elf_rel_dyn_section (dynobj
, FALSE
))
6061 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_REL
, 0))
6064 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_RELSZ
, 0))
6067 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_RELENT
, 0))
6071 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_RLD_VERSION
, 0))
6074 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_FLAGS
, 0))
6078 /* Time stamps in executable files are a bad idea. */
6079 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_TIME_STAMP
, 0))
6084 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_ICHECKSUM
, 0))
6089 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_IVERSION
, 0))
6093 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_BASE_ADDRESS
, 0))
6096 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_LOCAL_GOTNO
, 0))
6099 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_SYMTABNO
, 0))
6102 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_UNREFEXTNO
, 0))
6105 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_GOTSYM
, 0))
6108 if (IRIX_COMPAT (dynobj
) == ict_irix5
6109 && ! MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_HIPAGENO
, 0))
6112 if (IRIX_COMPAT (dynobj
) == ict_irix6
6113 && (bfd_get_section_by_name
6114 (dynobj
, MIPS_ELF_OPTIONS_SECTION_NAME (dynobj
)))
6115 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info
, DT_MIPS_OPTIONS
, 0))
6122 /* Relocate a MIPS ELF section. */
6125 _bfd_mips_elf_relocate_section (bfd
*output_bfd
, struct bfd_link_info
*info
,
6126 bfd
*input_bfd
, asection
*input_section
,
6127 bfd_byte
*contents
, Elf_Internal_Rela
*relocs
,
6128 Elf_Internal_Sym
*local_syms
,
6129 asection
**local_sections
)
6131 Elf_Internal_Rela
*rel
;
6132 const Elf_Internal_Rela
*relend
;
6134 bfd_boolean use_saved_addend_p
= FALSE
;
6135 const struct elf_backend_data
*bed
;
6137 bed
= get_elf_backend_data (output_bfd
);
6138 relend
= relocs
+ input_section
->reloc_count
* bed
->s
->int_rels_per_ext_rel
;
6139 for (rel
= relocs
; rel
< relend
; ++rel
)
6143 reloc_howto_type
*howto
;
6144 bfd_boolean require_jalx
;
6145 /* TRUE if the relocation is a RELA relocation, rather than a
6147 bfd_boolean rela_relocation_p
= TRUE
;
6148 unsigned int r_type
= ELF_R_TYPE (output_bfd
, rel
->r_info
);
6151 /* Find the relocation howto for this relocation. */
6152 if (r_type
== R_MIPS_64
&& ! NEWABI_P (input_bfd
))
6154 /* Some 32-bit code uses R_MIPS_64. In particular, people use
6155 64-bit code, but make sure all their addresses are in the
6156 lowermost or uppermost 32-bit section of the 64-bit address
6157 space. Thus, when they use an R_MIPS_64 they mean what is
6158 usually meant by R_MIPS_32, with the exception that the
6159 stored value is sign-extended to 64 bits. */
6160 howto
= MIPS_ELF_RTYPE_TO_HOWTO (input_bfd
, R_MIPS_32
, FALSE
);
6162 /* On big-endian systems, we need to lie about the position
6164 if (bfd_big_endian (input_bfd
))
6168 /* NewABI defaults to RELA relocations. */
6169 howto
= MIPS_ELF_RTYPE_TO_HOWTO (input_bfd
, r_type
,
6170 NEWABI_P (input_bfd
)
6171 && (MIPS_RELOC_RELA_P
6172 (input_bfd
, input_section
,
6175 if (!use_saved_addend_p
)
6177 Elf_Internal_Shdr
*rel_hdr
;
6179 /* If these relocations were originally of the REL variety,
6180 we must pull the addend out of the field that will be
6181 relocated. Otherwise, we simply use the contents of the
6182 RELA relocation. To determine which flavor or relocation
6183 this is, we depend on the fact that the INPUT_SECTION's
6184 REL_HDR is read before its REL_HDR2. */
6185 rel_hdr
= &elf_section_data (input_section
)->rel_hdr
;
6186 if ((size_t) (rel
- relocs
)
6187 >= (NUM_SHDR_ENTRIES (rel_hdr
) * bed
->s
->int_rels_per_ext_rel
))
6188 rel_hdr
= elf_section_data (input_section
)->rel_hdr2
;
6189 if (rel_hdr
->sh_entsize
== MIPS_ELF_REL_SIZE (input_bfd
))
6191 /* Note that this is a REL relocation. */
6192 rela_relocation_p
= FALSE
;
6194 /* Get the addend, which is stored in the input file. */
6195 addend
= mips_elf_obtain_contents (howto
, rel
, input_bfd
,
6197 addend
&= howto
->src_mask
;
6199 /* For some kinds of relocations, the ADDEND is a
6200 combination of the addend stored in two different
6202 if (r_type
== R_MIPS_HI16
6203 || (r_type
== R_MIPS_GOT16
6204 && mips_elf_local_relocation_p (input_bfd
, rel
,
6205 local_sections
, FALSE
)))
6208 const Elf_Internal_Rela
*lo16_relocation
;
6209 reloc_howto_type
*lo16_howto
;
6211 /* The combined value is the sum of the HI16 addend,
6212 left-shifted by sixteen bits, and the LO16
6213 addend, sign extended. (Usually, the code does
6214 a `lui' of the HI16 value, and then an `addiu' of
6217 Scan ahead to find a matching LO16 relocation.
6219 According to the MIPS ELF ABI, the R_MIPS_LO16
6220 relocation must be immediately following.
6221 However, for the IRIX6 ABI, the next relocation
6222 may be a composed relocation consisting of
6223 several relocations for the same address. In
6224 that case, the R_MIPS_LO16 relocation may occur
6225 as one of these. We permit a similar extension
6226 in general, as that is useful for GCC. */
6227 lo16_relocation
= mips_elf_next_relocation (input_bfd
,
6230 if (lo16_relocation
== NULL
)
6233 /* Obtain the addend kept there. */
6234 lo16_howto
= MIPS_ELF_RTYPE_TO_HOWTO (input_bfd
,
6235 R_MIPS_LO16
, FALSE
);
6236 l
= mips_elf_obtain_contents (lo16_howto
, lo16_relocation
,
6237 input_bfd
, contents
);
6238 l
&= lo16_howto
->src_mask
;
6239 l
<<= lo16_howto
->rightshift
;
6240 l
= _bfd_mips_elf_sign_extend (l
, 16);
6244 /* Compute the combined addend. */
6247 else if (r_type
== R_MIPS16_GPREL
)
6249 /* The addend is scrambled in the object file. See
6250 mips_elf_perform_relocation for details on the
6252 addend
= (((addend
& 0x1f0000) >> 5)
6253 | ((addend
& 0x7e00000) >> 16)
6257 addend
<<= howto
->rightshift
;
6260 addend
= rel
->r_addend
;
6263 if (info
->relocatable
)
6265 Elf_Internal_Sym
*sym
;
6266 unsigned long r_symndx
;
6268 if (r_type
== R_MIPS_64
&& ! NEWABI_P (output_bfd
)
6269 && bfd_big_endian (input_bfd
))
6272 /* Since we're just relocating, all we need to do is copy
6273 the relocations back out to the object file, unless
6274 they're against a section symbol, in which case we need
6275 to adjust by the section offset, or unless they're GP
6276 relative in which case we need to adjust by the amount
6277 that we're adjusting GP in this relocatable object. */
6279 if (! mips_elf_local_relocation_p (input_bfd
, rel
, local_sections
,
6281 /* There's nothing to do for non-local relocations. */
6284 if (r_type
== R_MIPS16_GPREL
6285 || r_type
== R_MIPS_GPREL16
6286 || r_type
== R_MIPS_GPREL32
6287 || r_type
== R_MIPS_LITERAL
)
6288 addend
-= (_bfd_get_gp_value (output_bfd
)
6289 - _bfd_get_gp_value (input_bfd
));
6291 r_symndx
= ELF_R_SYM (output_bfd
, rel
->r_info
);
6292 sym
= local_syms
+ r_symndx
;
6293 if (ELF_ST_TYPE (sym
->st_info
) == STT_SECTION
)
6294 /* Adjust the addend appropriately. */
6295 addend
+= local_sections
[r_symndx
]->output_offset
;
6297 if (rela_relocation_p
)
6298 /* If this is a RELA relocation, just update the addend. */
6299 rel
->r_addend
= addend
;
6302 if (r_type
== R_MIPS_HI16
6303 || r_type
== R_MIPS_GOT16
)
6304 addend
= mips_elf_high (addend
);
6305 else if (r_type
== R_MIPS_HIGHER
)
6306 addend
= mips_elf_higher (addend
);
6307 else if (r_type
== R_MIPS_HIGHEST
)
6308 addend
= mips_elf_highest (addend
);
6310 addend
>>= howto
->rightshift
;
6312 /* We use the source mask, rather than the destination
6313 mask because the place to which we are writing will be
6314 source of the addend in the final link. */
6315 addend
&= howto
->src_mask
;
6317 if (r_type
== R_MIPS_64
&& ! NEWABI_P (output_bfd
))
6318 /* See the comment above about using R_MIPS_64 in the 32-bit
6319 ABI. Here, we need to update the addend. It would be
6320 possible to get away with just using the R_MIPS_32 reloc
6321 but for endianness. */
6327 if (addend
& ((bfd_vma
) 1 << 31))
6329 sign_bits
= ((bfd_vma
) 1 << 32) - 1;
6336 /* If we don't know that we have a 64-bit type,
6337 do two separate stores. */
6338 if (bfd_big_endian (input_bfd
))
6340 /* Store the sign-bits (which are most significant)
6342 low_bits
= sign_bits
;
6348 high_bits
= sign_bits
;
6350 bfd_put_32 (input_bfd
, low_bits
,
6351 contents
+ rel
->r_offset
);
6352 bfd_put_32 (input_bfd
, high_bits
,
6353 contents
+ rel
->r_offset
+ 4);
6357 if (! mips_elf_perform_relocation (info
, howto
, rel
, addend
,
6358 input_bfd
, input_section
,
6363 /* Go on to the next relocation. */
6367 /* In the N32 and 64-bit ABIs there may be multiple consecutive
6368 relocations for the same offset. In that case we are
6369 supposed to treat the output of each relocation as the addend
6371 if (rel
+ 1 < relend
6372 && rel
->r_offset
== rel
[1].r_offset
6373 && ELF_R_TYPE (input_bfd
, rel
[1].r_info
) != R_MIPS_NONE
)
6374 use_saved_addend_p
= TRUE
;
6376 use_saved_addend_p
= FALSE
;
6378 /* Figure out what value we are supposed to relocate. */
6379 switch (mips_elf_calculate_relocation (output_bfd
, input_bfd
,
6380 input_section
, info
, rel
,
6381 addend
, howto
, local_syms
,
6382 local_sections
, &value
,
6383 &name
, &require_jalx
,
6384 use_saved_addend_p
))
6386 case bfd_reloc_continue
:
6387 /* There's nothing to do. */
6390 case bfd_reloc_undefined
:
6391 /* mips_elf_calculate_relocation already called the
6392 undefined_symbol callback. There's no real point in
6393 trying to perform the relocation at this point, so we
6394 just skip ahead to the next relocation. */
6397 case bfd_reloc_notsupported
:
6398 msg
= _("internal error: unsupported relocation error");
6399 info
->callbacks
->warning
6400 (info
, msg
, name
, input_bfd
, input_section
, rel
->r_offset
);
6403 case bfd_reloc_overflow
:
6404 if (use_saved_addend_p
)
6405 /* Ignore overflow until we reach the last relocation for
6406 a given location. */
6410 BFD_ASSERT (name
!= NULL
);
6411 if (! ((*info
->callbacks
->reloc_overflow
)
6412 (info
, name
, howto
->name
, 0,
6413 input_bfd
, input_section
, rel
->r_offset
)))
6426 /* If we've got another relocation for the address, keep going
6427 until we reach the last one. */
6428 if (use_saved_addend_p
)
6434 if (r_type
== R_MIPS_64
&& ! NEWABI_P (output_bfd
))
6435 /* See the comment above about using R_MIPS_64 in the 32-bit
6436 ABI. Until now, we've been using the HOWTO for R_MIPS_32;
6437 that calculated the right value. Now, however, we
6438 sign-extend the 32-bit result to 64-bits, and store it as a
6439 64-bit value. We are especially generous here in that we
6440 go to extreme lengths to support this usage on systems with
6441 only a 32-bit VMA. */
6447 if (value
& ((bfd_vma
) 1 << 31))
6449 sign_bits
= ((bfd_vma
) 1 << 32) - 1;
6456 /* If we don't know that we have a 64-bit type,
6457 do two separate stores. */
6458 if (bfd_big_endian (input_bfd
))
6460 /* Undo what we did above. */
6462 /* Store the sign-bits (which are most significant)
6464 low_bits
= sign_bits
;
6470 high_bits
= sign_bits
;
6472 bfd_put_32 (input_bfd
, low_bits
,
6473 contents
+ rel
->r_offset
);
6474 bfd_put_32 (input_bfd
, high_bits
,
6475 contents
+ rel
->r_offset
+ 4);
6479 /* Actually perform the relocation. */
6480 if (! mips_elf_perform_relocation (info
, howto
, rel
, value
,
6481 input_bfd
, input_section
,
6482 contents
, require_jalx
))
6489 /* If NAME is one of the special IRIX6 symbols defined by the linker,
6490 adjust it appropriately now. */
6493 mips_elf_irix6_finish_dynamic_symbol (bfd
*abfd ATTRIBUTE_UNUSED
,
6494 const char *name
, Elf_Internal_Sym
*sym
)
6496 /* The linker script takes care of providing names and values for
6497 these, but we must place them into the right sections. */
6498 static const char* const text_section_symbols
[] = {
6501 "__dso_displacement",
6503 "__program_header_table",
6507 static const char* const data_section_symbols
[] = {
6515 const char* const *p
;
6518 for (i
= 0; i
< 2; ++i
)
6519 for (p
= (i
== 0) ? text_section_symbols
: data_section_symbols
;
6522 if (strcmp (*p
, name
) == 0)
6524 /* All of these symbols are given type STT_SECTION by the
6526 sym
->st_info
= ELF_ST_INFO (STB_GLOBAL
, STT_SECTION
);
6527 sym
->st_other
= STO_PROTECTED
;
6529 /* The IRIX linker puts these symbols in special sections. */
6531 sym
->st_shndx
= SHN_MIPS_TEXT
;
6533 sym
->st_shndx
= SHN_MIPS_DATA
;
6539 /* Finish up dynamic symbol handling. We set the contents of various
6540 dynamic sections here. */
6543 _bfd_mips_elf_finish_dynamic_symbol (bfd
*output_bfd
,
6544 struct bfd_link_info
*info
,
6545 struct elf_link_hash_entry
*h
,
6546 Elf_Internal_Sym
*sym
)
6550 struct mips_got_info
*g
, *gg
;
6553 dynobj
= elf_hash_table (info
)->dynobj
;
6555 if (h
->plt
.offset
!= MINUS_ONE
)
6558 bfd_byte stub
[MIPS_FUNCTION_STUB_SIZE
];
6560 /* This symbol has a stub. Set it up. */
6562 BFD_ASSERT (h
->dynindx
!= -1);
6564 s
= bfd_get_section_by_name (dynobj
,
6565 MIPS_ELF_STUB_SECTION_NAME (dynobj
));
6566 BFD_ASSERT (s
!= NULL
);
6568 /* FIXME: Can h->dynindex be more than 64K? */
6569 if (h
->dynindx
& 0xffff0000)
6572 /* Fill the stub. */
6573 bfd_put_32 (output_bfd
, STUB_LW (output_bfd
), stub
);
6574 bfd_put_32 (output_bfd
, STUB_MOVE (output_bfd
), stub
+ 4);
6575 bfd_put_32 (output_bfd
, STUB_JALR
, stub
+ 8);
6576 bfd_put_32 (output_bfd
, STUB_LI16 (output_bfd
) + h
->dynindx
, stub
+ 12);
6578 BFD_ASSERT (h
->plt
.offset
<= s
->_raw_size
);
6579 memcpy (s
->contents
+ h
->plt
.offset
, stub
, MIPS_FUNCTION_STUB_SIZE
);
6581 /* Mark the symbol as undefined. plt.offset != -1 occurs
6582 only for the referenced symbol. */
6583 sym
->st_shndx
= SHN_UNDEF
;
6585 /* The run-time linker uses the st_value field of the symbol
6586 to reset the global offset table entry for this external
6587 to its stub address when unlinking a shared object. */
6588 sym
->st_value
= (s
->output_section
->vma
+ s
->output_offset
6592 BFD_ASSERT (h
->dynindx
!= -1
6593 || (h
->elf_link_hash_flags
& ELF_LINK_FORCED_LOCAL
) != 0);
6595 sgot
= mips_elf_got_section (dynobj
, FALSE
);
6596 BFD_ASSERT (sgot
!= NULL
);
6597 BFD_ASSERT (mips_elf_section_data (sgot
) != NULL
);
6598 g
= mips_elf_section_data (sgot
)->u
.got_info
;
6599 BFD_ASSERT (g
!= NULL
);
6601 /* Run through the global symbol table, creating GOT entries for all
6602 the symbols that need them. */
6603 if (g
->global_gotsym
!= NULL
6604 && h
->dynindx
>= g
->global_gotsym
->dynindx
)
6609 value
= sym
->st_value
;
6610 offset
= mips_elf_global_got_index (dynobj
, output_bfd
, h
);
6611 MIPS_ELF_PUT_WORD (output_bfd
, value
, sgot
->contents
+ offset
);
6614 if (g
->next
&& h
->dynindx
!= -1)
6616 struct mips_got_entry e
, *p
;
6622 e
.abfd
= output_bfd
;
6624 e
.d
.h
= (struct mips_elf_link_hash_entry
*)h
;
6626 for (g
= g
->next
; g
->next
!= gg
; g
= g
->next
)
6629 && (p
= (struct mips_got_entry
*) htab_find (g
->got_entries
,
6634 || (elf_hash_table (info
)->dynamic_sections_created
6636 && ((p
->d
.h
->root
.elf_link_hash_flags
6637 & ELF_LINK_HASH_DEF_DYNAMIC
) != 0)
6638 && ((p
->d
.h
->root
.elf_link_hash_flags
6639 & ELF_LINK_HASH_DEF_REGULAR
) == 0)))
6641 /* Create an R_MIPS_REL32 relocation for this entry. Due to
6642 the various compatibility problems, it's easier to mock
6643 up an R_MIPS_32 or R_MIPS_64 relocation and leave
6644 mips_elf_create_dynamic_relocation to calculate the
6645 appropriate addend. */
6646 Elf_Internal_Rela rel
[3];
6648 memset (rel
, 0, sizeof (rel
));
6649 if (ABI_64_P (output_bfd
))
6650 rel
[0].r_info
= ELF_R_INFO (output_bfd
, 0, R_MIPS_64
);
6652 rel
[0].r_info
= ELF_R_INFO (output_bfd
, 0, R_MIPS_32
);
6653 rel
[0].r_offset
= rel
[1].r_offset
= rel
[2].r_offset
= offset
;
6656 if (! (mips_elf_create_dynamic_relocation
6657 (output_bfd
, info
, rel
,
6658 e
.d
.h
, NULL
, sym
->st_value
, &entry
, sgot
)))
6662 entry
= sym
->st_value
;
6663 MIPS_ELF_PUT_WORD (output_bfd
, entry
, sgot
->contents
+ offset
);
6668 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
6669 name
= h
->root
.root
.string
;
6670 if (strcmp (name
, "_DYNAMIC") == 0
6671 || strcmp (name
, "_GLOBAL_OFFSET_TABLE_") == 0)
6672 sym
->st_shndx
= SHN_ABS
;
6673 else if (strcmp (name
, "_DYNAMIC_LINK") == 0
6674 || strcmp (name
, "_DYNAMIC_LINKING") == 0)
6676 sym
->st_shndx
= SHN_ABS
;
6677 sym
->st_info
= ELF_ST_INFO (STB_GLOBAL
, STT_SECTION
);
6680 else if (strcmp (name
, "_gp_disp") == 0 && ! NEWABI_P (output_bfd
))
6682 sym
->st_shndx
= SHN_ABS
;
6683 sym
->st_info
= ELF_ST_INFO (STB_GLOBAL
, STT_SECTION
);
6684 sym
->st_value
= elf_gp (output_bfd
);
6686 else if (SGI_COMPAT (output_bfd
))
6688 if (strcmp (name
, mips_elf_dynsym_rtproc_names
[0]) == 0
6689 || strcmp (name
, mips_elf_dynsym_rtproc_names
[1]) == 0)
6691 sym
->st_info
= ELF_ST_INFO (STB_GLOBAL
, STT_SECTION
);
6692 sym
->st_other
= STO_PROTECTED
;
6694 sym
->st_shndx
= SHN_MIPS_DATA
;
6696 else if (strcmp (name
, mips_elf_dynsym_rtproc_names
[2]) == 0)
6698 sym
->st_info
= ELF_ST_INFO (STB_GLOBAL
, STT_SECTION
);
6699 sym
->st_other
= STO_PROTECTED
;
6700 sym
->st_value
= mips_elf_hash_table (info
)->procedure_count
;
6701 sym
->st_shndx
= SHN_ABS
;
6703 else if (sym
->st_shndx
!= SHN_UNDEF
&& sym
->st_shndx
!= SHN_ABS
)
6705 if (h
->type
== STT_FUNC
)
6706 sym
->st_shndx
= SHN_MIPS_TEXT
;
6707 else if (h
->type
== STT_OBJECT
)
6708 sym
->st_shndx
= SHN_MIPS_DATA
;
6712 /* Handle the IRIX6-specific symbols. */
6713 if (IRIX_COMPAT (output_bfd
) == ict_irix6
)
6714 mips_elf_irix6_finish_dynamic_symbol (output_bfd
, name
, sym
);
6718 if (! mips_elf_hash_table (info
)->use_rld_obj_head
6719 && (strcmp (name
, "__rld_map") == 0
6720 || strcmp (name
, "__RLD_MAP") == 0))
6722 asection
*s
= bfd_get_section_by_name (dynobj
, ".rld_map");
6723 BFD_ASSERT (s
!= NULL
);
6724 sym
->st_value
= s
->output_section
->vma
+ s
->output_offset
;
6725 bfd_put_32 (output_bfd
, 0, s
->contents
);
6726 if (mips_elf_hash_table (info
)->rld_value
== 0)
6727 mips_elf_hash_table (info
)->rld_value
= sym
->st_value
;
6729 else if (mips_elf_hash_table (info
)->use_rld_obj_head
6730 && strcmp (name
, "__rld_obj_head") == 0)
6732 /* IRIX6 does not use a .rld_map section. */
6733 if (IRIX_COMPAT (output_bfd
) == ict_irix5
6734 || IRIX_COMPAT (output_bfd
) == ict_none
)
6735 BFD_ASSERT (bfd_get_section_by_name (dynobj
, ".rld_map")
6737 mips_elf_hash_table (info
)->rld_value
= sym
->st_value
;
6741 /* If this is a mips16 symbol, force the value to be even. */
6742 if (sym
->st_other
== STO_MIPS16
)
6743 sym
->st_value
&= ~1;
6748 /* Finish up the dynamic sections. */
6751 _bfd_mips_elf_finish_dynamic_sections (bfd
*output_bfd
,
6752 struct bfd_link_info
*info
)
6757 struct mips_got_info
*gg
, *g
;
6759 dynobj
= elf_hash_table (info
)->dynobj
;
6761 sdyn
= bfd_get_section_by_name (dynobj
, ".dynamic");
6763 sgot
= mips_elf_got_section (dynobj
, FALSE
);
6768 BFD_ASSERT (mips_elf_section_data (sgot
) != NULL
);
6769 gg
= mips_elf_section_data (sgot
)->u
.got_info
;
6770 BFD_ASSERT (gg
!= NULL
);
6771 g
= mips_elf_got_for_ibfd (gg
, output_bfd
);
6772 BFD_ASSERT (g
!= NULL
);
6775 if (elf_hash_table (info
)->dynamic_sections_created
)
6779 BFD_ASSERT (sdyn
!= NULL
);
6780 BFD_ASSERT (g
!= NULL
);
6782 for (b
= sdyn
->contents
;
6783 b
< sdyn
->contents
+ sdyn
->_raw_size
;
6784 b
+= MIPS_ELF_DYN_SIZE (dynobj
))
6786 Elf_Internal_Dyn dyn
;
6790 bfd_boolean swap_out_p
;
6792 /* Read in the current dynamic entry. */
6793 (*get_elf_backend_data (dynobj
)->s
->swap_dyn_in
) (dynobj
, b
, &dyn
);
6795 /* Assume that we're going to modify it and write it out. */
6801 s
= mips_elf_rel_dyn_section (dynobj
, FALSE
);
6802 BFD_ASSERT (s
!= NULL
);
6803 dyn
.d_un
.d_val
= MIPS_ELF_REL_SIZE (dynobj
);
6807 /* Rewrite DT_STRSZ. */
6809 _bfd_elf_strtab_size (elf_hash_table (info
)->dynstr
);
6814 s
= bfd_get_section_by_name (output_bfd
, name
);
6815 BFD_ASSERT (s
!= NULL
);
6816 dyn
.d_un
.d_ptr
= s
->vma
;
6819 case DT_MIPS_RLD_VERSION
:
6820 dyn
.d_un
.d_val
= 1; /* XXX */
6824 dyn
.d_un
.d_val
= RHF_NOTPOT
; /* XXX */
6827 case DT_MIPS_TIME_STAMP
:
6828 time ((time_t *) &dyn
.d_un
.d_val
);
6831 case DT_MIPS_ICHECKSUM
:
6836 case DT_MIPS_IVERSION
:
6841 case DT_MIPS_BASE_ADDRESS
:
6842 s
= output_bfd
->sections
;
6843 BFD_ASSERT (s
!= NULL
);
6844 dyn
.d_un
.d_ptr
= s
->vma
& ~(bfd_vma
) 0xffff;
6847 case DT_MIPS_LOCAL_GOTNO
:
6848 dyn
.d_un
.d_val
= g
->local_gotno
;
6851 case DT_MIPS_UNREFEXTNO
:
6852 /* The index into the dynamic symbol table which is the
6853 entry of the first external symbol that is not
6854 referenced within the same object. */
6855 dyn
.d_un
.d_val
= bfd_count_sections (output_bfd
) + 1;
6858 case DT_MIPS_GOTSYM
:
6859 if (gg
->global_gotsym
)
6861 dyn
.d_un
.d_val
= gg
->global_gotsym
->dynindx
;
6864 /* In case if we don't have global got symbols we default
6865 to setting DT_MIPS_GOTSYM to the same value as
6866 DT_MIPS_SYMTABNO, so we just fall through. */
6868 case DT_MIPS_SYMTABNO
:
6870 elemsize
= MIPS_ELF_SYM_SIZE (output_bfd
);
6871 s
= bfd_get_section_by_name (output_bfd
, name
);
6872 BFD_ASSERT (s
!= NULL
);
6874 if (s
->_cooked_size
!= 0)
6875 dyn
.d_un
.d_val
= s
->_cooked_size
/ elemsize
;
6877 dyn
.d_un
.d_val
= s
->_raw_size
/ elemsize
;
6880 case DT_MIPS_HIPAGENO
:
6881 dyn
.d_un
.d_val
= g
->local_gotno
- MIPS_RESERVED_GOTNO
;
6884 case DT_MIPS_RLD_MAP
:
6885 dyn
.d_un
.d_ptr
= mips_elf_hash_table (info
)->rld_value
;
6888 case DT_MIPS_OPTIONS
:
6889 s
= (bfd_get_section_by_name
6890 (output_bfd
, MIPS_ELF_OPTIONS_SECTION_NAME (output_bfd
)));
6891 dyn
.d_un
.d_ptr
= s
->vma
;
6895 /* Reduce DT_RELSZ to account for any relocations we
6896 decided not to make. This is for the n64 irix rld,
6897 which doesn't seem to apply any relocations if there
6898 are trailing null entries. */
6899 s
= mips_elf_rel_dyn_section (dynobj
, FALSE
);
6900 dyn
.d_un
.d_val
= (s
->reloc_count
6901 * (ABI_64_P (output_bfd
)
6902 ? sizeof (Elf64_Mips_External_Rel
)
6903 : sizeof (Elf32_External_Rel
)));
6912 (*get_elf_backend_data (dynobj
)->s
->swap_dyn_out
)
6917 /* The first entry of the global offset table will be filled at
6918 runtime. The second entry will be used by some runtime loaders.
6919 This isn't the case of IRIX rld. */
6920 if (sgot
!= NULL
&& sgot
->_raw_size
> 0)
6922 MIPS_ELF_PUT_WORD (output_bfd
, 0, sgot
->contents
);
6923 MIPS_ELF_PUT_WORD (output_bfd
, 0x80000000,
6924 sgot
->contents
+ MIPS_ELF_GOT_SIZE (output_bfd
));
6928 elf_section_data (sgot
->output_section
)->this_hdr
.sh_entsize
6929 = MIPS_ELF_GOT_SIZE (output_bfd
);
6931 /* Generate dynamic relocations for the non-primary gots. */
6932 if (gg
!= NULL
&& gg
->next
)
6934 Elf_Internal_Rela rel
[3];
6937 memset (rel
, 0, sizeof (rel
));
6938 rel
[0].r_info
= ELF_R_INFO (output_bfd
, 0, R_MIPS_REL32
);
6940 for (g
= gg
->next
; g
->next
!= gg
; g
= g
->next
)
6942 bfd_vma index
= g
->next
->local_gotno
+ g
->next
->global_gotno
;
6944 MIPS_ELF_PUT_WORD (output_bfd
, 0, sgot
->contents
6945 + index
++ * MIPS_ELF_GOT_SIZE (output_bfd
));
6946 MIPS_ELF_PUT_WORD (output_bfd
, 0x80000000, sgot
->contents
6947 + index
++ * MIPS_ELF_GOT_SIZE (output_bfd
));
6952 while (index
< g
->assigned_gotno
)
6954 rel
[0].r_offset
= rel
[1].r_offset
= rel
[2].r_offset
6955 = index
++ * MIPS_ELF_GOT_SIZE (output_bfd
);
6956 if (!(mips_elf_create_dynamic_relocation
6957 (output_bfd
, info
, rel
, NULL
,
6958 bfd_abs_section_ptr
,
6961 BFD_ASSERT (addend
== 0);
6968 Elf32_compact_rel cpt
;
6970 if (SGI_COMPAT (output_bfd
))
6972 /* Write .compact_rel section out. */
6973 s
= bfd_get_section_by_name (dynobj
, ".compact_rel");
6977 cpt
.num
= s
->reloc_count
;
6979 cpt
.offset
= (s
->output_section
->filepos
6980 + sizeof (Elf32_External_compact_rel
));
6983 bfd_elf32_swap_compact_rel_out (output_bfd
, &cpt
,
6984 ((Elf32_External_compact_rel
*)
6987 /* Clean up a dummy stub function entry in .text. */
6988 s
= bfd_get_section_by_name (dynobj
,
6989 MIPS_ELF_STUB_SECTION_NAME (dynobj
));
6992 file_ptr dummy_offset
;
6994 BFD_ASSERT (s
->_raw_size
>= MIPS_FUNCTION_STUB_SIZE
);
6995 dummy_offset
= s
->_raw_size
- MIPS_FUNCTION_STUB_SIZE
;
6996 memset (s
->contents
+ dummy_offset
, 0,
6997 MIPS_FUNCTION_STUB_SIZE
);
7002 /* We need to sort the entries of the dynamic relocation section. */
7004 s
= mips_elf_rel_dyn_section (dynobj
, FALSE
);
7007 && s
->_raw_size
> (bfd_vma
)2 * MIPS_ELF_REL_SIZE (output_bfd
))
7009 reldyn_sorting_bfd
= output_bfd
;
7011 if (ABI_64_P (output_bfd
))
7012 qsort ((Elf64_External_Rel
*) s
->contents
+ 1, s
->reloc_count
- 1,
7013 sizeof (Elf64_Mips_External_Rel
), sort_dynamic_relocs_64
);
7015 qsort ((Elf32_External_Rel
*) s
->contents
+ 1, s
->reloc_count
- 1,
7016 sizeof (Elf32_External_Rel
), sort_dynamic_relocs
);
7024 /* Set ABFD's EF_MIPS_ARCH and EF_MIPS_MACH flags. */
7027 mips_set_isa_flags (bfd
*abfd
)
7031 switch (bfd_get_mach (abfd
))
7034 case bfd_mach_mips3000
:
7035 val
= E_MIPS_ARCH_1
;
7038 case bfd_mach_mips3900
:
7039 val
= E_MIPS_ARCH_1
| E_MIPS_MACH_3900
;
7042 case bfd_mach_mips6000
:
7043 val
= E_MIPS_ARCH_2
;
7046 case bfd_mach_mips4000
:
7047 case bfd_mach_mips4300
:
7048 case bfd_mach_mips4400
:
7049 case bfd_mach_mips4600
:
7050 val
= E_MIPS_ARCH_3
;
7053 case bfd_mach_mips4010
:
7054 val
= E_MIPS_ARCH_3
| E_MIPS_MACH_4010
;
7057 case bfd_mach_mips4100
:
7058 val
= E_MIPS_ARCH_3
| E_MIPS_MACH_4100
;
7061 case bfd_mach_mips4111
:
7062 val
= E_MIPS_ARCH_3
| E_MIPS_MACH_4111
;
7065 case bfd_mach_mips4120
:
7066 val
= E_MIPS_ARCH_3
| E_MIPS_MACH_4120
;
7069 case bfd_mach_mips4650
:
7070 val
= E_MIPS_ARCH_3
| E_MIPS_MACH_4650
;
7073 case bfd_mach_mips5400
:
7074 val
= E_MIPS_ARCH_4
| E_MIPS_MACH_5400
;
7077 case bfd_mach_mips5500
:
7078 val
= E_MIPS_ARCH_4
| E_MIPS_MACH_5500
;
7081 case bfd_mach_mips5000
:
7082 case bfd_mach_mips7000
:
7083 case bfd_mach_mips8000
:
7084 case bfd_mach_mips10000
:
7085 case bfd_mach_mips12000
:
7086 val
= E_MIPS_ARCH_4
;
7089 case bfd_mach_mips5
:
7090 val
= E_MIPS_ARCH_5
;
7093 case bfd_mach_mips_sb1
:
7094 val
= E_MIPS_ARCH_64
| E_MIPS_MACH_SB1
;
7097 case bfd_mach_mipsisa32
:
7098 val
= E_MIPS_ARCH_32
;
7101 case bfd_mach_mipsisa64
:
7102 val
= E_MIPS_ARCH_64
;
7105 case bfd_mach_mipsisa32r2
:
7106 val
= E_MIPS_ARCH_32R2
;
7109 case bfd_mach_mipsisa64r2
:
7110 val
= E_MIPS_ARCH_64R2
;
7113 elf_elfheader (abfd
)->e_flags
&= ~(EF_MIPS_ARCH
| EF_MIPS_MACH
);
7114 elf_elfheader (abfd
)->e_flags
|= val
;
7119 /* The final processing done just before writing out a MIPS ELF object
7120 file. This gets the MIPS architecture right based on the machine
7121 number. This is used by both the 32-bit and the 64-bit ABI. */
7124 _bfd_mips_elf_final_write_processing (bfd
*abfd
,
7125 bfd_boolean linker ATTRIBUTE_UNUSED
)
7128 Elf_Internal_Shdr
**hdrpp
;
7132 /* Keep the existing EF_MIPS_MACH and EF_MIPS_ARCH flags if the former
7133 is nonzero. This is for compatibility with old objects, which used
7134 a combination of a 32-bit EF_MIPS_ARCH and a 64-bit EF_MIPS_MACH. */
7135 if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_MACH
) == 0)
7136 mips_set_isa_flags (abfd
);
7138 /* Set the sh_info field for .gptab sections and other appropriate
7139 info for each special section. */
7140 for (i
= 1, hdrpp
= elf_elfsections (abfd
) + 1;
7141 i
< elf_numsections (abfd
);
7144 switch ((*hdrpp
)->sh_type
)
7147 case SHT_MIPS_LIBLIST
:
7148 sec
= bfd_get_section_by_name (abfd
, ".dynstr");
7150 (*hdrpp
)->sh_link
= elf_section_data (sec
)->this_idx
;
7153 case SHT_MIPS_GPTAB
:
7154 BFD_ASSERT ((*hdrpp
)->bfd_section
!= NULL
);
7155 name
= bfd_get_section_name (abfd
, (*hdrpp
)->bfd_section
);
7156 BFD_ASSERT (name
!= NULL
7157 && strncmp (name
, ".gptab.", sizeof ".gptab." - 1) == 0);
7158 sec
= bfd_get_section_by_name (abfd
, name
+ sizeof ".gptab" - 1);
7159 BFD_ASSERT (sec
!= NULL
);
7160 (*hdrpp
)->sh_info
= elf_section_data (sec
)->this_idx
;
7163 case SHT_MIPS_CONTENT
:
7164 BFD_ASSERT ((*hdrpp
)->bfd_section
!= NULL
);
7165 name
= bfd_get_section_name (abfd
, (*hdrpp
)->bfd_section
);
7166 BFD_ASSERT (name
!= NULL
7167 && strncmp (name
, ".MIPS.content",
7168 sizeof ".MIPS.content" - 1) == 0);
7169 sec
= bfd_get_section_by_name (abfd
,
7170 name
+ sizeof ".MIPS.content" - 1);
7171 BFD_ASSERT (sec
!= NULL
);
7172 (*hdrpp
)->sh_link
= elf_section_data (sec
)->this_idx
;
7175 case SHT_MIPS_SYMBOL_LIB
:
7176 sec
= bfd_get_section_by_name (abfd
, ".dynsym");
7178 (*hdrpp
)->sh_link
= elf_section_data (sec
)->this_idx
;
7179 sec
= bfd_get_section_by_name (abfd
, ".liblist");
7181 (*hdrpp
)->sh_info
= elf_section_data (sec
)->this_idx
;
7184 case SHT_MIPS_EVENTS
:
7185 BFD_ASSERT ((*hdrpp
)->bfd_section
!= NULL
);
7186 name
= bfd_get_section_name (abfd
, (*hdrpp
)->bfd_section
);
7187 BFD_ASSERT (name
!= NULL
);
7188 if (strncmp (name
, ".MIPS.events", sizeof ".MIPS.events" - 1) == 0)
7189 sec
= bfd_get_section_by_name (abfd
,
7190 name
+ sizeof ".MIPS.events" - 1);
7193 BFD_ASSERT (strncmp (name
, ".MIPS.post_rel",
7194 sizeof ".MIPS.post_rel" - 1) == 0);
7195 sec
= bfd_get_section_by_name (abfd
,
7197 + sizeof ".MIPS.post_rel" - 1));
7199 BFD_ASSERT (sec
!= NULL
);
7200 (*hdrpp
)->sh_link
= elf_section_data (sec
)->this_idx
;
7207 /* When creating an IRIX5 executable, we need REGINFO and RTPROC
7211 _bfd_mips_elf_additional_program_headers (bfd
*abfd
)
7216 /* See if we need a PT_MIPS_REGINFO segment. */
7217 s
= bfd_get_section_by_name (abfd
, ".reginfo");
7218 if (s
&& (s
->flags
& SEC_LOAD
))
7221 /* See if we need a PT_MIPS_OPTIONS segment. */
7222 if (IRIX_COMPAT (abfd
) == ict_irix6
7223 && bfd_get_section_by_name (abfd
,
7224 MIPS_ELF_OPTIONS_SECTION_NAME (abfd
)))
7227 /* See if we need a PT_MIPS_RTPROC segment. */
7228 if (IRIX_COMPAT (abfd
) == ict_irix5
7229 && bfd_get_section_by_name (abfd
, ".dynamic")
7230 && bfd_get_section_by_name (abfd
, ".mdebug"))
7236 /* Modify the segment map for an IRIX5 executable. */
7239 _bfd_mips_elf_modify_segment_map (bfd
*abfd
,
7240 struct bfd_link_info
*info ATTRIBUTE_UNUSED
)
7243 struct elf_segment_map
*m
, **pm
;
7246 /* If there is a .reginfo section, we need a PT_MIPS_REGINFO
7248 s
= bfd_get_section_by_name (abfd
, ".reginfo");
7249 if (s
!= NULL
&& (s
->flags
& SEC_LOAD
) != 0)
7251 for (m
= elf_tdata (abfd
)->segment_map
; m
!= NULL
; m
= m
->next
)
7252 if (m
->p_type
== PT_MIPS_REGINFO
)
7257 m
= bfd_zalloc (abfd
, amt
);
7261 m
->p_type
= PT_MIPS_REGINFO
;
7265 /* We want to put it after the PHDR and INTERP segments. */
7266 pm
= &elf_tdata (abfd
)->segment_map
;
7268 && ((*pm
)->p_type
== PT_PHDR
7269 || (*pm
)->p_type
== PT_INTERP
))
7277 /* For IRIX 6, we don't have .mdebug sections, nor does anything but
7278 .dynamic end up in PT_DYNAMIC. However, we do have to insert a
7279 PT_MIPS_OPTIONS segment immediately following the program header
7282 /* On non-IRIX6 new abi, we'll have already created a segment
7283 for this section, so don't create another. I'm not sure this
7284 is not also the case for IRIX 6, but I can't test it right
7286 && IRIX_COMPAT (abfd
) == ict_irix6
)
7288 for (s
= abfd
->sections
; s
; s
= s
->next
)
7289 if (elf_section_data (s
)->this_hdr
.sh_type
== SHT_MIPS_OPTIONS
)
7294 struct elf_segment_map
*options_segment
;
7296 pm
= &elf_tdata (abfd
)->segment_map
;
7298 && ((*pm
)->p_type
== PT_PHDR
7299 || (*pm
)->p_type
== PT_INTERP
))
7302 amt
= sizeof (struct elf_segment_map
);
7303 options_segment
= bfd_zalloc (abfd
, amt
);
7304 options_segment
->next
= *pm
;
7305 options_segment
->p_type
= PT_MIPS_OPTIONS
;
7306 options_segment
->p_flags
= PF_R
;
7307 options_segment
->p_flags_valid
= TRUE
;
7308 options_segment
->count
= 1;
7309 options_segment
->sections
[0] = s
;
7310 *pm
= options_segment
;
7315 if (IRIX_COMPAT (abfd
) == ict_irix5
)
7317 /* If there are .dynamic and .mdebug sections, we make a room
7318 for the RTPROC header. FIXME: Rewrite without section names. */
7319 if (bfd_get_section_by_name (abfd
, ".interp") == NULL
7320 && bfd_get_section_by_name (abfd
, ".dynamic") != NULL
7321 && bfd_get_section_by_name (abfd
, ".mdebug") != NULL
)
7323 for (m
= elf_tdata (abfd
)->segment_map
; m
!= NULL
; m
= m
->next
)
7324 if (m
->p_type
== PT_MIPS_RTPROC
)
7329 m
= bfd_zalloc (abfd
, amt
);
7333 m
->p_type
= PT_MIPS_RTPROC
;
7335 s
= bfd_get_section_by_name (abfd
, ".rtproc");
7340 m
->p_flags_valid
= 1;
7348 /* We want to put it after the DYNAMIC segment. */
7349 pm
= &elf_tdata (abfd
)->segment_map
;
7350 while (*pm
!= NULL
&& (*pm
)->p_type
!= PT_DYNAMIC
)
7360 /* On IRIX5, the PT_DYNAMIC segment includes the .dynamic,
7361 .dynstr, .dynsym, and .hash sections, and everything in
7363 for (pm
= &elf_tdata (abfd
)->segment_map
; *pm
!= NULL
;
7365 if ((*pm
)->p_type
== PT_DYNAMIC
)
7368 if (m
!= NULL
&& IRIX_COMPAT (abfd
) == ict_none
)
7370 /* For a normal mips executable the permissions for the PT_DYNAMIC
7371 segment are read, write and execute. We do that here since
7372 the code in elf.c sets only the read permission. This matters
7373 sometimes for the dynamic linker. */
7374 if (bfd_get_section_by_name (abfd
, ".dynamic") != NULL
)
7376 m
->p_flags
= PF_R
| PF_W
| PF_X
;
7377 m
->p_flags_valid
= 1;
7381 && m
->count
== 1 && strcmp (m
->sections
[0]->name
, ".dynamic") == 0)
7383 static const char *sec_names
[] =
7385 ".dynamic", ".dynstr", ".dynsym", ".hash"
7389 struct elf_segment_map
*n
;
7393 for (i
= 0; i
< sizeof sec_names
/ sizeof sec_names
[0]; i
++)
7395 s
= bfd_get_section_by_name (abfd
, sec_names
[i
]);
7396 if (s
!= NULL
&& (s
->flags
& SEC_LOAD
) != 0)
7402 sz
= s
->_cooked_size
;
7405 if (high
< s
->vma
+ sz
)
7411 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
7412 if ((s
->flags
& SEC_LOAD
) != 0
7415 + (s
->_cooked_size
!=
7416 0 ? s
->_cooked_size
: s
->_raw_size
)) <= high
))
7419 amt
= sizeof *n
+ (bfd_size_type
) (c
- 1) * sizeof (asection
*);
7420 n
= bfd_zalloc (abfd
, amt
);
7427 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
7429 if ((s
->flags
& SEC_LOAD
) != 0
7432 + (s
->_cooked_size
!= 0 ?
7433 s
->_cooked_size
: s
->_raw_size
)) <= high
))
7447 /* Return the section that should be marked against GC for a given
7451 _bfd_mips_elf_gc_mark_hook (asection
*sec
,
7452 struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
7453 Elf_Internal_Rela
*rel
,
7454 struct elf_link_hash_entry
*h
,
7455 Elf_Internal_Sym
*sym
)
7457 /* ??? Do mips16 stub sections need to be handled special? */
7461 switch (ELF_R_TYPE (sec
->owner
, rel
->r_info
))
7463 case R_MIPS_GNU_VTINHERIT
:
7464 case R_MIPS_GNU_VTENTRY
:
7468 switch (h
->root
.type
)
7470 case bfd_link_hash_defined
:
7471 case bfd_link_hash_defweak
:
7472 return h
->root
.u
.def
.section
;
7474 case bfd_link_hash_common
:
7475 return h
->root
.u
.c
.p
->section
;
7483 return bfd_section_from_elf_index (sec
->owner
, sym
->st_shndx
);
7488 /* Update the got entry reference counts for the section being removed. */
7491 _bfd_mips_elf_gc_sweep_hook (bfd
*abfd ATTRIBUTE_UNUSED
,
7492 struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
7493 asection
*sec ATTRIBUTE_UNUSED
,
7494 const Elf_Internal_Rela
*relocs ATTRIBUTE_UNUSED
)
7497 Elf_Internal_Shdr
*symtab_hdr
;
7498 struct elf_link_hash_entry
**sym_hashes
;
7499 bfd_signed_vma
*local_got_refcounts
;
7500 const Elf_Internal_Rela
*rel
, *relend
;
7501 unsigned long r_symndx
;
7502 struct elf_link_hash_entry
*h
;
7504 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
7505 sym_hashes
= elf_sym_hashes (abfd
);
7506 local_got_refcounts
= elf_local_got_refcounts (abfd
);
7508 relend
= relocs
+ sec
->reloc_count
;
7509 for (rel
= relocs
; rel
< relend
; rel
++)
7510 switch (ELF_R_TYPE (abfd
, rel
->r_info
))
7514 case R_MIPS_CALL_HI16
:
7515 case R_MIPS_CALL_LO16
:
7516 case R_MIPS_GOT_HI16
:
7517 case R_MIPS_GOT_LO16
:
7518 case R_MIPS_GOT_DISP
:
7519 case R_MIPS_GOT_PAGE
:
7520 case R_MIPS_GOT_OFST
:
7521 /* ??? It would seem that the existing MIPS code does no sort
7522 of reference counting or whatnot on its GOT and PLT entries,
7523 so it is not possible to garbage collect them at this time. */
7534 /* Copy data from a MIPS ELF indirect symbol to its direct symbol,
7535 hiding the old indirect symbol. Process additional relocation
7536 information. Also called for weakdefs, in which case we just let
7537 _bfd_elf_link_hash_copy_indirect copy the flags for us. */
7540 _bfd_mips_elf_copy_indirect_symbol (const struct elf_backend_data
*bed
,
7541 struct elf_link_hash_entry
*dir
,
7542 struct elf_link_hash_entry
*ind
)
7544 struct mips_elf_link_hash_entry
*dirmips
, *indmips
;
7546 _bfd_elf_link_hash_copy_indirect (bed
, dir
, ind
);
7548 if (ind
->root
.type
!= bfd_link_hash_indirect
)
7551 dirmips
= (struct mips_elf_link_hash_entry
*) dir
;
7552 indmips
= (struct mips_elf_link_hash_entry
*) ind
;
7553 dirmips
->possibly_dynamic_relocs
+= indmips
->possibly_dynamic_relocs
;
7554 if (indmips
->readonly_reloc
)
7555 dirmips
->readonly_reloc
= TRUE
;
7556 if (indmips
->no_fn_stub
)
7557 dirmips
->no_fn_stub
= TRUE
;
7561 _bfd_mips_elf_hide_symbol (struct bfd_link_info
*info
,
7562 struct elf_link_hash_entry
*entry
,
7563 bfd_boolean force_local
)
7567 struct mips_got_info
*g
;
7568 struct mips_elf_link_hash_entry
*h
;
7570 h
= (struct mips_elf_link_hash_entry
*) entry
;
7571 if (h
->forced_local
)
7573 h
->forced_local
= force_local
;
7575 dynobj
= elf_hash_table (info
)->dynobj
;
7576 if (dynobj
!= NULL
&& force_local
)
7578 got
= mips_elf_got_section (dynobj
, FALSE
);
7579 g
= mips_elf_section_data (got
)->u
.got_info
;
7583 struct mips_got_entry e
;
7584 struct mips_got_info
*gg
= g
;
7586 /* Since we're turning what used to be a global symbol into a
7587 local one, bump up the number of local entries of each GOT
7588 that had an entry for it. This will automatically decrease
7589 the number of global entries, since global_gotno is actually
7590 the upper limit of global entries. */
7595 for (g
= g
->next
; g
!= gg
; g
= g
->next
)
7596 if (htab_find (g
->got_entries
, &e
))
7598 BFD_ASSERT (g
->global_gotno
> 0);
7603 /* If this was a global symbol forced into the primary GOT, we
7604 no longer need an entry for it. We can't release the entry
7605 at this point, but we must at least stop counting it as one
7606 of the symbols that required a forced got entry. */
7607 if (h
->root
.got
.offset
== 2)
7609 BFD_ASSERT (gg
->assigned_gotno
> 0);
7610 gg
->assigned_gotno
--;
7613 else if (g
->global_gotno
== 0 && g
->global_gotsym
== NULL
)
7614 /* If we haven't got through GOT allocation yet, just bump up the
7615 number of local entries, as this symbol won't be counted as
7618 else if (h
->root
.got
.offset
== 1)
7620 /* If we're past non-multi-GOT allocation and this symbol had
7621 been marked for a global got entry, give it a local entry
7623 BFD_ASSERT (g
->global_gotno
> 0);
7629 _bfd_elf_link_hash_hide_symbol (info
, &h
->root
, force_local
);
7635 _bfd_mips_elf_discard_info (bfd
*abfd
, struct elf_reloc_cookie
*cookie
,
7636 struct bfd_link_info
*info
)
7639 bfd_boolean ret
= FALSE
;
7640 unsigned char *tdata
;
7643 o
= bfd_get_section_by_name (abfd
, ".pdr");
7646 if (o
->_raw_size
== 0)
7648 if (o
->_raw_size
% PDR_SIZE
!= 0)
7650 if (o
->output_section
!= NULL
7651 && bfd_is_abs_section (o
->output_section
))
7654 tdata
= bfd_zmalloc (o
->_raw_size
/ PDR_SIZE
);
7658 cookie
->rels
= _bfd_elf_link_read_relocs (abfd
, o
, NULL
, NULL
,
7666 cookie
->rel
= cookie
->rels
;
7667 cookie
->relend
= cookie
->rels
+ o
->reloc_count
;
7669 for (i
= 0, skip
= 0; i
< o
->_raw_size
/ PDR_SIZE
; i
++)
7671 if (bfd_elf_reloc_symbol_deleted_p (i
* PDR_SIZE
, cookie
))
7680 mips_elf_section_data (o
)->u
.tdata
= tdata
;
7681 o
->_cooked_size
= o
->_raw_size
- skip
* PDR_SIZE
;
7687 if (! info
->keep_memory
)
7688 free (cookie
->rels
);
7694 _bfd_mips_elf_ignore_discarded_relocs (asection
*sec
)
7696 if (strcmp (sec
->name
, ".pdr") == 0)
7702 _bfd_mips_elf_write_section (bfd
*output_bfd
, asection
*sec
,
7705 bfd_byte
*to
, *from
, *end
;
7708 if (strcmp (sec
->name
, ".pdr") != 0)
7711 if (mips_elf_section_data (sec
)->u
.tdata
== NULL
)
7715 end
= contents
+ sec
->_raw_size
;
7716 for (from
= contents
, i
= 0;
7718 from
+= PDR_SIZE
, i
++)
7720 if ((mips_elf_section_data (sec
)->u
.tdata
)[i
] == 1)
7723 memcpy (to
, from
, PDR_SIZE
);
7726 bfd_set_section_contents (output_bfd
, sec
->output_section
, contents
,
7727 sec
->output_offset
, sec
->_cooked_size
);
7731 /* MIPS ELF uses a special find_nearest_line routine in order the
7732 handle the ECOFF debugging information. */
7734 struct mips_elf_find_line
7736 struct ecoff_debug_info d
;
7737 struct ecoff_find_line i
;
7741 _bfd_mips_elf_find_nearest_line (bfd
*abfd
, asection
*section
,
7742 asymbol
**symbols
, bfd_vma offset
,
7743 const char **filename_ptr
,
7744 const char **functionname_ptr
,
7745 unsigned int *line_ptr
)
7749 if (_bfd_dwarf1_find_nearest_line (abfd
, section
, symbols
, offset
,
7750 filename_ptr
, functionname_ptr
,
7754 if (_bfd_dwarf2_find_nearest_line (abfd
, section
, symbols
, offset
,
7755 filename_ptr
, functionname_ptr
,
7756 line_ptr
, ABI_64_P (abfd
) ? 8 : 0,
7757 &elf_tdata (abfd
)->dwarf2_find_line_info
))
7760 msec
= bfd_get_section_by_name (abfd
, ".mdebug");
7764 struct mips_elf_find_line
*fi
;
7765 const struct ecoff_debug_swap
* const swap
=
7766 get_elf_backend_data (abfd
)->elf_backend_ecoff_debug_swap
;
7768 /* If we are called during a link, mips_elf_final_link may have
7769 cleared the SEC_HAS_CONTENTS field. We force it back on here
7770 if appropriate (which it normally will be). */
7771 origflags
= msec
->flags
;
7772 if (elf_section_data (msec
)->this_hdr
.sh_type
!= SHT_NOBITS
)
7773 msec
->flags
|= SEC_HAS_CONTENTS
;
7775 fi
= elf_tdata (abfd
)->find_line_info
;
7778 bfd_size_type external_fdr_size
;
7781 struct fdr
*fdr_ptr
;
7782 bfd_size_type amt
= sizeof (struct mips_elf_find_line
);
7784 fi
= bfd_zalloc (abfd
, amt
);
7787 msec
->flags
= origflags
;
7791 if (! _bfd_mips_elf_read_ecoff_info (abfd
, msec
, &fi
->d
))
7793 msec
->flags
= origflags
;
7797 /* Swap in the FDR information. */
7798 amt
= fi
->d
.symbolic_header
.ifdMax
* sizeof (struct fdr
);
7799 fi
->d
.fdr
= bfd_alloc (abfd
, amt
);
7800 if (fi
->d
.fdr
== NULL
)
7802 msec
->flags
= origflags
;
7805 external_fdr_size
= swap
->external_fdr_size
;
7806 fdr_ptr
= fi
->d
.fdr
;
7807 fraw_src
= (char *) fi
->d
.external_fdr
;
7808 fraw_end
= (fraw_src
7809 + fi
->d
.symbolic_header
.ifdMax
* external_fdr_size
);
7810 for (; fraw_src
< fraw_end
; fraw_src
+= external_fdr_size
, fdr_ptr
++)
7811 (*swap
->swap_fdr_in
) (abfd
, fraw_src
, fdr_ptr
);
7813 elf_tdata (abfd
)->find_line_info
= fi
;
7815 /* Note that we don't bother to ever free this information.
7816 find_nearest_line is either called all the time, as in
7817 objdump -l, so the information should be saved, or it is
7818 rarely called, as in ld error messages, so the memory
7819 wasted is unimportant. Still, it would probably be a
7820 good idea for free_cached_info to throw it away. */
7823 if (_bfd_ecoff_locate_line (abfd
, section
, offset
, &fi
->d
, swap
,
7824 &fi
->i
, filename_ptr
, functionname_ptr
,
7827 msec
->flags
= origflags
;
7831 msec
->flags
= origflags
;
7834 /* Fall back on the generic ELF find_nearest_line routine. */
7836 return _bfd_elf_find_nearest_line (abfd
, section
, symbols
, offset
,
7837 filename_ptr
, functionname_ptr
,
7841 /* When are writing out the .options or .MIPS.options section,
7842 remember the bytes we are writing out, so that we can install the
7843 GP value in the section_processing routine. */
7846 _bfd_mips_elf_set_section_contents (bfd
*abfd
, sec_ptr section
,
7847 const void *location
,
7848 file_ptr offset
, bfd_size_type count
)
7850 if (strcmp (section
->name
, MIPS_ELF_OPTIONS_SECTION_NAME (abfd
)) == 0)
7854 if (elf_section_data (section
) == NULL
)
7856 bfd_size_type amt
= sizeof (struct bfd_elf_section_data
);
7857 section
->used_by_bfd
= bfd_zalloc (abfd
, amt
);
7858 if (elf_section_data (section
) == NULL
)
7861 c
= mips_elf_section_data (section
)->u
.tdata
;
7866 if (section
->_cooked_size
!= 0)
7867 size
= section
->_cooked_size
;
7869 size
= section
->_raw_size
;
7870 c
= bfd_zalloc (abfd
, size
);
7873 mips_elf_section_data (section
)->u
.tdata
= c
;
7876 memcpy (c
+ offset
, location
, count
);
7879 return _bfd_elf_set_section_contents (abfd
, section
, location
, offset
,
7883 /* This is almost identical to bfd_generic_get_... except that some
7884 MIPS relocations need to be handled specially. Sigh. */
7887 _bfd_elf_mips_get_relocated_section_contents
7889 struct bfd_link_info
*link_info
,
7890 struct bfd_link_order
*link_order
,
7892 bfd_boolean relocatable
,
7895 /* Get enough memory to hold the stuff */
7896 bfd
*input_bfd
= link_order
->u
.indirect
.section
->owner
;
7897 asection
*input_section
= link_order
->u
.indirect
.section
;
7899 long reloc_size
= bfd_get_reloc_upper_bound (input_bfd
, input_section
);
7900 arelent
**reloc_vector
= NULL
;
7906 reloc_vector
= bfd_malloc (reloc_size
);
7907 if (reloc_vector
== NULL
&& reloc_size
!= 0)
7910 /* read in the section */
7911 if (!bfd_get_section_contents (input_bfd
, input_section
, data
, 0,
7912 input_section
->_raw_size
))
7915 /* We're not relaxing the section, so just copy the size info */
7916 input_section
->_cooked_size
= input_section
->_raw_size
;
7917 input_section
->reloc_done
= TRUE
;
7919 reloc_count
= bfd_canonicalize_reloc (input_bfd
,
7923 if (reloc_count
< 0)
7926 if (reloc_count
> 0)
7931 bfd_vma gp
= 0x12345678; /* initialize just to shut gcc up */
7934 struct bfd_hash_entry
*h
;
7935 struct bfd_link_hash_entry
*lh
;
7936 /* Skip all this stuff if we aren't mixing formats. */
7937 if (abfd
&& input_bfd
7938 && abfd
->xvec
== input_bfd
->xvec
)
7942 h
= bfd_hash_lookup (&link_info
->hash
->table
, "_gp", FALSE
, FALSE
);
7943 lh
= (struct bfd_link_hash_entry
*) h
;
7950 case bfd_link_hash_undefined
:
7951 case bfd_link_hash_undefweak
:
7952 case bfd_link_hash_common
:
7955 case bfd_link_hash_defined
:
7956 case bfd_link_hash_defweak
:
7958 gp
= lh
->u
.def
.value
;
7960 case bfd_link_hash_indirect
:
7961 case bfd_link_hash_warning
:
7963 /* @@FIXME ignoring warning for now */
7965 case bfd_link_hash_new
:
7974 for (parent
= reloc_vector
; *parent
!= NULL
; parent
++)
7976 char *error_message
= NULL
;
7977 bfd_reloc_status_type r
;
7979 /* Specific to MIPS: Deal with relocation types that require
7980 knowing the gp of the output bfd. */
7981 asymbol
*sym
= *(*parent
)->sym_ptr_ptr
;
7982 if (bfd_is_abs_section (sym
->section
) && abfd
)
7984 /* The special_function wouldn't get called anyway. */
7988 /* The gp isn't there; let the special function code
7989 fall over on its own. */
7991 else if ((*parent
)->howto
->special_function
7992 == _bfd_mips_elf32_gprel16_reloc
)
7994 /* bypass special_function call */
7995 r
= _bfd_mips_elf_gprel16_with_gp (input_bfd
, sym
, *parent
,
7996 input_section
, relocatable
,
7998 goto skip_bfd_perform_relocation
;
8000 /* end mips specific stuff */
8002 r
= bfd_perform_relocation (input_bfd
, *parent
, data
, input_section
,
8003 relocatable
? abfd
: NULL
,
8005 skip_bfd_perform_relocation
:
8009 asection
*os
= input_section
->output_section
;
8011 /* A partial link, so keep the relocs */
8012 os
->orelocation
[os
->reloc_count
] = *parent
;
8016 if (r
!= bfd_reloc_ok
)
8020 case bfd_reloc_undefined
:
8021 if (!((*link_info
->callbacks
->undefined_symbol
)
8022 (link_info
, bfd_asymbol_name (*(*parent
)->sym_ptr_ptr
),
8023 input_bfd
, input_section
, (*parent
)->address
,
8027 case bfd_reloc_dangerous
:
8028 BFD_ASSERT (error_message
!= NULL
);
8029 if (!((*link_info
->callbacks
->reloc_dangerous
)
8030 (link_info
, error_message
, input_bfd
, input_section
,
8031 (*parent
)->address
)))
8034 case bfd_reloc_overflow
:
8035 if (!((*link_info
->callbacks
->reloc_overflow
)
8036 (link_info
, bfd_asymbol_name (*(*parent
)->sym_ptr_ptr
),
8037 (*parent
)->howto
->name
, (*parent
)->addend
,
8038 input_bfd
, input_section
, (*parent
)->address
)))
8041 case bfd_reloc_outofrange
:
8050 if (reloc_vector
!= NULL
)
8051 free (reloc_vector
);
8055 if (reloc_vector
!= NULL
)
8056 free (reloc_vector
);
8060 /* Create a MIPS ELF linker hash table. */
8062 struct bfd_link_hash_table
*
8063 _bfd_mips_elf_link_hash_table_create (bfd
*abfd
)
8065 struct mips_elf_link_hash_table
*ret
;
8066 bfd_size_type amt
= sizeof (struct mips_elf_link_hash_table
);
8068 ret
= bfd_malloc (amt
);
8072 if (! _bfd_elf_link_hash_table_init (&ret
->root
, abfd
,
8073 mips_elf_link_hash_newfunc
))
8080 /* We no longer use this. */
8081 for (i
= 0; i
< SIZEOF_MIPS_DYNSYM_SECNAMES
; i
++)
8082 ret
->dynsym_sec_strindex
[i
] = (bfd_size_type
) -1;
8084 ret
->procedure_count
= 0;
8085 ret
->compact_rel_size
= 0;
8086 ret
->use_rld_obj_head
= FALSE
;
8088 ret
->mips16_stubs_seen
= FALSE
;
8090 return &ret
->root
.root
;
8093 /* We need to use a special link routine to handle the .reginfo and
8094 the .mdebug sections. We need to merge all instances of these
8095 sections together, not write them all out sequentially. */
8098 _bfd_mips_elf_final_link (bfd
*abfd
, struct bfd_link_info
*info
)
8102 struct bfd_link_order
*p
;
8103 asection
*reginfo_sec
, *mdebug_sec
, *gptab_data_sec
, *gptab_bss_sec
;
8104 asection
*rtproc_sec
;
8105 Elf32_RegInfo reginfo
;
8106 struct ecoff_debug_info debug
;
8107 const struct ecoff_debug_swap
*swap
8108 = get_elf_backend_data (abfd
)->elf_backend_ecoff_debug_swap
;
8109 HDRR
*symhdr
= &debug
.symbolic_header
;
8110 void *mdebug_handle
= NULL
;
8116 static const char * const secname
[] =
8118 ".text", ".init", ".fini", ".data",
8119 ".rodata", ".sdata", ".sbss", ".bss"
8121 static const int sc
[] =
8123 scText
, scInit
, scFini
, scData
,
8124 scRData
, scSData
, scSBss
, scBss
8127 /* We'd carefully arranged the dynamic symbol indices, and then the
8128 generic size_dynamic_sections renumbered them out from under us.
8129 Rather than trying somehow to prevent the renumbering, just do
8131 if (elf_hash_table (info
)->dynamic_sections_created
)
8135 struct mips_got_info
*g
;
8137 /* When we resort, we must tell mips_elf_sort_hash_table what
8138 the lowest index it may use is. That's the number of section
8139 symbols we're going to add. The generic ELF linker only
8140 adds these symbols when building a shared object. Note that
8141 we count the sections after (possibly) removing the .options
8143 if (! mips_elf_sort_hash_table (info
, (info
->shared
8144 ? bfd_count_sections (abfd
) + 1
8148 /* Make sure we didn't grow the global .got region. */
8149 dynobj
= elf_hash_table (info
)->dynobj
;
8150 got
= mips_elf_got_section (dynobj
, FALSE
);
8151 g
= mips_elf_section_data (got
)->u
.got_info
;
8153 if (g
->global_gotsym
!= NULL
)
8154 BFD_ASSERT ((elf_hash_table (info
)->dynsymcount
8155 - g
->global_gotsym
->dynindx
)
8156 <= g
->global_gotno
);
8160 /* We want to set the GP value for ld -r. */
8161 /* On IRIX5, we omit the .options section. On IRIX6, however, we
8162 include it, even though we don't process it quite right. (Some
8163 entries are supposed to be merged.) Empirically, we seem to be
8164 better off including it then not. */
8165 if (IRIX_COMPAT (abfd
) == ict_irix5
|| IRIX_COMPAT (abfd
) == ict_none
)
8166 for (secpp
= &abfd
->sections
; *secpp
!= NULL
; secpp
= &(*secpp
)->next
)
8168 if (strcmp ((*secpp
)->name
, MIPS_ELF_OPTIONS_SECTION_NAME (abfd
)) == 0)
8170 for (p
= (*secpp
)->link_order_head
; p
!= NULL
; p
= p
->next
)
8171 if (p
->type
== bfd_indirect_link_order
)
8172 p
->u
.indirect
.section
->flags
&= ~SEC_HAS_CONTENTS
;
8173 (*secpp
)->link_order_head
= NULL
;
8174 bfd_section_list_remove (abfd
, secpp
);
8175 --abfd
->section_count
;
8181 /* We include .MIPS.options, even though we don't process it quite right.
8182 (Some entries are supposed to be merged.) At IRIX6 empirically we seem
8183 to be better off including it than not. */
8184 for (secpp
= &abfd
->sections
; *secpp
!= NULL
; secpp
= &(*secpp
)->next
)
8186 if (strcmp ((*secpp
)->name
, ".MIPS.options") == 0)
8188 for (p
= (*secpp
)->link_order_head
; p
!= NULL
; p
= p
->next
)
8189 if (p
->type
== bfd_indirect_link_order
)
8190 p
->u
.indirect
.section
->flags
&=~ SEC_HAS_CONTENTS
;
8191 (*secpp
)->link_order_head
= NULL
;
8192 bfd_section_list_remove (abfd
, secpp
);
8193 --abfd
->section_count
;
8200 /* Get a value for the GP register. */
8201 if (elf_gp (abfd
) == 0)
8203 struct bfd_link_hash_entry
*h
;
8205 h
= bfd_link_hash_lookup (info
->hash
, "_gp", FALSE
, FALSE
, TRUE
);
8206 if (h
!= NULL
&& h
->type
== bfd_link_hash_defined
)
8207 elf_gp (abfd
) = (h
->u
.def
.value
8208 + h
->u
.def
.section
->output_section
->vma
8209 + h
->u
.def
.section
->output_offset
);
8210 else if (info
->relocatable
)
8212 bfd_vma lo
= MINUS_ONE
;
8214 /* Find the GP-relative section with the lowest offset. */
8215 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
8217 && (elf_section_data (o
)->this_hdr
.sh_flags
& SHF_MIPS_GPREL
))
8220 /* And calculate GP relative to that. */
8221 elf_gp (abfd
) = lo
+ ELF_MIPS_GP_OFFSET (abfd
);
8225 /* If the relocate_section function needs to do a reloc
8226 involving the GP value, it should make a reloc_dangerous
8227 callback to warn that GP is not defined. */
8231 /* Go through the sections and collect the .reginfo and .mdebug
8235 gptab_data_sec
= NULL
;
8236 gptab_bss_sec
= NULL
;
8237 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
8239 if (strcmp (o
->name
, ".reginfo") == 0)
8241 memset (®info
, 0, sizeof reginfo
);
8243 /* We have found the .reginfo section in the output file.
8244 Look through all the link_orders comprising it and merge
8245 the information together. */
8246 for (p
= o
->link_order_head
; p
!= NULL
; p
= p
->next
)
8248 asection
*input_section
;
8250 Elf32_External_RegInfo ext
;
8253 if (p
->type
!= bfd_indirect_link_order
)
8255 if (p
->type
== bfd_data_link_order
)
8260 input_section
= p
->u
.indirect
.section
;
8261 input_bfd
= input_section
->owner
;
8263 /* The linker emulation code has probably clobbered the
8264 size to be zero bytes. */
8265 if (input_section
->_raw_size
== 0)
8266 input_section
->_raw_size
= sizeof (Elf32_External_RegInfo
);
8268 if (! bfd_get_section_contents (input_bfd
, input_section
,
8269 &ext
, 0, sizeof ext
))
8272 bfd_mips_elf32_swap_reginfo_in (input_bfd
, &ext
, &sub
);
8274 reginfo
.ri_gprmask
|= sub
.ri_gprmask
;
8275 reginfo
.ri_cprmask
[0] |= sub
.ri_cprmask
[0];
8276 reginfo
.ri_cprmask
[1] |= sub
.ri_cprmask
[1];
8277 reginfo
.ri_cprmask
[2] |= sub
.ri_cprmask
[2];
8278 reginfo
.ri_cprmask
[3] |= sub
.ri_cprmask
[3];
8280 /* ri_gp_value is set by the function
8281 mips_elf32_section_processing when the section is
8282 finally written out. */
8284 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8285 elf_link_input_bfd ignores this section. */
8286 input_section
->flags
&= ~SEC_HAS_CONTENTS
;
8289 /* Size has been set in _bfd_mips_elf_always_size_sections. */
8290 BFD_ASSERT(o
->_raw_size
== sizeof (Elf32_External_RegInfo
));
8292 /* Skip this section later on (I don't think this currently
8293 matters, but someday it might). */
8294 o
->link_order_head
= NULL
;
8299 if (strcmp (o
->name
, ".mdebug") == 0)
8301 struct extsym_info einfo
;
8304 /* We have found the .mdebug section in the output file.
8305 Look through all the link_orders comprising it and merge
8306 the information together. */
8307 symhdr
->magic
= swap
->sym_magic
;
8308 /* FIXME: What should the version stamp be? */
8310 symhdr
->ilineMax
= 0;
8314 symhdr
->isymMax
= 0;
8315 symhdr
->ioptMax
= 0;
8316 symhdr
->iauxMax
= 0;
8318 symhdr
->issExtMax
= 0;
8321 symhdr
->iextMax
= 0;
8323 /* We accumulate the debugging information itself in the
8324 debug_info structure. */
8326 debug
.external_dnr
= NULL
;
8327 debug
.external_pdr
= NULL
;
8328 debug
.external_sym
= NULL
;
8329 debug
.external_opt
= NULL
;
8330 debug
.external_aux
= NULL
;
8332 debug
.ssext
= debug
.ssext_end
= NULL
;
8333 debug
.external_fdr
= NULL
;
8334 debug
.external_rfd
= NULL
;
8335 debug
.external_ext
= debug
.external_ext_end
= NULL
;
8337 mdebug_handle
= bfd_ecoff_debug_init (abfd
, &debug
, swap
, info
);
8338 if (mdebug_handle
== NULL
)
8342 esym
.cobol_main
= 0;
8346 esym
.asym
.iss
= issNil
;
8347 esym
.asym
.st
= stLocal
;
8348 esym
.asym
.reserved
= 0;
8349 esym
.asym
.index
= indexNil
;
8351 for (i
= 0; i
< sizeof (secname
) / sizeof (secname
[0]); i
++)
8353 esym
.asym
.sc
= sc
[i
];
8354 s
= bfd_get_section_by_name (abfd
, secname
[i
]);
8357 esym
.asym
.value
= s
->vma
;
8358 last
= s
->vma
+ s
->_raw_size
;
8361 esym
.asym
.value
= last
;
8362 if (!bfd_ecoff_debug_one_external (abfd
, &debug
, swap
,
8367 for (p
= o
->link_order_head
; p
!= NULL
; p
= p
->next
)
8369 asection
*input_section
;
8371 const struct ecoff_debug_swap
*input_swap
;
8372 struct ecoff_debug_info input_debug
;
8376 if (p
->type
!= bfd_indirect_link_order
)
8378 if (p
->type
== bfd_data_link_order
)
8383 input_section
= p
->u
.indirect
.section
;
8384 input_bfd
= input_section
->owner
;
8386 if (bfd_get_flavour (input_bfd
) != bfd_target_elf_flavour
8387 || (get_elf_backend_data (input_bfd
)
8388 ->elf_backend_ecoff_debug_swap
) == NULL
)
8390 /* I don't know what a non MIPS ELF bfd would be
8391 doing with a .mdebug section, but I don't really
8392 want to deal with it. */
8396 input_swap
= (get_elf_backend_data (input_bfd
)
8397 ->elf_backend_ecoff_debug_swap
);
8399 BFD_ASSERT (p
->size
== input_section
->_raw_size
);
8401 /* The ECOFF linking code expects that we have already
8402 read in the debugging information and set up an
8403 ecoff_debug_info structure, so we do that now. */
8404 if (! _bfd_mips_elf_read_ecoff_info (input_bfd
, input_section
,
8408 if (! (bfd_ecoff_debug_accumulate
8409 (mdebug_handle
, abfd
, &debug
, swap
, input_bfd
,
8410 &input_debug
, input_swap
, info
)))
8413 /* Loop through the external symbols. For each one with
8414 interesting information, try to find the symbol in
8415 the linker global hash table and save the information
8416 for the output external symbols. */
8417 eraw_src
= input_debug
.external_ext
;
8418 eraw_end
= (eraw_src
8419 + (input_debug
.symbolic_header
.iextMax
8420 * input_swap
->external_ext_size
));
8422 eraw_src
< eraw_end
;
8423 eraw_src
+= input_swap
->external_ext_size
)
8427 struct mips_elf_link_hash_entry
*h
;
8429 (*input_swap
->swap_ext_in
) (input_bfd
, eraw_src
, &ext
);
8430 if (ext
.asym
.sc
== scNil
8431 || ext
.asym
.sc
== scUndefined
8432 || ext
.asym
.sc
== scSUndefined
)
8435 name
= input_debug
.ssext
+ ext
.asym
.iss
;
8436 h
= mips_elf_link_hash_lookup (mips_elf_hash_table (info
),
8437 name
, FALSE
, FALSE
, TRUE
);
8438 if (h
== NULL
|| h
->esym
.ifd
!= -2)
8444 < input_debug
.symbolic_header
.ifdMax
);
8445 ext
.ifd
= input_debug
.ifdmap
[ext
.ifd
];
8451 /* Free up the information we just read. */
8452 free (input_debug
.line
);
8453 free (input_debug
.external_dnr
);
8454 free (input_debug
.external_pdr
);
8455 free (input_debug
.external_sym
);
8456 free (input_debug
.external_opt
);
8457 free (input_debug
.external_aux
);
8458 free (input_debug
.ss
);
8459 free (input_debug
.ssext
);
8460 free (input_debug
.external_fdr
);
8461 free (input_debug
.external_rfd
);
8462 free (input_debug
.external_ext
);
8464 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8465 elf_link_input_bfd ignores this section. */
8466 input_section
->flags
&= ~SEC_HAS_CONTENTS
;
8469 if (SGI_COMPAT (abfd
) && info
->shared
)
8471 /* Create .rtproc section. */
8472 rtproc_sec
= bfd_get_section_by_name (abfd
, ".rtproc");
8473 if (rtproc_sec
== NULL
)
8475 flagword flags
= (SEC_HAS_CONTENTS
| SEC_IN_MEMORY
8476 | SEC_LINKER_CREATED
| SEC_READONLY
);
8478 rtproc_sec
= bfd_make_section (abfd
, ".rtproc");
8479 if (rtproc_sec
== NULL
8480 || ! bfd_set_section_flags (abfd
, rtproc_sec
, flags
)
8481 || ! bfd_set_section_alignment (abfd
, rtproc_sec
, 4))
8485 if (! mips_elf_create_procedure_table (mdebug_handle
, abfd
,
8491 /* Build the external symbol information. */
8494 einfo
.debug
= &debug
;
8496 einfo
.failed
= FALSE
;
8497 mips_elf_link_hash_traverse (mips_elf_hash_table (info
),
8498 mips_elf_output_extsym
, &einfo
);
8502 /* Set the size of the .mdebug section. */
8503 o
->_raw_size
= bfd_ecoff_debug_size (abfd
, &debug
, swap
);
8505 /* Skip this section later on (I don't think this currently
8506 matters, but someday it might). */
8507 o
->link_order_head
= NULL
;
8512 if (strncmp (o
->name
, ".gptab.", sizeof ".gptab." - 1) == 0)
8514 const char *subname
;
8517 Elf32_External_gptab
*ext_tab
;
8520 /* The .gptab.sdata and .gptab.sbss sections hold
8521 information describing how the small data area would
8522 change depending upon the -G switch. These sections
8523 not used in executables files. */
8524 if (! info
->relocatable
)
8526 for (p
= o
->link_order_head
; p
!= NULL
; p
= p
->next
)
8528 asection
*input_section
;
8530 if (p
->type
!= bfd_indirect_link_order
)
8532 if (p
->type
== bfd_data_link_order
)
8537 input_section
= p
->u
.indirect
.section
;
8539 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8540 elf_link_input_bfd ignores this section. */
8541 input_section
->flags
&= ~SEC_HAS_CONTENTS
;
8544 /* Skip this section later on (I don't think this
8545 currently matters, but someday it might). */
8546 o
->link_order_head
= NULL
;
8548 /* Really remove the section. */
8549 for (secpp
= &abfd
->sections
;
8551 secpp
= &(*secpp
)->next
)
8553 bfd_section_list_remove (abfd
, secpp
);
8554 --abfd
->section_count
;
8559 /* There is one gptab for initialized data, and one for
8560 uninitialized data. */
8561 if (strcmp (o
->name
, ".gptab.sdata") == 0)
8563 else if (strcmp (o
->name
, ".gptab.sbss") == 0)
8567 (*_bfd_error_handler
)
8568 (_("%s: illegal section name `%s'"),
8569 bfd_get_filename (abfd
), o
->name
);
8570 bfd_set_error (bfd_error_nonrepresentable_section
);
8574 /* The linker script always combines .gptab.data and
8575 .gptab.sdata into .gptab.sdata, and likewise for
8576 .gptab.bss and .gptab.sbss. It is possible that there is
8577 no .sdata or .sbss section in the output file, in which
8578 case we must change the name of the output section. */
8579 subname
= o
->name
+ sizeof ".gptab" - 1;
8580 if (bfd_get_section_by_name (abfd
, subname
) == NULL
)
8582 if (o
== gptab_data_sec
)
8583 o
->name
= ".gptab.data";
8585 o
->name
= ".gptab.bss";
8586 subname
= o
->name
+ sizeof ".gptab" - 1;
8587 BFD_ASSERT (bfd_get_section_by_name (abfd
, subname
) != NULL
);
8590 /* Set up the first entry. */
8592 amt
= c
* sizeof (Elf32_gptab
);
8593 tab
= bfd_malloc (amt
);
8596 tab
[0].gt_header
.gt_current_g_value
= elf_gp_size (abfd
);
8597 tab
[0].gt_header
.gt_unused
= 0;
8599 /* Combine the input sections. */
8600 for (p
= o
->link_order_head
; p
!= NULL
; p
= p
->next
)
8602 asection
*input_section
;
8606 bfd_size_type gpentry
;
8608 if (p
->type
!= bfd_indirect_link_order
)
8610 if (p
->type
== bfd_data_link_order
)
8615 input_section
= p
->u
.indirect
.section
;
8616 input_bfd
= input_section
->owner
;
8618 /* Combine the gptab entries for this input section one
8619 by one. We know that the input gptab entries are
8620 sorted by ascending -G value. */
8621 size
= bfd_section_size (input_bfd
, input_section
);
8623 for (gpentry
= sizeof (Elf32_External_gptab
);
8625 gpentry
+= sizeof (Elf32_External_gptab
))
8627 Elf32_External_gptab ext_gptab
;
8628 Elf32_gptab int_gptab
;
8634 if (! (bfd_get_section_contents
8635 (input_bfd
, input_section
, &ext_gptab
, gpentry
,
8636 sizeof (Elf32_External_gptab
))))
8642 bfd_mips_elf32_swap_gptab_in (input_bfd
, &ext_gptab
,
8644 val
= int_gptab
.gt_entry
.gt_g_value
;
8645 add
= int_gptab
.gt_entry
.gt_bytes
- last
;
8648 for (look
= 1; look
< c
; look
++)
8650 if (tab
[look
].gt_entry
.gt_g_value
>= val
)
8651 tab
[look
].gt_entry
.gt_bytes
+= add
;
8653 if (tab
[look
].gt_entry
.gt_g_value
== val
)
8659 Elf32_gptab
*new_tab
;
8662 /* We need a new table entry. */
8663 amt
= (bfd_size_type
) (c
+ 1) * sizeof (Elf32_gptab
);
8664 new_tab
= bfd_realloc (tab
, amt
);
8665 if (new_tab
== NULL
)
8671 tab
[c
].gt_entry
.gt_g_value
= val
;
8672 tab
[c
].gt_entry
.gt_bytes
= add
;
8674 /* Merge in the size for the next smallest -G
8675 value, since that will be implied by this new
8678 for (look
= 1; look
< c
; look
++)
8680 if (tab
[look
].gt_entry
.gt_g_value
< val
8682 || (tab
[look
].gt_entry
.gt_g_value
8683 > tab
[max
].gt_entry
.gt_g_value
)))
8687 tab
[c
].gt_entry
.gt_bytes
+=
8688 tab
[max
].gt_entry
.gt_bytes
;
8693 last
= int_gptab
.gt_entry
.gt_bytes
;
8696 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8697 elf_link_input_bfd ignores this section. */
8698 input_section
->flags
&= ~SEC_HAS_CONTENTS
;
8701 /* The table must be sorted by -G value. */
8703 qsort (tab
+ 1, c
- 1, sizeof (tab
[0]), gptab_compare
);
8705 /* Swap out the table. */
8706 amt
= (bfd_size_type
) c
* sizeof (Elf32_External_gptab
);
8707 ext_tab
= bfd_alloc (abfd
, amt
);
8708 if (ext_tab
== NULL
)
8714 for (j
= 0; j
< c
; j
++)
8715 bfd_mips_elf32_swap_gptab_out (abfd
, tab
+ j
, ext_tab
+ j
);
8718 o
->_raw_size
= c
* sizeof (Elf32_External_gptab
);
8719 o
->contents
= (bfd_byte
*) ext_tab
;
8721 /* Skip this section later on (I don't think this currently
8722 matters, but someday it might). */
8723 o
->link_order_head
= NULL
;
8727 /* Invoke the regular ELF backend linker to do all the work. */
8728 if (!bfd_elf_final_link (abfd
, info
))
8731 /* Now write out the computed sections. */
8733 if (reginfo_sec
!= NULL
)
8735 Elf32_External_RegInfo ext
;
8737 bfd_mips_elf32_swap_reginfo_out (abfd
, ®info
, &ext
);
8738 if (! bfd_set_section_contents (abfd
, reginfo_sec
, &ext
, 0, sizeof ext
))
8742 if (mdebug_sec
!= NULL
)
8744 BFD_ASSERT (abfd
->output_has_begun
);
8745 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle
, abfd
, &debug
,
8747 mdebug_sec
->filepos
))
8750 bfd_ecoff_debug_free (mdebug_handle
, abfd
, &debug
, swap
, info
);
8753 if (gptab_data_sec
!= NULL
)
8755 if (! bfd_set_section_contents (abfd
, gptab_data_sec
,
8756 gptab_data_sec
->contents
,
8757 0, gptab_data_sec
->_raw_size
))
8761 if (gptab_bss_sec
!= NULL
)
8763 if (! bfd_set_section_contents (abfd
, gptab_bss_sec
,
8764 gptab_bss_sec
->contents
,
8765 0, gptab_bss_sec
->_raw_size
))
8769 if (SGI_COMPAT (abfd
))
8771 rtproc_sec
= bfd_get_section_by_name (abfd
, ".rtproc");
8772 if (rtproc_sec
!= NULL
)
8774 if (! bfd_set_section_contents (abfd
, rtproc_sec
,
8775 rtproc_sec
->contents
,
8776 0, rtproc_sec
->_raw_size
))
8784 /* Structure for saying that BFD machine EXTENSION extends BASE. */
8786 struct mips_mach_extension
{
8787 unsigned long extension
, base
;
8791 /* An array describing how BFD machines relate to one another. The entries
8792 are ordered topologically with MIPS I extensions listed last. */
8794 static const struct mips_mach_extension mips_mach_extensions
[] = {
8795 /* MIPS64 extensions. */
8796 { bfd_mach_mipsisa64r2
, bfd_mach_mipsisa64
},
8797 { bfd_mach_mips_sb1
, bfd_mach_mipsisa64
},
8799 /* MIPS V extensions. */
8800 { bfd_mach_mipsisa64
, bfd_mach_mips5
},
8802 /* R10000 extensions. */
8803 { bfd_mach_mips12000
, bfd_mach_mips10000
},
8805 /* R5000 extensions. Note: the vr5500 ISA is an extension of the core
8806 vr5400 ISA, but doesn't include the multimedia stuff. It seems
8807 better to allow vr5400 and vr5500 code to be merged anyway, since
8808 many libraries will just use the core ISA. Perhaps we could add
8809 some sort of ASE flag if this ever proves a problem. */
8810 { bfd_mach_mips5500
, bfd_mach_mips5400
},
8811 { bfd_mach_mips5400
, bfd_mach_mips5000
},
8813 /* MIPS IV extensions. */
8814 { bfd_mach_mips5
, bfd_mach_mips8000
},
8815 { bfd_mach_mips10000
, bfd_mach_mips8000
},
8816 { bfd_mach_mips5000
, bfd_mach_mips8000
},
8817 { bfd_mach_mips7000
, bfd_mach_mips8000
},
8819 /* VR4100 extensions. */
8820 { bfd_mach_mips4120
, bfd_mach_mips4100
},
8821 { bfd_mach_mips4111
, bfd_mach_mips4100
},
8823 /* MIPS III extensions. */
8824 { bfd_mach_mips8000
, bfd_mach_mips4000
},
8825 { bfd_mach_mips4650
, bfd_mach_mips4000
},
8826 { bfd_mach_mips4600
, bfd_mach_mips4000
},
8827 { bfd_mach_mips4400
, bfd_mach_mips4000
},
8828 { bfd_mach_mips4300
, bfd_mach_mips4000
},
8829 { bfd_mach_mips4100
, bfd_mach_mips4000
},
8830 { bfd_mach_mips4010
, bfd_mach_mips4000
},
8832 /* MIPS32 extensions. */
8833 { bfd_mach_mipsisa32r2
, bfd_mach_mipsisa32
},
8835 /* MIPS II extensions. */
8836 { bfd_mach_mips4000
, bfd_mach_mips6000
},
8837 { bfd_mach_mipsisa32
, bfd_mach_mips6000
},
8839 /* MIPS I extensions. */
8840 { bfd_mach_mips6000
, bfd_mach_mips3000
},
8841 { bfd_mach_mips3900
, bfd_mach_mips3000
}
8845 /* Return true if bfd machine EXTENSION is an extension of machine BASE. */
8848 mips_mach_extends_p (unsigned long base
, unsigned long extension
)
8852 for (i
= 0; extension
!= base
&& i
< ARRAY_SIZE (mips_mach_extensions
); i
++)
8853 if (extension
== mips_mach_extensions
[i
].extension
)
8854 extension
= mips_mach_extensions
[i
].base
;
8856 return extension
== base
;
8860 /* Return true if the given ELF header flags describe a 32-bit binary. */
8863 mips_32bit_flags_p (flagword flags
)
8865 return ((flags
& EF_MIPS_32BITMODE
) != 0
8866 || (flags
& EF_MIPS_ABI
) == E_MIPS_ABI_O32
8867 || (flags
& EF_MIPS_ABI
) == E_MIPS_ABI_EABI32
8868 || (flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_1
8869 || (flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_2
8870 || (flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_32
8871 || (flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_32R2
);
8875 /* Merge backend specific data from an object file to the output
8876 object file when linking. */
8879 _bfd_mips_elf_merge_private_bfd_data (bfd
*ibfd
, bfd
*obfd
)
8884 bfd_boolean null_input_bfd
= TRUE
;
8887 /* Check if we have the same endianess */
8888 if (! _bfd_generic_verify_endian_match (ibfd
, obfd
))
8890 (*_bfd_error_handler
)
8891 (_("%s: endianness incompatible with that of the selected emulation"),
8892 bfd_archive_filename (ibfd
));
8896 if (bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
8897 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
8900 if (strcmp (bfd_get_target (ibfd
), bfd_get_target (obfd
)) != 0)
8902 (*_bfd_error_handler
)
8903 (_("%s: ABI is incompatible with that of the selected emulation"),
8904 bfd_archive_filename (ibfd
));
8908 new_flags
= elf_elfheader (ibfd
)->e_flags
;
8909 elf_elfheader (obfd
)->e_flags
|= new_flags
& EF_MIPS_NOREORDER
;
8910 old_flags
= elf_elfheader (obfd
)->e_flags
;
8912 if (! elf_flags_init (obfd
))
8914 elf_flags_init (obfd
) = TRUE
;
8915 elf_elfheader (obfd
)->e_flags
= new_flags
;
8916 elf_elfheader (obfd
)->e_ident
[EI_CLASS
]
8917 = elf_elfheader (ibfd
)->e_ident
[EI_CLASS
];
8919 if (bfd_get_arch (obfd
) == bfd_get_arch (ibfd
)
8920 && bfd_get_arch_info (obfd
)->the_default
)
8922 if (! bfd_set_arch_mach (obfd
, bfd_get_arch (ibfd
),
8923 bfd_get_mach (ibfd
)))
8930 /* Check flag compatibility. */
8932 new_flags
&= ~EF_MIPS_NOREORDER
;
8933 old_flags
&= ~EF_MIPS_NOREORDER
;
8935 /* Some IRIX 6 BSD-compatibility objects have this bit set. It
8936 doesn't seem to matter. */
8937 new_flags
&= ~EF_MIPS_XGOT
;
8938 old_flags
&= ~EF_MIPS_XGOT
;
8940 /* MIPSpro generates ucode info in n64 objects. Again, we should
8941 just be able to ignore this. */
8942 new_flags
&= ~EF_MIPS_UCODE
;
8943 old_flags
&= ~EF_MIPS_UCODE
;
8945 if (new_flags
== old_flags
)
8948 /* Check to see if the input BFD actually contains any sections.
8949 If not, its flags may not have been initialised either, but it cannot
8950 actually cause any incompatibility. */
8951 for (sec
= ibfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
8953 /* Ignore synthetic sections and empty .text, .data and .bss sections
8954 which are automatically generated by gas. */
8955 if (strcmp (sec
->name
, ".reginfo")
8956 && strcmp (sec
->name
, ".mdebug")
8957 && (sec
->_raw_size
!= 0
8958 || (strcmp (sec
->name
, ".text")
8959 && strcmp (sec
->name
, ".data")
8960 && strcmp (sec
->name
, ".bss"))))
8962 null_input_bfd
= FALSE
;
8971 if (((new_flags
& (EF_MIPS_PIC
| EF_MIPS_CPIC
)) != 0)
8972 != ((old_flags
& (EF_MIPS_PIC
| EF_MIPS_CPIC
)) != 0))
8974 (*_bfd_error_handler
)
8975 (_("%s: warning: linking PIC files with non-PIC files"),
8976 bfd_archive_filename (ibfd
));
8980 if (new_flags
& (EF_MIPS_PIC
| EF_MIPS_CPIC
))
8981 elf_elfheader (obfd
)->e_flags
|= EF_MIPS_CPIC
;
8982 if (! (new_flags
& EF_MIPS_PIC
))
8983 elf_elfheader (obfd
)->e_flags
&= ~EF_MIPS_PIC
;
8985 new_flags
&= ~ (EF_MIPS_PIC
| EF_MIPS_CPIC
);
8986 old_flags
&= ~ (EF_MIPS_PIC
| EF_MIPS_CPIC
);
8988 /* Compare the ISAs. */
8989 if (mips_32bit_flags_p (old_flags
) != mips_32bit_flags_p (new_flags
))
8991 (*_bfd_error_handler
)
8992 (_("%s: linking 32-bit code with 64-bit code"),
8993 bfd_archive_filename (ibfd
));
8996 else if (!mips_mach_extends_p (bfd_get_mach (ibfd
), bfd_get_mach (obfd
)))
8998 /* OBFD's ISA isn't the same as, or an extension of, IBFD's. */
8999 if (mips_mach_extends_p (bfd_get_mach (obfd
), bfd_get_mach (ibfd
)))
9001 /* Copy the architecture info from IBFD to OBFD. Also copy
9002 the 32-bit flag (if set) so that we continue to recognise
9003 OBFD as a 32-bit binary. */
9004 bfd_set_arch_info (obfd
, bfd_get_arch_info (ibfd
));
9005 elf_elfheader (obfd
)->e_flags
&= ~(EF_MIPS_ARCH
| EF_MIPS_MACH
);
9006 elf_elfheader (obfd
)->e_flags
9007 |= new_flags
& (EF_MIPS_ARCH
| EF_MIPS_MACH
| EF_MIPS_32BITMODE
);
9009 /* Copy across the ABI flags if OBFD doesn't use them
9010 and if that was what caused us to treat IBFD as 32-bit. */
9011 if ((old_flags
& EF_MIPS_ABI
) == 0
9012 && mips_32bit_flags_p (new_flags
)
9013 && !mips_32bit_flags_p (new_flags
& ~EF_MIPS_ABI
))
9014 elf_elfheader (obfd
)->e_flags
|= new_flags
& EF_MIPS_ABI
;
9018 /* The ISAs aren't compatible. */
9019 (*_bfd_error_handler
)
9020 (_("%s: linking %s module with previous %s modules"),
9021 bfd_archive_filename (ibfd
),
9022 bfd_printable_name (ibfd
),
9023 bfd_printable_name (obfd
));
9028 new_flags
&= ~(EF_MIPS_ARCH
| EF_MIPS_MACH
| EF_MIPS_32BITMODE
);
9029 old_flags
&= ~(EF_MIPS_ARCH
| EF_MIPS_MACH
| EF_MIPS_32BITMODE
);
9031 /* Compare ABIs. The 64-bit ABI does not use EF_MIPS_ABI. But, it
9032 does set EI_CLASS differently from any 32-bit ABI. */
9033 if ((new_flags
& EF_MIPS_ABI
) != (old_flags
& EF_MIPS_ABI
)
9034 || (elf_elfheader (ibfd
)->e_ident
[EI_CLASS
]
9035 != elf_elfheader (obfd
)->e_ident
[EI_CLASS
]))
9037 /* Only error if both are set (to different values). */
9038 if (((new_flags
& EF_MIPS_ABI
) && (old_flags
& EF_MIPS_ABI
))
9039 || (elf_elfheader (ibfd
)->e_ident
[EI_CLASS
]
9040 != elf_elfheader (obfd
)->e_ident
[EI_CLASS
]))
9042 (*_bfd_error_handler
)
9043 (_("%s: ABI mismatch: linking %s module with previous %s modules"),
9044 bfd_archive_filename (ibfd
),
9045 elf_mips_abi_name (ibfd
),
9046 elf_mips_abi_name (obfd
));
9049 new_flags
&= ~EF_MIPS_ABI
;
9050 old_flags
&= ~EF_MIPS_ABI
;
9053 /* For now, allow arbitrary mixing of ASEs (retain the union). */
9054 if ((new_flags
& EF_MIPS_ARCH_ASE
) != (old_flags
& EF_MIPS_ARCH_ASE
))
9056 elf_elfheader (obfd
)->e_flags
|= new_flags
& EF_MIPS_ARCH_ASE
;
9058 new_flags
&= ~ EF_MIPS_ARCH_ASE
;
9059 old_flags
&= ~ EF_MIPS_ARCH_ASE
;
9062 /* Warn about any other mismatches */
9063 if (new_flags
!= old_flags
)
9065 (*_bfd_error_handler
)
9066 (_("%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"),
9067 bfd_archive_filename (ibfd
), (unsigned long) new_flags
,
9068 (unsigned long) old_flags
);
9074 bfd_set_error (bfd_error_bad_value
);
9081 /* Function to keep MIPS specific file flags like as EF_MIPS_PIC. */
9084 _bfd_mips_elf_set_private_flags (bfd
*abfd
, flagword flags
)
9086 BFD_ASSERT (!elf_flags_init (abfd
)
9087 || elf_elfheader (abfd
)->e_flags
== flags
);
9089 elf_elfheader (abfd
)->e_flags
= flags
;
9090 elf_flags_init (abfd
) = TRUE
;
9095 _bfd_mips_elf_print_private_bfd_data (bfd
*abfd
, void *ptr
)
9099 BFD_ASSERT (abfd
!= NULL
&& ptr
!= NULL
);
9101 /* Print normal ELF private data. */
9102 _bfd_elf_print_private_bfd_data (abfd
, ptr
);
9104 /* xgettext:c-format */
9105 fprintf (file
, _("private flags = %lx:"), elf_elfheader (abfd
)->e_flags
);
9107 if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ABI
) == E_MIPS_ABI_O32
)
9108 fprintf (file
, _(" [abi=O32]"));
9109 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ABI
) == E_MIPS_ABI_O64
)
9110 fprintf (file
, _(" [abi=O64]"));
9111 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ABI
) == E_MIPS_ABI_EABI32
)
9112 fprintf (file
, _(" [abi=EABI32]"));
9113 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ABI
) == E_MIPS_ABI_EABI64
)
9114 fprintf (file
, _(" [abi=EABI64]"));
9115 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ABI
))
9116 fprintf (file
, _(" [abi unknown]"));
9117 else if (ABI_N32_P (abfd
))
9118 fprintf (file
, _(" [abi=N32]"));
9119 else if (ABI_64_P (abfd
))
9120 fprintf (file
, _(" [abi=64]"));
9122 fprintf (file
, _(" [no abi set]"));
9124 if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_1
)
9125 fprintf (file
, _(" [mips1]"));
9126 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_2
)
9127 fprintf (file
, _(" [mips2]"));
9128 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_3
)
9129 fprintf (file
, _(" [mips3]"));
9130 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_4
)
9131 fprintf (file
, _(" [mips4]"));
9132 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_5
)
9133 fprintf (file
, _(" [mips5]"));
9134 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_32
)
9135 fprintf (file
, _(" [mips32]"));
9136 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_64
)
9137 fprintf (file
, _(" [mips64]"));
9138 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_32R2
)
9139 fprintf (file
, _(" [mips32r2]"));
9140 else if ((elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH
) == E_MIPS_ARCH_64R2
)
9141 fprintf (file
, _(" [mips64r2]"));
9143 fprintf (file
, _(" [unknown ISA]"));
9145 if (elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH_ASE_MDMX
)
9146 fprintf (file
, _(" [mdmx]"));
9148 if (elf_elfheader (abfd
)->e_flags
& EF_MIPS_ARCH_ASE_M16
)
9149 fprintf (file
, _(" [mips16]"));
9151 if (elf_elfheader (abfd
)->e_flags
& EF_MIPS_32BITMODE
)
9152 fprintf (file
, _(" [32bitmode]"));
9154 fprintf (file
, _(" [not 32bitmode]"));
9161 struct bfd_elf_special_section
const _bfd_mips_elf_special_sections
[]=
9163 { ".sdata", 6, -2, SHT_PROGBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_MIPS_GPREL
},
9164 { ".sbss", 5, -2, SHT_NOBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_MIPS_GPREL
},
9165 { ".lit4", 5, 0, SHT_PROGBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_MIPS_GPREL
},
9166 { ".lit8", 5, 0, SHT_PROGBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_MIPS_GPREL
},
9167 { ".ucode", 6, 0, SHT_MIPS_UCODE
, 0 },
9168 { ".mdebug", 7, 0, SHT_MIPS_DEBUG
, 0 },
9169 { NULL
, 0, 0, 0, 0 }