]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/elfxx-mips.c
bfd/
[thirdparty/binutils-gdb.git] / bfd / elfxx-mips.c
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.
4
5 Most of the information added by Ian Lance Taylor, Cygnus Support,
6 <ian@cygnus.com>.
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>
11
12 This file is part of BFD, the Binary File Descriptor library.
13
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.
18
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.
23
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. */
27
28 /* This file handles functionality common to the different MIPS ABI's. */
29
30 #include "bfd.h"
31 #include "sysdep.h"
32 #include "libbfd.h"
33 #include "libiberty.h"
34 #include "elf-bfd.h"
35 #include "elfxx-mips.h"
36 #include "elf/mips.h"
37
38 /* Get the ECOFF swapping routines. */
39 #include "coff/sym.h"
40 #include "coff/symconst.h"
41 #include "coff/ecoff.h"
42 #include "coff/mips.h"
43
44 #include "hashtab.h"
45
46 /* This structure is used to hold .got entries while estimating got
47 sizes. */
48 struct mips_got_entry
49 {
50 /* The input bfd in which the symbol is defined. */
51 bfd *abfd;
52 /* The index of the symbol, as stored in the relocation r_info, if
53 we have a local symbol; -1 otherwise. */
54 long symndx;
55 union
56 {
57 /* If abfd == NULL, an address that must be stored in the got. */
58 bfd_vma address;
59 /* If abfd != NULL && symndx != -1, the addend of the relocation
60 that should be added to the symbol value. */
61 bfd_vma addend;
62 /* If abfd != NULL && symndx == -1, the hash table entry
63 corresponding to a global symbol in the got (or, local, if
64 h->forced_local). */
65 struct mips_elf_link_hash_entry *h;
66 } d;
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. */
70 long gotidx;
71 };
72
73 /* This structure is used to hold .got information when linking. */
74
75 struct mips_got_info
76 {
77 /* The global symbol in the GOT with the lowest index in the dynamic
78 symbol table. */
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. */
90 struct htab *bfd2got;
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;
94 };
95
96 /* Map an input bfd to a got in a multi-got link. */
97
98 struct mips_elf_bfd2got_hash {
99 bfd *bfd;
100 struct mips_got_info *g;
101 };
102
103 /* Structure passed when traversing the bfd2got hash table, used to
104 create and merge bfd's gots. */
105
106 struct mips_elf_got_per_bfd_arg
107 {
108 /* A hashtable that maps bfds to gots. */
109 htab_t bfd2got;
110 /* The output bfd. */
111 bfd *obfd;
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
116 DT_MIPS_GOTSYM. */
117 struct mips_got_info *primary;
118 /* A non-primary got we're trying to merge with other input bfd's
119 gots. */
120 struct mips_got_info *current;
121 /* The maximum number of got entries that can be addressed with a
122 16-bit offset. */
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;
128 };
129
130 /* Another structure used to pass arguments for got entries traversal. */
131
132 struct mips_elf_set_global_got_offset_arg
133 {
134 struct mips_got_info *g;
135 int value;
136 unsigned int needed_relocs;
137 struct bfd_link_info *info;
138 };
139
140 struct _mips_elf_section_data
141 {
142 struct bfd_elf_section_data elf;
143 union
144 {
145 struct mips_got_info *got_info;
146 bfd_byte *tdata;
147 } u;
148 };
149
150 #define mips_elf_section_data(sec) \
151 ((struct _mips_elf_section_data *) elf_section_data (sec))
152
153 /* This structure is passed to mips_elf_sort_hash_table_f when sorting
154 the dynamic symbols. */
155
156 struct mips_elf_hash_sort_data
157 {
158 /* The symbol in the global GOT with the lowest dynamic symbol table
159 index. */
160 struct elf_link_hash_entry *low;
161 /* The least dynamic symbol table index corresponding to a symbol
162 with a GOT entry. */
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;
171 };
172
173 /* The MIPS ELF linker needs additional information for each symbol in
174 the global hash table. */
175
176 struct mips_elf_link_hash_entry
177 {
178 struct elf_link_hash_entry root;
179
180 /* External symbol information. */
181 EXTR esym;
182
183 /* Number of R_MIPS_32, R_MIPS_REL32, or R_MIPS_64 relocs against
184 this symbol. */
185 unsigned int possibly_dynamic_relocs;
186
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;
190
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",
194 p. 4-20. */
195 bfd_boolean no_fn_stub;
196
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. */
199 asection *fn_stub;
200
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;
204
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. */
207 asection *call_stub;
208
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;
212
213 /* Are we forced local? .*/
214 bfd_boolean forced_local;
215 };
216
217 /* MIPS ELF linker hash table. */
218
219 struct mips_elf_link_hash_table
220 {
221 struct elf_link_hash_table root;
222 #if 0
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];
226 #endif
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. */
235 bfd_vma rld_value;
236 /* This is set if we see any mips16 stub sections. */
237 bfd_boolean mips16_stubs_seen;
238 };
239
240 /* Structure used to pass information to mips_elf_output_extsym. */
241
242 struct extsym_info
243 {
244 bfd *abfd;
245 struct bfd_link_info *info;
246 struct ecoff_debug_info *debug;
247 const struct ecoff_debug_swap *swap;
248 bfd_boolean failed;
249 };
250
251 /* The names of the runtime procedure table symbols used on IRIX5. */
252
253 static const char * const mips_elf_dynsym_rtproc_names[] =
254 {
255 "_procedure_table",
256 "_procedure_string_table",
257 "_procedure_table_size",
258 NULL
259 };
260
261 /* These structures are used to generate the .compact_rel section on
262 IRIX5. */
263
264 typedef struct
265 {
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? */
272 } Elf32_compact_rel;
273
274 typedef struct
275 {
276 bfd_byte id1[4];
277 bfd_byte num[4];
278 bfd_byte id2[4];
279 bfd_byte offset[4];
280 bfd_byte reserved0[4];
281 bfd_byte reserved1[4];
282 } Elf32_External_compact_rel;
283
284 typedef struct
285 {
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. */
292 } Elf32_crinfo;
293
294 typedef struct
295 {
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. */
301 } Elf32_crinfo2;
302
303 typedef struct
304 {
305 bfd_byte info[4];
306 bfd_byte konst[4];
307 bfd_byte vaddr[4];
308 } Elf32_External_crinfo;
309
310 typedef struct
311 {
312 bfd_byte info[4];
313 bfd_byte konst[4];
314 } Elf32_External_crinfo2;
315
316 /* These are the constants used to swap the bitfields in a crinfo. */
317
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)
326
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
332
333 /* There are 4 types of compact relocation at least. The value KONST
334 has different meaning for each type:
335
336 (type) (konst)
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
341 */
342
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
347
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)
352 \f
353 /* The structure of the runtime procedure descriptor created by the
354 loader for use by the static exception system. */
355
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. */
366 long reserved;
367 struct exception_info *exception_info;/* Pointer to exception array. */
368 } RPDR, *pRPDR;
369 #define cbRPDR sizeof (RPDR)
370 #define rpdNil ((pRPDR) 0)
371 \f
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
429 (bfd_vma, int);
430 static bfd_vma mips_elf_high
431 (bfd_vma);
432 static bfd_vma mips_elf_higher
433 (bfd_vma);
434 static bfd_vma mips_elf_highest
435 (bfd_vma);
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
451 (bfd *, asection *);
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
459 (bfd *);
460 static INLINE char *elf_mips_abi_name
461 (bfd *);
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
467 (flagword);
468 static INLINE hashval_t mips_elf_hash_bfd_vma
469 (bfd_vma);
470 static hashval_t mips_elf_got_entry_hash
471 (const void *);
472 static int mips_elf_got_entry_eq
473 (const void *, const void *);
474
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
479 (const void *);
480 static int mips_elf_multi_got_entry_eq
481 (const void *, const void *);
482 static hashval_t mips_elf_bfd2got_entry_hash
483 (const void *);
484 static int mips_elf_bfd2got_entry_eq
485 (const void *, const void *);
486 static int mips_elf_make_got_per_bfd
487 (void **, void *);
488 static int mips_elf_merge_gots
489 (void **, void *);
490 static int mips_elf_set_global_got_offset
491 (void **, void *);
492 static int mips_elf_set_no_stub
493 (void **, void *);
494 static int mips_elf_resolve_final_got_entry
495 (void **, void *);
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 *);
502
503 /* This will be used when we sort the dynamic relocation records. */
504 static bfd *reldyn_sorting_bfd;
505
506 /* Nonzero if ABFD is using the N32 ABI. */
507
508 #define ABI_N32_P(abfd) \
509 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0)
510
511 /* Nonzero if ABFD is using the N64 ABI. */
512 #define ABI_64_P(abfd) \
513 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
514
515 /* Nonzero if ABFD is using NewABI conventions. */
516 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
517
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))
521
522 /* Whether we are trying to be compatible with IRIX at all. */
523 #define SGI_COMPAT(abfd) \
524 (IRIX_COMPAT (abfd) != ict_none)
525
526 /* The name of the options section. */
527 #define MIPS_ELF_OPTIONS_SECTION_NAME(abfd) \
528 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
529
530 /* The name of the stub section. */
531 #define MIPS_ELF_STUB_SECTION_NAME(abfd) ".MIPS.stubs"
532
533 /* The size of an external REL relocation. */
534 #define MIPS_ELF_REL_SIZE(abfd) \
535 (get_elf_backend_data (abfd)->s->sizeof_rel)
536
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)
540
541 /* The size of a GOT entry. */
542 #define MIPS_ELF_GOT_SIZE(abfd) \
543 (get_elf_backend_data (abfd)->s->arch_size / 8)
544
545 /* The size of a symbol-table entry. */
546 #define MIPS_ELF_SYM_SIZE(abfd) \
547 (get_elf_backend_data (abfd)->s->sizeof_sym)
548
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)
552
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))
556
557 /* Put out word-sized data. */
558 #define MIPS_ELF_PUT_WORD(abfd, val, ptr) \
559 (ABI_64_P (abfd) \
560 ? bfd_put_64 (abfd, val, ptr) \
561 : bfd_put_32 (abfd, val, ptr))
562
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)
566
567 #define MIPS_ELF_RTYPE_TO_HOWTO(abfd, rtype, rela) \
568 (get_elf_backend_data (abfd)->elf_backend_mips_rtype_to_howto (rtype, rela))
569
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))))
586
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)
591
592 /* The number of local .got entries we reserve. */
593 #define MIPS_RESERVED_GOTNO (2)
594
595 /* The offset of $gp from the beginning of the .got section. */
596 #define ELF_MIPS_GP_OFFSET(abfd) (0x7ff0)
597
598 /* The maximum size of the GOT for it to be addressable using 16-bit
599 offsets from $gp. */
600 #define MIPS_ELF_GOT_MAX_SIZE(abfd) (ELF_MIPS_GP_OFFSET(abfd) + 0x7fff)
601
602 /* Instructions which appear in a stub. */
603 #define STUB_LW(abfd) \
604 ((ABI_64_P (abfd) \
605 ? 0xdf998010 /* ld t9,0x8010(gp) */ \
606 : 0x8f998010)) /* lw t9,0x8010(gp) */
607 #define STUB_MOVE(abfd) \
608 ((ABI_64_P (abfd) \
609 ? 0x03e0782d /* daddu t7,ra */ \
610 : 0x03e07821)) /* addu t7,ra */
611 #define STUB_JALR 0x0320f809 /* jalr t9,ra */
612 #define STUB_LI16(abfd) \
613 ((ABI_64_P (abfd) \
614 ? 0x64180000 /* daddiu t8,zero,0 */ \
615 : 0x24180000)) /* addiu t8,zero,0 */
616 #define MIPS_FUNCTION_STUB_SIZE (16)
617
618 /* The name of the dynamic interpreter. This is put in the .interp
619 section. */
620
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")
625
626 #ifdef BFD64
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))
635 #else
636 #define MNAME(bfd,pre,pos) CONCAT4 (pre,32,_,pos)
637 #define ELF_R_SYM(bfd, i) \
638 (ELF32_R_SYM (i))
639 #define ELF_R_TYPE(bfd, i) \
640 (ELF32_R_TYPE (i))
641 #define ELF_R_INFO(bfd, s, t) \
642 (ELF32_R_INFO (s, t))
643 #endif
644 \f
645 /* The mips16 compiler uses a couple of special sections to handle
646 floating point arguments.
647
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.
656
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.
663
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
671 $f0/$f1 and $2/$3.)
672
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.
676
677 We record any stubs that we find in the symbol table. */
678
679 #define FN_STUB ".mips16.fn."
680 #define CALL_STUB ".mips16.call."
681 #define CALL_FP_STUB ".mips16.call.fp."
682 \f
683 /* Look up an entry in a MIPS ELF linker hash table. */
684
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), \
688 (copy), (follow)))
689
690 /* Traverse a MIPS ELF linker hash table. */
691
692 #define mips_elf_link_hash_traverse(table, func, info) \
693 (elf_link_hash_traverse \
694 (&(table)->root, \
695 (bfd_boolean (*) (struct elf_link_hash_entry *, void *)) (func), \
696 (info)))
697
698 /* Get the MIPS ELF linker hash table from a link_info structure. */
699
700 #define mips_elf_hash_table(p) \
701 ((struct mips_elf_link_hash_table *) ((p)->hash))
702
703 /* Create an entry in a MIPS ELF linker hash table. */
704
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)
708 {
709 struct mips_elf_link_hash_entry *ret =
710 (struct mips_elf_link_hash_entry *) entry;
711
712 /* Allocate the structure if it has not already been allocated by a
713 subclass. */
714 if (ret == NULL)
715 ret = bfd_hash_allocate (table, sizeof (struct mips_elf_link_hash_entry));
716 if (ret == NULL)
717 return (struct bfd_hash_entry *) ret;
718
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,
722 table, string));
723 if (ret != NULL)
724 {
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. */
729 ret->esym.ifd = -2;
730 ret->possibly_dynamic_relocs = 0;
731 ret->readonly_reloc = FALSE;
732 ret->no_fn_stub = FALSE;
733 ret->fn_stub = NULL;
734 ret->need_fn_stub = FALSE;
735 ret->call_stub = NULL;
736 ret->call_fp_stub = NULL;
737 ret->forced_local = FALSE;
738 }
739
740 return (struct bfd_hash_entry *) ret;
741 }
742
743 bfd_boolean
744 _bfd_mips_elf_new_section_hook (bfd *abfd, asection *sec)
745 {
746 struct _mips_elf_section_data *sdata;
747 bfd_size_type amt = sizeof (*sdata);
748
749 sdata = bfd_zalloc (abfd, amt);
750 if (sdata == NULL)
751 return FALSE;
752 sec->used_by_bfd = sdata;
753
754 return _bfd_elf_new_section_hook (abfd, sec);
755 }
756 \f
757 /* Read ECOFF debugging information from a .mdebug section into a
758 ecoff_debug_info structure. */
759
760 bfd_boolean
761 _bfd_mips_elf_read_ecoff_info (bfd *abfd, asection *section,
762 struct ecoff_debug_info *debug)
763 {
764 HDRR *symhdr;
765 const struct ecoff_debug_swap *swap;
766 char *ext_hdr;
767
768 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
769 memset (debug, 0, sizeof (*debug));
770
771 ext_hdr = bfd_malloc (swap->external_hdr_size);
772 if (ext_hdr == NULL && swap->external_hdr_size != 0)
773 goto error_return;
774
775 if (! bfd_get_section_contents (abfd, section, ext_hdr, 0,
776 swap->external_hdr_size))
777 goto error_return;
778
779 symhdr = &debug->symbolic_header;
780 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
781
782 /* The symbolic header contains absolute file offsets and sizes to
783 read. */
784 #define READ(ptr, offset, count, size, type) \
785 if (symhdr->count == 0) \
786 debug->ptr = NULL; \
787 else \
788 { \
789 bfd_size_type amt = (bfd_size_type) size * symhdr->count; \
790 debug->ptr = bfd_malloc (amt); \
791 if (debug->ptr == NULL) \
792 goto error_return; \
793 if (bfd_seek (abfd, symhdr->offset, SEEK_SET) != 0 \
794 || bfd_bread (debug->ptr, amt, abfd) != amt) \
795 goto error_return; \
796 }
797
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),
804 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 *);
810 #undef READ
811
812 debug->fdr = NULL;
813
814 return TRUE;
815
816 error_return:
817 if (ext_hdr != NULL)
818 free (ext_hdr);
819 if (debug->line != NULL)
820 free (debug->line);
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)
832 free (debug->ss);
833 if (debug->ssext != NULL)
834 free (debug->ssext);
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);
841 return FALSE;
842 }
843 \f
844 /* Swap RPDR (runtime procedure table entry) for output. */
845
846 static void
847 ecoff_swap_rpdr_out (bfd *abfd, const RPDR *in, struct rpdr_ext *ex)
848 {
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);
855
856 H_PUT_16 (abfd, in->framereg, ex->p_framereg);
857 H_PUT_16 (abfd, in->pcreg, ex->p_pcreg);
858
859 H_PUT_32 (abfd, in->irpss, ex->p_irpss);
860 #if 0 /* FIXME */
861 H_PUT_S32 (abfd, in->exception_info, ex->p_exception_info);
862 #endif
863 }
864
865 /* Create a runtime procedure table from the .mdebug section. */
866
867 static bfd_boolean
868 mips_elf_create_procedure_table (void *handle, bfd *abfd,
869 struct bfd_link_info *info, asection *s,
870 struct ecoff_debug_info *debug)
871 {
872 const struct ecoff_debug_swap *swap;
873 HDRR *hdr = &debug->symbolic_header;
874 RPDR *rpdr, *rp;
875 struct rpdr_ext *erp;
876 void *rtproc;
877 struct pdr_ext *epdr;
878 struct sym_ext *esym;
879 char *ss, **sv;
880 char *str;
881 bfd_size_type size;
882 bfd_size_type count;
883 unsigned long sindex;
884 unsigned long i;
885 PDR pdr;
886 SYMR sym;
887 const char *no_name_func = _("static procedure (no name)");
888
889 epdr = NULL;
890 rpdr = NULL;
891 esym = NULL;
892 ss = NULL;
893 sv = NULL;
894
895 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
896
897 sindex = strlen (no_name_func) + 1;
898 count = hdr->ipdMax;
899 if (count > 0)
900 {
901 size = swap->external_pdr_size;
902
903 epdr = bfd_malloc (size * count);
904 if (epdr == NULL)
905 goto error_return;
906
907 if (! _bfd_ecoff_get_accumulated_pdr (handle, (bfd_byte *) epdr))
908 goto error_return;
909
910 size = sizeof (RPDR);
911 rp = rpdr = bfd_malloc (size * count);
912 if (rpdr == NULL)
913 goto error_return;
914
915 size = sizeof (char *);
916 sv = bfd_malloc (size * count);
917 if (sv == NULL)
918 goto error_return;
919
920 count = hdr->isymMax;
921 size = swap->external_sym_size;
922 esym = bfd_malloc (size * count);
923 if (esym == NULL)
924 goto error_return;
925
926 if (! _bfd_ecoff_get_accumulated_sym (handle, (bfd_byte *) esym))
927 goto error_return;
928
929 count = hdr->issMax;
930 ss = bfd_malloc (count);
931 if (ss == NULL)
932 goto error_return;
933 if (! _bfd_ecoff_get_accumulated_ss (handle, ss))
934 goto error_return;
935
936 count = hdr->ipdMax;
937 for (i = 0; i < (unsigned long) count; i++, rp++)
938 {
939 (*swap->swap_pdr_in) (abfd, epdr + i, &pdr);
940 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);
941 rp->adr = sym.value;
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;
949 rp->irpss = sindex;
950 sv[i] = ss + sym.iss;
951 sindex += strlen (sv[i]) + 1;
952 }
953 }
954
955 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
956 size = BFD_ALIGN (size, 16);
957 rtproc = bfd_alloc (abfd, size);
958 if (rtproc == NULL)
959 {
960 mips_elf_hash_table (info)->procedure_count = 0;
961 goto error_return;
962 }
963
964 mips_elf_hash_table (info)->procedure_count = count + 2;
965
966 erp = rtproc;
967 memset (erp, 0, sizeof (struct rpdr_ext));
968 erp++;
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++)
973 {
974 ecoff_swap_rpdr_out (abfd, rpdr + i, erp + i);
975 strcpy (str, sv[i]);
976 str += strlen (sv[i]) + 1;
977 }
978 H_PUT_S32 (abfd, -1, (erp + count)->p_adr);
979
980 /* Set the size and contents of .rtproc section. */
981 s->size = size;
982 s->contents = rtproc;
983
984 /* Skip this section later on (I don't think this currently
985 matters, but someday it might). */
986 s->link_order_head = NULL;
987
988 if (epdr != NULL)
989 free (epdr);
990 if (rpdr != NULL)
991 free (rpdr);
992 if (esym != NULL)
993 free (esym);
994 if (ss != NULL)
995 free (ss);
996 if (sv != NULL)
997 free (sv);
998
999 return TRUE;
1000
1001 error_return:
1002 if (epdr != NULL)
1003 free (epdr);
1004 if (rpdr != NULL)
1005 free (rpdr);
1006 if (esym != NULL)
1007 free (esym);
1008 if (ss != NULL)
1009 free (ss);
1010 if (sv != NULL)
1011 free (sv);
1012 return FALSE;
1013 }
1014
1015 /* Check the mips16 stubs for a particular symbol, and see if we can
1016 discard them. */
1017
1018 static bfd_boolean
1019 mips_elf_check_mips16_stubs (struct mips_elf_link_hash_entry *h,
1020 void *data ATTRIBUTE_UNUSED)
1021 {
1022 if (h->root.root.type == bfd_link_hash_warning)
1023 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
1024
1025 if (h->fn_stub != NULL
1026 && ! h->need_fn_stub)
1027 {
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->size = 0;
1032 h->fn_stub->flags &= ~SEC_RELOC;
1033 h->fn_stub->reloc_count = 0;
1034 h->fn_stub->flags |= SEC_EXCLUDE;
1035 }
1036
1037 if (h->call_stub != NULL
1038 && h->root.other == STO_MIPS16)
1039 {
1040 /* We don't need the call_stub; this is a 16 bit function, so
1041 calls from other 16 bit functions are OK. Clobber the size
1042 to 0 to prevent it from being included in the link. */
1043 h->call_stub->size = 0;
1044 h->call_stub->flags &= ~SEC_RELOC;
1045 h->call_stub->reloc_count = 0;
1046 h->call_stub->flags |= SEC_EXCLUDE;
1047 }
1048
1049 if (h->call_fp_stub != NULL
1050 && h->root.other == STO_MIPS16)
1051 {
1052 /* We don't need the call_stub; this is a 16 bit function, so
1053 calls from other 16 bit functions are OK. Clobber the size
1054 to 0 to prevent it from being included in the link. */
1055 h->call_fp_stub->size = 0;
1056 h->call_fp_stub->flags &= ~SEC_RELOC;
1057 h->call_fp_stub->reloc_count = 0;
1058 h->call_fp_stub->flags |= SEC_EXCLUDE;
1059 }
1060
1061 return TRUE;
1062 }
1063 \f
1064 bfd_reloc_status_type
1065 _bfd_mips_elf_gprel16_with_gp (bfd *abfd, asymbol *symbol,
1066 arelent *reloc_entry, asection *input_section,
1067 bfd_boolean relocatable, void *data, bfd_vma gp)
1068 {
1069 bfd_vma relocation;
1070 bfd_signed_vma val;
1071 bfd_size_type sz;
1072 bfd_reloc_status_type status;
1073
1074 if (bfd_is_com_section (symbol->section))
1075 relocation = 0;
1076 else
1077 relocation = symbol->value;
1078
1079 relocation += symbol->section->output_section->vma;
1080 relocation += symbol->section->output_offset;
1081
1082 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
1083 if (reloc_entry->address > sz)
1084 return bfd_reloc_outofrange;
1085
1086 /* Set val to the offset into the section or symbol. */
1087 val = reloc_entry->addend;
1088
1089 _bfd_mips_elf_sign_extend (val, 16);
1090
1091 /* Adjust val for the final section location and GP value. If we
1092 are producing relocatable output, we don't want to do this for
1093 an external symbol. */
1094 if (! relocatable
1095 || (symbol->flags & BSF_SECTION_SYM) != 0)
1096 val += relocation - gp;
1097
1098 if (reloc_entry->howto->partial_inplace)
1099 {
1100 status = _bfd_relocate_contents (reloc_entry->howto, abfd, val,
1101 (bfd_byte *) data
1102 + reloc_entry->address);
1103 if (status != bfd_reloc_ok)
1104 return status;
1105 }
1106 else
1107 reloc_entry->addend = val;
1108
1109 if (relocatable)
1110 reloc_entry->address += input_section->output_offset;
1111
1112 return bfd_reloc_ok;
1113 }
1114
1115 /* Used to store a REL high-part relocation such as R_MIPS_HI16 or
1116 R_MIPS_GOT16. REL is the relocation, INPUT_SECTION is the section
1117 that contains the relocation field and DATA points to the start of
1118 INPUT_SECTION. */
1119
1120 struct mips_hi16
1121 {
1122 struct mips_hi16 *next;
1123 bfd_byte *data;
1124 asection *input_section;
1125 arelent rel;
1126 };
1127
1128 /* FIXME: This should not be a static variable. */
1129
1130 static struct mips_hi16 *mips_hi16_list;
1131
1132 /* A howto special_function for REL *HI16 relocations. We can only
1133 calculate the correct value once we've seen the partnering
1134 *LO16 relocation, so just save the information for later.
1135
1136 The ABI requires that the *LO16 immediately follow the *HI16.
1137 However, as a GNU extension, we permit an arbitrary number of
1138 *HI16s to be associated with a single *LO16. This significantly
1139 simplies the relocation handling in gcc. */
1140
1141 bfd_reloc_status_type
1142 _bfd_mips_elf_hi16_reloc (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry,
1143 asymbol *symbol ATTRIBUTE_UNUSED, void *data,
1144 asection *input_section, bfd *output_bfd,
1145 char **error_message ATTRIBUTE_UNUSED)
1146 {
1147 struct mips_hi16 *n;
1148 bfd_size_type sz;
1149
1150 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
1151 if (reloc_entry->address > sz)
1152 return bfd_reloc_outofrange;
1153
1154 n = bfd_malloc (sizeof *n);
1155 if (n == NULL)
1156 return bfd_reloc_outofrange;
1157
1158 n->next = mips_hi16_list;
1159 n->data = data;
1160 n->input_section = input_section;
1161 n->rel = *reloc_entry;
1162 mips_hi16_list = n;
1163
1164 if (output_bfd != NULL)
1165 reloc_entry->address += input_section->output_offset;
1166
1167 return bfd_reloc_ok;
1168 }
1169
1170 /* A howto special_function for REL R_MIPS_GOT16 relocations. This is just
1171 like any other 16-bit relocation when applied to global symbols, but is
1172 treated in the same as R_MIPS_HI16 when applied to local symbols. */
1173
1174 bfd_reloc_status_type
1175 _bfd_mips_elf_got16_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1176 void *data, asection *input_section,
1177 bfd *output_bfd, char **error_message)
1178 {
1179 if ((symbol->flags & (BSF_GLOBAL | BSF_WEAK)) != 0
1180 || bfd_is_und_section (bfd_get_section (symbol))
1181 || bfd_is_com_section (bfd_get_section (symbol)))
1182 /* The relocation is against a global symbol. */
1183 return _bfd_mips_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1184 input_section, output_bfd,
1185 error_message);
1186
1187 return _bfd_mips_elf_hi16_reloc (abfd, reloc_entry, symbol, data,
1188 input_section, output_bfd, error_message);
1189 }
1190
1191 /* A howto special_function for REL *LO16 relocations. The *LO16 itself
1192 is a straightforward 16 bit inplace relocation, but we must deal with
1193 any partnering high-part relocations as well. */
1194
1195 bfd_reloc_status_type
1196 _bfd_mips_elf_lo16_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1197 void *data, asection *input_section,
1198 bfd *output_bfd, char **error_message)
1199 {
1200 bfd_vma vallo;
1201 bfd_size_type sz;
1202
1203 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
1204 if (reloc_entry->address > sz)
1205 return bfd_reloc_outofrange;
1206
1207 vallo = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
1208 while (mips_hi16_list != NULL)
1209 {
1210 bfd_reloc_status_type ret;
1211 struct mips_hi16 *hi;
1212
1213 hi = mips_hi16_list;
1214
1215 /* R_MIPS_GOT16 relocations are something of a special case. We
1216 want to install the addend in the same way as for a R_MIPS_HI16
1217 relocation (with a rightshift of 16). However, since GOT16
1218 relocations can also be used with global symbols, their howto
1219 has a rightshift of 0. */
1220 if (hi->rel.howto->type == R_MIPS_GOT16)
1221 hi->rel.howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, R_MIPS_HI16, FALSE);
1222
1223 /* VALLO is a signed 16-bit number. Bias it by 0x8000 so that any
1224 carry or borrow will induce a change of +1 or -1 in the high part. */
1225 hi->rel.addend += (vallo + 0x8000) & 0xffff;
1226
1227 ret = _bfd_mips_elf_generic_reloc (abfd, &hi->rel, symbol, hi->data,
1228 hi->input_section, output_bfd,
1229 error_message);
1230 if (ret != bfd_reloc_ok)
1231 return ret;
1232
1233 mips_hi16_list = hi->next;
1234 free (hi);
1235 }
1236
1237 return _bfd_mips_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1238 input_section, output_bfd,
1239 error_message);
1240 }
1241
1242 /* A generic howto special_function. This calculates and installs the
1243 relocation itself, thus avoiding the oft-discussed problems in
1244 bfd_perform_relocation and bfd_install_relocation. */
1245
1246 bfd_reloc_status_type
1247 _bfd_mips_elf_generic_reloc (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry,
1248 asymbol *symbol, void *data ATTRIBUTE_UNUSED,
1249 asection *input_section, bfd *output_bfd,
1250 char **error_message ATTRIBUTE_UNUSED)
1251 {
1252 bfd_signed_vma val;
1253 bfd_size_type sz;
1254 bfd_reloc_status_type status;
1255 bfd_boolean relocatable;
1256
1257 relocatable = (output_bfd != NULL);
1258
1259 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
1260 if (reloc_entry->address > sz)
1261 return bfd_reloc_outofrange;
1262
1263 /* Build up the field adjustment in VAL. */
1264 val = 0;
1265 if (!relocatable || (symbol->flags & BSF_SECTION_SYM) != 0)
1266 {
1267 /* Either we're calculating the final field value or we have a
1268 relocation against a section symbol. Add in the section's
1269 offset or address. */
1270 val += symbol->section->output_section->vma;
1271 val += symbol->section->output_offset;
1272 }
1273
1274 if (!relocatable)
1275 {
1276 /* We're calculating the final field value. Add in the symbol's value
1277 and, if pc-relative, subtract the address of the field itself. */
1278 val += symbol->value;
1279 if (reloc_entry->howto->pc_relative)
1280 {
1281 val -= input_section->output_section->vma;
1282 val -= input_section->output_offset;
1283 val -= reloc_entry->address;
1284 }
1285 }
1286
1287 /* VAL is now the final adjustment. If we're keeping this relocation
1288 in the output file, and if the relocation uses a separate addend,
1289 we just need to add VAL to that addend. Otherwise we need to add
1290 VAL to the relocation field itself. */
1291 if (relocatable && !reloc_entry->howto->partial_inplace)
1292 reloc_entry->addend += val;
1293 else
1294 {
1295 /* Add in the separate addend, if any. */
1296 val += reloc_entry->addend;
1297
1298 /* Add VAL to the relocation field. */
1299 status = _bfd_relocate_contents (reloc_entry->howto, abfd, val,
1300 (bfd_byte *) data
1301 + reloc_entry->address);
1302 if (status != bfd_reloc_ok)
1303 return status;
1304 }
1305
1306 if (relocatable)
1307 reloc_entry->address += input_section->output_offset;
1308
1309 return bfd_reloc_ok;
1310 }
1311 \f
1312 /* Swap an entry in a .gptab section. Note that these routines rely
1313 on the equivalence of the two elements of the union. */
1314
1315 static void
1316 bfd_mips_elf32_swap_gptab_in (bfd *abfd, const Elf32_External_gptab *ex,
1317 Elf32_gptab *in)
1318 {
1319 in->gt_entry.gt_g_value = H_GET_32 (abfd, ex->gt_entry.gt_g_value);
1320 in->gt_entry.gt_bytes = H_GET_32 (abfd, ex->gt_entry.gt_bytes);
1321 }
1322
1323 static void
1324 bfd_mips_elf32_swap_gptab_out (bfd *abfd, const Elf32_gptab *in,
1325 Elf32_External_gptab *ex)
1326 {
1327 H_PUT_32 (abfd, in->gt_entry.gt_g_value, ex->gt_entry.gt_g_value);
1328 H_PUT_32 (abfd, in->gt_entry.gt_bytes, ex->gt_entry.gt_bytes);
1329 }
1330
1331 static void
1332 bfd_elf32_swap_compact_rel_out (bfd *abfd, const Elf32_compact_rel *in,
1333 Elf32_External_compact_rel *ex)
1334 {
1335 H_PUT_32 (abfd, in->id1, ex->id1);
1336 H_PUT_32 (abfd, in->num, ex->num);
1337 H_PUT_32 (abfd, in->id2, ex->id2);
1338 H_PUT_32 (abfd, in->offset, ex->offset);
1339 H_PUT_32 (abfd, in->reserved0, ex->reserved0);
1340 H_PUT_32 (abfd, in->reserved1, ex->reserved1);
1341 }
1342
1343 static void
1344 bfd_elf32_swap_crinfo_out (bfd *abfd, const Elf32_crinfo *in,
1345 Elf32_External_crinfo *ex)
1346 {
1347 unsigned long l;
1348
1349 l = (((in->ctype & CRINFO_CTYPE) << CRINFO_CTYPE_SH)
1350 | ((in->rtype & CRINFO_RTYPE) << CRINFO_RTYPE_SH)
1351 | ((in->dist2to & CRINFO_DIST2TO) << CRINFO_DIST2TO_SH)
1352 | ((in->relvaddr & CRINFO_RELVADDR) << CRINFO_RELVADDR_SH));
1353 H_PUT_32 (abfd, l, ex->info);
1354 H_PUT_32 (abfd, in->konst, ex->konst);
1355 H_PUT_32 (abfd, in->vaddr, ex->vaddr);
1356 }
1357 \f
1358 /* A .reginfo section holds a single Elf32_RegInfo structure. These
1359 routines swap this structure in and out. They are used outside of
1360 BFD, so they are globally visible. */
1361
1362 void
1363 bfd_mips_elf32_swap_reginfo_in (bfd *abfd, const Elf32_External_RegInfo *ex,
1364 Elf32_RegInfo *in)
1365 {
1366 in->ri_gprmask = H_GET_32 (abfd, ex->ri_gprmask);
1367 in->ri_cprmask[0] = H_GET_32 (abfd, ex->ri_cprmask[0]);
1368 in->ri_cprmask[1] = H_GET_32 (abfd, ex->ri_cprmask[1]);
1369 in->ri_cprmask[2] = H_GET_32 (abfd, ex->ri_cprmask[2]);
1370 in->ri_cprmask[3] = H_GET_32 (abfd, ex->ri_cprmask[3]);
1371 in->ri_gp_value = H_GET_32 (abfd, ex->ri_gp_value);
1372 }
1373
1374 void
1375 bfd_mips_elf32_swap_reginfo_out (bfd *abfd, const Elf32_RegInfo *in,
1376 Elf32_External_RegInfo *ex)
1377 {
1378 H_PUT_32 (abfd, in->ri_gprmask, ex->ri_gprmask);
1379 H_PUT_32 (abfd, in->ri_cprmask[0], ex->ri_cprmask[0]);
1380 H_PUT_32 (abfd, in->ri_cprmask[1], ex->ri_cprmask[1]);
1381 H_PUT_32 (abfd, in->ri_cprmask[2], ex->ri_cprmask[2]);
1382 H_PUT_32 (abfd, in->ri_cprmask[3], ex->ri_cprmask[3]);
1383 H_PUT_32 (abfd, in->ri_gp_value, ex->ri_gp_value);
1384 }
1385
1386 /* In the 64 bit ABI, the .MIPS.options section holds register
1387 information in an Elf64_Reginfo structure. These routines swap
1388 them in and out. They are globally visible because they are used
1389 outside of BFD. These routines are here so that gas can call them
1390 without worrying about whether the 64 bit ABI has been included. */
1391
1392 void
1393 bfd_mips_elf64_swap_reginfo_in (bfd *abfd, const Elf64_External_RegInfo *ex,
1394 Elf64_Internal_RegInfo *in)
1395 {
1396 in->ri_gprmask = H_GET_32 (abfd, ex->ri_gprmask);
1397 in->ri_pad = H_GET_32 (abfd, ex->ri_pad);
1398 in->ri_cprmask[0] = H_GET_32 (abfd, ex->ri_cprmask[0]);
1399 in->ri_cprmask[1] = H_GET_32 (abfd, ex->ri_cprmask[1]);
1400 in->ri_cprmask[2] = H_GET_32 (abfd, ex->ri_cprmask[2]);
1401 in->ri_cprmask[3] = H_GET_32 (abfd, ex->ri_cprmask[3]);
1402 in->ri_gp_value = H_GET_64 (abfd, ex->ri_gp_value);
1403 }
1404
1405 void
1406 bfd_mips_elf64_swap_reginfo_out (bfd *abfd, const Elf64_Internal_RegInfo *in,
1407 Elf64_External_RegInfo *ex)
1408 {
1409 H_PUT_32 (abfd, in->ri_gprmask, ex->ri_gprmask);
1410 H_PUT_32 (abfd, in->ri_pad, ex->ri_pad);
1411 H_PUT_32 (abfd, in->ri_cprmask[0], ex->ri_cprmask[0]);
1412 H_PUT_32 (abfd, in->ri_cprmask[1], ex->ri_cprmask[1]);
1413 H_PUT_32 (abfd, in->ri_cprmask[2], ex->ri_cprmask[2]);
1414 H_PUT_32 (abfd, in->ri_cprmask[3], ex->ri_cprmask[3]);
1415 H_PUT_64 (abfd, in->ri_gp_value, ex->ri_gp_value);
1416 }
1417
1418 /* Swap in an options header. */
1419
1420 void
1421 bfd_mips_elf_swap_options_in (bfd *abfd, const Elf_External_Options *ex,
1422 Elf_Internal_Options *in)
1423 {
1424 in->kind = H_GET_8 (abfd, ex->kind);
1425 in->size = H_GET_8 (abfd, ex->size);
1426 in->section = H_GET_16 (abfd, ex->section);
1427 in->info = H_GET_32 (abfd, ex->info);
1428 }
1429
1430 /* Swap out an options header. */
1431
1432 void
1433 bfd_mips_elf_swap_options_out (bfd *abfd, const Elf_Internal_Options *in,
1434 Elf_External_Options *ex)
1435 {
1436 H_PUT_8 (abfd, in->kind, ex->kind);
1437 H_PUT_8 (abfd, in->size, ex->size);
1438 H_PUT_16 (abfd, in->section, ex->section);
1439 H_PUT_32 (abfd, in->info, ex->info);
1440 }
1441 \f
1442 /* This function is called via qsort() to sort the dynamic relocation
1443 entries by increasing r_symndx value. */
1444
1445 static int
1446 sort_dynamic_relocs (const void *arg1, const void *arg2)
1447 {
1448 Elf_Internal_Rela int_reloc1;
1449 Elf_Internal_Rela int_reloc2;
1450
1451 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg1, &int_reloc1);
1452 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg2, &int_reloc2);
1453
1454 return ELF32_R_SYM (int_reloc1.r_info) - ELF32_R_SYM (int_reloc2.r_info);
1455 }
1456
1457 /* Like sort_dynamic_relocs, but used for elf64 relocations. */
1458
1459 static int
1460 sort_dynamic_relocs_64 (const void *arg1, const void *arg2)
1461 {
1462 Elf_Internal_Rela int_reloc1[3];
1463 Elf_Internal_Rela int_reloc2[3];
1464
1465 (*get_elf_backend_data (reldyn_sorting_bfd)->s->swap_reloc_in)
1466 (reldyn_sorting_bfd, arg1, int_reloc1);
1467 (*get_elf_backend_data (reldyn_sorting_bfd)->s->swap_reloc_in)
1468 (reldyn_sorting_bfd, arg2, int_reloc2);
1469
1470 return (ELF64_R_SYM (int_reloc1[0].r_info)
1471 - ELF64_R_SYM (int_reloc2[0].r_info));
1472 }
1473
1474
1475 /* This routine is used to write out ECOFF debugging external symbol
1476 information. It is called via mips_elf_link_hash_traverse. The
1477 ECOFF external symbol information must match the ELF external
1478 symbol information. Unfortunately, at this point we don't know
1479 whether a symbol is required by reloc information, so the two
1480 tables may wind up being different. We must sort out the external
1481 symbol information before we can set the final size of the .mdebug
1482 section, and we must set the size of the .mdebug section before we
1483 can relocate any sections, and we can't know which symbols are
1484 required by relocation until we relocate the sections.
1485 Fortunately, it is relatively unlikely that any symbol will be
1486 stripped but required by a reloc. In particular, it can not happen
1487 when generating a final executable. */
1488
1489 static bfd_boolean
1490 mips_elf_output_extsym (struct mips_elf_link_hash_entry *h, void *data)
1491 {
1492 struct extsym_info *einfo = data;
1493 bfd_boolean strip;
1494 asection *sec, *output_section;
1495
1496 if (h->root.root.type == bfd_link_hash_warning)
1497 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
1498
1499 if (h->root.indx == -2)
1500 strip = FALSE;
1501 else if (((h->root.elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) != 0
1502 || (h->root.elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) != 0)
1503 && (h->root.elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0
1504 && (h->root.elf_link_hash_flags & ELF_LINK_HASH_REF_REGULAR) == 0)
1505 strip = TRUE;
1506 else if (einfo->info->strip == strip_all
1507 || (einfo->info->strip == strip_some
1508 && bfd_hash_lookup (einfo->info->keep_hash,
1509 h->root.root.root.string,
1510 FALSE, FALSE) == NULL))
1511 strip = TRUE;
1512 else
1513 strip = FALSE;
1514
1515 if (strip)
1516 return TRUE;
1517
1518 if (h->esym.ifd == -2)
1519 {
1520 h->esym.jmptbl = 0;
1521 h->esym.cobol_main = 0;
1522 h->esym.weakext = 0;
1523 h->esym.reserved = 0;
1524 h->esym.ifd = ifdNil;
1525 h->esym.asym.value = 0;
1526 h->esym.asym.st = stGlobal;
1527
1528 if (h->root.root.type == bfd_link_hash_undefined
1529 || h->root.root.type == bfd_link_hash_undefweak)
1530 {
1531 const char *name;
1532
1533 /* Use undefined class. Also, set class and type for some
1534 special symbols. */
1535 name = h->root.root.root.string;
1536 if (strcmp (name, mips_elf_dynsym_rtproc_names[0]) == 0
1537 || strcmp (name, mips_elf_dynsym_rtproc_names[1]) == 0)
1538 {
1539 h->esym.asym.sc = scData;
1540 h->esym.asym.st = stLabel;
1541 h->esym.asym.value = 0;
1542 }
1543 else if (strcmp (name, mips_elf_dynsym_rtproc_names[2]) == 0)
1544 {
1545 h->esym.asym.sc = scAbs;
1546 h->esym.asym.st = stLabel;
1547 h->esym.asym.value =
1548 mips_elf_hash_table (einfo->info)->procedure_count;
1549 }
1550 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd))
1551 {
1552 h->esym.asym.sc = scAbs;
1553 h->esym.asym.st = stLabel;
1554 h->esym.asym.value = elf_gp (einfo->abfd);
1555 }
1556 else
1557 h->esym.asym.sc = scUndefined;
1558 }
1559 else if (h->root.root.type != bfd_link_hash_defined
1560 && h->root.root.type != bfd_link_hash_defweak)
1561 h->esym.asym.sc = scAbs;
1562 else
1563 {
1564 const char *name;
1565
1566 sec = h->root.root.u.def.section;
1567 output_section = sec->output_section;
1568
1569 /* When making a shared library and symbol h is the one from
1570 the another shared library, OUTPUT_SECTION may be null. */
1571 if (output_section == NULL)
1572 h->esym.asym.sc = scUndefined;
1573 else
1574 {
1575 name = bfd_section_name (output_section->owner, output_section);
1576
1577 if (strcmp (name, ".text") == 0)
1578 h->esym.asym.sc = scText;
1579 else if (strcmp (name, ".data") == 0)
1580 h->esym.asym.sc = scData;
1581 else if (strcmp (name, ".sdata") == 0)
1582 h->esym.asym.sc = scSData;
1583 else if (strcmp (name, ".rodata") == 0
1584 || strcmp (name, ".rdata") == 0)
1585 h->esym.asym.sc = scRData;
1586 else if (strcmp (name, ".bss") == 0)
1587 h->esym.asym.sc = scBss;
1588 else if (strcmp (name, ".sbss") == 0)
1589 h->esym.asym.sc = scSBss;
1590 else if (strcmp (name, ".init") == 0)
1591 h->esym.asym.sc = scInit;
1592 else if (strcmp (name, ".fini") == 0)
1593 h->esym.asym.sc = scFini;
1594 else
1595 h->esym.asym.sc = scAbs;
1596 }
1597 }
1598
1599 h->esym.asym.reserved = 0;
1600 h->esym.asym.index = indexNil;
1601 }
1602
1603 if (h->root.root.type == bfd_link_hash_common)
1604 h->esym.asym.value = h->root.root.u.c.size;
1605 else if (h->root.root.type == bfd_link_hash_defined
1606 || h->root.root.type == bfd_link_hash_defweak)
1607 {
1608 if (h->esym.asym.sc == scCommon)
1609 h->esym.asym.sc = scBss;
1610 else if (h->esym.asym.sc == scSCommon)
1611 h->esym.asym.sc = scSBss;
1612
1613 sec = h->root.root.u.def.section;
1614 output_section = sec->output_section;
1615 if (output_section != NULL)
1616 h->esym.asym.value = (h->root.root.u.def.value
1617 + sec->output_offset
1618 + output_section->vma);
1619 else
1620 h->esym.asym.value = 0;
1621 }
1622 else if ((h->root.elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0)
1623 {
1624 struct mips_elf_link_hash_entry *hd = h;
1625 bfd_boolean no_fn_stub = h->no_fn_stub;
1626
1627 while (hd->root.root.type == bfd_link_hash_indirect)
1628 {
1629 hd = (struct mips_elf_link_hash_entry *)h->root.root.u.i.link;
1630 no_fn_stub = no_fn_stub || hd->no_fn_stub;
1631 }
1632
1633 if (!no_fn_stub)
1634 {
1635 /* Set type and value for a symbol with a function stub. */
1636 h->esym.asym.st = stProc;
1637 sec = hd->root.root.u.def.section;
1638 if (sec == NULL)
1639 h->esym.asym.value = 0;
1640 else
1641 {
1642 output_section = sec->output_section;
1643 if (output_section != NULL)
1644 h->esym.asym.value = (hd->root.plt.offset
1645 + sec->output_offset
1646 + output_section->vma);
1647 else
1648 h->esym.asym.value = 0;
1649 }
1650 #if 0 /* FIXME? */
1651 h->esym.ifd = 0;
1652 #endif
1653 }
1654 }
1655
1656 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1657 h->root.root.root.string,
1658 &h->esym))
1659 {
1660 einfo->failed = TRUE;
1661 return FALSE;
1662 }
1663
1664 return TRUE;
1665 }
1666
1667 /* A comparison routine used to sort .gptab entries. */
1668
1669 static int
1670 gptab_compare (const void *p1, const void *p2)
1671 {
1672 const Elf32_gptab *a1 = p1;
1673 const Elf32_gptab *a2 = p2;
1674
1675 return a1->gt_entry.gt_g_value - a2->gt_entry.gt_g_value;
1676 }
1677 \f
1678 /* Functions to manage the got entry hash table. */
1679
1680 /* Use all 64 bits of a bfd_vma for the computation of a 32-bit
1681 hash number. */
1682
1683 static INLINE hashval_t
1684 mips_elf_hash_bfd_vma (bfd_vma addr)
1685 {
1686 #ifdef BFD64
1687 return addr + (addr >> 32);
1688 #else
1689 return addr;
1690 #endif
1691 }
1692
1693 /* got_entries only match if they're identical, except for gotidx, so
1694 use all fields to compute the hash, and compare the appropriate
1695 union members. */
1696
1697 static hashval_t
1698 mips_elf_got_entry_hash (const void *entry_)
1699 {
1700 const struct mips_got_entry *entry = (struct mips_got_entry *)entry_;
1701
1702 return entry->symndx
1703 + (! entry->abfd ? mips_elf_hash_bfd_vma (entry->d.address)
1704 : entry->abfd->id
1705 + (entry->symndx >= 0 ? mips_elf_hash_bfd_vma (entry->d.addend)
1706 : entry->d.h->root.root.root.hash));
1707 }
1708
1709 static int
1710 mips_elf_got_entry_eq (const void *entry1, const void *entry2)
1711 {
1712 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
1713 const struct mips_got_entry *e2 = (struct mips_got_entry *)entry2;
1714
1715 return e1->abfd == e2->abfd && e1->symndx == e2->symndx
1716 && (! e1->abfd ? e1->d.address == e2->d.address
1717 : e1->symndx >= 0 ? e1->d.addend == e2->d.addend
1718 : e1->d.h == e2->d.h);
1719 }
1720
1721 /* multi_got_entries are still a match in the case of global objects,
1722 even if the input bfd in which they're referenced differs, so the
1723 hash computation and compare functions are adjusted
1724 accordingly. */
1725
1726 static hashval_t
1727 mips_elf_multi_got_entry_hash (const void *entry_)
1728 {
1729 const struct mips_got_entry *entry = (struct mips_got_entry *)entry_;
1730
1731 return entry->symndx
1732 + (! entry->abfd
1733 ? mips_elf_hash_bfd_vma (entry->d.address)
1734 : entry->symndx >= 0
1735 ? (entry->abfd->id
1736 + mips_elf_hash_bfd_vma (entry->d.addend))
1737 : entry->d.h->root.root.root.hash);
1738 }
1739
1740 static int
1741 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2)
1742 {
1743 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
1744 const struct mips_got_entry *e2 = (struct mips_got_entry *)entry2;
1745
1746 return e1->symndx == e2->symndx
1747 && (e1->symndx >= 0 ? e1->abfd == e2->abfd && e1->d.addend == e2->d.addend
1748 : e1->abfd == NULL || e2->abfd == NULL
1749 ? e1->abfd == e2->abfd && e1->d.address == e2->d.address
1750 : e1->d.h == e2->d.h);
1751 }
1752 \f
1753 /* Returns the dynamic relocation section for DYNOBJ. */
1754
1755 static asection *
1756 mips_elf_rel_dyn_section (bfd *dynobj, bfd_boolean create_p)
1757 {
1758 static const char dname[] = ".rel.dyn";
1759 asection *sreloc;
1760
1761 sreloc = bfd_get_section_by_name (dynobj, dname);
1762 if (sreloc == NULL && create_p)
1763 {
1764 sreloc = bfd_make_section (dynobj, dname);
1765 if (sreloc == NULL
1766 || ! bfd_set_section_flags (dynobj, sreloc,
1767 (SEC_ALLOC
1768 | SEC_LOAD
1769 | SEC_HAS_CONTENTS
1770 | SEC_IN_MEMORY
1771 | SEC_LINKER_CREATED
1772 | SEC_READONLY))
1773 || ! bfd_set_section_alignment (dynobj, sreloc,
1774 MIPS_ELF_LOG_FILE_ALIGN (dynobj)))
1775 return NULL;
1776 }
1777 return sreloc;
1778 }
1779
1780 /* Returns the GOT section for ABFD. */
1781
1782 static asection *
1783 mips_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded)
1784 {
1785 asection *sgot = bfd_get_section_by_name (abfd, ".got");
1786 if (sgot == NULL
1787 || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0))
1788 return NULL;
1789 return sgot;
1790 }
1791
1792 /* Returns the GOT information associated with the link indicated by
1793 INFO. If SGOTP is non-NULL, it is filled in with the GOT
1794 section. */
1795
1796 static struct mips_got_info *
1797 mips_elf_got_info (bfd *abfd, asection **sgotp)
1798 {
1799 asection *sgot;
1800 struct mips_got_info *g;
1801
1802 sgot = mips_elf_got_section (abfd, TRUE);
1803 BFD_ASSERT (sgot != NULL);
1804 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
1805 g = mips_elf_section_data (sgot)->u.got_info;
1806 BFD_ASSERT (g != NULL);
1807
1808 if (sgotp)
1809 *sgotp = (sgot->flags & SEC_EXCLUDE) == 0 ? sgot : NULL;
1810
1811 return g;
1812 }
1813
1814 /* Returns the GOT offset at which the indicated address can be found.
1815 If there is not yet a GOT entry for this value, create one. Returns
1816 -1 if no satisfactory GOT offset can be found. */
1817
1818 static bfd_vma
1819 mips_elf_local_got_index (bfd *abfd, bfd *ibfd, struct bfd_link_info *info,
1820 bfd_vma value)
1821 {
1822 asection *sgot;
1823 struct mips_got_info *g;
1824 struct mips_got_entry *entry;
1825
1826 g = mips_elf_got_info (elf_hash_table (info)->dynobj, &sgot);
1827
1828 entry = mips_elf_create_local_got_entry (abfd, ibfd, g, sgot, value);
1829 if (entry)
1830 return entry->gotidx;
1831 else
1832 return MINUS_ONE;
1833 }
1834
1835 /* Returns the GOT index for the global symbol indicated by H. */
1836
1837 static bfd_vma
1838 mips_elf_global_got_index (bfd *abfd, bfd *ibfd, struct elf_link_hash_entry *h)
1839 {
1840 bfd_vma index;
1841 asection *sgot;
1842 struct mips_got_info *g, *gg;
1843 long global_got_dynindx = 0;
1844
1845 gg = g = mips_elf_got_info (abfd, &sgot);
1846 if (g->bfd2got && ibfd)
1847 {
1848 struct mips_got_entry e, *p;
1849
1850 BFD_ASSERT (h->dynindx >= 0);
1851
1852 g = mips_elf_got_for_ibfd (g, ibfd);
1853 if (g->next != gg)
1854 {
1855 e.abfd = ibfd;
1856 e.symndx = -1;
1857 e.d.h = (struct mips_elf_link_hash_entry *)h;
1858
1859 p = htab_find (g->got_entries, &e);
1860
1861 BFD_ASSERT (p->gotidx > 0);
1862 return p->gotidx;
1863 }
1864 }
1865
1866 if (gg->global_gotsym != NULL)
1867 global_got_dynindx = gg->global_gotsym->dynindx;
1868
1869 /* Once we determine the global GOT entry with the lowest dynamic
1870 symbol table index, we must put all dynamic symbols with greater
1871 indices into the GOT. That makes it easy to calculate the GOT
1872 offset. */
1873 BFD_ASSERT (h->dynindx >= global_got_dynindx);
1874 index = ((h->dynindx - global_got_dynindx + g->local_gotno)
1875 * MIPS_ELF_GOT_SIZE (abfd));
1876 BFD_ASSERT (index < sgot->size);
1877
1878 return index;
1879 }
1880
1881 /* Find a GOT entry that is within 32KB of the VALUE. These entries
1882 are supposed to be placed at small offsets in the GOT, i.e.,
1883 within 32KB of GP. Return the index into the GOT for this page,
1884 and store the offset from this entry to the desired address in
1885 OFFSETP, if it is non-NULL. */
1886
1887 static bfd_vma
1888 mips_elf_got_page (bfd *abfd, bfd *ibfd, struct bfd_link_info *info,
1889 bfd_vma value, bfd_vma *offsetp)
1890 {
1891 asection *sgot;
1892 struct mips_got_info *g;
1893 bfd_vma index;
1894 struct mips_got_entry *entry;
1895
1896 g = mips_elf_got_info (elf_hash_table (info)->dynobj, &sgot);
1897
1898 entry = mips_elf_create_local_got_entry (abfd, ibfd, g, sgot,
1899 (value + 0x8000)
1900 & (~(bfd_vma)0xffff));
1901
1902 if (!entry)
1903 return MINUS_ONE;
1904
1905 index = entry->gotidx;
1906
1907 if (offsetp)
1908 *offsetp = value - entry->d.address;
1909
1910 return index;
1911 }
1912
1913 /* Find a GOT entry whose higher-order 16 bits are the same as those
1914 for value. Return the index into the GOT for this entry. */
1915
1916 static bfd_vma
1917 mips_elf_got16_entry (bfd *abfd, bfd *ibfd, struct bfd_link_info *info,
1918 bfd_vma value, bfd_boolean external)
1919 {
1920 asection *sgot;
1921 struct mips_got_info *g;
1922 struct mips_got_entry *entry;
1923
1924 if (! external)
1925 {
1926 /* Although the ABI says that it is "the high-order 16 bits" that we
1927 want, it is really the %high value. The complete value is
1928 calculated with a `addiu' of a LO16 relocation, just as with a
1929 HI16/LO16 pair. */
1930 value = mips_elf_high (value) << 16;
1931 }
1932
1933 g = mips_elf_got_info (elf_hash_table (info)->dynobj, &sgot);
1934
1935 entry = mips_elf_create_local_got_entry (abfd, ibfd, g, sgot, value);
1936 if (entry)
1937 return entry->gotidx;
1938 else
1939 return MINUS_ONE;
1940 }
1941
1942 /* Returns the offset for the entry at the INDEXth position
1943 in the GOT. */
1944
1945 static bfd_vma
1946 mips_elf_got_offset_from_index (bfd *dynobj, bfd *output_bfd,
1947 bfd *input_bfd, bfd_vma index)
1948 {
1949 asection *sgot;
1950 bfd_vma gp;
1951 struct mips_got_info *g;
1952
1953 g = mips_elf_got_info (dynobj, &sgot);
1954 gp = _bfd_get_gp_value (output_bfd)
1955 + mips_elf_adjust_gp (output_bfd, g, input_bfd);
1956
1957 return sgot->output_section->vma + sgot->output_offset + index - gp;
1958 }
1959
1960 /* Create a local GOT entry for VALUE. Return the index of the entry,
1961 or -1 if it could not be created. */
1962
1963 static struct mips_got_entry *
1964 mips_elf_create_local_got_entry (bfd *abfd, bfd *ibfd,
1965 struct mips_got_info *gg,
1966 asection *sgot, bfd_vma value)
1967 {
1968 struct mips_got_entry entry, **loc;
1969 struct mips_got_info *g;
1970
1971 entry.abfd = NULL;
1972 entry.symndx = -1;
1973 entry.d.address = value;
1974
1975 g = mips_elf_got_for_ibfd (gg, ibfd);
1976 if (g == NULL)
1977 {
1978 g = mips_elf_got_for_ibfd (gg, abfd);
1979 BFD_ASSERT (g != NULL);
1980 }
1981
1982 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
1983 INSERT);
1984 if (*loc)
1985 return *loc;
1986
1987 entry.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1988
1989 *loc = (struct mips_got_entry *)bfd_alloc (abfd, sizeof entry);
1990
1991 if (! *loc)
1992 return NULL;
1993
1994 memcpy (*loc, &entry, sizeof entry);
1995
1996 if (g->assigned_gotno >= g->local_gotno)
1997 {
1998 (*loc)->gotidx = -1;
1999 /* We didn't allocate enough space in the GOT. */
2000 (*_bfd_error_handler)
2001 (_("not enough GOT space for local GOT entries"));
2002 bfd_set_error (bfd_error_bad_value);
2003 return NULL;
2004 }
2005
2006 MIPS_ELF_PUT_WORD (abfd, value,
2007 (sgot->contents + entry.gotidx));
2008
2009 return *loc;
2010 }
2011
2012 /* Sort the dynamic symbol table so that symbols that need GOT entries
2013 appear towards the end. This reduces the amount of GOT space
2014 required. MAX_LOCAL is used to set the number of local symbols
2015 known to be in the dynamic symbol table. During
2016 _bfd_mips_elf_size_dynamic_sections, this value is 1. Afterward, the
2017 section symbols are added and the count is higher. */
2018
2019 static bfd_boolean
2020 mips_elf_sort_hash_table (struct bfd_link_info *info, unsigned long max_local)
2021 {
2022 struct mips_elf_hash_sort_data hsd;
2023 struct mips_got_info *g;
2024 bfd *dynobj;
2025
2026 dynobj = elf_hash_table (info)->dynobj;
2027
2028 g = mips_elf_got_info (dynobj, NULL);
2029
2030 hsd.low = NULL;
2031 hsd.max_unref_got_dynindx =
2032 hsd.min_got_dynindx = elf_hash_table (info)->dynsymcount
2033 /* In the multi-got case, assigned_gotno of the master got_info
2034 indicate the number of entries that aren't referenced in the
2035 primary GOT, but that must have entries because there are
2036 dynamic relocations that reference it. Since they aren't
2037 referenced, we move them to the end of the GOT, so that they
2038 don't prevent other entries that are referenced from getting
2039 too large offsets. */
2040 - (g->next ? g->assigned_gotno : 0);
2041 hsd.max_non_got_dynindx = max_local;
2042 mips_elf_link_hash_traverse (((struct mips_elf_link_hash_table *)
2043 elf_hash_table (info)),
2044 mips_elf_sort_hash_table_f,
2045 &hsd);
2046
2047 /* There should have been enough room in the symbol table to
2048 accommodate both the GOT and non-GOT symbols. */
2049 BFD_ASSERT (hsd.max_non_got_dynindx <= hsd.min_got_dynindx);
2050 BFD_ASSERT ((unsigned long)hsd.max_unref_got_dynindx
2051 <= elf_hash_table (info)->dynsymcount);
2052
2053 /* Now we know which dynamic symbol has the lowest dynamic symbol
2054 table index in the GOT. */
2055 g->global_gotsym = hsd.low;
2056
2057 return TRUE;
2058 }
2059
2060 /* If H needs a GOT entry, assign it the highest available dynamic
2061 index. Otherwise, assign it the lowest available dynamic
2062 index. */
2063
2064 static bfd_boolean
2065 mips_elf_sort_hash_table_f (struct mips_elf_link_hash_entry *h, void *data)
2066 {
2067 struct mips_elf_hash_sort_data *hsd = data;
2068
2069 if (h->root.root.type == bfd_link_hash_warning)
2070 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
2071
2072 /* Symbols without dynamic symbol table entries aren't interesting
2073 at all. */
2074 if (h->root.dynindx == -1)
2075 return TRUE;
2076
2077 /* Global symbols that need GOT entries that are not explicitly
2078 referenced are marked with got offset 2. Those that are
2079 referenced get a 1, and those that don't need GOT entries get
2080 -1. */
2081 if (h->root.got.offset == 2)
2082 {
2083 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx)
2084 hsd->low = (struct elf_link_hash_entry *) h;
2085 h->root.dynindx = hsd->max_unref_got_dynindx++;
2086 }
2087 else if (h->root.got.offset != 1)
2088 h->root.dynindx = hsd->max_non_got_dynindx++;
2089 else
2090 {
2091 h->root.dynindx = --hsd->min_got_dynindx;
2092 hsd->low = (struct elf_link_hash_entry *) h;
2093 }
2094
2095 return TRUE;
2096 }
2097
2098 /* If H is a symbol that needs a global GOT entry, but has a dynamic
2099 symbol table index lower than any we've seen to date, record it for
2100 posterity. */
2101
2102 static bfd_boolean
2103 mips_elf_record_global_got_symbol (struct elf_link_hash_entry *h,
2104 bfd *abfd, struct bfd_link_info *info,
2105 struct mips_got_info *g)
2106 {
2107 struct mips_got_entry entry, **loc;
2108
2109 /* A global symbol in the GOT must also be in the dynamic symbol
2110 table. */
2111 if (h->dynindx == -1)
2112 {
2113 switch (ELF_ST_VISIBILITY (h->other))
2114 {
2115 case STV_INTERNAL:
2116 case STV_HIDDEN:
2117 _bfd_mips_elf_hide_symbol (info, h, TRUE);
2118 break;
2119 }
2120 if (!bfd_elf_link_record_dynamic_symbol (info, h))
2121 return FALSE;
2122 }
2123
2124 entry.abfd = abfd;
2125 entry.symndx = -1;
2126 entry.d.h = (struct mips_elf_link_hash_entry *) h;
2127
2128 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2129 INSERT);
2130
2131 /* If we've already marked this entry as needing GOT space, we don't
2132 need to do it again. */
2133 if (*loc)
2134 return TRUE;
2135
2136 *loc = (struct mips_got_entry *)bfd_alloc (abfd, sizeof entry);
2137
2138 if (! *loc)
2139 return FALSE;
2140
2141 entry.gotidx = -1;
2142 memcpy (*loc, &entry, sizeof entry);
2143
2144 if (h->got.offset != MINUS_ONE)
2145 return TRUE;
2146
2147 /* By setting this to a value other than -1, we are indicating that
2148 there needs to be a GOT entry for H. Avoid using zero, as the
2149 generic ELF copy_indirect_symbol tests for <= 0. */
2150 h->got.offset = 1;
2151
2152 return TRUE;
2153 }
2154
2155 /* Reserve space in G for a GOT entry containing the value of symbol
2156 SYMNDX in input bfd ABDF, plus ADDEND. */
2157
2158 static bfd_boolean
2159 mips_elf_record_local_got_symbol (bfd *abfd, long symndx, bfd_vma addend,
2160 struct mips_got_info *g)
2161 {
2162 struct mips_got_entry entry, **loc;
2163
2164 entry.abfd = abfd;
2165 entry.symndx = symndx;
2166 entry.d.addend = addend;
2167 loc = (struct mips_got_entry **)
2168 htab_find_slot (g->got_entries, &entry, INSERT);
2169
2170 if (*loc)
2171 return TRUE;
2172
2173 entry.gotidx = g->local_gotno++;
2174
2175 *loc = (struct mips_got_entry *)bfd_alloc (abfd, sizeof entry);
2176
2177 if (! *loc)
2178 return FALSE;
2179
2180 memcpy (*loc, &entry, sizeof entry);
2181
2182 return TRUE;
2183 }
2184 \f
2185 /* Compute the hash value of the bfd in a bfd2got hash entry. */
2186
2187 static hashval_t
2188 mips_elf_bfd2got_entry_hash (const void *entry_)
2189 {
2190 const struct mips_elf_bfd2got_hash *entry
2191 = (struct mips_elf_bfd2got_hash *)entry_;
2192
2193 return entry->bfd->id;
2194 }
2195
2196 /* Check whether two hash entries have the same bfd. */
2197
2198 static int
2199 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2)
2200 {
2201 const struct mips_elf_bfd2got_hash *e1
2202 = (const struct mips_elf_bfd2got_hash *)entry1;
2203 const struct mips_elf_bfd2got_hash *e2
2204 = (const struct mips_elf_bfd2got_hash *)entry2;
2205
2206 return e1->bfd == e2->bfd;
2207 }
2208
2209 /* In a multi-got link, determine the GOT to be used for IBDF. G must
2210 be the master GOT data. */
2211
2212 static struct mips_got_info *
2213 mips_elf_got_for_ibfd (struct mips_got_info *g, bfd *ibfd)
2214 {
2215 struct mips_elf_bfd2got_hash e, *p;
2216
2217 if (! g->bfd2got)
2218 return g;
2219
2220 e.bfd = ibfd;
2221 p = htab_find (g->bfd2got, &e);
2222 return p ? p->g : NULL;
2223 }
2224
2225 /* Create one separate got for each bfd that has entries in the global
2226 got, such that we can tell how many local and global entries each
2227 bfd requires. */
2228
2229 static int
2230 mips_elf_make_got_per_bfd (void **entryp, void *p)
2231 {
2232 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp;
2233 struct mips_elf_got_per_bfd_arg *arg = (struct mips_elf_got_per_bfd_arg *)p;
2234 htab_t bfd2got = arg->bfd2got;
2235 struct mips_got_info *g;
2236 struct mips_elf_bfd2got_hash bfdgot_entry, *bfdgot;
2237 void **bfdgotp;
2238
2239 /* Find the got_info for this GOT entry's input bfd. Create one if
2240 none exists. */
2241 bfdgot_entry.bfd = entry->abfd;
2242 bfdgotp = htab_find_slot (bfd2got, &bfdgot_entry, INSERT);
2243 bfdgot = (struct mips_elf_bfd2got_hash *)*bfdgotp;
2244
2245 if (bfdgot != NULL)
2246 g = bfdgot->g;
2247 else
2248 {
2249 bfdgot = (struct mips_elf_bfd2got_hash *)bfd_alloc
2250 (arg->obfd, sizeof (struct mips_elf_bfd2got_hash));
2251
2252 if (bfdgot == NULL)
2253 {
2254 arg->obfd = 0;
2255 return 0;
2256 }
2257
2258 *bfdgotp = bfdgot;
2259
2260 bfdgot->bfd = entry->abfd;
2261 bfdgot->g = g = (struct mips_got_info *)
2262 bfd_alloc (arg->obfd, sizeof (struct mips_got_info));
2263 if (g == NULL)
2264 {
2265 arg->obfd = 0;
2266 return 0;
2267 }
2268
2269 g->global_gotsym = NULL;
2270 g->global_gotno = 0;
2271 g->local_gotno = 0;
2272 g->assigned_gotno = -1;
2273 g->got_entries = htab_try_create (1, mips_elf_multi_got_entry_hash,
2274 mips_elf_multi_got_entry_eq, NULL);
2275 if (g->got_entries == NULL)
2276 {
2277 arg->obfd = 0;
2278 return 0;
2279 }
2280
2281 g->bfd2got = NULL;
2282 g->next = NULL;
2283 }
2284
2285 /* Insert the GOT entry in the bfd's got entry hash table. */
2286 entryp = htab_find_slot (g->got_entries, entry, INSERT);
2287 if (*entryp != NULL)
2288 return 1;
2289
2290 *entryp = entry;
2291
2292 if (entry->symndx >= 0 || entry->d.h->forced_local)
2293 ++g->local_gotno;
2294 else
2295 ++g->global_gotno;
2296
2297 return 1;
2298 }
2299
2300 /* Attempt to merge gots of different input bfds. Try to use as much
2301 as possible of the primary got, since it doesn't require explicit
2302 dynamic relocations, but don't use bfds that would reference global
2303 symbols out of the addressable range. Failing the primary got,
2304 attempt to merge with the current got, or finish the current got
2305 and then make make the new got current. */
2306
2307 static int
2308 mips_elf_merge_gots (void **bfd2got_, void *p)
2309 {
2310 struct mips_elf_bfd2got_hash *bfd2got
2311 = (struct mips_elf_bfd2got_hash *)*bfd2got_;
2312 struct mips_elf_got_per_bfd_arg *arg = (struct mips_elf_got_per_bfd_arg *)p;
2313 unsigned int lcount = bfd2got->g->local_gotno;
2314 unsigned int gcount = bfd2got->g->global_gotno;
2315 unsigned int maxcnt = arg->max_count;
2316
2317 /* If we don't have a primary GOT and this is not too big, use it as
2318 a starting point for the primary GOT. */
2319 if (! arg->primary && lcount + gcount <= maxcnt)
2320 {
2321 arg->primary = bfd2got->g;
2322 arg->primary_count = lcount + gcount;
2323 }
2324 /* If it looks like we can merge this bfd's entries with those of
2325 the primary, merge them. The heuristics is conservative, but we
2326 don't have to squeeze it too hard. */
2327 else if (arg->primary
2328 && (arg->primary_count + lcount + gcount) <= maxcnt)
2329 {
2330 struct mips_got_info *g = bfd2got->g;
2331 int old_lcount = arg->primary->local_gotno;
2332 int old_gcount = arg->primary->global_gotno;
2333
2334 bfd2got->g = arg->primary;
2335
2336 htab_traverse (g->got_entries,
2337 mips_elf_make_got_per_bfd,
2338 arg);
2339 if (arg->obfd == NULL)
2340 return 0;
2341
2342 htab_delete (g->got_entries);
2343 /* We don't have to worry about releasing memory of the actual
2344 got entries, since they're all in the master got_entries hash
2345 table anyway. */
2346
2347 BFD_ASSERT (old_lcount + lcount >= arg->primary->local_gotno);
2348 BFD_ASSERT (old_gcount + gcount >= arg->primary->global_gotno);
2349
2350 arg->primary_count = arg->primary->local_gotno
2351 + arg->primary->global_gotno;
2352 }
2353 /* If we can merge with the last-created got, do it. */
2354 else if (arg->current
2355 && arg->current_count + lcount + gcount <= maxcnt)
2356 {
2357 struct mips_got_info *g = bfd2got->g;
2358 int old_lcount = arg->current->local_gotno;
2359 int old_gcount = arg->current->global_gotno;
2360
2361 bfd2got->g = arg->current;
2362
2363 htab_traverse (g->got_entries,
2364 mips_elf_make_got_per_bfd,
2365 arg);
2366 if (arg->obfd == NULL)
2367 return 0;
2368
2369 htab_delete (g->got_entries);
2370
2371 BFD_ASSERT (old_lcount + lcount >= arg->current->local_gotno);
2372 BFD_ASSERT (old_gcount + gcount >= arg->current->global_gotno);
2373
2374 arg->current_count = arg->current->local_gotno
2375 + arg->current->global_gotno;
2376 }
2377 /* Well, we couldn't merge, so create a new GOT. Don't check if it
2378 fits; if it turns out that it doesn't, we'll get relocation
2379 overflows anyway. */
2380 else
2381 {
2382 bfd2got->g->next = arg->current;
2383 arg->current = bfd2got->g;
2384
2385 arg->current_count = lcount + gcount;
2386 }
2387
2388 return 1;
2389 }
2390
2391 /* If passed a NULL mips_got_info in the argument, set the marker used
2392 to tell whether a global symbol needs a got entry (in the primary
2393 got) to the given VALUE.
2394
2395 If passed a pointer G to a mips_got_info in the argument (it must
2396 not be the primary GOT), compute the offset from the beginning of
2397 the (primary) GOT section to the entry in G corresponding to the
2398 global symbol. G's assigned_gotno must contain the index of the
2399 first available global GOT entry in G. VALUE must contain the size
2400 of a GOT entry in bytes. For each global GOT entry that requires a
2401 dynamic relocation, NEEDED_RELOCS is incremented, and the symbol is
2402 marked as not eligible for lazy resolution through a function
2403 stub. */
2404 static int
2405 mips_elf_set_global_got_offset (void **entryp, void *p)
2406 {
2407 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp;
2408 struct mips_elf_set_global_got_offset_arg *arg
2409 = (struct mips_elf_set_global_got_offset_arg *)p;
2410 struct mips_got_info *g = arg->g;
2411
2412 if (entry->abfd != NULL && entry->symndx == -1
2413 && entry->d.h->root.dynindx != -1)
2414 {
2415 if (g)
2416 {
2417 BFD_ASSERT (g->global_gotsym == NULL);
2418
2419 entry->gotidx = arg->value * (long) g->assigned_gotno++;
2420 if (arg->info->shared
2421 || (elf_hash_table (arg->info)->dynamic_sections_created
2422 && ((entry->d.h->root.elf_link_hash_flags
2423 & ELF_LINK_HASH_DEF_DYNAMIC) != 0)
2424 && ((entry->d.h->root.elf_link_hash_flags
2425 & ELF_LINK_HASH_DEF_REGULAR) == 0)))
2426 ++arg->needed_relocs;
2427 }
2428 else
2429 entry->d.h->root.got.offset = arg->value;
2430 }
2431
2432 return 1;
2433 }
2434
2435 /* Mark any global symbols referenced in the GOT we are iterating over
2436 as inelligible for lazy resolution stubs. */
2437 static int
2438 mips_elf_set_no_stub (void **entryp, void *p ATTRIBUTE_UNUSED)
2439 {
2440 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp;
2441
2442 if (entry->abfd != NULL
2443 && entry->symndx == -1
2444 && entry->d.h->root.dynindx != -1)
2445 entry->d.h->no_fn_stub = TRUE;
2446
2447 return 1;
2448 }
2449
2450 /* Follow indirect and warning hash entries so that each got entry
2451 points to the final symbol definition. P must point to a pointer
2452 to the hash table we're traversing. Since this traversal may
2453 modify the hash table, we set this pointer to NULL to indicate
2454 we've made a potentially-destructive change to the hash table, so
2455 the traversal must be restarted. */
2456 static int
2457 mips_elf_resolve_final_got_entry (void **entryp, void *p)
2458 {
2459 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp;
2460 htab_t got_entries = *(htab_t *)p;
2461
2462 if (entry->abfd != NULL && entry->symndx == -1)
2463 {
2464 struct mips_elf_link_hash_entry *h = entry->d.h;
2465
2466 while (h->root.root.type == bfd_link_hash_indirect
2467 || h->root.root.type == bfd_link_hash_warning)
2468 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
2469
2470 if (entry->d.h == h)
2471 return 1;
2472
2473 entry->d.h = h;
2474
2475 /* If we can't find this entry with the new bfd hash, re-insert
2476 it, and get the traversal restarted. */
2477 if (! htab_find (got_entries, entry))
2478 {
2479 htab_clear_slot (got_entries, entryp);
2480 entryp = htab_find_slot (got_entries, entry, INSERT);
2481 if (! *entryp)
2482 *entryp = entry;
2483 /* Abort the traversal, since the whole table may have
2484 moved, and leave it up to the parent to restart the
2485 process. */
2486 *(htab_t *)p = NULL;
2487 return 0;
2488 }
2489 /* We might want to decrement the global_gotno count, but it's
2490 either too early or too late for that at this point. */
2491 }
2492
2493 return 1;
2494 }
2495
2496 /* Turn indirect got entries in a got_entries table into their final
2497 locations. */
2498 static void
2499 mips_elf_resolve_final_got_entries (struct mips_got_info *g)
2500 {
2501 htab_t got_entries;
2502
2503 do
2504 {
2505 got_entries = g->got_entries;
2506
2507 htab_traverse (got_entries,
2508 mips_elf_resolve_final_got_entry,
2509 &got_entries);
2510 }
2511 while (got_entries == NULL);
2512 }
2513
2514 /* Return the offset of an input bfd IBFD's GOT from the beginning of
2515 the primary GOT. */
2516 static bfd_vma
2517 mips_elf_adjust_gp (bfd *abfd, struct mips_got_info *g, bfd *ibfd)
2518 {
2519 if (g->bfd2got == NULL)
2520 return 0;
2521
2522 g = mips_elf_got_for_ibfd (g, ibfd);
2523 if (! g)
2524 return 0;
2525
2526 BFD_ASSERT (g->next);
2527
2528 g = g->next;
2529
2530 return (g->local_gotno + g->global_gotno) * MIPS_ELF_GOT_SIZE (abfd);
2531 }
2532
2533 /* Turn a single GOT that is too big for 16-bit addressing into
2534 a sequence of GOTs, each one 16-bit addressable. */
2535
2536 static bfd_boolean
2537 mips_elf_multi_got (bfd *abfd, struct bfd_link_info *info,
2538 struct mips_got_info *g, asection *got,
2539 bfd_size_type pages)
2540 {
2541 struct mips_elf_got_per_bfd_arg got_per_bfd_arg;
2542 struct mips_elf_set_global_got_offset_arg set_got_offset_arg;
2543 struct mips_got_info *gg;
2544 unsigned int assign;
2545
2546 g->bfd2got = htab_try_create (1, mips_elf_bfd2got_entry_hash,
2547 mips_elf_bfd2got_entry_eq, NULL);
2548 if (g->bfd2got == NULL)
2549 return FALSE;
2550
2551 got_per_bfd_arg.bfd2got = g->bfd2got;
2552 got_per_bfd_arg.obfd = abfd;
2553 got_per_bfd_arg.info = info;
2554
2555 /* Count how many GOT entries each input bfd requires, creating a
2556 map from bfd to got info while at that. */
2557 mips_elf_resolve_final_got_entries (g);
2558 htab_traverse (g->got_entries, mips_elf_make_got_per_bfd, &got_per_bfd_arg);
2559 if (got_per_bfd_arg.obfd == NULL)
2560 return FALSE;
2561
2562 got_per_bfd_arg.current = NULL;
2563 got_per_bfd_arg.primary = NULL;
2564 /* Taking out PAGES entries is a worst-case estimate. We could
2565 compute the maximum number of pages that each separate input bfd
2566 uses, but it's probably not worth it. */
2567 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (abfd)
2568 / MIPS_ELF_GOT_SIZE (abfd))
2569 - MIPS_RESERVED_GOTNO - pages);
2570
2571 /* Try to merge the GOTs of input bfds together, as long as they
2572 don't seem to exceed the maximum GOT size, choosing one of them
2573 to be the primary GOT. */
2574 htab_traverse (g->bfd2got, mips_elf_merge_gots, &got_per_bfd_arg);
2575 if (got_per_bfd_arg.obfd == NULL)
2576 return FALSE;
2577
2578 /* If we find any suitable primary GOT, create an empty one. */
2579 if (got_per_bfd_arg.primary == NULL)
2580 {
2581 g->next = (struct mips_got_info *)
2582 bfd_alloc (abfd, sizeof (struct mips_got_info));
2583 if (g->next == NULL)
2584 return FALSE;
2585
2586 g->next->global_gotsym = NULL;
2587 g->next->global_gotno = 0;
2588 g->next->local_gotno = 0;
2589 g->next->assigned_gotno = 0;
2590 g->next->got_entries = htab_try_create (1, mips_elf_multi_got_entry_hash,
2591 mips_elf_multi_got_entry_eq,
2592 NULL);
2593 if (g->next->got_entries == NULL)
2594 return FALSE;
2595 g->next->bfd2got = NULL;
2596 }
2597 else
2598 g->next = got_per_bfd_arg.primary;
2599 g->next->next = got_per_bfd_arg.current;
2600
2601 /* GG is now the master GOT, and G is the primary GOT. */
2602 gg = g;
2603 g = g->next;
2604
2605 /* Map the output bfd to the primary got. That's what we're going
2606 to use for bfds that use GOT16 or GOT_PAGE relocations that we
2607 didn't mark in check_relocs, and we want a quick way to find it.
2608 We can't just use gg->next because we're going to reverse the
2609 list. */
2610 {
2611 struct mips_elf_bfd2got_hash *bfdgot;
2612 void **bfdgotp;
2613
2614 bfdgot = (struct mips_elf_bfd2got_hash *)bfd_alloc
2615 (abfd, sizeof (struct mips_elf_bfd2got_hash));
2616
2617 if (bfdgot == NULL)
2618 return FALSE;
2619
2620 bfdgot->bfd = abfd;
2621 bfdgot->g = g;
2622 bfdgotp = htab_find_slot (gg->bfd2got, bfdgot, INSERT);
2623
2624 BFD_ASSERT (*bfdgotp == NULL);
2625 *bfdgotp = bfdgot;
2626 }
2627
2628 /* The IRIX dynamic linker requires every symbol that is referenced
2629 in a dynamic relocation to be present in the primary GOT, so
2630 arrange for them to appear after those that are actually
2631 referenced.
2632
2633 GNU/Linux could very well do without it, but it would slow down
2634 the dynamic linker, since it would have to resolve every dynamic
2635 symbol referenced in other GOTs more than once, without help from
2636 the cache. Also, knowing that every external symbol has a GOT
2637 helps speed up the resolution of local symbols too, so GNU/Linux
2638 follows IRIX's practice.
2639
2640 The number 2 is used by mips_elf_sort_hash_table_f to count
2641 global GOT symbols that are unreferenced in the primary GOT, with
2642 an initial dynamic index computed from gg->assigned_gotno, where
2643 the number of unreferenced global entries in the primary GOT is
2644 preserved. */
2645 if (1)
2646 {
2647 gg->assigned_gotno = gg->global_gotno - g->global_gotno;
2648 g->global_gotno = gg->global_gotno;
2649 set_got_offset_arg.value = 2;
2650 }
2651 else
2652 {
2653 /* This could be used for dynamic linkers that don't optimize
2654 symbol resolution while applying relocations so as to use
2655 primary GOT entries or assuming the symbol is locally-defined.
2656 With this code, we assign lower dynamic indices to global
2657 symbols that are not referenced in the primary GOT, so that
2658 their entries can be omitted. */
2659 gg->assigned_gotno = 0;
2660 set_got_offset_arg.value = -1;
2661 }
2662
2663 /* Reorder dynamic symbols as described above (which behavior
2664 depends on the setting of VALUE). */
2665 set_got_offset_arg.g = NULL;
2666 htab_traverse (gg->got_entries, mips_elf_set_global_got_offset,
2667 &set_got_offset_arg);
2668 set_got_offset_arg.value = 1;
2669 htab_traverse (g->got_entries, mips_elf_set_global_got_offset,
2670 &set_got_offset_arg);
2671 if (! mips_elf_sort_hash_table (info, 1))
2672 return FALSE;
2673
2674 /* Now go through the GOTs assigning them offset ranges.
2675 [assigned_gotno, local_gotno[ will be set to the range of local
2676 entries in each GOT. We can then compute the end of a GOT by
2677 adding local_gotno to global_gotno. We reverse the list and make
2678 it circular since then we'll be able to quickly compute the
2679 beginning of a GOT, by computing the end of its predecessor. To
2680 avoid special cases for the primary GOT, while still preserving
2681 assertions that are valid for both single- and multi-got links,
2682 we arrange for the main got struct to have the right number of
2683 global entries, but set its local_gotno such that the initial
2684 offset of the primary GOT is zero. Remember that the primary GOT
2685 will become the last item in the circular linked list, so it
2686 points back to the master GOT. */
2687 gg->local_gotno = -g->global_gotno;
2688 gg->global_gotno = g->global_gotno;
2689 assign = 0;
2690 gg->next = gg;
2691
2692 do
2693 {
2694 struct mips_got_info *gn;
2695
2696 assign += MIPS_RESERVED_GOTNO;
2697 g->assigned_gotno = assign;
2698 g->local_gotno += assign + pages;
2699 assign = g->local_gotno + g->global_gotno;
2700
2701 /* Take g out of the direct list, and push it onto the reversed
2702 list that gg points to. */
2703 gn = g->next;
2704 g->next = gg->next;
2705 gg->next = g;
2706 g = gn;
2707
2708 /* Mark global symbols in every non-primary GOT as ineligible for
2709 stubs. */
2710 if (g)
2711 htab_traverse (g->got_entries, mips_elf_set_no_stub, NULL);
2712 }
2713 while (g);
2714
2715 got->size = (gg->next->local_gotno
2716 + gg->next->global_gotno) * MIPS_ELF_GOT_SIZE (abfd);
2717
2718 return TRUE;
2719 }
2720
2721 \f
2722 /* Returns the first relocation of type r_type found, beginning with
2723 RELOCATION. RELEND is one-past-the-end of the relocation table. */
2724
2725 static const Elf_Internal_Rela *
2726 mips_elf_next_relocation (bfd *abfd ATTRIBUTE_UNUSED, unsigned int r_type,
2727 const Elf_Internal_Rela *relocation,
2728 const Elf_Internal_Rela *relend)
2729 {
2730 while (relocation < relend)
2731 {
2732 if (ELF_R_TYPE (abfd, relocation->r_info) == r_type)
2733 return relocation;
2734
2735 ++relocation;
2736 }
2737
2738 /* We didn't find it. */
2739 bfd_set_error (bfd_error_bad_value);
2740 return NULL;
2741 }
2742
2743 /* Return whether a relocation is against a local symbol. */
2744
2745 static bfd_boolean
2746 mips_elf_local_relocation_p (bfd *input_bfd,
2747 const Elf_Internal_Rela *relocation,
2748 asection **local_sections,
2749 bfd_boolean check_forced)
2750 {
2751 unsigned long r_symndx;
2752 Elf_Internal_Shdr *symtab_hdr;
2753 struct mips_elf_link_hash_entry *h;
2754 size_t extsymoff;
2755
2756 r_symndx = ELF_R_SYM (input_bfd, relocation->r_info);
2757 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
2758 extsymoff = (elf_bad_symtab (input_bfd)) ? 0 : symtab_hdr->sh_info;
2759
2760 if (r_symndx < extsymoff)
2761 return TRUE;
2762 if (elf_bad_symtab (input_bfd) && local_sections[r_symndx] != NULL)
2763 return TRUE;
2764
2765 if (check_forced)
2766 {
2767 /* Look up the hash table to check whether the symbol
2768 was forced local. */
2769 h = (struct mips_elf_link_hash_entry *)
2770 elf_sym_hashes (input_bfd) [r_symndx - extsymoff];
2771 /* Find the real hash-table entry for this symbol. */
2772 while (h->root.root.type == bfd_link_hash_indirect
2773 || h->root.root.type == bfd_link_hash_warning)
2774 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
2775 if ((h->root.elf_link_hash_flags & ELF_LINK_FORCED_LOCAL) != 0)
2776 return TRUE;
2777 }
2778
2779 return FALSE;
2780 }
2781 \f
2782 /* Sign-extend VALUE, which has the indicated number of BITS. */
2783
2784 bfd_vma
2785 _bfd_mips_elf_sign_extend (bfd_vma value, int bits)
2786 {
2787 if (value & ((bfd_vma) 1 << (bits - 1)))
2788 /* VALUE is negative. */
2789 value |= ((bfd_vma) - 1) << bits;
2790
2791 return value;
2792 }
2793
2794 /* Return non-zero if the indicated VALUE has overflowed the maximum
2795 range expressible by a signed number with the indicated number of
2796 BITS. */
2797
2798 static bfd_boolean
2799 mips_elf_overflow_p (bfd_vma value, int bits)
2800 {
2801 bfd_signed_vma svalue = (bfd_signed_vma) value;
2802
2803 if (svalue > (1 << (bits - 1)) - 1)
2804 /* The value is too big. */
2805 return TRUE;
2806 else if (svalue < -(1 << (bits - 1)))
2807 /* The value is too small. */
2808 return TRUE;
2809
2810 /* All is well. */
2811 return FALSE;
2812 }
2813
2814 /* Calculate the %high function. */
2815
2816 static bfd_vma
2817 mips_elf_high (bfd_vma value)
2818 {
2819 return ((value + (bfd_vma) 0x8000) >> 16) & 0xffff;
2820 }
2821
2822 /* Calculate the %higher function. */
2823
2824 static bfd_vma
2825 mips_elf_higher (bfd_vma value ATTRIBUTE_UNUSED)
2826 {
2827 #ifdef BFD64
2828 return ((value + (bfd_vma) 0x80008000) >> 32) & 0xffff;
2829 #else
2830 abort ();
2831 return MINUS_ONE;
2832 #endif
2833 }
2834
2835 /* Calculate the %highest function. */
2836
2837 static bfd_vma
2838 mips_elf_highest (bfd_vma value ATTRIBUTE_UNUSED)
2839 {
2840 #ifdef BFD64
2841 return ((value + (((bfd_vma) 0x8000 << 32) | 0x80008000)) >> 48) & 0xffff;
2842 #else
2843 abort ();
2844 return MINUS_ONE;
2845 #endif
2846 }
2847 \f
2848 /* Create the .compact_rel section. */
2849
2850 static bfd_boolean
2851 mips_elf_create_compact_rel_section
2852 (bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED)
2853 {
2854 flagword flags;
2855 register asection *s;
2856
2857 if (bfd_get_section_by_name (abfd, ".compact_rel") == NULL)
2858 {
2859 flags = (SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED
2860 | SEC_READONLY);
2861
2862 s = bfd_make_section (abfd, ".compact_rel");
2863 if (s == NULL
2864 || ! bfd_set_section_flags (abfd, s, flags)
2865 || ! bfd_set_section_alignment (abfd, s,
2866 MIPS_ELF_LOG_FILE_ALIGN (abfd)))
2867 return FALSE;
2868
2869 s->size = sizeof (Elf32_External_compact_rel);
2870 }
2871
2872 return TRUE;
2873 }
2874
2875 /* Create the .got section to hold the global offset table. */
2876
2877 static bfd_boolean
2878 mips_elf_create_got_section (bfd *abfd, struct bfd_link_info *info,
2879 bfd_boolean maybe_exclude)
2880 {
2881 flagword flags;
2882 register asection *s;
2883 struct elf_link_hash_entry *h;
2884 struct bfd_link_hash_entry *bh;
2885 struct mips_got_info *g;
2886 bfd_size_type amt;
2887
2888 /* This function may be called more than once. */
2889 s = mips_elf_got_section (abfd, TRUE);
2890 if (s)
2891 {
2892 if (! maybe_exclude)
2893 s->flags &= ~SEC_EXCLUDE;
2894 return TRUE;
2895 }
2896
2897 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2898 | SEC_LINKER_CREATED);
2899
2900 if (maybe_exclude)
2901 flags |= SEC_EXCLUDE;
2902
2903 /* We have to use an alignment of 2**4 here because this is hardcoded
2904 in the function stub generation and in the linker script. */
2905 s = bfd_make_section (abfd, ".got");
2906 if (s == NULL
2907 || ! bfd_set_section_flags (abfd, s, flags)
2908 || ! bfd_set_section_alignment (abfd, s, 4))
2909 return FALSE;
2910
2911 /* Define the symbol _GLOBAL_OFFSET_TABLE_. We don't do this in the
2912 linker script because we don't want to define the symbol if we
2913 are not creating a global offset table. */
2914 bh = NULL;
2915 if (! (_bfd_generic_link_add_one_symbol
2916 (info, abfd, "_GLOBAL_OFFSET_TABLE_", BSF_GLOBAL, s,
2917 0, NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
2918 return FALSE;
2919
2920 h = (struct elf_link_hash_entry *) bh;
2921 h->elf_link_hash_flags &= ~ELF_LINK_NON_ELF;
2922 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
2923 h->type = STT_OBJECT;
2924
2925 if (info->shared
2926 && ! bfd_elf_link_record_dynamic_symbol (info, h))
2927 return FALSE;
2928
2929 amt = sizeof (struct mips_got_info);
2930 g = bfd_alloc (abfd, amt);
2931 if (g == NULL)
2932 return FALSE;
2933 g->global_gotsym = NULL;
2934 g->global_gotno = 0;
2935 g->local_gotno = MIPS_RESERVED_GOTNO;
2936 g->assigned_gotno = MIPS_RESERVED_GOTNO;
2937 g->bfd2got = NULL;
2938 g->next = NULL;
2939 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash,
2940 mips_elf_got_entry_eq, NULL);
2941 if (g->got_entries == NULL)
2942 return FALSE;
2943 mips_elf_section_data (s)->u.got_info = g;
2944 mips_elf_section_data (s)->elf.this_hdr.sh_flags
2945 |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL;
2946
2947 return TRUE;
2948 }
2949 \f
2950 /* Calculate the value produced by the RELOCATION (which comes from
2951 the INPUT_BFD). The ADDEND is the addend to use for this
2952 RELOCATION; RELOCATION->R_ADDEND is ignored.
2953
2954 The result of the relocation calculation is stored in VALUEP.
2955 REQUIRE_JALXP indicates whether or not the opcode used with this
2956 relocation must be JALX.
2957
2958 This function returns bfd_reloc_continue if the caller need take no
2959 further action regarding this relocation, bfd_reloc_notsupported if
2960 something goes dramatically wrong, bfd_reloc_overflow if an
2961 overflow occurs, and bfd_reloc_ok to indicate success. */
2962
2963 static bfd_reloc_status_type
2964 mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd,
2965 asection *input_section,
2966 struct bfd_link_info *info,
2967 const Elf_Internal_Rela *relocation,
2968 bfd_vma addend, reloc_howto_type *howto,
2969 Elf_Internal_Sym *local_syms,
2970 asection **local_sections, bfd_vma *valuep,
2971 const char **namep, bfd_boolean *require_jalxp,
2972 bfd_boolean save_addend)
2973 {
2974 /* The eventual value we will return. */
2975 bfd_vma value;
2976 /* The address of the symbol against which the relocation is
2977 occurring. */
2978 bfd_vma symbol = 0;
2979 /* The final GP value to be used for the relocatable, executable, or
2980 shared object file being produced. */
2981 bfd_vma gp = MINUS_ONE;
2982 /* The place (section offset or address) of the storage unit being
2983 relocated. */
2984 bfd_vma p;
2985 /* The value of GP used to create the relocatable object. */
2986 bfd_vma gp0 = MINUS_ONE;
2987 /* The offset into the global offset table at which the address of
2988 the relocation entry symbol, adjusted by the addend, resides
2989 during execution. */
2990 bfd_vma g = MINUS_ONE;
2991 /* The section in which the symbol referenced by the relocation is
2992 located. */
2993 asection *sec = NULL;
2994 struct mips_elf_link_hash_entry *h = NULL;
2995 /* TRUE if the symbol referred to by this relocation is a local
2996 symbol. */
2997 bfd_boolean local_p, was_local_p;
2998 /* TRUE if the symbol referred to by this relocation is "_gp_disp". */
2999 bfd_boolean gp_disp_p = FALSE;
3000 Elf_Internal_Shdr *symtab_hdr;
3001 size_t extsymoff;
3002 unsigned long r_symndx;
3003 int r_type;
3004 /* TRUE if overflow occurred during the calculation of the
3005 relocation value. */
3006 bfd_boolean overflowed_p;
3007 /* TRUE if this relocation refers to a MIPS16 function. */
3008 bfd_boolean target_is_16_bit_code_p = FALSE;
3009
3010 /* Parse the relocation. */
3011 r_symndx = ELF_R_SYM (input_bfd, relocation->r_info);
3012 r_type = ELF_R_TYPE (input_bfd, relocation->r_info);
3013 p = (input_section->output_section->vma
3014 + input_section->output_offset
3015 + relocation->r_offset);
3016
3017 /* Assume that there will be no overflow. */
3018 overflowed_p = FALSE;
3019
3020 /* Figure out whether or not the symbol is local, and get the offset
3021 used in the array of hash table entries. */
3022 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
3023 local_p = mips_elf_local_relocation_p (input_bfd, relocation,
3024 local_sections, FALSE);
3025 was_local_p = local_p;
3026 if (! elf_bad_symtab (input_bfd))
3027 extsymoff = symtab_hdr->sh_info;
3028 else
3029 {
3030 /* The symbol table does not follow the rule that local symbols
3031 must come before globals. */
3032 extsymoff = 0;
3033 }
3034
3035 /* Figure out the value of the symbol. */
3036 if (local_p)
3037 {
3038 Elf_Internal_Sym *sym;
3039
3040 sym = local_syms + r_symndx;
3041 sec = local_sections[r_symndx];
3042
3043 symbol = sec->output_section->vma + sec->output_offset;
3044 if (ELF_ST_TYPE (sym->st_info) != STT_SECTION
3045 || (sec->flags & SEC_MERGE))
3046 symbol += sym->st_value;
3047 if ((sec->flags & SEC_MERGE)
3048 && ELF_ST_TYPE (sym->st_info) == STT_SECTION)
3049 {
3050 addend = _bfd_elf_rel_local_sym (abfd, sym, &sec, addend);
3051 addend -= symbol;
3052 addend += sec->output_section->vma + sec->output_offset;
3053 }
3054
3055 /* MIPS16 text labels should be treated as odd. */
3056 if (sym->st_other == STO_MIPS16)
3057 ++symbol;
3058
3059 /* Record the name of this symbol, for our caller. */
3060 *namep = bfd_elf_string_from_elf_section (input_bfd,
3061 symtab_hdr->sh_link,
3062 sym->st_name);
3063 if (*namep == '\0')
3064 *namep = bfd_section_name (input_bfd, sec);
3065
3066 target_is_16_bit_code_p = (sym->st_other == STO_MIPS16);
3067 }
3068 else
3069 {
3070 /* ??? Could we use RELOC_FOR_GLOBAL_SYMBOL here ? */
3071
3072 /* For global symbols we look up the symbol in the hash-table. */
3073 h = ((struct mips_elf_link_hash_entry *)
3074 elf_sym_hashes (input_bfd) [r_symndx - extsymoff]);
3075 /* Find the real hash-table entry for this symbol. */
3076 while (h->root.root.type == bfd_link_hash_indirect
3077 || h->root.root.type == bfd_link_hash_warning)
3078 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
3079
3080 /* Record the name of this symbol, for our caller. */
3081 *namep = h->root.root.root.string;
3082
3083 /* See if this is the special _gp_disp symbol. Note that such a
3084 symbol must always be a global symbol. */
3085 if (strcmp (*namep, "_gp_disp") == 0
3086 && ! NEWABI_P (input_bfd))
3087 {
3088 /* Relocations against _gp_disp are permitted only with
3089 R_MIPS_HI16 and R_MIPS_LO16 relocations. */
3090 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16)
3091 return bfd_reloc_notsupported;
3092
3093 gp_disp_p = TRUE;
3094 }
3095 /* If this symbol is defined, calculate its address. Note that
3096 _gp_disp is a magic symbol, always implicitly defined by the
3097 linker, so it's inappropriate to check to see whether or not
3098 its defined. */
3099 else if ((h->root.root.type == bfd_link_hash_defined
3100 || h->root.root.type == bfd_link_hash_defweak)
3101 && h->root.root.u.def.section)
3102 {
3103 sec = h->root.root.u.def.section;
3104 if (sec->output_section)
3105 symbol = (h->root.root.u.def.value
3106 + sec->output_section->vma
3107 + sec->output_offset);
3108 else
3109 symbol = h->root.root.u.def.value;
3110 }
3111 else if (h->root.root.type == bfd_link_hash_undefweak)
3112 /* We allow relocations against undefined weak symbols, giving
3113 it the value zero, so that you can undefined weak functions
3114 and check to see if they exist by looking at their
3115 addresses. */
3116 symbol = 0;
3117 else if (info->unresolved_syms_in_objects == RM_IGNORE
3118 && ELF_ST_VISIBILITY (h->root.other) == STV_DEFAULT)
3119 symbol = 0;
3120 else if (strcmp (*namep, "_DYNAMIC_LINK") == 0 ||
3121 strcmp (*namep, "_DYNAMIC_LINKING") == 0)
3122 {
3123 /* If this is a dynamic link, we should have created a
3124 _DYNAMIC_LINK symbol or _DYNAMIC_LINKING(for normal mips) symbol
3125 in in _bfd_mips_elf_create_dynamic_sections.
3126 Otherwise, we should define the symbol with a value of 0.
3127 FIXME: It should probably get into the symbol table
3128 somehow as well. */
3129 BFD_ASSERT (! info->shared);
3130 BFD_ASSERT (bfd_get_section_by_name (abfd, ".dynamic") == NULL);
3131 symbol = 0;
3132 }
3133 else
3134 {
3135 if (! ((*info->callbacks->undefined_symbol)
3136 (info, h->root.root.root.string, input_bfd,
3137 input_section, relocation->r_offset,
3138 (info->unresolved_syms_in_objects == RM_GENERATE_ERROR)
3139 || ELF_ST_VISIBILITY (h->root.other))))
3140 return bfd_reloc_undefined;
3141 symbol = 0;
3142 }
3143
3144 target_is_16_bit_code_p = (h->root.other == STO_MIPS16);
3145 }
3146
3147 /* If this is a 32- or 64-bit call to a 16-bit function with a stub, we
3148 need to redirect the call to the stub, unless we're already *in*
3149 a stub. */
3150 if (r_type != R_MIPS16_26 && !info->relocatable
3151 && ((h != NULL && h->fn_stub != NULL)
3152 || (local_p && elf_tdata (input_bfd)->local_stubs != NULL
3153 && elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL))
3154 && !mips_elf_stub_section_p (input_bfd, input_section))
3155 {
3156 /* This is a 32- or 64-bit call to a 16-bit function. We should
3157 have already noticed that we were going to need the
3158 stub. */
3159 if (local_p)
3160 sec = elf_tdata (input_bfd)->local_stubs[r_symndx];
3161 else
3162 {
3163 BFD_ASSERT (h->need_fn_stub);
3164 sec = h->fn_stub;
3165 }
3166
3167 symbol = sec->output_section->vma + sec->output_offset;
3168 }
3169 /* If this is a 16-bit call to a 32- or 64-bit function with a stub, we
3170 need to redirect the call to the stub. */
3171 else if (r_type == R_MIPS16_26 && !info->relocatable
3172 && h != NULL
3173 && (h->call_stub != NULL || h->call_fp_stub != NULL)
3174 && !target_is_16_bit_code_p)
3175 {
3176 /* If both call_stub and call_fp_stub are defined, we can figure
3177 out which one to use by seeing which one appears in the input
3178 file. */
3179 if (h->call_stub != NULL && h->call_fp_stub != NULL)
3180 {
3181 asection *o;
3182
3183 sec = NULL;
3184 for (o = input_bfd->sections; o != NULL; o = o->next)
3185 {
3186 if (strncmp (bfd_get_section_name (input_bfd, o),
3187 CALL_FP_STUB, sizeof CALL_FP_STUB - 1) == 0)
3188 {
3189 sec = h->call_fp_stub;
3190 break;
3191 }
3192 }
3193 if (sec == NULL)
3194 sec = h->call_stub;
3195 }
3196 else if (h->call_stub != NULL)
3197 sec = h->call_stub;
3198 else
3199 sec = h->call_fp_stub;
3200
3201 BFD_ASSERT (sec->size > 0);
3202 symbol = sec->output_section->vma + sec->output_offset;
3203 }
3204
3205 /* Calls from 16-bit code to 32-bit code and vice versa require the
3206 special jalx instruction. */
3207 *require_jalxp = (!info->relocatable
3208 && (((r_type == R_MIPS16_26) && !target_is_16_bit_code_p)
3209 || ((r_type == R_MIPS_26) && target_is_16_bit_code_p)));
3210
3211 local_p = mips_elf_local_relocation_p (input_bfd, relocation,
3212 local_sections, TRUE);
3213
3214 /* If we haven't already determined the GOT offset, or the GP value,
3215 and we're going to need it, get it now. */
3216 switch (r_type)
3217 {
3218 case R_MIPS_GOT_PAGE:
3219 case R_MIPS_GOT_OFST:
3220 /* We need to decay to GOT_DISP/addend if the symbol doesn't
3221 bind locally. */
3222 local_p = local_p || _bfd_elf_symbol_refs_local_p (&h->root, info, 1);
3223 if (local_p || r_type == R_MIPS_GOT_OFST)
3224 break;
3225 /* Fall through. */
3226
3227 case R_MIPS_CALL16:
3228 case R_MIPS_GOT16:
3229 case R_MIPS_GOT_DISP:
3230 case R_MIPS_GOT_HI16:
3231 case R_MIPS_CALL_HI16:
3232 case R_MIPS_GOT_LO16:
3233 case R_MIPS_CALL_LO16:
3234 /* Find the index into the GOT where this value is located. */
3235 if (!local_p)
3236 {
3237 /* GOT_PAGE may take a non-zero addend, that is ignored in a
3238 GOT_PAGE relocation that decays to GOT_DISP because the
3239 symbol turns out to be global. The addend is then added
3240 as GOT_OFST. */
3241 BFD_ASSERT (addend == 0 || r_type == R_MIPS_GOT_PAGE);
3242 g = mips_elf_global_got_index (elf_hash_table (info)->dynobj,
3243 input_bfd,
3244 (struct elf_link_hash_entry *) h);
3245 if (! elf_hash_table(info)->dynamic_sections_created
3246 || (info->shared
3247 && (info->symbolic || h->root.dynindx == -1)
3248 && (h->root.elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR)))
3249 {
3250 /* This is a static link or a -Bsymbolic link. The
3251 symbol is defined locally, or was forced to be local.
3252 We must initialize this entry in the GOT. */
3253 bfd *tmpbfd = elf_hash_table (info)->dynobj;
3254 asection *sgot = mips_elf_got_section (tmpbfd, FALSE);
3255 MIPS_ELF_PUT_WORD (tmpbfd, symbol, sgot->contents + g);
3256 }
3257 }
3258 else if (r_type == R_MIPS_GOT16 || r_type == R_MIPS_CALL16)
3259 /* There's no need to create a local GOT entry here; the
3260 calculation for a local GOT16 entry does not involve G. */
3261 break;
3262 else
3263 {
3264 g = mips_elf_local_got_index (abfd, input_bfd,
3265 info, symbol + addend);
3266 if (g == MINUS_ONE)
3267 return bfd_reloc_outofrange;
3268 }
3269
3270 /* Convert GOT indices to actual offsets. */
3271 g = mips_elf_got_offset_from_index (elf_hash_table (info)->dynobj,
3272 abfd, input_bfd, g);
3273 break;
3274
3275 case R_MIPS_HI16:
3276 case R_MIPS_LO16:
3277 case R_MIPS16_GPREL:
3278 case R_MIPS_GPREL16:
3279 case R_MIPS_GPREL32:
3280 case R_MIPS_LITERAL:
3281 gp0 = _bfd_get_gp_value (input_bfd);
3282 gp = _bfd_get_gp_value (abfd);
3283 if (elf_hash_table (info)->dynobj)
3284 gp += mips_elf_adjust_gp (abfd,
3285 mips_elf_got_info
3286 (elf_hash_table (info)->dynobj, NULL),
3287 input_bfd);
3288 break;
3289
3290 default:
3291 break;
3292 }
3293
3294 /* Figure out what kind of relocation is being performed. */
3295 switch (r_type)
3296 {
3297 case R_MIPS_NONE:
3298 return bfd_reloc_continue;
3299
3300 case R_MIPS_16:
3301 value = symbol + _bfd_mips_elf_sign_extend (addend, 16);
3302 overflowed_p = mips_elf_overflow_p (value, 16);
3303 break;
3304
3305 case R_MIPS_32:
3306 case R_MIPS_REL32:
3307 case R_MIPS_64:
3308 if ((info->shared
3309 || (elf_hash_table (info)->dynamic_sections_created
3310 && h != NULL
3311 && ((h->root.elf_link_hash_flags
3312 & ELF_LINK_HASH_DEF_DYNAMIC) != 0)
3313 && ((h->root.elf_link_hash_flags
3314 & ELF_LINK_HASH_DEF_REGULAR) == 0)))
3315 && r_symndx != 0
3316 && (input_section->flags & SEC_ALLOC) != 0)
3317 {
3318 /* If we're creating a shared library, or this relocation is
3319 against a symbol in a shared library, then we can't know
3320 where the symbol will end up. So, we create a relocation
3321 record in the output, and leave the job up to the dynamic
3322 linker. */
3323 value = addend;
3324 if (!mips_elf_create_dynamic_relocation (abfd,
3325 info,
3326 relocation,
3327 h,
3328 sec,
3329 symbol,
3330 &value,
3331 input_section))
3332 return bfd_reloc_undefined;
3333 }
3334 else
3335 {
3336 if (r_type != R_MIPS_REL32)
3337 value = symbol + addend;
3338 else
3339 value = addend;
3340 }
3341 value &= howto->dst_mask;
3342 break;
3343
3344 case R_MIPS_PC32:
3345 value = symbol + addend - p;
3346 value &= howto->dst_mask;
3347 break;
3348
3349 case R_MIPS_GNU_REL16_S2:
3350 value = symbol + _bfd_mips_elf_sign_extend (addend, 18) - p;
3351 overflowed_p = mips_elf_overflow_p (value, 18);
3352 value = (value >> 2) & howto->dst_mask;
3353 break;
3354
3355 case R_MIPS16_26:
3356 /* The calculation for R_MIPS16_26 is just the same as for an
3357 R_MIPS_26. It's only the storage of the relocated field into
3358 the output file that's different. That's handled in
3359 mips_elf_perform_relocation. So, we just fall through to the
3360 R_MIPS_26 case here. */
3361 case R_MIPS_26:
3362 if (local_p)
3363 value = ((addend | ((p + 4) & 0xf0000000)) + symbol) >> 2;
3364 else
3365 value = (_bfd_mips_elf_sign_extend (addend, 28) + symbol) >> 2;
3366 value &= howto->dst_mask;
3367 break;
3368
3369 case R_MIPS_HI16:
3370 if (!gp_disp_p)
3371 {
3372 value = mips_elf_high (addend + symbol);
3373 value &= howto->dst_mask;
3374 }
3375 else
3376 {
3377 value = mips_elf_high (addend + gp - p);
3378 overflowed_p = mips_elf_overflow_p (value, 16);
3379 }
3380 break;
3381
3382 case R_MIPS_LO16:
3383 if (!gp_disp_p)
3384 value = (symbol + addend) & howto->dst_mask;
3385 else
3386 {
3387 value = addend + gp - p + 4;
3388 /* The MIPS ABI requires checking the R_MIPS_LO16 relocation
3389 for overflow. But, on, say, IRIX5, relocations against
3390 _gp_disp are normally generated from the .cpload
3391 pseudo-op. It generates code that normally looks like
3392 this:
3393
3394 lui $gp,%hi(_gp_disp)
3395 addiu $gp,$gp,%lo(_gp_disp)
3396 addu $gp,$gp,$t9
3397
3398 Here $t9 holds the address of the function being called,
3399 as required by the MIPS ELF ABI. The R_MIPS_LO16
3400 relocation can easily overflow in this situation, but the
3401 R_MIPS_HI16 relocation will handle the overflow.
3402 Therefore, we consider this a bug in the MIPS ABI, and do
3403 not check for overflow here. */
3404 }
3405 break;
3406
3407 case R_MIPS_LITERAL:
3408 /* Because we don't merge literal sections, we can handle this
3409 just like R_MIPS_GPREL16. In the long run, we should merge
3410 shared literals, and then we will need to additional work
3411 here. */
3412
3413 /* Fall through. */
3414
3415 case R_MIPS16_GPREL:
3416 /* The R_MIPS16_GPREL performs the same calculation as
3417 R_MIPS_GPREL16, but stores the relocated bits in a different
3418 order. We don't need to do anything special here; the
3419 differences are handled in mips_elf_perform_relocation. */
3420 case R_MIPS_GPREL16:
3421 /* Only sign-extend the addend if it was extracted from the
3422 instruction. If the addend was separate, leave it alone,
3423 otherwise we may lose significant bits. */
3424 if (howto->partial_inplace)
3425 addend = _bfd_mips_elf_sign_extend (addend, 16);
3426 value = symbol + addend - gp;
3427 /* If the symbol was local, any earlier relocatable links will
3428 have adjusted its addend with the gp offset, so compensate
3429 for that now. Don't do it for symbols forced local in this
3430 link, though, since they won't have had the gp offset applied
3431 to them before. */
3432 if (was_local_p)
3433 value += gp0;
3434 overflowed_p = mips_elf_overflow_p (value, 16);
3435 break;
3436
3437 case R_MIPS_GOT16:
3438 case R_MIPS_CALL16:
3439 if (local_p)
3440 {
3441 bfd_boolean forced;
3442
3443 /* The special case is when the symbol is forced to be local. We
3444 need the full address in the GOT since no R_MIPS_LO16 relocation
3445 follows. */
3446 forced = ! mips_elf_local_relocation_p (input_bfd, relocation,
3447 local_sections, FALSE);
3448 value = mips_elf_got16_entry (abfd, input_bfd, info,
3449 symbol + addend, forced);
3450 if (value == MINUS_ONE)
3451 return bfd_reloc_outofrange;
3452 value
3453 = mips_elf_got_offset_from_index (elf_hash_table (info)->dynobj,
3454 abfd, input_bfd, value);
3455 overflowed_p = mips_elf_overflow_p (value, 16);
3456 break;
3457 }
3458
3459 /* Fall through. */
3460
3461 case R_MIPS_GOT_DISP:
3462 got_disp:
3463 value = g;
3464 overflowed_p = mips_elf_overflow_p (value, 16);
3465 break;
3466
3467 case R_MIPS_GPREL32:
3468 value = (addend + symbol + gp0 - gp);
3469 if (!save_addend)
3470 value &= howto->dst_mask;
3471 break;
3472
3473 case R_MIPS_PC16:
3474 value = _bfd_mips_elf_sign_extend (addend, 16) + symbol - p;
3475 overflowed_p = mips_elf_overflow_p (value, 16);
3476 break;
3477
3478 case R_MIPS_GOT_HI16:
3479 case R_MIPS_CALL_HI16:
3480 /* We're allowed to handle these two relocations identically.
3481 The dynamic linker is allowed to handle the CALL relocations
3482 differently by creating a lazy evaluation stub. */
3483 value = g;
3484 value = mips_elf_high (value);
3485 value &= howto->dst_mask;
3486 break;
3487
3488 case R_MIPS_GOT_LO16:
3489 case R_MIPS_CALL_LO16:
3490 value = g & howto->dst_mask;
3491 break;
3492
3493 case R_MIPS_GOT_PAGE:
3494 /* GOT_PAGE relocations that reference non-local symbols decay
3495 to GOT_DISP. The corresponding GOT_OFST relocation decays to
3496 0. */
3497 if (! local_p)
3498 goto got_disp;
3499 value = mips_elf_got_page (abfd, input_bfd, info, symbol + addend, NULL);
3500 if (value == MINUS_ONE)
3501 return bfd_reloc_outofrange;
3502 value = mips_elf_got_offset_from_index (elf_hash_table (info)->dynobj,
3503 abfd, input_bfd, value);
3504 overflowed_p = mips_elf_overflow_p (value, 16);
3505 break;
3506
3507 case R_MIPS_GOT_OFST:
3508 if (local_p)
3509 mips_elf_got_page (abfd, input_bfd, info, symbol + addend, &value);
3510 else
3511 value = addend;
3512 overflowed_p = mips_elf_overflow_p (value, 16);
3513 break;
3514
3515 case R_MIPS_SUB:
3516 value = symbol - addend;
3517 value &= howto->dst_mask;
3518 break;
3519
3520 case R_MIPS_HIGHER:
3521 value = mips_elf_higher (addend + symbol);
3522 value &= howto->dst_mask;
3523 break;
3524
3525 case R_MIPS_HIGHEST:
3526 value = mips_elf_highest (addend + symbol);
3527 value &= howto->dst_mask;
3528 break;
3529
3530 case R_MIPS_SCN_DISP:
3531 value = symbol + addend - sec->output_offset;
3532 value &= howto->dst_mask;
3533 break;
3534
3535 case R_MIPS_PJUMP:
3536 case R_MIPS_JALR:
3537 /* Both of these may be ignored. R_MIPS_JALR is an optimization
3538 hint; we could improve performance by honoring that hint. */
3539 return bfd_reloc_continue;
3540
3541 case R_MIPS_GNU_VTINHERIT:
3542 case R_MIPS_GNU_VTENTRY:
3543 /* We don't do anything with these at present. */
3544 return bfd_reloc_continue;
3545
3546 default:
3547 /* An unrecognized relocation type. */
3548 return bfd_reloc_notsupported;
3549 }
3550
3551 /* Store the VALUE for our caller. */
3552 *valuep = value;
3553 return overflowed_p ? bfd_reloc_overflow : bfd_reloc_ok;
3554 }
3555
3556 /* Obtain the field relocated by RELOCATION. */
3557
3558 static bfd_vma
3559 mips_elf_obtain_contents (reloc_howto_type *howto,
3560 const Elf_Internal_Rela *relocation,
3561 bfd *input_bfd, bfd_byte *contents)
3562 {
3563 bfd_vma x;
3564 bfd_byte *location = contents + relocation->r_offset;
3565
3566 /* Obtain the bytes. */
3567 x = bfd_get ((8 * bfd_get_reloc_size (howto)), input_bfd, location);
3568
3569 if ((ELF_R_TYPE (input_bfd, relocation->r_info) == R_MIPS16_26
3570 || ELF_R_TYPE (input_bfd, relocation->r_info) == R_MIPS16_GPREL)
3571 && bfd_little_endian (input_bfd))
3572 /* The two 16-bit words will be reversed on a little-endian system.
3573 See mips_elf_perform_relocation for more details. */
3574 x = (((x & 0xffff) << 16) | ((x & 0xffff0000) >> 16));
3575
3576 return x;
3577 }
3578
3579 /* It has been determined that the result of the RELOCATION is the
3580 VALUE. Use HOWTO to place VALUE into the output file at the
3581 appropriate position. The SECTION is the section to which the
3582 relocation applies. If REQUIRE_JALX is TRUE, then the opcode used
3583 for the relocation must be either JAL or JALX, and it is
3584 unconditionally converted to JALX.
3585
3586 Returns FALSE if anything goes wrong. */
3587
3588 static bfd_boolean
3589 mips_elf_perform_relocation (struct bfd_link_info *info,
3590 reloc_howto_type *howto,
3591 const Elf_Internal_Rela *relocation,
3592 bfd_vma value, bfd *input_bfd,
3593 asection *input_section, bfd_byte *contents,
3594 bfd_boolean require_jalx)
3595 {
3596 bfd_vma x;
3597 bfd_byte *location;
3598 int r_type = ELF_R_TYPE (input_bfd, relocation->r_info);
3599
3600 /* Figure out where the relocation is occurring. */
3601 location = contents + relocation->r_offset;
3602
3603 /* Obtain the current value. */
3604 x = mips_elf_obtain_contents (howto, relocation, input_bfd, contents);
3605
3606 /* Clear the field we are setting. */
3607 x &= ~howto->dst_mask;
3608
3609 /* If this is the R_MIPS16_26 relocation, we must store the
3610 value in a funny way. */
3611 if (r_type == R_MIPS16_26)
3612 {
3613 /* R_MIPS16_26 is used for the mips16 jal and jalx instructions.
3614 Most mips16 instructions are 16 bits, but these instructions
3615 are 32 bits.
3616
3617 The format of these instructions is:
3618
3619 +--------------+--------------------------------+
3620 ! JALX ! X! Imm 20:16 ! Imm 25:21 !
3621 +--------------+--------------------------------+
3622 ! Immediate 15:0 !
3623 +-----------------------------------------------+
3624
3625 JALX is the 5-bit value 00011. X is 0 for jal, 1 for jalx.
3626 Note that the immediate value in the first word is swapped.
3627
3628 When producing a relocatable object file, R_MIPS16_26 is
3629 handled mostly like R_MIPS_26. In particular, the addend is
3630 stored as a straight 26-bit value in a 32-bit instruction.
3631 (gas makes life simpler for itself by never adjusting a
3632 R_MIPS16_26 reloc to be against a section, so the addend is
3633 always zero). However, the 32 bit instruction is stored as 2
3634 16-bit values, rather than a single 32-bit value. In a
3635 big-endian file, the result is the same; in a little-endian
3636 file, the two 16-bit halves of the 32 bit value are swapped.
3637 This is so that a disassembler can recognize the jal
3638 instruction.
3639
3640 When doing a final link, R_MIPS16_26 is treated as a 32 bit
3641 instruction stored as two 16-bit values. The addend A is the
3642 contents of the targ26 field. The calculation is the same as
3643 R_MIPS_26. When storing the calculated value, reorder the
3644 immediate value as shown above, and don't forget to store the
3645 value as two 16-bit values.
3646
3647 To put it in MIPS ABI terms, the relocation field is T-targ26-16,
3648 defined as
3649
3650 big-endian:
3651 +--------+----------------------+
3652 | | |
3653 | | targ26-16 |
3654 |31 26|25 0|
3655 +--------+----------------------+
3656
3657 little-endian:
3658 +----------+------+-------------+
3659 | | | |
3660 | sub1 | | sub2 |
3661 |0 9|10 15|16 31|
3662 +----------+--------------------+
3663 where targ26-16 is sub1 followed by sub2 (i.e., the addend field A is
3664 ((sub1 << 16) | sub2)).
3665
3666 When producing a relocatable object file, the calculation is
3667 (((A < 2) | ((P + 4) & 0xf0000000) + S) >> 2)
3668 When producing a fully linked file, the calculation is
3669 let R = (((A < 2) | ((P + 4) & 0xf0000000) + S) >> 2)
3670 ((R & 0x1f0000) << 5) | ((R & 0x3e00000) >> 5) | (R & 0xffff) */
3671
3672 if (!info->relocatable)
3673 /* Shuffle the bits according to the formula above. */
3674 value = (((value & 0x1f0000) << 5)
3675 | ((value & 0x3e00000) >> 5)
3676 | (value & 0xffff));
3677 }
3678 else if (r_type == R_MIPS16_GPREL)
3679 {
3680 /* R_MIPS16_GPREL is used for GP-relative addressing in mips16
3681 mode. A typical instruction will have a format like this:
3682
3683 +--------------+--------------------------------+
3684 ! EXTEND ! Imm 10:5 ! Imm 15:11 !
3685 +--------------+--------------------------------+
3686 ! Major ! rx ! ry ! Imm 4:0 !
3687 +--------------+--------------------------------+
3688
3689 EXTEND is the five bit value 11110. Major is the instruction
3690 opcode.
3691
3692 This is handled exactly like R_MIPS_GPREL16, except that the
3693 addend is retrieved and stored as shown in this diagram; that
3694 is, the Imm fields above replace the V-rel16 field.
3695
3696 All we need to do here is shuffle the bits appropriately. As
3697 above, the two 16-bit halves must be swapped on a
3698 little-endian system. */
3699 value = (((value & 0x7e0) << 16)
3700 | ((value & 0xf800) << 5)
3701 | (value & 0x1f));
3702 }
3703
3704 /* Set the field. */
3705 x |= (value & howto->dst_mask);
3706
3707 /* If required, turn JAL into JALX. */
3708 if (require_jalx)
3709 {
3710 bfd_boolean ok;
3711 bfd_vma opcode = x >> 26;
3712 bfd_vma jalx_opcode;
3713
3714 /* Check to see if the opcode is already JAL or JALX. */
3715 if (r_type == R_MIPS16_26)
3716 {
3717 ok = ((opcode == 0x6) || (opcode == 0x7));
3718 jalx_opcode = 0x7;
3719 }
3720 else
3721 {
3722 ok = ((opcode == 0x3) || (opcode == 0x1d));
3723 jalx_opcode = 0x1d;
3724 }
3725
3726 /* If the opcode is not JAL or JALX, there's a problem. */
3727 if (!ok)
3728 {
3729 (*_bfd_error_handler)
3730 (_("%s: %s+0x%lx: jump to stub routine which is not jal"),
3731 bfd_archive_filename (input_bfd),
3732 input_section->name,
3733 (unsigned long) relocation->r_offset);
3734 bfd_set_error (bfd_error_bad_value);
3735 return FALSE;
3736 }
3737
3738 /* Make this the JALX opcode. */
3739 x = (x & ~(0x3f << 26)) | (jalx_opcode << 26);
3740 }
3741
3742 /* Swap the high- and low-order 16 bits on little-endian systems
3743 when doing a MIPS16 relocation. */
3744 if ((r_type == R_MIPS16_GPREL || r_type == R_MIPS16_26)
3745 && bfd_little_endian (input_bfd))
3746 x = (((x & 0xffff) << 16) | ((x & 0xffff0000) >> 16));
3747
3748 /* Put the value into the output. */
3749 bfd_put (8 * bfd_get_reloc_size (howto), input_bfd, x, location);
3750 return TRUE;
3751 }
3752
3753 /* Returns TRUE if SECTION is a MIPS16 stub section. */
3754
3755 static bfd_boolean
3756 mips_elf_stub_section_p (bfd *abfd ATTRIBUTE_UNUSED, asection *section)
3757 {
3758 const char *name = bfd_get_section_name (abfd, section);
3759
3760 return (strncmp (name, FN_STUB, sizeof FN_STUB - 1) == 0
3761 || strncmp (name, CALL_STUB, sizeof CALL_STUB - 1) == 0
3762 || strncmp (name, CALL_FP_STUB, sizeof CALL_FP_STUB - 1) == 0);
3763 }
3764 \f
3765 /* Add room for N relocations to the .rel.dyn section in ABFD. */
3766
3767 static void
3768 mips_elf_allocate_dynamic_relocations (bfd *abfd, unsigned int n)
3769 {
3770 asection *s;
3771
3772 s = mips_elf_rel_dyn_section (abfd, FALSE);
3773 BFD_ASSERT (s != NULL);
3774
3775 if (s->size == 0)
3776 {
3777 /* Make room for a null element. */
3778 s->size += MIPS_ELF_REL_SIZE (abfd);
3779 ++s->reloc_count;
3780 }
3781 s->size += n * MIPS_ELF_REL_SIZE (abfd);
3782 }
3783
3784 /* Create a rel.dyn relocation for the dynamic linker to resolve. REL
3785 is the original relocation, which is now being transformed into a
3786 dynamic relocation. The ADDENDP is adjusted if necessary; the
3787 caller should store the result in place of the original addend. */
3788
3789 static bfd_boolean
3790 mips_elf_create_dynamic_relocation (bfd *output_bfd,
3791 struct bfd_link_info *info,
3792 const Elf_Internal_Rela *rel,
3793 struct mips_elf_link_hash_entry *h,
3794 asection *sec, bfd_vma symbol,
3795 bfd_vma *addendp, asection *input_section)
3796 {
3797 Elf_Internal_Rela outrel[3];
3798 bfd_boolean skip;
3799 asection *sreloc;
3800 bfd *dynobj;
3801 int r_type;
3802
3803 r_type = ELF_R_TYPE (output_bfd, rel->r_info);
3804 dynobj = elf_hash_table (info)->dynobj;
3805 sreloc = mips_elf_rel_dyn_section (dynobj, FALSE);
3806 BFD_ASSERT (sreloc != NULL);
3807 BFD_ASSERT (sreloc->contents != NULL);
3808 BFD_ASSERT (sreloc->reloc_count * MIPS_ELF_REL_SIZE (output_bfd)
3809 < sreloc->size);
3810
3811 skip = FALSE;
3812 outrel[0].r_offset =
3813 _bfd_elf_section_offset (output_bfd, info, input_section, rel[0].r_offset);
3814 outrel[1].r_offset =
3815 _bfd_elf_section_offset (output_bfd, info, input_section, rel[1].r_offset);
3816 outrel[2].r_offset =
3817 _bfd_elf_section_offset (output_bfd, info, input_section, rel[2].r_offset);
3818
3819 #if 0
3820 /* We begin by assuming that the offset for the dynamic relocation
3821 is the same as for the original relocation. We'll adjust this
3822 later to reflect the correct output offsets. */
3823 if (input_section->sec_info_type != ELF_INFO_TYPE_STABS)
3824 {
3825 outrel[1].r_offset = rel[1].r_offset;
3826 outrel[2].r_offset = rel[2].r_offset;
3827 }
3828 else
3829 {
3830 /* Except that in a stab section things are more complex.
3831 Because we compress stab information, the offset given in the
3832 relocation may not be the one we want; we must let the stabs
3833 machinery tell us the offset. */
3834 outrel[1].r_offset = outrel[0].r_offset;
3835 outrel[2].r_offset = outrel[0].r_offset;
3836 /* If we didn't need the relocation at all, this value will be
3837 -1. */
3838 if (outrel[0].r_offset == MINUS_ONE)
3839 skip = TRUE;
3840 }
3841 #endif
3842
3843 if (outrel[0].r_offset == MINUS_ONE)
3844 /* The relocation field has been deleted. */
3845 skip = TRUE;
3846 else if (outrel[0].r_offset == MINUS_TWO)
3847 {
3848 /* The relocation field has been converted into a relative value of
3849 some sort. Functions like _bfd_elf_write_section_eh_frame expect
3850 the field to be fully relocated, so add in the symbol's value. */
3851 skip = TRUE;
3852 *addendp += symbol;
3853 }
3854
3855 /* If we've decided to skip this relocation, just output an empty
3856 record. Note that R_MIPS_NONE == 0, so that this call to memset
3857 is a way of setting R_TYPE to R_MIPS_NONE. */
3858 if (skip)
3859 memset (outrel, 0, sizeof (Elf_Internal_Rela) * 3);
3860 else
3861 {
3862 long indx;
3863 bfd_boolean defined_p;
3864
3865 /* We must now calculate the dynamic symbol table index to use
3866 in the relocation. */
3867 if (h != NULL
3868 && (! info->symbolic || (h->root.elf_link_hash_flags
3869 & ELF_LINK_HASH_DEF_REGULAR) == 0)
3870 /* h->root.dynindx may be -1 if this symbol was marked to
3871 become local. */
3872 && h->root.dynindx != -1)
3873 {
3874 indx = h->root.dynindx;
3875 if (SGI_COMPAT (output_bfd))
3876 defined_p = ((h->root.elf_link_hash_flags
3877 & ELF_LINK_HASH_DEF_REGULAR) != 0);
3878 else
3879 /* ??? glibc's ld.so just adds the final GOT entry to the
3880 relocation field. It therefore treats relocs against
3881 defined symbols in the same way as relocs against
3882 undefined symbols. */
3883 defined_p = FALSE;
3884 }
3885 else
3886 {
3887 if (sec != NULL && bfd_is_abs_section (sec))
3888 indx = 0;
3889 else if (sec == NULL || sec->owner == NULL)
3890 {
3891 bfd_set_error (bfd_error_bad_value);
3892 return FALSE;
3893 }
3894 else
3895 {
3896 indx = elf_section_data (sec->output_section)->dynindx;
3897 if (indx == 0)
3898 abort ();
3899 }
3900
3901 /* Instead of generating a relocation using the section
3902 symbol, we may as well make it a fully relative
3903 relocation. We want to avoid generating relocations to
3904 local symbols because we used to generate them
3905 incorrectly, without adding the original symbol value,
3906 which is mandated by the ABI for section symbols. In
3907 order to give dynamic loaders and applications time to
3908 phase out the incorrect use, we refrain from emitting
3909 section-relative relocations. It's not like they're
3910 useful, after all. This should be a bit more efficient
3911 as well. */
3912 /* ??? Although this behavior is compatible with glibc's ld.so,
3913 the ABI says that relocations against STN_UNDEF should have
3914 a symbol value of 0. Irix rld honors this, so relocations
3915 against STN_UNDEF have no effect. */
3916 if (!SGI_COMPAT (output_bfd))
3917 indx = 0;
3918 defined_p = TRUE;
3919 }
3920
3921 /* If the relocation was previously an absolute relocation and
3922 this symbol will not be referred to by the relocation, we must
3923 adjust it by the value we give it in the dynamic symbol table.
3924 Otherwise leave the job up to the dynamic linker. */
3925 if (defined_p && r_type != R_MIPS_REL32)
3926 *addendp += symbol;
3927
3928 /* The relocation is always an REL32 relocation because we don't
3929 know where the shared library will wind up at load-time. */
3930 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
3931 R_MIPS_REL32);
3932 /* For strict adherence to the ABI specification, we should
3933 generate a R_MIPS_64 relocation record by itself before the
3934 _REL32/_64 record as well, such that the addend is read in as
3935 a 64-bit value (REL32 is a 32-bit relocation, after all).
3936 However, since none of the existing ELF64 MIPS dynamic
3937 loaders seems to care, we don't waste space with these
3938 artificial relocations. If this turns out to not be true,
3939 mips_elf_allocate_dynamic_relocation() should be tweaked so
3940 as to make room for a pair of dynamic relocations per
3941 invocation if ABI_64_P, and here we should generate an
3942 additional relocation record with R_MIPS_64 by itself for a
3943 NULL symbol before this relocation record. */
3944 outrel[1].r_info = ELF_R_INFO (output_bfd, 0,
3945 ABI_64_P (output_bfd)
3946 ? R_MIPS_64
3947 : R_MIPS_NONE);
3948 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE);
3949
3950 /* Adjust the output offset of the relocation to reference the
3951 correct location in the output file. */
3952 outrel[0].r_offset += (input_section->output_section->vma
3953 + input_section->output_offset);
3954 outrel[1].r_offset += (input_section->output_section->vma
3955 + input_section->output_offset);
3956 outrel[2].r_offset += (input_section->output_section->vma
3957 + input_section->output_offset);
3958 }
3959
3960 /* Put the relocation back out. We have to use the special
3961 relocation outputter in the 64-bit case since the 64-bit
3962 relocation format is non-standard. */
3963 if (ABI_64_P (output_bfd))
3964 {
3965 (*get_elf_backend_data (output_bfd)->s->swap_reloc_out)
3966 (output_bfd, &outrel[0],
3967 (sreloc->contents
3968 + sreloc->reloc_count * sizeof (Elf64_Mips_External_Rel)));
3969 }
3970 else
3971 bfd_elf32_swap_reloc_out
3972 (output_bfd, &outrel[0],
3973 (sreloc->contents + sreloc->reloc_count * sizeof (Elf32_External_Rel)));
3974
3975 /* We've now added another relocation. */
3976 ++sreloc->reloc_count;
3977
3978 /* Make sure the output section is writable. The dynamic linker
3979 will be writing to it. */
3980 elf_section_data (input_section->output_section)->this_hdr.sh_flags
3981 |= SHF_WRITE;
3982
3983 /* On IRIX5, make an entry of compact relocation info. */
3984 if (! skip && IRIX_COMPAT (output_bfd) == ict_irix5)
3985 {
3986 asection *scpt = bfd_get_section_by_name (dynobj, ".compact_rel");
3987 bfd_byte *cr;
3988
3989 if (scpt)
3990 {
3991 Elf32_crinfo cptrel;
3992
3993 mips_elf_set_cr_format (cptrel, CRF_MIPS_LONG);
3994 cptrel.vaddr = (rel->r_offset
3995 + input_section->output_section->vma
3996 + input_section->output_offset);
3997 if (r_type == R_MIPS_REL32)
3998 mips_elf_set_cr_type (cptrel, CRT_MIPS_REL32);
3999 else
4000 mips_elf_set_cr_type (cptrel, CRT_MIPS_WORD);
4001 mips_elf_set_cr_dist2to (cptrel, 0);
4002 cptrel.konst = *addendp;
4003
4004 cr = (scpt->contents
4005 + sizeof (Elf32_External_compact_rel));
4006 bfd_elf32_swap_crinfo_out (output_bfd, &cptrel,
4007 ((Elf32_External_crinfo *) cr
4008 + scpt->reloc_count));
4009 ++scpt->reloc_count;
4010 }
4011 }
4012
4013 return TRUE;
4014 }
4015 \f
4016 /* Return the MACH for a MIPS e_flags value. */
4017
4018 unsigned long
4019 _bfd_elf_mips_mach (flagword flags)
4020 {
4021 switch (flags & EF_MIPS_MACH)
4022 {
4023 case E_MIPS_MACH_3900:
4024 return bfd_mach_mips3900;
4025
4026 case E_MIPS_MACH_4010:
4027 return bfd_mach_mips4010;
4028
4029 case E_MIPS_MACH_4100:
4030 return bfd_mach_mips4100;
4031
4032 case E_MIPS_MACH_4111:
4033 return bfd_mach_mips4111;
4034
4035 case E_MIPS_MACH_4120:
4036 return bfd_mach_mips4120;
4037
4038 case E_MIPS_MACH_4650:
4039 return bfd_mach_mips4650;
4040
4041 case E_MIPS_MACH_5400:
4042 return bfd_mach_mips5400;
4043
4044 case E_MIPS_MACH_5500:
4045 return bfd_mach_mips5500;
4046
4047 case E_MIPS_MACH_SB1:
4048 return bfd_mach_mips_sb1;
4049
4050 default:
4051 switch (flags & EF_MIPS_ARCH)
4052 {
4053 default:
4054 case E_MIPS_ARCH_1:
4055 return bfd_mach_mips3000;
4056 break;
4057
4058 case E_MIPS_ARCH_2:
4059 return bfd_mach_mips6000;
4060 break;
4061
4062 case E_MIPS_ARCH_3:
4063 return bfd_mach_mips4000;
4064 break;
4065
4066 case E_MIPS_ARCH_4:
4067 return bfd_mach_mips8000;
4068 break;
4069
4070 case E_MIPS_ARCH_5:
4071 return bfd_mach_mips5;
4072 break;
4073
4074 case E_MIPS_ARCH_32:
4075 return bfd_mach_mipsisa32;
4076 break;
4077
4078 case E_MIPS_ARCH_64:
4079 return bfd_mach_mipsisa64;
4080 break;
4081
4082 case E_MIPS_ARCH_32R2:
4083 return bfd_mach_mipsisa32r2;
4084 break;
4085
4086 case E_MIPS_ARCH_64R2:
4087 return bfd_mach_mipsisa64r2;
4088 break;
4089 }
4090 }
4091
4092 return 0;
4093 }
4094
4095 /* Return printable name for ABI. */
4096
4097 static INLINE char *
4098 elf_mips_abi_name (bfd *abfd)
4099 {
4100 flagword flags;
4101
4102 flags = elf_elfheader (abfd)->e_flags;
4103 switch (flags & EF_MIPS_ABI)
4104 {
4105 case 0:
4106 if (ABI_N32_P (abfd))
4107 return "N32";
4108 else if (ABI_64_P (abfd))
4109 return "64";
4110 else
4111 return "none";
4112 case E_MIPS_ABI_O32:
4113 return "O32";
4114 case E_MIPS_ABI_O64:
4115 return "O64";
4116 case E_MIPS_ABI_EABI32:
4117 return "EABI32";
4118 case E_MIPS_ABI_EABI64:
4119 return "EABI64";
4120 default:
4121 return "unknown abi";
4122 }
4123 }
4124 \f
4125 /* MIPS ELF uses two common sections. One is the usual one, and the
4126 other is for small objects. All the small objects are kept
4127 together, and then referenced via the gp pointer, which yields
4128 faster assembler code. This is what we use for the small common
4129 section. This approach is copied from ecoff.c. */
4130 static asection mips_elf_scom_section;
4131 static asymbol mips_elf_scom_symbol;
4132 static asymbol *mips_elf_scom_symbol_ptr;
4133
4134 /* MIPS ELF also uses an acommon section, which represents an
4135 allocated common symbol which may be overridden by a
4136 definition in a shared library. */
4137 static asection mips_elf_acom_section;
4138 static asymbol mips_elf_acom_symbol;
4139 static asymbol *mips_elf_acom_symbol_ptr;
4140
4141 /* Handle the special MIPS section numbers that a symbol may use.
4142 This is used for both the 32-bit and the 64-bit ABI. */
4143
4144 void
4145 _bfd_mips_elf_symbol_processing (bfd *abfd, asymbol *asym)
4146 {
4147 elf_symbol_type *elfsym;
4148
4149 elfsym = (elf_symbol_type *) asym;
4150 switch (elfsym->internal_elf_sym.st_shndx)
4151 {
4152 case SHN_MIPS_ACOMMON:
4153 /* This section is used in a dynamically linked executable file.
4154 It is an allocated common section. The dynamic linker can
4155 either resolve these symbols to something in a shared
4156 library, or it can just leave them here. For our purposes,
4157 we can consider these symbols to be in a new section. */
4158 if (mips_elf_acom_section.name == NULL)
4159 {
4160 /* Initialize the acommon section. */
4161 mips_elf_acom_section.name = ".acommon";
4162 mips_elf_acom_section.flags = SEC_ALLOC;
4163 mips_elf_acom_section.output_section = &mips_elf_acom_section;
4164 mips_elf_acom_section.symbol = &mips_elf_acom_symbol;
4165 mips_elf_acom_section.symbol_ptr_ptr = &mips_elf_acom_symbol_ptr;
4166 mips_elf_acom_symbol.name = ".acommon";
4167 mips_elf_acom_symbol.flags = BSF_SECTION_SYM;
4168 mips_elf_acom_symbol.section = &mips_elf_acom_section;
4169 mips_elf_acom_symbol_ptr = &mips_elf_acom_symbol;
4170 }
4171 asym->section = &mips_elf_acom_section;
4172 break;
4173
4174 case SHN_COMMON:
4175 /* Common symbols less than the GP size are automatically
4176 treated as SHN_MIPS_SCOMMON symbols on IRIX5. */
4177 if (asym->value > elf_gp_size (abfd)
4178 || IRIX_COMPAT (abfd) == ict_irix6)
4179 break;
4180 /* Fall through. */
4181 case SHN_MIPS_SCOMMON:
4182 if (mips_elf_scom_section.name == NULL)
4183 {
4184 /* Initialize the small common section. */
4185 mips_elf_scom_section.name = ".scommon";
4186 mips_elf_scom_section.flags = SEC_IS_COMMON;
4187 mips_elf_scom_section.output_section = &mips_elf_scom_section;
4188 mips_elf_scom_section.symbol = &mips_elf_scom_symbol;
4189 mips_elf_scom_section.symbol_ptr_ptr = &mips_elf_scom_symbol_ptr;
4190 mips_elf_scom_symbol.name = ".scommon";
4191 mips_elf_scom_symbol.flags = BSF_SECTION_SYM;
4192 mips_elf_scom_symbol.section = &mips_elf_scom_section;
4193 mips_elf_scom_symbol_ptr = &mips_elf_scom_symbol;
4194 }
4195 asym->section = &mips_elf_scom_section;
4196 asym->value = elfsym->internal_elf_sym.st_size;
4197 break;
4198
4199 case SHN_MIPS_SUNDEFINED:
4200 asym->section = bfd_und_section_ptr;
4201 break;
4202
4203 #if 0 /* for SGI_COMPAT */
4204 case SHN_MIPS_TEXT:
4205 asym->section = mips_elf_text_section_ptr;
4206 break;
4207
4208 case SHN_MIPS_DATA:
4209 asym->section = mips_elf_data_section_ptr;
4210 break;
4211 #endif
4212 }
4213 }
4214 \f
4215 /* There appears to be a bug in the MIPSpro linker that causes GOT_DISP
4216 relocations against two unnamed section symbols to resolve to the
4217 same address. For example, if we have code like:
4218
4219 lw $4,%got_disp(.data)($gp)
4220 lw $25,%got_disp(.text)($gp)
4221 jalr $25
4222
4223 then the linker will resolve both relocations to .data and the program
4224 will jump there rather than to .text.
4225
4226 We can work around this problem by giving names to local section symbols.
4227 This is also what the MIPSpro tools do. */
4228
4229 bfd_boolean
4230 _bfd_mips_elf_name_local_section_symbols (bfd *abfd)
4231 {
4232 return SGI_COMPAT (abfd);
4233 }
4234 \f
4235 /* Work over a section just before writing it out. This routine is
4236 used by both the 32-bit and the 64-bit ABI. FIXME: We recognize
4237 sections that need the SHF_MIPS_GPREL flag by name; there has to be
4238 a better way. */
4239
4240 bfd_boolean
4241 _bfd_mips_elf_section_processing (bfd *abfd, Elf_Internal_Shdr *hdr)
4242 {
4243 if (hdr->sh_type == SHT_MIPS_REGINFO
4244 && hdr->sh_size > 0)
4245 {
4246 bfd_byte buf[4];
4247
4248 BFD_ASSERT (hdr->sh_size == sizeof (Elf32_External_RegInfo));
4249 BFD_ASSERT (hdr->contents == NULL);
4250
4251 if (bfd_seek (abfd,
4252 hdr->sh_offset + sizeof (Elf32_External_RegInfo) - 4,
4253 SEEK_SET) != 0)
4254 return FALSE;
4255 H_PUT_32 (abfd, elf_gp (abfd), buf);
4256 if (bfd_bwrite (buf, 4, abfd) != 4)
4257 return FALSE;
4258 }
4259
4260 if (hdr->sh_type == SHT_MIPS_OPTIONS
4261 && hdr->bfd_section != NULL
4262 && mips_elf_section_data (hdr->bfd_section) != NULL
4263 && mips_elf_section_data (hdr->bfd_section)->u.tdata != NULL)
4264 {
4265 bfd_byte *contents, *l, *lend;
4266
4267 /* We stored the section contents in the tdata field in the
4268 set_section_contents routine. We save the section contents
4269 so that we don't have to read them again.
4270 At this point we know that elf_gp is set, so we can look
4271 through the section contents to see if there is an
4272 ODK_REGINFO structure. */
4273
4274 contents = mips_elf_section_data (hdr->bfd_section)->u.tdata;
4275 l = contents;
4276 lend = contents + hdr->sh_size;
4277 while (l + sizeof (Elf_External_Options) <= lend)
4278 {
4279 Elf_Internal_Options intopt;
4280
4281 bfd_mips_elf_swap_options_in (abfd, (Elf_External_Options *) l,
4282 &intopt);
4283 if (ABI_64_P (abfd) && intopt.kind == ODK_REGINFO)
4284 {
4285 bfd_byte buf[8];
4286
4287 if (bfd_seek (abfd,
4288 (hdr->sh_offset
4289 + (l - contents)
4290 + sizeof (Elf_External_Options)
4291 + (sizeof (Elf64_External_RegInfo) - 8)),
4292 SEEK_SET) != 0)
4293 return FALSE;
4294 H_PUT_64 (abfd, elf_gp (abfd), buf);
4295 if (bfd_bwrite (buf, 8, abfd) != 8)
4296 return FALSE;
4297 }
4298 else if (intopt.kind == ODK_REGINFO)
4299 {
4300 bfd_byte buf[4];
4301
4302 if (bfd_seek (abfd,
4303 (hdr->sh_offset
4304 + (l - contents)
4305 + sizeof (Elf_External_Options)
4306 + (sizeof (Elf32_External_RegInfo) - 4)),
4307 SEEK_SET) != 0)
4308 return FALSE;
4309 H_PUT_32 (abfd, elf_gp (abfd), buf);
4310 if (bfd_bwrite (buf, 4, abfd) != 4)
4311 return FALSE;
4312 }
4313 l += intopt.size;
4314 }
4315 }
4316
4317 if (hdr->bfd_section != NULL)
4318 {
4319 const char *name = bfd_get_section_name (abfd, hdr->bfd_section);
4320
4321 if (strcmp (name, ".sdata") == 0
4322 || strcmp (name, ".lit8") == 0
4323 || strcmp (name, ".lit4") == 0)
4324 {
4325 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL;
4326 hdr->sh_type = SHT_PROGBITS;
4327 }
4328 else if (strcmp (name, ".sbss") == 0)
4329 {
4330 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL;
4331 hdr->sh_type = SHT_NOBITS;
4332 }
4333 else if (strcmp (name, ".srdata") == 0)
4334 {
4335 hdr->sh_flags |= SHF_ALLOC | SHF_MIPS_GPREL;
4336 hdr->sh_type = SHT_PROGBITS;
4337 }
4338 else if (strcmp (name, ".compact_rel") == 0)
4339 {
4340 hdr->sh_flags = 0;
4341 hdr->sh_type = SHT_PROGBITS;
4342 }
4343 else if (strcmp (name, ".rtproc") == 0)
4344 {
4345 if (hdr->sh_addralign != 0 && hdr->sh_entsize == 0)
4346 {
4347 unsigned int adjust;
4348
4349 adjust = hdr->sh_size % hdr->sh_addralign;
4350 if (adjust != 0)
4351 hdr->sh_size += hdr->sh_addralign - adjust;
4352 }
4353 }
4354 }
4355
4356 return TRUE;
4357 }
4358
4359 /* Handle a MIPS specific section when reading an object file. This
4360 is called when elfcode.h finds a section with an unknown type.
4361 This routine supports both the 32-bit and 64-bit ELF ABI.
4362
4363 FIXME: We need to handle the SHF_MIPS_GPREL flag, but I'm not sure
4364 how to. */
4365
4366 bfd_boolean
4367 _bfd_mips_elf_section_from_shdr (bfd *abfd, Elf_Internal_Shdr *hdr,
4368 const char *name)
4369 {
4370 flagword flags = 0;
4371
4372 /* There ought to be a place to keep ELF backend specific flags, but
4373 at the moment there isn't one. We just keep track of the
4374 sections by their name, instead. Fortunately, the ABI gives
4375 suggested names for all the MIPS specific sections, so we will
4376 probably get away with this. */
4377 switch (hdr->sh_type)
4378 {
4379 case SHT_MIPS_LIBLIST:
4380 if (strcmp (name, ".liblist") != 0)
4381 return FALSE;
4382 break;
4383 case SHT_MIPS_MSYM:
4384 if (strcmp (name, ".msym") != 0)
4385 return FALSE;
4386 break;
4387 case SHT_MIPS_CONFLICT:
4388 if (strcmp (name, ".conflict") != 0)
4389 return FALSE;
4390 break;
4391 case SHT_MIPS_GPTAB:
4392 if (strncmp (name, ".gptab.", sizeof ".gptab." - 1) != 0)
4393 return FALSE;
4394 break;
4395 case SHT_MIPS_UCODE:
4396 if (strcmp (name, ".ucode") != 0)
4397 return FALSE;
4398 break;
4399 case SHT_MIPS_DEBUG:
4400 if (strcmp (name, ".mdebug") != 0)
4401 return FALSE;
4402 flags = SEC_DEBUGGING;
4403 break;
4404 case SHT_MIPS_REGINFO:
4405 if (strcmp (name, ".reginfo") != 0
4406 || hdr->sh_size != sizeof (Elf32_External_RegInfo))
4407 return FALSE;
4408 flags = (SEC_LINK_ONCE | SEC_LINK_DUPLICATES_SAME_SIZE);
4409 break;
4410 case SHT_MIPS_IFACE:
4411 if (strcmp (name, ".MIPS.interfaces") != 0)
4412 return FALSE;
4413 break;
4414 case SHT_MIPS_CONTENT:
4415 if (strncmp (name, ".MIPS.content", sizeof ".MIPS.content" - 1) != 0)
4416 return FALSE;
4417 break;
4418 case SHT_MIPS_OPTIONS:
4419 if (strcmp (name, MIPS_ELF_OPTIONS_SECTION_NAME (abfd)) != 0)
4420 return FALSE;
4421 break;
4422 case SHT_MIPS_DWARF:
4423 if (strncmp (name, ".debug_", sizeof ".debug_" - 1) != 0)
4424 return FALSE;
4425 break;
4426 case SHT_MIPS_SYMBOL_LIB:
4427 if (strcmp (name, ".MIPS.symlib") != 0)
4428 return FALSE;
4429 break;
4430 case SHT_MIPS_EVENTS:
4431 if (strncmp (name, ".MIPS.events", sizeof ".MIPS.events" - 1) != 0
4432 && strncmp (name, ".MIPS.post_rel",
4433 sizeof ".MIPS.post_rel" - 1) != 0)
4434 return FALSE;
4435 break;
4436 default:
4437 return FALSE;
4438 }
4439
4440 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name))
4441 return FALSE;
4442
4443 if (flags)
4444 {
4445 if (! bfd_set_section_flags (abfd, hdr->bfd_section,
4446 (bfd_get_section_flags (abfd,
4447 hdr->bfd_section)
4448 | flags)))
4449 return FALSE;
4450 }
4451
4452 /* FIXME: We should record sh_info for a .gptab section. */
4453
4454 /* For a .reginfo section, set the gp value in the tdata information
4455 from the contents of this section. We need the gp value while
4456 processing relocs, so we just get it now. The .reginfo section
4457 is not used in the 64-bit MIPS ELF ABI. */
4458 if (hdr->sh_type == SHT_MIPS_REGINFO)
4459 {
4460 Elf32_External_RegInfo ext;
4461 Elf32_RegInfo s;
4462
4463 if (! bfd_get_section_contents (abfd, hdr->bfd_section,
4464 &ext, 0, sizeof ext))
4465 return FALSE;
4466 bfd_mips_elf32_swap_reginfo_in (abfd, &ext, &s);
4467 elf_gp (abfd) = s.ri_gp_value;
4468 }
4469
4470 /* For a SHT_MIPS_OPTIONS section, look for a ODK_REGINFO entry, and
4471 set the gp value based on what we find. We may see both
4472 SHT_MIPS_REGINFO and SHT_MIPS_OPTIONS/ODK_REGINFO; in that case,
4473 they should agree. */
4474 if (hdr->sh_type == SHT_MIPS_OPTIONS)
4475 {
4476 bfd_byte *contents, *l, *lend;
4477
4478 contents = bfd_malloc (hdr->sh_size);
4479 if (contents == NULL)
4480 return FALSE;
4481 if (! bfd_get_section_contents (abfd, hdr->bfd_section, contents,
4482 0, hdr->sh_size))
4483 {
4484 free (contents);
4485 return FALSE;
4486 }
4487 l = contents;
4488 lend = contents + hdr->sh_size;
4489 while (l + sizeof (Elf_External_Options) <= lend)
4490 {
4491 Elf_Internal_Options intopt;
4492
4493 bfd_mips_elf_swap_options_in (abfd, (Elf_External_Options *) l,
4494 &intopt);
4495 if (ABI_64_P (abfd) && intopt.kind == ODK_REGINFO)
4496 {
4497 Elf64_Internal_RegInfo intreg;
4498
4499 bfd_mips_elf64_swap_reginfo_in
4500 (abfd,
4501 ((Elf64_External_RegInfo *)
4502 (l + sizeof (Elf_External_Options))),
4503 &intreg);
4504 elf_gp (abfd) = intreg.ri_gp_value;
4505 }
4506 else if (intopt.kind == ODK_REGINFO)
4507 {
4508 Elf32_RegInfo intreg;
4509
4510 bfd_mips_elf32_swap_reginfo_in
4511 (abfd,
4512 ((Elf32_External_RegInfo *)
4513 (l + sizeof (Elf_External_Options))),
4514 &intreg);
4515 elf_gp (abfd) = intreg.ri_gp_value;
4516 }
4517 l += intopt.size;
4518 }
4519 free (contents);
4520 }
4521
4522 return TRUE;
4523 }
4524
4525 /* Set the correct type for a MIPS ELF section. We do this by the
4526 section name, which is a hack, but ought to work. This routine is
4527 used by both the 32-bit and the 64-bit ABI. */
4528
4529 bfd_boolean
4530 _bfd_mips_elf_fake_sections (bfd *abfd, Elf_Internal_Shdr *hdr, asection *sec)
4531 {
4532 register const char *name;
4533
4534 name = bfd_get_section_name (abfd, sec);
4535
4536 if (strcmp (name, ".liblist") == 0)
4537 {
4538 hdr->sh_type = SHT_MIPS_LIBLIST;
4539 hdr->sh_info = sec->size / sizeof (Elf32_Lib);
4540 /* The sh_link field is set in final_write_processing. */
4541 }
4542 else if (strcmp (name, ".conflict") == 0)
4543 hdr->sh_type = SHT_MIPS_CONFLICT;
4544 else if (strncmp (name, ".gptab.", sizeof ".gptab." - 1) == 0)
4545 {
4546 hdr->sh_type = SHT_MIPS_GPTAB;
4547 hdr->sh_entsize = sizeof (Elf32_External_gptab);
4548 /* The sh_info field is set in final_write_processing. */
4549 }
4550 else if (strcmp (name, ".ucode") == 0)
4551 hdr->sh_type = SHT_MIPS_UCODE;
4552 else if (strcmp (name, ".mdebug") == 0)
4553 {
4554 hdr->sh_type = SHT_MIPS_DEBUG;
4555 /* In a shared object on IRIX 5.3, the .mdebug section has an
4556 entsize of 0. FIXME: Does this matter? */
4557 if (SGI_COMPAT (abfd) && (abfd->flags & DYNAMIC) != 0)
4558 hdr->sh_entsize = 0;
4559 else
4560 hdr->sh_entsize = 1;
4561 }
4562 else if (strcmp (name, ".reginfo") == 0)
4563 {
4564 hdr->sh_type = SHT_MIPS_REGINFO;
4565 /* In a shared object on IRIX 5.3, the .reginfo section has an
4566 entsize of 0x18. FIXME: Does this matter? */
4567 if (SGI_COMPAT (abfd))
4568 {
4569 if ((abfd->flags & DYNAMIC) != 0)
4570 hdr->sh_entsize = sizeof (Elf32_External_RegInfo);
4571 else
4572 hdr->sh_entsize = 1;
4573 }
4574 else
4575 hdr->sh_entsize = sizeof (Elf32_External_RegInfo);
4576 }
4577 else if (SGI_COMPAT (abfd)
4578 && (strcmp (name, ".hash") == 0
4579 || strcmp (name, ".dynamic") == 0
4580 || strcmp (name, ".dynstr") == 0))
4581 {
4582 if (SGI_COMPAT (abfd))
4583 hdr->sh_entsize = 0;
4584 #if 0
4585 /* This isn't how the IRIX6 linker behaves. */
4586 hdr->sh_info = SIZEOF_MIPS_DYNSYM_SECNAMES;
4587 #endif
4588 }
4589 else if (strcmp (name, ".got") == 0
4590 || strcmp (name, ".srdata") == 0
4591 || strcmp (name, ".sdata") == 0
4592 || strcmp (name, ".sbss") == 0
4593 || strcmp (name, ".lit4") == 0
4594 || strcmp (name, ".lit8") == 0)
4595 hdr->sh_flags |= SHF_MIPS_GPREL;
4596 else if (strcmp (name, ".MIPS.interfaces") == 0)
4597 {
4598 hdr->sh_type = SHT_MIPS_IFACE;
4599 hdr->sh_flags |= SHF_MIPS_NOSTRIP;
4600 }
4601 else if (strncmp (name, ".MIPS.content", strlen (".MIPS.content")) == 0)
4602 {
4603 hdr->sh_type = SHT_MIPS_CONTENT;
4604 hdr->sh_flags |= SHF_MIPS_NOSTRIP;
4605 /* The sh_info field is set in final_write_processing. */
4606 }
4607 else if (strcmp (name, MIPS_ELF_OPTIONS_SECTION_NAME (abfd)) == 0)
4608 {
4609 hdr->sh_type = SHT_MIPS_OPTIONS;
4610 hdr->sh_entsize = 1;
4611 hdr->sh_flags |= SHF_MIPS_NOSTRIP;
4612 }
4613 else if (strncmp (name, ".debug_", sizeof ".debug_" - 1) == 0)
4614 hdr->sh_type = SHT_MIPS_DWARF;
4615 else if (strcmp (name, ".MIPS.symlib") == 0)
4616 {
4617 hdr->sh_type = SHT_MIPS_SYMBOL_LIB;
4618 /* The sh_link and sh_info fields are set in
4619 final_write_processing. */
4620 }
4621 else if (strncmp (name, ".MIPS.events", sizeof ".MIPS.events" - 1) == 0
4622 || strncmp (name, ".MIPS.post_rel",
4623 sizeof ".MIPS.post_rel" - 1) == 0)
4624 {
4625 hdr->sh_type = SHT_MIPS_EVENTS;
4626 hdr->sh_flags |= SHF_MIPS_NOSTRIP;
4627 /* The sh_link field is set in final_write_processing. */
4628 }
4629 else if (strcmp (name, ".msym") == 0)
4630 {
4631 hdr->sh_type = SHT_MIPS_MSYM;
4632 hdr->sh_flags |= SHF_ALLOC;
4633 hdr->sh_entsize = 8;
4634 }
4635
4636 /* The generic elf_fake_sections will set up REL_HDR using the default
4637 kind of relocations. We used to set up a second header for the
4638 non-default kind of relocations here, but only NewABI would use
4639 these, and the IRIX ld doesn't like resulting empty RELA sections.
4640 Thus we create those header only on demand now. */
4641
4642 return TRUE;
4643 }
4644
4645 /* Given a BFD section, try to locate the corresponding ELF section
4646 index. This is used by both the 32-bit and the 64-bit ABI.
4647 Actually, it's not clear to me that the 64-bit ABI supports these,
4648 but for non-PIC objects we will certainly want support for at least
4649 the .scommon section. */
4650
4651 bfd_boolean
4652 _bfd_mips_elf_section_from_bfd_section (bfd *abfd ATTRIBUTE_UNUSED,
4653 asection *sec, int *retval)
4654 {
4655 if (strcmp (bfd_get_section_name (abfd, sec), ".scommon") == 0)
4656 {
4657 *retval = SHN_MIPS_SCOMMON;
4658 return TRUE;
4659 }
4660 if (strcmp (bfd_get_section_name (abfd, sec), ".acommon") == 0)
4661 {
4662 *retval = SHN_MIPS_ACOMMON;
4663 return TRUE;
4664 }
4665 return FALSE;
4666 }
4667 \f
4668 /* Hook called by the linker routine which adds symbols from an object
4669 file. We must handle the special MIPS section numbers here. */
4670
4671 bfd_boolean
4672 _bfd_mips_elf_add_symbol_hook (bfd *abfd, struct bfd_link_info *info,
4673 Elf_Internal_Sym *sym, const char **namep,
4674 flagword *flagsp ATTRIBUTE_UNUSED,
4675 asection **secp, bfd_vma *valp)
4676 {
4677 if (SGI_COMPAT (abfd)
4678 && (abfd->flags & DYNAMIC) != 0
4679 && strcmp (*namep, "_rld_new_interface") == 0)
4680 {
4681 /* Skip IRIX5 rld entry name. */
4682 *namep = NULL;
4683 return TRUE;
4684 }
4685
4686 switch (sym->st_shndx)
4687 {
4688 case SHN_COMMON:
4689 /* Common symbols less than the GP size are automatically
4690 treated as SHN_MIPS_SCOMMON symbols. */
4691 if (sym->st_size > elf_gp_size (abfd)
4692 || IRIX_COMPAT (abfd) == ict_irix6)
4693 break;
4694 /* Fall through. */
4695 case SHN_MIPS_SCOMMON:
4696 *secp = bfd_make_section_old_way (abfd, ".scommon");
4697 (*secp)->flags |= SEC_IS_COMMON;
4698 *valp = sym->st_size;
4699 break;
4700
4701 case SHN_MIPS_TEXT:
4702 /* This section is used in a shared object. */
4703 if (elf_tdata (abfd)->elf_text_section == NULL)
4704 {
4705 asymbol *elf_text_symbol;
4706 asection *elf_text_section;
4707 bfd_size_type amt = sizeof (asection);
4708
4709 elf_text_section = bfd_zalloc (abfd, amt);
4710 if (elf_text_section == NULL)
4711 return FALSE;
4712
4713 amt = sizeof (asymbol);
4714 elf_text_symbol = bfd_zalloc (abfd, amt);
4715 if (elf_text_symbol == NULL)
4716 return FALSE;
4717
4718 /* Initialize the section. */
4719
4720 elf_tdata (abfd)->elf_text_section = elf_text_section;
4721 elf_tdata (abfd)->elf_text_symbol = elf_text_symbol;
4722
4723 elf_text_section->symbol = elf_text_symbol;
4724 elf_text_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_text_symbol;
4725
4726 elf_text_section->name = ".text";
4727 elf_text_section->flags = SEC_NO_FLAGS;
4728 elf_text_section->output_section = NULL;
4729 elf_text_section->owner = abfd;
4730 elf_text_symbol->name = ".text";
4731 elf_text_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC;
4732 elf_text_symbol->section = elf_text_section;
4733 }
4734 /* This code used to do *secp = bfd_und_section_ptr if
4735 info->shared. I don't know why, and that doesn't make sense,
4736 so I took it out. */
4737 *secp = elf_tdata (abfd)->elf_text_section;
4738 break;
4739
4740 case SHN_MIPS_ACOMMON:
4741 /* Fall through. XXX Can we treat this as allocated data? */
4742 case SHN_MIPS_DATA:
4743 /* This section is used in a shared object. */
4744 if (elf_tdata (abfd)->elf_data_section == NULL)
4745 {
4746 asymbol *elf_data_symbol;
4747 asection *elf_data_section;
4748 bfd_size_type amt = sizeof (asection);
4749
4750 elf_data_section = bfd_zalloc (abfd, amt);
4751 if (elf_data_section == NULL)
4752 return FALSE;
4753
4754 amt = sizeof (asymbol);
4755 elf_data_symbol = bfd_zalloc (abfd, amt);
4756 if (elf_data_symbol == NULL)
4757 return FALSE;
4758
4759 /* Initialize the section. */
4760
4761 elf_tdata (abfd)->elf_data_section = elf_data_section;
4762 elf_tdata (abfd)->elf_data_symbol = elf_data_symbol;
4763
4764 elf_data_section->symbol = elf_data_symbol;
4765 elf_data_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_data_symbol;
4766
4767 elf_data_section->name = ".data";
4768 elf_data_section->flags = SEC_NO_FLAGS;
4769 elf_data_section->output_section = NULL;
4770 elf_data_section->owner = abfd;
4771 elf_data_symbol->name = ".data";
4772 elf_data_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC;
4773 elf_data_symbol->section = elf_data_section;
4774 }
4775 /* This code used to do *secp = bfd_und_section_ptr if
4776 info->shared. I don't know why, and that doesn't make sense,
4777 so I took it out. */
4778 *secp = elf_tdata (abfd)->elf_data_section;
4779 break;
4780
4781 case SHN_MIPS_SUNDEFINED:
4782 *secp = bfd_und_section_ptr;
4783 break;
4784 }
4785
4786 if (SGI_COMPAT (abfd)
4787 && ! info->shared
4788 && info->hash->creator == abfd->xvec
4789 && strcmp (*namep, "__rld_obj_head") == 0)
4790 {
4791 struct elf_link_hash_entry *h;
4792 struct bfd_link_hash_entry *bh;
4793
4794 /* Mark __rld_obj_head as dynamic. */
4795 bh = NULL;
4796 if (! (_bfd_generic_link_add_one_symbol
4797 (info, abfd, *namep, BSF_GLOBAL, *secp, *valp, NULL, FALSE,
4798 get_elf_backend_data (abfd)->collect, &bh)))
4799 return FALSE;
4800
4801 h = (struct elf_link_hash_entry *) bh;
4802 h->elf_link_hash_flags &= ~ELF_LINK_NON_ELF;
4803 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
4804 h->type = STT_OBJECT;
4805
4806 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4807 return FALSE;
4808
4809 mips_elf_hash_table (info)->use_rld_obj_head = TRUE;
4810 }
4811
4812 /* If this is a mips16 text symbol, add 1 to the value to make it
4813 odd. This will cause something like .word SYM to come up with
4814 the right value when it is loaded into the PC. */
4815 if (sym->st_other == STO_MIPS16)
4816 ++*valp;
4817
4818 return TRUE;
4819 }
4820
4821 /* This hook function is called before the linker writes out a global
4822 symbol. We mark symbols as small common if appropriate. This is
4823 also where we undo the increment of the value for a mips16 symbol. */
4824
4825 bfd_boolean
4826 _bfd_mips_elf_link_output_symbol_hook
4827 (struct bfd_link_info *info ATTRIBUTE_UNUSED,
4828 const char *name ATTRIBUTE_UNUSED, Elf_Internal_Sym *sym,
4829 asection *input_sec, struct elf_link_hash_entry *h ATTRIBUTE_UNUSED)
4830 {
4831 /* If we see a common symbol, which implies a relocatable link, then
4832 if a symbol was small common in an input file, mark it as small
4833 common in the output file. */
4834 if (sym->st_shndx == SHN_COMMON
4835 && strcmp (input_sec->name, ".scommon") == 0)
4836 sym->st_shndx = SHN_MIPS_SCOMMON;
4837
4838 if (sym->st_other == STO_MIPS16)
4839 sym->st_value &= ~1;
4840
4841 return TRUE;
4842 }
4843 \f
4844 /* Functions for the dynamic linker. */
4845
4846 /* Create dynamic sections when linking against a dynamic object. */
4847
4848 bfd_boolean
4849 _bfd_mips_elf_create_dynamic_sections (bfd *abfd, struct bfd_link_info *info)
4850 {
4851 struct elf_link_hash_entry *h;
4852 struct bfd_link_hash_entry *bh;
4853 flagword flags;
4854 register asection *s;
4855 const char * const *namep;
4856
4857 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4858 | SEC_LINKER_CREATED | SEC_READONLY);
4859
4860 /* Mips ABI requests the .dynamic section to be read only. */
4861 s = bfd_get_section_by_name (abfd, ".dynamic");
4862 if (s != NULL)
4863 {
4864 if (! bfd_set_section_flags (abfd, s, flags))
4865 return FALSE;
4866 }
4867
4868 /* We need to create .got section. */
4869 if (! mips_elf_create_got_section (abfd, info, FALSE))
4870 return FALSE;
4871
4872 if (! mips_elf_rel_dyn_section (elf_hash_table (info)->dynobj, TRUE))
4873 return FALSE;
4874
4875 /* Create .stub section. */
4876 if (bfd_get_section_by_name (abfd,
4877 MIPS_ELF_STUB_SECTION_NAME (abfd)) == NULL)
4878 {
4879 s = bfd_make_section (abfd, MIPS_ELF_STUB_SECTION_NAME (abfd));
4880 if (s == NULL
4881 || ! bfd_set_section_flags (abfd, s, flags | SEC_CODE)
4882 || ! bfd_set_section_alignment (abfd, s,
4883 MIPS_ELF_LOG_FILE_ALIGN (abfd)))
4884 return FALSE;
4885 }
4886
4887 if ((IRIX_COMPAT (abfd) == ict_irix5 || IRIX_COMPAT (abfd) == ict_none)
4888 && !info->shared
4889 && bfd_get_section_by_name (abfd, ".rld_map") == NULL)
4890 {
4891 s = bfd_make_section (abfd, ".rld_map");
4892 if (s == NULL
4893 || ! bfd_set_section_flags (abfd, s, flags &~ (flagword) SEC_READONLY)
4894 || ! bfd_set_section_alignment (abfd, s,
4895 MIPS_ELF_LOG_FILE_ALIGN (abfd)))
4896 return FALSE;
4897 }
4898
4899 /* On IRIX5, we adjust add some additional symbols and change the
4900 alignments of several sections. There is no ABI documentation
4901 indicating that this is necessary on IRIX6, nor any evidence that
4902 the linker takes such action. */
4903 if (IRIX_COMPAT (abfd) == ict_irix5)
4904 {
4905 for (namep = mips_elf_dynsym_rtproc_names; *namep != NULL; namep++)
4906 {
4907 bh = NULL;
4908 if (! (_bfd_generic_link_add_one_symbol
4909 (info, abfd, *namep, BSF_GLOBAL, bfd_und_section_ptr, 0,
4910 NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
4911 return FALSE;
4912
4913 h = (struct elf_link_hash_entry *) bh;
4914 h->elf_link_hash_flags &= ~ELF_LINK_NON_ELF;
4915 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
4916 h->type = STT_SECTION;
4917
4918 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4919 return FALSE;
4920 }
4921
4922 /* We need to create a .compact_rel section. */
4923 if (SGI_COMPAT (abfd))
4924 {
4925 if (!mips_elf_create_compact_rel_section (abfd, info))
4926 return FALSE;
4927 }
4928
4929 /* Change alignments of some sections. */
4930 s = bfd_get_section_by_name (abfd, ".hash");
4931 if (s != NULL)
4932 bfd_set_section_alignment (abfd, s, MIPS_ELF_LOG_FILE_ALIGN (abfd));
4933 s = bfd_get_section_by_name (abfd, ".dynsym");
4934 if (s != NULL)
4935 bfd_set_section_alignment (abfd, s, MIPS_ELF_LOG_FILE_ALIGN (abfd));
4936 s = bfd_get_section_by_name (abfd, ".dynstr");
4937 if (s != NULL)
4938 bfd_set_section_alignment (abfd, s, MIPS_ELF_LOG_FILE_ALIGN (abfd));
4939 s = bfd_get_section_by_name (abfd, ".reginfo");
4940 if (s != NULL)
4941 bfd_set_section_alignment (abfd, s, MIPS_ELF_LOG_FILE_ALIGN (abfd));
4942 s = bfd_get_section_by_name (abfd, ".dynamic");
4943 if (s != NULL)
4944 bfd_set_section_alignment (abfd, s, MIPS_ELF_LOG_FILE_ALIGN (abfd));
4945 }
4946
4947 if (!info->shared)
4948 {
4949 const char *name;
4950
4951 name = SGI_COMPAT (abfd) ? "_DYNAMIC_LINK" : "_DYNAMIC_LINKING";
4952 bh = NULL;
4953 if (!(_bfd_generic_link_add_one_symbol
4954 (info, abfd, name, BSF_GLOBAL, bfd_abs_section_ptr, 0,
4955 NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
4956 return FALSE;
4957
4958 h = (struct elf_link_hash_entry *) bh;
4959 h->elf_link_hash_flags &= ~ELF_LINK_NON_ELF;
4960 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
4961 h->type = STT_SECTION;
4962
4963 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4964 return FALSE;
4965
4966 if (! mips_elf_hash_table (info)->use_rld_obj_head)
4967 {
4968 /* __rld_map is a four byte word located in the .data section
4969 and is filled in by the rtld to contain a pointer to
4970 the _r_debug structure. Its symbol value will be set in
4971 _bfd_mips_elf_finish_dynamic_symbol. */
4972 s = bfd_get_section_by_name (abfd, ".rld_map");
4973 BFD_ASSERT (s != NULL);
4974
4975 name = SGI_COMPAT (abfd) ? "__rld_map" : "__RLD_MAP";
4976 bh = NULL;
4977 if (!(_bfd_generic_link_add_one_symbol
4978 (info, abfd, name, BSF_GLOBAL, s, 0, NULL, FALSE,
4979 get_elf_backend_data (abfd)->collect, &bh)))
4980 return FALSE;
4981
4982 h = (struct elf_link_hash_entry *) bh;
4983 h->elf_link_hash_flags &= ~ELF_LINK_NON_ELF;
4984 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
4985 h->type = STT_OBJECT;
4986
4987 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4988 return FALSE;
4989 }
4990 }
4991
4992 return TRUE;
4993 }
4994 \f
4995 /* Look through the relocs for a section during the first phase, and
4996 allocate space in the global offset table. */
4997
4998 bfd_boolean
4999 _bfd_mips_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
5000 asection *sec, const Elf_Internal_Rela *relocs)
5001 {
5002 const char *name;
5003 bfd *dynobj;
5004 Elf_Internal_Shdr *symtab_hdr;
5005 struct elf_link_hash_entry **sym_hashes;
5006 struct mips_got_info *g;
5007 size_t extsymoff;
5008 const Elf_Internal_Rela *rel;
5009 const Elf_Internal_Rela *rel_end;
5010 asection *sgot;
5011 asection *sreloc;
5012 const struct elf_backend_data *bed;
5013
5014 if (info->relocatable)
5015 return TRUE;
5016
5017 dynobj = elf_hash_table (info)->dynobj;
5018 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
5019 sym_hashes = elf_sym_hashes (abfd);
5020 extsymoff = (elf_bad_symtab (abfd)) ? 0 : symtab_hdr->sh_info;
5021
5022 /* Check for the mips16 stub sections. */
5023
5024 name = bfd_get_section_name (abfd, sec);
5025 if (strncmp (name, FN_STUB, sizeof FN_STUB - 1) == 0)
5026 {
5027 unsigned long r_symndx;
5028
5029 /* Look at the relocation information to figure out which symbol
5030 this is for. */
5031
5032 r_symndx = ELF_R_SYM (abfd, relocs->r_info);
5033
5034 if (r_symndx < extsymoff
5035 || sym_hashes[r_symndx - extsymoff] == NULL)
5036 {
5037 asection *o;
5038
5039 /* This stub is for a local symbol. This stub will only be
5040 needed if there is some relocation in this BFD, other
5041 than a 16 bit function call, which refers to this symbol. */
5042 for (o = abfd->sections; o != NULL; o = o->next)
5043 {
5044 Elf_Internal_Rela *sec_relocs;
5045 const Elf_Internal_Rela *r, *rend;
5046
5047 /* We can ignore stub sections when looking for relocs. */
5048 if ((o->flags & SEC_RELOC) == 0
5049 || o->reloc_count == 0
5050 || strncmp (bfd_get_section_name (abfd, o), FN_STUB,
5051 sizeof FN_STUB - 1) == 0
5052 || strncmp (bfd_get_section_name (abfd, o), CALL_STUB,
5053 sizeof CALL_STUB - 1) == 0
5054 || strncmp (bfd_get_section_name (abfd, o), CALL_FP_STUB,
5055 sizeof CALL_FP_STUB - 1) == 0)
5056 continue;
5057
5058 sec_relocs
5059 = _bfd_elf_link_read_relocs (abfd, o, NULL, NULL,
5060 info->keep_memory);
5061 if (sec_relocs == NULL)
5062 return FALSE;
5063
5064 rend = sec_relocs + o->reloc_count;
5065 for (r = sec_relocs; r < rend; r++)
5066 if (ELF_R_SYM (abfd, r->r_info) == r_symndx
5067 && ELF_R_TYPE (abfd, r->r_info) != R_MIPS16_26)
5068 break;
5069
5070 if (elf_section_data (o)->relocs != sec_relocs)
5071 free (sec_relocs);
5072
5073 if (r < rend)
5074 break;
5075 }
5076
5077 if (o == NULL)
5078 {
5079 /* There is no non-call reloc for this stub, so we do
5080 not need it. Since this function is called before
5081 the linker maps input sections to output sections, we
5082 can easily discard it by setting the SEC_EXCLUDE
5083 flag. */
5084 sec->flags |= SEC_EXCLUDE;
5085 return TRUE;
5086 }
5087
5088 /* Record this stub in an array of local symbol stubs for
5089 this BFD. */
5090 if (elf_tdata (abfd)->local_stubs == NULL)
5091 {
5092 unsigned long symcount;
5093 asection **n;
5094 bfd_size_type amt;
5095
5096 if (elf_bad_symtab (abfd))
5097 symcount = NUM_SHDR_ENTRIES (symtab_hdr);
5098 else
5099 symcount = symtab_hdr->sh_info;
5100 amt = symcount * sizeof (asection *);
5101 n = bfd_zalloc (abfd, amt);
5102 if (n == NULL)
5103 return FALSE;
5104 elf_tdata (abfd)->local_stubs = n;
5105 }
5106
5107 elf_tdata (abfd)->local_stubs[r_symndx] = sec;
5108
5109 /* We don't need to set mips16_stubs_seen in this case.
5110 That flag is used to see whether we need to look through
5111 the global symbol table for stubs. We don't need to set
5112 it here, because we just have a local stub. */
5113 }
5114 else
5115 {
5116 struct mips_elf_link_hash_entry *h;
5117
5118 h = ((struct mips_elf_link_hash_entry *)
5119 sym_hashes[r_symndx - extsymoff]);
5120
5121 /* H is the symbol this stub is for. */
5122
5123 h->fn_stub = sec;
5124 mips_elf_hash_table (info)->mips16_stubs_seen = TRUE;
5125 }
5126 }
5127 else if (strncmp (name, CALL_STUB, sizeof CALL_STUB - 1) == 0
5128 || strncmp (name, CALL_FP_STUB, sizeof CALL_FP_STUB - 1) == 0)
5129 {
5130 unsigned long r_symndx;
5131 struct mips_elf_link_hash_entry *h;
5132 asection **loc;
5133
5134 /* Look at the relocation information to figure out which symbol
5135 this is for. */
5136
5137 r_symndx = ELF_R_SYM (abfd, relocs->r_info);
5138
5139 if (r_symndx < extsymoff
5140 || sym_hashes[r_symndx - extsymoff] == NULL)
5141 {
5142 /* This stub was actually built for a static symbol defined
5143 in the same file. We assume that all static symbols in
5144 mips16 code are themselves mips16, so we can simply
5145 discard this stub. Since this function is called before
5146 the linker maps input sections to output sections, we can
5147 easily discard it by setting the SEC_EXCLUDE flag. */
5148 sec->flags |= SEC_EXCLUDE;
5149 return TRUE;
5150 }
5151
5152 h = ((struct mips_elf_link_hash_entry *)
5153 sym_hashes[r_symndx - extsymoff]);
5154
5155 /* H is the symbol this stub is for. */
5156
5157 if (strncmp (name, CALL_FP_STUB, sizeof CALL_FP_STUB - 1) == 0)
5158 loc = &h->call_fp_stub;
5159 else
5160 loc = &h->call_stub;
5161
5162 /* If we already have an appropriate stub for this function, we
5163 don't need another one, so we can discard this one. Since
5164 this function is called before the linker maps input sections
5165 to output sections, we can easily discard it by setting the
5166 SEC_EXCLUDE flag. We can also discard this section if we
5167 happen to already know that this is a mips16 function; it is
5168 not necessary to check this here, as it is checked later, but
5169 it is slightly faster to check now. */
5170 if (*loc != NULL || h->root.other == STO_MIPS16)
5171 {
5172 sec->flags |= SEC_EXCLUDE;
5173 return TRUE;
5174 }
5175
5176 *loc = sec;
5177 mips_elf_hash_table (info)->mips16_stubs_seen = TRUE;
5178 }
5179
5180 if (dynobj == NULL)
5181 {
5182 sgot = NULL;
5183 g = NULL;
5184 }
5185 else
5186 {
5187 sgot = mips_elf_got_section (dynobj, FALSE);
5188 if (sgot == NULL)
5189 g = NULL;
5190 else
5191 {
5192 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
5193 g = mips_elf_section_data (sgot)->u.got_info;
5194 BFD_ASSERT (g != NULL);
5195 }
5196 }
5197
5198 sreloc = NULL;
5199 bed = get_elf_backend_data (abfd);
5200 rel_end = relocs + sec->reloc_count * bed->s->int_rels_per_ext_rel;
5201 for (rel = relocs; rel < rel_end; ++rel)
5202 {
5203 unsigned long r_symndx;
5204 unsigned int r_type;
5205 struct elf_link_hash_entry *h;
5206
5207 r_symndx = ELF_R_SYM (abfd, rel->r_info);
5208 r_type = ELF_R_TYPE (abfd, rel->r_info);
5209
5210 if (r_symndx < extsymoff)
5211 h = NULL;
5212 else if (r_symndx >= extsymoff + NUM_SHDR_ENTRIES (symtab_hdr))
5213 {
5214 (*_bfd_error_handler)
5215 (_("%s: Malformed reloc detected for section %s"),
5216 bfd_archive_filename (abfd), name);
5217 bfd_set_error (bfd_error_bad_value);
5218 return FALSE;
5219 }
5220 else
5221 {
5222 h = sym_hashes[r_symndx - extsymoff];
5223
5224 /* This may be an indirect symbol created because of a version. */
5225 if (h != NULL)
5226 {
5227 while (h->root.type == bfd_link_hash_indirect)
5228 h = (struct elf_link_hash_entry *) h->root.u.i.link;
5229 }
5230 }
5231
5232 /* Some relocs require a global offset table. */
5233 if (dynobj == NULL || sgot == NULL)
5234 {
5235 switch (r_type)
5236 {
5237 case R_MIPS_GOT16:
5238 case R_MIPS_CALL16:
5239 case R_MIPS_CALL_HI16:
5240 case R_MIPS_CALL_LO16:
5241 case R_MIPS_GOT_HI16:
5242 case R_MIPS_GOT_LO16:
5243 case R_MIPS_GOT_PAGE:
5244 case R_MIPS_GOT_OFST:
5245 case R_MIPS_GOT_DISP:
5246 if (dynobj == NULL)
5247 elf_hash_table (info)->dynobj = dynobj = abfd;
5248 if (! mips_elf_create_got_section (dynobj, info, FALSE))
5249 return FALSE;
5250 g = mips_elf_got_info (dynobj, &sgot);
5251 break;
5252
5253 case R_MIPS_32:
5254 case R_MIPS_REL32:
5255 case R_MIPS_64:
5256 if (dynobj == NULL
5257 && (info->shared || h != NULL)
5258 && (sec->flags & SEC_ALLOC) != 0)
5259 elf_hash_table (info)->dynobj = dynobj = abfd;
5260 break;
5261
5262 default:
5263 break;
5264 }
5265 }
5266
5267 if (!h && (r_type == R_MIPS_CALL_LO16
5268 || r_type == R_MIPS_GOT_LO16
5269 || r_type == R_MIPS_GOT_DISP))
5270 {
5271 /* We may need a local GOT entry for this relocation. We
5272 don't count R_MIPS_GOT_PAGE because we can estimate the
5273 maximum number of pages needed by looking at the size of
5274 the segment. Similar comments apply to R_MIPS_GOT16 and
5275 R_MIPS_CALL16. We don't count R_MIPS_GOT_HI16, or
5276 R_MIPS_CALL_HI16 because these are always followed by an
5277 R_MIPS_GOT_LO16 or R_MIPS_CALL_LO16. */
5278 if (! mips_elf_record_local_got_symbol (abfd, r_symndx,
5279 rel->r_addend, g))
5280 return FALSE;
5281 }
5282
5283 switch (r_type)
5284 {
5285 case R_MIPS_CALL16:
5286 if (h == NULL)
5287 {
5288 (*_bfd_error_handler)
5289 (_("%s: CALL16 reloc at 0x%lx not against global symbol"),
5290 bfd_archive_filename (abfd), (unsigned long) rel->r_offset);
5291 bfd_set_error (bfd_error_bad_value);
5292 return FALSE;
5293 }
5294 /* Fall through. */
5295
5296 case R_MIPS_CALL_HI16:
5297 case R_MIPS_CALL_LO16:
5298 if (h != NULL)
5299 {
5300 /* This symbol requires a global offset table entry. */
5301 if (! mips_elf_record_global_got_symbol (h, abfd, info, g))
5302 return FALSE;
5303
5304 /* We need a stub, not a plt entry for the undefined
5305 function. But we record it as if it needs plt. See
5306 _bfd_elf_adjust_dynamic_symbol. */
5307 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
5308 h->type = STT_FUNC;
5309 }
5310 break;
5311
5312 case R_MIPS_GOT_PAGE:
5313 /* If this is a global, overridable symbol, GOT_PAGE will
5314 decay to GOT_DISP, so we'll need a GOT entry for it. */
5315 if (h == NULL)
5316 break;
5317 else
5318 {
5319 struct mips_elf_link_hash_entry *hmips =
5320 (struct mips_elf_link_hash_entry *) h;
5321
5322 while (hmips->root.root.type == bfd_link_hash_indirect
5323 || hmips->root.root.type == bfd_link_hash_warning)
5324 hmips = (struct mips_elf_link_hash_entry *)
5325 hmips->root.root.u.i.link;
5326
5327 if ((hmips->root.elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR)
5328 && ! (info->shared && ! info->symbolic
5329 && ! (hmips->root.elf_link_hash_flags
5330 & ELF_LINK_FORCED_LOCAL)))
5331 break;
5332 }
5333 /* Fall through. */
5334
5335 case R_MIPS_GOT16:
5336 case R_MIPS_GOT_HI16:
5337 case R_MIPS_GOT_LO16:
5338 case R_MIPS_GOT_DISP:
5339 /* This symbol requires a global offset table entry. */
5340 if (h && ! mips_elf_record_global_got_symbol (h, abfd, info, g))
5341 return FALSE;
5342 break;
5343
5344 case R_MIPS_32:
5345 case R_MIPS_REL32:
5346 case R_MIPS_64:
5347 if ((info->shared || h != NULL)
5348 && (sec->flags & SEC_ALLOC) != 0)
5349 {
5350 if (sreloc == NULL)
5351 {
5352 sreloc = mips_elf_rel_dyn_section (dynobj, TRUE);
5353 if (sreloc == NULL)
5354 return FALSE;
5355 }
5356 #define MIPS_READONLY_SECTION (SEC_ALLOC | SEC_LOAD | SEC_READONLY)
5357 if (info->shared)
5358 {
5359 /* When creating a shared object, we must copy these
5360 reloc types into the output file as R_MIPS_REL32
5361 relocs. We make room for this reloc in the
5362 .rel.dyn reloc section. */
5363 mips_elf_allocate_dynamic_relocations (dynobj, 1);
5364 if ((sec->flags & MIPS_READONLY_SECTION)
5365 == MIPS_READONLY_SECTION)
5366 /* We tell the dynamic linker that there are
5367 relocations against the text segment. */
5368 info->flags |= DF_TEXTREL;
5369 }
5370 else
5371 {
5372 struct mips_elf_link_hash_entry *hmips;
5373
5374 /* We only need to copy this reloc if the symbol is
5375 defined in a dynamic object. */
5376 hmips = (struct mips_elf_link_hash_entry *) h;
5377 ++hmips->possibly_dynamic_relocs;
5378 if ((sec->flags & MIPS_READONLY_SECTION)
5379 == MIPS_READONLY_SECTION)
5380 /* We need it to tell the dynamic linker if there
5381 are relocations against the text segment. */
5382 hmips->readonly_reloc = TRUE;
5383 }
5384
5385 /* Even though we don't directly need a GOT entry for
5386 this symbol, a symbol must have a dynamic symbol
5387 table index greater that DT_MIPS_GOTSYM if there are
5388 dynamic relocations against it. */
5389 if (h != NULL)
5390 {
5391 if (dynobj == NULL)
5392 elf_hash_table (info)->dynobj = dynobj = abfd;
5393 if (! mips_elf_create_got_section (dynobj, info, TRUE))
5394 return FALSE;
5395 g = mips_elf_got_info (dynobj, &sgot);
5396 if (! mips_elf_record_global_got_symbol (h, abfd, info, g))
5397 return FALSE;
5398 }
5399 }
5400
5401 if (SGI_COMPAT (abfd))
5402 mips_elf_hash_table (info)->compact_rel_size +=
5403 sizeof (Elf32_External_crinfo);
5404 break;
5405
5406 case R_MIPS_26:
5407 case R_MIPS_GPREL16:
5408 case R_MIPS_LITERAL:
5409 case R_MIPS_GPREL32:
5410 if (SGI_COMPAT (abfd))
5411 mips_elf_hash_table (info)->compact_rel_size +=
5412 sizeof (Elf32_External_crinfo);
5413 break;
5414
5415 /* This relocation describes the C++ object vtable hierarchy.
5416 Reconstruct it for later use during GC. */
5417 case R_MIPS_GNU_VTINHERIT:
5418 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
5419 return FALSE;
5420 break;
5421
5422 /* This relocation describes which C++ vtable entries are actually
5423 used. Record for later use during GC. */
5424 case R_MIPS_GNU_VTENTRY:
5425 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_offset))
5426 return FALSE;
5427 break;
5428
5429 default:
5430 break;
5431 }
5432
5433 /* We must not create a stub for a symbol that has relocations
5434 related to taking the function's address. */
5435 switch (r_type)
5436 {
5437 default:
5438 if (h != NULL)
5439 {
5440 struct mips_elf_link_hash_entry *mh;
5441
5442 mh = (struct mips_elf_link_hash_entry *) h;
5443 mh->no_fn_stub = TRUE;
5444 }
5445 break;
5446 case R_MIPS_CALL16:
5447 case R_MIPS_CALL_HI16:
5448 case R_MIPS_CALL_LO16:
5449 case R_MIPS_JALR:
5450 break;
5451 }
5452
5453 /* If this reloc is not a 16 bit call, and it has a global
5454 symbol, then we will need the fn_stub if there is one.
5455 References from a stub section do not count. */
5456 if (h != NULL
5457 && r_type != R_MIPS16_26
5458 && strncmp (bfd_get_section_name (abfd, sec), FN_STUB,
5459 sizeof FN_STUB - 1) != 0
5460 && strncmp (bfd_get_section_name (abfd, sec), CALL_STUB,
5461 sizeof CALL_STUB - 1) != 0
5462 && strncmp (bfd_get_section_name (abfd, sec), CALL_FP_STUB,
5463 sizeof CALL_FP_STUB - 1) != 0)
5464 {
5465 struct mips_elf_link_hash_entry *mh;
5466
5467 mh = (struct mips_elf_link_hash_entry *) h;
5468 mh->need_fn_stub = TRUE;
5469 }
5470 }
5471
5472 return TRUE;
5473 }
5474 \f
5475 bfd_boolean
5476 _bfd_mips_relax_section (bfd *abfd, asection *sec,
5477 struct bfd_link_info *link_info,
5478 bfd_boolean *again)
5479 {
5480 Elf_Internal_Rela *internal_relocs;
5481 Elf_Internal_Rela *irel, *irelend;
5482 Elf_Internal_Shdr *symtab_hdr;
5483 bfd_byte *contents = NULL;
5484 size_t extsymoff;
5485 bfd_boolean changed_contents = FALSE;
5486 bfd_vma sec_start = sec->output_section->vma + sec->output_offset;
5487 Elf_Internal_Sym *isymbuf = NULL;
5488
5489 /* We are not currently changing any sizes, so only one pass. */
5490 *again = FALSE;
5491
5492 if (link_info->relocatable)
5493 return TRUE;
5494
5495 internal_relocs = _bfd_elf_link_read_relocs (abfd, sec, NULL, NULL,
5496 link_info->keep_memory);
5497 if (internal_relocs == NULL)
5498 return TRUE;
5499
5500 irelend = internal_relocs + sec->reloc_count
5501 * get_elf_backend_data (abfd)->s->int_rels_per_ext_rel;
5502 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
5503 extsymoff = (elf_bad_symtab (abfd)) ? 0 : symtab_hdr->sh_info;
5504
5505 for (irel = internal_relocs; irel < irelend; irel++)
5506 {
5507 bfd_vma symval;
5508 bfd_signed_vma sym_offset;
5509 unsigned int r_type;
5510 unsigned long r_symndx;
5511 asection *sym_sec;
5512 unsigned long instruction;
5513
5514 /* Turn jalr into bgezal, and jr into beq, if they're marked
5515 with a JALR relocation, that indicate where they jump to.
5516 This saves some pipeline bubbles. */
5517 r_type = ELF_R_TYPE (abfd, irel->r_info);
5518 if (r_type != R_MIPS_JALR)
5519 continue;
5520
5521 r_symndx = ELF_R_SYM (abfd, irel->r_info);
5522 /* Compute the address of the jump target. */
5523 if (r_symndx >= extsymoff)
5524 {
5525 struct mips_elf_link_hash_entry *h
5526 = ((struct mips_elf_link_hash_entry *)
5527 elf_sym_hashes (abfd) [r_symndx - extsymoff]);
5528
5529 while (h->root.root.type == bfd_link_hash_indirect
5530 || h->root.root.type == bfd_link_hash_warning)
5531 h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
5532
5533 /* If a symbol is undefined, or if it may be overridden,
5534 skip it. */
5535 if (! ((h->root.root.type == bfd_link_hash_defined
5536 || h->root.root.type == bfd_link_hash_defweak)
5537 && h->root.root.u.def.section)
5538 || (link_info->shared && ! link_info->symbolic
5539 && ! (h->root.elf_link_hash_flags & ELF_LINK_FORCED_LOCAL)))
5540 continue;
5541
5542 sym_sec = h->root.root.u.def.section;
5543 if (sym_sec->output_section)
5544 symval = (h->root.root.u.def.value
5545 + sym_sec->output_section->vma
5546 + sym_sec->output_offset);
5547 else
5548 symval = h->root.root.u.def.value;
5549 }
5550 else
5551 {
5552 Elf_Internal_Sym *isym;
5553
5554 /* Read this BFD's symbols if we haven't done so already. */
5555 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
5556 {
5557 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
5558 if (isymbuf == NULL)
5559 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
5560 symtab_hdr->sh_info, 0,
5561 NULL, NULL, NULL);
5562 if (isymbuf == NULL)
5563 goto relax_return;
5564 }
5565
5566 isym = isymbuf + r_symndx;
5567 if (isym->st_shndx == SHN_UNDEF)
5568 continue;
5569 else if (isym->st_shndx == SHN_ABS)
5570 sym_sec = bfd_abs_section_ptr;
5571 else if (isym->st_shndx == SHN_COMMON)
5572 sym_sec = bfd_com_section_ptr;
5573 else
5574 sym_sec
5575 = bfd_section_from_elf_index (abfd, isym->st_shndx);
5576 symval = isym->st_value
5577 + sym_sec->output_section->vma
5578 + sym_sec->output_offset;
5579 }
5580
5581 /* Compute branch offset, from delay slot of the jump to the
5582 branch target. */
5583 sym_offset = (symval + irel->r_addend)
5584 - (sec_start + irel->r_offset + 4);
5585
5586 /* Branch offset must be properly aligned. */
5587 if ((sym_offset & 3) != 0)
5588 continue;
5589
5590 sym_offset >>= 2;
5591
5592 /* Check that it's in range. */
5593 if (sym_offset < -0x8000 || sym_offset >= 0x8000)
5594 continue;
5595
5596 /* Get the section contents if we haven't done so already. */
5597 if (contents == NULL)
5598 {
5599 /* Get cached copy if it exists. */
5600 if (elf_section_data (sec)->this_hdr.contents != NULL)
5601 contents = elf_section_data (sec)->this_hdr.contents;
5602 else
5603 {
5604 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
5605 goto relax_return;
5606 }
5607 }
5608
5609 instruction = bfd_get_32 (abfd, contents + irel->r_offset);
5610
5611 /* If it was jalr <reg>, turn it into bgezal $zero, <target>. */
5612 if ((instruction & 0xfc1fffff) == 0x0000f809)
5613 instruction = 0x04110000;
5614 /* If it was jr <reg>, turn it into b <target>. */
5615 else if ((instruction & 0xfc1fffff) == 0x00000008)
5616 instruction = 0x10000000;
5617 else
5618 continue;
5619
5620 instruction |= (sym_offset & 0xffff);
5621 bfd_put_32 (abfd, instruction, contents + irel->r_offset);
5622 changed_contents = TRUE;
5623 }
5624
5625 if (contents != NULL
5626 && elf_section_data (sec)->this_hdr.contents != contents)
5627 {
5628 if (!changed_contents && !link_info->keep_memory)
5629 free (contents);
5630 else
5631 {
5632 /* Cache the section contents for elf_link_input_bfd. */
5633 elf_section_data (sec)->this_hdr.contents = contents;
5634 }
5635 }
5636 return TRUE;
5637
5638 relax_return:
5639 if (contents != NULL
5640 && elf_section_data (sec)->this_hdr.contents != contents)
5641 free (contents);
5642 return FALSE;
5643 }
5644 \f
5645 /* Adjust a symbol defined by a dynamic object and referenced by a
5646 regular object. The current definition is in some section of the
5647 dynamic object, but we're not including those sections. We have to
5648 change the definition to something the rest of the link can
5649 understand. */
5650
5651 bfd_boolean
5652 _bfd_mips_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
5653 struct elf_link_hash_entry *h)
5654 {
5655 bfd *dynobj;
5656 struct mips_elf_link_hash_entry *hmips;
5657 asection *s;
5658
5659 dynobj = elf_hash_table (info)->dynobj;
5660
5661 /* Make sure we know what is going on here. */
5662 BFD_ASSERT (dynobj != NULL
5663 && ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT)
5664 || h->weakdef != NULL
5665 || ((h->elf_link_hash_flags
5666 & ELF_LINK_HASH_DEF_DYNAMIC) != 0
5667 && (h->elf_link_hash_flags
5668 & ELF_LINK_HASH_REF_REGULAR) != 0
5669 && (h->elf_link_hash_flags
5670 & ELF_LINK_HASH_DEF_REGULAR) == 0)));
5671
5672 /* If this symbol is defined in a dynamic object, we need to copy
5673 any R_MIPS_32 or R_MIPS_REL32 relocs against it into the output
5674 file. */
5675 hmips = (struct mips_elf_link_hash_entry *) h;
5676 if (! info->relocatable
5677 && hmips->possibly_dynamic_relocs != 0
5678 && (h->root.type == bfd_link_hash_defweak
5679 || (h->elf_link_hash_flags
5680 & ELF_LINK_HASH_DEF_REGULAR) == 0))
5681 {
5682 mips_elf_allocate_dynamic_relocations (dynobj,
5683 hmips->possibly_dynamic_relocs);
5684 if (hmips->readonly_reloc)
5685 /* We tell the dynamic linker that there are relocations
5686 against the text segment. */
5687 info->flags |= DF_TEXTREL;
5688 }
5689
5690 /* For a function, create a stub, if allowed. */
5691 if (! hmips->no_fn_stub
5692 && (h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0)
5693 {
5694 if (! elf_hash_table (info)->dynamic_sections_created)
5695 return TRUE;
5696
5697 /* If this symbol is not defined in a regular file, then set
5698 the symbol to the stub location. This is required to make
5699 function pointers compare as equal between the normal
5700 executable and the shared library. */
5701 if ((h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
5702 {
5703 /* We need .stub section. */
5704 s = bfd_get_section_by_name (dynobj,
5705 MIPS_ELF_STUB_SECTION_NAME (dynobj));
5706 BFD_ASSERT (s != NULL);
5707
5708 h->root.u.def.section = s;
5709 h->root.u.def.value = s->size;
5710
5711 /* XXX Write this stub address somewhere. */
5712 h->plt.offset = s->size;
5713
5714 /* Make room for this stub code. */
5715 s->size += MIPS_FUNCTION_STUB_SIZE;
5716
5717 /* The last half word of the stub will be filled with the index
5718 of this symbol in .dynsym section. */
5719 return TRUE;
5720 }
5721 }
5722 else if ((h->type == STT_FUNC)
5723 && (h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) == 0)
5724 {
5725 /* This will set the entry for this symbol in the GOT to 0, and
5726 the dynamic linker will take care of this. */
5727 h->root.u.def.value = 0;
5728 return TRUE;
5729 }
5730
5731 /* If this is a weak symbol, and there is a real definition, the
5732 processor independent code will have arranged for us to see the
5733 real definition first, and we can just use the same value. */
5734 if (h->weakdef != NULL)
5735 {
5736 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
5737 || h->weakdef->root.type == bfd_link_hash_defweak);
5738 h->root.u.def.section = h->weakdef->root.u.def.section;
5739 h->root.u.def.value = h->weakdef->root.u.def.value;
5740 return TRUE;
5741 }
5742
5743 /* This is a reference to a symbol defined by a dynamic object which
5744 is not a function. */
5745
5746 return TRUE;
5747 }
5748 \f
5749 /* This function is called after all the input files have been read,
5750 and the input sections have been assigned to output sections. We
5751 check for any mips16 stub sections that we can discard. */
5752
5753 bfd_boolean
5754 _bfd_mips_elf_always_size_sections (bfd *output_bfd,
5755 struct bfd_link_info *info)
5756 {
5757 asection *ri;
5758
5759 bfd *dynobj;
5760 asection *s;
5761 struct mips_got_info *g;
5762 int i;
5763 bfd_size_type loadable_size = 0;
5764 bfd_size_type local_gotno;
5765 bfd *sub;
5766
5767 /* The .reginfo section has a fixed size. */
5768 ri = bfd_get_section_by_name (output_bfd, ".reginfo");
5769 if (ri != NULL)
5770 bfd_set_section_size (output_bfd, ri, sizeof (Elf32_External_RegInfo));
5771
5772 if (! (info->relocatable
5773 || ! mips_elf_hash_table (info)->mips16_stubs_seen))
5774 mips_elf_link_hash_traverse (mips_elf_hash_table (info),
5775 mips_elf_check_mips16_stubs, NULL);
5776
5777 dynobj = elf_hash_table (info)->dynobj;
5778 if (dynobj == NULL)
5779 /* Relocatable links don't have it. */
5780 return TRUE;
5781
5782 g = mips_elf_got_info (dynobj, &s);
5783 if (s == NULL)
5784 return TRUE;
5785
5786 /* Calculate the total loadable size of the output. That
5787 will give us the maximum number of GOT_PAGE entries
5788 required. */
5789 for (sub = info->input_bfds; sub; sub = sub->link_next)
5790 {
5791 asection *subsection;
5792
5793 for (subsection = sub->sections;
5794 subsection;
5795 subsection = subsection->next)
5796 {
5797 if ((subsection->flags & SEC_ALLOC) == 0)
5798 continue;
5799 loadable_size += ((subsection->size + 0xf)
5800 &~ (bfd_size_type) 0xf);
5801 }
5802 }
5803
5804 /* There has to be a global GOT entry for every symbol with
5805 a dynamic symbol table index of DT_MIPS_GOTSYM or
5806 higher. Therefore, it make sense to put those symbols
5807 that need GOT entries at the end of the symbol table. We
5808 do that here. */
5809 if (! mips_elf_sort_hash_table (info, 1))
5810 return FALSE;
5811
5812 if (g->global_gotsym != NULL)
5813 i = elf_hash_table (info)->dynsymcount - g->global_gotsym->dynindx;
5814 else
5815 /* If there are no global symbols, or none requiring
5816 relocations, then GLOBAL_GOTSYM will be NULL. */
5817 i = 0;
5818
5819 /* In the worst case, we'll get one stub per dynamic symbol, plus
5820 one to account for the dummy entry at the end required by IRIX
5821 rld. */
5822 loadable_size += MIPS_FUNCTION_STUB_SIZE * (i + 1);
5823
5824 /* Assume there are two loadable segments consisting of
5825 contiguous sections. Is 5 enough? */
5826 local_gotno = (loadable_size >> 16) + 5;
5827
5828 g->local_gotno += local_gotno;
5829 s->size += g->local_gotno * MIPS_ELF_GOT_SIZE (output_bfd);
5830
5831 g->global_gotno = i;
5832 s->size += i * MIPS_ELF_GOT_SIZE (output_bfd);
5833
5834 if (s->size > MIPS_ELF_GOT_MAX_SIZE (output_bfd)
5835 && ! mips_elf_multi_got (output_bfd, info, g, s, local_gotno))
5836 return FALSE;
5837
5838 return TRUE;
5839 }
5840
5841 /* Set the sizes of the dynamic sections. */
5842
5843 bfd_boolean
5844 _bfd_mips_elf_size_dynamic_sections (bfd *output_bfd,
5845 struct bfd_link_info *info)
5846 {
5847 bfd *dynobj;
5848 asection *s;
5849 bfd_boolean reltext;
5850
5851 dynobj = elf_hash_table (info)->dynobj;
5852 BFD_ASSERT (dynobj != NULL);
5853
5854 if (elf_hash_table (info)->dynamic_sections_created)
5855 {
5856 /* Set the contents of the .interp section to the interpreter. */
5857 if (info->executable)
5858 {
5859 s = bfd_get_section_by_name (dynobj, ".interp");
5860 BFD_ASSERT (s != NULL);
5861 s->size
5862 = strlen (ELF_DYNAMIC_INTERPRETER (output_bfd)) + 1;
5863 s->contents
5864 = (bfd_byte *) ELF_DYNAMIC_INTERPRETER (output_bfd);
5865 }
5866 }
5867
5868 /* The check_relocs and adjust_dynamic_symbol entry points have
5869 determined the sizes of the various dynamic sections. Allocate
5870 memory for them. */
5871 reltext = FALSE;
5872 for (s = dynobj->sections; s != NULL; s = s->next)
5873 {
5874 const char *name;
5875 bfd_boolean strip;
5876
5877 /* It's OK to base decisions on the section name, because none
5878 of the dynobj section names depend upon the input files. */
5879 name = bfd_get_section_name (dynobj, s);
5880
5881 if ((s->flags & SEC_LINKER_CREATED) == 0)
5882 continue;
5883
5884 strip = FALSE;
5885
5886 if (strncmp (name, ".rel", 4) == 0)
5887 {
5888 if (s->size == 0)
5889 {
5890 /* We only strip the section if the output section name
5891 has the same name. Otherwise, there might be several
5892 input sections for this output section. FIXME: This
5893 code is probably not needed these days anyhow, since
5894 the linker now does not create empty output sections. */
5895 if (s->output_section != NULL
5896 && strcmp (name,
5897 bfd_get_section_name (s->output_section->owner,
5898 s->output_section)) == 0)
5899 strip = TRUE;
5900 }
5901 else
5902 {
5903 const char *outname;
5904 asection *target;
5905
5906 /* If this relocation section applies to a read only
5907 section, then we probably need a DT_TEXTREL entry.
5908 If the relocation section is .rel.dyn, we always
5909 assert a DT_TEXTREL entry rather than testing whether
5910 there exists a relocation to a read only section or
5911 not. */
5912 outname = bfd_get_section_name (output_bfd,
5913 s->output_section);
5914 target = bfd_get_section_by_name (output_bfd, outname + 4);
5915 if ((target != NULL
5916 && (target->flags & SEC_READONLY) != 0
5917 && (target->flags & SEC_ALLOC) != 0)
5918 || strcmp (outname, ".rel.dyn") == 0)
5919 reltext = TRUE;
5920
5921 /* We use the reloc_count field as a counter if we need
5922 to copy relocs into the output file. */
5923 if (strcmp (name, ".rel.dyn") != 0)
5924 s->reloc_count = 0;
5925
5926 /* If combreloc is enabled, elf_link_sort_relocs() will
5927 sort relocations, but in a different way than we do,
5928 and before we're done creating relocations. Also, it
5929 will move them around between input sections'
5930 relocation's contents, so our sorting would be
5931 broken, so don't let it run. */
5932 info->combreloc = 0;
5933 }
5934 }
5935 else if (strncmp (name, ".got", 4) == 0)
5936 {
5937 /* _bfd_mips_elf_always_size_sections() has already done
5938 most of the work, but some symbols may have been mapped
5939 to versions that we must now resolve in the got_entries
5940 hash tables. */
5941 struct mips_got_info *gg = mips_elf_got_info (dynobj, NULL);
5942 struct mips_got_info *g = gg;
5943 struct mips_elf_set_global_got_offset_arg set_got_offset_arg;
5944 unsigned int needed_relocs = 0;
5945
5946 if (gg->next)
5947 {
5948 set_got_offset_arg.value = MIPS_ELF_GOT_SIZE (output_bfd);
5949 set_got_offset_arg.info = info;
5950
5951 mips_elf_resolve_final_got_entries (gg);
5952 for (g = gg->next; g && g->next != gg; g = g->next)
5953 {
5954 unsigned int save_assign;
5955
5956 mips_elf_resolve_final_got_entries (g);
5957
5958 /* Assign offsets to global GOT entries. */
5959 save_assign = g->assigned_gotno;
5960 g->assigned_gotno = g->local_gotno;
5961 set_got_offset_arg.g = g;
5962 set_got_offset_arg.needed_relocs = 0;
5963 htab_traverse (g->got_entries,
5964 mips_elf_set_global_got_offset,
5965 &set_got_offset_arg);
5966 needed_relocs += set_got_offset_arg.needed_relocs;
5967 BFD_ASSERT (g->assigned_gotno - g->local_gotno
5968 <= g->global_gotno);
5969
5970 g->assigned_gotno = save_assign;
5971 if (info->shared)
5972 {
5973 needed_relocs += g->local_gotno - g->assigned_gotno;
5974 BFD_ASSERT (g->assigned_gotno == g->next->local_gotno
5975 + g->next->global_gotno
5976 + MIPS_RESERVED_GOTNO);
5977 }
5978 }
5979
5980 if (needed_relocs)
5981 mips_elf_allocate_dynamic_relocations (dynobj, needed_relocs);
5982 }
5983 }
5984 else if (strcmp (name, MIPS_ELF_STUB_SECTION_NAME (output_bfd)) == 0)
5985 {
5986 /* IRIX rld assumes that the function stub isn't at the end
5987 of .text section. So put a dummy. XXX */
5988 s->size += MIPS_FUNCTION_STUB_SIZE;
5989 }
5990 else if (! info->shared
5991 && ! mips_elf_hash_table (info)->use_rld_obj_head
5992 && strncmp (name, ".rld_map", 8) == 0)
5993 {
5994 /* We add a room for __rld_map. It will be filled in by the
5995 rtld to contain a pointer to the _r_debug structure. */
5996 s->size += 4;
5997 }
5998 else if (SGI_COMPAT (output_bfd)
5999 && strncmp (name, ".compact_rel", 12) == 0)
6000 s->size += mips_elf_hash_table (info)->compact_rel_size;
6001 else if (strncmp (name, ".init", 5) != 0)
6002 {
6003 /* It's not one of our sections, so don't allocate space. */
6004 continue;
6005 }
6006
6007 if (strip)
6008 {
6009 _bfd_strip_section_from_output (info, s);
6010 continue;
6011 }
6012
6013 /* Allocate memory for the section contents. */
6014 s->contents = bfd_zalloc (dynobj, s->size);
6015 if (s->contents == NULL && s->size != 0)
6016 {
6017 bfd_set_error (bfd_error_no_memory);
6018 return FALSE;
6019 }
6020 }
6021
6022 if (elf_hash_table (info)->dynamic_sections_created)
6023 {
6024 /* Add some entries to the .dynamic section. We fill in the
6025 values later, in _bfd_mips_elf_finish_dynamic_sections, but we
6026 must add the entries now so that we get the correct size for
6027 the .dynamic section. The DT_DEBUG entry is filled in by the
6028 dynamic linker and used by the debugger. */
6029 if (! info->shared)
6030 {
6031 /* SGI object has the equivalence of DT_DEBUG in the
6032 DT_MIPS_RLD_MAP entry. */
6033 if (!MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0))
6034 return FALSE;
6035 if (!SGI_COMPAT (output_bfd))
6036 {
6037 if (!MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_DEBUG, 0))
6038 return FALSE;
6039 }
6040 }
6041 else
6042 {
6043 /* Shared libraries on traditional mips have DT_DEBUG. */
6044 if (!SGI_COMPAT (output_bfd))
6045 {
6046 if (!MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_DEBUG, 0))
6047 return FALSE;
6048 }
6049 }
6050
6051 if (reltext && SGI_COMPAT (output_bfd))
6052 info->flags |= DF_TEXTREL;
6053
6054 if ((info->flags & DF_TEXTREL) != 0)
6055 {
6056 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_TEXTREL, 0))
6057 return FALSE;
6058 }
6059
6060 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_PLTGOT, 0))
6061 return FALSE;
6062
6063 if (mips_elf_rel_dyn_section (dynobj, FALSE))
6064 {
6065 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0))
6066 return FALSE;
6067
6068 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELSZ, 0))
6069 return FALSE;
6070
6071 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELENT, 0))
6072 return FALSE;
6073 }
6074
6075 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_VERSION, 0))
6076 return FALSE;
6077
6078 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_FLAGS, 0))
6079 return FALSE;
6080
6081 #if 0
6082 /* Time stamps in executable files are a bad idea. */
6083 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_TIME_STAMP, 0))
6084 return FALSE;
6085 #endif
6086
6087 #if 0 /* FIXME */
6088 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_ICHECKSUM, 0))
6089 return FALSE;
6090 #endif
6091
6092 #if 0 /* FIXME */
6093 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_IVERSION, 0))
6094 return FALSE;
6095 #endif
6096
6097 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_BASE_ADDRESS, 0))
6098 return FALSE;
6099
6100 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_LOCAL_GOTNO, 0))
6101 return FALSE;
6102
6103 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_SYMTABNO, 0))
6104 return FALSE;
6105
6106 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_UNREFEXTNO, 0))
6107 return FALSE;
6108
6109 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_GOTSYM, 0))
6110 return FALSE;
6111
6112 if (IRIX_COMPAT (dynobj) == ict_irix5
6113 && ! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_HIPAGENO, 0))
6114 return FALSE;
6115
6116 if (IRIX_COMPAT (dynobj) == ict_irix6
6117 && (bfd_get_section_by_name
6118 (dynobj, MIPS_ELF_OPTIONS_SECTION_NAME (dynobj)))
6119 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_OPTIONS, 0))
6120 return FALSE;
6121 }
6122
6123 return TRUE;
6124 }
6125 \f
6126 /* Relocate a MIPS ELF section. */
6127
6128 bfd_boolean
6129 _bfd_mips_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
6130 bfd *input_bfd, asection *input_section,
6131 bfd_byte *contents, Elf_Internal_Rela *relocs,
6132 Elf_Internal_Sym *local_syms,
6133 asection **local_sections)
6134 {
6135 Elf_Internal_Rela *rel;
6136 const Elf_Internal_Rela *relend;
6137 bfd_vma addend = 0;
6138 bfd_boolean use_saved_addend_p = FALSE;
6139 const struct elf_backend_data *bed;
6140
6141 bed = get_elf_backend_data (output_bfd);
6142 relend = relocs + input_section->reloc_count * bed->s->int_rels_per_ext_rel;
6143 for (rel = relocs; rel < relend; ++rel)
6144 {
6145 const char *name;
6146 bfd_vma value;
6147 reloc_howto_type *howto;
6148 bfd_boolean require_jalx;
6149 /* TRUE if the relocation is a RELA relocation, rather than a
6150 REL relocation. */
6151 bfd_boolean rela_relocation_p = TRUE;
6152 unsigned int r_type = ELF_R_TYPE (output_bfd, rel->r_info);
6153 const char *msg;
6154
6155 /* Find the relocation howto for this relocation. */
6156 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd))
6157 {
6158 /* Some 32-bit code uses R_MIPS_64. In particular, people use
6159 64-bit code, but make sure all their addresses are in the
6160 lowermost or uppermost 32-bit section of the 64-bit address
6161 space. Thus, when they use an R_MIPS_64 they mean what is
6162 usually meant by R_MIPS_32, with the exception that the
6163 stored value is sign-extended to 64 bits. */
6164 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, R_MIPS_32, FALSE);
6165
6166 /* On big-endian systems, we need to lie about the position
6167 of the reloc. */
6168 if (bfd_big_endian (input_bfd))
6169 rel->r_offset += 4;
6170 }
6171 else
6172 /* NewABI defaults to RELA relocations. */
6173 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, r_type,
6174 NEWABI_P (input_bfd)
6175 && (MIPS_RELOC_RELA_P
6176 (input_bfd, input_section,
6177 rel - relocs)));
6178
6179 if (!use_saved_addend_p)
6180 {
6181 Elf_Internal_Shdr *rel_hdr;
6182
6183 /* If these relocations were originally of the REL variety,
6184 we must pull the addend out of the field that will be
6185 relocated. Otherwise, we simply use the contents of the
6186 RELA relocation. To determine which flavor or relocation
6187 this is, we depend on the fact that the INPUT_SECTION's
6188 REL_HDR is read before its REL_HDR2. */
6189 rel_hdr = &elf_section_data (input_section)->rel_hdr;
6190 if ((size_t) (rel - relocs)
6191 >= (NUM_SHDR_ENTRIES (rel_hdr) * bed->s->int_rels_per_ext_rel))
6192 rel_hdr = elf_section_data (input_section)->rel_hdr2;
6193 if (rel_hdr->sh_entsize == MIPS_ELF_REL_SIZE (input_bfd))
6194 {
6195 /* Note that this is a REL relocation. */
6196 rela_relocation_p = FALSE;
6197
6198 /* Get the addend, which is stored in the input file. */
6199 addend = mips_elf_obtain_contents (howto, rel, input_bfd,
6200 contents);
6201 addend &= howto->src_mask;
6202
6203 /* For some kinds of relocations, the ADDEND is a
6204 combination of the addend stored in two different
6205 relocations. */
6206 if (r_type == R_MIPS_HI16
6207 || (r_type == R_MIPS_GOT16
6208 && mips_elf_local_relocation_p (input_bfd, rel,
6209 local_sections, FALSE)))
6210 {
6211 bfd_vma l;
6212 const Elf_Internal_Rela *lo16_relocation;
6213 reloc_howto_type *lo16_howto;
6214
6215 /* The combined value is the sum of the HI16 addend,
6216 left-shifted by sixteen bits, and the LO16
6217 addend, sign extended. (Usually, the code does
6218 a `lui' of the HI16 value, and then an `addiu' of
6219 the LO16 value.)
6220
6221 Scan ahead to find a matching LO16 relocation.
6222
6223 According to the MIPS ELF ABI, the R_MIPS_LO16
6224 relocation must be immediately following.
6225 However, for the IRIX6 ABI, the next relocation
6226 may be a composed relocation consisting of
6227 several relocations for the same address. In
6228 that case, the R_MIPS_LO16 relocation may occur
6229 as one of these. We permit a similar extension
6230 in general, as that is useful for GCC. */
6231 lo16_relocation = mips_elf_next_relocation (input_bfd,
6232 R_MIPS_LO16,
6233 rel, relend);
6234 if (lo16_relocation == NULL)
6235 return FALSE;
6236
6237 /* Obtain the addend kept there. */
6238 lo16_howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd,
6239 R_MIPS_LO16, FALSE);
6240 l = mips_elf_obtain_contents (lo16_howto, lo16_relocation,
6241 input_bfd, contents);
6242 l &= lo16_howto->src_mask;
6243 l <<= lo16_howto->rightshift;
6244 l = _bfd_mips_elf_sign_extend (l, 16);
6245
6246 addend <<= 16;
6247
6248 /* Compute the combined addend. */
6249 addend += l;
6250 }
6251 else if (r_type == R_MIPS16_GPREL)
6252 {
6253 /* The addend is scrambled in the object file. See
6254 mips_elf_perform_relocation for details on the
6255 format. */
6256 addend = (((addend & 0x1f0000) >> 5)
6257 | ((addend & 0x7e00000) >> 16)
6258 | (addend & 0x1f));
6259 }
6260 else
6261 addend <<= howto->rightshift;
6262 }
6263 else
6264 addend = rel->r_addend;
6265 }
6266
6267 if (info->relocatable)
6268 {
6269 Elf_Internal_Sym *sym;
6270 unsigned long r_symndx;
6271
6272 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)
6273 && bfd_big_endian (input_bfd))
6274 rel->r_offset -= 4;
6275
6276 /* Since we're just relocating, all we need to do is copy
6277 the relocations back out to the object file, unless
6278 they're against a section symbol, in which case we need
6279 to adjust by the section offset, or unless they're GP
6280 relative in which case we need to adjust by the amount
6281 that we're adjusting GP in this relocatable object. */
6282
6283 if (! mips_elf_local_relocation_p (input_bfd, rel, local_sections,
6284 FALSE))
6285 /* There's nothing to do for non-local relocations. */
6286 continue;
6287
6288 if (r_type == R_MIPS16_GPREL
6289 || r_type == R_MIPS_GPREL16
6290 || r_type == R_MIPS_GPREL32
6291 || r_type == R_MIPS_LITERAL)
6292 addend -= (_bfd_get_gp_value (output_bfd)
6293 - _bfd_get_gp_value (input_bfd));
6294
6295 r_symndx = ELF_R_SYM (output_bfd, rel->r_info);
6296 sym = local_syms + r_symndx;
6297 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
6298 /* Adjust the addend appropriately. */
6299 addend += local_sections[r_symndx]->output_offset;
6300
6301 if (rela_relocation_p)
6302 /* If this is a RELA relocation, just update the addend. */
6303 rel->r_addend = addend;
6304 else
6305 {
6306 if (r_type == R_MIPS_HI16
6307 || r_type == R_MIPS_GOT16)
6308 addend = mips_elf_high (addend);
6309 else if (r_type == R_MIPS_HIGHER)
6310 addend = mips_elf_higher (addend);
6311 else if (r_type == R_MIPS_HIGHEST)
6312 addend = mips_elf_highest (addend);
6313 else
6314 addend >>= howto->rightshift;
6315
6316 /* We use the source mask, rather than the destination
6317 mask because the place to which we are writing will be
6318 source of the addend in the final link. */
6319 addend &= howto->src_mask;
6320
6321 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd))
6322 /* See the comment above about using R_MIPS_64 in the 32-bit
6323 ABI. Here, we need to update the addend. It would be
6324 possible to get away with just using the R_MIPS_32 reloc
6325 but for endianness. */
6326 {
6327 bfd_vma sign_bits;
6328 bfd_vma low_bits;
6329 bfd_vma high_bits;
6330
6331 if (addend & ((bfd_vma) 1 << 31))
6332 #ifdef BFD64
6333 sign_bits = ((bfd_vma) 1 << 32) - 1;
6334 #else
6335 sign_bits = -1;
6336 #endif
6337 else
6338 sign_bits = 0;
6339
6340 /* If we don't know that we have a 64-bit type,
6341 do two separate stores. */
6342 if (bfd_big_endian (input_bfd))
6343 {
6344 /* Store the sign-bits (which are most significant)
6345 first. */
6346 low_bits = sign_bits;
6347 high_bits = addend;
6348 }
6349 else
6350 {
6351 low_bits = addend;
6352 high_bits = sign_bits;
6353 }
6354 bfd_put_32 (input_bfd, low_bits,
6355 contents + rel->r_offset);
6356 bfd_put_32 (input_bfd, high_bits,
6357 contents + rel->r_offset + 4);
6358 continue;
6359 }
6360
6361 if (! mips_elf_perform_relocation (info, howto, rel, addend,
6362 input_bfd, input_section,
6363 contents, FALSE))
6364 return FALSE;
6365 }
6366
6367 /* Go on to the next relocation. */
6368 continue;
6369 }
6370
6371 /* In the N32 and 64-bit ABIs there may be multiple consecutive
6372 relocations for the same offset. In that case we are
6373 supposed to treat the output of each relocation as the addend
6374 for the next. */
6375 if (rel + 1 < relend
6376 && rel->r_offset == rel[1].r_offset
6377 && ELF_R_TYPE (input_bfd, rel[1].r_info) != R_MIPS_NONE)
6378 use_saved_addend_p = TRUE;
6379 else
6380 use_saved_addend_p = FALSE;
6381
6382 /* Figure out what value we are supposed to relocate. */
6383 switch (mips_elf_calculate_relocation (output_bfd, input_bfd,
6384 input_section, info, rel,
6385 addend, howto, local_syms,
6386 local_sections, &value,
6387 &name, &require_jalx,
6388 use_saved_addend_p))
6389 {
6390 case bfd_reloc_continue:
6391 /* There's nothing to do. */
6392 continue;
6393
6394 case bfd_reloc_undefined:
6395 /* mips_elf_calculate_relocation already called the
6396 undefined_symbol callback. There's no real point in
6397 trying to perform the relocation at this point, so we
6398 just skip ahead to the next relocation. */
6399 continue;
6400
6401 case bfd_reloc_notsupported:
6402 msg = _("internal error: unsupported relocation error");
6403 info->callbacks->warning
6404 (info, msg, name, input_bfd, input_section, rel->r_offset);
6405 return FALSE;
6406
6407 case bfd_reloc_overflow:
6408 if (use_saved_addend_p)
6409 /* Ignore overflow until we reach the last relocation for
6410 a given location. */
6411 ;
6412 else
6413 {
6414 BFD_ASSERT (name != NULL);
6415 if (! ((*info->callbacks->reloc_overflow)
6416 (info, name, howto->name, 0,
6417 input_bfd, input_section, rel->r_offset)))
6418 return FALSE;
6419 }
6420 break;
6421
6422 case bfd_reloc_ok:
6423 break;
6424
6425 default:
6426 abort ();
6427 break;
6428 }
6429
6430 /* If we've got another relocation for the address, keep going
6431 until we reach the last one. */
6432 if (use_saved_addend_p)
6433 {
6434 addend = value;
6435 continue;
6436 }
6437
6438 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd))
6439 /* See the comment above about using R_MIPS_64 in the 32-bit
6440 ABI. Until now, we've been using the HOWTO for R_MIPS_32;
6441 that calculated the right value. Now, however, we
6442 sign-extend the 32-bit result to 64-bits, and store it as a
6443 64-bit value. We are especially generous here in that we
6444 go to extreme lengths to support this usage on systems with
6445 only a 32-bit VMA. */
6446 {
6447 bfd_vma sign_bits;
6448 bfd_vma low_bits;
6449 bfd_vma high_bits;
6450
6451 if (value & ((bfd_vma) 1 << 31))
6452 #ifdef BFD64
6453 sign_bits = ((bfd_vma) 1 << 32) - 1;
6454 #else
6455 sign_bits = -1;
6456 #endif
6457 else
6458 sign_bits = 0;
6459
6460 /* If we don't know that we have a 64-bit type,
6461 do two separate stores. */
6462 if (bfd_big_endian (input_bfd))
6463 {
6464 /* Undo what we did above. */
6465 rel->r_offset -= 4;
6466 /* Store the sign-bits (which are most significant)
6467 first. */
6468 low_bits = sign_bits;
6469 high_bits = value;
6470 }
6471 else
6472 {
6473 low_bits = value;
6474 high_bits = sign_bits;
6475 }
6476 bfd_put_32 (input_bfd, low_bits,
6477 contents + rel->r_offset);
6478 bfd_put_32 (input_bfd, high_bits,
6479 contents + rel->r_offset + 4);
6480 continue;
6481 }
6482
6483 /* Actually perform the relocation. */
6484 if (! mips_elf_perform_relocation (info, howto, rel, value,
6485 input_bfd, input_section,
6486 contents, require_jalx))
6487 return FALSE;
6488 }
6489
6490 return TRUE;
6491 }
6492 \f
6493 /* If NAME is one of the special IRIX6 symbols defined by the linker,
6494 adjust it appropriately now. */
6495
6496 static void
6497 mips_elf_irix6_finish_dynamic_symbol (bfd *abfd ATTRIBUTE_UNUSED,
6498 const char *name, Elf_Internal_Sym *sym)
6499 {
6500 /* The linker script takes care of providing names and values for
6501 these, but we must place them into the right sections. */
6502 static const char* const text_section_symbols[] = {
6503 "_ftext",
6504 "_etext",
6505 "__dso_displacement",
6506 "__elf_header",
6507 "__program_header_table",
6508 NULL
6509 };
6510
6511 static const char* const data_section_symbols[] = {
6512 "_fdata",
6513 "_edata",
6514 "_end",
6515 "_fbss",
6516 NULL
6517 };
6518
6519 const char* const *p;
6520 int i;
6521
6522 for (i = 0; i < 2; ++i)
6523 for (p = (i == 0) ? text_section_symbols : data_section_symbols;
6524 *p;
6525 ++p)
6526 if (strcmp (*p, name) == 0)
6527 {
6528 /* All of these symbols are given type STT_SECTION by the
6529 IRIX6 linker. */
6530 sym->st_info = ELF_ST_INFO (STB_GLOBAL, STT_SECTION);
6531 sym->st_other = STO_PROTECTED;
6532
6533 /* The IRIX linker puts these symbols in special sections. */
6534 if (i == 0)
6535 sym->st_shndx = SHN_MIPS_TEXT;
6536 else
6537 sym->st_shndx = SHN_MIPS_DATA;
6538
6539 break;
6540 }
6541 }
6542
6543 /* Finish up dynamic symbol handling. We set the contents of various
6544 dynamic sections here. */
6545
6546 bfd_boolean
6547 _bfd_mips_elf_finish_dynamic_symbol (bfd *output_bfd,
6548 struct bfd_link_info *info,
6549 struct elf_link_hash_entry *h,
6550 Elf_Internal_Sym *sym)
6551 {
6552 bfd *dynobj;
6553 asection *sgot;
6554 struct mips_got_info *g, *gg;
6555 const char *name;
6556
6557 dynobj = elf_hash_table (info)->dynobj;
6558
6559 if (h->plt.offset != MINUS_ONE)
6560 {
6561 asection *s;
6562 bfd_byte stub[MIPS_FUNCTION_STUB_SIZE];
6563
6564 /* This symbol has a stub. Set it up. */
6565
6566 BFD_ASSERT (h->dynindx != -1);
6567
6568 s = bfd_get_section_by_name (dynobj,
6569 MIPS_ELF_STUB_SECTION_NAME (dynobj));
6570 BFD_ASSERT (s != NULL);
6571
6572 /* FIXME: Can h->dynindex be more than 64K? */
6573 if (h->dynindx & 0xffff0000)
6574 return FALSE;
6575
6576 /* Fill the stub. */
6577 bfd_put_32 (output_bfd, STUB_LW (output_bfd), stub);
6578 bfd_put_32 (output_bfd, STUB_MOVE (output_bfd), stub + 4);
6579 bfd_put_32 (output_bfd, STUB_JALR, stub + 8);
6580 bfd_put_32 (output_bfd, STUB_LI16 (output_bfd) + h->dynindx, stub + 12);
6581
6582 BFD_ASSERT (h->plt.offset <= s->size);
6583 memcpy (s->contents + h->plt.offset, stub, MIPS_FUNCTION_STUB_SIZE);
6584
6585 /* Mark the symbol as undefined. plt.offset != -1 occurs
6586 only for the referenced symbol. */
6587 sym->st_shndx = SHN_UNDEF;
6588
6589 /* The run-time linker uses the st_value field of the symbol
6590 to reset the global offset table entry for this external
6591 to its stub address when unlinking a shared object. */
6592 sym->st_value = (s->output_section->vma + s->output_offset
6593 + h->plt.offset);
6594 }
6595
6596 BFD_ASSERT (h->dynindx != -1
6597 || (h->elf_link_hash_flags & ELF_LINK_FORCED_LOCAL) != 0);
6598
6599 sgot = mips_elf_got_section (dynobj, FALSE);
6600 BFD_ASSERT (sgot != NULL);
6601 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
6602 g = mips_elf_section_data (sgot)->u.got_info;
6603 BFD_ASSERT (g != NULL);
6604
6605 /* Run through the global symbol table, creating GOT entries for all
6606 the symbols that need them. */
6607 if (g->global_gotsym != NULL
6608 && h->dynindx >= g->global_gotsym->dynindx)
6609 {
6610 bfd_vma offset;
6611 bfd_vma value;
6612
6613 value = sym->st_value;
6614 offset = mips_elf_global_got_index (dynobj, output_bfd, h);
6615 MIPS_ELF_PUT_WORD (output_bfd, value, sgot->contents + offset);
6616 }
6617
6618 if (g->next && h->dynindx != -1)
6619 {
6620 struct mips_got_entry e, *p;
6621 bfd_vma entry;
6622 bfd_vma offset;
6623
6624 gg = g;
6625
6626 e.abfd = output_bfd;
6627 e.symndx = -1;
6628 e.d.h = (struct mips_elf_link_hash_entry *)h;
6629
6630 for (g = g->next; g->next != gg; g = g->next)
6631 {
6632 if (g->got_entries
6633 && (p = (struct mips_got_entry *) htab_find (g->got_entries,
6634 &e)))
6635 {
6636 offset = p->gotidx;
6637 if (info->shared
6638 || (elf_hash_table (info)->dynamic_sections_created
6639 && p->d.h != NULL
6640 && ((p->d.h->root.elf_link_hash_flags
6641 & ELF_LINK_HASH_DEF_DYNAMIC) != 0)
6642 && ((p->d.h->root.elf_link_hash_flags
6643 & ELF_LINK_HASH_DEF_REGULAR) == 0)))
6644 {
6645 /* Create an R_MIPS_REL32 relocation for this entry. Due to
6646 the various compatibility problems, it's easier to mock
6647 up an R_MIPS_32 or R_MIPS_64 relocation and leave
6648 mips_elf_create_dynamic_relocation to calculate the
6649 appropriate addend. */
6650 Elf_Internal_Rela rel[3];
6651
6652 memset (rel, 0, sizeof (rel));
6653 if (ABI_64_P (output_bfd))
6654 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64);
6655 else
6656 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32);
6657 rel[0].r_offset = rel[1].r_offset = rel[2].r_offset = offset;
6658
6659 entry = 0;
6660 if (! (mips_elf_create_dynamic_relocation
6661 (output_bfd, info, rel,
6662 e.d.h, NULL, sym->st_value, &entry, sgot)))
6663 return FALSE;
6664 }
6665 else
6666 entry = sym->st_value;
6667 MIPS_ELF_PUT_WORD (output_bfd, entry, sgot->contents + offset);
6668 }
6669 }
6670 }
6671
6672 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
6673 name = h->root.root.string;
6674 if (strcmp (name, "_DYNAMIC") == 0
6675 || strcmp (name, "_GLOBAL_OFFSET_TABLE_") == 0)
6676 sym->st_shndx = SHN_ABS;
6677 else if (strcmp (name, "_DYNAMIC_LINK") == 0
6678 || strcmp (name, "_DYNAMIC_LINKING") == 0)
6679 {
6680 sym->st_shndx = SHN_ABS;
6681 sym->st_info = ELF_ST_INFO (STB_GLOBAL, STT_SECTION);
6682 sym->st_value = 1;
6683 }
6684 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (output_bfd))
6685 {
6686 sym->st_shndx = SHN_ABS;
6687 sym->st_info = ELF_ST_INFO (STB_GLOBAL, STT_SECTION);
6688 sym->st_value = elf_gp (output_bfd);
6689 }
6690 else if (SGI_COMPAT (output_bfd))
6691 {
6692 if (strcmp (name, mips_elf_dynsym_rtproc_names[0]) == 0
6693 || strcmp (name, mips_elf_dynsym_rtproc_names[1]) == 0)
6694 {
6695 sym->st_info = ELF_ST_INFO (STB_GLOBAL, STT_SECTION);
6696 sym->st_other = STO_PROTECTED;
6697 sym->st_value = 0;
6698 sym->st_shndx = SHN_MIPS_DATA;
6699 }
6700 else if (strcmp (name, mips_elf_dynsym_rtproc_names[2]) == 0)
6701 {
6702 sym->st_info = ELF_ST_INFO (STB_GLOBAL, STT_SECTION);
6703 sym->st_other = STO_PROTECTED;
6704 sym->st_value = mips_elf_hash_table (info)->procedure_count;
6705 sym->st_shndx = SHN_ABS;
6706 }
6707 else if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS)
6708 {
6709 if (h->type == STT_FUNC)
6710 sym->st_shndx = SHN_MIPS_TEXT;
6711 else if (h->type == STT_OBJECT)
6712 sym->st_shndx = SHN_MIPS_DATA;
6713 }
6714 }
6715
6716 /* Handle the IRIX6-specific symbols. */
6717 if (IRIX_COMPAT (output_bfd) == ict_irix6)
6718 mips_elf_irix6_finish_dynamic_symbol (output_bfd, name, sym);
6719
6720 if (! info->shared)
6721 {
6722 if (! mips_elf_hash_table (info)->use_rld_obj_head
6723 && (strcmp (name, "__rld_map") == 0
6724 || strcmp (name, "__RLD_MAP") == 0))
6725 {
6726 asection *s = bfd_get_section_by_name (dynobj, ".rld_map");
6727 BFD_ASSERT (s != NULL);
6728 sym->st_value = s->output_section->vma + s->output_offset;
6729 bfd_put_32 (output_bfd, 0, s->contents);
6730 if (mips_elf_hash_table (info)->rld_value == 0)
6731 mips_elf_hash_table (info)->rld_value = sym->st_value;
6732 }
6733 else if (mips_elf_hash_table (info)->use_rld_obj_head
6734 && strcmp (name, "__rld_obj_head") == 0)
6735 {
6736 /* IRIX6 does not use a .rld_map section. */
6737 if (IRIX_COMPAT (output_bfd) == ict_irix5
6738 || IRIX_COMPAT (output_bfd) == ict_none)
6739 BFD_ASSERT (bfd_get_section_by_name (dynobj, ".rld_map")
6740 != NULL);
6741 mips_elf_hash_table (info)->rld_value = sym->st_value;
6742 }
6743 }
6744
6745 /* If this is a mips16 symbol, force the value to be even. */
6746 if (sym->st_other == STO_MIPS16)
6747 sym->st_value &= ~1;
6748
6749 return TRUE;
6750 }
6751
6752 /* Finish up the dynamic sections. */
6753
6754 bfd_boolean
6755 _bfd_mips_elf_finish_dynamic_sections (bfd *output_bfd,
6756 struct bfd_link_info *info)
6757 {
6758 bfd *dynobj;
6759 asection *sdyn;
6760 asection *sgot;
6761 struct mips_got_info *gg, *g;
6762
6763 dynobj = elf_hash_table (info)->dynobj;
6764
6765 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
6766
6767 sgot = mips_elf_got_section (dynobj, FALSE);
6768 if (sgot == NULL)
6769 gg = g = NULL;
6770 else
6771 {
6772 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
6773 gg = mips_elf_section_data (sgot)->u.got_info;
6774 BFD_ASSERT (gg != NULL);
6775 g = mips_elf_got_for_ibfd (gg, output_bfd);
6776 BFD_ASSERT (g != NULL);
6777 }
6778
6779 if (elf_hash_table (info)->dynamic_sections_created)
6780 {
6781 bfd_byte *b;
6782
6783 BFD_ASSERT (sdyn != NULL);
6784 BFD_ASSERT (g != NULL);
6785
6786 for (b = sdyn->contents;
6787 b < sdyn->contents + sdyn->size;
6788 b += MIPS_ELF_DYN_SIZE (dynobj))
6789 {
6790 Elf_Internal_Dyn dyn;
6791 const char *name;
6792 size_t elemsize;
6793 asection *s;
6794 bfd_boolean swap_out_p;
6795
6796 /* Read in the current dynamic entry. */
6797 (*get_elf_backend_data (dynobj)->s->swap_dyn_in) (dynobj, b, &dyn);
6798
6799 /* Assume that we're going to modify it and write it out. */
6800 swap_out_p = TRUE;
6801
6802 switch (dyn.d_tag)
6803 {
6804 case DT_RELENT:
6805 s = mips_elf_rel_dyn_section (dynobj, FALSE);
6806 BFD_ASSERT (s != NULL);
6807 dyn.d_un.d_val = MIPS_ELF_REL_SIZE (dynobj);
6808 break;
6809
6810 case DT_STRSZ:
6811 /* Rewrite DT_STRSZ. */
6812 dyn.d_un.d_val =
6813 _bfd_elf_strtab_size (elf_hash_table (info)->dynstr);
6814 break;
6815
6816 case DT_PLTGOT:
6817 name = ".got";
6818 s = bfd_get_section_by_name (output_bfd, name);
6819 BFD_ASSERT (s != NULL);
6820 dyn.d_un.d_ptr = s->vma;
6821 break;
6822
6823 case DT_MIPS_RLD_VERSION:
6824 dyn.d_un.d_val = 1; /* XXX */
6825 break;
6826
6827 case DT_MIPS_FLAGS:
6828 dyn.d_un.d_val = RHF_NOTPOT; /* XXX */
6829 break;
6830
6831 case DT_MIPS_TIME_STAMP:
6832 time ((time_t *) &dyn.d_un.d_val);
6833 break;
6834
6835 case DT_MIPS_ICHECKSUM:
6836 /* XXX FIXME: */
6837 swap_out_p = FALSE;
6838 break;
6839
6840 case DT_MIPS_IVERSION:
6841 /* XXX FIXME: */
6842 swap_out_p = FALSE;
6843 break;
6844
6845 case DT_MIPS_BASE_ADDRESS:
6846 s = output_bfd->sections;
6847 BFD_ASSERT (s != NULL);
6848 dyn.d_un.d_ptr = s->vma & ~(bfd_vma) 0xffff;
6849 break;
6850
6851 case DT_MIPS_LOCAL_GOTNO:
6852 dyn.d_un.d_val = g->local_gotno;
6853 break;
6854
6855 case DT_MIPS_UNREFEXTNO:
6856 /* The index into the dynamic symbol table which is the
6857 entry of the first external symbol that is not
6858 referenced within the same object. */
6859 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1;
6860 break;
6861
6862 case DT_MIPS_GOTSYM:
6863 if (gg->global_gotsym)
6864 {
6865 dyn.d_un.d_val = gg->global_gotsym->dynindx;
6866 break;
6867 }
6868 /* In case if we don't have global got symbols we default
6869 to setting DT_MIPS_GOTSYM to the same value as
6870 DT_MIPS_SYMTABNO, so we just fall through. */
6871
6872 case DT_MIPS_SYMTABNO:
6873 name = ".dynsym";
6874 elemsize = MIPS_ELF_SYM_SIZE (output_bfd);
6875 s = bfd_get_section_by_name (output_bfd, name);
6876 BFD_ASSERT (s != NULL);
6877
6878 dyn.d_un.d_val = s->size / elemsize;
6879 break;
6880
6881 case DT_MIPS_HIPAGENO:
6882 dyn.d_un.d_val = g->local_gotno - MIPS_RESERVED_GOTNO;
6883 break;
6884
6885 case DT_MIPS_RLD_MAP:
6886 dyn.d_un.d_ptr = mips_elf_hash_table (info)->rld_value;
6887 break;
6888
6889 case DT_MIPS_OPTIONS:
6890 s = (bfd_get_section_by_name
6891 (output_bfd, MIPS_ELF_OPTIONS_SECTION_NAME (output_bfd)));
6892 dyn.d_un.d_ptr = s->vma;
6893 break;
6894
6895 case DT_RELSZ:
6896 /* Reduce DT_RELSZ to account for any relocations we
6897 decided not to make. This is for the n64 irix rld,
6898 which doesn't seem to apply any relocations if there
6899 are trailing null entries. */
6900 s = mips_elf_rel_dyn_section (dynobj, FALSE);
6901 dyn.d_un.d_val = (s->reloc_count
6902 * (ABI_64_P (output_bfd)
6903 ? sizeof (Elf64_Mips_External_Rel)
6904 : sizeof (Elf32_External_Rel)));
6905 break;
6906
6907 default:
6908 swap_out_p = FALSE;
6909 break;
6910 }
6911
6912 if (swap_out_p)
6913 (*get_elf_backend_data (dynobj)->s->swap_dyn_out)
6914 (dynobj, &dyn, b);
6915 }
6916 }
6917
6918 /* The first entry of the global offset table will be filled at
6919 runtime. The second entry will be used by some runtime loaders.
6920 This isn't the case of IRIX rld. */
6921 if (sgot != NULL && sgot->size > 0)
6922 {
6923 MIPS_ELF_PUT_WORD (output_bfd, 0, sgot->contents);
6924 MIPS_ELF_PUT_WORD (output_bfd, 0x80000000,
6925 sgot->contents + MIPS_ELF_GOT_SIZE (output_bfd));
6926 }
6927
6928 if (sgot != NULL)
6929 elf_section_data (sgot->output_section)->this_hdr.sh_entsize
6930 = MIPS_ELF_GOT_SIZE (output_bfd);
6931
6932 /* Generate dynamic relocations for the non-primary gots. */
6933 if (gg != NULL && gg->next)
6934 {
6935 Elf_Internal_Rela rel[3];
6936 bfd_vma addend = 0;
6937
6938 memset (rel, 0, sizeof (rel));
6939 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32);
6940
6941 for (g = gg->next; g->next != gg; g = g->next)
6942 {
6943 bfd_vma index = g->next->local_gotno + g->next->global_gotno;
6944
6945 MIPS_ELF_PUT_WORD (output_bfd, 0, sgot->contents
6946 + index++ * MIPS_ELF_GOT_SIZE (output_bfd));
6947 MIPS_ELF_PUT_WORD (output_bfd, 0x80000000, sgot->contents
6948 + index++ * MIPS_ELF_GOT_SIZE (output_bfd));
6949
6950 if (! info->shared)
6951 continue;
6952
6953 while (index < g->assigned_gotno)
6954 {
6955 rel[0].r_offset = rel[1].r_offset = rel[2].r_offset
6956 = index++ * MIPS_ELF_GOT_SIZE (output_bfd);
6957 if (!(mips_elf_create_dynamic_relocation
6958 (output_bfd, info, rel, NULL,
6959 bfd_abs_section_ptr,
6960 0, &addend, sgot)))
6961 return FALSE;
6962 BFD_ASSERT (addend == 0);
6963 }
6964 }
6965 }
6966
6967 {
6968 asection *s;
6969 Elf32_compact_rel cpt;
6970
6971 if (SGI_COMPAT (output_bfd))
6972 {
6973 /* Write .compact_rel section out. */
6974 s = bfd_get_section_by_name (dynobj, ".compact_rel");
6975 if (s != NULL)
6976 {
6977 cpt.id1 = 1;
6978 cpt.num = s->reloc_count;
6979 cpt.id2 = 2;
6980 cpt.offset = (s->output_section->filepos
6981 + sizeof (Elf32_External_compact_rel));
6982 cpt.reserved0 = 0;
6983 cpt.reserved1 = 0;
6984 bfd_elf32_swap_compact_rel_out (output_bfd, &cpt,
6985 ((Elf32_External_compact_rel *)
6986 s->contents));
6987
6988 /* Clean up a dummy stub function entry in .text. */
6989 s = bfd_get_section_by_name (dynobj,
6990 MIPS_ELF_STUB_SECTION_NAME (dynobj));
6991 if (s != NULL)
6992 {
6993 file_ptr dummy_offset;
6994
6995 BFD_ASSERT (s->size >= MIPS_FUNCTION_STUB_SIZE);
6996 dummy_offset = s->size - MIPS_FUNCTION_STUB_SIZE;
6997 memset (s->contents + dummy_offset, 0,
6998 MIPS_FUNCTION_STUB_SIZE);
6999 }
7000 }
7001 }
7002
7003 /* We need to sort the entries of the dynamic relocation section. */
7004
7005 s = mips_elf_rel_dyn_section (dynobj, FALSE);
7006
7007 if (s != NULL
7008 && s->size > (bfd_vma)2 * MIPS_ELF_REL_SIZE (output_bfd))
7009 {
7010 reldyn_sorting_bfd = output_bfd;
7011
7012 if (ABI_64_P (output_bfd))
7013 qsort ((Elf64_External_Rel *) s->contents + 1, s->reloc_count - 1,
7014 sizeof (Elf64_Mips_External_Rel), sort_dynamic_relocs_64);
7015 else
7016 qsort ((Elf32_External_Rel *) s->contents + 1, s->reloc_count - 1,
7017 sizeof (Elf32_External_Rel), sort_dynamic_relocs);
7018 }
7019 }
7020
7021 return TRUE;
7022 }
7023
7024
7025 /* Set ABFD's EF_MIPS_ARCH and EF_MIPS_MACH flags. */
7026
7027 static void
7028 mips_set_isa_flags (bfd *abfd)
7029 {
7030 flagword val;
7031
7032 switch (bfd_get_mach (abfd))
7033 {
7034 default:
7035 case bfd_mach_mips3000:
7036 val = E_MIPS_ARCH_1;
7037 break;
7038
7039 case bfd_mach_mips3900:
7040 val = E_MIPS_ARCH_1 | E_MIPS_MACH_3900;
7041 break;
7042
7043 case bfd_mach_mips6000:
7044 val = E_MIPS_ARCH_2;
7045 break;
7046
7047 case bfd_mach_mips4000:
7048 case bfd_mach_mips4300:
7049 case bfd_mach_mips4400:
7050 case bfd_mach_mips4600:
7051 val = E_MIPS_ARCH_3;
7052 break;
7053
7054 case bfd_mach_mips4010:
7055 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4010;
7056 break;
7057
7058 case bfd_mach_mips4100:
7059 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4100;
7060 break;
7061
7062 case bfd_mach_mips4111:
7063 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4111;
7064 break;
7065
7066 case bfd_mach_mips4120:
7067 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4120;
7068 break;
7069
7070 case bfd_mach_mips4650:
7071 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4650;
7072 break;
7073
7074 case bfd_mach_mips5400:
7075 val = E_MIPS_ARCH_4 | E_MIPS_MACH_5400;
7076 break;
7077
7078 case bfd_mach_mips5500:
7079 val = E_MIPS_ARCH_4 | E_MIPS_MACH_5500;
7080 break;
7081
7082 case bfd_mach_mips5000:
7083 case bfd_mach_mips7000:
7084 case bfd_mach_mips8000:
7085 case bfd_mach_mips10000:
7086 case bfd_mach_mips12000:
7087 val = E_MIPS_ARCH_4;
7088 break;
7089
7090 case bfd_mach_mips5:
7091 val = E_MIPS_ARCH_5;
7092 break;
7093
7094 case bfd_mach_mips_sb1:
7095 val = E_MIPS_ARCH_64 | E_MIPS_MACH_SB1;
7096 break;
7097
7098 case bfd_mach_mipsisa32:
7099 val = E_MIPS_ARCH_32;
7100 break;
7101
7102 case bfd_mach_mipsisa64:
7103 val = E_MIPS_ARCH_64;
7104 break;
7105
7106 case bfd_mach_mipsisa32r2:
7107 val = E_MIPS_ARCH_32R2;
7108 break;
7109
7110 case bfd_mach_mipsisa64r2:
7111 val = E_MIPS_ARCH_64R2;
7112 break;
7113 }
7114 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH);
7115 elf_elfheader (abfd)->e_flags |= val;
7116
7117 }
7118
7119
7120 /* The final processing done just before writing out a MIPS ELF object
7121 file. This gets the MIPS architecture right based on the machine
7122 number. This is used by both the 32-bit and the 64-bit ABI. */
7123
7124 void
7125 _bfd_mips_elf_final_write_processing (bfd *abfd,
7126 bfd_boolean linker ATTRIBUTE_UNUSED)
7127 {
7128 unsigned int i;
7129 Elf_Internal_Shdr **hdrpp;
7130 const char *name;
7131 asection *sec;
7132
7133 /* Keep the existing EF_MIPS_MACH and EF_MIPS_ARCH flags if the former
7134 is nonzero. This is for compatibility with old objects, which used
7135 a combination of a 32-bit EF_MIPS_ARCH and a 64-bit EF_MIPS_MACH. */
7136 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_MACH) == 0)
7137 mips_set_isa_flags (abfd);
7138
7139 /* Set the sh_info field for .gptab sections and other appropriate
7140 info for each special section. */
7141 for (i = 1, hdrpp = elf_elfsections (abfd) + 1;
7142 i < elf_numsections (abfd);
7143 i++, hdrpp++)
7144 {
7145 switch ((*hdrpp)->sh_type)
7146 {
7147 case SHT_MIPS_MSYM:
7148 case SHT_MIPS_LIBLIST:
7149 sec = bfd_get_section_by_name (abfd, ".dynstr");
7150 if (sec != NULL)
7151 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx;
7152 break;
7153
7154 case SHT_MIPS_GPTAB:
7155 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
7156 name = bfd_get_section_name (abfd, (*hdrpp)->bfd_section);
7157 BFD_ASSERT (name != NULL
7158 && strncmp (name, ".gptab.", sizeof ".gptab." - 1) == 0);
7159 sec = bfd_get_section_by_name (abfd, name + sizeof ".gptab" - 1);
7160 BFD_ASSERT (sec != NULL);
7161 (*hdrpp)->sh_info = elf_section_data (sec)->this_idx;
7162 break;
7163
7164 case SHT_MIPS_CONTENT:
7165 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
7166 name = bfd_get_section_name (abfd, (*hdrpp)->bfd_section);
7167 BFD_ASSERT (name != NULL
7168 && strncmp (name, ".MIPS.content",
7169 sizeof ".MIPS.content" - 1) == 0);
7170 sec = bfd_get_section_by_name (abfd,
7171 name + sizeof ".MIPS.content" - 1);
7172 BFD_ASSERT (sec != NULL);
7173 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx;
7174 break;
7175
7176 case SHT_MIPS_SYMBOL_LIB:
7177 sec = bfd_get_section_by_name (abfd, ".dynsym");
7178 if (sec != NULL)
7179 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx;
7180 sec = bfd_get_section_by_name (abfd, ".liblist");
7181 if (sec != NULL)
7182 (*hdrpp)->sh_info = elf_section_data (sec)->this_idx;
7183 break;
7184
7185 case SHT_MIPS_EVENTS:
7186 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
7187 name = bfd_get_section_name (abfd, (*hdrpp)->bfd_section);
7188 BFD_ASSERT (name != NULL);
7189 if (strncmp (name, ".MIPS.events", sizeof ".MIPS.events" - 1) == 0)
7190 sec = bfd_get_section_by_name (abfd,
7191 name + sizeof ".MIPS.events" - 1);
7192 else
7193 {
7194 BFD_ASSERT (strncmp (name, ".MIPS.post_rel",
7195 sizeof ".MIPS.post_rel" - 1) == 0);
7196 sec = bfd_get_section_by_name (abfd,
7197 (name
7198 + sizeof ".MIPS.post_rel" - 1));
7199 }
7200 BFD_ASSERT (sec != NULL);
7201 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx;
7202 break;
7203
7204 }
7205 }
7206 }
7207 \f
7208 /* When creating an IRIX5 executable, we need REGINFO and RTPROC
7209 segments. */
7210
7211 int
7212 _bfd_mips_elf_additional_program_headers (bfd *abfd)
7213 {
7214 asection *s;
7215 int ret = 0;
7216
7217 /* See if we need a PT_MIPS_REGINFO segment. */
7218 s = bfd_get_section_by_name (abfd, ".reginfo");
7219 if (s && (s->flags & SEC_LOAD))
7220 ++ret;
7221
7222 /* See if we need a PT_MIPS_OPTIONS segment. */
7223 if (IRIX_COMPAT (abfd) == ict_irix6
7224 && bfd_get_section_by_name (abfd,
7225 MIPS_ELF_OPTIONS_SECTION_NAME (abfd)))
7226 ++ret;
7227
7228 /* See if we need a PT_MIPS_RTPROC segment. */
7229 if (IRIX_COMPAT (abfd) == ict_irix5
7230 && bfd_get_section_by_name (abfd, ".dynamic")
7231 && bfd_get_section_by_name (abfd, ".mdebug"))
7232 ++ret;
7233
7234 return ret;
7235 }
7236
7237 /* Modify the segment map for an IRIX5 executable. */
7238
7239 bfd_boolean
7240 _bfd_mips_elf_modify_segment_map (bfd *abfd,
7241 struct bfd_link_info *info ATTRIBUTE_UNUSED)
7242 {
7243 asection *s;
7244 struct elf_segment_map *m, **pm;
7245 bfd_size_type amt;
7246
7247 /* If there is a .reginfo section, we need a PT_MIPS_REGINFO
7248 segment. */
7249 s = bfd_get_section_by_name (abfd, ".reginfo");
7250 if (s != NULL && (s->flags & SEC_LOAD) != 0)
7251 {
7252 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
7253 if (m->p_type == PT_MIPS_REGINFO)
7254 break;
7255 if (m == NULL)
7256 {
7257 amt = sizeof *m;
7258 m = bfd_zalloc (abfd, amt);
7259 if (m == NULL)
7260 return FALSE;
7261
7262 m->p_type = PT_MIPS_REGINFO;
7263 m->count = 1;
7264 m->sections[0] = s;
7265
7266 /* We want to put it after the PHDR and INTERP segments. */
7267 pm = &elf_tdata (abfd)->segment_map;
7268 while (*pm != NULL
7269 && ((*pm)->p_type == PT_PHDR
7270 || (*pm)->p_type == PT_INTERP))
7271 pm = &(*pm)->next;
7272
7273 m->next = *pm;
7274 *pm = m;
7275 }
7276 }
7277
7278 /* For IRIX 6, we don't have .mdebug sections, nor does anything but
7279 .dynamic end up in PT_DYNAMIC. However, we do have to insert a
7280 PT_MIPS_OPTIONS segment immediately following the program header
7281 table. */
7282 if (NEWABI_P (abfd)
7283 /* On non-IRIX6 new abi, we'll have already created a segment
7284 for this section, so don't create another. I'm not sure this
7285 is not also the case for IRIX 6, but I can't test it right
7286 now. */
7287 && IRIX_COMPAT (abfd) == ict_irix6)
7288 {
7289 for (s = abfd->sections; s; s = s->next)
7290 if (elf_section_data (s)->this_hdr.sh_type == SHT_MIPS_OPTIONS)
7291 break;
7292
7293 if (s)
7294 {
7295 struct elf_segment_map *options_segment;
7296
7297 pm = &elf_tdata (abfd)->segment_map;
7298 while (*pm != NULL
7299 && ((*pm)->p_type == PT_PHDR
7300 || (*pm)->p_type == PT_INTERP))
7301 pm = &(*pm)->next;
7302
7303 amt = sizeof (struct elf_segment_map);
7304 options_segment = bfd_zalloc (abfd, amt);
7305 options_segment->next = *pm;
7306 options_segment->p_type = PT_MIPS_OPTIONS;
7307 options_segment->p_flags = PF_R;
7308 options_segment->p_flags_valid = TRUE;
7309 options_segment->count = 1;
7310 options_segment->sections[0] = s;
7311 *pm = options_segment;
7312 }
7313 }
7314 else
7315 {
7316 if (IRIX_COMPAT (abfd) == ict_irix5)
7317 {
7318 /* If there are .dynamic and .mdebug sections, we make a room
7319 for the RTPROC header. FIXME: Rewrite without section names. */
7320 if (bfd_get_section_by_name (abfd, ".interp") == NULL
7321 && bfd_get_section_by_name (abfd, ".dynamic") != NULL
7322 && bfd_get_section_by_name (abfd, ".mdebug") != NULL)
7323 {
7324 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
7325 if (m->p_type == PT_MIPS_RTPROC)
7326 break;
7327 if (m == NULL)
7328 {
7329 amt = sizeof *m;
7330 m = bfd_zalloc (abfd, amt);
7331 if (m == NULL)
7332 return FALSE;
7333
7334 m->p_type = PT_MIPS_RTPROC;
7335
7336 s = bfd_get_section_by_name (abfd, ".rtproc");
7337 if (s == NULL)
7338 {
7339 m->count = 0;
7340 m->p_flags = 0;
7341 m->p_flags_valid = 1;
7342 }
7343 else
7344 {
7345 m->count = 1;
7346 m->sections[0] = s;
7347 }
7348
7349 /* We want to put it after the DYNAMIC segment. */
7350 pm = &elf_tdata (abfd)->segment_map;
7351 while (*pm != NULL && (*pm)->p_type != PT_DYNAMIC)
7352 pm = &(*pm)->next;
7353 if (*pm != NULL)
7354 pm = &(*pm)->next;
7355
7356 m->next = *pm;
7357 *pm = m;
7358 }
7359 }
7360 }
7361 /* On IRIX5, the PT_DYNAMIC segment includes the .dynamic,
7362 .dynstr, .dynsym, and .hash sections, and everything in
7363 between. */
7364 for (pm = &elf_tdata (abfd)->segment_map; *pm != NULL;
7365 pm = &(*pm)->next)
7366 if ((*pm)->p_type == PT_DYNAMIC)
7367 break;
7368 m = *pm;
7369 if (m != NULL && IRIX_COMPAT (abfd) == ict_none)
7370 {
7371 /* For a normal mips executable the permissions for the PT_DYNAMIC
7372 segment are read, write and execute. We do that here since
7373 the code in elf.c sets only the read permission. This matters
7374 sometimes for the dynamic linker. */
7375 if (bfd_get_section_by_name (abfd, ".dynamic") != NULL)
7376 {
7377 m->p_flags = PF_R | PF_W | PF_X;
7378 m->p_flags_valid = 1;
7379 }
7380 }
7381 if (m != NULL
7382 && m->count == 1 && strcmp (m->sections[0]->name, ".dynamic") == 0)
7383 {
7384 static const char *sec_names[] =
7385 {
7386 ".dynamic", ".dynstr", ".dynsym", ".hash"
7387 };
7388 bfd_vma low, high;
7389 unsigned int i, c;
7390 struct elf_segment_map *n;
7391
7392 low = ~(bfd_vma) 0;
7393 high = 0;
7394 for (i = 0; i < sizeof sec_names / sizeof sec_names[0]; i++)
7395 {
7396 s = bfd_get_section_by_name (abfd, sec_names[i]);
7397 if (s != NULL && (s->flags & SEC_LOAD) != 0)
7398 {
7399 bfd_size_type sz;
7400
7401 if (low > s->vma)
7402 low = s->vma;
7403 sz = s->size;
7404 if (high < s->vma + sz)
7405 high = s->vma + sz;
7406 }
7407 }
7408
7409 c = 0;
7410 for (s = abfd->sections; s != NULL; s = s->next)
7411 if ((s->flags & SEC_LOAD) != 0
7412 && s->vma >= low
7413 && s->vma + s->size <= high)
7414 ++c;
7415
7416 amt = sizeof *n + (bfd_size_type) (c - 1) * sizeof (asection *);
7417 n = bfd_zalloc (abfd, amt);
7418 if (n == NULL)
7419 return FALSE;
7420 *n = *m;
7421 n->count = c;
7422
7423 i = 0;
7424 for (s = abfd->sections; s != NULL; s = s->next)
7425 {
7426 if ((s->flags & SEC_LOAD) != 0
7427 && s->vma >= low
7428 && s->vma + s->size <= high)
7429 {
7430 n->sections[i] = s;
7431 ++i;
7432 }
7433 }
7434
7435 *pm = n;
7436 }
7437 }
7438
7439 return TRUE;
7440 }
7441 \f
7442 /* Return the section that should be marked against GC for a given
7443 relocation. */
7444
7445 asection *
7446 _bfd_mips_elf_gc_mark_hook (asection *sec,
7447 struct bfd_link_info *info ATTRIBUTE_UNUSED,
7448 Elf_Internal_Rela *rel,
7449 struct elf_link_hash_entry *h,
7450 Elf_Internal_Sym *sym)
7451 {
7452 /* ??? Do mips16 stub sections need to be handled special? */
7453
7454 if (h != NULL)
7455 {
7456 switch (ELF_R_TYPE (sec->owner, rel->r_info))
7457 {
7458 case R_MIPS_GNU_VTINHERIT:
7459 case R_MIPS_GNU_VTENTRY:
7460 break;
7461
7462 default:
7463 switch (h->root.type)
7464 {
7465 case bfd_link_hash_defined:
7466 case bfd_link_hash_defweak:
7467 return h->root.u.def.section;
7468
7469 case bfd_link_hash_common:
7470 return h->root.u.c.p->section;
7471
7472 default:
7473 break;
7474 }
7475 }
7476 }
7477 else
7478 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
7479
7480 return NULL;
7481 }
7482
7483 /* Update the got entry reference counts for the section being removed. */
7484
7485 bfd_boolean
7486 _bfd_mips_elf_gc_sweep_hook (bfd *abfd ATTRIBUTE_UNUSED,
7487 struct bfd_link_info *info ATTRIBUTE_UNUSED,
7488 asection *sec ATTRIBUTE_UNUSED,
7489 const Elf_Internal_Rela *relocs ATTRIBUTE_UNUSED)
7490 {
7491 #if 0
7492 Elf_Internal_Shdr *symtab_hdr;
7493 struct elf_link_hash_entry **sym_hashes;
7494 bfd_signed_vma *local_got_refcounts;
7495 const Elf_Internal_Rela *rel, *relend;
7496 unsigned long r_symndx;
7497 struct elf_link_hash_entry *h;
7498
7499 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
7500 sym_hashes = elf_sym_hashes (abfd);
7501 local_got_refcounts = elf_local_got_refcounts (abfd);
7502
7503 relend = relocs + sec->reloc_count;
7504 for (rel = relocs; rel < relend; rel++)
7505 switch (ELF_R_TYPE (abfd, rel->r_info))
7506 {
7507 case R_MIPS_GOT16:
7508 case R_MIPS_CALL16:
7509 case R_MIPS_CALL_HI16:
7510 case R_MIPS_CALL_LO16:
7511 case R_MIPS_GOT_HI16:
7512 case R_MIPS_GOT_LO16:
7513 case R_MIPS_GOT_DISP:
7514 case R_MIPS_GOT_PAGE:
7515 case R_MIPS_GOT_OFST:
7516 /* ??? It would seem that the existing MIPS code does no sort
7517 of reference counting or whatnot on its GOT and PLT entries,
7518 so it is not possible to garbage collect them at this time. */
7519 break;
7520
7521 default:
7522 break;
7523 }
7524 #endif
7525
7526 return TRUE;
7527 }
7528 \f
7529 /* Copy data from a MIPS ELF indirect symbol to its direct symbol,
7530 hiding the old indirect symbol. Process additional relocation
7531 information. Also called for weakdefs, in which case we just let
7532 _bfd_elf_link_hash_copy_indirect copy the flags for us. */
7533
7534 void
7535 _bfd_mips_elf_copy_indirect_symbol (const struct elf_backend_data *bed,
7536 struct elf_link_hash_entry *dir,
7537 struct elf_link_hash_entry *ind)
7538 {
7539 struct mips_elf_link_hash_entry *dirmips, *indmips;
7540
7541 _bfd_elf_link_hash_copy_indirect (bed, dir, ind);
7542
7543 if (ind->root.type != bfd_link_hash_indirect)
7544 return;
7545
7546 dirmips = (struct mips_elf_link_hash_entry *) dir;
7547 indmips = (struct mips_elf_link_hash_entry *) ind;
7548 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
7549 if (indmips->readonly_reloc)
7550 dirmips->readonly_reloc = TRUE;
7551 if (indmips->no_fn_stub)
7552 dirmips->no_fn_stub = TRUE;
7553 }
7554
7555 void
7556 _bfd_mips_elf_hide_symbol (struct bfd_link_info *info,
7557 struct elf_link_hash_entry *entry,
7558 bfd_boolean force_local)
7559 {
7560 bfd *dynobj;
7561 asection *got;
7562 struct mips_got_info *g;
7563 struct mips_elf_link_hash_entry *h;
7564
7565 h = (struct mips_elf_link_hash_entry *) entry;
7566 if (h->forced_local)
7567 return;
7568 h->forced_local = force_local;
7569
7570 dynobj = elf_hash_table (info)->dynobj;
7571 if (dynobj != NULL && force_local)
7572 {
7573 got = mips_elf_got_section (dynobj, FALSE);
7574 g = mips_elf_section_data (got)->u.got_info;
7575
7576 if (g->next)
7577 {
7578 struct mips_got_entry e;
7579 struct mips_got_info *gg = g;
7580
7581 /* Since we're turning what used to be a global symbol into a
7582 local one, bump up the number of local entries of each GOT
7583 that had an entry for it. This will automatically decrease
7584 the number of global entries, since global_gotno is actually
7585 the upper limit of global entries. */
7586 e.abfd = dynobj;
7587 e.symndx = -1;
7588 e.d.h = h;
7589
7590 for (g = g->next; g != gg; g = g->next)
7591 if (htab_find (g->got_entries, &e))
7592 {
7593 BFD_ASSERT (g->global_gotno > 0);
7594 g->local_gotno++;
7595 g->global_gotno--;
7596 }
7597
7598 /* If this was a global symbol forced into the primary GOT, we
7599 no longer need an entry for it. We can't release the entry
7600 at this point, but we must at least stop counting it as one
7601 of the symbols that required a forced got entry. */
7602 if (h->root.got.offset == 2)
7603 {
7604 BFD_ASSERT (gg->assigned_gotno > 0);
7605 gg->assigned_gotno--;
7606 }
7607 }
7608 else if (g->global_gotno == 0 && g->global_gotsym == NULL)
7609 /* If we haven't got through GOT allocation yet, just bump up the
7610 number of local entries, as this symbol won't be counted as
7611 global. */
7612 g->local_gotno++;
7613 else if (h->root.got.offset == 1)
7614 {
7615 /* If we're past non-multi-GOT allocation and this symbol had
7616 been marked for a global got entry, give it a local entry
7617 instead. */
7618 BFD_ASSERT (g->global_gotno > 0);
7619 g->local_gotno++;
7620 g->global_gotno--;
7621 }
7622 }
7623
7624 _bfd_elf_link_hash_hide_symbol (info, &h->root, force_local);
7625 }
7626 \f
7627 #define PDR_SIZE 32
7628
7629 bfd_boolean
7630 _bfd_mips_elf_discard_info (bfd *abfd, struct elf_reloc_cookie *cookie,
7631 struct bfd_link_info *info)
7632 {
7633 asection *o;
7634 bfd_boolean ret = FALSE;
7635 unsigned char *tdata;
7636 size_t i, skip;
7637
7638 o = bfd_get_section_by_name (abfd, ".pdr");
7639 if (! o)
7640 return FALSE;
7641 if (o->size == 0)
7642 return FALSE;
7643 if (o->size % PDR_SIZE != 0)
7644 return FALSE;
7645 if (o->output_section != NULL
7646 && bfd_is_abs_section (o->output_section))
7647 return FALSE;
7648
7649 tdata = bfd_zmalloc (o->size / PDR_SIZE);
7650 if (! tdata)
7651 return FALSE;
7652
7653 cookie->rels = _bfd_elf_link_read_relocs (abfd, o, NULL, NULL,
7654 info->keep_memory);
7655 if (!cookie->rels)
7656 {
7657 free (tdata);
7658 return FALSE;
7659 }
7660
7661 cookie->rel = cookie->rels;
7662 cookie->relend = cookie->rels + o->reloc_count;
7663
7664 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++)
7665 {
7666 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie))
7667 {
7668 tdata[i] = 1;
7669 skip ++;
7670 }
7671 }
7672
7673 if (skip != 0)
7674 {
7675 mips_elf_section_data (o)->u.tdata = tdata;
7676 o->size -= skip * PDR_SIZE;
7677 ret = TRUE;
7678 }
7679 else
7680 free (tdata);
7681
7682 if (! info->keep_memory)
7683 free (cookie->rels);
7684
7685 return ret;
7686 }
7687
7688 bfd_boolean
7689 _bfd_mips_elf_ignore_discarded_relocs (asection *sec)
7690 {
7691 if (strcmp (sec->name, ".pdr") == 0)
7692 return TRUE;
7693 return FALSE;
7694 }
7695
7696 bfd_boolean
7697 _bfd_mips_elf_write_section (bfd *output_bfd, asection *sec,
7698 bfd_byte *contents)
7699 {
7700 bfd_byte *to, *from, *end;
7701 int i;
7702
7703 if (strcmp (sec->name, ".pdr") != 0)
7704 return FALSE;
7705
7706 if (mips_elf_section_data (sec)->u.tdata == NULL)
7707 return FALSE;
7708
7709 to = contents;
7710 end = contents + sec->size;
7711 for (from = contents, i = 0;
7712 from < end;
7713 from += PDR_SIZE, i++)
7714 {
7715 if ((mips_elf_section_data (sec)->u.tdata)[i] == 1)
7716 continue;
7717 if (to != from)
7718 memcpy (to, from, PDR_SIZE);
7719 to += PDR_SIZE;
7720 }
7721 bfd_set_section_contents (output_bfd, sec->output_section, contents,
7722 sec->output_offset, sec->size);
7723 return TRUE;
7724 }
7725 \f
7726 /* MIPS ELF uses a special find_nearest_line routine in order the
7727 handle the ECOFF debugging information. */
7728
7729 struct mips_elf_find_line
7730 {
7731 struct ecoff_debug_info d;
7732 struct ecoff_find_line i;
7733 };
7734
7735 bfd_boolean
7736 _bfd_mips_elf_find_nearest_line (bfd *abfd, asection *section,
7737 asymbol **symbols, bfd_vma offset,
7738 const char **filename_ptr,
7739 const char **functionname_ptr,
7740 unsigned int *line_ptr)
7741 {
7742 asection *msec;
7743
7744 if (_bfd_dwarf1_find_nearest_line (abfd, section, symbols, offset,
7745 filename_ptr, functionname_ptr,
7746 line_ptr))
7747 return TRUE;
7748
7749 if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
7750 filename_ptr, functionname_ptr,
7751 line_ptr, ABI_64_P (abfd) ? 8 : 0,
7752 &elf_tdata (abfd)->dwarf2_find_line_info))
7753 return TRUE;
7754
7755 msec = bfd_get_section_by_name (abfd, ".mdebug");
7756 if (msec != NULL)
7757 {
7758 flagword origflags;
7759 struct mips_elf_find_line *fi;
7760 const struct ecoff_debug_swap * const swap =
7761 get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
7762
7763 /* If we are called during a link, mips_elf_final_link may have
7764 cleared the SEC_HAS_CONTENTS field. We force it back on here
7765 if appropriate (which it normally will be). */
7766 origflags = msec->flags;
7767 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
7768 msec->flags |= SEC_HAS_CONTENTS;
7769
7770 fi = elf_tdata (abfd)->find_line_info;
7771 if (fi == NULL)
7772 {
7773 bfd_size_type external_fdr_size;
7774 char *fraw_src;
7775 char *fraw_end;
7776 struct fdr *fdr_ptr;
7777 bfd_size_type amt = sizeof (struct mips_elf_find_line);
7778
7779 fi = bfd_zalloc (abfd, amt);
7780 if (fi == NULL)
7781 {
7782 msec->flags = origflags;
7783 return FALSE;
7784 }
7785
7786 if (! _bfd_mips_elf_read_ecoff_info (abfd, msec, &fi->d))
7787 {
7788 msec->flags = origflags;
7789 return FALSE;
7790 }
7791
7792 /* Swap in the FDR information. */
7793 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
7794 fi->d.fdr = bfd_alloc (abfd, amt);
7795 if (fi->d.fdr == NULL)
7796 {
7797 msec->flags = origflags;
7798 return FALSE;
7799 }
7800 external_fdr_size = swap->external_fdr_size;
7801 fdr_ptr = fi->d.fdr;
7802 fraw_src = (char *) fi->d.external_fdr;
7803 fraw_end = (fraw_src
7804 + fi->d.symbolic_header.ifdMax * external_fdr_size);
7805 for (; fraw_src < fraw_end; fraw_src += external_fdr_size, fdr_ptr++)
7806 (*swap->swap_fdr_in) (abfd, fraw_src, fdr_ptr);
7807
7808 elf_tdata (abfd)->find_line_info = fi;
7809
7810 /* Note that we don't bother to ever free this information.
7811 find_nearest_line is either called all the time, as in
7812 objdump -l, so the information should be saved, or it is
7813 rarely called, as in ld error messages, so the memory
7814 wasted is unimportant. Still, it would probably be a
7815 good idea for free_cached_info to throw it away. */
7816 }
7817
7818 if (_bfd_ecoff_locate_line (abfd, section, offset, &fi->d, swap,
7819 &fi->i, filename_ptr, functionname_ptr,
7820 line_ptr))
7821 {
7822 msec->flags = origflags;
7823 return TRUE;
7824 }
7825
7826 msec->flags = origflags;
7827 }
7828
7829 /* Fall back on the generic ELF find_nearest_line routine. */
7830
7831 return _bfd_elf_find_nearest_line (abfd, section, symbols, offset,
7832 filename_ptr, functionname_ptr,
7833 line_ptr);
7834 }
7835 \f
7836 /* When are writing out the .options or .MIPS.options section,
7837 remember the bytes we are writing out, so that we can install the
7838 GP value in the section_processing routine. */
7839
7840 bfd_boolean
7841 _bfd_mips_elf_set_section_contents (bfd *abfd, sec_ptr section,
7842 const void *location,
7843 file_ptr offset, bfd_size_type count)
7844 {
7845 if (strcmp (section->name, MIPS_ELF_OPTIONS_SECTION_NAME (abfd)) == 0)
7846 {
7847 bfd_byte *c;
7848
7849 if (elf_section_data (section) == NULL)
7850 {
7851 bfd_size_type amt = sizeof (struct bfd_elf_section_data);
7852 section->used_by_bfd = bfd_zalloc (abfd, amt);
7853 if (elf_section_data (section) == NULL)
7854 return FALSE;
7855 }
7856 c = mips_elf_section_data (section)->u.tdata;
7857 if (c == NULL)
7858 {
7859 c = bfd_zalloc (abfd, section->size);
7860 if (c == NULL)
7861 return FALSE;
7862 mips_elf_section_data (section)->u.tdata = c;
7863 }
7864
7865 memcpy (c + offset, location, count);
7866 }
7867
7868 return _bfd_elf_set_section_contents (abfd, section, location, offset,
7869 count);
7870 }
7871
7872 /* This is almost identical to bfd_generic_get_... except that some
7873 MIPS relocations need to be handled specially. Sigh. */
7874
7875 bfd_byte *
7876 _bfd_elf_mips_get_relocated_section_contents
7877 (bfd *abfd,
7878 struct bfd_link_info *link_info,
7879 struct bfd_link_order *link_order,
7880 bfd_byte *data,
7881 bfd_boolean relocatable,
7882 asymbol **symbols)
7883 {
7884 /* Get enough memory to hold the stuff */
7885 bfd *input_bfd = link_order->u.indirect.section->owner;
7886 asection *input_section = link_order->u.indirect.section;
7887 bfd_size_type sz;
7888
7889 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
7890 arelent **reloc_vector = NULL;
7891 long reloc_count;
7892
7893 if (reloc_size < 0)
7894 goto error_return;
7895
7896 reloc_vector = bfd_malloc (reloc_size);
7897 if (reloc_vector == NULL && reloc_size != 0)
7898 goto error_return;
7899
7900 /* read in the section */
7901 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
7902 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
7903 goto error_return;
7904
7905 reloc_count = bfd_canonicalize_reloc (input_bfd,
7906 input_section,
7907 reloc_vector,
7908 symbols);
7909 if (reloc_count < 0)
7910 goto error_return;
7911
7912 if (reloc_count > 0)
7913 {
7914 arelent **parent;
7915 /* for mips */
7916 int gp_found;
7917 bfd_vma gp = 0x12345678; /* initialize just to shut gcc up */
7918
7919 {
7920 struct bfd_hash_entry *h;
7921 struct bfd_link_hash_entry *lh;
7922 /* Skip all this stuff if we aren't mixing formats. */
7923 if (abfd && input_bfd
7924 && abfd->xvec == input_bfd->xvec)
7925 lh = 0;
7926 else
7927 {
7928 h = bfd_hash_lookup (&link_info->hash->table, "_gp", FALSE, FALSE);
7929 lh = (struct bfd_link_hash_entry *) h;
7930 }
7931 lookup:
7932 if (lh)
7933 {
7934 switch (lh->type)
7935 {
7936 case bfd_link_hash_undefined:
7937 case bfd_link_hash_undefweak:
7938 case bfd_link_hash_common:
7939 gp_found = 0;
7940 break;
7941 case bfd_link_hash_defined:
7942 case bfd_link_hash_defweak:
7943 gp_found = 1;
7944 gp = lh->u.def.value;
7945 break;
7946 case bfd_link_hash_indirect:
7947 case bfd_link_hash_warning:
7948 lh = lh->u.i.link;
7949 /* @@FIXME ignoring warning for now */
7950 goto lookup;
7951 case bfd_link_hash_new:
7952 default:
7953 abort ();
7954 }
7955 }
7956 else
7957 gp_found = 0;
7958 }
7959 /* end mips */
7960 for (parent = reloc_vector; *parent != NULL; parent++)
7961 {
7962 char *error_message = NULL;
7963 bfd_reloc_status_type r;
7964
7965 /* Specific to MIPS: Deal with relocation types that require
7966 knowing the gp of the output bfd. */
7967 asymbol *sym = *(*parent)->sym_ptr_ptr;
7968 if (bfd_is_abs_section (sym->section) && abfd)
7969 {
7970 /* The special_function wouldn't get called anyway. */
7971 }
7972 else if (!gp_found)
7973 {
7974 /* The gp isn't there; let the special function code
7975 fall over on its own. */
7976 }
7977 else if ((*parent)->howto->special_function
7978 == _bfd_mips_elf32_gprel16_reloc)
7979 {
7980 /* bypass special_function call */
7981 r = _bfd_mips_elf_gprel16_with_gp (input_bfd, sym, *parent,
7982 input_section, relocatable,
7983 data, gp);
7984 goto skip_bfd_perform_relocation;
7985 }
7986 /* end mips specific stuff */
7987
7988 r = bfd_perform_relocation (input_bfd, *parent, data, input_section,
7989 relocatable ? abfd : NULL,
7990 &error_message);
7991 skip_bfd_perform_relocation:
7992
7993 if (relocatable)
7994 {
7995 asection *os = input_section->output_section;
7996
7997 /* A partial link, so keep the relocs */
7998 os->orelocation[os->reloc_count] = *parent;
7999 os->reloc_count++;
8000 }
8001
8002 if (r != bfd_reloc_ok)
8003 {
8004 switch (r)
8005 {
8006 case bfd_reloc_undefined:
8007 if (!((*link_info->callbacks->undefined_symbol)
8008 (link_info, bfd_asymbol_name (*(*parent)->sym_ptr_ptr),
8009 input_bfd, input_section, (*parent)->address,
8010 TRUE)))
8011 goto error_return;
8012 break;
8013 case bfd_reloc_dangerous:
8014 BFD_ASSERT (error_message != NULL);
8015 if (!((*link_info->callbacks->reloc_dangerous)
8016 (link_info, error_message, input_bfd, input_section,
8017 (*parent)->address)))
8018 goto error_return;
8019 break;
8020 case bfd_reloc_overflow:
8021 if (!((*link_info->callbacks->reloc_overflow)
8022 (link_info, bfd_asymbol_name (*(*parent)->sym_ptr_ptr),
8023 (*parent)->howto->name, (*parent)->addend,
8024 input_bfd, input_section, (*parent)->address)))
8025 goto error_return;
8026 break;
8027 case bfd_reloc_outofrange:
8028 default:
8029 abort ();
8030 break;
8031 }
8032
8033 }
8034 }
8035 }
8036 if (reloc_vector != NULL)
8037 free (reloc_vector);
8038 return data;
8039
8040 error_return:
8041 if (reloc_vector != NULL)
8042 free (reloc_vector);
8043 return NULL;
8044 }
8045 \f
8046 /* Create a MIPS ELF linker hash table. */
8047
8048 struct bfd_link_hash_table *
8049 _bfd_mips_elf_link_hash_table_create (bfd *abfd)
8050 {
8051 struct mips_elf_link_hash_table *ret;
8052 bfd_size_type amt = sizeof (struct mips_elf_link_hash_table);
8053
8054 ret = bfd_malloc (amt);
8055 if (ret == NULL)
8056 return NULL;
8057
8058 if (! _bfd_elf_link_hash_table_init (&ret->root, abfd,
8059 mips_elf_link_hash_newfunc))
8060 {
8061 free (ret);
8062 return NULL;
8063 }
8064
8065 #if 0
8066 /* We no longer use this. */
8067 for (i = 0; i < SIZEOF_MIPS_DYNSYM_SECNAMES; i++)
8068 ret->dynsym_sec_strindex[i] = (bfd_size_type) -1;
8069 #endif
8070 ret->procedure_count = 0;
8071 ret->compact_rel_size = 0;
8072 ret->use_rld_obj_head = FALSE;
8073 ret->rld_value = 0;
8074 ret->mips16_stubs_seen = FALSE;
8075
8076 return &ret->root.root;
8077 }
8078 \f
8079 /* We need to use a special link routine to handle the .reginfo and
8080 the .mdebug sections. We need to merge all instances of these
8081 sections together, not write them all out sequentially. */
8082
8083 bfd_boolean
8084 _bfd_mips_elf_final_link (bfd *abfd, struct bfd_link_info *info)
8085 {
8086 asection **secpp;
8087 asection *o;
8088 struct bfd_link_order *p;
8089 asection *reginfo_sec, *mdebug_sec, *gptab_data_sec, *gptab_bss_sec;
8090 asection *rtproc_sec;
8091 Elf32_RegInfo reginfo;
8092 struct ecoff_debug_info debug;
8093 const struct ecoff_debug_swap *swap
8094 = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
8095 HDRR *symhdr = &debug.symbolic_header;
8096 void *mdebug_handle = NULL;
8097 asection *s;
8098 EXTR esym;
8099 unsigned int i;
8100 bfd_size_type amt;
8101
8102 static const char * const secname[] =
8103 {
8104 ".text", ".init", ".fini", ".data",
8105 ".rodata", ".sdata", ".sbss", ".bss"
8106 };
8107 static const int sc[] =
8108 {
8109 scText, scInit, scFini, scData,
8110 scRData, scSData, scSBss, scBss
8111 };
8112
8113 /* We'd carefully arranged the dynamic symbol indices, and then the
8114 generic size_dynamic_sections renumbered them out from under us.
8115 Rather than trying somehow to prevent the renumbering, just do
8116 the sort again. */
8117 if (elf_hash_table (info)->dynamic_sections_created)
8118 {
8119 bfd *dynobj;
8120 asection *got;
8121 struct mips_got_info *g;
8122
8123 /* When we resort, we must tell mips_elf_sort_hash_table what
8124 the lowest index it may use is. That's the number of section
8125 symbols we're going to add. The generic ELF linker only
8126 adds these symbols when building a shared object. Note that
8127 we count the sections after (possibly) removing the .options
8128 section above. */
8129 if (! mips_elf_sort_hash_table (info, (info->shared
8130 ? bfd_count_sections (abfd) + 1
8131 : 1)))
8132 return FALSE;
8133
8134 /* Make sure we didn't grow the global .got region. */
8135 dynobj = elf_hash_table (info)->dynobj;
8136 got = mips_elf_got_section (dynobj, FALSE);
8137 g = mips_elf_section_data (got)->u.got_info;
8138
8139 if (g->global_gotsym != NULL)
8140 BFD_ASSERT ((elf_hash_table (info)->dynsymcount
8141 - g->global_gotsym->dynindx)
8142 <= g->global_gotno);
8143 }
8144
8145 #if 0
8146 /* We want to set the GP value for ld -r. */
8147 /* On IRIX5, we omit the .options section. On IRIX6, however, we
8148 include it, even though we don't process it quite right. (Some
8149 entries are supposed to be merged.) Empirically, we seem to be
8150 better off including it then not. */
8151 if (IRIX_COMPAT (abfd) == ict_irix5 || IRIX_COMPAT (abfd) == ict_none)
8152 for (secpp = &abfd->sections; *secpp != NULL; secpp = &(*secpp)->next)
8153 {
8154 if (strcmp ((*secpp)->name, MIPS_ELF_OPTIONS_SECTION_NAME (abfd)) == 0)
8155 {
8156 for (p = (*secpp)->link_order_head; p != NULL; p = p->next)
8157 if (p->type == bfd_indirect_link_order)
8158 p->u.indirect.section->flags &= ~SEC_HAS_CONTENTS;
8159 (*secpp)->link_order_head = NULL;
8160 bfd_section_list_remove (abfd, secpp);
8161 --abfd->section_count;
8162
8163 break;
8164 }
8165 }
8166
8167 /* We include .MIPS.options, even though we don't process it quite right.
8168 (Some entries are supposed to be merged.) At IRIX6 empirically we seem
8169 to be better off including it than not. */
8170 for (secpp = &abfd->sections; *secpp != NULL; secpp = &(*secpp)->next)
8171 {
8172 if (strcmp ((*secpp)->name, ".MIPS.options") == 0)
8173 {
8174 for (p = (*secpp)->link_order_head; p != NULL; p = p->next)
8175 if (p->type == bfd_indirect_link_order)
8176 p->u.indirect.section->flags &=~ SEC_HAS_CONTENTS;
8177 (*secpp)->link_order_head = NULL;
8178 bfd_section_list_remove (abfd, secpp);
8179 --abfd->section_count;
8180
8181 break;
8182 }
8183 }
8184 #endif
8185
8186 /* Get a value for the GP register. */
8187 if (elf_gp (abfd) == 0)
8188 {
8189 struct bfd_link_hash_entry *h;
8190
8191 h = bfd_link_hash_lookup (info->hash, "_gp", FALSE, FALSE, TRUE);
8192 if (h != NULL && h->type == bfd_link_hash_defined)
8193 elf_gp (abfd) = (h->u.def.value
8194 + h->u.def.section->output_section->vma
8195 + h->u.def.section->output_offset);
8196 else if (info->relocatable)
8197 {
8198 bfd_vma lo = MINUS_ONE;
8199
8200 /* Find the GP-relative section with the lowest offset. */
8201 for (o = abfd->sections; o != NULL; o = o->next)
8202 if (o->vma < lo
8203 && (elf_section_data (o)->this_hdr.sh_flags & SHF_MIPS_GPREL))
8204 lo = o->vma;
8205
8206 /* And calculate GP relative to that. */
8207 elf_gp (abfd) = lo + ELF_MIPS_GP_OFFSET (abfd);
8208 }
8209 else
8210 {
8211 /* If the relocate_section function needs to do a reloc
8212 involving the GP value, it should make a reloc_dangerous
8213 callback to warn that GP is not defined. */
8214 }
8215 }
8216
8217 /* Go through the sections and collect the .reginfo and .mdebug
8218 information. */
8219 reginfo_sec = NULL;
8220 mdebug_sec = NULL;
8221 gptab_data_sec = NULL;
8222 gptab_bss_sec = NULL;
8223 for (o = abfd->sections; o != NULL; o = o->next)
8224 {
8225 if (strcmp (o->name, ".reginfo") == 0)
8226 {
8227 memset (&reginfo, 0, sizeof reginfo);
8228
8229 /* We have found the .reginfo section in the output file.
8230 Look through all the link_orders comprising it and merge
8231 the information together. */
8232 for (p = o->link_order_head; p != NULL; p = p->next)
8233 {
8234 asection *input_section;
8235 bfd *input_bfd;
8236 Elf32_External_RegInfo ext;
8237 Elf32_RegInfo sub;
8238
8239 if (p->type != bfd_indirect_link_order)
8240 {
8241 if (p->type == bfd_data_link_order)
8242 continue;
8243 abort ();
8244 }
8245
8246 input_section = p->u.indirect.section;
8247 input_bfd = input_section->owner;
8248
8249 if (! bfd_get_section_contents (input_bfd, input_section,
8250 &ext, 0, sizeof ext))
8251 return FALSE;
8252
8253 bfd_mips_elf32_swap_reginfo_in (input_bfd, &ext, &sub);
8254
8255 reginfo.ri_gprmask |= sub.ri_gprmask;
8256 reginfo.ri_cprmask[0] |= sub.ri_cprmask[0];
8257 reginfo.ri_cprmask[1] |= sub.ri_cprmask[1];
8258 reginfo.ri_cprmask[2] |= sub.ri_cprmask[2];
8259 reginfo.ri_cprmask[3] |= sub.ri_cprmask[3];
8260
8261 /* ri_gp_value is set by the function
8262 mips_elf32_section_processing when the section is
8263 finally written out. */
8264
8265 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8266 elf_link_input_bfd ignores this section. */
8267 input_section->flags &= ~SEC_HAS_CONTENTS;
8268 }
8269
8270 /* Size has been set in _bfd_mips_elf_always_size_sections. */
8271 BFD_ASSERT(o->size == sizeof (Elf32_External_RegInfo));
8272
8273 /* Skip this section later on (I don't think this currently
8274 matters, but someday it might). */
8275 o->link_order_head = NULL;
8276
8277 reginfo_sec = o;
8278 }
8279
8280 if (strcmp (o->name, ".mdebug") == 0)
8281 {
8282 struct extsym_info einfo;
8283 bfd_vma last;
8284
8285 /* We have found the .mdebug section in the output file.
8286 Look through all the link_orders comprising it and merge
8287 the information together. */
8288 symhdr->magic = swap->sym_magic;
8289 /* FIXME: What should the version stamp be? */
8290 symhdr->vstamp = 0;
8291 symhdr->ilineMax = 0;
8292 symhdr->cbLine = 0;
8293 symhdr->idnMax = 0;
8294 symhdr->ipdMax = 0;
8295 symhdr->isymMax = 0;
8296 symhdr->ioptMax = 0;
8297 symhdr->iauxMax = 0;
8298 symhdr->issMax = 0;
8299 symhdr->issExtMax = 0;
8300 symhdr->ifdMax = 0;
8301 symhdr->crfd = 0;
8302 symhdr->iextMax = 0;
8303
8304 /* We accumulate the debugging information itself in the
8305 debug_info structure. */
8306 debug.line = NULL;
8307 debug.external_dnr = NULL;
8308 debug.external_pdr = NULL;
8309 debug.external_sym = NULL;
8310 debug.external_opt = NULL;
8311 debug.external_aux = NULL;
8312 debug.ss = NULL;
8313 debug.ssext = debug.ssext_end = NULL;
8314 debug.external_fdr = NULL;
8315 debug.external_rfd = NULL;
8316 debug.external_ext = debug.external_ext_end = NULL;
8317
8318 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info);
8319 if (mdebug_handle == NULL)
8320 return FALSE;
8321
8322 esym.jmptbl = 0;
8323 esym.cobol_main = 0;
8324 esym.weakext = 0;
8325 esym.reserved = 0;
8326 esym.ifd = ifdNil;
8327 esym.asym.iss = issNil;
8328 esym.asym.st = stLocal;
8329 esym.asym.reserved = 0;
8330 esym.asym.index = indexNil;
8331 last = 0;
8332 for (i = 0; i < sizeof (secname) / sizeof (secname[0]); i++)
8333 {
8334 esym.asym.sc = sc[i];
8335 s = bfd_get_section_by_name (abfd, secname[i]);
8336 if (s != NULL)
8337 {
8338 esym.asym.value = s->vma;
8339 last = s->vma + s->size;
8340 }
8341 else
8342 esym.asym.value = last;
8343 if (!bfd_ecoff_debug_one_external (abfd, &debug, swap,
8344 secname[i], &esym))
8345 return FALSE;
8346 }
8347
8348 for (p = o->link_order_head; p != NULL; p = p->next)
8349 {
8350 asection *input_section;
8351 bfd *input_bfd;
8352 const struct ecoff_debug_swap *input_swap;
8353 struct ecoff_debug_info input_debug;
8354 char *eraw_src;
8355 char *eraw_end;
8356
8357 if (p->type != bfd_indirect_link_order)
8358 {
8359 if (p->type == bfd_data_link_order)
8360 continue;
8361 abort ();
8362 }
8363
8364 input_section = p->u.indirect.section;
8365 input_bfd = input_section->owner;
8366
8367 if (bfd_get_flavour (input_bfd) != bfd_target_elf_flavour
8368 || (get_elf_backend_data (input_bfd)
8369 ->elf_backend_ecoff_debug_swap) == NULL)
8370 {
8371 /* I don't know what a non MIPS ELF bfd would be
8372 doing with a .mdebug section, but I don't really
8373 want to deal with it. */
8374 continue;
8375 }
8376
8377 input_swap = (get_elf_backend_data (input_bfd)
8378 ->elf_backend_ecoff_debug_swap);
8379
8380 BFD_ASSERT (p->size == input_section->size);
8381
8382 /* The ECOFF linking code expects that we have already
8383 read in the debugging information and set up an
8384 ecoff_debug_info structure, so we do that now. */
8385 if (! _bfd_mips_elf_read_ecoff_info (input_bfd, input_section,
8386 &input_debug))
8387 return FALSE;
8388
8389 if (! (bfd_ecoff_debug_accumulate
8390 (mdebug_handle, abfd, &debug, swap, input_bfd,
8391 &input_debug, input_swap, info)))
8392 return FALSE;
8393
8394 /* Loop through the external symbols. For each one with
8395 interesting information, try to find the symbol in
8396 the linker global hash table and save the information
8397 for the output external symbols. */
8398 eraw_src = input_debug.external_ext;
8399 eraw_end = (eraw_src
8400 + (input_debug.symbolic_header.iextMax
8401 * input_swap->external_ext_size));
8402 for (;
8403 eraw_src < eraw_end;
8404 eraw_src += input_swap->external_ext_size)
8405 {
8406 EXTR ext;
8407 const char *name;
8408 struct mips_elf_link_hash_entry *h;
8409
8410 (*input_swap->swap_ext_in) (input_bfd, eraw_src, &ext);
8411 if (ext.asym.sc == scNil
8412 || ext.asym.sc == scUndefined
8413 || ext.asym.sc == scSUndefined)
8414 continue;
8415
8416 name = input_debug.ssext + ext.asym.iss;
8417 h = mips_elf_link_hash_lookup (mips_elf_hash_table (info),
8418 name, FALSE, FALSE, TRUE);
8419 if (h == NULL || h->esym.ifd != -2)
8420 continue;
8421
8422 if (ext.ifd != -1)
8423 {
8424 BFD_ASSERT (ext.ifd
8425 < input_debug.symbolic_header.ifdMax);
8426 ext.ifd = input_debug.ifdmap[ext.ifd];
8427 }
8428
8429 h->esym = ext;
8430 }
8431
8432 /* Free up the information we just read. */
8433 free (input_debug.line);
8434 free (input_debug.external_dnr);
8435 free (input_debug.external_pdr);
8436 free (input_debug.external_sym);
8437 free (input_debug.external_opt);
8438 free (input_debug.external_aux);
8439 free (input_debug.ss);
8440 free (input_debug.ssext);
8441 free (input_debug.external_fdr);
8442 free (input_debug.external_rfd);
8443 free (input_debug.external_ext);
8444
8445 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8446 elf_link_input_bfd ignores this section. */
8447 input_section->flags &= ~SEC_HAS_CONTENTS;
8448 }
8449
8450 if (SGI_COMPAT (abfd) && info->shared)
8451 {
8452 /* Create .rtproc section. */
8453 rtproc_sec = bfd_get_section_by_name (abfd, ".rtproc");
8454 if (rtproc_sec == NULL)
8455 {
8456 flagword flags = (SEC_HAS_CONTENTS | SEC_IN_MEMORY
8457 | SEC_LINKER_CREATED | SEC_READONLY);
8458
8459 rtproc_sec = bfd_make_section (abfd, ".rtproc");
8460 if (rtproc_sec == NULL
8461 || ! bfd_set_section_flags (abfd, rtproc_sec, flags)
8462 || ! bfd_set_section_alignment (abfd, rtproc_sec, 4))
8463 return FALSE;
8464 }
8465
8466 if (! mips_elf_create_procedure_table (mdebug_handle, abfd,
8467 info, rtproc_sec,
8468 &debug))
8469 return FALSE;
8470 }
8471
8472 /* Build the external symbol information. */
8473 einfo.abfd = abfd;
8474 einfo.info = info;
8475 einfo.debug = &debug;
8476 einfo.swap = swap;
8477 einfo.failed = FALSE;
8478 mips_elf_link_hash_traverse (mips_elf_hash_table (info),
8479 mips_elf_output_extsym, &einfo);
8480 if (einfo.failed)
8481 return FALSE;
8482
8483 /* Set the size of the .mdebug section. */
8484 o->size = bfd_ecoff_debug_size (abfd, &debug, swap);
8485
8486 /* Skip this section later on (I don't think this currently
8487 matters, but someday it might). */
8488 o->link_order_head = NULL;
8489
8490 mdebug_sec = o;
8491 }
8492
8493 if (strncmp (o->name, ".gptab.", sizeof ".gptab." - 1) == 0)
8494 {
8495 const char *subname;
8496 unsigned int c;
8497 Elf32_gptab *tab;
8498 Elf32_External_gptab *ext_tab;
8499 unsigned int j;
8500
8501 /* The .gptab.sdata and .gptab.sbss sections hold
8502 information describing how the small data area would
8503 change depending upon the -G switch. These sections
8504 not used in executables files. */
8505 if (! info->relocatable)
8506 {
8507 for (p = o->link_order_head; p != NULL; p = p->next)
8508 {
8509 asection *input_section;
8510
8511 if (p->type != bfd_indirect_link_order)
8512 {
8513 if (p->type == bfd_data_link_order)
8514 continue;
8515 abort ();
8516 }
8517
8518 input_section = p->u.indirect.section;
8519
8520 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8521 elf_link_input_bfd ignores this section. */
8522 input_section->flags &= ~SEC_HAS_CONTENTS;
8523 }
8524
8525 /* Skip this section later on (I don't think this
8526 currently matters, but someday it might). */
8527 o->link_order_head = NULL;
8528
8529 /* Really remove the section. */
8530 for (secpp = &abfd->sections;
8531 *secpp != o;
8532 secpp = &(*secpp)->next)
8533 ;
8534 bfd_section_list_remove (abfd, secpp);
8535 --abfd->section_count;
8536
8537 continue;
8538 }
8539
8540 /* There is one gptab for initialized data, and one for
8541 uninitialized data. */
8542 if (strcmp (o->name, ".gptab.sdata") == 0)
8543 gptab_data_sec = o;
8544 else if (strcmp (o->name, ".gptab.sbss") == 0)
8545 gptab_bss_sec = o;
8546 else
8547 {
8548 (*_bfd_error_handler)
8549 (_("%s: illegal section name `%s'"),
8550 bfd_get_filename (abfd), o->name);
8551 bfd_set_error (bfd_error_nonrepresentable_section);
8552 return FALSE;
8553 }
8554
8555 /* The linker script always combines .gptab.data and
8556 .gptab.sdata into .gptab.sdata, and likewise for
8557 .gptab.bss and .gptab.sbss. It is possible that there is
8558 no .sdata or .sbss section in the output file, in which
8559 case we must change the name of the output section. */
8560 subname = o->name + sizeof ".gptab" - 1;
8561 if (bfd_get_section_by_name (abfd, subname) == NULL)
8562 {
8563 if (o == gptab_data_sec)
8564 o->name = ".gptab.data";
8565 else
8566 o->name = ".gptab.bss";
8567 subname = o->name + sizeof ".gptab" - 1;
8568 BFD_ASSERT (bfd_get_section_by_name (abfd, subname) != NULL);
8569 }
8570
8571 /* Set up the first entry. */
8572 c = 1;
8573 amt = c * sizeof (Elf32_gptab);
8574 tab = bfd_malloc (amt);
8575 if (tab == NULL)
8576 return FALSE;
8577 tab[0].gt_header.gt_current_g_value = elf_gp_size (abfd);
8578 tab[0].gt_header.gt_unused = 0;
8579
8580 /* Combine the input sections. */
8581 for (p = o->link_order_head; p != NULL; p = p->next)
8582 {
8583 asection *input_section;
8584 bfd *input_bfd;
8585 bfd_size_type size;
8586 unsigned long last;
8587 bfd_size_type gpentry;
8588
8589 if (p->type != bfd_indirect_link_order)
8590 {
8591 if (p->type == bfd_data_link_order)
8592 continue;
8593 abort ();
8594 }
8595
8596 input_section = p->u.indirect.section;
8597 input_bfd = input_section->owner;
8598
8599 /* Combine the gptab entries for this input section one
8600 by one. We know that the input gptab entries are
8601 sorted by ascending -G value. */
8602 size = input_section->size;
8603 last = 0;
8604 for (gpentry = sizeof (Elf32_External_gptab);
8605 gpentry < size;
8606 gpentry += sizeof (Elf32_External_gptab))
8607 {
8608 Elf32_External_gptab ext_gptab;
8609 Elf32_gptab int_gptab;
8610 unsigned long val;
8611 unsigned long add;
8612 bfd_boolean exact;
8613 unsigned int look;
8614
8615 if (! (bfd_get_section_contents
8616 (input_bfd, input_section, &ext_gptab, gpentry,
8617 sizeof (Elf32_External_gptab))))
8618 {
8619 free (tab);
8620 return FALSE;
8621 }
8622
8623 bfd_mips_elf32_swap_gptab_in (input_bfd, &ext_gptab,
8624 &int_gptab);
8625 val = int_gptab.gt_entry.gt_g_value;
8626 add = int_gptab.gt_entry.gt_bytes - last;
8627
8628 exact = FALSE;
8629 for (look = 1; look < c; look++)
8630 {
8631 if (tab[look].gt_entry.gt_g_value >= val)
8632 tab[look].gt_entry.gt_bytes += add;
8633
8634 if (tab[look].gt_entry.gt_g_value == val)
8635 exact = TRUE;
8636 }
8637
8638 if (! exact)
8639 {
8640 Elf32_gptab *new_tab;
8641 unsigned int max;
8642
8643 /* We need a new table entry. */
8644 amt = (bfd_size_type) (c + 1) * sizeof (Elf32_gptab);
8645 new_tab = bfd_realloc (tab, amt);
8646 if (new_tab == NULL)
8647 {
8648 free (tab);
8649 return FALSE;
8650 }
8651 tab = new_tab;
8652 tab[c].gt_entry.gt_g_value = val;
8653 tab[c].gt_entry.gt_bytes = add;
8654
8655 /* Merge in the size for the next smallest -G
8656 value, since that will be implied by this new
8657 value. */
8658 max = 0;
8659 for (look = 1; look < c; look++)
8660 {
8661 if (tab[look].gt_entry.gt_g_value < val
8662 && (max == 0
8663 || (tab[look].gt_entry.gt_g_value
8664 > tab[max].gt_entry.gt_g_value)))
8665 max = look;
8666 }
8667 if (max != 0)
8668 tab[c].gt_entry.gt_bytes +=
8669 tab[max].gt_entry.gt_bytes;
8670
8671 ++c;
8672 }
8673
8674 last = int_gptab.gt_entry.gt_bytes;
8675 }
8676
8677 /* Hack: reset the SEC_HAS_CONTENTS flag so that
8678 elf_link_input_bfd ignores this section. */
8679 input_section->flags &= ~SEC_HAS_CONTENTS;
8680 }
8681
8682 /* The table must be sorted by -G value. */
8683 if (c > 2)
8684 qsort (tab + 1, c - 1, sizeof (tab[0]), gptab_compare);
8685
8686 /* Swap out the table. */
8687 amt = (bfd_size_type) c * sizeof (Elf32_External_gptab);
8688 ext_tab = bfd_alloc (abfd, amt);
8689 if (ext_tab == NULL)
8690 {
8691 free (tab);
8692 return FALSE;
8693 }
8694
8695 for (j = 0; j < c; j++)
8696 bfd_mips_elf32_swap_gptab_out (abfd, tab + j, ext_tab + j);
8697 free (tab);
8698
8699 o->size = c * sizeof (Elf32_External_gptab);
8700 o->contents = (bfd_byte *) ext_tab;
8701
8702 /* Skip this section later on (I don't think this currently
8703 matters, but someday it might). */
8704 o->link_order_head = NULL;
8705 }
8706 }
8707
8708 /* Invoke the regular ELF backend linker to do all the work. */
8709 if (!bfd_elf_final_link (abfd, info))
8710 return FALSE;
8711
8712 /* Now write out the computed sections. */
8713
8714 if (reginfo_sec != NULL)
8715 {
8716 Elf32_External_RegInfo ext;
8717
8718 bfd_mips_elf32_swap_reginfo_out (abfd, &reginfo, &ext);
8719 if (! bfd_set_section_contents (abfd, reginfo_sec, &ext, 0, sizeof ext))
8720 return FALSE;
8721 }
8722
8723 if (mdebug_sec != NULL)
8724 {
8725 BFD_ASSERT (abfd->output_has_begun);
8726 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug,
8727 swap, info,
8728 mdebug_sec->filepos))
8729 return FALSE;
8730
8731 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info);
8732 }
8733
8734 if (gptab_data_sec != NULL)
8735 {
8736 if (! bfd_set_section_contents (abfd, gptab_data_sec,
8737 gptab_data_sec->contents,
8738 0, gptab_data_sec->size))
8739 return FALSE;
8740 }
8741
8742 if (gptab_bss_sec != NULL)
8743 {
8744 if (! bfd_set_section_contents (abfd, gptab_bss_sec,
8745 gptab_bss_sec->contents,
8746 0, gptab_bss_sec->size))
8747 return FALSE;
8748 }
8749
8750 if (SGI_COMPAT (abfd))
8751 {
8752 rtproc_sec = bfd_get_section_by_name (abfd, ".rtproc");
8753 if (rtproc_sec != NULL)
8754 {
8755 if (! bfd_set_section_contents (abfd, rtproc_sec,
8756 rtproc_sec->contents,
8757 0, rtproc_sec->size))
8758 return FALSE;
8759 }
8760 }
8761
8762 return TRUE;
8763 }
8764 \f
8765 /* Structure for saying that BFD machine EXTENSION extends BASE. */
8766
8767 struct mips_mach_extension {
8768 unsigned long extension, base;
8769 };
8770
8771
8772 /* An array describing how BFD machines relate to one another. The entries
8773 are ordered topologically with MIPS I extensions listed last. */
8774
8775 static const struct mips_mach_extension mips_mach_extensions[] = {
8776 /* MIPS64 extensions. */
8777 { bfd_mach_mipsisa64r2, bfd_mach_mipsisa64 },
8778 { bfd_mach_mips_sb1, bfd_mach_mipsisa64 },
8779
8780 /* MIPS V extensions. */
8781 { bfd_mach_mipsisa64, bfd_mach_mips5 },
8782
8783 /* R10000 extensions. */
8784 { bfd_mach_mips12000, bfd_mach_mips10000 },
8785
8786 /* R5000 extensions. Note: the vr5500 ISA is an extension of the core
8787 vr5400 ISA, but doesn't include the multimedia stuff. It seems
8788 better to allow vr5400 and vr5500 code to be merged anyway, since
8789 many libraries will just use the core ISA. Perhaps we could add
8790 some sort of ASE flag if this ever proves a problem. */
8791 { bfd_mach_mips5500, bfd_mach_mips5400 },
8792 { bfd_mach_mips5400, bfd_mach_mips5000 },
8793
8794 /* MIPS IV extensions. */
8795 { bfd_mach_mips5, bfd_mach_mips8000 },
8796 { bfd_mach_mips10000, bfd_mach_mips8000 },
8797 { bfd_mach_mips5000, bfd_mach_mips8000 },
8798 { bfd_mach_mips7000, bfd_mach_mips8000 },
8799
8800 /* VR4100 extensions. */
8801 { bfd_mach_mips4120, bfd_mach_mips4100 },
8802 { bfd_mach_mips4111, bfd_mach_mips4100 },
8803
8804 /* MIPS III extensions. */
8805 { bfd_mach_mips8000, bfd_mach_mips4000 },
8806 { bfd_mach_mips4650, bfd_mach_mips4000 },
8807 { bfd_mach_mips4600, bfd_mach_mips4000 },
8808 { bfd_mach_mips4400, bfd_mach_mips4000 },
8809 { bfd_mach_mips4300, bfd_mach_mips4000 },
8810 { bfd_mach_mips4100, bfd_mach_mips4000 },
8811 { bfd_mach_mips4010, bfd_mach_mips4000 },
8812
8813 /* MIPS32 extensions. */
8814 { bfd_mach_mipsisa32r2, bfd_mach_mipsisa32 },
8815
8816 /* MIPS II extensions. */
8817 { bfd_mach_mips4000, bfd_mach_mips6000 },
8818 { bfd_mach_mipsisa32, bfd_mach_mips6000 },
8819
8820 /* MIPS I extensions. */
8821 { bfd_mach_mips6000, bfd_mach_mips3000 },
8822 { bfd_mach_mips3900, bfd_mach_mips3000 }
8823 };
8824
8825
8826 /* Return true if bfd machine EXTENSION is an extension of machine BASE. */
8827
8828 static bfd_boolean
8829 mips_mach_extends_p (unsigned long base, unsigned long extension)
8830 {
8831 size_t i;
8832
8833 for (i = 0; extension != base && i < ARRAY_SIZE (mips_mach_extensions); i++)
8834 if (extension == mips_mach_extensions[i].extension)
8835 extension = mips_mach_extensions[i].base;
8836
8837 return extension == base;
8838 }
8839
8840
8841 /* Return true if the given ELF header flags describe a 32-bit binary. */
8842
8843 static bfd_boolean
8844 mips_32bit_flags_p (flagword flags)
8845 {
8846 return ((flags & EF_MIPS_32BITMODE) != 0
8847 || (flags & EF_MIPS_ABI) == E_MIPS_ABI_O32
8848 || (flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI32
8849 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1
8850 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2
8851 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32
8852 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2);
8853 }
8854
8855
8856 /* Merge backend specific data from an object file to the output
8857 object file when linking. */
8858
8859 bfd_boolean
8860 _bfd_mips_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
8861 {
8862 flagword old_flags;
8863 flagword new_flags;
8864 bfd_boolean ok;
8865 bfd_boolean null_input_bfd = TRUE;
8866 asection *sec;
8867
8868 /* Check if we have the same endianess */
8869 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
8870 {
8871 (*_bfd_error_handler)
8872 (_("%s: endianness incompatible with that of the selected emulation"),
8873 bfd_archive_filename (ibfd));
8874 return FALSE;
8875 }
8876
8877 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
8878 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
8879 return TRUE;
8880
8881 if (strcmp (bfd_get_target (ibfd), bfd_get_target (obfd)) != 0)
8882 {
8883 (*_bfd_error_handler)
8884 (_("%s: ABI is incompatible with that of the selected emulation"),
8885 bfd_archive_filename (ibfd));
8886 return FALSE;
8887 }
8888
8889 new_flags = elf_elfheader (ibfd)->e_flags;
8890 elf_elfheader (obfd)->e_flags |= new_flags & EF_MIPS_NOREORDER;
8891 old_flags = elf_elfheader (obfd)->e_flags;
8892
8893 if (! elf_flags_init (obfd))
8894 {
8895 elf_flags_init (obfd) = TRUE;
8896 elf_elfheader (obfd)->e_flags = new_flags;
8897 elf_elfheader (obfd)->e_ident[EI_CLASS]
8898 = elf_elfheader (ibfd)->e_ident[EI_CLASS];
8899
8900 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
8901 && bfd_get_arch_info (obfd)->the_default)
8902 {
8903 if (! bfd_set_arch_mach (obfd, bfd_get_arch (ibfd),
8904 bfd_get_mach (ibfd)))
8905 return FALSE;
8906 }
8907
8908 return TRUE;
8909 }
8910
8911 /* Check flag compatibility. */
8912
8913 new_flags &= ~EF_MIPS_NOREORDER;
8914 old_flags &= ~EF_MIPS_NOREORDER;
8915
8916 /* Some IRIX 6 BSD-compatibility objects have this bit set. It
8917 doesn't seem to matter. */
8918 new_flags &= ~EF_MIPS_XGOT;
8919 old_flags &= ~EF_MIPS_XGOT;
8920
8921 /* MIPSpro generates ucode info in n64 objects. Again, we should
8922 just be able to ignore this. */
8923 new_flags &= ~EF_MIPS_UCODE;
8924 old_flags &= ~EF_MIPS_UCODE;
8925
8926 if (new_flags == old_flags)
8927 return TRUE;
8928
8929 /* Check to see if the input BFD actually contains any sections.
8930 If not, its flags may not have been initialised either, but it cannot
8931 actually cause any incompatibility. */
8932 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8933 {
8934 /* Ignore synthetic sections and empty .text, .data and .bss sections
8935 which are automatically generated by gas. */
8936 if (strcmp (sec->name, ".reginfo")
8937 && strcmp (sec->name, ".mdebug")
8938 && (sec->size != 0
8939 || (strcmp (sec->name, ".text")
8940 && strcmp (sec->name, ".data")
8941 && strcmp (sec->name, ".bss"))))
8942 {
8943 null_input_bfd = FALSE;
8944 break;
8945 }
8946 }
8947 if (null_input_bfd)
8948 return TRUE;
8949
8950 ok = TRUE;
8951
8952 if (((new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0)
8953 != ((old_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0))
8954 {
8955 (*_bfd_error_handler)
8956 (_("%s: warning: linking PIC files with non-PIC files"),
8957 bfd_archive_filename (ibfd));
8958 ok = TRUE;
8959 }
8960
8961 if (new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC))
8962 elf_elfheader (obfd)->e_flags |= EF_MIPS_CPIC;
8963 if (! (new_flags & EF_MIPS_PIC))
8964 elf_elfheader (obfd)->e_flags &= ~EF_MIPS_PIC;
8965
8966 new_flags &= ~ (EF_MIPS_PIC | EF_MIPS_CPIC);
8967 old_flags &= ~ (EF_MIPS_PIC | EF_MIPS_CPIC);
8968
8969 /* Compare the ISAs. */
8970 if (mips_32bit_flags_p (old_flags) != mips_32bit_flags_p (new_flags))
8971 {
8972 (*_bfd_error_handler)
8973 (_("%s: linking 32-bit code with 64-bit code"),
8974 bfd_archive_filename (ibfd));
8975 ok = FALSE;
8976 }
8977 else if (!mips_mach_extends_p (bfd_get_mach (ibfd), bfd_get_mach (obfd)))
8978 {
8979 /* OBFD's ISA isn't the same as, or an extension of, IBFD's. */
8980 if (mips_mach_extends_p (bfd_get_mach (obfd), bfd_get_mach (ibfd)))
8981 {
8982 /* Copy the architecture info from IBFD to OBFD. Also copy
8983 the 32-bit flag (if set) so that we continue to recognise
8984 OBFD as a 32-bit binary. */
8985 bfd_set_arch_info (obfd, bfd_get_arch_info (ibfd));
8986 elf_elfheader (obfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH);
8987 elf_elfheader (obfd)->e_flags
8988 |= new_flags & (EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE);
8989
8990 /* Copy across the ABI flags if OBFD doesn't use them
8991 and if that was what caused us to treat IBFD as 32-bit. */
8992 if ((old_flags & EF_MIPS_ABI) == 0
8993 && mips_32bit_flags_p (new_flags)
8994 && !mips_32bit_flags_p (new_flags & ~EF_MIPS_ABI))
8995 elf_elfheader (obfd)->e_flags |= new_flags & EF_MIPS_ABI;
8996 }
8997 else
8998 {
8999 /* The ISAs aren't compatible. */
9000 (*_bfd_error_handler)
9001 (_("%s: linking %s module with previous %s modules"),
9002 bfd_archive_filename (ibfd),
9003 bfd_printable_name (ibfd),
9004 bfd_printable_name (obfd));
9005 ok = FALSE;
9006 }
9007 }
9008
9009 new_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE);
9010 old_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE);
9011
9012 /* Compare ABIs. The 64-bit ABI does not use EF_MIPS_ABI. But, it
9013 does set EI_CLASS differently from any 32-bit ABI. */
9014 if ((new_flags & EF_MIPS_ABI) != (old_flags & EF_MIPS_ABI)
9015 || (elf_elfheader (ibfd)->e_ident[EI_CLASS]
9016 != elf_elfheader (obfd)->e_ident[EI_CLASS]))
9017 {
9018 /* Only error if both are set (to different values). */
9019 if (((new_flags & EF_MIPS_ABI) && (old_flags & EF_MIPS_ABI))
9020 || (elf_elfheader (ibfd)->e_ident[EI_CLASS]
9021 != elf_elfheader (obfd)->e_ident[EI_CLASS]))
9022 {
9023 (*_bfd_error_handler)
9024 (_("%s: ABI mismatch: linking %s module with previous %s modules"),
9025 bfd_archive_filename (ibfd),
9026 elf_mips_abi_name (ibfd),
9027 elf_mips_abi_name (obfd));
9028 ok = FALSE;
9029 }
9030 new_flags &= ~EF_MIPS_ABI;
9031 old_flags &= ~EF_MIPS_ABI;
9032 }
9033
9034 /* For now, allow arbitrary mixing of ASEs (retain the union). */
9035 if ((new_flags & EF_MIPS_ARCH_ASE) != (old_flags & EF_MIPS_ARCH_ASE))
9036 {
9037 elf_elfheader (obfd)->e_flags |= new_flags & EF_MIPS_ARCH_ASE;
9038
9039 new_flags &= ~ EF_MIPS_ARCH_ASE;
9040 old_flags &= ~ EF_MIPS_ARCH_ASE;
9041 }
9042
9043 /* Warn about any other mismatches */
9044 if (new_flags != old_flags)
9045 {
9046 (*_bfd_error_handler)
9047 (_("%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"),
9048 bfd_archive_filename (ibfd), (unsigned long) new_flags,
9049 (unsigned long) old_flags);
9050 ok = FALSE;
9051 }
9052
9053 if (! ok)
9054 {
9055 bfd_set_error (bfd_error_bad_value);
9056 return FALSE;
9057 }
9058
9059 return TRUE;
9060 }
9061
9062 /* Function to keep MIPS specific file flags like as EF_MIPS_PIC. */
9063
9064 bfd_boolean
9065 _bfd_mips_elf_set_private_flags (bfd *abfd, flagword flags)
9066 {
9067 BFD_ASSERT (!elf_flags_init (abfd)
9068 || elf_elfheader (abfd)->e_flags == flags);
9069
9070 elf_elfheader (abfd)->e_flags = flags;
9071 elf_flags_init (abfd) = TRUE;
9072 return TRUE;
9073 }
9074
9075 bfd_boolean
9076 _bfd_mips_elf_print_private_bfd_data (bfd *abfd, void *ptr)
9077 {
9078 FILE *file = ptr;
9079
9080 BFD_ASSERT (abfd != NULL && ptr != NULL);
9081
9082 /* Print normal ELF private data. */
9083 _bfd_elf_print_private_bfd_data (abfd, ptr);
9084
9085 /* xgettext:c-format */
9086 fprintf (file, _("private flags = %lx:"), elf_elfheader (abfd)->e_flags);
9087
9088 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI) == E_MIPS_ABI_O32)
9089 fprintf (file, _(" [abi=O32]"));
9090 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI) == E_MIPS_ABI_O64)
9091 fprintf (file, _(" [abi=O64]"));
9092 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI32)
9093 fprintf (file, _(" [abi=EABI32]"));
9094 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI64)
9095 fprintf (file, _(" [abi=EABI64]"));
9096 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI))
9097 fprintf (file, _(" [abi unknown]"));
9098 else if (ABI_N32_P (abfd))
9099 fprintf (file, _(" [abi=N32]"));
9100 else if (ABI_64_P (abfd))
9101 fprintf (file, _(" [abi=64]"));
9102 else
9103 fprintf (file, _(" [no abi set]"));
9104
9105 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1)
9106 fprintf (file, _(" [mips1]"));
9107 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2)
9108 fprintf (file, _(" [mips2]"));
9109 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_3)
9110 fprintf (file, _(" [mips3]"));
9111 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_4)
9112 fprintf (file, _(" [mips4]"));
9113 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_5)
9114 fprintf (file, _(" [mips5]"));
9115 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32)
9116 fprintf (file, _(" [mips32]"));
9117 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64)
9118 fprintf (file, _(" [mips64]"));
9119 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2)
9120 fprintf (file, _(" [mips32r2]"));
9121 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R2)
9122 fprintf (file, _(" [mips64r2]"));
9123 else
9124 fprintf (file, _(" [unknown ISA]"));
9125
9126 if (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH_ASE_MDMX)
9127 fprintf (file, _(" [mdmx]"));
9128
9129 if (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH_ASE_M16)
9130 fprintf (file, _(" [mips16]"));
9131
9132 if (elf_elfheader (abfd)->e_flags & EF_MIPS_32BITMODE)
9133 fprintf (file, _(" [32bitmode]"));
9134 else
9135 fprintf (file, _(" [not 32bitmode]"));
9136
9137 fputc ('\n', file);
9138
9139 return TRUE;
9140 }
9141
9142 struct bfd_elf_special_section const _bfd_mips_elf_special_sections[]=
9143 {
9144 { ".sdata", 6, -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
9145 { ".sbss", 5, -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
9146 { ".lit4", 5, 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
9147 { ".lit8", 5, 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
9148 { ".ucode", 6, 0, SHT_MIPS_UCODE, 0 },
9149 { ".mdebug", 7, 0, SHT_MIPS_DEBUG, 0 },
9150 { NULL, 0, 0, 0, 0 }
9151 };