1 /* Alpha specific support for 64-bit ELF
2 Copyright 1996, 97, 98, 1999 Free Software Foundation, Inc.
3 Contributed by Richard Henderson <rth@tamu.edu>.
5 This file is part of BFD, the Binary File Descriptor library.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21 /* We need a published ABI spec for this. Until one comes out, don't
22 assume this'll remain unchanged forever. */
29 #include "elf/alpha.h"
33 #define NO_COFF_RELOCS
34 #define NO_COFF_SYMBOLS
35 #define NO_COFF_LINENOS
37 /* Get the ECOFF swapping routines. Needed for the debug information. */
38 #include "coff/internal.h"
40 #include "coff/symconst.h"
41 #include "coff/ecoff.h"
42 #include "coff/alpha.h"
47 #include "ecoffswap.h"
49 static int alpha_elf_dynamic_symbol_p
50 PARAMS((struct elf_link_hash_entry *, struct bfd_link_info *));
51 static struct bfd_hash_entry * elf64_alpha_link_hash_newfunc
52 PARAMS((struct bfd_hash_entry *, struct bfd_hash_table *, const char *));
53 static struct bfd_link_hash_table * elf64_alpha_bfd_link_hash_table_create
56 static bfd_reloc_status_type elf64_alpha_reloc_nil
57 PARAMS((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
58 static bfd_reloc_status_type elf64_alpha_reloc_bad
59 PARAMS((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
60 static bfd_reloc_status_type elf64_alpha_do_reloc_gpdisp
61 PARAMS((bfd *, bfd_vma, bfd_byte *, bfd_byte *));
62 static bfd_reloc_status_type elf64_alpha_reloc_gpdisp
63 PARAMS((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
65 static reloc_howto_type * elf64_alpha_bfd_reloc_type_lookup
66 PARAMS((bfd *, bfd_reloc_code_real_type));
67 static void elf64_alpha_info_to_howto
68 PARAMS((bfd *, arelent *, Elf64_Internal_Rela *));
70 static boolean elf64_alpha_mkobject
72 static boolean elf64_alpha_object_p
74 static boolean elf64_alpha_section_from_shdr
75 PARAMS((bfd *, Elf64_Internal_Shdr *, char *));
76 static boolean elf64_alpha_fake_sections
77 PARAMS((bfd *, Elf64_Internal_Shdr *, asection *));
78 static boolean elf64_alpha_create_got_section
79 PARAMS((bfd *, struct bfd_link_info *));
80 static boolean elf64_alpha_create_dynamic_sections
81 PARAMS((bfd *, struct bfd_link_info *));
83 static boolean elf64_alpha_read_ecoff_info
84 PARAMS((bfd *, asection *, struct ecoff_debug_info *));
85 static boolean elf64_alpha_is_local_label_name
86 PARAMS((bfd *, const char *));
87 static boolean elf64_alpha_find_nearest_line
88 PARAMS((bfd *, asection *, asymbol **, bfd_vma, const char **,
89 const char **, unsigned int *));
91 #if defined(__STDC__) || defined(ALMOST_STDC)
92 struct alpha_elf_link_hash_entry;
95 static boolean elf64_alpha_output_extsym
96 PARAMS((struct alpha_elf_link_hash_entry *, PTR));
98 static boolean elf64_alpha_can_merge_gots
99 PARAMS((bfd *, bfd *));
100 static void elf64_alpha_merge_gots
101 PARAMS((bfd *, bfd *));
102 static boolean elf64_alpha_calc_got_offsets_for_symbol
103 PARAMS ((struct alpha_elf_link_hash_entry *, PTR));
104 static void elf64_alpha_calc_got_offsets PARAMS ((struct bfd_link_info *));
105 static boolean elf64_alpha_size_got_sections
106 PARAMS ((bfd *, struct bfd_link_info *));
107 static boolean elf64_alpha_always_size_sections
108 PARAMS ((bfd *, struct bfd_link_info *));
109 static boolean elf64_alpha_calc_dynrel_sizes
110 PARAMS ((struct alpha_elf_link_hash_entry *, struct bfd_link_info *));
111 static boolean elf64_alpha_add_symbol_hook
112 PARAMS ((bfd *, struct bfd_link_info *, const Elf_Internal_Sym *,
113 const char **, flagword *, asection **, bfd_vma *));
114 static boolean elf64_alpha_check_relocs
115 PARAMS((bfd *, struct bfd_link_info *, asection *sec,
116 const Elf_Internal_Rela *));
117 static boolean elf64_alpha_adjust_dynamic_symbol
118 PARAMS((struct bfd_link_info *, struct elf_link_hash_entry *));
119 static boolean elf64_alpha_size_dynamic_sections
120 PARAMS((bfd *, struct bfd_link_info *));
121 static boolean elf64_alpha_relocate_section
122 PARAMS((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
123 Elf_Internal_Rela *, Elf_Internal_Sym *, asection **));
124 static boolean elf64_alpha_finish_dynamic_symbol
125 PARAMS((bfd *, struct bfd_link_info *, struct elf_link_hash_entry *,
126 Elf_Internal_Sym *));
127 static boolean elf64_alpha_finish_dynamic_sections
128 PARAMS((bfd *, struct bfd_link_info *));
129 static boolean elf64_alpha_final_link
130 PARAMS((bfd *, struct bfd_link_info *));
131 static boolean elf64_alpha_merge_ind_symbols
132 PARAMS((struct alpha_elf_link_hash_entry *, PTR));
133 static Elf_Internal_Rela * elf64_alpha_find_reloc_at_ofs
134 PARAMS ((Elf_Internal_Rela *, Elf_Internal_Rela *, bfd_vma, int));
136 struct alpha_elf_link_hash_entry
138 struct elf_link_hash_entry root;
140 /* External symbol information. */
143 /* Cumulative flags for all the .got entries. */
146 /* Contexts (LITUSE) in which a literal was referenced. */
147 #define ALPHA_ELF_LINK_HASH_LU_ADDR 0x01
148 #define ALPHA_ELF_LINK_HASH_LU_MEM 0x02
149 #define ALPHA_ELF_LINK_HASH_LU_BYTE 0x04
150 #define ALPHA_ELF_LINK_HASH_LU_FUNC 0x08
152 /* Used to implement multiple .got subsections. */
153 struct alpha_elf_got_entry
155 struct alpha_elf_got_entry *next;
157 /* which .got subsection? */
160 /* the addend in effect for this entry. */
163 /* the .got offset for this entry. */
168 /* An additional flag. */
169 #define ALPHA_ELF_GOT_ENTRY_RELOCS_DONE 0x10
174 /* used to count non-got, non-plt relocations for delayed sizing
175 of relocation sections. */
176 struct alpha_elf_reloc_entry
178 struct alpha_elf_reloc_entry *next;
180 /* which .reloc section? */
183 /* what kind of relocation? */
186 /* how many did we find? */
191 /* Alpha ELF linker hash table. */
193 struct alpha_elf_link_hash_table
195 struct elf_link_hash_table root;
197 /* The head of a list of .got subsections linked through
198 alpha_elf_tdata(abfd)->got_link_next. */
202 /* Look up an entry in a Alpha ELF linker hash table. */
204 #define alpha_elf_link_hash_lookup(table, string, create, copy, follow) \
205 ((struct alpha_elf_link_hash_entry *) \
206 elf_link_hash_lookup (&(table)->root, (string), (create), \
209 /* Traverse a Alpha ELF linker hash table. */
211 #define alpha_elf_link_hash_traverse(table, func, info) \
212 (elf_link_hash_traverse \
214 (boolean (*) PARAMS ((struct elf_link_hash_entry *, PTR))) (func), \
217 /* Get the Alpha ELF linker hash table from a link_info structure. */
219 #define alpha_elf_hash_table(p) \
220 ((struct alpha_elf_link_hash_table *) ((p)->hash))
222 /* Get the object's symbols as our own entry type. */
224 #define alpha_elf_sym_hashes(abfd) \
225 ((struct alpha_elf_link_hash_entry **)elf_sym_hashes(abfd))
227 /* Should we do dynamic things to this symbol? */
230 alpha_elf_dynamic_symbol_p (h, info)
231 struct elf_link_hash_entry *h;
232 struct bfd_link_info *info;
237 while (h->root.type == bfd_link_hash_indirect
238 || h->root.type == bfd_link_hash_warning)
239 h = (struct elf_link_hash_entry *) h->root.u.i.link;
241 if (h->dynindx == -1)
243 switch (ELF_ST_VISIBILITY (h->other))
250 if (h->root.type == bfd_link_hash_undefweak
251 || h->root.type == bfd_link_hash_defweak)
254 if ((info->shared && !info->symbolic)
255 || ((h->elf_link_hash_flags
256 & (ELF_LINK_HASH_DEF_DYNAMIC | ELF_LINK_HASH_REF_REGULAR))
257 == (ELF_LINK_HASH_DEF_DYNAMIC | ELF_LINK_HASH_REF_REGULAR)))
263 /* Create an entry in a Alpha ELF linker hash table. */
265 static struct bfd_hash_entry *
266 elf64_alpha_link_hash_newfunc (entry, table, string)
267 struct bfd_hash_entry *entry;
268 struct bfd_hash_table *table;
271 struct alpha_elf_link_hash_entry *ret =
272 (struct alpha_elf_link_hash_entry *) entry;
274 /* Allocate the structure if it has not already been allocated by a
276 if (ret == (struct alpha_elf_link_hash_entry *) NULL)
277 ret = ((struct alpha_elf_link_hash_entry *)
278 bfd_hash_allocate (table,
279 sizeof (struct alpha_elf_link_hash_entry)));
280 if (ret == (struct alpha_elf_link_hash_entry *) NULL)
281 return (struct bfd_hash_entry *) ret;
283 /* Call the allocation method of the superclass. */
284 ret = ((struct alpha_elf_link_hash_entry *)
285 _bfd_elf_link_hash_newfunc ((struct bfd_hash_entry *) ret,
287 if (ret != (struct alpha_elf_link_hash_entry *) NULL)
289 /* Set local fields. */
290 memset (&ret->esym, 0, sizeof (EXTR));
291 /* We use -2 as a marker to indicate that the information has
292 not been set. -1 means there is no associated ifd. */
295 ret->got_entries = NULL;
296 ret->reloc_entries = NULL;
299 return (struct bfd_hash_entry *) ret;
302 /* Create a Alpha ELF linker hash table. */
304 static struct bfd_link_hash_table *
305 elf64_alpha_bfd_link_hash_table_create (abfd)
308 struct alpha_elf_link_hash_table *ret;
310 ret = ((struct alpha_elf_link_hash_table *)
311 bfd_zalloc (abfd, sizeof (struct alpha_elf_link_hash_table)));
312 if (ret == (struct alpha_elf_link_hash_table *) NULL)
315 if (! _bfd_elf_link_hash_table_init (&ret->root, abfd,
316 elf64_alpha_link_hash_newfunc))
318 bfd_release (abfd, ret);
322 return &ret->root.root;
325 /* We have some private fields hanging off of the elf_tdata structure. */
327 struct alpha_elf_obj_tdata
329 struct elf_obj_tdata root;
331 /* For every input file, these are the got entries for that object's
333 struct alpha_elf_got_entry ** local_got_entries;
335 /* For every input file, this is the object that owns the got that
336 this input file uses. */
339 /* For every got, this is a linked list through the objects using this got */
340 bfd *in_got_link_next;
342 /* For every got, this is a link to the next got subsegment. */
345 /* For every got, this is the section. */
348 /* For every got, this is it's total number of *entries*. */
349 int total_got_entries;
351 /* For every got, this is the sum of the number of *entries* required
352 to hold all of the member object's local got. */
353 int n_local_got_entries;
356 #define alpha_elf_tdata(abfd) \
357 ((struct alpha_elf_obj_tdata *) (abfd)->tdata.any)
360 elf64_alpha_mkobject (abfd)
363 abfd->tdata.any = bfd_zalloc (abfd, sizeof (struct alpha_elf_obj_tdata));
364 if (abfd->tdata.any == NULL)
370 elf64_alpha_object_p (abfd)
373 /* Allocate our special target data. */
374 struct alpha_elf_obj_tdata *new_tdata;
375 new_tdata = bfd_zalloc (abfd, sizeof (struct alpha_elf_obj_tdata));
376 if (new_tdata == NULL)
378 new_tdata->root = *abfd->tdata.elf_obj_data;
379 abfd->tdata.any = new_tdata;
381 /* Set the right machine number for an Alpha ELF file. */
382 return bfd_default_set_arch_mach (abfd, bfd_arch_alpha, 0);
385 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value
386 from smaller values. Start with zero, widen, *then* decrement. */
387 #define MINUS_ONE (((bfd_vma)0) - 1)
389 static reloc_howto_type elf64_alpha_howto_table[] =
391 HOWTO (R_ALPHA_NONE, /* type */
393 0, /* size (0 = byte, 1 = short, 2 = long) */
395 true, /* pc_relative */
397 complain_overflow_dont, /* complain_on_overflow */
398 elf64_alpha_reloc_nil, /* special_function */
400 false, /* partial_inplace */
403 true), /* pcrel_offset */
405 /* A 32 bit reference to a symbol. */
406 HOWTO (R_ALPHA_REFLONG, /* type */
408 2, /* size (0 = byte, 1 = short, 2 = long) */
410 false, /* pc_relative */
412 complain_overflow_bitfield, /* complain_on_overflow */
413 0, /* special_function */
414 "REFLONG", /* name */
415 false, /* partial_inplace */
416 0xffffffff, /* src_mask */
417 0xffffffff, /* dst_mask */
418 false), /* pcrel_offset */
420 /* A 64 bit reference to a symbol. */
421 HOWTO (R_ALPHA_REFQUAD, /* type */
423 4, /* size (0 = byte, 1 = short, 2 = long) */
425 false, /* pc_relative */
427 complain_overflow_bitfield, /* complain_on_overflow */
428 0, /* special_function */
429 "REFQUAD", /* name */
430 false, /* partial_inplace */
431 MINUS_ONE, /* src_mask */
432 MINUS_ONE, /* dst_mask */
433 false), /* pcrel_offset */
435 /* A 32 bit GP relative offset. This is just like REFLONG except
436 that when the value is used the value of the gp register will be
438 HOWTO (R_ALPHA_GPREL32, /* type */
440 2, /* size (0 = byte, 1 = short, 2 = long) */
442 false, /* pc_relative */
444 complain_overflow_bitfield, /* complain_on_overflow */
445 0, /* special_function */
446 "GPREL32", /* name */
447 false, /* partial_inplace */
448 0xffffffff, /* src_mask */
449 0xffffffff, /* dst_mask */
450 false), /* pcrel_offset */
452 /* Used for an instruction that refers to memory off the GP register. */
453 HOWTO (R_ALPHA_LITERAL, /* type */
455 2, /* size (0 = byte, 1 = short, 2 = long) */
457 false, /* pc_relative */
459 complain_overflow_signed, /* complain_on_overflow */
460 0, /* special_function */
461 "ELF_LITERAL", /* name */
462 false, /* partial_inplace */
463 0xffff, /* src_mask */
464 0xffff, /* dst_mask */
465 false), /* pcrel_offset */
467 /* This reloc only appears immediately following an ELF_LITERAL reloc.
468 It identifies a use of the literal. The symbol index is special:
469 1 means the literal address is in the base register of a memory
470 format instruction; 2 means the literal address is in the byte
471 offset register of a byte-manipulation instruction; 3 means the
472 literal address is in the target register of a jsr instruction.
473 This does not actually do any relocation. */
474 HOWTO (R_ALPHA_LITUSE, /* type */
476 2, /* size (0 = byte, 1 = short, 2 = long) */
478 false, /* pc_relative */
480 complain_overflow_dont, /* complain_on_overflow */
481 elf64_alpha_reloc_nil, /* special_function */
483 false, /* partial_inplace */
486 false), /* pcrel_offset */
488 /* Load the gp register. This is always used for a ldah instruction
489 which loads the upper 16 bits of the gp register. The symbol
490 index of the GPDISP instruction is an offset in bytes to the lda
491 instruction that loads the lower 16 bits. The value to use for
492 the relocation is the difference between the GP value and the
493 current location; the load will always be done against a register
494 holding the current address.
496 NOTE: Unlike ECOFF, partial in-place relocation is not done. If
497 any offset is present in the instructions, it is an offset from
498 the register to the ldah instruction. This lets us avoid any
499 stupid hackery like inventing a gp value to do partial relocation
500 against. Also unlike ECOFF, we do the whole relocation off of
501 the GPDISP rather than a GPDISP_HI16/GPDISP_LO16 pair. An odd,
502 space consuming bit, that, since all the information was present
503 in the GPDISP_HI16 reloc. */
504 HOWTO (R_ALPHA_GPDISP, /* type */
506 2, /* size (0 = byte, 1 = short, 2 = long) */
508 false, /* pc_relative */
510 complain_overflow_dont, /* complain_on_overflow */
511 elf64_alpha_reloc_gpdisp, /* special_function */
513 false, /* partial_inplace */
514 0xffff, /* src_mask */
515 0xffff, /* dst_mask */
516 true), /* pcrel_offset */
518 /* A 21 bit branch. */
519 HOWTO (R_ALPHA_BRADDR, /* type */
521 2, /* size (0 = byte, 1 = short, 2 = long) */
523 true, /* pc_relative */
525 complain_overflow_signed, /* complain_on_overflow */
526 0, /* special_function */
528 false, /* partial_inplace */
529 0x1fffff, /* src_mask */
530 0x1fffff, /* dst_mask */
531 true), /* pcrel_offset */
533 /* A hint for a jump to a register. */
534 HOWTO (R_ALPHA_HINT, /* type */
536 2, /* size (0 = byte, 1 = short, 2 = long) */
538 true, /* pc_relative */
540 complain_overflow_dont, /* complain_on_overflow */
541 0, /* special_function */
543 false, /* partial_inplace */
544 0x3fff, /* src_mask */
545 0x3fff, /* dst_mask */
546 true), /* pcrel_offset */
548 /* 16 bit PC relative offset. */
549 HOWTO (R_ALPHA_SREL16, /* type */
551 1, /* size (0 = byte, 1 = short, 2 = long) */
553 true, /* pc_relative */
555 complain_overflow_signed, /* complain_on_overflow */
556 0, /* special_function */
558 false, /* partial_inplace */
559 0xffff, /* src_mask */
560 0xffff, /* dst_mask */
561 false), /* pcrel_offset */
563 /* 32 bit PC relative offset. */
564 HOWTO (R_ALPHA_SREL32, /* type */
566 2, /* size (0 = byte, 1 = short, 2 = long) */
568 true, /* pc_relative */
570 complain_overflow_signed, /* complain_on_overflow */
571 0, /* special_function */
573 false, /* partial_inplace */
574 0xffffffff, /* src_mask */
575 0xffffffff, /* dst_mask */
576 false), /* pcrel_offset */
578 /* A 64 bit PC relative offset. */
579 HOWTO (R_ALPHA_SREL64, /* type */
581 4, /* size (0 = byte, 1 = short, 2 = long) */
583 true, /* pc_relative */
585 complain_overflow_signed, /* complain_on_overflow */
586 0, /* special_function */
588 false, /* partial_inplace */
589 MINUS_ONE, /* src_mask */
590 MINUS_ONE, /* dst_mask */
591 false), /* pcrel_offset */
593 /* Push a value on the reloc evaluation stack. */
594 /* Not implemented -- it's dumb. */
595 HOWTO (R_ALPHA_OP_PUSH, /* type */
597 0, /* size (0 = byte, 1 = short, 2 = long) */
599 false, /* pc_relative */
601 complain_overflow_dont, /* complain_on_overflow */
602 elf64_alpha_reloc_bad, /* special_function */
603 "OP_PUSH", /* name */
604 false, /* partial_inplace */
607 false), /* pcrel_offset */
609 /* Store the value from the stack at the given address. Store it in
610 a bitfield of size r_size starting at bit position r_offset. */
611 /* Not implemented -- it's dumb. */
612 HOWTO (R_ALPHA_OP_STORE, /* type */
614 4, /* size (0 = byte, 1 = short, 2 = long) */
616 false, /* pc_relative */
618 complain_overflow_dont, /* complain_on_overflow */
619 elf64_alpha_reloc_bad, /* special_function */
620 "OP_STORE", /* name */
621 false, /* partial_inplace */
623 MINUS_ONE, /* dst_mask */
624 false), /* pcrel_offset */
626 /* Subtract the reloc address from the value on the top of the
628 /* Not implemented -- it's dumb. */
629 HOWTO (R_ALPHA_OP_PSUB, /* type */
631 0, /* size (0 = byte, 1 = short, 2 = long) */
633 false, /* pc_relative */
635 complain_overflow_dont, /* complain_on_overflow */
636 elf64_alpha_reloc_bad, /* special_function */
637 "OP_PSUB", /* name */
638 false, /* partial_inplace */
641 false), /* pcrel_offset */
643 /* Shift the value on the top of the relocation stack right by the
645 /* Not implemented -- it's dumb. */
646 HOWTO (R_ALPHA_OP_PRSHIFT, /* type */
648 0, /* size (0 = byte, 1 = short, 2 = long) */
650 false, /* pc_relative */
652 complain_overflow_dont, /* complain_on_overflow */
653 elf64_alpha_reloc_bad, /* special_function */
654 "OP_PRSHIFT", /* name */
655 false, /* partial_inplace */
658 false), /* pcrel_offset */
660 /* Change the value of GP used by +r_addend until the next GPVALUE or the
661 end of the input bfd. */
662 /* Not implemented -- it's dumb. */
663 HOWTO (R_ALPHA_GPVALUE,
665 0, /* size (0 = byte, 1 = short, 2 = long) */
667 false, /* pc_relative */
669 complain_overflow_dont, /* complain_on_overflow */
670 elf64_alpha_reloc_bad, /* special_function */
671 "GPVALUE", /* name */
672 false, /* partial_inplace */
675 false), /* pcrel_offset */
677 /* The high 16 bits of the displacement from GP to the target. */
678 HOWTO (R_ALPHA_GPRELHIGH,
680 2, /* size (0 = byte, 1 = short, 2 = long) */
682 false, /* pc_relative */
684 complain_overflow_signed, /* complain_on_overflow */
685 elf64_alpha_reloc_bad, /* special_function */
686 "GPRELHIGH", /* name */
687 false, /* partial_inplace */
688 0xffff, /* src_mask */
689 0xffff, /* dst_mask */
690 false), /* pcrel_offset */
692 /* The low 16 bits of the displacement from GP to the target. */
693 HOWTO (R_ALPHA_GPRELLOW,
695 2, /* size (0 = byte, 1 = short, 2 = long) */
697 false, /* pc_relative */
699 complain_overflow_dont, /* complain_on_overflow */
700 elf64_alpha_reloc_bad, /* special_function */
701 "GPRELLOW", /* name */
702 false, /* partial_inplace */
703 0xffff, /* src_mask */
704 0xffff, /* dst_mask */
705 false), /* pcrel_offset */
707 /* A 16-bit displacement from the GP to the target. */
708 /* XXX: Not implemented. */
709 HOWTO (R_ALPHA_IMMED_GP_16,
711 2, /* size (0 = byte, 1 = short, 2 = long) */
713 false, /* pc_relative */
715 complain_overflow_signed, /* complain_on_overflow */
716 0, /* special_function */
717 "IMMED_GP_16", /* name */
718 false, /* partial_inplace */
719 0xffff, /* src_mask */
720 0xffff, /* dst_mask */
721 false), /* pcrel_offset */
723 /* The high bits of a 32-bit displacement from the GP to the target; the
724 low bits are supplied in the subsequent R_ALPHA_IMMED_LO32 relocs. */
725 /* XXX: Not implemented. */
726 HOWTO (R_ALPHA_IMMED_GP_HI32,
728 0, /* size (0 = byte, 1 = short, 2 = long) */
730 false, /* pc_relative */
732 complain_overflow_dont, /* complain_on_overflow */
733 elf64_alpha_reloc_bad, /* special_function */
734 "IMMED_GP_HI32", /* name */
735 false, /* partial_inplace */
738 false), /* pcrel_offset */
740 /* The high bits of a 32-bit displacement to the starting address of the
741 current section (the relocation target is ignored); the low bits are
742 supplied in the subsequent R_ALPHA_IMMED_LO32 relocs. */
743 /* XXX: Not implemented. */
744 HOWTO (R_ALPHA_IMMED_SCN_HI32,
746 0, /* size (0 = byte, 1 = short, 2 = long) */
748 false, /* pc_relative */
750 complain_overflow_dont, /* complain_on_overflow */
751 elf64_alpha_reloc_bad, /* special_function */
752 "IMMED_SCN_HI32", /* name */
753 false, /* partial_inplace */
756 false), /* pcrel_offset */
758 /* The high bits of a 32-bit displacement from the previous br, bsr, jsr
759 or jmp insn (as tagged by a BRADDR or HINT reloc) to the target; the
760 low bits are supplied by subsequent R_ALPHA_IMMED_LO32 relocs. */
761 /* XXX: Not implemented. */
762 HOWTO (R_ALPHA_IMMED_BR_HI32,
764 0, /* size (0 = byte, 1 = short, 2 = long) */
766 false, /* pc_relative */
768 complain_overflow_dont, /* complain_on_overflow */
769 elf64_alpha_reloc_bad, /* special_function */
770 "IMMED_BR_HI32", /* name */
771 false, /* partial_inplace */
774 false), /* pcrel_offset */
776 /* The low 16 bits of a displacement calculated in a previous HI32 reloc. */
777 /* XXX: Not implemented. */
778 HOWTO (R_ALPHA_IMMED_LO32,
780 0, /* size (0 = byte, 1 = short, 2 = long) */
782 false, /* pc_relative */
784 complain_overflow_dont, /* complain_on_overflow */
785 elf64_alpha_reloc_bad, /* special_function */
786 "IMMED_LO32", /* name */
787 false, /* partial_inplace */
790 false), /* pcrel_offset */
792 /* Misc ELF relocations. */
794 /* A dynamic relocation to copy the target into our .dynbss section. */
795 /* Not generated, as all Alpha objects use PIC, so it is not needed. It
796 is present because every other ELF has one, but should not be used
797 because .dynbss is an ugly thing. */
804 complain_overflow_dont,
805 bfd_elf_generic_reloc,
812 /* A dynamic relocation for a .got entry. */
813 HOWTO (R_ALPHA_GLOB_DAT,
819 complain_overflow_dont,
820 bfd_elf_generic_reloc,
827 /* A dynamic relocation for a .plt entry. */
828 HOWTO (R_ALPHA_JMP_SLOT,
834 complain_overflow_dont,
835 bfd_elf_generic_reloc,
842 /* A dynamic relocation to add the base of the DSO to a 64-bit field. */
843 HOWTO (R_ALPHA_RELATIVE,
849 complain_overflow_dont,
850 bfd_elf_generic_reloc,
858 /* A relocation function which doesn't do anything. */
860 static bfd_reloc_status_type
861 elf64_alpha_reloc_nil (abfd, reloc, sym, data, sec, output_bfd, error_message)
868 char **error_message;
871 reloc->address += sec->output_offset;
875 /* A relocation function used for an unsupported reloc. */
877 static bfd_reloc_status_type
878 elf64_alpha_reloc_bad (abfd, reloc, sym, data, sec, output_bfd, error_message)
885 char **error_message;
888 reloc->address += sec->output_offset;
889 return bfd_reloc_notsupported;
892 /* Do the work of the GPDISP relocation. */
894 static bfd_reloc_status_type
895 elf64_alpha_do_reloc_gpdisp (abfd, gpdisp, p_ldah, p_lda)
901 bfd_reloc_status_type ret = bfd_reloc_ok;
903 unsigned long i_ldah, i_lda;
905 i_ldah = bfd_get_32 (abfd, p_ldah);
906 i_lda = bfd_get_32 (abfd, p_lda);
908 /* Complain if the instructions are not correct. */
909 if (((i_ldah >> 26) & 0x3f) != 0x09
910 || ((i_lda >> 26) & 0x3f) != 0x08)
911 ret = bfd_reloc_dangerous;
913 /* Extract the user-supplied offset, mirroring the sign extensions
914 that the instructions perform. */
915 addend = ((i_ldah & 0xffff) << 16) | (i_lda & 0xffff);
916 addend = (addend ^ 0x80008000) - 0x80008000;
920 if ((bfd_signed_vma) gpdisp < -(bfd_signed_vma) 0x80000000
921 || (bfd_signed_vma) gpdisp >= (bfd_signed_vma) 0x7fff8000)
922 ret = bfd_reloc_overflow;
924 /* compensate for the sign extension again. */
925 i_ldah = ((i_ldah & 0xffff0000)
926 | (((gpdisp >> 16) + ((gpdisp >> 15) & 1)) & 0xffff));
927 i_lda = (i_lda & 0xffff0000) | (gpdisp & 0xffff);
929 bfd_put_32 (abfd, i_ldah, p_ldah);
930 bfd_put_32 (abfd, i_lda, p_lda);
935 /* The special function for the GPDISP reloc. */
937 static bfd_reloc_status_type
938 elf64_alpha_reloc_gpdisp (abfd, reloc_entry, sym, data, input_section,
941 arelent *reloc_entry;
944 asection *input_section;
948 bfd_reloc_status_type ret;
949 bfd_vma gp, relocation;
950 bfd_byte *p_ldah, *p_lda;
952 /* Don't do anything if we're not doing a final link. */
955 reloc_entry->address += input_section->output_offset;
959 if (reloc_entry->address > input_section->_cooked_size ||
960 reloc_entry->address + reloc_entry->addend > input_section->_cooked_size)
961 return bfd_reloc_outofrange;
963 /* The gp used in the portion of the output object to which this
964 input object belongs is cached on the input bfd. */
965 gp = _bfd_get_gp_value (abfd);
967 relocation = (input_section->output_section->vma
968 + input_section->output_offset
969 + reloc_entry->address);
971 p_ldah = (bfd_byte *) data + reloc_entry->address;
972 p_lda = p_ldah + reloc_entry->addend;
974 ret = elf64_alpha_do_reloc_gpdisp (abfd, gp - relocation, p_ldah, p_lda);
976 /* Complain if the instructions are not correct. */
977 if (ret == bfd_reloc_dangerous)
978 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
983 /* A mapping from BFD reloc types to Alpha ELF reloc types. */
987 bfd_reloc_code_real_type bfd_reloc_val;
991 static const struct elf_reloc_map elf64_alpha_reloc_map[] =
993 {BFD_RELOC_NONE, R_ALPHA_NONE},
994 {BFD_RELOC_32, R_ALPHA_REFLONG},
995 {BFD_RELOC_64, R_ALPHA_REFQUAD},
996 {BFD_RELOC_CTOR, R_ALPHA_REFQUAD},
997 {BFD_RELOC_GPREL32, R_ALPHA_GPREL32},
998 {BFD_RELOC_ALPHA_ELF_LITERAL, R_ALPHA_LITERAL},
999 {BFD_RELOC_ALPHA_LITUSE, R_ALPHA_LITUSE},
1000 {BFD_RELOC_ALPHA_GPDISP, R_ALPHA_GPDISP},
1001 {BFD_RELOC_23_PCREL_S2, R_ALPHA_BRADDR},
1002 {BFD_RELOC_ALPHA_HINT, R_ALPHA_HINT},
1003 {BFD_RELOC_16_PCREL, R_ALPHA_SREL16},
1004 {BFD_RELOC_32_PCREL, R_ALPHA_SREL32},
1005 {BFD_RELOC_64_PCREL, R_ALPHA_SREL64},
1007 /* The BFD_RELOC_ALPHA_USER_* relocations are used by the assembler to process
1008 the explicit !<reloc>!sequence relocations, and are mapped into the normal
1009 relocations at the end of processing. */
1010 {BFD_RELOC_ALPHA_USER_LITERAL, R_ALPHA_LITERAL},
1011 {BFD_RELOC_ALPHA_USER_LITUSE_BASE, R_ALPHA_LITUSE},
1012 {BFD_RELOC_ALPHA_USER_LITUSE_BYTOFF, R_ALPHA_LITUSE},
1013 {BFD_RELOC_ALPHA_USER_LITUSE_JSR, R_ALPHA_LITUSE},
1014 {BFD_RELOC_ALPHA_USER_GPDISP, R_ALPHA_GPDISP},
1015 {BFD_RELOC_ALPHA_USER_GPRELHIGH, R_ALPHA_GPRELHIGH},
1016 {BFD_RELOC_ALPHA_USER_GPRELLOW, R_ALPHA_GPRELLOW},
1019 /* Given a BFD reloc type, return a HOWTO structure. */
1021 static reloc_howto_type *
1022 elf64_alpha_bfd_reloc_type_lookup (abfd, code)
1024 bfd_reloc_code_real_type code;
1026 const struct elf_reloc_map *i, *e;
1027 i = e = elf64_alpha_reloc_map;
1028 e += sizeof (elf64_alpha_reloc_map) / sizeof (struct elf_reloc_map);
1031 if (i->bfd_reloc_val == code)
1032 return &elf64_alpha_howto_table[i->elf_reloc_val];
1037 /* Given an Alpha ELF reloc type, fill in an arelent structure. */
1040 elf64_alpha_info_to_howto (abfd, cache_ptr, dst)
1043 Elf64_Internal_Rela *dst;
1047 r_type = ELF64_R_TYPE(dst->r_info);
1048 BFD_ASSERT (r_type < (unsigned int) R_ALPHA_max);
1049 cache_ptr->howto = &elf64_alpha_howto_table[r_type];
1052 /* These functions do relaxation for Alpha ELF.
1054 Currently I'm only handling what I can do with existing compiler
1055 and assembler support, which means no instructions are removed,
1056 though some may be nopped. At this time GCC does not emit enough
1057 information to do all of the relaxing that is possible. It will
1058 take some not small amount of work for that to happen.
1060 There are a couple of interesting papers that I once read on this
1061 subject, that I cannot find references to at the moment, that
1062 related to Alpha in particular. They are by David Wall, then of
1066 #define OP_LDAH 0x09
1067 #define INSN_JSR 0x68004000
1068 #define INSN_JSR_MASK 0xfc00c000
1072 #define INSN_UNOP 0x2fe00000
1074 struct alpha_relax_info
1079 Elf_Internal_Rela *relocs, *relend;
1080 struct bfd_link_info *link_info;
1081 boolean changed_contents;
1082 boolean changed_relocs;
1086 struct alpha_elf_link_hash_entry *h;
1087 struct alpha_elf_got_entry *gotent;
1088 unsigned char other;
1091 static Elf_Internal_Rela * elf64_alpha_relax_with_lituse
1092 PARAMS((struct alpha_relax_info *info, bfd_vma symval,
1093 Elf_Internal_Rela *irel, Elf_Internal_Rela *irelend));
1095 static boolean elf64_alpha_relax_without_lituse
1096 PARAMS((struct alpha_relax_info *info, bfd_vma symval,
1097 Elf_Internal_Rela *irel));
1099 static bfd_vma elf64_alpha_relax_opt_call
1100 PARAMS((struct alpha_relax_info *info, bfd_vma symval));
1102 static boolean elf64_alpha_relax_section
1103 PARAMS((bfd *abfd, asection *sec, struct bfd_link_info *link_info,
1106 static Elf_Internal_Rela *
1107 elf64_alpha_find_reloc_at_ofs (rel, relend, offset, type)
1108 Elf_Internal_Rela *rel, *relend;
1112 while (rel < relend)
1114 if (rel->r_offset == offset && ELF64_R_TYPE (rel->r_info) == type)
1121 static Elf_Internal_Rela *
1122 elf64_alpha_relax_with_lituse (info, symval, irel, irelend)
1123 struct alpha_relax_info *info;
1125 Elf_Internal_Rela *irel, *irelend;
1127 Elf_Internal_Rela *urel;
1128 int flags, count, i;
1129 bfd_signed_vma disp;
1132 boolean lit_reused = false;
1133 boolean all_optimized = true;
1134 unsigned int lit_insn;
1136 lit_insn = bfd_get_32 (info->abfd, info->contents + irel->r_offset);
1137 if (lit_insn >> 26 != OP_LDQ)
1139 ((*_bfd_error_handler)
1140 ("%s: %s+0x%lx: warning: LITERAL relocation against unexpected insn",
1141 bfd_get_filename (info->abfd), info->sec->name,
1142 (unsigned long)irel->r_offset));
1146 /* Summarize how this particular LITERAL is used. */
1147 for (urel = irel+1, flags = count = 0; urel < irelend; ++urel, ++count)
1149 if (ELF64_R_TYPE (urel->r_info) != R_ALPHA_LITUSE)
1151 if (urel->r_addend >= 0 && urel->r_addend <= 3)
1152 flags |= 1 << urel->r_addend;
1155 /* A little preparation for the loop... */
1156 disp = symval - info->gp;
1158 for (urel = irel+1, i = 0; i < count; ++i, ++urel)
1162 bfd_signed_vma xdisp;
1164 insn = bfd_get_32 (info->abfd, info->contents + urel->r_offset);
1166 switch (urel->r_addend)
1168 default: /* 0 = ADDRESS FORMAT */
1169 /* This type is really just a placeholder to note that all
1170 uses cannot be optimized, but to still allow some. */
1171 all_optimized = false;
1174 case 1: /* MEM FORMAT */
1175 /* We can always optimize 16-bit displacements. */
1177 /* Extract the displacement from the instruction, sign-extending
1178 it if necessary, then test whether it is within 16 or 32 bits
1179 displacement from GP. */
1180 insn_disp = insn & 0x0000ffff;
1181 if (insn_disp & 0x00008000)
1182 insn_disp |= 0xffff0000; /* Negative: sign-extend. */
1184 xdisp = disp + insn_disp;
1185 fits16 = (xdisp >= - (bfd_signed_vma) 0x00008000 && xdisp < 0x00008000);
1186 fits32 = (xdisp >= - (bfd_signed_vma) 0x80000000 && xdisp < 0x7fff8000);
1190 /* Take the op code and dest from this insn, take the base
1191 register from the literal insn. Leave the offset alone. */
1192 insn = (insn & 0xffe0ffff) | (lit_insn & 0x001f0000);
1193 urel->r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info),
1195 urel->r_addend = irel->r_addend;
1196 info->changed_relocs = true;
1198 bfd_put_32 (info->abfd, insn, info->contents + urel->r_offset);
1199 info->changed_contents = true;
1202 /* If all mem+byte, we can optimize 32-bit mem displacements. */
1203 else if (fits32 && !(flags & ~6))
1205 /* FIXME: sanity check that lit insn Ra is mem insn Rb. */
1207 irel->r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info),
1209 lit_insn = (OP_LDAH << 26) | (lit_insn & 0x03ff0000);
1210 bfd_put_32 (info->abfd, lit_insn,
1211 info->contents + irel->r_offset);
1213 info->changed_contents = true;
1215 urel->r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info),
1217 urel->r_addend = irel->r_addend;
1218 info->changed_relocs = true;
1221 all_optimized = false;
1224 case 2: /* BYTE OFFSET FORMAT */
1225 /* We can always optimize byte instructions. */
1227 /* FIXME: sanity check the insn for byte op. Check that the
1228 literal dest reg is indeed Rb in the byte insn. */
1230 insn = (insn & ~0x001ff000) | ((symval & 7) << 13) | 0x1000;
1232 urel->r_info = ELF64_R_INFO (0, R_ALPHA_NONE);
1234 info->changed_relocs = true;
1236 bfd_put_32 (info->abfd, insn, info->contents + urel->r_offset);
1237 info->changed_contents = true;
1240 case 3: /* CALL FORMAT */
1242 /* If not zero, place to jump without needing pv. */
1243 bfd_vma optdest = elf64_alpha_relax_opt_call (info, symval);
1244 bfd_vma org = (info->sec->output_section->vma
1245 + info->sec->output_offset
1246 + urel->r_offset + 4);
1247 bfd_signed_vma odisp;
1249 odisp = (optdest ? optdest : symval) - org;
1250 if (odisp >= -0x400000 && odisp < 0x400000)
1252 Elf_Internal_Rela *xrel;
1254 /* Preserve branch prediction call stack when possible. */
1255 if ((insn & INSN_JSR_MASK) == INSN_JSR)
1256 insn = (OP_BSR << 26) | (insn & 0x03e00000);
1258 insn = (OP_BR << 26) | (insn & 0x03e00000);
1260 urel->r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info),
1262 urel->r_addend = irel->r_addend;
1265 urel->r_addend += optdest - symval;
1267 all_optimized = false;
1269 bfd_put_32 (info->abfd, insn, info->contents + urel->r_offset);
1271 /* Kill any HINT reloc that might exist for this insn. */
1272 xrel = (elf64_alpha_find_reloc_at_ofs
1273 (info->relocs, info->relend, urel->r_offset,
1276 xrel->r_info = ELF64_R_INFO (0, R_ALPHA_NONE);
1278 info->changed_contents = true;
1279 info->changed_relocs = true;
1282 all_optimized = false;
1284 /* ??? If target gp == current gp we can eliminate the gp reload.
1285 This does depend on every place a gp could be reloaded will
1286 be, which currently happens for all code produced by gcc, but
1287 not necessarily by hand-coded assembly, or if sibling calls
1290 Perhaps conditionalize this on a flag being set in the target
1291 object file's header, and have gcc set it? */
1297 /* If all cases were optimized, we can reduce the use count on this
1298 got entry by one, possibly eliminating it. */
1301 info->gotent->use_count -= 1;
1302 alpha_elf_tdata (info->gotent->gotobj)->total_got_entries -= 1;
1304 alpha_elf_tdata (info->gotent->gotobj)->n_local_got_entries -= 1;
1306 /* If the literal instruction is no longer needed (it may have been
1307 reused. We can eliminate it.
1308 ??? For now, I don't want to deal with compacting the section,
1309 so just nop it out. */
1312 irel->r_info = ELF64_R_INFO (0, R_ALPHA_NONE);
1313 info->changed_relocs = true;
1315 bfd_put_32 (info->abfd, INSN_UNOP, info->contents + irel->r_offset);
1316 info->changed_contents = true;
1320 return irel + count;
1324 elf64_alpha_relax_opt_call (info, symval)
1325 struct alpha_relax_info *info;
1328 /* If the function has the same gp, and we can identify that the
1329 function does not use its function pointer, we can eliminate the
1332 /* If the symbol is marked NOPV, we are being told the function never
1333 needs its procedure value. */
1334 if ((info->other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_NOPV)
1337 /* If the symbol is marked STD_GP, we are being told the function does
1338 a normal ldgp in the first two words. */
1339 else if ((info->other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_STD_GPLOAD)
1342 /* Otherwise, we may be able to identify a GP load in the first two
1343 words, which we can then skip. */
1346 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
1349 /* Load the relocations from the section that the target symbol is in. */
1350 if (info->sec == info->tsec)
1352 tsec_relocs = info->relocs;
1353 tsec_relend = info->relend;
1358 tsec_relocs = (_bfd_elf64_link_read_relocs
1359 (info->abfd, info->tsec, (PTR) NULL,
1360 (Elf_Internal_Rela *) NULL,
1361 info->link_info->keep_memory));
1362 if (tsec_relocs == NULL)
1364 tsec_relend = tsec_relocs + info->tsec->reloc_count;
1365 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
1368 /* Recover the symbol's offset within the section. */
1369 ofs = (symval - info->tsec->output_section->vma
1370 - info->tsec->output_offset);
1372 /* Look for a GPDISP reloc. */
1373 gpdisp = (elf64_alpha_find_reloc_at_ofs
1374 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP));
1376 if (!gpdisp || gpdisp->r_addend != 4)
1386 /* We've now determined that we can skip an initial gp load. Verify
1387 that the call and the target use the same gp. */
1388 if (info->link_info->hash->creator != info->tsec->owner->xvec
1389 || info->gotobj != alpha_elf_tdata (info->tsec->owner)->gotobj)
1396 elf64_alpha_relax_without_lituse (info, symval, irel)
1397 struct alpha_relax_info *info;
1399 Elf_Internal_Rela *irel;
1402 bfd_signed_vma disp;
1404 /* Get the instruction. */
1405 insn = bfd_get_32 (info->abfd, info->contents + irel->r_offset);
1407 if (insn >> 26 != OP_LDQ)
1409 ((*_bfd_error_handler)
1410 ("%s: %s+0x%lx: warning: LITERAL relocation against unexpected insn",
1411 bfd_get_filename (info->abfd), info->sec->name,
1412 (unsigned long) irel->r_offset));
1416 /* So we aren't told much. Do what we can with the address load and
1417 fake the rest. All of the optimizations here require that the
1418 offset from the GP fit in 16 bits. */
1420 disp = symval - info->gp;
1421 if (disp < -0x8000 || disp >= 0x8000)
1424 /* On the LITERAL instruction itself, consider exchanging
1425 `ldq R,X(gp)' for `lda R,Y(gp)'. */
1427 insn = (OP_LDA << 26) | (insn & 0x03ff0000);
1428 bfd_put_32 (info->abfd, insn, info->contents + irel->r_offset);
1429 info->changed_contents = true;
1431 irel->r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info), R_ALPHA_GPRELLOW);
1432 info->changed_relocs = true;
1434 /* Reduce the use count on this got entry by one, possibly
1436 info->gotent->use_count -= 1;
1437 alpha_elf_tdata (info->gotent->gotobj)->total_got_entries -= 1;
1439 alpha_elf_tdata (info->gotent->gotobj)->n_local_got_entries -= 1;
1441 /* ??? Search forward through this basic block looking for insns
1442 that use the target register. Stop after an insn modifying the
1443 register is seen, or after a branch or call.
1445 Any such memory load insn may be substituted by a load directly
1446 off the GP. This allows the memory load insn to be issued before
1447 the calculated GP register would otherwise be ready.
1449 Any such jsr insn can be replaced by a bsr if it is in range.
1451 This would mean that we'd have to _add_ relocations, the pain of
1452 which gives one pause. */
1458 elf64_alpha_relax_section (abfd, sec, link_info, again)
1461 struct bfd_link_info *link_info;
1464 Elf_Internal_Shdr *symtab_hdr;
1465 Elf_Internal_Rela *internal_relocs;
1466 Elf_Internal_Rela *free_relocs = NULL;
1467 Elf_Internal_Rela *irel, *irelend;
1468 bfd_byte *free_contents = NULL;
1469 Elf64_External_Sym *extsyms = NULL;
1470 Elf64_External_Sym *free_extsyms = NULL;
1471 struct alpha_elf_got_entry **local_got_entries;
1472 struct alpha_relax_info info;
1474 /* We are not currently changing any sizes, so only one pass. */
1477 if (link_info->relocateable
1478 || (sec->flags & SEC_RELOC) == 0
1479 || sec->reloc_count == 0)
1482 /* If this is the first time we have been called for this section,
1483 initialize the cooked size. */
1484 if (sec->_cooked_size == 0)
1485 sec->_cooked_size = sec->_raw_size;
1487 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
1488 local_got_entries = alpha_elf_tdata(abfd)->local_got_entries;
1490 /* Load the relocations for this section. */
1491 internal_relocs = (_bfd_elf64_link_read_relocs
1492 (abfd, sec, (PTR) NULL, (Elf_Internal_Rela *) NULL,
1493 link_info->keep_memory));
1494 if (internal_relocs == NULL)
1496 if (! link_info->keep_memory)
1497 free_relocs = internal_relocs;
1499 memset(&info, 0, sizeof (info));
1502 info.link_info = link_info;
1503 info.relocs = internal_relocs;
1504 info.relend = irelend = internal_relocs + sec->reloc_count;
1506 /* Find the GP for this object. */
1507 info.gotobj = alpha_elf_tdata (abfd)->gotobj;
1510 asection *sgot = alpha_elf_tdata (info.gotobj)->got;
1511 info.gp = _bfd_get_gp_value (info.gotobj);
1514 info.gp = (sgot->output_section->vma
1515 + sgot->output_offset
1517 _bfd_set_gp_value (info.gotobj, info.gp);
1521 for (irel = internal_relocs; irel < irelend; irel++)
1524 Elf_Internal_Sym isym;
1525 struct alpha_elf_got_entry *gotent;
1527 if (ELF64_R_TYPE (irel->r_info) != (int) R_ALPHA_LITERAL)
1530 /* Get the section contents. */
1531 if (info.contents == NULL)
1533 if (elf_section_data (sec)->this_hdr.contents != NULL)
1534 info.contents = elf_section_data (sec)->this_hdr.contents;
1537 info.contents = (bfd_byte *) bfd_malloc (sec->_raw_size);
1538 if (info.contents == NULL)
1540 free_contents = info.contents;
1542 if (! bfd_get_section_contents (abfd, sec, info.contents,
1543 (file_ptr) 0, sec->_raw_size))
1548 /* Read this BFD's symbols if we haven't done so already. */
1549 if (extsyms == NULL)
1551 if (symtab_hdr->contents != NULL)
1552 extsyms = (Elf64_External_Sym *) symtab_hdr->contents;
1555 extsyms = ((Elf64_External_Sym *)
1556 bfd_malloc (symtab_hdr->sh_size));
1557 if (extsyms == NULL)
1559 free_extsyms = extsyms;
1560 if (bfd_seek (abfd, symtab_hdr->sh_offset, SEEK_SET) != 0
1561 || (bfd_read (extsyms, 1, symtab_hdr->sh_size, abfd)
1562 != symtab_hdr->sh_size))
1567 /* Get the value of the symbol referred to by the reloc. */
1568 if (ELF64_R_SYM (irel->r_info) < symtab_hdr->sh_info)
1570 /* A local symbol. */
1571 bfd_elf64_swap_symbol_in (abfd,
1572 extsyms + ELF64_R_SYM (irel->r_info),
1574 if (isym.st_shndx == SHN_UNDEF)
1575 info.tsec = bfd_und_section_ptr;
1576 else if (isym.st_shndx > 0 && isym.st_shndx < SHN_LORESERVE)
1577 info.tsec = bfd_section_from_elf_index (abfd, isym.st_shndx);
1578 else if (isym.st_shndx == SHN_ABS)
1579 info.tsec = bfd_abs_section_ptr;
1580 else if (isym.st_shndx == SHN_COMMON)
1581 info.tsec = bfd_com_section_ptr;
1583 continue; /* who knows. */
1586 info.other = isym.st_other;
1587 gotent = local_got_entries[ELF64_R_SYM(irel->r_info)];
1588 symval = isym.st_value;
1593 struct alpha_elf_link_hash_entry *h;
1595 indx = ELF64_R_SYM (irel->r_info) - symtab_hdr->sh_info;
1596 h = alpha_elf_sym_hashes (abfd)[indx];
1597 BFD_ASSERT (h != NULL);
1599 while (h->root.root.type == bfd_link_hash_indirect
1600 || h->root.root.type == bfd_link_hash_warning)
1601 h = (struct alpha_elf_link_hash_entry *)h->root.root.u.i.link;
1603 /* We can't do anthing with undefined or dynamic symbols. */
1604 if (h->root.root.type == bfd_link_hash_undefined
1605 || h->root.root.type == bfd_link_hash_undefweak
1606 || alpha_elf_dynamic_symbol_p (&h->root, link_info))
1610 info.gotent = gotent;
1611 info.tsec = h->root.root.u.def.section;
1612 info.other = h->root.other;
1613 gotent = h->got_entries;
1614 symval = h->root.root.u.def.value;
1617 /* Search for the got entry to be used by this relocation. */
1618 while (gotent->gotobj != info.gotobj || gotent->addend != irel->r_addend)
1619 gotent = gotent->next;
1620 info.gotent = gotent;
1622 symval += info.tsec->output_section->vma + info.tsec->output_offset;
1623 symval += irel->r_addend;
1625 BFD_ASSERT(info.gotent != NULL);
1627 /* If there exist LITUSE relocations immediately following, this
1628 opens up all sorts of interesting optimizations, because we
1629 now know every location that this address load is used. */
1631 if (irel+1 < irelend && ELF64_R_TYPE (irel[1].r_info) == R_ALPHA_LITUSE)
1633 irel = elf64_alpha_relax_with_lituse (&info, symval, irel, irelend);
1639 if (!elf64_alpha_relax_without_lituse (&info, symval, irel))
1644 if (!elf64_alpha_size_got_sections (abfd, link_info))
1647 if (info.changed_relocs)
1649 elf_section_data (sec)->relocs = internal_relocs;
1651 else if (free_relocs != NULL)
1656 if (info.changed_contents)
1658 elf_section_data (sec)->this_hdr.contents = info.contents;
1660 else if (free_contents != NULL)
1662 if (! link_info->keep_memory)
1663 free (free_contents);
1666 /* Cache the section contents for elf_link_input_bfd. */
1667 elf_section_data (sec)->this_hdr.contents = info.contents;
1671 if (free_extsyms != NULL)
1673 if (! link_info->keep_memory)
1674 free (free_extsyms);
1677 /* Cache the symbols for elf_link_input_bfd. */
1678 symtab_hdr->contents = extsyms;
1682 *again = info.changed_contents || info.changed_relocs;
1687 if (free_relocs != NULL)
1689 if (free_contents != NULL)
1690 free (free_contents);
1691 if (free_extsyms != NULL)
1692 free (free_extsyms);
1697 #define PLT_HEADER_SIZE 32
1698 #define PLT_HEADER_WORD1 0xc3600000 /* br $27,.+4 */
1699 #define PLT_HEADER_WORD2 0xa77b000c /* ldq $27,12($27) */
1700 #define PLT_HEADER_WORD3 0x47ff041f /* nop */
1701 #define PLT_HEADER_WORD4 0x6b7b0000 /* jmp $27,($27) */
1703 #define PLT_ENTRY_SIZE 12
1704 #define PLT_ENTRY_WORD1 0xc3800000 /* br $28, plt0 */
1705 #define PLT_ENTRY_WORD2 0
1706 #define PLT_ENTRY_WORD3 0
1708 #define MAX_GOT_ENTRIES (64*1024 / 8)
1710 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so"
1712 /* Handle an Alpha specific section when reading an object file. This
1713 is called when elfcode.h finds a section with an unknown type.
1714 FIXME: We need to handle the SHF_ALPHA_GPREL flag, but I'm not sure
1718 elf64_alpha_section_from_shdr (abfd, hdr, name)
1720 Elf64_Internal_Shdr *hdr;
1725 /* There ought to be a place to keep ELF backend specific flags, but
1726 at the moment there isn't one. We just keep track of the
1727 sections by their name, instead. Fortunately, the ABI gives
1728 suggested names for all the MIPS specific sections, so we will
1729 probably get away with this. */
1730 switch (hdr->sh_type)
1732 case SHT_ALPHA_DEBUG:
1733 if (strcmp (name, ".mdebug") != 0)
1736 #ifdef ERIC_neverdef
1737 case SHT_ALPHA_REGINFO:
1738 if (strcmp (name, ".reginfo") != 0
1739 || hdr->sh_size != sizeof (Elf64_External_RegInfo))
1747 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name))
1749 newsect = hdr->bfd_section;
1751 if (hdr->sh_type == SHT_ALPHA_DEBUG)
1753 if (! bfd_set_section_flags (abfd, newsect,
1754 (bfd_get_section_flags (abfd, newsect)
1759 #ifdef ERIC_neverdef
1760 /* For a .reginfo section, set the gp value in the tdata information
1761 from the contents of this section. We need the gp value while
1762 processing relocs, so we just get it now. */
1763 if (hdr->sh_type == SHT_ALPHA_REGINFO)
1765 Elf64_External_RegInfo ext;
1768 if (! bfd_get_section_contents (abfd, newsect, (PTR) &ext,
1769 (file_ptr) 0, sizeof ext))
1771 bfd_alpha_elf64_swap_reginfo_in (abfd, &ext, &s);
1772 elf_gp (abfd) = s.ri_gp_value;
1779 /* Set the correct type for an Alpha ELF section. We do this by the
1780 section name, which is a hack, but ought to work. */
1783 elf64_alpha_fake_sections (abfd, hdr, sec)
1785 Elf64_Internal_Shdr *hdr;
1788 register const char *name;
1790 name = bfd_get_section_name (abfd, sec);
1792 if (strcmp (name, ".mdebug") == 0)
1794 hdr->sh_type = SHT_ALPHA_DEBUG;
1795 /* In a shared object on Irix 5.3, the .mdebug section has an
1796 entsize of 0. FIXME: Does this matter? */
1797 if ((abfd->flags & DYNAMIC) != 0 )
1798 hdr->sh_entsize = 0;
1800 hdr->sh_entsize = 1;
1802 #ifdef ERIC_neverdef
1803 else if (strcmp (name, ".reginfo") == 0)
1805 hdr->sh_type = SHT_ALPHA_REGINFO;
1806 /* In a shared object on Irix 5.3, the .reginfo section has an
1807 entsize of 0x18. FIXME: Does this matter? */
1808 if ((abfd->flags & DYNAMIC) != 0)
1809 hdr->sh_entsize = sizeof (Elf64_External_RegInfo);
1811 hdr->sh_entsize = 1;
1813 /* Force the section size to the correct value, even if the
1814 linker thinks it is larger. The link routine below will only
1815 write out this much data for .reginfo. */
1816 hdr->sh_size = sec->_raw_size = sizeof (Elf64_External_RegInfo);
1818 else if (strcmp (name, ".hash") == 0
1819 || strcmp (name, ".dynamic") == 0
1820 || strcmp (name, ".dynstr") == 0)
1822 hdr->sh_entsize = 0;
1823 hdr->sh_info = SIZEOF_ALPHA_DYNSYM_SECNAMES;
1826 else if (strcmp (name, ".sdata") == 0
1827 || strcmp (name, ".sbss") == 0
1828 || strcmp (name, ".lit4") == 0
1829 || strcmp (name, ".lit8") == 0)
1830 hdr->sh_flags |= SHF_ALPHA_GPREL;
1835 /* Hook called by the linker routine which adds symbols from an object
1836 file. We use it to put .comm items in .sbss, and not .bss. */
1839 elf64_alpha_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
1841 struct bfd_link_info *info;
1842 const Elf_Internal_Sym *sym;
1848 if (sym->st_shndx == SHN_COMMON
1849 && !info->relocateable
1850 && sym->st_size <= bfd_get_gp_size (abfd))
1852 /* Common symbols less than or equal to -G nn bytes are
1853 automatically put into .sbss. */
1855 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1859 scomm = bfd_make_section (abfd, ".scommon");
1861 || !bfd_set_section_flags (abfd, scomm, (SEC_ALLOC
1863 | SEC_LINKER_CREATED)))
1868 *valp = sym->st_size;
1874 /* Create the .got section. */
1877 elf64_alpha_create_got_section(abfd, info)
1879 struct bfd_link_info *info;
1883 if (bfd_get_section_by_name (abfd, ".got"))
1886 s = bfd_make_section (abfd, ".got");
1888 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
1891 | SEC_LINKER_CREATED))
1892 || !bfd_set_section_alignment (abfd, s, 3))
1895 alpha_elf_tdata (abfd)->got = s;
1900 /* Create all the dynamic sections. */
1903 elf64_alpha_create_dynamic_sections (abfd, info)
1905 struct bfd_link_info *info;
1908 struct elf_link_hash_entry *h;
1910 /* We need to create .plt, .rela.plt, .got, and .rela.got sections. */
1912 s = bfd_make_section (abfd, ".plt");
1914 || ! bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
1917 | SEC_LINKER_CREATED
1919 || ! bfd_set_section_alignment (abfd, s, 3))
1922 /* Define the symbol _PROCEDURE_LINKAGE_TABLE_ at the start of the
1925 if (! (_bfd_generic_link_add_one_symbol
1926 (info, abfd, "_PROCEDURE_LINKAGE_TABLE_", BSF_GLOBAL, s,
1927 (bfd_vma) 0, (const char *) NULL, false,
1928 get_elf_backend_data (abfd)->collect,
1929 (struct bfd_link_hash_entry **) &h)))
1931 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
1932 h->type = STT_OBJECT;
1935 && ! _bfd_elf_link_record_dynamic_symbol (info, h))
1938 s = bfd_make_section (abfd, ".rela.plt");
1940 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
1943 | SEC_LINKER_CREATED
1945 || ! bfd_set_section_alignment (abfd, s, 3))
1948 /* We may or may not have created a .got section for this object, but
1949 we definitely havn't done the rest of the work. */
1951 if (!elf64_alpha_create_got_section (abfd, info))
1954 s = bfd_make_section(abfd, ".rela.got");
1956 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
1959 | SEC_LINKER_CREATED
1961 || !bfd_set_section_alignment (abfd, s, 3))
1964 /* Define the symbol _GLOBAL_OFFSET_TABLE_ at the start of the
1965 dynobj's .got section. We don't do this in the linker script
1966 because we don't want to define the symbol if we are not creating
1967 a global offset table. */
1969 if (!(_bfd_generic_link_add_one_symbol
1970 (info, abfd, "_GLOBAL_OFFSET_TABLE_", BSF_GLOBAL,
1971 alpha_elf_tdata(abfd)->got, (bfd_vma) 0, (const char *) NULL,
1972 false, get_elf_backend_data (abfd)->collect,
1973 (struct bfd_link_hash_entry **) &h)))
1975 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
1976 h->type = STT_OBJECT;
1979 && ! _bfd_elf_link_record_dynamic_symbol (info, h))
1982 elf_hash_table (info)->hgot = h;
1987 /* Read ECOFF debugging information from a .mdebug section into a
1988 ecoff_debug_info structure. */
1991 elf64_alpha_read_ecoff_info (abfd, section, debug)
1994 struct ecoff_debug_info *debug;
1997 const struct ecoff_debug_swap *swap;
1998 char *ext_hdr = NULL;
2000 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
2001 memset (debug, 0, sizeof (*debug));
2003 ext_hdr = (char *) bfd_malloc ((size_t) swap->external_hdr_size);
2004 if (ext_hdr == NULL && swap->external_hdr_size != 0)
2007 if (bfd_get_section_contents (abfd, section, ext_hdr, (file_ptr) 0,
2008 swap->external_hdr_size)
2012 symhdr = &debug->symbolic_header;
2013 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
2015 /* The symbolic header contains absolute file offsets and sizes to
2017 #define READ(ptr, offset, count, size, type) \
2018 if (symhdr->count == 0) \
2019 debug->ptr = NULL; \
2022 debug->ptr = (type) bfd_malloc ((size_t) (size * symhdr->count)); \
2023 if (debug->ptr == NULL) \
2024 goto error_return; \
2025 if (bfd_seek (abfd, (file_ptr) symhdr->offset, SEEK_SET) != 0 \
2026 || (bfd_read (debug->ptr, size, symhdr->count, \
2027 abfd) != size * symhdr->count)) \
2028 goto error_return; \
2031 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), unsigned char *);
2032 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, PTR);
2033 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, PTR);
2034 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, PTR);
2035 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR);
2036 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
2038 READ (ss, cbSsOffset, issMax, sizeof (char), char *);
2039 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
2040 READ (external_fdr, cbFdOffset, ifdMax, swap->external_fdr_size, PTR);
2041 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, PTR);
2042 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, PTR);
2046 debug->adjust = NULL;
2051 if (ext_hdr != NULL)
2053 if (debug->line != NULL)
2055 if (debug->external_dnr != NULL)
2056 free (debug->external_dnr);
2057 if (debug->external_pdr != NULL)
2058 free (debug->external_pdr);
2059 if (debug->external_sym != NULL)
2060 free (debug->external_sym);
2061 if (debug->external_opt != NULL)
2062 free (debug->external_opt);
2063 if (debug->external_aux != NULL)
2064 free (debug->external_aux);
2065 if (debug->ss != NULL)
2067 if (debug->ssext != NULL)
2068 free (debug->ssext);
2069 if (debug->external_fdr != NULL)
2070 free (debug->external_fdr);
2071 if (debug->external_rfd != NULL)
2072 free (debug->external_rfd);
2073 if (debug->external_ext != NULL)
2074 free (debug->external_ext);
2078 /* Alpha ELF local labels start with '$'. */
2081 elf64_alpha_is_local_label_name (abfd, name)
2085 return name[0] == '$';
2088 /* Alpha ELF follows MIPS ELF in using a special find_nearest_line
2089 routine in order to handle the ECOFF debugging information. We
2090 still call this mips_elf_find_line because of the slot
2091 find_line_info in elf_obj_tdata is declared that way. */
2093 struct mips_elf_find_line
2095 struct ecoff_debug_info d;
2096 struct ecoff_find_line i;
2100 elf64_alpha_find_nearest_line (abfd, section, symbols, offset, filename_ptr,
2101 functionname_ptr, line_ptr)
2106 const char **filename_ptr;
2107 const char **functionname_ptr;
2108 unsigned int *line_ptr;
2112 if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
2113 filename_ptr, functionname_ptr,
2115 &elf_tdata (abfd)->dwarf2_find_line_info))
2118 msec = bfd_get_section_by_name (abfd, ".mdebug");
2122 struct mips_elf_find_line *fi;
2123 const struct ecoff_debug_swap * const swap =
2124 get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
2126 /* If we are called during a link, alpha_elf_final_link may have
2127 cleared the SEC_HAS_CONTENTS field. We force it back on here
2128 if appropriate (which it normally will be). */
2129 origflags = msec->flags;
2130 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
2131 msec->flags |= SEC_HAS_CONTENTS;
2133 fi = elf_tdata (abfd)->find_line_info;
2136 bfd_size_type external_fdr_size;
2139 struct fdr *fdr_ptr;
2141 fi = ((struct mips_elf_find_line *)
2142 bfd_zalloc (abfd, sizeof (struct mips_elf_find_line)));
2145 msec->flags = origflags;
2149 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d))
2151 msec->flags = origflags;
2155 /* Swap in the FDR information. */
2156 fi->d.fdr = ((struct fdr *)
2158 (fi->d.symbolic_header.ifdMax *
2159 sizeof (struct fdr))));
2160 if (fi->d.fdr == NULL)
2162 msec->flags = origflags;
2165 external_fdr_size = swap->external_fdr_size;
2166 fdr_ptr = fi->d.fdr;
2167 fraw_src = (char *) fi->d.external_fdr;
2168 fraw_end = (fraw_src
2169 + fi->d.symbolic_header.ifdMax * external_fdr_size);
2170 for (; fraw_src < fraw_end; fraw_src += external_fdr_size, fdr_ptr++)
2171 (*swap->swap_fdr_in) (abfd, (PTR) fraw_src, fdr_ptr);
2173 elf_tdata (abfd)->find_line_info = fi;
2175 /* Note that we don't bother to ever free this information.
2176 find_nearest_line is either called all the time, as in
2177 objdump -l, so the information should be saved, or it is
2178 rarely called, as in ld error messages, so the memory
2179 wasted is unimportant. Still, it would probably be a
2180 good idea for free_cached_info to throw it away. */
2183 if (_bfd_ecoff_locate_line (abfd, section, offset, &fi->d, swap,
2184 &fi->i, filename_ptr, functionname_ptr,
2187 msec->flags = origflags;
2191 msec->flags = origflags;
2194 /* Fall back on the generic ELF find_nearest_line routine. */
2196 return _bfd_elf_find_nearest_line (abfd, section, symbols, offset,
2197 filename_ptr, functionname_ptr,
2201 /* Structure used to pass information to alpha_elf_output_extsym. */
2206 struct bfd_link_info *info;
2207 struct ecoff_debug_info *debug;
2208 const struct ecoff_debug_swap *swap;
2213 elf64_alpha_output_extsym (h, data)
2214 struct alpha_elf_link_hash_entry *h;
2217 struct extsym_info *einfo = (struct extsym_info *) data;
2219 asection *sec, *output_section;
2221 if (h->root.indx == -2)
2223 else if (((h->root.elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) != 0
2224 || (h->root.elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) != 0)
2225 && (h->root.elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0
2226 && (h->root.elf_link_hash_flags & ELF_LINK_HASH_REF_REGULAR) == 0)
2228 else if (einfo->info->strip == strip_all
2229 || (einfo->info->strip == strip_some
2230 && bfd_hash_lookup (einfo->info->keep_hash,
2231 h->root.root.root.string,
2232 false, false) == NULL))
2240 if (h->esym.ifd == -2)
2243 h->esym.cobol_main = 0;
2244 h->esym.weakext = 0;
2245 h->esym.reserved = 0;
2246 h->esym.ifd = ifdNil;
2247 h->esym.asym.value = 0;
2248 h->esym.asym.st = stGlobal;
2250 if (h->root.root.type != bfd_link_hash_defined
2251 && h->root.root.type != bfd_link_hash_defweak)
2252 h->esym.asym.sc = scAbs;
2257 sec = h->root.root.u.def.section;
2258 output_section = sec->output_section;
2260 /* When making a shared library and symbol h is the one from
2261 the another shared library, OUTPUT_SECTION may be null. */
2262 if (output_section == NULL)
2263 h->esym.asym.sc = scUndefined;
2266 name = bfd_section_name (output_section->owner, output_section);
2268 if (strcmp (name, ".text") == 0)
2269 h->esym.asym.sc = scText;
2270 else if (strcmp (name, ".data") == 0)
2271 h->esym.asym.sc = scData;
2272 else if (strcmp (name, ".sdata") == 0)
2273 h->esym.asym.sc = scSData;
2274 else if (strcmp (name, ".rodata") == 0
2275 || strcmp (name, ".rdata") == 0)
2276 h->esym.asym.sc = scRData;
2277 else if (strcmp (name, ".bss") == 0)
2278 h->esym.asym.sc = scBss;
2279 else if (strcmp (name, ".sbss") == 0)
2280 h->esym.asym.sc = scSBss;
2281 else if (strcmp (name, ".init") == 0)
2282 h->esym.asym.sc = scInit;
2283 else if (strcmp (name, ".fini") == 0)
2284 h->esym.asym.sc = scFini;
2286 h->esym.asym.sc = scAbs;
2290 h->esym.asym.reserved = 0;
2291 h->esym.asym.index = indexNil;
2294 if (h->root.root.type == bfd_link_hash_common)
2295 h->esym.asym.value = h->root.root.u.c.size;
2296 else if (h->root.root.type == bfd_link_hash_defined
2297 || h->root.root.type == bfd_link_hash_defweak)
2299 if (h->esym.asym.sc == scCommon)
2300 h->esym.asym.sc = scBss;
2301 else if (h->esym.asym.sc == scSCommon)
2302 h->esym.asym.sc = scSBss;
2304 sec = h->root.root.u.def.section;
2305 output_section = sec->output_section;
2306 if (output_section != NULL)
2307 h->esym.asym.value = (h->root.root.u.def.value
2308 + sec->output_offset
2309 + output_section->vma);
2311 h->esym.asym.value = 0;
2313 else if ((h->root.elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0)
2315 /* Set type and value for a symbol with a function stub. */
2316 h->esym.asym.st = stProc;
2317 sec = bfd_get_section_by_name (einfo->abfd, ".plt");
2319 h->esym.asym.value = 0;
2322 output_section = sec->output_section;
2323 if (output_section != NULL)
2324 h->esym.asym.value = (h->root.plt.offset
2325 + sec->output_offset
2326 + output_section->vma);
2328 h->esym.asym.value = 0;
2335 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
2336 h->root.root.root.string,
2339 einfo->failed = true;
2346 /* FIXME: Create a runtime procedure table from the .mdebug section.
2349 mips_elf_create_procedure_table (handle, abfd, info, s, debug)
2352 struct bfd_link_info *info;
2354 struct ecoff_debug_info *debug;
2357 /* Handle dynamic relocations when doing an Alpha ELF link. */
2360 elf64_alpha_check_relocs (abfd, info, sec, relocs)
2362 struct bfd_link_info *info;
2364 const Elf_Internal_Rela *relocs;
2368 const char *rel_sec_name;
2369 Elf_Internal_Shdr *symtab_hdr;
2370 struct alpha_elf_link_hash_entry **sym_hashes;
2371 struct alpha_elf_got_entry **local_got_entries;
2372 const Elf_Internal_Rela *rel, *relend;
2375 if (info->relocateable)
2378 dynobj = elf_hash_table(info)->dynobj;
2380 elf_hash_table(info)->dynobj = dynobj = abfd;
2383 rel_sec_name = NULL;
2384 symtab_hdr = &elf_tdata(abfd)->symtab_hdr;
2385 sym_hashes = alpha_elf_sym_hashes(abfd);
2386 local_got_entries = alpha_elf_tdata(abfd)->local_got_entries;
2389 relend = relocs + sec->reloc_count;
2390 for (rel = relocs; rel < relend; ++rel)
2392 unsigned long r_symndx, r_type;
2393 struct alpha_elf_link_hash_entry *h;
2395 r_symndx = ELF64_R_SYM (rel->r_info);
2396 if (r_symndx < symtab_hdr->sh_info)
2400 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
2402 while (h->root.root.type == bfd_link_hash_indirect
2403 || h->root.root.type == bfd_link_hash_warning)
2404 h = (struct alpha_elf_link_hash_entry *)h->root.root.u.i.link;
2406 h->root.elf_link_hash_flags |= ELF_LINK_HASH_REF_REGULAR;
2408 r_type = ELF64_R_TYPE (rel->r_info);
2412 case R_ALPHA_LITERAL:
2414 struct alpha_elf_got_entry *gotent;
2419 /* Search for and possibly create a got entry. */
2420 for (gotent = h->got_entries; gotent ; gotent = gotent->next)
2421 if (gotent->gotobj == abfd &&
2422 gotent->addend == rel->r_addend)
2427 gotent = ((struct alpha_elf_got_entry *)
2429 sizeof (struct alpha_elf_got_entry)));
2433 gotent->gotobj = abfd;
2434 gotent->addend = rel->r_addend;
2435 gotent->got_offset = -1;
2437 gotent->use_count = 1;
2439 gotent->next = h->got_entries;
2440 h->got_entries = gotent;
2442 alpha_elf_tdata (abfd)->total_got_entries++;
2445 gotent->use_count += 1;
2449 /* This is a local .got entry -- record for merge. */
2450 if (!local_got_entries)
2453 size = (symtab_hdr->sh_info
2454 * sizeof (struct alpha_elf_got_entry *));
2456 local_got_entries = ((struct alpha_elf_got_entry **)
2457 bfd_alloc (abfd, size));
2458 if (!local_got_entries)
2461 memset (local_got_entries, 0, size);
2462 alpha_elf_tdata (abfd)->local_got_entries =
2466 for (gotent = local_got_entries[ELF64_R_SYM(rel->r_info)];
2467 gotent != NULL && gotent->addend != rel->r_addend;
2468 gotent = gotent->next)
2472 gotent = ((struct alpha_elf_got_entry *)
2474 sizeof (struct alpha_elf_got_entry)));
2478 gotent->gotobj = abfd;
2479 gotent->addend = rel->r_addend;
2480 gotent->got_offset = -1;
2482 gotent->use_count = 1;
2484 gotent->next = local_got_entries[ELF64_R_SYM(rel->r_info)];
2485 local_got_entries[ELF64_R_SYM(rel->r_info)] = gotent;
2487 alpha_elf_tdata(abfd)->total_got_entries++;
2488 alpha_elf_tdata(abfd)->n_local_got_entries++;
2491 gotent->use_count += 1;
2494 /* Remember how this literal is used from its LITUSEs.
2495 This will be important when it comes to decide if we can
2496 create a .plt entry for a function symbol. */
2498 && ELF64_R_TYPE (rel[1].r_info) == R_ALPHA_LITUSE)
2503 if (rel->r_addend >= 1 && rel->r_addend <= 3)
2504 flags |= 1 << rel->r_addend;
2506 while (rel+1 < relend &&
2507 ELF64_R_TYPE (rel[1].r_info) == R_ALPHA_LITUSE);
2511 /* No LITUSEs -- presumably the address is not being
2512 loaded for nothing. */
2513 flags = ALPHA_ELF_LINK_HASH_LU_ADDR;
2516 gotent->flags |= flags;
2519 /* Make a guess as to whether a .plt entry will be needed. */
2520 if ((h->flags |= flags) == ALPHA_ELF_LINK_HASH_LU_FUNC)
2521 h->root.elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
2523 h->root.elf_link_hash_flags &= ~ELF_LINK_HASH_NEEDS_PLT;
2528 case R_ALPHA_GPDISP:
2529 case R_ALPHA_GPREL32:
2530 case R_ALPHA_GPRELHIGH:
2531 case R_ALPHA_GPRELLOW:
2532 /* We don't actually use the .got here, but the sections must
2533 be created before the linker maps input sections to output
2537 if (!elf64_alpha_create_got_section (abfd, info))
2540 /* Make sure the object's gotobj is set to itself so
2541 that we default to every object with its own .got.
2542 We'll merge .gots later once we've collected each
2544 alpha_elf_tdata(abfd)->gotobj = abfd;
2550 case R_ALPHA_SREL16:
2551 case R_ALPHA_SREL32:
2552 case R_ALPHA_SREL64:
2557 case R_ALPHA_REFLONG:
2558 case R_ALPHA_REFQUAD:
2559 if (rel_sec_name == NULL)
2561 rel_sec_name = (bfd_elf_string_from_elf_section
2562 (abfd, elf_elfheader(abfd)->e_shstrndx,
2563 elf_section_data(sec)->rel_hdr.sh_name));
2564 if (rel_sec_name == NULL)
2567 BFD_ASSERT (strncmp (rel_sec_name, ".rela", 5) == 0
2568 && strcmp (bfd_get_section_name (abfd, sec),
2569 rel_sec_name+5) == 0);
2572 /* We need to create the section here now whether we eventually
2573 use it or not so that it gets mapped to an output section by
2574 the linker. If not used, we'll kill it in
2575 size_dynamic_sections. */
2578 sreloc = bfd_get_section_by_name (dynobj, rel_sec_name);
2581 sreloc = bfd_make_section (dynobj, rel_sec_name);
2583 || !bfd_set_section_flags (dynobj, sreloc,
2584 ((sec->flags & (SEC_ALLOC
2588 | SEC_LINKER_CREATED
2590 || !bfd_set_section_alignment (dynobj, sreloc, 3))
2597 /* Since we havn't seen all of the input symbols yet, we
2598 don't know whether we'll actually need a dynamic relocation
2599 entry for this reloc. So make a record of it. Once we
2600 find out if this thing needs dynamic relocation we'll
2601 expand the relocation sections by the appropriate amount. */
2603 struct alpha_elf_reloc_entry *rent;
2605 for (rent = h->reloc_entries; rent; rent = rent->next)
2606 if (rent->rtype == r_type && rent->srel == sreloc)
2611 rent = ((struct alpha_elf_reloc_entry *)
2613 sizeof (struct alpha_elf_reloc_entry)));
2617 rent->srel = sreloc;
2618 rent->rtype = r_type;
2621 rent->next = h->reloc_entries;
2622 h->reloc_entries = rent;
2627 else if (info->shared && (sec->flags & SEC_ALLOC))
2629 /* If this is a shared library, and the section is to be
2630 loaded into memory, we need a RELATIVE reloc. */
2631 sreloc->_raw_size += sizeof (Elf64_External_Rela);
2640 /* Adjust a symbol defined by a dynamic object and referenced by a
2641 regular object. The current definition is in some section of the
2642 dynamic object, but we're not including those sections. We have to
2643 change the definition to something the rest of the link can
2647 elf64_alpha_adjust_dynamic_symbol (info, h)
2648 struct bfd_link_info *info;
2649 struct elf_link_hash_entry *h;
2653 struct alpha_elf_link_hash_entry *ah;
2655 dynobj = elf_hash_table(info)->dynobj;
2656 ah = (struct alpha_elf_link_hash_entry *)h;
2658 /* Now that we've seen all of the input symbols, finalize our decision
2659 about whether this symbol should get a .plt entry. */
2661 if (h->root.type != bfd_link_hash_undefweak
2662 && alpha_elf_dynamic_symbol_p (h, info)
2663 && ((h->type == STT_FUNC
2664 && !(ah->flags & ALPHA_ELF_LINK_HASH_LU_ADDR))
2665 || (h->type == STT_NOTYPE
2666 && ah->flags == ALPHA_ELF_LINK_HASH_LU_FUNC))
2667 /* Don't prevent otherwise valid programs from linking by attempting
2668 to create a new .got entry somewhere. A Correct Solution would be
2669 to add a new .got section to a new object file and let it be merged
2670 somewhere later. But for now don't bother. */
2673 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
2675 s = bfd_get_section_by_name(dynobj, ".plt");
2676 if (!s && !elf64_alpha_create_dynamic_sections (dynobj, info))
2679 /* The first bit of the .plt is reserved. */
2680 if (s->_raw_size == 0)
2681 s->_raw_size = PLT_HEADER_SIZE;
2683 h->plt.offset = s->_raw_size;
2684 s->_raw_size += PLT_ENTRY_SIZE;
2686 /* If this symbol is not defined in a regular file, and we are not
2687 generating a shared library, then set the symbol to the location
2688 in the .plt. This is required to make function pointers compare
2689 equal between the normal executable and the shared library. */
2691 && h->root.type != bfd_link_hash_defweak)
2693 h->root.u.def.section = s;
2694 h->root.u.def.value = h->plt.offset;
2697 /* We also need a JMP_SLOT entry in the .rela.plt section. */
2698 s = bfd_get_section_by_name (dynobj, ".rela.plt");
2699 BFD_ASSERT (s != NULL);
2700 s->_raw_size += sizeof (Elf64_External_Rela);
2705 h->elf_link_hash_flags &= ~ELF_LINK_HASH_NEEDS_PLT;
2707 /* If this is a weak symbol, and there is a real definition, the
2708 processor independent code will have arranged for us to see the
2709 real definition first, and we can just use the same value. */
2710 if (h->weakdef != NULL)
2712 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
2713 || h->weakdef->root.type == bfd_link_hash_defweak);
2714 h->root.u.def.section = h->weakdef->root.u.def.section;
2715 h->root.u.def.value = h->weakdef->root.u.def.value;
2719 /* This is a reference to a symbol defined by a dynamic object which
2720 is not a function. The Alpha, since it uses .got entries for all
2721 symbols even in regular objects, does not need the hackery of a
2722 .dynbss section and COPY dynamic relocations. */
2727 /* Symbol versioning can create new symbols, and make our old symbols
2728 indirect to the new ones. Consolidate the got and reloc information
2729 in these situations. */
2732 elf64_alpha_merge_ind_symbols (hi, dummy)
2733 struct alpha_elf_link_hash_entry *hi;
2736 struct alpha_elf_link_hash_entry *hs;
2738 if (hi->root.root.type != bfd_link_hash_indirect)
2742 hs = (struct alpha_elf_link_hash_entry *)hs->root.root.u.i.link;
2743 } while (hs->root.root.type == bfd_link_hash_indirect);
2745 /* Merge the flags. Whee. */
2747 hs->flags |= hi->flags;
2749 /* Merge the .got entries. Cannibalize the old symbol's list in
2750 doing so, since we don't need it anymore. */
2752 if (hs->got_entries == NULL)
2753 hs->got_entries = hi->got_entries;
2756 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
2758 gsh = hs->got_entries;
2759 for (gi = hi->got_entries; gi ; gi = gin)
2762 for (gs = gsh; gs ; gs = gs->next)
2763 if (gi->gotobj == gs->gotobj && gi->addend == gs->addend)
2765 gi->next = hs->got_entries;
2766 hs->got_entries = gi;
2770 hi->got_entries = NULL;
2772 /* And similar for the reloc entries. */
2774 if (hs->reloc_entries == NULL)
2775 hs->reloc_entries = hi->reloc_entries;
2778 struct alpha_elf_reloc_entry *ri, *rs, *rin, *rsh;
2780 rsh = hs->reloc_entries;
2781 for (ri = hi->reloc_entries; ri ; ri = rin)
2784 for (rs = rsh; rs ; rs = rs->next)
2785 if (ri->rtype == rs->rtype)
2787 rs->count += ri->count;
2790 ri->next = hs->reloc_entries;
2791 hs->reloc_entries = ri;
2795 hi->reloc_entries = NULL;
2800 /* Is it possible to merge two object file's .got tables? */
2803 elf64_alpha_can_merge_gots (a, b)
2806 int total = alpha_elf_tdata (a)->total_got_entries;
2809 /* Trivial quick fallout test. */
2810 if (total + alpha_elf_tdata (b)->total_got_entries <= MAX_GOT_ENTRIES)
2813 /* By their nature, local .got entries cannot be merged. */
2814 if ((total += alpha_elf_tdata (b)->n_local_got_entries) > MAX_GOT_ENTRIES)
2817 /* Failing the common trivial comparison, we must effectively
2818 perform the merge. Not actually performing the merge means that
2819 we don't have to store undo information in case we fail. */
2820 for (bsub = b; bsub ; bsub = alpha_elf_tdata (bsub)->in_got_link_next)
2822 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2823 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (bsub)->symtab_hdr;
2826 n = symtab_hdr->sh_size / symtab_hdr->sh_entsize - symtab_hdr->sh_info;
2827 for (i = 0; i < n; ++i)
2829 struct alpha_elf_got_entry *ae, *be;
2830 struct alpha_elf_link_hash_entry *h;
2833 while (h->root.root.type == bfd_link_hash_indirect
2834 || h->root.root.type == bfd_link_hash_warning)
2835 h = (struct alpha_elf_link_hash_entry *)h->root.root.u.i.link;
2837 for (be = h->got_entries; be ; be = be->next)
2839 if (be->use_count == 0)
2841 if (be->gotobj != b)
2844 for (ae = h->got_entries; ae ; ae = ae->next)
2845 if (ae->gotobj == a && ae->addend == be->addend)
2848 if (++total > MAX_GOT_ENTRIES)
2858 /* Actually merge two .got tables. */
2861 elf64_alpha_merge_gots (a, b)
2864 int total = alpha_elf_tdata (a)->total_got_entries;
2867 /* Remember local expansion. */
2869 int e = alpha_elf_tdata (b)->n_local_got_entries;
2871 alpha_elf_tdata (a)->n_local_got_entries += e;
2874 for (bsub = b; bsub ; bsub = alpha_elf_tdata (bsub)->in_got_link_next)
2876 struct alpha_elf_got_entry **local_got_entries;
2877 struct alpha_elf_link_hash_entry **hashes;
2878 Elf_Internal_Shdr *symtab_hdr;
2881 /* Let the local .got entries know they are part of a new subsegment. */
2882 local_got_entries = alpha_elf_tdata (bsub)->local_got_entries;
2883 if (local_got_entries)
2885 n = elf_tdata (bsub)->symtab_hdr.sh_info;
2886 for (i = 0; i < n; ++i)
2888 struct alpha_elf_got_entry *ent;
2889 for (ent = local_got_entries[i]; ent; ent = ent->next)
2894 /* Merge the global .got entries. */
2895 hashes = alpha_elf_sym_hashes (bsub);
2896 symtab_hdr = &elf_tdata (bsub)->symtab_hdr;
2898 n = symtab_hdr->sh_size / symtab_hdr->sh_entsize - symtab_hdr->sh_info;
2899 for (i = 0; i < n; ++i)
2901 struct alpha_elf_got_entry *ae, *be, **pbe, **start;
2902 struct alpha_elf_link_hash_entry *h;
2905 while (h->root.root.type == bfd_link_hash_indirect
2906 || h->root.root.type == bfd_link_hash_warning)
2907 h = (struct alpha_elf_link_hash_entry *)h->root.root.u.i.link;
2909 start = &h->got_entries;
2910 for (pbe = start, be = *start; be ; pbe = &be->next, be = be->next)
2912 if (be->use_count == 0)
2917 if (be->gotobj != b)
2920 for (ae = *start; ae ; ae = ae->next)
2921 if (ae->gotobj == a && ae->addend == be->addend)
2923 ae->flags |= be->flags;
2924 ae->use_count += be->use_count;
2935 alpha_elf_tdata (bsub)->gotobj = a;
2937 alpha_elf_tdata (a)->total_got_entries = total;
2939 /* Merge the two in_got chains. */
2944 while ((next = alpha_elf_tdata (bsub)->in_got_link_next) != NULL)
2947 alpha_elf_tdata (bsub)->in_got_link_next = b;
2951 /* Calculate the offsets for the got entries. */
2954 elf64_alpha_calc_got_offsets_for_symbol (h, arg)
2955 struct alpha_elf_link_hash_entry *h;
2958 struct alpha_elf_got_entry *gotent;
2960 for (gotent = h->got_entries; gotent; gotent = gotent->next)
2961 if (gotent->use_count > 0)
2964 = &alpha_elf_tdata (gotent->gotobj)->got->_raw_size;
2966 gotent->got_offset = *plge;
2974 elf64_alpha_calc_got_offsets (info)
2975 struct bfd_link_info *info;
2977 bfd *i, *got_list = alpha_elf_hash_table(info)->got_list;
2979 /* First, zero out the .got sizes, as we may be recalculating the
2980 .got after optimizing it. */
2981 for (i = got_list; i ; i = alpha_elf_tdata(i)->got_link_next)
2982 alpha_elf_tdata(i)->got->_raw_size = 0;
2984 /* Next, fill in the offsets for all the global entries. */
2985 alpha_elf_link_hash_traverse (alpha_elf_hash_table (info),
2986 elf64_alpha_calc_got_offsets_for_symbol,
2989 /* Finally, fill in the offsets for the local entries. */
2990 for (i = got_list; i ; i = alpha_elf_tdata(i)->got_link_next)
2992 bfd_size_type got_offset = alpha_elf_tdata(i)->got->_raw_size;
2995 for (j = i; j ; j = alpha_elf_tdata(j)->in_got_link_next)
2997 struct alpha_elf_got_entry **local_got_entries, *gotent;
3000 local_got_entries = alpha_elf_tdata(j)->local_got_entries;
3001 if (!local_got_entries)
3004 for (k = 0, n = elf_tdata(j)->symtab_hdr.sh_info; k < n; ++k)
3005 for (gotent = local_got_entries[k]; gotent; gotent = gotent->next)
3006 if (gotent->use_count > 0)
3008 gotent->got_offset = got_offset;
3013 alpha_elf_tdata(i)->got->_raw_size = got_offset;
3014 alpha_elf_tdata(i)->got->_cooked_size = got_offset;
3018 /* Constructs the gots. */
3021 elf64_alpha_size_got_sections (output_bfd, info)
3023 struct bfd_link_info *info;
3025 bfd *i, *got_list, *cur_got_obj;
3026 int something_changed = 0;
3028 got_list = alpha_elf_hash_table (info)->got_list;
3030 /* On the first time through, pretend we have an existing got list
3031 consisting of all of the input files. */
3032 if (got_list == NULL)
3034 for (i = info->input_bfds; i ; i = i->link_next)
3036 bfd *this_got = alpha_elf_tdata (i)->gotobj;
3037 if (this_got == NULL)
3040 /* We are assuming no merging has yet ocurred. */
3041 BFD_ASSERT (this_got == i);
3043 if (alpha_elf_tdata (this_got)->total_got_entries > MAX_GOT_ENTRIES)
3045 /* Yikes! A single object file has too many entries. */
3046 (*_bfd_error_handler)
3047 (_("%s: .got subsegment exceeds 64K (size %d)"),
3048 bfd_get_filename (i),
3049 alpha_elf_tdata (this_got)->total_got_entries * 8);
3053 if (got_list == NULL)
3054 got_list = this_got;
3056 alpha_elf_tdata(cur_got_obj)->got_link_next = this_got;
3057 cur_got_obj = this_got;
3060 /* Strange degenerate case of no got references. */
3061 if (got_list == NULL)
3064 alpha_elf_hash_table (info)->got_list = got_list;
3066 /* Force got offsets to be recalculated. */
3067 something_changed = 1;
3070 cur_got_obj = got_list;
3071 i = alpha_elf_tdata(cur_got_obj)->got_link_next;
3074 if (elf64_alpha_can_merge_gots (cur_got_obj, i))
3076 elf64_alpha_merge_gots (cur_got_obj, i);
3077 i = alpha_elf_tdata(i)->got_link_next;
3078 alpha_elf_tdata(cur_got_obj)->got_link_next = i;
3079 something_changed = 1;
3084 i = alpha_elf_tdata(i)->got_link_next;
3088 /* Once the gots have been merged, fill in the got offsets for
3089 everything therein. */
3090 if (1 || something_changed)
3091 elf64_alpha_calc_got_offsets (info);
3097 elf64_alpha_always_size_sections (output_bfd, info)
3099 struct bfd_link_info *info;
3103 if (info->relocateable)
3106 /* First, take care of the indirect symbols created by versioning. */
3107 alpha_elf_link_hash_traverse (alpha_elf_hash_table (info),
3108 elf64_alpha_merge_ind_symbols,
3111 if (!elf64_alpha_size_got_sections (output_bfd, info))
3114 /* Allocate space for all of the .got subsections. */
3115 i = alpha_elf_hash_table (info)->got_list;
3116 for ( ; i ; i = alpha_elf_tdata(i)->got_link_next)
3118 asection *s = alpha_elf_tdata(i)->got;
3119 if (s->_raw_size > 0)
3121 s->contents = (bfd_byte *) bfd_zalloc (i, s->_raw_size);
3122 if (s->contents == NULL)
3130 /* Work out the sizes of the dynamic relocation entries. */
3133 elf64_alpha_calc_dynrel_sizes (h, info)
3134 struct alpha_elf_link_hash_entry *h;
3135 struct bfd_link_info *info;
3137 /* If the symbol was defined as a common symbol in a regular object
3138 file, and there was no definition in any dynamic object, then the
3139 linker will have allocated space for the symbol in a common
3140 section but the ELF_LINK_HASH_DEF_REGULAR flag will not have been
3141 set. This is done for dynamic symbols in
3142 elf_adjust_dynamic_symbol but this is not done for non-dynamic
3143 symbols, somehow. */
3144 if (((h->root.elf_link_hash_flags
3145 & (ELF_LINK_HASH_DEF_REGULAR
3146 | ELF_LINK_HASH_REF_REGULAR
3147 | ELF_LINK_HASH_DEF_DYNAMIC))
3148 == ELF_LINK_HASH_REF_REGULAR)
3149 && (h->root.root.type == bfd_link_hash_defined
3150 || h->root.root.type == bfd_link_hash_defweak)
3151 && !(h->root.root.u.def.section->owner->flags & DYNAMIC))
3153 h->root.elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
3156 /* If the symbol is dynamic, we'll need all the relocations in their
3157 natural form. If this is a shared object, and it has been forced
3158 local, we'll need the same number of RELATIVE relocations. */
3160 if (alpha_elf_dynamic_symbol_p (&h->root, info) || info->shared)
3162 struct alpha_elf_reloc_entry *relent;
3164 struct alpha_elf_got_entry *gotent;
3165 bfd_size_type count;
3168 for (relent = h->reloc_entries; relent; relent = relent->next)
3169 if (relent->rtype == R_ALPHA_REFLONG
3170 || relent->rtype == R_ALPHA_REFQUAD)
3172 relent->srel->_raw_size +=
3173 sizeof (Elf64_External_Rela) * relent->count;
3176 dynobj = elf_hash_table(info)->dynobj;
3179 for (gotent = h->got_entries; gotent ; gotent = gotent->next)
3182 /* If we are using a .plt entry, subtract one, as the first
3183 reference uses a .rela.plt entry instead. */
3184 if (h->root.plt.offset != MINUS_ONE)
3189 srel = bfd_get_section_by_name (dynobj, ".rela.got");
3190 BFD_ASSERT (srel != NULL);
3191 srel->_raw_size += sizeof (Elf64_External_Rela) * count;
3198 /* Set the sizes of the dynamic sections. */
3201 elf64_alpha_size_dynamic_sections (output_bfd, info)
3203 struct bfd_link_info *info;
3210 dynobj = elf_hash_table(info)->dynobj;
3211 BFD_ASSERT(dynobj != NULL);
3213 if (elf_hash_table (info)->dynamic_sections_created)
3215 /* Set the contents of the .interp section to the interpreter. */
3218 s = bfd_get_section_by_name (dynobj, ".interp");
3219 BFD_ASSERT (s != NULL);
3220 s->_raw_size = sizeof ELF_DYNAMIC_INTERPRETER;
3221 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
3224 /* Now that we've seen all of the input files, we can decide which
3225 symbols need dynamic relocation entries and which don't. We've
3226 collected information in check_relocs that we can now apply to
3227 size the dynamic relocation sections. */
3228 alpha_elf_link_hash_traverse (alpha_elf_hash_table (info),
3229 elf64_alpha_calc_dynrel_sizes,
3232 /* When building shared libraries, each local .got entry needs a
3238 bfd_size_type count;
3240 srel = bfd_get_section_by_name (dynobj, ".rela.got");
3241 BFD_ASSERT (srel != NULL);
3243 for (i = alpha_elf_hash_table(info)->got_list, count = 0;
3245 i = alpha_elf_tdata(i)->got_link_next)
3246 count += alpha_elf_tdata(i)->n_local_got_entries;
3248 srel->_raw_size += count * sizeof (Elf64_External_Rela);
3251 /* else we're not dynamic and by definition we don't need such things. */
3253 /* The check_relocs and adjust_dynamic_symbol entry points have
3254 determined the sizes of the various dynamic sections. Allocate
3258 for (s = dynobj->sections; s != NULL; s = s->next)
3263 if (!(s->flags & SEC_LINKER_CREATED))
3266 /* It's OK to base decisions on the section name, because none
3267 of the dynobj section names depend upon the input files. */
3268 name = bfd_get_section_name (dynobj, s);
3270 /* If we don't need this section, strip it from the output file.
3271 This is to handle .rela.bss and .rela.plt. We must create it
3272 in create_dynamic_sections, because it must be created before
3273 the linker maps input sections to output sections. The
3274 linker does that before adjust_dynamic_symbol is called, and
3275 it is that function which decides whether anything needs to
3276 go into these sections. */
3280 if (strncmp (name, ".rela", 5) == 0)
3282 strip = (s->_raw_size == 0);
3286 const char *outname;
3289 /* If this relocation section applies to a read only
3290 section, then we probably need a DT_TEXTREL entry. */
3291 outname = bfd_get_section_name (output_bfd,
3293 target = bfd_get_section_by_name (output_bfd, outname + 5);
3295 && (target->flags & SEC_READONLY) != 0
3296 && (target->flags & SEC_ALLOC) != 0)
3299 if (strcmp(name, ".rela.plt") == 0)
3302 /* We use the reloc_count field as a counter if we need
3303 to copy relocs into the output file. */
3307 else if (strcmp (name, ".plt") != 0)
3309 /* It's not one of our dynamic sections, so don't allocate space. */
3314 _bfd_strip_section_from_output (info, s);
3317 /* Allocate memory for the section contents. */
3318 s->contents = (bfd_byte *) bfd_zalloc(dynobj, s->_raw_size);
3319 if (s->contents == NULL && s->_raw_size != 0)
3324 if (elf_hash_table (info)->dynamic_sections_created)
3326 /* Add some entries to the .dynamic section. We fill in the
3327 values later, in elf64_alpha_finish_dynamic_sections, but we
3328 must add the entries now so that we get the correct size for
3329 the .dynamic section. The DT_DEBUG entry is filled in by the
3330 dynamic linker and used by the debugger. */
3333 if (!bfd_elf64_add_dynamic_entry (info, DT_DEBUG, 0))
3337 if (! bfd_elf64_add_dynamic_entry (info, DT_PLTGOT, 0))
3342 if (! bfd_elf64_add_dynamic_entry (info, DT_PLTRELSZ, 0)
3343 || ! bfd_elf64_add_dynamic_entry (info, DT_PLTREL, DT_RELA)
3344 || ! bfd_elf64_add_dynamic_entry (info, DT_JMPREL, 0))
3348 if (! bfd_elf64_add_dynamic_entry (info, DT_RELA, 0)
3349 || ! bfd_elf64_add_dynamic_entry (info, DT_RELASZ, 0)
3350 || ! bfd_elf64_add_dynamic_entry (info, DT_RELAENT,
3351 sizeof (Elf64_External_Rela)))
3356 if (! bfd_elf64_add_dynamic_entry (info, DT_TEXTREL, 0))
3358 info->flags |= DF_TEXTREL;
3365 /* Relocate an Alpha ELF section. */
3368 elf64_alpha_relocate_section (output_bfd, info, input_bfd, input_section,
3369 contents, relocs, local_syms, local_sections)
3371 struct bfd_link_info *info;
3373 asection *input_section;
3375 Elf_Internal_Rela *relocs;
3376 Elf_Internal_Sym *local_syms;
3377 asection **local_sections;
3379 Elf_Internal_Shdr *symtab_hdr;
3380 Elf_Internal_Rela *rel;
3381 Elf_Internal_Rela *relend;
3382 asection *sec, *sgot, *srel, *srelgot;
3383 bfd *dynobj, *gotobj;
3386 srelgot = srel = NULL;
3387 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
3388 dynobj = elf_hash_table (info)->dynobj;
3391 srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
3394 /* Find the gp value for this input bfd. */
3397 gotobj = alpha_elf_tdata (input_bfd)->gotobj;
3400 sgot = alpha_elf_tdata (gotobj)->got;
3401 gp = _bfd_get_gp_value (gotobj);
3404 gp = (sgot->output_section->vma
3405 + sgot->output_offset
3407 _bfd_set_gp_value (gotobj, gp);
3412 relend = relocs + input_section->reloc_count;
3413 for (; rel < relend; rel++)
3416 reloc_howto_type *howto;
3417 unsigned long r_symndx;
3418 struct alpha_elf_link_hash_entry *h;
3419 Elf_Internal_Sym *sym;
3422 bfd_reloc_status_type r;
3424 r_type = ELF64_R_TYPE(rel->r_info);
3425 if (r_type < 0 || r_type >= (int) R_ALPHA_max)
3427 bfd_set_error (bfd_error_bad_value);
3430 howto = elf64_alpha_howto_table + r_type;
3432 r_symndx = ELF64_R_SYM(rel->r_info);
3434 if (info->relocateable)
3436 /* This is a relocateable link. We don't have to change
3437 anything, unless the reloc is against a section symbol,
3438 in which case we have to adjust according to where the
3439 section symbol winds up in the output section. */
3441 /* The symbol associated with GPDISP and LITUSE is
3442 immaterial. Only the addend is significant. */
3443 if (r_type == R_ALPHA_GPDISP || r_type == R_ALPHA_LITUSE)
3446 if (r_symndx < symtab_hdr->sh_info)
3448 sym = local_syms + r_symndx;
3449 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION)
3451 sec = local_sections[r_symndx];
3452 rel->r_addend += sec->output_offset + sym->st_value;
3459 /* This is a final link. */
3465 if (r_symndx < symtab_hdr->sh_info)
3467 sym = local_syms + r_symndx;
3468 sec = local_sections[r_symndx];
3469 relocation = (sec->output_section->vma
3470 + sec->output_offset
3475 h = alpha_elf_sym_hashes (input_bfd)[r_symndx - symtab_hdr->sh_info];
3477 while (h->root.root.type == bfd_link_hash_indirect
3478 || h->root.root.type == bfd_link_hash_warning)
3479 h = (struct alpha_elf_link_hash_entry *)h->root.root.u.i.link;
3481 if (h->root.root.type == bfd_link_hash_defined
3482 || h->root.root.type == bfd_link_hash_defweak)
3484 sec = h->root.root.u.def.section;
3487 if ((r_type == R_ALPHA_LITERAL
3488 && elf_hash_table(info)->dynamic_sections_created
3491 || !(h->root.elf_link_hash_flags
3492 & ELF_LINK_HASH_DEF_REGULAR)))
3495 || !(h->root.elf_link_hash_flags
3496 & ELF_LINK_HASH_DEF_REGULAR))
3497 && (input_section->flags & SEC_ALLOC)
3498 && (r_type == R_ALPHA_REFLONG
3499 || r_type == R_ALPHA_REFQUAD
3500 || r_type == R_ALPHA_LITERAL)))
3502 /* In these cases, we don't need the relocation value.
3503 We check specially because in some obscure cases
3504 sec->output_section will be NULL. */
3508 /* FIXME: Are not these obscure cases simply bugs? Let's
3509 get something working and come back to this. */
3510 if (sec->output_section == NULL)
3512 #endif /* rth_notdef */
3515 relocation = (h->root.root.u.def.value
3516 + sec->output_section->vma
3517 + sec->output_offset);
3520 else if (h->root.root.type == bfd_link_hash_undefweak)
3522 else if (info->shared && !info->symbolic
3523 && !info->no_undefined
3524 && ELF_ST_VISIBILITY (h->root.other) == STV_DEFAULT)
3528 if (!((*info->callbacks->undefined_symbol)
3529 (info, h->root.root.root.string, input_bfd,
3530 input_section, rel->r_offset,
3531 (!info->shared || info->no_undefined
3532 || ELF_ST_VISIBILITY (h->root.other)))))
3537 addend = rel->r_addend;
3541 case R_ALPHA_GPDISP:
3543 bfd_byte *p_ldah, *p_lda;
3545 BFD_ASSERT(gp != 0);
3547 relocation = (input_section->output_section->vma
3548 + input_section->output_offset
3551 p_ldah = contents + rel->r_offset - input_section->vma;
3552 p_lda = p_ldah + rel->r_addend;
3554 r = elf64_alpha_do_reloc_gpdisp (input_bfd, gp - relocation,
3559 case R_ALPHA_OP_PUSH:
3560 case R_ALPHA_OP_STORE:
3561 case R_ALPHA_OP_PSUB:
3562 case R_ALPHA_OP_PRSHIFT:
3563 /* We hate these silly beasts. */
3566 case R_ALPHA_LITERAL:
3568 struct alpha_elf_got_entry *gotent;
3569 boolean dynamic_symbol;
3571 BFD_ASSERT(sgot != NULL);
3572 BFD_ASSERT(gp != 0);
3576 gotent = h->got_entries;
3577 dynamic_symbol = alpha_elf_dynamic_symbol_p (&h->root, info);
3581 gotent = (alpha_elf_tdata(input_bfd)->
3582 local_got_entries[r_symndx]);
3583 dynamic_symbol = false;
3586 BFD_ASSERT(gotent != NULL);
3588 while (gotent->gotobj != gotobj || gotent->addend != addend)
3589 gotent = gotent->next;
3591 BFD_ASSERT(gotent->use_count >= 1);
3593 /* Initialize the .got entry's value. */
3594 if (!(gotent->flags & ALPHA_ELF_GOT_ENTRY_RELOCS_DONE))
3596 bfd_put_64 (output_bfd, relocation+addend,
3597 sgot->contents + gotent->got_offset);
3599 /* If the symbol has been forced local, output a
3600 RELATIVE reloc, otherwise it will be handled in
3601 finish_dynamic_symbol. */
3602 if (info->shared && !dynamic_symbol)
3604 Elf_Internal_Rela outrel;
3606 BFD_ASSERT(srelgot != NULL);
3608 outrel.r_offset = (sgot->output_section->vma
3609 + sgot->output_offset
3610 + gotent->got_offset);
3611 outrel.r_info = ELF64_R_INFO(0, R_ALPHA_RELATIVE);
3612 outrel.r_addend = 0;
3614 bfd_elf64_swap_reloca_out (output_bfd, &outrel,
3615 ((Elf64_External_Rela *)
3617 + srelgot->reloc_count++);
3618 BFD_ASSERT (sizeof (Elf64_External_Rela)
3619 * srelgot->reloc_count
3620 <= srelgot->_cooked_size);
3623 gotent->flags |= ALPHA_ELF_GOT_ENTRY_RELOCS_DONE;
3626 /* Figure the gprel relocation. */
3628 relocation = (sgot->output_section->vma
3629 + sgot->output_offset
3630 + gotent->got_offset);
3633 /* overflow handled by _bfd_final_link_relocate */
3636 case R_ALPHA_GPREL32:
3637 case R_ALPHA_GPRELLOW:
3638 BFD_ASSERT(gp != 0);
3642 case R_ALPHA_GPRELHIGH:
3643 BFD_ASSERT(gp != 0);
3645 relocation += addend;
3647 relocation = (((bfd_signed_vma) relocation >> 16)
3648 + ((relocation >> 15) & 1));
3651 case R_ALPHA_BRADDR:
3653 /* The regular PC-relative stuff measures from the start of
3654 the instruction rather than the end. */
3658 case R_ALPHA_REFLONG:
3659 case R_ALPHA_REFQUAD:
3661 Elf_Internal_Rela outrel;
3664 /* Careful here to remember RELATIVE relocations for global
3665 variables for symbolic shared objects. */
3667 if (h && alpha_elf_dynamic_symbol_p (&h->root, info))
3669 BFD_ASSERT(h->root.dynindx != -1);
3670 outrel.r_info = ELF64_R_INFO(h->root.dynindx, r_type);
3671 outrel.r_addend = addend;
3672 addend = 0, relocation = 0;
3674 else if (info->shared && (input_section->flags & SEC_ALLOC))
3676 outrel.r_info = ELF64_R_INFO(0, R_ALPHA_RELATIVE);
3677 outrel.r_addend = 0;
3686 name = (bfd_elf_string_from_elf_section
3687 (input_bfd, elf_elfheader(input_bfd)->e_shstrndx,
3688 elf_section_data(input_section)->rel_hdr.sh_name));
3689 BFD_ASSERT(name != NULL);
3691 srel = bfd_get_section_by_name (dynobj, name);
3692 BFD_ASSERT(srel != NULL);
3697 if (elf_section_data (input_section)->stab_info == NULL)
3698 outrel.r_offset = rel->r_offset;
3703 off = (_bfd_stab_section_offset
3704 (output_bfd, &elf_hash_table (info)->stab_info,
3706 &elf_section_data (input_section)->stab_info,
3708 if (off == (bfd_vma) -1)
3710 outrel.r_offset = off;
3714 outrel.r_offset += (input_section->output_section->vma
3715 + input_section->output_offset);
3717 memset (&outrel, 0, sizeof outrel);
3719 bfd_elf64_swap_reloca_out (output_bfd, &outrel,
3720 ((Elf64_External_Rela *)
3722 + srel->reloc_count++);
3723 BFD_ASSERT (sizeof (Elf64_External_Rela) * srel->reloc_count
3724 <= srel->_cooked_size);
3730 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
3731 contents, rel->r_offset, relocation,
3741 case bfd_reloc_overflow:
3746 name = h->root.root.root.string;
3749 name = (bfd_elf_string_from_elf_section
3750 (input_bfd, symtab_hdr->sh_link, sym->st_name));
3754 name = bfd_section_name (input_bfd, sec);
3756 if (! ((*info->callbacks->reloc_overflow)
3757 (info, name, howto->name, (bfd_vma) 0,
3758 input_bfd, input_section, rel->r_offset)))
3764 case bfd_reloc_outofrange:
3772 /* Finish up dynamic symbol handling. We set the contents of various
3773 dynamic sections here. */
3776 elf64_alpha_finish_dynamic_symbol (output_bfd, info, h, sym)
3778 struct bfd_link_info *info;
3779 struct elf_link_hash_entry *h;
3780 Elf_Internal_Sym *sym;
3782 bfd *dynobj = elf_hash_table(info)->dynobj;
3784 if (h->plt.offset != MINUS_ONE)
3786 /* Fill in the .plt entry for this symbol. */
3787 asection *splt, *sgot, *srel;
3788 Elf_Internal_Rela outrel;
3789 bfd_vma got_addr, plt_addr;
3791 struct alpha_elf_got_entry *gotent;
3793 BFD_ASSERT (h->dynindx != -1);
3795 /* The first .got entry will be updated by the .plt with the
3796 address of the target function. */
3797 gotent = ((struct alpha_elf_link_hash_entry *) h)->got_entries;
3798 BFD_ASSERT (gotent && gotent->addend == 0);
3800 splt = bfd_get_section_by_name (dynobj, ".plt");
3801 BFD_ASSERT (splt != NULL);
3802 srel = bfd_get_section_by_name (dynobj, ".rela.plt");
3803 BFD_ASSERT (srel != NULL);
3804 sgot = alpha_elf_tdata (gotent->gotobj)->got;
3805 BFD_ASSERT (sgot != NULL);
3807 got_addr = (sgot->output_section->vma
3808 + sgot->output_offset
3809 + gotent->got_offset);
3810 plt_addr = (splt->output_section->vma
3811 + splt->output_offset
3814 plt_index = (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
3816 /* Fill in the entry in the procedure linkage table. */
3818 unsigned insn1, insn2, insn3;
3820 insn1 = PLT_ENTRY_WORD1 | ((-(h->plt.offset + 4) >> 2) & 0x1fffff);
3821 insn2 = PLT_ENTRY_WORD2;
3822 insn3 = PLT_ENTRY_WORD3;
3824 bfd_put_32 (output_bfd, insn1, splt->contents + h->plt.offset);
3825 bfd_put_32 (output_bfd, insn2, splt->contents + h->plt.offset + 4);
3826 bfd_put_32 (output_bfd, insn3, splt->contents + h->plt.offset + 8);
3829 /* Fill in the entry in the .rela.plt section. */
3830 outrel.r_offset = got_addr;
3831 outrel.r_info = ELF64_R_INFO(h->dynindx, R_ALPHA_JMP_SLOT);
3832 outrel.r_addend = 0;
3834 bfd_elf64_swap_reloca_out (output_bfd, &outrel,
3835 ((Elf64_External_Rela *)srel->contents
3838 if (!(h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR))
3840 /* Mark the symbol as undefined, rather than as defined in the
3841 .plt section. Leave the value alone. */
3842 sym->st_shndx = SHN_UNDEF;
3845 /* Fill in the entries in the .got. */
3846 bfd_put_64 (output_bfd, plt_addr, sgot->contents + gotent->got_offset);
3848 /* Subsequent .got entries will continue to bounce through the .plt. */
3851 srel = bfd_get_section_by_name (dynobj, ".rela.got");
3852 BFD_ASSERT (! info->shared || srel != NULL);
3854 gotent = gotent->next;
3857 sgot = alpha_elf_tdata(gotent->gotobj)->got;
3858 BFD_ASSERT(sgot != NULL);
3859 BFD_ASSERT(gotent->addend == 0);
3861 bfd_put_64 (output_bfd, plt_addr,
3862 sgot->contents + gotent->got_offset);
3866 outrel.r_offset = (sgot->output_section->vma
3867 + sgot->output_offset
3868 + gotent->got_offset);
3869 outrel.r_info = ELF64_R_INFO(0, R_ALPHA_RELATIVE);
3870 outrel.r_addend = 0;
3872 bfd_elf64_swap_reloca_out (output_bfd, &outrel,
3873 ((Elf64_External_Rela *)
3875 + srel->reloc_count++);
3876 BFD_ASSERT (sizeof (Elf64_External_Rela) * srel->reloc_count
3877 <= srel->_cooked_size);
3880 gotent = gotent->next;
3882 while (gotent != NULL);
3885 else if (alpha_elf_dynamic_symbol_p (h, info))
3887 /* Fill in the dynamic relocations for this symbol's .got entries. */
3889 Elf_Internal_Rela outrel;
3890 struct alpha_elf_got_entry *gotent;
3892 srel = bfd_get_section_by_name (dynobj, ".rela.got");
3893 BFD_ASSERT (srel != NULL);
3895 outrel.r_info = ELF64_R_INFO (h->dynindx, R_ALPHA_GLOB_DAT);
3896 for (gotent = ((struct alpha_elf_link_hash_entry *) h)->got_entries;
3898 gotent = gotent->next)
3900 asection *sgot = alpha_elf_tdata (gotent->gotobj)->got;
3901 outrel.r_offset = (sgot->output_section->vma
3902 + sgot->output_offset
3903 + gotent->got_offset);
3904 outrel.r_addend = gotent->addend;
3906 bfd_elf64_swap_reloca_out (output_bfd, &outrel,
3907 ((Elf64_External_Rela *)srel->contents
3908 + srel->reloc_count++));
3909 BFD_ASSERT (sizeof (Elf64_External_Rela) * srel->reloc_count
3910 <= srel->_cooked_size);
3914 /* Mark some specially defined symbols as absolute. */
3915 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
3916 || strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0
3917 || strcmp (h->root.root.string, "_PROCEDURE_LINKAGE_TABLE_") == 0)
3918 sym->st_shndx = SHN_ABS;
3923 /* Finish up the dynamic sections. */
3926 elf64_alpha_finish_dynamic_sections (output_bfd, info)
3928 struct bfd_link_info *info;
3933 dynobj = elf_hash_table (info)->dynobj;
3934 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
3936 if (elf_hash_table (info)->dynamic_sections_created)
3939 Elf64_External_Dyn *dyncon, *dynconend;
3941 splt = bfd_get_section_by_name (dynobj, ".plt");
3942 BFD_ASSERT (splt != NULL && sdyn != NULL);
3944 dyncon = (Elf64_External_Dyn *) sdyn->contents;
3945 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->_raw_size);
3946 for (; dyncon < dynconend; dyncon++)
3948 Elf_Internal_Dyn dyn;
3952 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);
3967 /* My interpretation of the TIS v1.1 ELF document indicates
3968 that RELASZ should not include JMPREL. This is not what
3969 the rest of the BFD does. It is, however, what the
3970 glibc ld.so wants. Do this fixup here until we found
3971 out who is right. */
3972 s = bfd_get_section_by_name (output_bfd, ".rela.plt");
3976 (s->_cooked_size ? s->_cooked_size : s->_raw_size);
3981 s = bfd_get_section_by_name (output_bfd, name);
3982 dyn.d_un.d_ptr = (s ? s->vma : 0);
3986 s = bfd_get_section_by_name (output_bfd, name);
3988 (s->_cooked_size ? s->_cooked_size : s->_raw_size);
3992 bfd_elf64_swap_dyn_out (output_bfd, &dyn, dyncon);
3995 /* Initialize the PLT0 entry */
3996 if (splt->_raw_size > 0)
3998 bfd_put_32 (output_bfd, PLT_HEADER_WORD1, splt->contents);
3999 bfd_put_32 (output_bfd, PLT_HEADER_WORD2, splt->contents + 4);
4000 bfd_put_32 (output_bfd, PLT_HEADER_WORD3, splt->contents + 8);
4001 bfd_put_32 (output_bfd, PLT_HEADER_WORD4, splt->contents + 12);
4003 /* The next two words will be filled in by ld.so */
4004 bfd_put_64 (output_bfd, 0, splt->contents + 16);
4005 bfd_put_64 (output_bfd, 0, splt->contents + 24);
4007 elf_section_data (splt->output_section)->this_hdr.sh_entsize =
4015 /* We need to use a special link routine to handle the .reginfo and
4016 the .mdebug sections. We need to merge all instances of these
4017 sections together, not write them all out sequentially. */
4020 elf64_alpha_final_link (abfd, info)
4022 struct bfd_link_info *info;
4025 struct bfd_link_order *p;
4026 asection *reginfo_sec, *mdebug_sec, *gptab_data_sec, *gptab_bss_sec;
4027 struct ecoff_debug_info debug;
4028 const struct ecoff_debug_swap *swap
4029 = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
4030 HDRR *symhdr = &debug.symbolic_header;
4031 PTR mdebug_handle = NULL;
4036 (*info->callbacks->warning)
4037 (info, _("using multiple gp values"), (char *) NULL,
4038 output_bfd, (asection *) NULL, (bfd_vma) 0);
4042 /* Go through the sections and collect the .reginfo and .mdebug
4046 gptab_data_sec = NULL;
4047 gptab_bss_sec = NULL;
4048 for (o = abfd->sections; o != (asection *) NULL; o = o->next)
4050 #ifdef ERIC_neverdef
4051 if (strcmp (o->name, ".reginfo") == 0)
4053 memset (®info, 0, sizeof reginfo);
4055 /* We have found the .reginfo section in the output file.
4056 Look through all the link_orders comprising it and merge
4057 the information together. */
4058 for (p = o->link_order_head;
4059 p != (struct bfd_link_order *) NULL;
4062 asection *input_section;
4064 Elf64_External_RegInfo ext;
4067 if (p->type != bfd_indirect_link_order)
4069 if (p->type == bfd_fill_link_order)
4074 input_section = p->u.indirect.section;
4075 input_bfd = input_section->owner;
4077 /* The linker emulation code has probably clobbered the
4078 size to be zero bytes. */
4079 if (input_section->_raw_size == 0)
4080 input_section->_raw_size = sizeof (Elf64_External_RegInfo);
4082 if (! bfd_get_section_contents (input_bfd, input_section,
4088 bfd_alpha_elf64_swap_reginfo_in (input_bfd, &ext, &sub);
4090 reginfo.ri_gprmask |= sub.ri_gprmask;
4091 reginfo.ri_cprmask[0] |= sub.ri_cprmask[0];
4092 reginfo.ri_cprmask[1] |= sub.ri_cprmask[1];
4093 reginfo.ri_cprmask[2] |= sub.ri_cprmask[2];
4094 reginfo.ri_cprmask[3] |= sub.ri_cprmask[3];
4096 /* ri_gp_value is set by the function
4097 alpha_elf_section_processing when the section is
4098 finally written out. */
4100 /* Hack: reset the SEC_HAS_CONTENTS flag so that
4101 elf_link_input_bfd ignores this section. */
4102 input_section->flags &=~ SEC_HAS_CONTENTS;
4105 /* Force the section size to the value we want. */
4106 o->_raw_size = sizeof (Elf64_External_RegInfo);
4108 /* Skip this section later on (I don't think this currently
4109 matters, but someday it might). */
4110 o->link_order_head = (struct bfd_link_order *) NULL;
4116 if (strcmp (o->name, ".mdebug") == 0)
4118 struct extsym_info einfo;
4120 /* We have found the .mdebug section in the output file.
4121 Look through all the link_orders comprising it and merge
4122 the information together. */
4123 symhdr->magic = swap->sym_magic;
4124 /* FIXME: What should the version stamp be? */
4126 symhdr->ilineMax = 0;
4130 symhdr->isymMax = 0;
4131 symhdr->ioptMax = 0;
4132 symhdr->iauxMax = 0;
4134 symhdr->issExtMax = 0;
4137 symhdr->iextMax = 0;
4139 /* We accumulate the debugging information itself in the
4140 debug_info structure. */
4142 debug.external_dnr = NULL;
4143 debug.external_pdr = NULL;
4144 debug.external_sym = NULL;
4145 debug.external_opt = NULL;
4146 debug.external_aux = NULL;
4148 debug.ssext = debug.ssext_end = NULL;
4149 debug.external_fdr = NULL;
4150 debug.external_rfd = NULL;
4151 debug.external_ext = debug.external_ext_end = NULL;
4153 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info);
4154 if (mdebug_handle == (PTR) NULL)
4163 static const char * const name[] =
4165 ".text", ".init", ".fini", ".data",
4166 ".rodata", ".sdata", ".sbss", ".bss"
4168 static const int sc[] = { scText, scInit, scFini, scData,
4169 scRData, scSData, scSBss, scBss };
4172 esym.cobol_main = 0;
4176 esym.asym.iss = issNil;
4177 esym.asym.st = stLocal;
4178 esym.asym.reserved = 0;
4179 esym.asym.index = indexNil;
4180 for (i = 0; i < 8; i++)
4182 esym.asym.sc = sc[i];
4183 s = bfd_get_section_by_name (abfd, name[i]);
4186 esym.asym.value = s->vma;
4187 last = s->vma + s->_raw_size;
4190 esym.asym.value = last;
4192 if (! bfd_ecoff_debug_one_external (abfd, &debug, swap,
4198 for (p = o->link_order_head;
4199 p != (struct bfd_link_order *) NULL;
4202 asection *input_section;
4204 const struct ecoff_debug_swap *input_swap;
4205 struct ecoff_debug_info input_debug;
4209 if (p->type != bfd_indirect_link_order)
4211 if (p->type == bfd_fill_link_order)
4216 input_section = p->u.indirect.section;
4217 input_bfd = input_section->owner;
4219 if (bfd_get_flavour (input_bfd) != bfd_target_elf_flavour
4220 || (get_elf_backend_data (input_bfd)
4221 ->elf_backend_ecoff_debug_swap) == NULL)
4223 /* I don't know what a non ALPHA ELF bfd would be
4224 doing with a .mdebug section, but I don't really
4225 want to deal with it. */
4229 input_swap = (get_elf_backend_data (input_bfd)
4230 ->elf_backend_ecoff_debug_swap);
4232 BFD_ASSERT (p->size == input_section->_raw_size);
4234 /* The ECOFF linking code expects that we have already
4235 read in the debugging information and set up an
4236 ecoff_debug_info structure, so we do that now. */
4237 if (!elf64_alpha_read_ecoff_info (input_bfd, input_section,
4241 if (! (bfd_ecoff_debug_accumulate
4242 (mdebug_handle, abfd, &debug, swap, input_bfd,
4243 &input_debug, input_swap, info)))
4246 /* Loop through the external symbols. For each one with
4247 interesting information, try to find the symbol in
4248 the linker global hash table and save the information
4249 for the output external symbols. */
4250 eraw_src = input_debug.external_ext;
4251 eraw_end = (eraw_src
4252 + (input_debug.symbolic_header.iextMax
4253 * input_swap->external_ext_size));
4255 eraw_src < eraw_end;
4256 eraw_src += input_swap->external_ext_size)
4260 struct alpha_elf_link_hash_entry *h;
4262 (*input_swap->swap_ext_in) (input_bfd, (PTR) eraw_src, &ext);
4263 if (ext.asym.sc == scNil
4264 || ext.asym.sc == scUndefined
4265 || ext.asym.sc == scSUndefined)
4268 name = input_debug.ssext + ext.asym.iss;
4269 h = alpha_elf_link_hash_lookup (alpha_elf_hash_table (info),
4270 name, false, false, true);
4271 if (h == NULL || h->esym.ifd != -2)
4277 < input_debug.symbolic_header.ifdMax);
4278 ext.ifd = input_debug.ifdmap[ext.ifd];
4284 /* Free up the information we just read. */
4285 free (input_debug.line);
4286 free (input_debug.external_dnr);
4287 free (input_debug.external_pdr);
4288 free (input_debug.external_sym);
4289 free (input_debug.external_opt);
4290 free (input_debug.external_aux);
4291 free (input_debug.ss);
4292 free (input_debug.ssext);
4293 free (input_debug.external_fdr);
4294 free (input_debug.external_rfd);
4295 free (input_debug.external_ext);
4297 /* Hack: reset the SEC_HAS_CONTENTS flag so that
4298 elf_link_input_bfd ignores this section. */
4299 input_section->flags &=~ SEC_HAS_CONTENTS;
4302 #ifdef ERIC_neverdef
4305 /* Create .rtproc section. */
4306 rtproc_sec = bfd_get_section_by_name (abfd, ".rtproc");
4307 if (rtproc_sec == NULL)
4309 flagword flags = (SEC_HAS_CONTENTS
4311 | SEC_LINKER_CREATED
4314 rtproc_sec = bfd_make_section (abfd, ".rtproc");
4315 if (rtproc_sec == NULL
4316 || ! bfd_set_section_flags (abfd, rtproc_sec, flags)
4317 || ! bfd_set_section_alignment (abfd, rtproc_sec, 12))
4321 if (! alpha_elf_create_procedure_table (mdebug_handle, abfd,
4322 info, rtproc_sec, &debug))
4327 /* Build the external symbol information. */
4330 einfo.debug = &debug;
4332 einfo.failed = false;
4333 elf_link_hash_traverse (elf_hash_table (info),
4334 elf64_alpha_output_extsym,
4339 /* Set the size of the .mdebug section. */
4340 o->_raw_size = bfd_ecoff_debug_size (abfd, &debug, swap);
4342 /* Skip this section later on (I don't think this currently
4343 matters, but someday it might). */
4344 o->link_order_head = (struct bfd_link_order *) NULL;
4349 #ifdef ERIC_neverdef
4350 if (strncmp (o->name, ".gptab.", sizeof ".gptab." - 1) == 0)
4352 const char *subname;
4355 Elf64_External_gptab *ext_tab;
4358 /* The .gptab.sdata and .gptab.sbss sections hold
4359 information describing how the small data area would
4360 change depending upon the -G switch. These sections
4361 not used in executables files. */
4362 if (! info->relocateable)
4366 for (p = o->link_order_head;
4367 p != (struct bfd_link_order *) NULL;
4370 asection *input_section;
4372 if (p->type != bfd_indirect_link_order)
4374 if (p->type == bfd_fill_link_order)
4379 input_section = p->u.indirect.section;
4381 /* Hack: reset the SEC_HAS_CONTENTS flag so that
4382 elf_link_input_bfd ignores this section. */
4383 input_section->flags &=~ SEC_HAS_CONTENTS;
4386 /* Skip this section later on (I don't think this
4387 currently matters, but someday it might). */
4388 o->link_order_head = (struct bfd_link_order *) NULL;
4390 /* Really remove the section. */
4391 for (secpp = &abfd->sections;
4393 secpp = &(*secpp)->next)
4395 *secpp = (*secpp)->next;
4396 --abfd->section_count;
4401 /* There is one gptab for initialized data, and one for
4402 uninitialized data. */
4403 if (strcmp (o->name, ".gptab.sdata") == 0)
4405 else if (strcmp (o->name, ".gptab.sbss") == 0)
4409 (*_bfd_error_handler)
4410 (_("%s: illegal section name `%s'"),
4411 bfd_get_filename (abfd), o->name);
4412 bfd_set_error (bfd_error_nonrepresentable_section);
4416 /* The linker script always combines .gptab.data and
4417 .gptab.sdata into .gptab.sdata, and likewise for
4418 .gptab.bss and .gptab.sbss. It is possible that there is
4419 no .sdata or .sbss section in the output file, in which
4420 case we must change the name of the output section. */
4421 subname = o->name + sizeof ".gptab" - 1;
4422 if (bfd_get_section_by_name (abfd, subname) == NULL)
4424 if (o == gptab_data_sec)
4425 o->name = ".gptab.data";
4427 o->name = ".gptab.bss";
4428 subname = o->name + sizeof ".gptab" - 1;
4429 BFD_ASSERT (bfd_get_section_by_name (abfd, subname) != NULL);
4432 /* Set up the first entry. */
4434 tab = (Elf64_gptab *) bfd_malloc (c * sizeof (Elf64_gptab));
4437 tab[0].gt_header.gt_current_g_value = elf_gp_size (abfd);
4438 tab[0].gt_header.gt_unused = 0;
4440 /* Combine the input sections. */
4441 for (p = o->link_order_head;
4442 p != (struct bfd_link_order *) NULL;
4445 asection *input_section;
4449 bfd_size_type gpentry;
4451 if (p->type != bfd_indirect_link_order)
4453 if (p->type == bfd_fill_link_order)
4458 input_section = p->u.indirect.section;
4459 input_bfd = input_section->owner;
4461 /* Combine the gptab entries for this input section one
4462 by one. We know that the input gptab entries are
4463 sorted by ascending -G value. */
4464 size = bfd_section_size (input_bfd, input_section);
4466 for (gpentry = sizeof (Elf64_External_gptab);
4468 gpentry += sizeof (Elf64_External_gptab))
4470 Elf64_External_gptab ext_gptab;
4471 Elf64_gptab int_gptab;
4477 if (! (bfd_get_section_contents
4478 (input_bfd, input_section, (PTR) &ext_gptab,
4479 gpentry, sizeof (Elf64_External_gptab))))
4485 bfd_alpha_elf64_swap_gptab_in (input_bfd, &ext_gptab,
4487 val = int_gptab.gt_entry.gt_g_value;
4488 add = int_gptab.gt_entry.gt_bytes - last;
4491 for (look = 1; look < c; look++)
4493 if (tab[look].gt_entry.gt_g_value >= val)
4494 tab[look].gt_entry.gt_bytes += add;
4496 if (tab[look].gt_entry.gt_g_value == val)
4502 Elf64_gptab *new_tab;
4505 /* We need a new table entry. */
4506 new_tab = ((Elf64_gptab *)
4507 bfd_realloc ((PTR) tab,
4508 (c + 1) * sizeof (Elf64_gptab)));
4509 if (new_tab == NULL)
4515 tab[c].gt_entry.gt_g_value = val;
4516 tab[c].gt_entry.gt_bytes = add;
4518 /* Merge in the size for the next smallest -G
4519 value, since that will be implied by this new
4522 for (look = 1; look < c; look++)
4524 if (tab[look].gt_entry.gt_g_value < val
4526 || (tab[look].gt_entry.gt_g_value
4527 > tab[max].gt_entry.gt_g_value)))
4531 tab[c].gt_entry.gt_bytes +=
4532 tab[max].gt_entry.gt_bytes;
4537 last = int_gptab.gt_entry.gt_bytes;
4540 /* Hack: reset the SEC_HAS_CONTENTS flag so that
4541 elf_link_input_bfd ignores this section. */
4542 input_section->flags &=~ SEC_HAS_CONTENTS;
4545 /* The table must be sorted by -G value. */
4547 qsort (tab + 1, c - 1, sizeof (tab[0]), gptab_compare);
4549 /* Swap out the table. */
4550 ext_tab = ((Elf64_External_gptab *)
4551 bfd_alloc (abfd, c * sizeof (Elf64_External_gptab)));
4552 if (ext_tab == NULL)
4558 for (i = 0; i < c; i++)
4559 bfd_alpha_elf64_swap_gptab_out (abfd, tab + i, ext_tab + i);
4562 o->_raw_size = c * sizeof (Elf64_External_gptab);
4563 o->contents = (bfd_byte *) ext_tab;
4565 /* Skip this section later on (I don't think this currently
4566 matters, but someday it might). */
4567 o->link_order_head = (struct bfd_link_order *) NULL;
4573 /* Invoke the regular ELF backend linker to do all the work. */
4574 if (! bfd_elf64_bfd_final_link (abfd, info))
4577 /* Now write out the computed sections. */
4579 /* The .got subsections... */
4581 bfd *i, *dynobj = elf_hash_table(info)->dynobj;
4582 for (i = alpha_elf_hash_table(info)->got_list;
4584 i = alpha_elf_tdata(i)->got_link_next)
4588 /* elf_bfd_final_link already did everything in dynobj. */
4592 sgot = alpha_elf_tdata(i)->got;
4593 if (! bfd_set_section_contents (abfd, sgot->output_section,
4594 sgot->contents, sgot->output_offset,
4600 #ifdef ERIC_neverdef
4601 if (reginfo_sec != (asection *) NULL)
4603 Elf64_External_RegInfo ext;
4605 bfd_alpha_elf64_swap_reginfo_out (abfd, ®info, &ext);
4606 if (! bfd_set_section_contents (abfd, reginfo_sec, (PTR) &ext,
4607 (file_ptr) 0, sizeof ext))
4612 if (mdebug_sec != (asection *) NULL)
4614 BFD_ASSERT (abfd->output_has_begun);
4615 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug,
4617 mdebug_sec->filepos))
4620 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info);
4623 if (gptab_data_sec != (asection *) NULL)
4625 if (! bfd_set_section_contents (abfd, gptab_data_sec,
4626 gptab_data_sec->contents,
4628 gptab_data_sec->_raw_size))
4632 if (gptab_bss_sec != (asection *) NULL)
4634 if (! bfd_set_section_contents (abfd, gptab_bss_sec,
4635 gptab_bss_sec->contents,
4637 gptab_bss_sec->_raw_size))
4644 /* ECOFF swapping routines. These are used when dealing with the
4645 .mdebug section, which is in the ECOFF debugging format. Copied
4646 from elf32-mips.c. */
4647 static const struct ecoff_debug_swap
4648 elf64_alpha_ecoff_debug_swap =
4650 /* Symbol table magic number. */
4652 /* Alignment of debugging information. E.g., 4. */
4654 /* Sizes of external symbolic information. */
4655 sizeof (struct hdr_ext),
4656 sizeof (struct dnr_ext),
4657 sizeof (struct pdr_ext),
4658 sizeof (struct sym_ext),
4659 sizeof (struct opt_ext),
4660 sizeof (struct fdr_ext),
4661 sizeof (struct rfd_ext),
4662 sizeof (struct ext_ext),
4663 /* Functions to swap in external symbolic data. */
4672 _bfd_ecoff_swap_tir_in,
4673 _bfd_ecoff_swap_rndx_in,
4674 /* Functions to swap out external symbolic data. */
4683 _bfd_ecoff_swap_tir_out,
4684 _bfd_ecoff_swap_rndx_out,
4685 /* Function to read in symbolic data. */
4686 elf64_alpha_read_ecoff_info
4689 /* Use a non-standard hash bucket size of 8. */
4691 const struct elf_size_info alpha_elf_size_info =
4693 sizeof (Elf64_External_Ehdr),
4694 sizeof (Elf64_External_Phdr),
4695 sizeof (Elf64_External_Shdr),
4696 sizeof (Elf64_External_Rel),
4697 sizeof (Elf64_External_Rela),
4698 sizeof (Elf64_External_Sym),
4699 sizeof (Elf64_External_Dyn),
4700 sizeof (Elf_External_Note),
4704 ELFCLASS64, EV_CURRENT,
4705 bfd_elf64_write_out_phdrs,
4706 bfd_elf64_write_shdrs_and_ehdr,
4707 bfd_elf64_write_relocs,
4708 bfd_elf64_swap_symbol_out,
4709 bfd_elf64_slurp_reloc_table,
4710 bfd_elf64_slurp_symbol_table,
4711 bfd_elf64_swap_dyn_in,
4712 bfd_elf64_swap_dyn_out,
4719 #define TARGET_LITTLE_SYM bfd_elf64_alpha_vec
4720 #define TARGET_LITTLE_NAME "elf64-alpha"
4721 #define ELF_ARCH bfd_arch_alpha
4722 #define ELF_MACHINE_CODE EM_ALPHA
4723 #define ELF_MAXPAGESIZE 0x10000
4725 #define bfd_elf64_bfd_link_hash_table_create \
4726 elf64_alpha_bfd_link_hash_table_create
4728 #define bfd_elf64_bfd_reloc_type_lookup \
4729 elf64_alpha_bfd_reloc_type_lookup
4730 #define elf_info_to_howto \
4731 elf64_alpha_info_to_howto
4733 #define bfd_elf64_mkobject \
4734 elf64_alpha_mkobject
4735 #define elf_backend_object_p \
4736 elf64_alpha_object_p
4738 #define elf_backend_section_from_shdr \
4739 elf64_alpha_section_from_shdr
4740 #define elf_backend_fake_sections \
4741 elf64_alpha_fake_sections
4743 #define bfd_elf64_bfd_is_local_label_name \
4744 elf64_alpha_is_local_label_name
4745 #define bfd_elf64_find_nearest_line \
4746 elf64_alpha_find_nearest_line
4747 #define bfd_elf64_bfd_relax_section \
4748 elf64_alpha_relax_section
4750 #define elf_backend_add_symbol_hook \
4751 elf64_alpha_add_symbol_hook
4752 #define elf_backend_check_relocs \
4753 elf64_alpha_check_relocs
4754 #define elf_backend_create_dynamic_sections \
4755 elf64_alpha_create_dynamic_sections
4756 #define elf_backend_adjust_dynamic_symbol \
4757 elf64_alpha_adjust_dynamic_symbol
4758 #define elf_backend_always_size_sections \
4759 elf64_alpha_always_size_sections
4760 #define elf_backend_size_dynamic_sections \
4761 elf64_alpha_size_dynamic_sections
4762 #define elf_backend_relocate_section \
4763 elf64_alpha_relocate_section
4764 #define elf_backend_finish_dynamic_symbol \
4765 elf64_alpha_finish_dynamic_symbol
4766 #define elf_backend_finish_dynamic_sections \
4767 elf64_alpha_finish_dynamic_sections
4768 #define bfd_elf64_bfd_final_link \
4769 elf64_alpha_final_link
4771 #define elf_backend_ecoff_debug_swap \
4772 &elf64_alpha_ecoff_debug_swap
4774 #define elf_backend_size_info \
4777 /* A few constants that determine how the .plt section is set up. */
4778 #define elf_backend_want_got_plt 0
4779 #define elf_backend_plt_readonly 0
4780 #define elf_backend_want_plt_sym 1
4781 #define elf_backend_got_header_size 0
4782 #define elf_backend_plt_header_size PLT_HEADER_SIZE
4784 #include "elf64-target.h"