]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/config/obj-elf.c
2007-02-05 Dave Brolley <brolley@redhat.com>
[thirdparty/binutils-gdb.git] / gas / config / obj-elf.c
CommitLineData
252b5132 1/* ELF object file format
cc8a6dd0 2 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
5ab504f9 3 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
252b5132
RH
4
5 This file is part of GAS, the GNU Assembler.
6
7 GAS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as
9 published by the Free Software Foundation; either version 2,
10 or (at your option) any later version.
11
12 GAS is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15 the GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GAS; see the file COPYING. If not, write to the Free
4b4da160
NC
19 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
20 02110-1301, USA. */
252b5132
RH
21
22#define OBJ_HEADER "obj-elf.h"
23#include "as.h"
3882b010 24#include "safe-ctype.h"
252b5132
RH
25#include "subsegs.h"
26#include "obstack.h"
9758f3fc 27#include "struc-symbol.h"
87ccc1b0 28#include "dwarf2dbg.h"
252b5132
RH
29
30#ifndef ECOFF_DEBUGGING
31#define ECOFF_DEBUGGING 0
32#else
33#define NEED_ECOFF_DEBUG
34#endif
35
36#ifdef NEED_ECOFF_DEBUG
37#include "ecoff.h"
38#endif
39
40#ifdef TC_ALPHA
41#include "elf/alpha.h"
42#endif
43
44#ifdef TC_MIPS
45#include "elf/mips.h"
46#endif
47
48#ifdef TC_PPC
49#include "elf/ppc.h"
50#endif
51
5b93d8bb
AM
52#ifdef TC_I370
53#include "elf/i370.h"
54#endif
55
3b22753a
L
56#ifdef TC_I386
57#include "elf/x86-64.h"
58#endif
59
dbe2df79
AM
60static void obj_elf_line (int);
61static void obj_elf_size (int);
62static void obj_elf_type (int);
63static void obj_elf_ident (int);
64static void obj_elf_weak (int);
65static void obj_elf_local (int);
66static void obj_elf_visibility (int);
67static void obj_elf_symver (int);
68static void obj_elf_subsection (int);
69static void obj_elf_popsection (int);
70static void obj_elf_tls_common (int);
13c56984 71static void obj_elf_lcomm (int);
8fe53b44 72static void obj_elf_struct (int);
252b5132
RH
73
74static const pseudo_typeS elf_pseudo_table[] =
75{
76 {"comm", obj_elf_common, 0},
9be1cda6 77 {"common", obj_elf_common, 1},
252b5132 78 {"ident", obj_elf_ident, 0},
13c56984 79 {"lcomm", obj_elf_lcomm, 0},
252b5132
RH
80 {"local", obj_elf_local, 0},
81 {"previous", obj_elf_previous, 0},
82 {"section", obj_elf_section, 0},
83 {"section.s", obj_elf_section, 0},
84 {"sect", obj_elf_section, 0},
85 {"sect.s", obj_elf_section, 0},
9de8d8f1
RH
86 {"pushsection", obj_elf_section, 1},
87 {"popsection", obj_elf_popsection, 0},
252b5132
RH
88 {"size", obj_elf_size, 0},
89 {"type", obj_elf_type, 0},
90 {"version", obj_elf_version, 0},
91 {"weak", obj_elf_weak, 0},
92
bf514e21 93 /* These define symbol visibility. */
2e13b764
NC
94 {"internal", obj_elf_visibility, STV_INTERNAL},
95 {"hidden", obj_elf_visibility, STV_HIDDEN},
96 {"protected", obj_elf_visibility, STV_PROTECTED},
97
252b5132
RH
98 /* These are used for stabs-in-elf configurations. */
99 {"line", obj_elf_line, 0},
100
101 /* This is a GNU extension to handle symbol versions. */
102 {"symver", obj_elf_symver, 0},
103
104 /* A GNU extension to change subsection only. */
105 {"subsection", obj_elf_subsection, 0},
106
107 /* These are GNU extensions to aid in garbage collecting C++ vtables. */
dbe2df79
AM
108 {"vtable_inherit", (void (*) (int)) &obj_elf_vtable_inherit, 0},
109 {"vtable_entry", (void (*) (int)) &obj_elf_vtable_entry, 0},
252b5132 110
bf514e21 111 /* These are used for dwarf. */
252b5132
RH
112 {"2byte", cons, 2},
113 {"4byte", cons, 4},
114 {"8byte", cons, 8},
87ccc1b0 115 /* These are used for dwarf2. */
dbe2df79 116 { "file", (void (*) (int)) dwarf2_directive_file, 0 },
87ccc1b0 117 { "loc", dwarf2_directive_loc, 0 },
07a53e5c 118 { "loc_mark_labels", dwarf2_directive_loc_mark_labels, 0 },
252b5132
RH
119
120 /* We need to trap the section changing calls to handle .previous. */
121 {"data", obj_elf_data, 0},
8fe53b44
JB
122 {"offset", obj_elf_struct, 0},
123 {"struct", obj_elf_struct, 0},
252b5132
RH
124 {"text", obj_elf_text, 0},
125
13ae64f3
JJ
126 {"tls_common", obj_elf_tls_common, 0},
127
252b5132 128 /* End sentinel. */
ab9da554 129 {NULL, NULL, 0},
252b5132
RH
130};
131
132static const pseudo_typeS ecoff_debug_pseudo_table[] =
133{
134#ifdef NEED_ECOFF_DEBUG
135 /* COFF style debugging information for ECOFF. .ln is not used; .loc
136 is used instead. */
137 { "def", ecoff_directive_def, 0 },
138 { "dim", ecoff_directive_dim, 0 },
139 { "endef", ecoff_directive_endef, 0 },
140 { "file", ecoff_directive_file, 0 },
141 { "scl", ecoff_directive_scl, 0 },
142 { "tag", ecoff_directive_tag, 0 },
143 { "val", ecoff_directive_val, 0 },
144
145 /* COFF debugging requires pseudo-ops .size and .type, but ELF
146 already has meanings for those. We use .esize and .etype
147 instead. These are only generated by gcc anyhow. */
148 { "esize", ecoff_directive_size, 0 },
149 { "etype", ecoff_directive_type, 0 },
150
151 /* ECOFF specific debugging information. */
152 { "begin", ecoff_directive_begin, 0 },
153 { "bend", ecoff_directive_bend, 0 },
154 { "end", ecoff_directive_end, 0 },
155 { "ent", ecoff_directive_ent, 0 },
156 { "fmask", ecoff_directive_fmask, 0 },
157 { "frame", ecoff_directive_frame, 0 },
158 { "loc", ecoff_directive_loc, 0 },
159 { "mask", ecoff_directive_mask, 0 },
160
161 /* Other ECOFF directives. */
162 { "extern", ecoff_directive_extern, 0 },
163
164 /* These are used on Irix. I don't know how to implement them. */
165 { "alias", s_ignore, 0 },
166 { "bgnb", s_ignore, 0 },
167 { "endb", s_ignore, 0 },
168 { "lab", s_ignore, 0 },
169 { "noalias", s_ignore, 0 },
170 { "verstamp", s_ignore, 0 },
171 { "vreg", s_ignore, 0 },
172#endif
173
ab9da554 174 {NULL, NULL, 0} /* end sentinel */
252b5132
RH
175};
176
177#undef NO_RELOC
178#include "aout/aout64.h"
179
180/* This is called when the assembler starts. */
181
3b22753a
L
182asection *elf_com_section_ptr;
183
252b5132 184void
dbe2df79 185elf_begin (void)
252b5132 186{
dbe2df79
AM
187 asection *s;
188
252b5132 189 /* Add symbols for the known sections to the symbol table. */
dbe2df79
AM
190 s = bfd_get_section_by_name (stdoutput, TEXT_SECTION_NAME);
191 symbol_table_insert (section_symbol (s));
192 s = bfd_get_section_by_name (stdoutput, DATA_SECTION_NAME);
193 symbol_table_insert (section_symbol (s));
194 s = bfd_get_section_by_name (stdoutput, BSS_SECTION_NAME);
195 symbol_table_insert (section_symbol (s));
3b22753a 196 elf_com_section_ptr = bfd_com_section_ptr;
252b5132
RH
197}
198
199void
dbe2df79 200elf_pop_insert (void)
252b5132
RH
201{
202 pop_insert (elf_pseudo_table);
203 if (ECOFF_DEBUGGING)
204 pop_insert (ecoff_debug_pseudo_table);
205}
206
207static bfd_vma
dbe2df79 208elf_s_get_size (symbolS *sym)
252b5132
RH
209{
210 return S_GET_SIZE (sym);
211}
212
213static void
dbe2df79 214elf_s_set_size (symbolS *sym, bfd_vma sz)
252b5132
RH
215{
216 S_SET_SIZE (sym, sz);
217}
218
219static bfd_vma
dbe2df79 220elf_s_get_align (symbolS *sym)
252b5132
RH
221{
222 return S_GET_ALIGN (sym);
223}
224
225static void
dbe2df79 226elf_s_set_align (symbolS *sym, bfd_vma align)
252b5132
RH
227{
228 S_SET_ALIGN (sym, align);
229}
230
4c63da97 231int
dbe2df79 232elf_s_get_other (symbolS *sym)
4c63da97
AM
233{
234 return elf_symbol (symbol_get_bfdsym (sym))->internal_elf_sym.st_other;
235}
236
5110c57e 237static void
dbe2df79 238elf_s_set_other (symbolS *sym, int other)
5110c57e
HPN
239{
240 S_SET_OTHER (sym, other);
241}
242
252b5132 243static int
dbe2df79 244elf_sec_sym_ok_for_reloc (asection *sec)
252b5132
RH
245{
246 return obj_sec_sym_ok_for_reloc (sec);
247}
248
249void
c04f5787 250elf_file_symbol (const char *s, int appfile)
252b5132 251{
c04f5787
AM
252 if (!appfile
253 || symbol_rootP == NULL
254 || symbol_rootP->bsym == NULL
255 || (symbol_rootP->bsym->flags & BSF_FILE) == 0)
256 {
257 symbolS *sym;
252b5132 258
c04f5787
AM
259 sym = symbol_new (s, absolute_section, 0, NULL);
260 symbol_set_frag (sym, &zero_address_frag);
261 symbol_get_bfdsym (sym)->flags |= BSF_FILE;
252b5132 262
c04f5787
AM
263 if (symbol_rootP != sym)
264 {
265 symbol_remove (sym, &symbol_rootP, &symbol_lastP);
266 symbol_insert (sym, symbol_rootP, &symbol_rootP, &symbol_lastP);
252b5132 267#ifdef DEBUG
c04f5787 268 verify_symbol_chain (symbol_rootP, symbol_lastP);
252b5132 269#endif
c04f5787 270 }
252b5132
RH
271 }
272
273#ifdef NEED_ECOFF_DEBUG
f17c130b 274 ecoff_new_file (s, appfile);
252b5132
RH
275#endif
276}
277
e13bab5a
AM
278/* Called from read.c:s_comm after we've parsed .comm symbol, size.
279 Parse a possible alignment value. */
280
3b22753a 281symbolS *
e13bab5a 282elf_common_parse (int ignore ATTRIBUTE_UNUSED, symbolS *symbolP, addressT size)
252b5132 283{
e13bab5a
AM
284 addressT align = 0;
285 int is_local = symbol_get_obj (symbolP)->local;
252b5132 286
e13bab5a 287 if (*input_line_pointer == ',')
9be1cda6 288 {
e13bab5a 289 char *save = input_line_pointer;
9be1cda6 290
252b5132
RH
291 input_line_pointer++;
292 SKIP_WHITESPACE ();
e13bab5a
AM
293
294 if (*input_line_pointer == '"')
252b5132 295 {
e13bab5a
AM
296 /* For sparc. Accept .common symbol, length, "bss" */
297 input_line_pointer++;
298 /* Some use the dot, some don't. */
299 if (*input_line_pointer == '.')
300 input_line_pointer++;
301 /* Some say data, some say bss. */
302 if (strncmp (input_line_pointer, "bss\"", 4) == 0)
303 input_line_pointer += 4;
304 else if (strncmp (input_line_pointer, "data\"", 5) == 0)
305 input_line_pointer += 5;
306 else
252b5132 307 {
e13bab5a
AM
308 char *p = input_line_pointer;
309 char c;
310
311 while (*--p != '"')
312 ;
313 while (!is_end_of_line[(unsigned char) *input_line_pointer])
314 if (*input_line_pointer++ == '"')
315 break;
316 c = *input_line_pointer;
317 *input_line_pointer = '\0';
318 as_bad (_("bad .common segment %s"), p);
319 *input_line_pointer = c;
320 ignore_rest_of_line ();
321 return NULL;
252b5132 322 }
e13bab5a
AM
323 /* ??? Don't ask me why these are always global. */
324 is_local = 0;
252b5132
RH
325 }
326 else
327 {
e13bab5a
AM
328 input_line_pointer = save;
329 align = parse_align (is_local);
330 if (align == (addressT) -1)
331 return NULL;
252b5132
RH
332 }
333 }
e13bab5a
AM
334
335 if (is_local)
336 {
337 bss_alloc (symbolP, size, align);
338 S_CLEAR_EXTERNAL (symbolP);
339 }
252b5132
RH
340 else
341 {
e13bab5a
AM
342 S_SET_VALUE (symbolP, size);
343 S_SET_ALIGN (symbolP, align);
344 S_SET_EXTERNAL (symbolP);
3b22753a 345 S_SET_SEGMENT (symbolP, elf_com_section_ptr);
252b5132
RH
346 }
347
49309057 348 symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT;
252b5132 349
13ae64f3 350 return symbolP;
252b5132
RH
351}
352
13ae64f3 353void
dbe2df79 354obj_elf_common (int is_common)
13ae64f3 355{
e13bab5a
AM
356 if (flag_mri && is_common)
357 s_mri_common (0);
358 else
359 s_comm_internal (0, elf_common_parse);
13ae64f3
JJ
360}
361
362static void
dbe2df79 363obj_elf_tls_common (int ignore ATTRIBUTE_UNUSED)
13ae64f3 364{
e13bab5a 365 symbolS *symbolP = s_comm_internal (0, elf_common_parse);
13ae64f3
JJ
366
367 if (symbolP)
368 symbol_get_bfdsym (symbolP)->flags |= BSF_THREAD_LOCAL;
369}
370
13c56984
AM
371static void
372obj_elf_lcomm (int ignore ATTRIBUTE_UNUSED)
373{
374 symbolS *symbolP = s_comm_internal (0, s_lcomm_internal);
375
376 if (symbolP)
377 symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT;
378}
379
252b5132 380static void
dbe2df79 381obj_elf_local (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
382{
383 char *name;
384 int c;
385 symbolS *symbolP;
386
387 do
388 {
389 name = input_line_pointer;
390 c = get_symbol_end ();
391 symbolP = symbol_find_or_make (name);
392 *input_line_pointer = c;
393 SKIP_WHITESPACE ();
394 S_CLEAR_EXTERNAL (symbolP);
49309057 395 symbol_get_obj (symbolP)->local = 1;
252b5132
RH
396 if (c == ',')
397 {
398 input_line_pointer++;
399 SKIP_WHITESPACE ();
400 if (*input_line_pointer == '\n')
401 c = '\n';
402 }
403 }
404 while (c == ',');
405 demand_empty_rest_of_line ();
406}
407
408static void
dbe2df79 409obj_elf_weak (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
410{
411 char *name;
412 int c;
413 symbolS *symbolP;
414
415 do
416 {
417 name = input_line_pointer;
418 c = get_symbol_end ();
419 symbolP = symbol_find_or_make (name);
420 *input_line_pointer = c;
421 SKIP_WHITESPACE ();
422 S_SET_WEAK (symbolP);
49309057 423 symbol_get_obj (symbolP)->local = 1;
252b5132
RH
424 if (c == ',')
425 {
426 input_line_pointer++;
427 SKIP_WHITESPACE ();
428 if (*input_line_pointer == '\n')
429 c = '\n';
430 }
431 }
432 while (c == ',');
433 demand_empty_rest_of_line ();
434}
435
2e13b764 436static void
dbe2df79 437obj_elf_visibility (int visibility)
2e13b764
NC
438{
439 char *name;
440 int c;
441 symbolS *symbolP;
442 asymbol *bfdsym;
443 elf_symbol_type *elfsym;
444
445 do
446 {
447 name = input_line_pointer;
448 c = get_symbol_end ();
449 symbolP = symbol_find_or_make (name);
450 *input_line_pointer = c;
fa306131 451
2e13b764 452 SKIP_WHITESPACE ();
fa306131 453
2e13b764
NC
454 bfdsym = symbol_get_bfdsym (symbolP);
455 elfsym = elf_symbol_from (bfd_asymbol_bfd (bfdsym), bfdsym);
fa306131 456
2e13b764 457 assert (elfsym);
fa306131 458
20e420c2
RH
459 elfsym->internal_elf_sym.st_other &= ~3;
460 elfsym->internal_elf_sym.st_other |= visibility;
fa306131 461
2e13b764
NC
462 if (c == ',')
463 {
464 input_line_pointer ++;
fa306131 465
2e13b764 466 SKIP_WHITESPACE ();
fa306131 467
2e13b764
NC
468 if (*input_line_pointer == '\n')
469 c = '\n';
470 }
471 }
472 while (c == ',');
fa306131 473
2e13b764
NC
474 demand_empty_rest_of_line ();
475}
476
252b5132
RH
477static segT previous_section;
478static int previous_subsection;
479
9de8d8f1
RH
480struct section_stack
481{
482 struct section_stack *next;
483 segT seg, prev_seg;
484 int subseg, prev_subseg;
485};
486
487static struct section_stack *section_stack;
488
fafe6678 489static bfd_boolean
86654c12
L
490get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf)
491{
fafe6678 492 const char *gname = inf;
86654c12
L
493 const char *group_name = elf_group_name (sec);
494
fafe6678 495 return (group_name == gname
86654c12 496 || (group_name != NULL
fafe6678
L
497 && gname != NULL
498 && strcmp (group_name, gname) == 0));
86654c12
L
499}
500
252b5132
RH
501/* Handle the .section pseudo-op. This code supports two different
502 syntaxes.
503
504 The first is found on Solaris, and looks like
505 .section ".sec1",#alloc,#execinstr,#write
506 Here the names after '#' are the SHF_* flags to turn on for the
507 section. I'm not sure how it determines the SHT_* type (BFD
508 doesn't really give us control over the type, anyhow).
509
510 The second format is found on UnixWare, and probably most SVR4
511 machines, and looks like
512 .section .sec1,"a",@progbits
513 The quoted string may contain any combination of a, w, x, and
514 represents the SHF_* flags to turn on for the section. The string
515 beginning with '@' can be progbits or nobits. There should be
516 other possibilities, but I don't know what they are. In any case,
517 BFD doesn't really let us set the section type. */
518
cca86cc8 519void
dbe2df79
AM
520obj_elf_change_section (const char *name,
521 int type,
522 int attr,
523 int entsize,
524 const char *group_name,
525 int linkonce,
526 int push)
252b5132 527{
fafe6678 528 asection *old_sec;
252b5132 529 segT sec;
742f45cf 530 flagword flags;
551b43fd 531 const struct elf_backend_data *bed;
f61e8019 532 const struct bfd_elf_special_section *ssect;
252b5132
RH
533
534#ifdef md_flush_pending_output
535 md_flush_pending_output ();
536#endif
537
9de8d8f1
RH
538 /* Switch to the section, creating it if necessary. */
539 if (push)
540 {
541 struct section_stack *elt;
542 elt = xmalloc (sizeof (struct section_stack));
543 elt->next = section_stack;
544 elt->seg = now_seg;
545 elt->prev_seg = previous_section;
546 elt->subseg = now_subseg;
547 elt->prev_subseg = previous_subsection;
548 section_stack = elt;
549 }
550 previous_section = now_seg;
551 previous_subsection = now_subseg;
552
fafe6678
L
553 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section,
554 (void *) group_name);
555 if (old_sec)
86654c12 556 {
fafe6678 557 sec = old_sec;
86654c12
L
558 subseg_set (sec, 0);
559 }
560 else
561 sec = subseg_force_new (name, 0);
562
551b43fd
AM
563 bed = get_elf_backend_data (stdoutput);
564 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
9de8d8f1 565
f61e8019 566 if (ssect != NULL)
2f89ff8d 567 {
ea8f8eab
L
568 bfd_boolean override = FALSE;
569
2f89ff8d 570 if (type == SHT_NULL)
f61e8019
AM
571 type = ssect->type;
572 else if (type != ssect->type)
2f89ff8d 573 {
fafe6678 574 if (old_sec == NULL
2f89ff8d 575 /* FIXME: gcc, as of 2002-10-22, will emit
7ed1d346 576
2f89ff8d 577 .section .init_array,"aw",@progbits
7ed1d346 578
2f89ff8d 579 for __attribute__ ((section (".init_array"))).
3b22753a
L
580 "@progbits" is incorrect. Also for x86-64 large bss
581 sections, gcc, as of 2005-07-06, will emit
582
583 .section .lbss,"aw",@progbits
584
2f89ff8d 585 "@progbits" is incorrect. */
3b22753a
L
586#ifdef TC_I386
587 && (bed->s->arch_size != 64
588 || !(ssect->attr & SHF_X86_64_LARGE))
589#endif
f61e8019
AM
590 && ssect->type != SHT_INIT_ARRAY
591 && ssect->type != SHT_FINI_ARRAY
592 && ssect->type != SHT_PREINIT_ARRAY)
2f89ff8d
L
593 {
594 /* We allow to specify any type for a .note section. */
f61e8019 595 if (ssect->type != SHT_NOTE)
2f89ff8d
L
596 as_warn (_("setting incorrect section type for %s"),
597 name);
598 }
599 else
600 {
601 as_warn (_("ignoring incorrect section type for %s"),
742f45cf 602 name);
f61e8019 603 type = ssect->type;
2f89ff8d
L
604 }
605 }
606
fafe6678 607 if (old_sec == NULL && (attr & ~ssect->attr) != 0)
2f89ff8d
L
608 {
609 /* As a GNU extension, we permit a .note section to be
f61e8019 610 allocatable. If the linker sees an allocatable .note
2f89ff8d 611 section, it will create a PT_NOTE segment in the output
92191b29 612 file. We also allow "x" for .note.GNU-stack. */
f61e8019
AM
613 if (ssect->type == SHT_NOTE
614 && (attr == SHF_ALLOC || attr == SHF_EXECINSTR))
615 ;
616 /* Allow different SHF_MERGE and SHF_STRINGS if we have
617 something like .rodata.str. */
618 else if (ssect->suffix_length == -2
619 && name[ssect->prefix_length] == '.'
ea8f8eab
L
620 && (attr
621 & ~ssect->attr
622 & ~SHF_MERGE
623 & ~SHF_STRINGS) == 0)
f61e8019 624 ;
ea8f8eab
L
625 /* .interp, .strtab and .symtab can have SHF_ALLOC. */
626 else if (attr == SHF_ALLOC
627 && (strcmp (name, ".interp") == 0
628 || strcmp (name, ".strtab") == 0
629 || strcmp (name, ".symtab") == 0))
630 override = TRUE;
b9f18452
L
631 /* .note.GNU-stack can have SHF_EXECINSTR. */
632 else if (attr == SHF_EXECINSTR
633 && strcmp (name, ".note.GNU-stack") == 0)
634 override = TRUE;
7f841127
L
635#ifdef TC_ALPHA
636 /* A section on Alpha may have SHF_ALPHA_GPREL. */
637 else if ((attr & ~ssect->attr) == SHF_ALPHA_GPREL)
638 override = TRUE;
639#endif
f61e8019 640 else
ea8f8eab 641 {
86654c12
L
642 if (group_name == NULL)
643 as_warn (_("setting incorrect section attributes for %s"),
644 name);
ea8f8eab
L
645 override = TRUE;
646 }
2f89ff8d 647 }
fafe6678 648 if (!override && old_sec == NULL)
f61e8019 649 attr |= ssect->attr;
2f89ff8d 650 }
742f45cf
AM
651
652 /* Convert ELF type and flags to BFD flags. */
653 flags = (SEC_RELOC
654 | ((attr & SHF_WRITE) ? 0 : SEC_READONLY)
655 | ((attr & SHF_ALLOC) ? SEC_ALLOC : 0)
656 | (((attr & SHF_ALLOC) && type != SHT_NOBITS) ? SEC_LOAD : 0)
f5fa8ca2
JJ
657 | ((attr & SHF_EXECINSTR) ? SEC_CODE : 0)
658 | ((attr & SHF_MERGE) ? SEC_MERGE : 0)
13ae64f3
JJ
659 | ((attr & SHF_STRINGS) ? SEC_STRINGS : 0)
660 | ((attr & SHF_TLS) ? SEC_THREAD_LOCAL : 0));
9de8d8f1 661#ifdef md_elf_section_flags
742f45cf 662 flags = md_elf_section_flags (flags, attr, type);
9de8d8f1
RH
663#endif
664
86654c12
L
665 if (linkonce)
666 flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
667
fafe6678 668 if (old_sec == NULL)
742f45cf
AM
669 {
670 symbolS *secsym;
671
7a6d0b32
JB
672 elf_section_type (sec) = type;
673 elf_section_flags (sec) = attr;
674
9de8d8f1
RH
675 /* Prevent SEC_HAS_CONTENTS from being inadvertently set. */
676 if (type == SHT_NOBITS)
13c56984 677 seg_info (sec)->bss = 1;
9de8d8f1
RH
678
679 bfd_set_section_flags (stdoutput, sec, flags);
f5fa8ca2
JJ
680 if (flags & SEC_MERGE)
681 sec->entsize = entsize;
aa1f4858 682 elf_group_name (sec) = group_name;
9de8d8f1
RH
683
684 /* Add a symbol for this section to the symbol table. */
685 secsym = symbol_find (name);
686 if (secsym != NULL)
687 symbol_set_bfdsym (secsym, sec->symbol);
688 else
13c56984 689 symbol_table_insert (section_symbol (sec));
9de8d8f1 690 }
7a6d0b32 691 else
742f45cf 692 {
7a6d0b32
JB
693 if (type != SHT_NULL
694 && (unsigned) type != elf_section_type (old_sec))
695 as_warn (_("ignoring changed section type for %s"), name);
696
697 if (attr != 0)
698 {
699 /* If section attributes are specified the second time we see a
700 particular section, then check that they are the same as we
701 saw the first time. */
702 if (((old_sec->flags ^ flags)
703 & (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
704 | SEC_EXCLUDE | SEC_SORT_ENTRIES | SEC_MERGE | SEC_STRINGS
705 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD
706 | SEC_THREAD_LOCAL)))
707 as_warn (_("ignoring changed section attributes for %s"), name);
708 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize)
709 as_warn (_("ignoring changed section entity size for %s"), name);
710 }
742f45cf 711 }
9de8d8f1
RH
712
713#ifdef md_elf_section_change_hook
742f45cf 714 md_elf_section_change_hook ();
9de8d8f1
RH
715#endif
716}
717
8d28c9d7 718static int
dbe2df79 719obj_elf_parse_section_letters (char *str, size_t len)
9de8d8f1
RH
720{
721 int attr = 0;
722
723 while (len > 0)
724 {
725 switch (*str)
726 {
727 case 'a':
728 attr |= SHF_ALLOC;
729 break;
730 case 'w':
731 attr |= SHF_WRITE;
732 break;
733 case 'x':
734 attr |= SHF_EXECINSTR;
735 break;
9469ddf0 736 case 'M':
f5fa8ca2
JJ
737 attr |= SHF_MERGE;
738 break;
9469ddf0 739 case 'S':
f5fa8ca2
JJ
740 attr |= SHF_STRINGS;
741 break;
060adf0e
AM
742 case 'G':
743 attr |= SHF_GROUP;
744 break;
13ae64f3
JJ
745 case 'T':
746 attr |= SHF_TLS;
747 break;
34105363
L
748 /* Compatibility. */
749 case 'm':
750 if (*(str - 1) == 'a')
751 {
752 attr |= SHF_MERGE;
753 if (len > 1 && str[1] == 's')
754 {
755 attr |= SHF_STRINGS;
756 str++, len--;
757 }
758 break;
759 }
9de8d8f1
RH
760 default:
761 {
13ae64f3 762 char *bad_msg = _("unrecognized .section attribute: want a,w,x,M,S,G,T");
9de8d8f1
RH
763#ifdef md_elf_section_letter
764 int md_attr = md_elf_section_letter (*str, &bad_msg);
765 if (md_attr >= 0)
766 attr |= md_attr;
767 else
768#endif
711ef82f 769 as_fatal ("%s", bad_msg);
9de8d8f1
RH
770 }
771 break;
772 }
773 str++, len--;
774 }
775
776 return attr;
777}
778
8d28c9d7 779static int
dbe2df79 780obj_elf_section_word (char *str, size_t len)
9de8d8f1
RH
781{
782 if (len == 5 && strncmp (str, "write", 5) == 0)
783 return SHF_WRITE;
784 if (len == 5 && strncmp (str, "alloc", 5) == 0)
785 return SHF_ALLOC;
786 if (len == 9 && strncmp (str, "execinstr", 9) == 0)
787 return SHF_EXECINSTR;
b9734f35
JJ
788 if (len == 3 && strncmp (str, "tls", 3) == 0)
789 return SHF_TLS;
9de8d8f1
RH
790
791#ifdef md_elf_section_word
792 {
793 int md_attr = md_elf_section_word (str, len);
794 if (md_attr >= 0)
795 return md_attr;
796 }
797#endif
798
6ce8b369 799 as_warn (_("unrecognized section attribute"));
9de8d8f1
RH
800 return 0;
801}
802
8d28c9d7 803static int
dbe2df79 804obj_elf_section_type (char *str, size_t len)
9de8d8f1
RH
805{
806 if (len == 8 && strncmp (str, "progbits", 8) == 0)
807 return SHT_PROGBITS;
808 if (len == 6 && strncmp (str, "nobits", 6) == 0)
809 return SHT_NOBITS;
34f70875
L
810 if (len == 4 && strncmp (str, "note", 4) == 0)
811 return SHT_NOTE;
10b016c2
PB
812 if (len == 10 && strncmp (str, "init_array", 10) == 0)
813 return SHT_INIT_ARRAY;
814 if (len == 10 && strncmp (str, "fini_array", 10) == 0)
815 return SHT_FINI_ARRAY;
816 if (len == 13 && strncmp (str, "preinit_array", 13) == 0)
817 return SHT_PREINIT_ARRAY;
9de8d8f1
RH
818
819#ifdef md_elf_section_type
820 {
821 int md_type = md_elf_section_type (str, len);
822 if (md_type >= 0)
823 return md_type;
824 }
825#endif
826
6ce8b369 827 as_warn (_("unrecognized section type"));
9de8d8f1
RH
828 return 0;
829}
830
6ce8b369
AM
831/* Get name of section. */
832static char *
dbe2df79 833obj_elf_section_name (void)
6ce8b369
AM
834{
835 char *name;
836
837 SKIP_WHITESPACE ();
838 if (*input_line_pointer == '"')
839 {
840 int dummy;
841
842 name = demand_copy_C_string (&dummy);
843 if (name == NULL)
844 {
845 ignore_rest_of_line ();
846 return NULL;
847 }
848 }
849 else
850 {
851 char *end = input_line_pointer;
852
853 while (0 == strchr ("\n\t,; ", *end))
854 end++;
855 if (end == input_line_pointer)
856 {
c95b35a9 857 as_bad (_("missing name"));
6ce8b369
AM
858 ignore_rest_of_line ();
859 return NULL;
860 }
861
862 name = xmalloc (end - input_line_pointer + 1);
863 memcpy (name, input_line_pointer, end - input_line_pointer);
864 name[end - input_line_pointer] = '\0';
612d7b83
L
865#ifdef tc_canonicalize_section_name
866 name = tc_canonicalize_section_name (name);
867#endif
6ce8b369
AM
868 input_line_pointer = end;
869 }
870 SKIP_WHITESPACE ();
871 return name;
872}
873
9de8d8f1 874void
dbe2df79 875obj_elf_section (int push)
9de8d8f1 876{
aa1f4858 877 char *name, *group_name, *beg;
9de8d8f1 878 int type, attr, dummy;
f5fa8ca2 879 int entsize;
d2dab548 880 int linkonce;
9de8d8f1 881
5b93d8bb 882#ifndef TC_I370
252b5132
RH
883 if (flag_mri)
884 {
885 char mri_type;
886
9de8d8f1 887#ifdef md_flush_pending_output
60bcf0fa 888 md_flush_pending_output ();
9de8d8f1
RH
889#endif
890
252b5132
RH
891 previous_section = now_seg;
892 previous_subsection = now_subseg;
893
894 s_mri_sect (&mri_type);
895
896#ifdef md_elf_section_change_hook
897 md_elf_section_change_hook ();
898#endif
899
900 return;
901 }
5b93d8bb 902#endif /* ! defined (TC_I370) */
252b5132 903
6ce8b369
AM
904 name = obj_elf_section_name ();
905 if (name == NULL)
906 return;
252b5132
RH
907 type = SHT_NULL;
908 attr = 0;
aa1f4858 909 group_name = NULL;
f5fa8ca2 910 entsize = 0;
d2dab548 911 linkonce = 0;
252b5132
RH
912
913 if (*input_line_pointer == ',')
914 {
915 /* Skip the comma. */
916 ++input_line_pointer;
252b5132
RH
917 SKIP_WHITESPACE ();
918
919 if (*input_line_pointer == '"')
920 {
9de8d8f1
RH
921 beg = demand_copy_C_string (&dummy);
922 if (beg == NULL)
252b5132 923 {
9de8d8f1
RH
924 ignore_rest_of_line ();
925 return;
252b5132 926 }
9de8d8f1 927 attr |= obj_elf_parse_section_letters (beg, strlen (beg));
252b5132
RH
928
929 SKIP_WHITESPACE ();
930 if (*input_line_pointer == ',')
931 {
9de8d8f1 932 char c;
060adf0e
AM
933 char *save = input_line_pointer;
934
252b5132
RH
935 ++input_line_pointer;
936 SKIP_WHITESPACE ();
9de8d8f1
RH
937 c = *input_line_pointer;
938 if (c == '"')
252b5132 939 {
9de8d8f1
RH
940 beg = demand_copy_C_string (&dummy);
941 if (beg == NULL)
252b5132 942 {
9de8d8f1
RH
943 ignore_rest_of_line ();
944 return;
252b5132 945 }
9de8d8f1 946 type = obj_elf_section_type (beg, strlen (beg));
9de8d8f1
RH
947 }
948 else if (c == '@' || c == '%')
949 {
950 beg = ++input_line_pointer;
951 c = get_symbol_end ();
952 *input_line_pointer = c;
953 type = obj_elf_section_type (beg, input_line_pointer - beg);
252b5132 954 }
060adf0e
AM
955 else
956 input_line_pointer = save;
252b5132 957 }
f5fa8ca2
JJ
958
959 SKIP_WHITESPACE ();
6ce8b369 960 if ((attr & SHF_MERGE) != 0 && *input_line_pointer == ',')
f5fa8ca2
JJ
961 {
962 ++input_line_pointer;
963 SKIP_WHITESPACE ();
964 entsize = get_absolute_expression ();
6ce8b369 965 SKIP_WHITESPACE ();
f5fa8ca2
JJ
966 if (entsize < 0)
967 {
6ce8b369 968 as_warn (_("invalid merge entity size"));
f5fa8ca2
JJ
969 attr &= ~SHF_MERGE;
970 entsize = 0;
971 }
972 }
6ce8b369
AM
973 else if ((attr & SHF_MERGE) != 0)
974 {
975 as_warn (_("entity size for SHF_MERGE not specified"));
976 attr &= ~SHF_MERGE;
977 }
060adf0e
AM
978
979 if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',')
980 {
981 ++input_line_pointer;
aa1f4858
AM
982 group_name = obj_elf_section_name ();
983 if (group_name == NULL)
060adf0e 984 attr &= ~SHF_GROUP;
d2dab548
AM
985 else if (strncmp (input_line_pointer, ",comdat", 7) == 0)
986 {
987 input_line_pointer += 7;
988 linkonce = 1;
989 }
990 else if (strncmp (name, ".gnu.linkonce", 13) == 0)
991 linkonce = 1;
060adf0e
AM
992 }
993 else if ((attr & SHF_GROUP) != 0)
994 {
995 as_warn (_("group name for SHF_GROUP not specified"));
996 attr &= ~SHF_GROUP;
997 }
252b5132
RH
998 }
999 else
1000 {
1001 do
1002 {
9de8d8f1
RH
1003 char c;
1004
252b5132
RH
1005 SKIP_WHITESPACE ();
1006 if (*input_line_pointer != '#')
1007 {
c95b35a9 1008 as_bad (_("character following name is not '#'"));
252b5132
RH
1009 ignore_rest_of_line ();
1010 return;
1011 }
9de8d8f1
RH
1012 beg = ++input_line_pointer;
1013 c = get_symbol_end ();
1014 *input_line_pointer = c;
1015
1016 attr |= obj_elf_section_word (beg, input_line_pointer - beg);
1017
252b5132
RH
1018 SKIP_WHITESPACE ();
1019 }
1020 while (*input_line_pointer++ == ',');
1021 --input_line_pointer;
1022 }
1023 }
1024
252b5132 1025 demand_empty_rest_of_line ();
9de8d8f1 1026
d2dab548 1027 obj_elf_change_section (name, type, attr, entsize, group_name, linkonce, push);
252b5132
RH
1028}
1029
1030/* Change to the .data section. */
1031
16b93d88 1032void
dbe2df79 1033obj_elf_data (int i)
252b5132
RH
1034{
1035#ifdef md_flush_pending_output
1036 md_flush_pending_output ();
1037#endif
1038
1039 previous_section = now_seg;
1040 previous_subsection = now_subseg;
1041 s_data (i);
1042
1043#ifdef md_elf_section_change_hook
1044 md_elf_section_change_hook ();
1045#endif
1046}
1047
1048/* Change to the .text section. */
1049
16b93d88 1050void
dbe2df79 1051obj_elf_text (int i)
252b5132
RH
1052{
1053#ifdef md_flush_pending_output
1054 md_flush_pending_output ();
1055#endif
1056
1057 previous_section = now_seg;
1058 previous_subsection = now_subseg;
1059 s_text (i);
1060
1061#ifdef md_elf_section_change_hook
1062 md_elf_section_change_hook ();
1063#endif
1064}
1065
8fe53b44
JB
1066/* Change to the *ABS* section. */
1067
1068void
1069obj_elf_struct (int i)
1070{
1071#ifdef md_flush_pending_output
1072 md_flush_pending_output ();
1073#endif
1074
1075 previous_section = now_seg;
1076 previous_subsection = now_subseg;
1077 s_struct (i);
1078
1079#ifdef md_elf_section_change_hook
1080 md_elf_section_change_hook ();
1081#endif
1082}
1083
252b5132 1084static void
dbe2df79 1085obj_elf_subsection (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1086{
1087 register int temp;
1088
1089#ifdef md_flush_pending_output
1090 md_flush_pending_output ();
1091#endif
1092
1093 previous_section = now_seg;
1094 previous_subsection = now_subseg;
1095
1096 temp = get_absolute_expression ();
1097 subseg_set (now_seg, (subsegT) temp);
1098 demand_empty_rest_of_line ();
1099
1100#ifdef md_elf_section_change_hook
1101 md_elf_section_change_hook ();
1102#endif
1103}
1104
1105/* This can be called from the processor backends if they change
1106 sections. */
1107
1108void
dbe2df79 1109obj_elf_section_change_hook (void)
252b5132
RH
1110{
1111 previous_section = now_seg;
1112 previous_subsection = now_subseg;
1113}
1114
1115void
dbe2df79 1116obj_elf_previous (int ignore ATTRIBUTE_UNUSED)
252b5132 1117{
9de8d8f1
RH
1118 segT new_section;
1119 int new_subsection;
1120
252b5132
RH
1121 if (previous_section == 0)
1122 {
6ce8b369 1123 as_warn (_(".previous without corresponding .section; ignored"));
252b5132
RH
1124 return;
1125 }
1126
1127#ifdef md_flush_pending_output
1128 md_flush_pending_output ();
1129#endif
1130
9de8d8f1
RH
1131 new_section = previous_section;
1132 new_subsection = previous_subsection;
1133 previous_section = now_seg;
1134 previous_subsection = now_subseg;
1135 subseg_set (new_section, new_subsection);
1136
1137#ifdef md_elf_section_change_hook
1138 md_elf_section_change_hook ();
1139#endif
1140}
1141
1142static void
dbe2df79 1143obj_elf_popsection (int xxx ATTRIBUTE_UNUSED)
9de8d8f1
RH
1144{
1145 struct section_stack *top = section_stack;
1146
1147 if (top == NULL)
1148 {
6ce8b369 1149 as_warn (_(".popsection without corresponding .pushsection; ignored"));
9de8d8f1
RH
1150 return;
1151 }
1152
1153#ifdef md_flush_pending_output
1154 md_flush_pending_output ();
1155#endif
1156
1157 section_stack = top->next;
1158 previous_section = top->prev_seg;
1159 previous_subsection = top->prev_subseg;
1160 subseg_set (top->seg, top->subseg);
1161 free (top);
252b5132
RH
1162
1163#ifdef md_elf_section_change_hook
1164 md_elf_section_change_hook ();
1165#endif
1166}
1167
1168static void
dbe2df79 1169obj_elf_line (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1170{
1171 /* Assume delimiter is part of expression. BSD4.2 as fails with
bf514e21 1172 delightful bug, so we are not being incompatible here. */
dbe2df79 1173 new_logical_line (NULL, get_absolute_expression ());
252b5132
RH
1174 demand_empty_rest_of_line ();
1175}
1176
1177/* This handles the .symver pseudo-op, which is used to specify a
1178 symbol version. The syntax is ``.symver NAME,SYMVERNAME''.
1179 SYMVERNAME may contain ELF_VER_CHR ('@') characters. This
1180 pseudo-op causes the assembler to emit a symbol named SYMVERNAME
1181 with the same value as the symbol NAME. */
1182
1183static void
dbe2df79 1184obj_elf_symver (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1185{
1186 char *name;
1187 char c;
468cced8 1188 char old_lexat;
252b5132
RH
1189 symbolS *sym;
1190
1191 name = input_line_pointer;
1192 c = get_symbol_end ();
1193
1194 sym = symbol_find_or_make (name);
1195
1196 *input_line_pointer = c;
1197
252b5132
RH
1198 SKIP_WHITESPACE ();
1199 if (*input_line_pointer != ',')
1200 {
1201 as_bad (_("expected comma after name in .symver"));
1202 ignore_rest_of_line ();
1203 return;
1204 }
1205
1206 ++input_line_pointer;
eba874d8 1207 SKIP_WHITESPACE ();
252b5132 1208 name = input_line_pointer;
468cced8
AM
1209
1210 /* Temporarily include '@' in symbol names. */
1211 old_lexat = lex_type[(unsigned char) '@'];
1212 lex_type[(unsigned char) '@'] |= LEX_NAME;
1213 c = get_symbol_end ();
1214 lex_type[(unsigned char) '@'] = old_lexat;
252b5132 1215
339681c0
L
1216 if (symbol_get_obj (sym)->versioned_name == NULL)
1217 {
1218 symbol_get_obj (sym)->versioned_name = xstrdup (name);
252b5132 1219
339681c0 1220 *input_line_pointer = c;
252b5132 1221
6f620856
L
1222 if (strchr (symbol_get_obj (sym)->versioned_name,
1223 ELF_VER_CHR) == NULL)
339681c0
L
1224 {
1225 as_bad (_("missing version name in `%s' for symbol `%s'"),
1226 symbol_get_obj (sym)->versioned_name,
1227 S_GET_NAME (sym));
1228 ignore_rest_of_line ();
1229 return;
1230 }
1231 }
1232 else
252b5132 1233 {
339681c0
L
1234 if (strcmp (symbol_get_obj (sym)->versioned_name, name))
1235 {
1236 as_bad (_("multiple versions [`%s'|`%s'] for symbol `%s'"),
1237 name, symbol_get_obj (sym)->versioned_name,
1238 S_GET_NAME (sym));
1239 ignore_rest_of_line ();
1240 return;
1241 }
1242
1243 *input_line_pointer = c;
252b5132
RH
1244 }
1245
1246 demand_empty_rest_of_line ();
1247}
1248
1249/* This handles the .vtable_inherit pseudo-op, which is used to indicate
1250 to the linker the hierarchy in which a particular table resides. The
1251 syntax is ".vtable_inherit CHILDNAME, PARENTNAME". */
1252
904a31bf 1253struct fix *
dbe2df79 1254obj_elf_vtable_inherit (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1255{
1256 char *cname, *pname;
1257 symbolS *csym, *psym;
1258 char c, bad = 0;
1259
1260 if (*input_line_pointer == '#')
1261 ++input_line_pointer;
1262
1263 cname = input_line_pointer;
1264 c = get_symbol_end ();
1265 csym = symbol_find (cname);
1266
1267 /* GCFIXME: should check that we don't have two .vtable_inherits for
1268 the same child symbol. Also, we can currently only do this if the
1269 child symbol is already exists and is placed in a fragment. */
1270
49309057 1271 if (csym == NULL || symbol_get_frag (csym) == NULL)
252b5132
RH
1272 {
1273 as_bad ("expected `%s' to have already been set for .vtable_inherit",
1274 cname);
1275 bad = 1;
1276 }
1277
1278 *input_line_pointer = c;
1279
1280 SKIP_WHITESPACE ();
1281 if (*input_line_pointer != ',')
1282 {
1283 as_bad ("expected comma after name in .vtable_inherit");
1284 ignore_rest_of_line ();
904a31bf 1285 return NULL;
252b5132
RH
1286 }
1287
1288 ++input_line_pointer;
1289 SKIP_WHITESPACE ();
1290
1291 if (*input_line_pointer == '#')
1292 ++input_line_pointer;
1293
1294 if (input_line_pointer[0] == '0'
1295 && (input_line_pointer[1] == '\0'
3882b010 1296 || ISSPACE (input_line_pointer[1])))
252b5132
RH
1297 {
1298 psym = section_symbol (absolute_section);
1299 ++input_line_pointer;
1300 }
1301 else
1302 {
1303 pname = input_line_pointer;
1304 c = get_symbol_end ();
1305 psym = symbol_find_or_make (pname);
1306 *input_line_pointer = c;
1307 }
1308
1309 demand_empty_rest_of_line ();
1310
1311 if (bad)
904a31bf 1312 return NULL;
252b5132 1313
49309057 1314 assert (symbol_get_value_expression (csym)->X_op == O_constant);
904a31bf
AM
1315 return fix_new (symbol_get_frag (csym),
1316 symbol_get_value_expression (csym)->X_add_number,
1317 0, psym, 0, 0, BFD_RELOC_VTABLE_INHERIT);
252b5132 1318}
fa306131 1319
252b5132
RH
1320/* This handles the .vtable_entry pseudo-op, which is used to indicate
1321 to the linker that a vtable slot was used. The syntax is
1322 ".vtable_entry tablename, offset". */
1323
904a31bf 1324struct fix *
dbe2df79 1325obj_elf_vtable_entry (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1326{
1327 char *name;
1328 symbolS *sym;
1329 offsetT offset;
1330 char c;
1331
1332 if (*input_line_pointer == '#')
1333 ++input_line_pointer;
1334
1335 name = input_line_pointer;
1336 c = get_symbol_end ();
1337 sym = symbol_find_or_make (name);
1338 *input_line_pointer = c;
1339
1340 SKIP_WHITESPACE ();
1341 if (*input_line_pointer != ',')
1342 {
1343 as_bad ("expected comma after name in .vtable_entry");
1344 ignore_rest_of_line ();
904a31bf 1345 return NULL;
252b5132
RH
1346 }
1347
1348 ++input_line_pointer;
1349 if (*input_line_pointer == '#')
1350 ++input_line_pointer;
1351
1352 offset = get_absolute_expression ();
1353
252b5132 1354 demand_empty_rest_of_line ();
904a31bf
AM
1355
1356 return fix_new (frag_now, frag_now_fix (), 0, sym, offset, 0,
1357 BFD_RELOC_VTABLE_ENTRY);
252b5132
RH
1358}
1359
1360void
dbe2df79 1361elf_obj_read_begin_hook (void)
252b5132
RH
1362{
1363#ifdef NEED_ECOFF_DEBUG
1364 if (ECOFF_DEBUGGING)
1365 ecoff_read_begin_hook ();
1366#endif
1367}
1368
1369void
dbe2df79 1370elf_obj_symbol_new_hook (symbolS *symbolP)
252b5132 1371{
49309057
ILT
1372 struct elf_obj_sy *sy_obj;
1373
1374 sy_obj = symbol_get_obj (symbolP);
1375 sy_obj->size = NULL;
1376 sy_obj->versioned_name = NULL;
252b5132
RH
1377
1378#ifdef NEED_ECOFF_DEBUG
1379 if (ECOFF_DEBUGGING)
1380 ecoff_symbol_new_hook (symbolP);
1381#endif
1382}
1383
8fd3e36b
AM
1384/* When setting one symbol equal to another, by default we probably
1385 want them to have the same "size", whatever it means in the current
1386 context. */
1387
1388void
dbe2df79 1389elf_copy_symbol_attributes (symbolS *dest, symbolS *src)
8fd3e36b 1390{
060adf0e
AM
1391 struct elf_obj_sy *srcelf = symbol_get_obj (src);
1392 struct elf_obj_sy *destelf = symbol_get_obj (dest);
1393 if (srcelf->size)
1394 {
1395 if (destelf->size == NULL)
dbe2df79 1396 destelf->size = xmalloc (sizeof (expressionS));
060adf0e
AM
1397 *destelf->size = *srcelf->size;
1398 }
1399 else
1400 {
1401 if (destelf->size != NULL)
1402 free (destelf->size);
1403 destelf->size = NULL;
1404 }
1405 S_SET_SIZE (dest, S_GET_SIZE (src));
26eb4093
JJ
1406 /* Don't copy visibility. */
1407 S_SET_OTHER (dest, (ELF_ST_VISIBILITY (S_GET_OTHER (dest))
1408 | (S_GET_OTHER (src) & ~ELF_ST_VISIBILITY (-1))));
8fd3e36b
AM
1409}
1410
252b5132 1411void
dbe2df79 1412obj_elf_version (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1413{
1414 char *name;
1415 unsigned int c;
252b5132
RH
1416 char *p;
1417 asection *seg = now_seg;
1418 subsegT subseg = now_subseg;
1419 Elf_Internal_Note i_note;
1420 Elf_External_Note e_note;
dbe2df79 1421 asection *note_secp = NULL;
252b5132
RH
1422
1423 SKIP_WHITESPACE ();
1424 if (*input_line_pointer == '\"')
1425 {
6afdfa61
NC
1426 unsigned int len;
1427
bf514e21 1428 ++input_line_pointer; /* -> 1st char of string. */
252b5132
RH
1429 name = input_line_pointer;
1430
1431 while (is_a_char (c = next_char_of_string ()))
1432 ;
1433 c = *input_line_pointer;
1434 *input_line_pointer = '\0';
1435 *(input_line_pointer - 1) = '\0';
1436 *input_line_pointer = c;
1437
6afdfa61 1438 /* Create the .note section. */
252b5132
RH
1439 note_secp = subseg_new (".note", 0);
1440 bfd_set_section_flags (stdoutput,
1441 note_secp,
1442 SEC_HAS_CONTENTS | SEC_READONLY);
1443
6afdfa61
NC
1444 /* Process the version string. */
1445 len = strlen (name) + 1;
252b5132 1446
6afdfa61
NC
1447 /* PR 3456: Although the name field is padded out to an 4-byte
1448 boundary, the namesz field should not be adjusted. */
1449 i_note.namesz = len;
1450 i_note.descsz = 0; /* No description. */
252b5132
RH
1451 i_note.type = NT_VERSION;
1452 p = frag_more (sizeof (e_note.namesz));
dbe2df79 1453 md_number_to_chars (p, i_note.namesz, sizeof (e_note.namesz));
252b5132 1454 p = frag_more (sizeof (e_note.descsz));
dbe2df79 1455 md_number_to_chars (p, i_note.descsz, sizeof (e_note.descsz));
252b5132 1456 p = frag_more (sizeof (e_note.type));
dbe2df79 1457 md_number_to_chars (p, i_note.type, sizeof (e_note.type));
6afdfa61 1458 p = frag_more (len);
5ab504f9 1459 memcpy (p, name, len);
252b5132 1460
252b5132
RH
1461 frag_align (2, 0, 0);
1462
1463 subseg_set (seg, subseg);
1464 }
1465 else
6afdfa61
NC
1466 as_bad (_("expected quoted string"));
1467
252b5132
RH
1468 demand_empty_rest_of_line ();
1469}
1470
1471static void
dbe2df79 1472obj_elf_size (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1473{
1474 char *name = input_line_pointer;
1475 char c = get_symbol_end ();
1476 char *p;
1477 expressionS exp;
1478 symbolS *sym;
1479
1480 p = input_line_pointer;
1481 *p = c;
1482 SKIP_WHITESPACE ();
1483 if (*input_line_pointer != ',')
1484 {
1485 *p = 0;
1486 as_bad (_("expected comma after name `%s' in .size directive"), name);
1487 *p = c;
1488 ignore_rest_of_line ();
1489 return;
1490 }
1491 input_line_pointer++;
1492 expression (&exp);
1493 if (exp.X_op == O_absent)
1494 {
1495 as_bad (_("missing expression in .size directive"));
1496 exp.X_op = O_constant;
1497 exp.X_add_number = 0;
1498 }
1499 *p = 0;
1500 sym = symbol_find_or_make (name);
1501 *p = c;
1502 if (exp.X_op == O_constant)
c538998c
JJ
1503 {
1504 S_SET_SIZE (sym, exp.X_add_number);
1505 if (symbol_get_obj (sym)->size)
1506 {
1507 xfree (symbol_get_obj (sym)->size);
1508 symbol_get_obj (sym)->size = NULL;
1509 }
1510 }
252b5132
RH
1511 else
1512 {
dbe2df79 1513 symbol_get_obj (sym)->size = xmalloc (sizeof (expressionS));
49309057 1514 *symbol_get_obj (sym)->size = exp;
252b5132
RH
1515 }
1516 demand_empty_rest_of_line ();
1517}
1518
1519/* Handle the ELF .type pseudo-op. This sets the type of a symbol.
aa8c34c3 1520 There are five syntaxes:
fa306131 1521
252b5132
RH
1522 The first (used on Solaris) is
1523 .type SYM,#function
1524 The second (used on UnixWare) is
1525 .type SYM,@function
1526 The third (reportedly to be used on Irix 6.0) is
1527 .type SYM STT_FUNC
1528 The fourth (used on NetBSD/Arm and Linux/ARM) is
1529 .type SYM,%function
aa8c34c3
JE
1530 The fifth (used on SVR4/860) is
1531 .type SYM,"function"
252b5132
RH
1532 */
1533
1534static void
dbe2df79 1535obj_elf_type (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1536{
1537 char *name;
1538 char c;
1539 int type;
1540 const char *typename;
1541 symbolS *sym;
904a31bf 1542 elf_symbol_type *elfsym;
252b5132
RH
1543
1544 name = input_line_pointer;
1545 c = get_symbol_end ();
1546 sym = symbol_find_or_make (name);
904a31bf 1547 elfsym = (elf_symbol_type *) symbol_get_bfdsym (sym);
252b5132
RH
1548 *input_line_pointer = c;
1549
1550 SKIP_WHITESPACE ();
1551 if (*input_line_pointer == ',')
1552 ++input_line_pointer;
1553
1554 SKIP_WHITESPACE ();
1555 if ( *input_line_pointer == '#'
1556 || *input_line_pointer == '@'
aa8c34c3 1557 || *input_line_pointer == '"'
252b5132
RH
1558 || *input_line_pointer == '%')
1559 ++input_line_pointer;
1560
1561 typename = input_line_pointer;
1562 c = get_symbol_end ();
1563
1564 type = 0;
1565 if (strcmp (typename, "function") == 0
1566 || strcmp (typename, "STT_FUNC") == 0)
1567 type = BSF_FUNCTION;
1568 else if (strcmp (typename, "object") == 0
1569 || strcmp (typename, "STT_OBJECT") == 0)
1570 type = BSF_OBJECT;
b9734f35
JJ
1571 else if (strcmp (typename, "tls_object") == 0
1572 || strcmp (typename, "STT_TLS") == 0)
1573 type = BSF_OBJECT | BSF_THREAD_LOCAL;
e7b9a8c1
L
1574 else if (strcmp (typename, "notype") == 0
1575 || strcmp (typename, "STT_NOTYPE") == 0)
1576 ;
904a31bf
AM
1577#ifdef md_elf_symbol_type
1578 else if ((type = md_elf_symbol_type (typename, sym, elfsym)) != -1)
1579 ;
1580#endif
252b5132 1581 else
6ce8b369 1582 as_bad (_("unrecognized symbol type \"%s\""), typename);
252b5132
RH
1583
1584 *input_line_pointer = c;
1585
aa8c34c3
JE
1586 if (*input_line_pointer == '"')
1587 ++input_line_pointer;
1588
904a31bf 1589 elfsym->symbol.flags |= type;
252b5132
RH
1590
1591 demand_empty_rest_of_line ();
1592}
1593
1594static void
dbe2df79 1595obj_elf_ident (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
1596{
1597 static segT comment_section;
1598 segT old_section = now_seg;
1599 int old_subsection = now_subseg;
1600
5f91fe03
ILT
1601#ifdef md_flush_pending_output
1602 md_flush_pending_output ();
1603#endif
1604
252b5132
RH
1605 if (!comment_section)
1606 {
1607 char *p;
1608 comment_section = subseg_new (".comment", 0);
1609 bfd_set_section_flags (stdoutput, comment_section,
1610 SEC_READONLY | SEC_HAS_CONTENTS);
1611 p = frag_more (1);
1612 *p = 0;
1613 }
1614 else
1615 subseg_set (comment_section, 0);
1616 stringer (1);
1617 subseg_set (old_section, old_subsection);
1618}
1619
1620#ifdef INIT_STAB_SECTION
1621
1622/* The first entry in a .stabs section is special. */
1623
1624void
dbe2df79 1625obj_elf_init_stab_section (segT seg)
252b5132
RH
1626{
1627 char *file;
1628 char *p;
1629 char *stabstr_name;
1630 unsigned int stroff;
1631
1632 /* Force the section to align to a longword boundary. Without this,
1633 UnixWare ar crashes. */
1634 bfd_set_section_alignment (stdoutput, seg, 2);
1635
bf514e21 1636 /* Make space for this first symbol. */
252b5132 1637 p = frag_more (12);
bf514e21 1638 /* Zero it out. */
252b5132 1639 memset (p, 0, 12);
dbe2df79
AM
1640 as_where (&file, NULL);
1641 stabstr_name = xmalloc (strlen (segment_name (seg)) + 4);
252b5132
RH
1642 strcpy (stabstr_name, segment_name (seg));
1643 strcat (stabstr_name, "str");
1644 stroff = get_stab_string_offset (file, stabstr_name);
1645 know (stroff == 1);
1646 md_number_to_chars (p, stroff, 4);
1647 seg_info (seg)->stabu.p = p;
1648}
1649
1650#endif
1651
1652/* Fill in the counts in the first entry in a .stabs section. */
1653
1654static void
dbe2df79 1655adjust_stab_sections (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED)
252b5132
RH
1656{
1657 char *name;
1658 asection *strsec;
1659 char *p;
1660 int strsz, nsyms;
1661
1662 if (strncmp (".stab", sec->name, 5))
1663 return;
1664 if (!strcmp ("str", sec->name + strlen (sec->name) - 3))
1665 return;
1666
dbe2df79 1667 name = alloca (strlen (sec->name) + 4);
252b5132
RH
1668 strcpy (name, sec->name);
1669 strcat (name, "str");
1670 strsec = bfd_get_section_by_name (abfd, name);
1671 if (strsec)
1672 strsz = bfd_section_size (abfd, strsec);
1673 else
1674 strsz = 0;
1675 nsyms = bfd_section_size (abfd, sec) / 12 - 1;
1676
1677 p = seg_info (sec)->stabu.p;
1678 assert (p != 0);
1679
dbe2df79
AM
1680 bfd_h_put_16 (abfd, nsyms, p + 6);
1681 bfd_h_put_32 (abfd, strsz, p + 8);
252b5132
RH
1682}
1683
1684#ifdef NEED_ECOFF_DEBUG
1685
1686/* This function is called by the ECOFF code. It is supposed to
1687 record the external symbol information so that the backend can
1688 write it out correctly. The ELF backend doesn't actually handle
1689 this at the moment, so we do it ourselves. We save the information
1690 in the symbol. */
1691
1692void
dbe2df79 1693elf_ecoff_set_ext (symbolS *sym, struct ecoff_extr *ext)
252b5132 1694{
dbe2df79 1695 symbol_get_bfdsym (sym)->udata.p = ext;
252b5132
RH
1696}
1697
1698/* This function is called by bfd_ecoff_debug_externals. It is
1699 supposed to *EXT to the external symbol information, and return
1700 whether the symbol should be used at all. */
1701
b34976b6 1702static bfd_boolean
dbe2df79 1703elf_get_extr (asymbol *sym, EXTR *ext)
252b5132
RH
1704{
1705 if (sym->udata.p == NULL)
b34976b6 1706 return FALSE;
252b5132 1707 *ext = *(EXTR *) sym->udata.p;
b34976b6 1708 return TRUE;
252b5132
RH
1709}
1710
1711/* This function is called by bfd_ecoff_debug_externals. It has
1712 nothing to do for ELF. */
1713
252b5132 1714static void
dbe2df79
AM
1715elf_set_index (asymbol *sym ATTRIBUTE_UNUSED,
1716 bfd_size_type indx ATTRIBUTE_UNUSED)
252b5132
RH
1717{
1718}
1719
1720#endif /* NEED_ECOFF_DEBUG */
1721
1722void
dbe2df79 1723elf_frob_symbol (symbolS *symp, int *puntp)
252b5132 1724{
49309057
ILT
1725 struct elf_obj_sy *sy_obj;
1726
252b5132
RH
1727#ifdef NEED_ECOFF_DEBUG
1728 if (ECOFF_DEBUGGING)
1729 ecoff_frob_symbol (symp);
1730#endif
1731
49309057
ILT
1732 sy_obj = symbol_get_obj (symp);
1733
1734 if (sy_obj->size != NULL)
252b5132 1735 {
49309057 1736 switch (sy_obj->size->X_op)
252b5132
RH
1737 {
1738 case O_subtract:
1739 S_SET_SIZE (symp,
49309057
ILT
1740 (S_GET_VALUE (sy_obj->size->X_add_symbol)
1741 + sy_obj->size->X_add_number
1742 - S_GET_VALUE (sy_obj->size->X_op_symbol)));
252b5132
RH
1743 break;
1744 case O_constant:
1745 S_SET_SIZE (symp,
49309057
ILT
1746 (S_GET_VALUE (sy_obj->size->X_add_symbol)
1747 + sy_obj->size->X_add_number));
252b5132
RH
1748 break;
1749 default:
1750 as_bad (_(".size expression too complicated to fix up"));
1751 break;
1752 }
49309057
ILT
1753 free (sy_obj->size);
1754 sy_obj->size = NULL;
252b5132
RH
1755 }
1756
49309057 1757 if (sy_obj->versioned_name != NULL)
252b5132 1758 {
79082ff0
L
1759 char *p;
1760
1761 p = strchr (sy_obj->versioned_name, ELF_VER_CHR);
1762 know (p != NULL);
1763
252b5132
RH
1764 /* This symbol was given a new name with the .symver directive.
1765
13c56984
AM
1766 If this is an external reference, just rename the symbol to
1767 include the version string. This will make the relocs be
1768 against the correct versioned symbol.
252b5132
RH
1769
1770 If this is a definition, add an alias. FIXME: Using an alias
1771 will permit the debugging information to refer to the right
1772 symbol. However, it's not clear whether it is the best
1773 approach. */
1774
1775 if (! S_IS_DEFINED (symp))
1776 {
252b5132 1777 /* Verify that the name isn't using the @@ syntax--this is
13c56984
AM
1778 reserved for definitions of the default version to link
1779 against. */
252b5132
RH
1780 if (p[1] == ELF_VER_CHR)
1781 {
1782 as_bad (_("invalid attempt to declare external version name as default in symbol `%s'"),
49309057 1783 sy_obj->versioned_name);
b34976b6 1784 *puntp = TRUE;
252b5132 1785 }
49309057 1786 S_SET_NAME (symp, sy_obj->versioned_name);
252b5132
RH
1787 }
1788 else
1789 {
dbe2df79 1790 if (p[1] == ELF_VER_CHR && p[2] == ELF_VER_CHR)
79082ff0
L
1791 {
1792 size_t l;
1793
1794 /* The @@@ syntax is a special case. It renames the
1795 symbol name to versioned_name with one `@' removed. */
1796 l = strlen (&p[3]) + 1;
dbe2df79 1797 memmove (&p[2], &p[3], l);
79082ff0
L
1798 S_SET_NAME (symp, sy_obj->versioned_name);
1799 }
1800 else
1801 {
1802 symbolS *symp2;
252b5132 1803
79082ff0
L
1804 /* FIXME: Creating a new symbol here is risky. We're
1805 in the final loop over the symbol table. We can
1806 get away with it only because the symbol goes to
1807 the end of the list, where the loop will still see
1808 it. It would probably be better to do this in
1809 obj_frob_file_before_adjust. */
252b5132 1810
79082ff0 1811 symp2 = symbol_find_or_make (sy_obj->versioned_name);
252b5132 1812
79082ff0 1813 /* Now we act as though we saw symp2 = sym. */
252b5132 1814
79082ff0 1815 S_SET_SEGMENT (symp2, S_GET_SEGMENT (symp));
252b5132 1816
79082ff0
L
1817 /* Subtracting out the frag address here is a hack
1818 because we are in the middle of the final loop. */
1819 S_SET_VALUE (symp2,
1820 (S_GET_VALUE (symp)
1821 - symbol_get_frag (symp)->fr_address));
252b5132 1822
79082ff0 1823 symbol_set_frag (symp2, symbol_get_frag (symp));
252b5132 1824
79082ff0
L
1825 /* This will copy over the size information. */
1826 copy_symbol_attributes (symp2, symp);
252b5132 1827
26eb4093
JJ
1828 S_SET_OTHER (symp2, S_GET_OTHER (symp));
1829
79082ff0
L
1830 if (S_IS_WEAK (symp))
1831 S_SET_WEAK (symp2);
252b5132 1832
79082ff0
L
1833 if (S_IS_EXTERNAL (symp))
1834 S_SET_EXTERNAL (symp2);
1835 }
252b5132
RH
1836 }
1837 }
1838
1839 /* Double check weak symbols. */
49309057 1840 if (S_IS_WEAK (symp))
252b5132
RH
1841 {
1842 if (S_IS_COMMON (symp))
6ce8b369 1843 as_bad (_("symbol `%s' can not be both weak and common"),
252b5132
RH
1844 S_GET_NAME (symp));
1845 }
1846
1847#ifdef TC_MIPS
1848 /* The Irix 5 and 6 assemblers set the type of any common symbol and
1849 any undefined non-function symbol to STT_OBJECT. We try to be
1850 compatible, since newer Irix 5 and 6 linkers care. However, we
1851 only set undefined symbols to be STT_OBJECT if we are on Irix,
1852 because that is the only time gcc will generate the necessary
1853 .global directives to mark functions. */
1854
1855 if (S_IS_COMMON (symp))
49309057 1856 symbol_get_bfdsym (symp)->flags |= BSF_OBJECT;
252b5132
RH
1857
1858 if (strstr (TARGET_OS, "irix") != NULL
49309057
ILT
1859 && ! S_IS_DEFINED (symp)
1860 && (symbol_get_bfdsym (symp)->flags & BSF_FUNCTION) == 0)
1861 symbol_get_bfdsym (symp)->flags |= BSF_OBJECT;
252b5132 1862#endif
252b5132
RH
1863}
1864
060adf0e
AM
1865struct group_list
1866{
1867 asection **head; /* Section lists. */
1868 unsigned int *elt_count; /* Number of sections in each list. */
1869 unsigned int num_group; /* Number of lists. */
1870};
1871
1872/* Called via bfd_map_over_sections. If SEC is a member of a group,
1873 add it to a list of sections belonging to the group. INF is a
1874 pointer to a struct group_list, which is where we store the head of
1875 each list. */
1876
1877static void
dbe2df79 1878build_group_lists (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf)
060adf0e 1879{
dbe2df79 1880 struct group_list *list = inf;
aa1f4858 1881 const char *group_name = elf_group_name (sec);
060adf0e
AM
1882 unsigned int i;
1883
1884 if (group_name == NULL)
1885 return;
1886
1887 /* If this group already has a list, add the section to the head of
1888 the list. */
1889 for (i = 0; i < list->num_group; i++)
1890 {
aa1f4858 1891 if (strcmp (group_name, elf_group_name (list->head[i])) == 0)
060adf0e 1892 {
aa1f4858 1893 elf_next_in_group (sec) = list->head[i];
060adf0e
AM
1894 list->head[i] = sec;
1895 list->elt_count[i] += 1;
1896 return;
1897 }
1898 }
1899
1900 /* New group. Make the arrays bigger in chunks to minimize calls to
1901 realloc. */
1902 i = list->num_group;
1903 if ((i & 127) == 0)
1904 {
1905 unsigned int newsize = i + 128;
1906 list->head = xrealloc (list->head, newsize * sizeof (*list->head));
1907 list->elt_count = xrealloc (list->elt_count,
1908 newsize * sizeof (*list->elt_count));
1909 }
1910 list->head[i] = sec;
1911 list->elt_count[i] = 1;
1912 list->num_group += 1;
1913}
1914
252b5132 1915void
dbe2df79 1916elf_frob_file (void)
252b5132 1917{
060adf0e
AM
1918 struct group_list list;
1919 unsigned int i;
1920
dbe2df79 1921 bfd_map_over_sections (stdoutput, adjust_stab_sections, NULL);
252b5132 1922
060adf0e
AM
1923 /* Go find section groups. */
1924 list.num_group = 0;
1925 list.head = NULL;
1926 list.elt_count = NULL;
dbe2df79 1927 bfd_map_over_sections (stdoutput, build_group_lists, &list);
060adf0e
AM
1928
1929 /* Make the SHT_GROUP sections that describe each section group. We
1930 can't set up the section contents here yet, because elf section
1931 indices have yet to be calculated. elf.c:set_group_contents does
1932 the rest of the work. */
1933 for (i = 0; i < list.num_group; i++)
1934 {
aa1f4858 1935 const char *group_name = elf_group_name (list.head[i]);
9758f3fc 1936 const char *sec_name;
060adf0e
AM
1937 asection *s;
1938 flagword flags;
9758f3fc
AM
1939 struct symbol *sy;
1940 int has_sym;
587aac4e 1941 bfd_size_type size;
060adf0e 1942
060adf0e 1943 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP;
d2dab548 1944 for (s = list.head[i]; s != NULL; s = elf_next_in_group (s))
68bfbfcc 1945 if ((s->flags ^ flags) & SEC_LINK_ONCE)
d2dab548
AM
1946 {
1947 flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
1948 if (s != list.head[i])
1949 {
1950 as_warn (_("assuming all members of group `%s' are COMDAT"),
1951 group_name);
1952 break;
1953 }
1954 }
1955
9758f3fc
AM
1956 sec_name = group_name;
1957 sy = symbol_find_exact (group_name);
1958 has_sym = 0;
1959 if (sy != NULL
1960 && (sy == symbol_lastP
1961 || (sy->sy_next != NULL
1962 && sy->sy_next->sy_previous == sy)))
1963 {
1964 has_sym = 1;
1965 sec_name = ".group";
1966 }
1967 s = subseg_force_new (sec_name, 0);
060adf0e
AM
1968 if (s == NULL
1969 || !bfd_set_section_flags (stdoutput, s, flags)
1970 || !bfd_set_section_alignment (stdoutput, s, 2))
1971 {
1972 as_fatal (_("can't create group: %s"),
1973 bfd_errmsg (bfd_get_error ()));
1974 }
2f89ff8d 1975 elf_section_type (s) = SHT_GROUP;
060adf0e 1976
aa1f4858
AM
1977 /* Pass a pointer to the first section in this group. */
1978 elf_next_in_group (s) = list.head[i];
9758f3fc
AM
1979 if (has_sym)
1980 elf_group_id (s) = sy->bsym;
060adf0e 1981
587aac4e
AM
1982 size = 4 * (list.elt_count[i] + 1);
1983 bfd_set_section_size (stdoutput, s, size);
b7712f8d 1984 s->contents = (unsigned char *) frag_more (size);
060adf0e
AM
1985 frag_now->fr_fix = frag_now_fix_octets ();
1986 }
1987
252b5132
RH
1988#ifdef elf_tc_final_processing
1989 elf_tc_final_processing ();
1990#endif
1991}
1992
4a1805b1 1993/* It removes any unneeded versioned symbols from the symbol table. */
339681c0
L
1994
1995void
dbe2df79 1996elf_frob_file_before_adjust (void)
339681c0
L
1997{
1998 if (symbol_rootP)
1999 {
2000 symbolS *symp;
2001
2002 for (symp = symbol_rootP; symp; symp = symbol_next (symp))
00e6e13d 2003 if (!S_IS_DEFINED (symp))
79082ff0 2004 {
00e6e13d 2005 if (symbol_get_obj (symp)->versioned_name)
79082ff0
L
2006 {
2007 char *p;
2008
2009 /* The @@@ syntax is a special case. If the symbol is
2010 not defined, 2 `@'s will be removed from the
2011 versioned_name. */
2012
2013 p = strchr (symbol_get_obj (symp)->versioned_name,
2014 ELF_VER_CHR);
2015 know (p != NULL);
dbe2df79 2016 if (p[1] == ELF_VER_CHR && p[2] == ELF_VER_CHR)
79082ff0
L
2017 {
2018 size_t l = strlen (&p[3]) + 1;
dbe2df79 2019 memmove (&p[1], &p[3], l);
79082ff0
L
2020 }
2021 if (symbol_used_p (symp) == 0
2022 && symbol_used_in_reloc_p (symp) == 0)
2023 symbol_remove (symp, &symbol_rootP, &symbol_lastP);
2024 }
00e6e13d
JJ
2025
2026 /* If there was .weak foo, but foo was neither defined nor
2027 used anywhere, remove it. */
2028
2029 else if (S_IS_WEAK (symp)
2030 && symbol_used_p (symp) == 0
2031 && symbol_used_in_reloc_p (symp) == 0)
2032 symbol_remove (symp, &symbol_rootP, &symbol_lastP);
79082ff0 2033 }
339681c0
L
2034 }
2035}
2036
252b5132
RH
2037/* It is required that we let write_relocs have the opportunity to
2038 optimize away fixups before output has begun, since it is possible
2039 to eliminate all fixups for a section and thus we never should
2040 have generated the relocation section. */
2041
2042void
dbe2df79 2043elf_frob_file_after_relocs (void)
252b5132
RH
2044{
2045#ifdef NEED_ECOFF_DEBUG
2046 if (ECOFF_DEBUGGING)
2047 /* Generate the ECOFF debugging information. */
2048 {
2049 const struct ecoff_debug_swap *debug_swap;
2050 struct ecoff_debug_info debug;
2051 char *buf;
2052 asection *sec;
2053
2054 debug_swap
2055 = get_elf_backend_data (stdoutput)->elf_backend_ecoff_debug_swap;
dbe2df79 2056 know (debug_swap != NULL);
252b5132
RH
2057 ecoff_build_debug (&debug.symbolic_header, &buf, debug_swap);
2058
2059 /* Set up the pointers in debug. */
2060#define SET(ptr, offset, type) \
2061 debug.ptr = (type) (buf + debug.symbolic_header.offset)
2062
2063 SET (line, cbLineOffset, unsigned char *);
dbe2df79
AM
2064 SET (external_dnr, cbDnOffset, void *);
2065 SET (external_pdr, cbPdOffset, void *);
2066 SET (external_sym, cbSymOffset, void *);
2067 SET (external_opt, cbOptOffset, void *);
252b5132
RH
2068 SET (external_aux, cbAuxOffset, union aux_ext *);
2069 SET (ss, cbSsOffset, char *);
dbe2df79
AM
2070 SET (external_fdr, cbFdOffset, void *);
2071 SET (external_rfd, cbRfdOffset, void *);
252b5132
RH
2072 /* ssext and external_ext are set up just below. */
2073
2074#undef SET
2075
2076 /* Set up the external symbols. */
2077 debug.ssext = debug.ssext_end = NULL;
2078 debug.external_ext = debug.external_ext_end = NULL;
b34976b6 2079 if (! bfd_ecoff_debug_externals (stdoutput, &debug, debug_swap, TRUE,
252b5132 2080 elf_get_extr, elf_set_index))
6ce8b369 2081 as_fatal (_("failed to set up debugging information: %s"),
252b5132
RH
2082 bfd_errmsg (bfd_get_error ()));
2083
2084 sec = bfd_get_section_by_name (stdoutput, ".mdebug");
2085 assert (sec != NULL);
2086
b34976b6 2087 know (!stdoutput->output_has_begun);
252b5132
RH
2088
2089 /* We set the size of the section, call bfd_set_section_contents
2090 to force the ELF backend to allocate a file position, and then
2091 write out the data. FIXME: Is this really the best way to do
2092 this? */
587aac4e
AM
2093 bfd_set_section_size
2094 (stdoutput, sec, bfd_ecoff_debug_size (stdoutput, &debug, debug_swap));
252b5132 2095
5f91fe03 2096 /* Pass BUF to bfd_set_section_contents because this will
13c56984
AM
2097 eventually become a call to fwrite, and ISO C prohibits
2098 passing a NULL pointer to a stdio function even if the
2099 pointer will not be used. */
dbe2df79 2100 if (! bfd_set_section_contents (stdoutput, sec, buf, 0, 0))
6ce8b369 2101 as_fatal (_("can't start writing .mdebug section: %s"),
252b5132
RH
2102 bfd_errmsg (bfd_get_error ()));
2103
b34976b6 2104 know (stdoutput->output_has_begun);
252b5132
RH
2105 know (sec->filepos != 0);
2106
2107 if (! bfd_ecoff_write_debug (stdoutput, &debug, debug_swap,
2108 sec->filepos))
6ce8b369 2109 as_fatal (_("could not write .mdebug section: %s"),
252b5132
RH
2110 bfd_errmsg (bfd_get_error ()));
2111 }
2112#endif /* NEED_ECOFF_DEBUG */
2113}
2114
2115#ifdef SCO_ELF
2116
aaa2624b 2117/* Heavily plagiarized from obj_elf_version. The idea is to emit the
252b5132
RH
2118 SCO specific identifier in the .notes section to satisfy the SCO
2119 linker.
2120
2121 This looks more complicated than it really is. As opposed to the
2122 "obvious" solution, this should handle the cross dev cases
2123 correctly. (i.e, hosting on a 64 bit big endian processor, but
2124 generating SCO Elf code) Efficiency isn't a concern, as there
2125 should be exactly one of these sections per object module.
2126
2127 SCO OpenServer 5 identifies it's ELF modules with a standard ELF
2128 .note section.
2129
fa306131
AM
2130 int_32 namesz = 4 ; Name size
2131 int_32 descsz = 12 ; Descriptive information
2132 int_32 type = 1 ;
2133 char name[4] = "SCO" ; Originator name ALWAYS SCO + NULL
252b5132
RH
2134 int_32 version = (major ver # << 16) | version of tools ;
2135 int_32 source = (tool_id << 16 ) | 1 ;
2136 int_32 info = 0 ; These are set by the SCO tools, but we
13c56984 2137 don't know enough about the source
252b5132
RH
2138 environment to set them. SCO ld currently
2139 ignores them, and recommends we set them
2140 to zero. */
2141
2142#define SCO_MAJOR_VERSION 0x1
2143#define SCO_MINOR_VERSION 0x1
2144
2145void
dbe2df79 2146sco_id (void)
252b5132
RH
2147{
2148
2149 char *name;
2150 unsigned int c;
2151 char ch;
2152 char *p;
2153 asection *seg = now_seg;
2154 subsegT subseg = now_subseg;
2155 Elf_Internal_Note i_note;
2156 Elf_External_Note e_note;
dbe2df79 2157 asection *note_secp = NULL;
252b5132
RH
2158 int i, len;
2159
2160 /* create the .note section */
2161
2162 note_secp = subseg_new (".note", 0);
2163 bfd_set_section_flags (stdoutput,
2164 note_secp,
2165 SEC_HAS_CONTENTS | SEC_READONLY);
2166
2167 /* process the version string */
2168
fa306131 2169 i_note.namesz = 4;
252b5132
RH
2170 i_note.descsz = 12; /* 12 descriptive bytes */
2171 i_note.type = NT_VERSION; /* Contains a version string */
2172
2173 p = frag_more (sizeof (i_note.namesz));
dbe2df79 2174 md_number_to_chars (p, i_note.namesz, 4);
252b5132
RH
2175
2176 p = frag_more (sizeof (i_note.descsz));
dbe2df79 2177 md_number_to_chars (p, i_note.descsz, 4);
252b5132
RH
2178
2179 p = frag_more (sizeof (i_note.type));
dbe2df79 2180 md_number_to_chars (p, i_note.type, 4);
252b5132
RH
2181
2182 p = frag_more (4);
fa306131 2183 strcpy (p, "SCO");
252b5132
RH
2184
2185 /* Note: this is the version number of the ELF we're representing */
2186 p = frag_more (4);
2187 md_number_to_chars (p, (SCO_MAJOR_VERSION << 16) | (SCO_MINOR_VERSION), 4);
2188
2189 /* Here, we pick a magic number for ourselves (yes, I "registered"
2190 it with SCO. The bottom bit shows that we are compat with the
2191 SCO ABI. */
2192 p = frag_more (4);
2193 md_number_to_chars (p, 0x4c520000 | 0x0001, 4);
2194
2195 /* If we knew (or cared) what the source language options were, we'd
2196 fill them in here. SCO has given us permission to ignore these
2197 and just set them to zero. */
2198 p = frag_more (4);
2199 md_number_to_chars (p, 0x0000, 4);
fa306131 2200
252b5132
RH
2201 frag_align (2, 0, 0);
2202
2203 /* We probably can't restore the current segment, for there likely
2204 isn't one yet... */
2205 if (seg && subseg)
2206 subseg_set (seg, subseg);
2207
2208}
2209
2210#endif /* SCO_ELF */
2211
5110c57e 2212static int
dbe2df79 2213elf_separate_stab_sections (void)
5110c57e
HPN
2214{
2215#ifdef NEED_ECOFF_DEBUG
2216 return (!ECOFF_DEBUGGING);
2217#else
2218 return 1;
2219#endif
2220}
2221
2222static void
dbe2df79 2223elf_init_stab_section (segT seg)
5110c57e
HPN
2224{
2225#ifdef NEED_ECOFF_DEBUG
2226 if (!ECOFF_DEBUGGING)
2227#endif
2228 obj_elf_init_stab_section (seg);
2229}
2230
252b5132
RH
2231const struct format_ops elf_format_ops =
2232{
2233 bfd_target_elf_flavour,
4c63da97
AM
2234 0, /* dfl_leading_underscore */
2235 1, /* emit_section_symbols */
5110c57e
HPN
2236 elf_begin,
2237 elf_file_symbol,
252b5132
RH
2238 elf_frob_symbol,
2239 elf_frob_file,
339681c0 2240 elf_frob_file_before_adjust,
a161fe53 2241 0, /* obj_frob_file_before_fix */
252b5132
RH
2242 elf_frob_file_after_relocs,
2243 elf_s_get_size, elf_s_set_size,
2244 elf_s_get_align, elf_s_set_align,
4c63da97 2245 elf_s_get_other,
5110c57e 2246 elf_s_set_other,
4c63da97 2247 0, /* s_get_desc */
5110c57e
HPN
2248 0, /* s_set_desc */
2249 0, /* s_get_type */
2250 0, /* s_set_type */
252b5132
RH
2251 elf_copy_symbol_attributes,
2252#ifdef NEED_ECOFF_DEBUG
2253 ecoff_generate_asm_lineno,
2254 ecoff_stab,
2255#else
4c63da97
AM
2256 0, /* generate_asm_lineno */
2257 0, /* process_stab */
252b5132 2258#endif
5110c57e
HPN
2259 elf_separate_stab_sections,
2260 elf_init_stab_section,
252b5132
RH
2261 elf_sec_sym_ok_for_reloc,
2262 elf_pop_insert,
2263#ifdef NEED_ECOFF_DEBUG
2264 elf_ecoff_set_ext,
2265#else
4c63da97 2266 0, /* ecoff_set_ext */
252b5132 2267#endif
4c63da97 2268 elf_obj_read_begin_hook,
5110c57e 2269 elf_obj_symbol_new_hook
252b5132 2270};