Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
CommitLineData
c906108c 1/* Read AIX xcoff symbol tables and convert to internal format, for GDB.
3666a048 2 Copyright (C) 1986-2021 Free Software Foundation, Inc.
c906108c
SS
3 Derived from coffread.c, dbxread.c, and a lot of hacking.
4 Contributed by IBM Corporation.
5
c5aa993b 6 This file is part of GDB.
c906108c 7
c5aa993b
JM
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
a9762ec7 10 the Free Software Foundation; either version 3 of the License, or
c5aa993b 11 (at your option) any later version.
c906108c 12
c5aa993b
JM
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
c906108c 17
c5aa993b 18 You should have received a copy of the GNU General Public License
a9762ec7 19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
20
21#include "defs.h"
22#include "bfd.h"
23
24#include <sys/types.h>
25#include <fcntl.h>
26#include <ctype.h>
c0ccb908 27#ifdef HAVE_SYS_FILE_H
c906108c
SS
28#include <sys/file.h>
29#endif
53ce3c39 30#include <sys/stat.h>
39ef2f62 31#include <algorithm>
c906108c
SS
32
33#include "coff/internal.h"
34#include "libcoff.h" /* FIXME, internal data from BFD */
11ed25ac
KB
35#include "coff/xcoff.h"
36#include "libxcoff.h"
c906108c 37#include "coff/rs6000.h"
63807e1d 38#include "xcoffread.h"
c906108c
SS
39
40#include "symtab.h"
41#include "gdbtypes.h"
9ab9195f 42/* FIXME: ezannoni/2004-02-13 Verify if the include below is really needed. */
c906108c
SS
43#include "symfile.h"
44#include "objfiles.h"
0baae8db 45#include "buildsym-legacy.h"
c906108c
SS
46#include "stabsread.h"
47#include "expression.h"
c906108c 48#include "complaints.h"
ccefe4c4 49#include "psympriv.h"
c2a62a3d 50#include "dwarf2/sect-names.h"
70182375 51#include "dwarf2/public.h"
c906108c
SS
52
53#include "gdb-stabs.h"
54
55/* For interface with stabsread.c. */
56#include "aout/stab_gnu.h"
57
c906108c
SS
58\f
59/* We put a pointer to this structure in the read_symtab_private field
60 of the psymtab. */
61
c5aa993b
JM
62struct symloc
63 {
c906108c 64
c5aa993b 65 /* First symbol number for this file. */
c906108c 66
c5aa993b 67 int first_symnum;
c906108c 68
c5aa993b
JM
69 /* Number of symbols in the section of the symbol table devoted to
70 this file's symbols (actually, the section bracketed may contain
71 more than just this file's symbols). If numsyms is 0, the only
72 reason for this thing's existence is the dependency list. Nothing
73 else will happen when it is read in. */
c906108c 74
c5aa993b 75 int numsyms;
c906108c 76
3e43a32a
MS
77 /* Position of the start of the line number information for this
78 psymtab. */
c5aa993b
JM
79 unsigned int lineno_off;
80 };
c906108c 81
581e13c1 82/* Remember what we deduced to be the source language of this psymtab. */
c906108c
SS
83
84static enum language psymtab_language = language_unknown;
c906108c 85\f
c5aa993b 86
581e13c1 87/* Simplified internal version of coff symbol table information. */
c906108c 88
c5aa993b
JM
89struct coff_symbol
90 {
91 char *c_name;
581e13c1
MS
92 int c_symnum; /* Symbol number of this entry. */
93 int c_naux; /* 0 if syment only, 1 if syment + auxent. */
086850b2 94 CORE_ADDR c_value;
c5aa993b
JM
95 unsigned char c_sclass;
96 int c_secnum;
97 unsigned int c_type;
98 };
c906108c 99
581e13c1 100/* Last function's saved coff symbol `cs'. */
c906108c
SS
101
102static struct coff_symbol fcn_cs_saved;
103
104static bfd *symfile_bfd;
105
106/* Core address of start and end of text of current source file.
107 This is calculated from the first function seen after a C_FILE
581e13c1 108 symbol. */
c906108c
SS
109
110
111static CORE_ADDR cur_src_end_addr;
112
113/* Core address of the end of the first object file. */
114
115static CORE_ADDR first_object_file_end;
116
581e13c1 117/* Initial symbol-table-debug-string vector length. */
c906108c
SS
118
119#define INITIAL_STABVECTOR_LENGTH 40
120
c906108c
SS
121/* Size of a COFF symbol. I think it is always 18, so I'm not sure
122 there is any reason not to just use a #define, but might as well
123 ask BFD for the size and store it here, I guess. */
124
c5aa993b 125static unsigned local_symesz;
c906108c 126
02dc647e 127struct xcoff_symfile_info
c5aa993b 128 {
02dc647e
TT
129 file_ptr min_lineno_offset {}; /* Where in file lowest line#s are. */
130 file_ptr max_lineno_offset {}; /* 1+last byte of line#s in file. */
c906108c 131
c5aa993b 132 /* Pointer to the string table. */
02dc647e 133 char *strtbl = nullptr;
c906108c 134
c5aa993b 135 /* Pointer to debug section. */
02dc647e 136 char *debugsec = nullptr;
c906108c 137
c5aa993b 138 /* Pointer to the a.out symbol table. */
02dc647e 139 char *symtbl = nullptr;
c906108c 140
c5aa993b 141 /* Number of symbols in symtbl. */
02dc647e 142 int symtbl_num_syms = 0;
c906108c 143
c5aa993b 144 /* Offset in data section to TOC anchor. */
02dc647e 145 CORE_ADDR toc_offset = 0;
c5aa993b 146 };
c906108c 147
02dc647e
TT
148/* Key for XCOFF-associated data. */
149
150static const struct objfile_key<xcoff_symfile_info> xcoff_objfile_data_key;
151
b8b98ad1
TT
152/* Convenience macro to access the per-objfile XCOFF data. */
153
154#define XCOFF_DATA(objfile) \
02dc647e 155 xcoff_objfile_data_key.get (objfile)
b8b98ad1 156
316a8b21
TG
157/* XCOFF names for dwarf sections. There is no compressed sections. */
158
159static const struct dwarf2_debug_sections dwarf2_xcoff_names = {
160 { ".dwinfo", NULL },
161 { ".dwabrev", NULL },
162 { ".dwline", NULL },
163 { ".dwloc", NULL },
43988095 164 { NULL, NULL }, /* debug_loclists */
33f914a1
DE
165 /* AIX XCOFF defines one, named DWARF section for macro debug information.
166 XLC does not generate debug_macinfo for DWARF4 and below.
167 The section is assigned to debug_macro for DWARF5 and above. */
168 { NULL, NULL },
169 { ".dwmac", NULL },
316a8b21 170 { ".dwstr", NULL },
18a8505e 171 { NULL, NULL }, /* debug_str_offsets */
43988095 172 { NULL, NULL }, /* debug_line_str */
316a8b21 173 { ".dwrnges", NULL },
43988095 174 { NULL, NULL }, /* debug_rnglists */
33f914a1 175 { ".dwpbtyp", NULL },
3019eac3 176 { NULL, NULL }, /* debug_addr */
316a8b21
TG
177 { ".dwframe", NULL },
178 { NULL, NULL }, /* eh_frame */
24d3216f 179 { NULL, NULL }, /* gdb_index */
927aa2e7
JK
180 { NULL, NULL }, /* debug_names */
181 { NULL, NULL }, /* debug_aranges */
24d3216f 182 23
316a8b21
TG
183};
184
23136709
KB
185static void
186bf_notfound_complaint (void)
187{
b98664d3 188 complaint (_("line numbers off, `.bf' symbol not found"));
23136709 189}
c906108c 190
23136709
KB
191static void
192ef_complaint (int arg1)
193{
b98664d3 194 complaint (_("Mismatched .ef symbol ignored starting at symnum %d"), arg1);
23136709 195}
c906108c 196
23136709
KB
197static void
198eb_complaint (int arg1)
199{
b98664d3 200 complaint (_("Mismatched .eb symbol ignored starting at symnum %d"), arg1);
23136709 201}
c906108c 202
b15cc25c 203static void xcoff_initial_scan (struct objfile *, symfile_add_flags);
c906108c 204
8dddcb8f 205static void scan_xcoff_symtab (minimal_symbol_reader &,
7e9c0476 206 psymtab_storage *partial_symtabs,
8dddcb8f 207 struct objfile *);
c906108c 208
a121b7c1 209static const char *xcoff_next_symbol_text (struct objfile *);
c906108c 210
a14ed312 211static void record_include_begin (struct coff_symbol *);
c906108c
SS
212
213static void
a14ed312
KB
214enter_line_range (struct subfile *, unsigned, unsigned,
215 CORE_ADDR, CORE_ADDR, unsigned *);
c906108c 216
a14ed312 217static void init_stringtab (bfd *, file_ptr, struct objfile *);
c906108c 218
a14ed312 219static void xcoff_symfile_init (struct objfile *);
c906108c 220
a14ed312 221static void xcoff_new_init (struct objfile *);
c906108c 222
a14ed312 223static void xcoff_symfile_finish (struct objfile *);
c906108c 224
a14ed312 225static char *coff_getfilename (union internal_auxent *, struct objfile *);
c906108c 226
a14ed312 227static void read_symbol (struct internal_syment *, int);
c906108c 228
a14ed312 229static int read_symbol_lineno (int);
c906108c 230
470d5666 231static CORE_ADDR read_symbol_nvalue (int);
c906108c 232
a14ed312
KB
233static struct symbol *process_xcoff_symbol (struct coff_symbol *,
234 struct objfile *);
c906108c 235
891813be 236static void read_xcoff_symtab (struct objfile *, legacy_psymtab *);
c906108c
SS
237
238#if 0
a14ed312 239static void add_stab_to_list (char *, struct pending_stabs **);
c906108c
SS
240#endif
241
a14ed312 242static struct linetable *arrange_linetable (struct linetable *);
c906108c 243
a14ed312 244static void record_include_end (struct coff_symbol *);
c906108c 245
a14ed312 246static void process_linenos (CORE_ADDR, CORE_ADDR);
c906108c 247\f
c5aa993b 248
c906108c
SS
249/* Translate from a COFF section number (target_index) to a SECT_OFF_*
250 code. */
a14ed312
KB
251static int secnum_to_section (int, struct objfile *);
252static asection *secnum_to_bfd_section (int, struct objfile *);
c906108c 253
c5aa993b
JM
254struct find_targ_sec_arg
255 {
256 int targ_index;
257 int *resultp;
258 asection **bfd_sect;
b8fbeb18 259 struct objfile *objfile;
c5aa993b 260 };
c906108c 261
a14ed312 262static void find_targ_sec (bfd *, asection *, void *);
c906108c 263
c5aa993b 264static void
4efb68b1 265find_targ_sec (bfd *abfd, asection *sect, void *obj)
c906108c 266{
c5aa993b 267 struct find_targ_sec_arg *args = (struct find_targ_sec_arg *) obj;
b8fbeb18 268 struct objfile *objfile = args->objfile;
a109c7c1 269
c906108c
SS
270 if (sect->target_index == args->targ_index)
271 {
272 /* This is the section. Figure out what SECT_OFF_* code it is. */
fd361982 273 if (bfd_section_flags (sect) & SEC_CODE)
b8fbeb18 274 *args->resultp = SECT_OFF_TEXT (objfile);
fd361982 275 else if (bfd_section_flags (sect) & SEC_LOAD)
b8fbeb18 276 *args->resultp = SECT_OFF_DATA (objfile);
c906108c 277 else
65cf3563 278 *args->resultp = gdb_bfd_section_index (abfd, sect);
c906108c
SS
279 *args->bfd_sect = sect;
280 }
281}
282
ec92004f
JB
283/* Search all BFD sections for the section whose target_index is
284 equal to N_SCNUM. Set *BFD_SECT to that section. The section's
285 associated index in the objfile's section_offset table is also
286 stored in *SECNUM.
287
288 If no match is found, *BFD_SECT is set to NULL, and *SECNUM
289 is set to the text section's number. */
a109c7c1 290
ec92004f
JB
291static void
292xcoff_secnum_to_sections (int n_scnum, struct objfile *objfile,
293 asection **bfd_sect, int *secnum)
294{
c906108c 295 struct find_targ_sec_arg args;
ec92004f
JB
296
297 args.targ_index = n_scnum;
298 args.resultp = secnum;
299 args.bfd_sect = bfd_sect;
b8fbeb18 300 args.objfile = objfile;
ec92004f
JB
301
302 *bfd_sect = NULL;
303 *secnum = SECT_OFF_TEXT (objfile);
304
c906108c 305 bfd_map_over_sections (objfile->obfd, find_targ_sec, &args);
c906108c
SS
306}
307
ec92004f
JB
308/* Return the section number (SECT_OFF_*) that N_SCNUM points to. */
309
310static int
311secnum_to_section (int n_scnum, struct objfile *objfile)
312{
313 int secnum;
314 asection *ignored;
315
316 xcoff_secnum_to_sections (n_scnum, objfile, &ignored, &secnum);
317 return secnum;
318}
319
320/* Return the BFD section that N_SCNUM points to. */
321
c906108c 322static asection *
ec92004f 323secnum_to_bfd_section (int n_scnum, struct objfile *objfile)
c906108c 324{
ec92004f
JB
325 int ignored;
326 asection *bfd_sect;
a109c7c1 327
ec92004f
JB
328 xcoff_secnum_to_sections (n_scnum, objfile, &bfd_sect, &ignored);
329 return bfd_sect;
c906108c
SS
330}
331\f
581e13c1 332/* add a given stab string into given stab vector. */
c906108c
SS
333
334#if 0
335
336static void
fba45db2 337add_stab_to_list (char *stabname, struct pending_stabs **stabvector)
c906108c 338{
c5aa993b
JM
339 if (*stabvector == NULL)
340 {
341 *stabvector = (struct pending_stabs *)
342 xmalloc (sizeof (struct pending_stabs) +
343 INITIAL_STABVECTOR_LENGTH * sizeof (char *));
344 (*stabvector)->count = 0;
345 (*stabvector)->length = INITIAL_STABVECTOR_LENGTH;
346 }
347 else if ((*stabvector)->count >= (*stabvector)->length)
348 {
349 (*stabvector)->length += INITIAL_STABVECTOR_LENGTH;
350 *stabvector = (struct pending_stabs *)
351 xrealloc ((char *) *stabvector, sizeof (struct pending_stabs) +
3e43a32a 352 (*stabvector)->length * sizeof (char *));
c5aa993b
JM
353 }
354 (*stabvector)->stab[(*stabvector)->count++] = stabname;
c906108c
SS
355}
356
357#endif
c5aa993b 358\f/* *INDENT-OFF* */
c906108c
SS
359/* Linenos are processed on a file-by-file basis.
360
361 Two reasons:
362
c5aa993b 363 1) xlc (IBM's native c compiler) postpones static function code
581e13c1 364 emission to the end of a compilation unit. This way it can
c5aa993b 365 determine if those functions (statics) are needed or not, and
581e13c1 366 can do some garbage collection (I think). This makes line
c5aa993b
JM
367 numbers and corresponding addresses unordered, and we end up
368 with a line table like:
369
370
371 lineno addr
372 foo() 10 0x100
373 20 0x200
374 30 0x300
375
376 foo3() 70 0x400
377 80 0x500
378 90 0x600
379
380 static foo2()
381 40 0x700
382 50 0x800
383 60 0x900
384
385 and that breaks gdb's binary search on line numbers, if the
581e13c1 386 above table is not sorted on line numbers. And that sort
c5aa993b
JM
387 should be on function based, since gcc can emit line numbers
388 like:
389
390 10 0x100 - for the init/test part of a for stmt.
391 20 0x200
392 30 0x300
393 10 0x400 - for the increment part of a for stmt.
394
581e13c1 395 arrange_linetable() will do this sorting.
c5aa993b
JM
396
397 2) aix symbol table might look like:
398
399 c_file // beginning of a new file
400 .bi // beginning of include file
401 .ei // end of include file
402 .bi
403 .ei
404
405 basically, .bi/.ei pairs do not necessarily encapsulate
581e13c1 406 their scope. They need to be recorded, and processed later
c5aa993b
JM
407 on when we come the end of the compilation unit.
408 Include table (inclTable) and process_linenos() handle
409 that. */
9846de1b 410/* *INDENT-ON* */
c906108c 411
c5aa993b 412
581e13c1
MS
413/* Given a line table with function entries are marked, arrange its
414 functions in ascending order and strip off function entry markers
415 and return it in a newly created table. If the old one is good
416 enough, return the old one. */
c906108c
SS
417/* FIXME: I think all this stuff can be replaced by just passing
418 sort_linevec = 1 to end_symtab. */
419
420static struct linetable *
b095261a 421arrange_linetable (struct linetable *oldLineTb)
c906108c 422{
c5aa993b
JM
423 int ii, jj, newline, /* new line count */
424 function_count; /* # of functions */
c906108c 425
c5aa993b
JM
426 struct linetable_entry *fentry; /* function entry vector */
427 int fentry_size; /* # of function entries */
428 struct linetable *newLineTb; /* new line table */
a85c52f2 429 int extra_lines = 0;
c906108c
SS
430
431#define NUM_OF_FUNCTIONS 20
432
433 fentry_size = NUM_OF_FUNCTIONS;
8d749320 434 fentry = XNEWVEC (struct linetable_entry, fentry_size);
c906108c 435
c5aa993b
JM
436 for (function_count = 0, ii = 0; ii < oldLineTb->nitems; ++ii)
437 {
8c95582d
AB
438 if (oldLineTb->item[ii].is_stmt == 0)
439 continue;
440
c5aa993b 441 if (oldLineTb->item[ii].line == 0)
581e13c1 442 { /* Function entry found. */
c5aa993b 443 if (function_count >= fentry_size)
581e13c1 444 { /* Make sure you have room. */
c5aa993b
JM
445 fentry_size *= 2;
446 fentry = (struct linetable_entry *)
3e43a32a
MS
447 xrealloc (fentry,
448 fentry_size * sizeof (struct linetable_entry));
c5aa993b
JM
449 }
450 fentry[function_count].line = ii;
8c95582d 451 fentry[function_count].is_stmt = 1;
c5aa993b
JM
452 fentry[function_count].pc = oldLineTb->item[ii].pc;
453 ++function_count;
a85c52f2
UW
454
455 /* If the function was compiled with XLC, we may have to add an
dda83cd7 456 extra line entry later. Reserve space for that. */
a85c52f2
UW
457 if (ii + 1 < oldLineTb->nitems
458 && oldLineTb->item[ii].pc != oldLineTb->item[ii + 1].pc)
459 extra_lines++;
c5aa993b 460 }
c906108c 461 }
c906108c 462
c5aa993b
JM
463 if (function_count == 0)
464 {
b8c9b27d 465 xfree (fentry);
c5aa993b
JM
466 return oldLineTb;
467 }
c906108c 468 else if (function_count > 1)
39ef2f62
CB
469 std::sort (fentry, fentry + function_count,
470 [] (const linetable_entry &lte1, const linetable_entry& lte2)
dda83cd7 471 { return lte1.pc < lte2.pc; });
c906108c 472
581e13c1 473 /* Allocate a new line table. */
c906108c
SS
474 newLineTb = (struct linetable *)
475 xmalloc
c5aa993b 476 (sizeof (struct linetable) +
a85c52f2 477 (oldLineTb->nitems - function_count + extra_lines) * sizeof (struct linetable_entry));
c906108c 478
581e13c1
MS
479 /* If line table does not start with a function beginning, copy up until
480 a function begin. */
c906108c
SS
481
482 newline = 0;
483 if (oldLineTb->item[0].line != 0)
c5aa993b 484 for (newline = 0;
01add95b
SM
485 newline < oldLineTb->nitems && oldLineTb->item[newline].line;
486 ++newline)
c906108c
SS
487 newLineTb->item[newline] = oldLineTb->item[newline];
488
581e13c1 489 /* Now copy function lines one by one. */
c906108c 490
c5aa993b
JM
491 for (ii = 0; ii < function_count; ++ii)
492 {
a85c52f2 493 /* If the function was compiled with XLC, we may have to add an
dda83cd7 494 extra line to cover the function prologue. */
a85c52f2
UW
495 jj = fentry[ii].line;
496 if (jj + 1 < oldLineTb->nitems
497 && oldLineTb->item[jj].pc != oldLineTb->item[jj + 1].pc)
498 {
499 newLineTb->item[newline] = oldLineTb->item[jj];
500 newLineTb->item[newline].line = oldLineTb->item[jj + 1].line;
501 newline++;
502 }
503
c5aa993b
JM
504 for (jj = fentry[ii].line + 1;
505 jj < oldLineTb->nitems && oldLineTb->item[jj].line != 0;
506 ++jj, ++newline)
507 newLineTb->item[newline] = oldLineTb->item[jj];
508 }
b8c9b27d 509 xfree (fentry);
a85c52f2
UW
510 /* The number of items in the line table must include these
511 extra lines which were added in case of XLC compiled functions. */
512 newLineTb->nitems = oldLineTb->nitems - function_count + extra_lines;
c5aa993b
JM
513 return newLineTb;
514}
c906108c
SS
515
516/* include file support: C_BINCL/C_EINCL pairs will be kept in the
581e13c1 517 following `IncludeChain'. At the end of each symtab (end_symtab),
c906108c 518 we will determine if we should create additional symtab's to
581e13c1 519 represent if (the include files. */
c906108c
SS
520
521
c5aa993b
JM
522typedef struct _inclTable
523{
524 char *name; /* include filename */
c906108c
SS
525
526 /* Offsets to the line table. end points to the last entry which is
527 part of this include file. */
c5aa993b
JM
528 int begin, end;
529
c906108c 530 struct subfile *subfile;
581e13c1 531 unsigned funStartLine; /* Start line # of its function. */
c5aa993b
JM
532}
533InclTable;
c906108c
SS
534
535#define INITIAL_INCLUDE_TABLE_LENGTH 20
c5aa993b
JM
536static InclTable *inclTable; /* global include table */
537static int inclIndx; /* last entry to table */
538static int inclLength; /* table length */
539static int inclDepth; /* nested include depth */
c906108c 540
a14ed312 541static void allocate_include_entry (void);
c906108c
SS
542
543static void
fba45db2 544record_include_begin (struct coff_symbol *cs)
c906108c
SS
545{
546 if (inclDepth)
547 {
548 /* In xcoff, we assume include files cannot be nested (not in .c files
dda83cd7 549 of course, but in corresponding .s files.). */
c906108c
SS
550
551 /* This can happen with old versions of GCC.
dda83cd7
SM
552 GCC 2.3.3-930426 does not exhibit this on a test case which
553 a user said produced the message for him. */
b98664d3 554 complaint (_("Nested C_BINCL symbols"));
c906108c
SS
555 }
556 ++inclDepth;
557
558 allocate_include_entry ();
559
c5aa993b
JM
560 inclTable[inclIndx].name = cs->c_name;
561 inclTable[inclIndx].begin = cs->c_value;
c906108c
SS
562}
563
564static void
fba45db2 565record_include_end (struct coff_symbol *cs)
c906108c 566{
c5aa993b 567 InclTable *pTbl;
c906108c
SS
568
569 if (inclDepth == 0)
570 {
b98664d3 571 complaint (_("Mismatched C_BINCL/C_EINCL pair"));
c906108c
SS
572 }
573
574 allocate_include_entry ();
575
c5aa993b 576 pTbl = &inclTable[inclIndx];
c906108c
SS
577 pTbl->end = cs->c_value;
578
579 --inclDepth;
580 ++inclIndx;
581}
582
583static void
fba45db2 584allocate_include_entry (void)
c906108c
SS
585{
586 if (inclTable == NULL)
587 {
8d749320 588 inclTable = XCNEWVEC (InclTable, INITIAL_INCLUDE_TABLE_LENGTH);
c906108c
SS
589 inclLength = INITIAL_INCLUDE_TABLE_LENGTH;
590 inclIndx = 0;
591 }
592 else if (inclIndx >= inclLength)
593 {
594 inclLength += INITIAL_INCLUDE_TABLE_LENGTH;
8d749320 595 inclTable = XRESIZEVEC (InclTable, inclTable, inclLength);
c5aa993b
JM
596 memset (inclTable + inclLength - INITIAL_INCLUDE_TABLE_LENGTH,
597 '\0', sizeof (InclTable) * INITIAL_INCLUDE_TABLE_LENGTH);
c906108c
SS
598 }
599}
600
601/* Global variable to pass the psymtab down to all the routines involved
602 in psymtab to symtab processing. */
891813be 603static legacy_psymtab *this_symtab_psymtab;
c906108c 604
5c80ed9d
TT
605/* Objfile related to this_symtab_psymtab; set at the same time. */
606static struct objfile *this_symtab_objfile;
607
c906108c 608/* given the start and end addresses of a compilation unit (or a csect,
581e13c1 609 at times) process its lines and create appropriate line vectors. */
c906108c
SS
610
611static void
fba45db2 612process_linenos (CORE_ADDR start, CORE_ADDR end)
c906108c
SS
613{
614 int offset, ii;
b8b98ad1 615 file_ptr max_offset
5c80ed9d 616 = XCOFF_DATA (this_symtab_objfile)->max_lineno_offset;
c906108c
SS
617
618 /* subfile structure for the main compilation unit. */
619 struct subfile main_subfile;
620
621 /* In the main source file, any time we see a function entry, we
622 reset this variable to function's absolute starting line number.
623 All the following line numbers in the function are relative to
624 this, and we record absolute line numbers in record_line(). */
625
626 unsigned int main_source_baseline = 0;
627
628 unsigned *firstLine;
629
630 offset =
c5aa993b 631 ((struct symloc *) this_symtab_psymtab->read_symtab_private)->lineno_off;
c906108c
SS
632 if (offset == 0)
633 goto return_after_cleanup;
634
635 memset (&main_subfile, '\0', sizeof (main_subfile));
636
637 if (inclIndx == 0)
581e13c1
MS
638 /* All source lines were in the main source file. None in include
639 files. */
c906108c 640
c5aa993b
JM
641 enter_line_range (&main_subfile, offset, 0, start, end,
642 &main_source_baseline);
c906108c
SS
643
644 else
645 {
646 /* There was source with line numbers in include files. */
7a78ae4e
ND
647
648 int linesz =
5c80ed9d 649 coff_data (this_symtab_objfile->obfd)->local_linesz;
c906108c 650 main_source_baseline = 0;
7a78ae4e 651
c5aa993b 652 for (ii = 0; ii < inclIndx; ++ii)
c906108c
SS
653 {
654 struct subfile *tmpSubfile;
655
656 /* If there is main file source before include file, enter it. */
657 if (offset < inclTable[ii].begin)
658 {
659 enter_line_range
7a78ae4e 660 (&main_subfile, offset, inclTable[ii].begin - linesz,
c906108c
SS
661 start, 0, &main_source_baseline);
662 }
663
46212e0b 664 if (strcmp (inclTable[ii].name, get_last_source_file ()) == 0)
c5933f6d 665 {
dda83cd7
SM
666 /* The entry in the include table refers to the main source
667 file. Add the lines to the main subfile. */
c5933f6d
JB
668
669 main_source_baseline = inclTable[ii].funStartLine;
670 enter_line_range
671 (&main_subfile, inclTable[ii].begin, inclTable[ii].end,
672 start, 0, &main_source_baseline);
673 inclTable[ii].subfile = &main_subfile;
674 }
675 else
676 {
c5933f6d 677 /* Have a new subfile for the include file. */
c906108c 678
8d749320 679 tmpSubfile = inclTable[ii].subfile = XNEW (struct subfile);
c906108c 680
c5933f6d
JB
681 memset (tmpSubfile, '\0', sizeof (struct subfile));
682 firstLine = &(inclTable[ii].funStartLine);
683
684 /* Enter include file's lines now. */
685 enter_line_range (tmpSubfile, inclTable[ii].begin,
686 inclTable[ii].end, start, 0, firstLine);
687 }
c906108c
SS
688
689 if (offset <= inclTable[ii].end)
7a78ae4e 690 offset = inclTable[ii].end + linesz;
c906108c
SS
691 }
692
693 /* All the include files' line have been processed at this point. Now,
dda83cd7 694 enter remaining lines of the main file, if any left. */
7a78ae4e 695 if (offset < max_offset + 1 - linesz)
c906108c 696 {
c5aa993b 697 enter_line_range (&main_subfile, offset, 0, start, end,
c906108c
SS
698 &main_source_baseline);
699 }
700 }
701
702 /* Process main file's line numbers. */
703 if (main_subfile.line_vector)
704 {
705 struct linetable *lineTb, *lv;
706
707 lv = main_subfile.line_vector;
708
581e13c1 709 /* Line numbers are not necessarily ordered. xlc compilation will
dda83cd7 710 put static function to the end. */
c906108c 711
3c65e5b3 712 struct subfile *current_subfile = get_current_subfile ();
c906108c
SS
713 lineTb = arrange_linetable (lv);
714 if (lv == lineTb)
715 {
716 current_subfile->line_vector = (struct linetable *)
717 xrealloc (lv, (sizeof (struct linetable)
718 + lv->nitems * sizeof (struct linetable_entry)));
719 }
720 else
721 {
b8c9b27d 722 xfree (lv);
c906108c
SS
723 current_subfile->line_vector = lineTb;
724 }
725
c5aa993b 726 current_subfile->line_vector_length =
c906108c
SS
727 current_subfile->line_vector->nitems;
728 }
729
730 /* Now, process included files' line numbers. */
731
c5aa993b 732 for (ii = 0; ii < inclIndx; ++ii)
c906108c 733 {
c5933f6d 734 if (inclTable[ii].subfile != ((struct subfile *) &main_subfile)
dda83cd7 735 && (inclTable[ii].subfile)->line_vector) /* Useless if!!!
3e43a32a 736 FIXMEmgo */
c906108c
SS
737 {
738 struct linetable *lineTb, *lv;
739
740 lv = (inclTable[ii].subfile)->line_vector;
741
581e13c1
MS
742 /* Line numbers are not necessarily ordered. xlc compilation will
743 put static function to the end. */
c906108c
SS
744
745 lineTb = arrange_linetable (lv);
746
747 push_subfile ();
748
749 /* For the same include file, we might want to have more than one
750 subfile. This happens if we have something like:
751
c5aa993b
JM
752 ......
753 #include "foo.h"
754 ......
755 #include "foo.h"
756 ......
c906108c 757
581e13c1 758 while foo.h including code in it. (stupid but possible)
c906108c
SS
759 Since start_subfile() looks at the name and uses an
760 existing one if finds, we need to provide a fake name and
761 fool it. */
762
763#if 0
4d663531 764 start_subfile (inclTable[ii].name);
c906108c
SS
765#else
766 {
767 /* Pick a fake name that will produce the same results as this
768 one when passed to deduce_language_from_filename. Kludge on
769 top of kludge. */
a121b7c1 770 const char *fakename = strrchr (inclTable[ii].name, '.');
a109c7c1 771
c906108c
SS
772 if (fakename == NULL)
773 fakename = " ?";
4d663531 774 start_subfile (fakename);
3c65e5b3 775 xfree (get_current_subfile ()->name);
c906108c 776 }
3c65e5b3 777 struct subfile *current_subfile = get_current_subfile ();
c2d11a7d 778 current_subfile->name = xstrdup (inclTable[ii].name);
c906108c
SS
779#endif
780
781 if (lv == lineTb)
782 {
783 current_subfile->line_vector =
784 (struct linetable *) xrealloc
c5aa993b
JM
785 (lv, (sizeof (struct linetable)
786 + lv->nitems * sizeof (struct linetable_entry)));
c906108c
SS
787
788 }
789 else
790 {
b8c9b27d 791 xfree (lv);
c906108c
SS
792 current_subfile->line_vector = lineTb;
793 }
794
c5aa993b 795 current_subfile->line_vector_length =
c906108c 796 current_subfile->line_vector->nitems;
4d663531 797 start_subfile (pop_subfile ());
c906108c
SS
798 }
799 }
800
c5aa993b 801return_after_cleanup:
c906108c
SS
802
803 /* We don't want to keep alloc/free'ing the global include file table. */
804 inclIndx = 0;
c906108c
SS
805}
806
c295b2e5 807static void
f56ce883 808aix_process_linenos (struct objfile *objfile)
c906108c 809{
316a8b21
TG
810 /* There is no linenos to read if there are only dwarf info. */
811 if (this_symtab_psymtab == NULL)
812 return;
813
581e13c1 814 /* Process line numbers and enter them into line vector. */
2c99ee5c 815 process_linenos (get_last_source_start_addr (), cur_src_end_addr);
c906108c
SS
816}
817
818
819/* Enter a given range of lines into the line vector.
820 can be called in the following two ways:
3e43a32a 821 enter_line_range (subfile, beginoffset, endoffset,
dda83cd7 822 startaddr, 0, firstLine) or
3e43a32a 823 enter_line_range (subfile, beginoffset, 0,
dda83cd7 824 startaddr, endaddr, firstLine)
c906108c
SS
825
826 endoffset points to the last line table entry that we should pay
827 attention to. */
828
829static void
3e43a32a
MS
830enter_line_range (struct subfile *subfile, unsigned beginoffset,
831 unsigned endoffset, /* offsets to line table */
fba45db2
KB
832 CORE_ADDR startaddr, /* offsets to line table */
833 CORE_ADDR endaddr, unsigned *firstLine)
c906108c 834{
5c80ed9d 835 struct objfile *objfile = this_symtab_objfile;
08feed99 836 struct gdbarch *gdbarch = objfile->arch ();
c906108c
SS
837 unsigned int curoffset;
838 CORE_ADDR addr;
7a78ae4e 839 void *ext_lnno;
c906108c
SS
840 struct internal_lineno int_lnno;
841 unsigned int limit_offset;
842 bfd *abfd;
7a78ae4e 843 int linesz;
c906108c
SS
844
845 if (endoffset == 0 && startaddr == 0 && endaddr == 0)
846 return;
847 curoffset = beginoffset;
b8b98ad1 848 limit_offset = XCOFF_DATA (objfile)->max_lineno_offset;
c906108c
SS
849
850 if (endoffset != 0)
851 {
852 if (endoffset >= limit_offset)
853 {
b98664d3 854 complaint (_("Bad line table offset in C_EINCL directive"));
c906108c
SS
855 return;
856 }
857 limit_offset = endoffset;
858 }
859 else
860 limit_offset -= 1;
7a78ae4e 861
fbf65064 862 abfd = objfile->obfd;
7a78ae4e
ND
863 linesz = coff_data (abfd)->local_linesz;
864 ext_lnno = alloca (linesz);
c906108c
SS
865
866 while (curoffset <= limit_offset)
867 {
868 bfd_seek (abfd, curoffset, SEEK_SET);
3a42e9d0 869 bfd_bread (ext_lnno, linesz, abfd);
7a78ae4e 870 bfd_coff_swap_lineno_in (abfd, ext_lnno, &int_lnno);
c906108c
SS
871
872 /* Find the address this line represents. */
873 addr = (int_lnno.l_lnno
874 ? int_lnno.l_addr.l_paddr
875 : read_symbol_nvalue (int_lnno.l_addr.l_symndx));
b3b3bada 876 addr += objfile->text_section_offset ();
c906108c
SS
877
878 if (addr < startaddr || (endaddr && addr >= endaddr))
879 return;
880
881 if (int_lnno.l_lnno == 0)
882 {
883 *firstLine = read_symbol_lineno (int_lnno.l_addr.l_symndx);
fbf65064 884 record_line (subfile, 0, gdbarch_addr_bits_remove (gdbarch, addr));
c906108c
SS
885 --(*firstLine);
886 }
887 else
fbf65064
UW
888 record_line (subfile, *firstLine + int_lnno.l_lnno,
889 gdbarch_addr_bits_remove (gdbarch, addr));
7a78ae4e 890 curoffset += linesz;
c906108c
SS
891 }
892}
893
894
895/* Save the vital information for use when closing off the current file.
896 NAME is the file name the symbols came from, START_ADDR is the first
897 text address for the file, and SIZE is the number of bytes of text. */
898
899#define complete_symtab(name, start_addr) { \
46212e0b 900 set_last_source_file (name); \
2c99ee5c 901 set_last_source_start_addr (start_addr); \
c906108c
SS
902}
903
904
905/* Refill the symbol table input buffer
906 and set the variables that control fetching entries from it.
907 Reports an error if no data available.
908 This function can read past the end of the symbol table
909 (into the string table) but this does no harm. */
910
8dddcb8f 911/* Create a new minimal symbol (using record_with_info).
ec92004f 912
4d1eb6b4 913 Creation of all new minimal symbols should go through this function
8dddcb8f 914 rather than calling the various record functions in order
4d1eb6b4
JB
915 to make sure that all symbol addresses get properly relocated.
916
ec92004f
JB
917 Arguments are:
918
919 NAME - the symbol's name (but if NAME starts with a period, that
920 leading period is discarded).
4d1eb6b4
JB
921 ADDRESS - the symbol's address, prior to relocation. This function
922 relocates the address before recording the minimal symbol.
ec92004f
JB
923 MS_TYPE - the symbol's type.
924 N_SCNUM - the symbol's XCOFF section number.
925 OBJFILE - the objfile associated with the minimal symbol. */
c906108c 926
ec92004f 927static void
8dddcb8f
TT
928record_minimal_symbol (minimal_symbol_reader &reader,
929 const char *name, CORE_ADDR address,
ec92004f
JB
930 enum minimal_symbol_type ms_type,
931 int n_scnum,
932 struct objfile *objfile)
933{
ec92004f
JB
934 if (name[0] == '.')
935 ++name;
936
8dddcb8f
TT
937 reader.record_with_info (name, address, ms_type,
938 secnum_to_section (n_scnum, objfile));
ec92004f 939}
c906108c 940
581e13c1
MS
941/* xcoff has static blocks marked in `.bs', `.es' pairs. They cannot be
942 nested. At any given time, a symbol can only be in one static block.
943 This is the base address of current static block, zero if non exists. */
c5aa993b 944
c906108c
SS
945static int static_block_base = 0;
946
947/* Section number for the current static block. */
948
949static int static_block_section = -1;
950
581e13c1 951/* true if space for symbol name has been allocated. */
c906108c
SS
952
953static int symname_alloced = 0;
954
955/* Next symbol to read. Pointer into raw seething symbol table. */
956
957static char *raw_symbol;
958
959/* This is the function which stabsread.c calls to get symbol
960 continuations. */
961
a121b7c1 962static const char *
fba45db2 963xcoff_next_symbol_text (struct objfile *objfile)
c906108c
SS
964{
965 struct internal_syment symbol;
a121b7c1 966 const char *retval;
a109c7c1 967
581e13c1 968 /* FIXME: is this the same as the passed arg? */
5c80ed9d
TT
969 if (this_symtab_objfile)
970 objfile = this_symtab_objfile;
c906108c
SS
971
972 bfd_coff_swap_sym_in (objfile->obfd, raw_symbol, &symbol);
973 if (symbol.n_zeroes)
974 {
b98664d3 975 complaint (_("Unexpected symbol continuation"));
c906108c
SS
976
977 /* Return something which points to '\0' and hope the symbol reading
dda83cd7 978 code does something reasonable. */
c906108c
SS
979 retval = "";
980 }
981 else if (symbol.n_sclass & 0x80)
982 {
b8b98ad1 983 retval = XCOFF_DATA (objfile)->debugsec + symbol.n_offset;
3e43a32a 984 raw_symbol += coff_data (objfile->obfd)->local_symesz;
c906108c
SS
985 ++symnum;
986 }
987 else
988 {
b98664d3 989 complaint (_("Unexpected symbol continuation"));
c906108c
SS
990
991 /* Return something which points to '\0' and hope the symbol reading
dda83cd7 992 code does something reasonable. */
c906108c
SS
993 retval = "";
994 }
995 return retval;
996}
997
998/* Read symbols for a given partial symbol table. */
999
1000static void
891813be 1001read_xcoff_symtab (struct objfile *objfile, legacy_psymtab *pst)
c906108c 1002{
c906108c 1003 bfd *abfd = objfile->obfd;
581e13c1 1004 char *raw_auxptr; /* Pointer to first raw aux entry for sym. */
02dc647e 1005 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile);
b8b98ad1
TT
1006 char *strtbl = xcoff->strtbl;
1007 char *debugsec = xcoff->debugsec;
554d387d 1008 const char *debugfmt = bfd_xcoff_is_xcoff64 (abfd) ? "XCOFF64" : "XCOFF";
c906108c
SS
1009
1010 struct internal_syment symbol[1];
1011 union internal_auxent main_aux;
1012 struct coff_symbol cs[1];
1013 CORE_ADDR file_start_addr = 0;
1014 CORE_ADDR file_end_addr = 0;
1015
1016 int next_file_symnum = -1;
1017 unsigned int max_symnum;
1018 int just_started = 1;
1019 int depth = 0;
086850b2 1020 CORE_ADDR fcn_start_addr = 0;
b9718991 1021 enum language pst_symtab_language;
c906108c 1022
238ae9af 1023 struct coff_symbol fcn_stab_saved = { 0 };
c906108c 1024
581e13c1 1025 /* fcn_cs_saved is global because process_xcoff_symbol needs it. */
3672b1be 1026 union internal_auxent fcn_aux_saved = main_aux;
fe978cb0 1027 struct context_stack *newobj;
c906108c 1028
9a1e3f00 1029 const char *filestring = pst->filename; /* Name of the current file. */
c906108c 1030
40301fb7 1031 const char *last_csect_name; /* Last seen csect's name. */
c906108c
SS
1032
1033 this_symtab_psymtab = pst;
5c80ed9d 1034 this_symtab_objfile = objfile;
c906108c
SS
1035
1036 /* Get the appropriate COFF "constants" related to the file we're
581e13c1 1037 handling. */
c906108c
SS
1038 local_symesz = coff_data (abfd)->local_symesz;
1039
46212e0b 1040 set_last_source_file (NULL);
c906108c 1041 last_csect_name = 0;
b9718991 1042 pst_symtab_language = deduce_language_from_filename (filestring);
c906108c
SS
1043
1044 start_stabs ();
cafb3438 1045 start_symtab (objfile, filestring, NULL, file_start_addr,
b9718991 1046 pst_symtab_language);
7a78ae4e 1047 record_debugformat (debugfmt);
c5aa993b 1048 symnum = ((struct symloc *) pst->read_symtab_private)->first_symnum;
c906108c 1049 max_symnum =
c5aa993b 1050 symnum + ((struct symloc *) pst->read_symtab_private)->numsyms;
c906108c
SS
1051 first_object_file_end = 0;
1052
b8b98ad1 1053 raw_symbol = xcoff->symtbl + symnum * local_symesz;
c906108c
SS
1054
1055 while (symnum < max_symnum)
1056 {
c906108c
SS
1057 QUIT; /* make this command interruptable. */
1058
1059 /* READ_ONE_SYMBOL (symbol, cs, symname_alloced); */
581e13c1 1060 /* read one symbol into `cs' structure. After processing the
dda83cd7
SM
1061 whole symbol table, only string table will be kept in memory,
1062 symbol table and debug section of xcoff will be freed. Thus
1063 we can mark symbols with names in string table as
1064 `alloced'. */
c906108c
SS
1065 {
1066 int ii;
1067
1068 /* Swap and align the symbol into a reasonable C structure. */
1069 bfd_coff_swap_sym_in (abfd, raw_symbol, symbol);
1070
1071 cs->c_symnum = symnum;
1072 cs->c_naux = symbol->n_numaux;
1073 if (symbol->n_zeroes)
1074 {
1075 symname_alloced = 0;
1076 /* We must use the original, unswapped, name here so the name field
1077 pointed to by cs->c_name will persist throughout xcoffread. If
1078 we use the new field, it gets overwritten for each symbol. */
c5aa993b 1079 cs->c_name = ((struct external_syment *) raw_symbol)->e.e_name;
c906108c
SS
1080 /* If it's exactly E_SYMNMLEN characters long it isn't
1081 '\0'-terminated. */
1082 if (cs->c_name[E_SYMNMLEN - 1] != '\0')
1083 {
1084 char *p;
a109c7c1 1085
224c3ddb
SM
1086 p = (char *) obstack_alloc (&objfile->objfile_obstack,
1087 E_SYMNMLEN + 1);
c906108c
SS
1088 strncpy (p, cs->c_name, E_SYMNMLEN);
1089 p[E_SYMNMLEN] = '\0';
1090 cs->c_name = p;
1091 symname_alloced = 1;
1092 }
1093 }
1094 else if (symbol->n_sclass & 0x80)
1095 {
1096 cs->c_name = debugsec + symbol->n_offset;
1097 symname_alloced = 0;
1098 }
1099 else
1100 {
1101 /* in string table */
c5aa993b 1102 cs->c_name = strtbl + (int) symbol->n_offset;
c906108c
SS
1103 symname_alloced = 1;
1104 }
1105 cs->c_value = symbol->n_value;
1106 cs->c_sclass = symbol->n_sclass;
1107 cs->c_secnum = symbol->n_scnum;
c5aa993b 1108 cs->c_type = (unsigned) symbol->n_type;
c906108c 1109
7a78ae4e 1110 raw_symbol += local_symesz;
c906108c
SS
1111 ++symnum;
1112
1113 /* Save addr of first aux entry. */
1114 raw_auxptr = raw_symbol;
1115
1116 /* Skip all the auxents associated with this symbol. */
1117 for (ii = symbol->n_numaux; ii; --ii)
1118 {
1119 raw_symbol += coff_data (abfd)->local_auxesz;
1120 ++symnum;
1121 }
1122 }
1123
581e13c1 1124 /* if symbol name starts with ".$" or "$", ignore it. */
c906108c
SS
1125 if (cs->c_name[0] == '$'
1126 || (cs->c_name[1] == '$' && cs->c_name[0] == '.'))
1127 continue;
1128
1129 if (cs->c_symnum == next_file_symnum && cs->c_sclass != C_FILE)
1130 {
46212e0b 1131 if (get_last_source_file ())
c906108c 1132 {
43f3e411
DE
1133 pst->compunit_symtab = end_symtab (cur_src_end_addr,
1134 SECT_OFF_TEXT (objfile));
c906108c
SS
1135 end_stabs ();
1136 }
1137
1138 start_stabs ();
cafb3438
TT
1139 start_symtab (objfile, "_globals_", NULL,
1140 0, pst_symtab_language);
7a78ae4e 1141 record_debugformat (debugfmt);
c906108c 1142 cur_src_end_addr = first_object_file_end;
581e13c1 1143 /* Done with all files, everything from here on is globals. */
c906108c
SS
1144 }
1145
55bcecda
UW
1146 if (cs->c_sclass == C_EXT || cs->c_sclass == C_HIDEXT ||
1147 cs->c_sclass == C_WEAKEXT)
c906108c
SS
1148 {
1149 /* Dealing with a symbol with a csect entry. */
1150
1151#define CSECT(PP) ((PP)->x_csect)
1152#define CSECT_LEN(PP) (CSECT(PP).x_scnlen.l)
1153#define CSECT_ALIGN(PP) (SMTYP_ALIGN(CSECT(PP).x_smtyp))
1154#define CSECT_SMTYP(PP) (SMTYP_SMTYP(CSECT(PP).x_smtyp))
1155#define CSECT_SCLAS(PP) (CSECT(PP).x_smclas)
1156
55bcecda
UW
1157 /* Convert the auxent to something we can access.
1158 XCOFF can have more than one auxiliary entries.
1159
1160 Actual functions will have two auxiliary entries, one to have the
1161 function size and other to have the smtype/smclass (LD/PR).
1162
1163 c_type value of main symbol table will be set only in case of
1164 C_EXT/C_HIDEEXT/C_WEAKEXT storage class symbols.
1165 Bit 10 of type is set if symbol is a function, ie the value is set
85102364 1166 to 32(0x20). So we need to read the first function auxiliary entry
55bcecda
UW
1167 which contains the size. */
1168 if (cs->c_naux > 1 && ISFCN (cs->c_type))
01add95b
SM
1169 {
1170 /* a function entry point. */
55bcecda 1171
01add95b 1172 fcn_start_addr = cs->c_value;
55bcecda 1173
01add95b
SM
1174 /* save the function header info, which will be used
1175 when `.bf' is seen. */
1176 fcn_cs_saved = *cs;
55bcecda 1177
01add95b
SM
1178 /* Convert the auxent to something we can access. */
1179 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1180 0, cs->c_naux, &fcn_aux_saved);
1181 continue;
1182 }
55bcecda 1183 /* Read the csect auxiliary header, which is always the last by
85102364 1184 convention. */
55bcecda
UW
1185 bfd_coff_swap_aux_in (abfd,
1186 raw_auxptr
1187 + ((coff_data (abfd)->local_symesz)
1188 * (cs->c_naux - 1)),
1189 cs->c_type, cs->c_sclass,
1190 cs->c_naux - 1, cs->c_naux,
1191 &main_aux);
c906108c
SS
1192
1193 switch (CSECT_SMTYP (&main_aux))
1194 {
1195
1196 case XTY_ER:
1197 /* Ignore all external references. */
1198 continue;
1199
1200 case XTY_SD:
1201 /* A section description. */
1202 {
1203 switch (CSECT_SCLAS (&main_aux))
1204 {
1205
1206 case XMC_PR:
1207 {
1208
1209 /* A program csect is seen. We have to allocate one
dda83cd7
SM
1210 symbol table for each program csect. Normally gdb
1211 prefers one symtab for each source file. In case
1212 of AIX, one source file might include more than one
1213 [PR] csect, and they don't have to be adjacent in
1214 terms of the space they occupy in memory. Thus, one
1215 single source file might get fragmented in the
1216 memory and gdb's file start and end address
1217 approach does not work! GCC (and I think xlc) seem
1218 to put all the code in the unnamed program csect. */
c906108c
SS
1219
1220 if (last_csect_name)
1221 {
1222 complete_symtab (filestring, file_start_addr);
1223 cur_src_end_addr = file_end_addr;
43f3e411 1224 end_symtab (file_end_addr, SECT_OFF_TEXT (objfile));
c906108c
SS
1225 end_stabs ();
1226 start_stabs ();
1227 /* Give all csects for this source file the same
1228 name. */
4d663531 1229 start_symtab (objfile, filestring, NULL,
cafb3438 1230 0, pst_symtab_language);
7a78ae4e 1231 record_debugformat (debugfmt);
c906108c
SS
1232 }
1233
1234 /* If this is the very first csect seen,
dda83cd7 1235 basically `__start'. */
c906108c
SS
1236 if (just_started)
1237 {
1238 first_object_file_end
1239 = cs->c_value + CSECT_LEN (&main_aux);
1240 just_started = 0;
1241 }
1242
1243 file_start_addr =
b3b3bada 1244 cs->c_value + objfile->text_section_offset ();
c906108c
SS
1245 file_end_addr = file_start_addr + CSECT_LEN (&main_aux);
1246
40301fb7
JB
1247 if (cs->c_name && (cs->c_name[0] == '.' || cs->c_name[0] == '@'))
1248 last_csect_name = cs->c_name;
c906108c
SS
1249 }
1250 continue;
1251
1252 /* All other symbols are put into the minimal symbol
1253 table only. */
1254
1255 case XMC_RW:
1256 continue;
1257
1258 case XMC_TC0:
1259 continue;
1260
1261 case XMC_TC:
1262 continue;
1263
1264 default:
1265 /* Ignore the symbol. */
1266 continue;
1267 }
1268 }
1269 break;
1270
1271 case XTY_LD:
1272
1273 switch (CSECT_SCLAS (&main_aux))
1274 {
55bcecda
UW
1275 /* We never really come to this part as this case has been
1276 handled in ISFCN check above.
1277 This and other cases of XTY_LD are kept just for
1278 reference. */
c906108c 1279 case XMC_PR:
c906108c
SS
1280 continue;
1281
1282 case XMC_GL:
581e13c1 1283 /* shared library function trampoline code entry point. */
c906108c
SS
1284 continue;
1285
1286 case XMC_DS:
1287 /* The symbols often have the same names as debug symbols for
1288 functions, and confuse lookup_symbol. */
1289 continue;
1290
1291 default:
1292 /* xlc puts each variable in a separate csect, so we get
1293 an XTY_SD for each variable. But gcc puts several
1294 variables in a csect, so that each variable only gets
581e13c1 1295 an XTY_LD. This will typically be XMC_RW; I suspect
c906108c
SS
1296 XMC_RO and XMC_BS might be possible too.
1297 These variables are put in the minimal symbol table
1298 only. */
1299 continue;
1300 }
1301 break;
1302
1303 case XTY_CM:
1304 /* Common symbols are put into the minimal symbol table only. */
1305 continue;
1306
1307 default:
1308 break;
1309 }
1310 }
1311
1312 switch (cs->c_sclass)
1313 {
c906108c
SS
1314 case C_FILE:
1315
1316 /* c_value field contains symnum of next .file entry in table
581e13c1 1317 or symnum of first global after last .file. */
c906108c
SS
1318
1319 next_file_symnum = cs->c_value;
1320
1321 /* Complete symbol table for last object file containing
581e13c1 1322 debugging information. */
c906108c
SS
1323
1324 /* Whether or not there was a csect in the previous file, we
1325 have to call `end_stabs' and `start_stabs' to reset
1326 type_vector, line_vector, etc. structures. */
1327
1328 complete_symtab (filestring, file_start_addr);
1329 cur_src_end_addr = file_end_addr;
4d663531 1330 end_symtab (file_end_addr, SECT_OFF_TEXT (objfile));
c906108c
SS
1331 end_stabs ();
1332
3e43a32a
MS
1333 /* XCOFF, according to the AIX 3.2 documentation, puts the
1334 filename in cs->c_name. But xlc 1.3.0.2 has decided to
1335 do things the standard COFF way and put it in the auxent.
1336 We use the auxent if the symbol is ".file" and an auxent
1337 exists, otherwise use the symbol itself. Simple
1338 enough. */
c906108c
SS
1339 if (!strcmp (cs->c_name, ".file") && cs->c_naux > 0)
1340 {
1341 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1342 0, cs->c_naux, &main_aux);
1343 filestring = coff_getfilename (&main_aux, objfile);
1344 }
1345 else
1346 filestring = cs->c_name;
1347
1348 start_stabs ();
cafb3438 1349 start_symtab (objfile, filestring, NULL, 0, pst_symtab_language);
7a78ae4e 1350 record_debugformat (debugfmt);
c906108c
SS
1351 last_csect_name = 0;
1352
581e13c1 1353 /* reset file start and end addresses. A compilation unit
3e43a32a 1354 with no text (only data) should have zero file
581e13c1 1355 boundaries. */
c906108c
SS
1356 file_start_addr = file_end_addr = 0;
1357 break;
1358
1359 case C_FUN:
1360 fcn_stab_saved = *cs;
1361 break;
1362
1363 case C_FCN:
7ecb6532 1364 if (strcmp (cs->c_name, ".bf") == 0)
c906108c 1365 {
b3b3bada 1366 CORE_ADDR off = objfile->text_section_offset ();
a109c7c1 1367
c906108c
SS
1368 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1369 0, cs->c_naux, &main_aux);
1370
1371 within_function = 1;
1372
fe978cb0 1373 newobj = push_context (0, fcn_start_addr + off);
c906108c 1374
fe978cb0 1375 newobj->name = define_symbol
c906108c
SS
1376 (fcn_cs_saved.c_value + off,
1377 fcn_stab_saved.c_name, 0, 0, objfile);
fe978cb0 1378 if (newobj->name != NULL)
a52d653e 1379 newobj->name->set_section_index (SECT_OFF_TEXT (objfile));
c906108c 1380 }
7ecb6532 1381 else if (strcmp (cs->c_name, ".ef") == 0)
c906108c 1382 {
c906108c
SS
1383 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1384 0, cs->c_naux, &main_aux);
1385
1386 /* The value of .ef is the address of epilogue code;
dda83cd7 1387 not useful for gdb. */
c906108c 1388 /* { main_aux.x_sym.x_misc.x_lnsz.x_lnno
dda83cd7 1389 contains number of lines to '}' */
c906108c 1390
edb0470b 1391 if (outermost_context_p ())
581e13c1 1392 { /* We attempted to pop an empty context stack. */
23136709 1393 ef_complaint (cs->c_symnum);
c906108c
SS
1394 within_function = 0;
1395 break;
1396 }
a60f3166 1397 struct context_stack cstk = pop_context ();
c906108c 1398 /* Stack must be empty now. */
a60f3166 1399 if (!outermost_context_p ())
c906108c 1400 {
23136709 1401 ef_complaint (cs->c_symnum);
c906108c
SS
1402 within_function = 0;
1403 break;
1404 }
1405
c233e9c6 1406 finish_block (cstk.name, cstk.old_blocks,
a60f3166 1407 NULL, cstk.start_addr,
c906108c
SS
1408 (fcn_cs_saved.c_value
1409 + fcn_aux_saved.x_sym.x_misc.x_fsize
b3b3bada 1410 + objfile->text_section_offset ()));
c906108c
SS
1411 within_function = 0;
1412 }
1413 break;
1414
1415 case C_BSTAT:
1416 /* Begin static block. */
1417 {
b926417a 1418 struct internal_syment static_symbol;
c906108c 1419
b926417a
TT
1420 read_symbol (&static_symbol, cs->c_value);
1421 static_block_base = static_symbol.n_value;
c906108c 1422 static_block_section =
b926417a 1423 secnum_to_section (static_symbol.n_scnum, objfile);
c906108c
SS
1424 }
1425 break;
1426
1427 case C_ESTAT:
1428 /* End of static block. */
1429 static_block_base = 0;
1430 static_block_section = -1;
1431 break;
1432
1433 case C_ARG:
1434 case C_REGPARM:
1435 case C_REG:
1436 case C_TPDEF:
1437 case C_STRTAG:
1438 case C_UNTAG:
1439 case C_ENTAG:
1440 {
b98664d3 1441 complaint (_("Unrecognized storage class %d."),
23136709 1442 cs->c_sclass);
c906108c
SS
1443 }
1444 break;
1445
1446 case C_LABEL:
1447 case C_NULL:
1448 /* Ignore these. */
1449 break;
1450
1451 case C_HIDEXT:
1452 case C_STAT:
1453 break;
1454
1455 case C_BINCL:
1456 /* beginning of include file */
1457 /* In xlc output, C_BINCL/C_EINCL pair doesn't show up in sorted
581e13c1
MS
1458 order. Thus, when wee see them, we might not know enough info
1459 to process them. Thus, we'll be saving them into a table
1460 (inclTable) and postpone their processing. */
c906108c
SS
1461
1462 record_include_begin (cs);
1463 break;
1464
1465 case C_EINCL:
1466 /* End of include file. */
1467 /* See the comment after case C_BINCL. */
1468 record_include_end (cs);
1469 break;
1470
1471 case C_BLOCK:
7ecb6532 1472 if (strcmp (cs->c_name, ".bb") == 0)
c906108c
SS
1473 {
1474 depth++;
fe978cb0 1475 newobj = push_context (depth,
c906108c 1476 (cs->c_value
b3b3bada 1477 + objfile->text_section_offset ()));
c906108c 1478 }
7ecb6532 1479 else if (strcmp (cs->c_name, ".eb") == 0)
c906108c 1480 {
edb0470b 1481 if (outermost_context_p ())
581e13c1 1482 { /* We attempted to pop an empty context stack. */
23136709 1483 eb_complaint (cs->c_symnum);
c906108c
SS
1484 break;
1485 }
a60f3166
TT
1486 struct context_stack cstk = pop_context ();
1487 if (depth-- != cstk.depth)
c906108c 1488 {
23136709 1489 eb_complaint (cs->c_symnum);
c906108c
SS
1490 break;
1491 }
e148f09d 1492 if (*get_local_symbols () && !outermost_context_p ())
c906108c
SS
1493 {
1494 /* Make a block for the local symbols within. */
c233e9c6 1495 finish_block (cstk.name,
a60f3166
TT
1496 cstk.old_blocks, NULL,
1497 cstk.start_addr,
c906108c 1498 (cs->c_value
b3b3bada 1499 + objfile->text_section_offset ()));
c906108c 1500 }
e148f09d 1501 *get_local_symbols () = cstk.locals;
c906108c
SS
1502 }
1503 break;
1504
1505 default:
1506 process_xcoff_symbol (cs, objfile);
1507 break;
1508 }
1509 }
1510
46212e0b 1511 if (get_last_source_file ())
c906108c 1512 {
43f3e411 1513 struct compunit_symtab *cust;
c906108c
SS
1514
1515 complete_symtab (filestring, file_start_addr);
1516 cur_src_end_addr = file_end_addr;
43f3e411 1517 cust = end_symtab (file_end_addr, SECT_OFF_TEXT (objfile));
c906108c 1518 /* When reading symbols for the last C_FILE of the objfile, try
dda83cd7
SM
1519 to make sure that we set pst->compunit_symtab to the symtab for the
1520 file, not to the _globals_ symtab. I'm not sure whether this
1521 actually works right or when/if it comes up. */
43f3e411
DE
1522 if (pst->compunit_symtab == NULL)
1523 pst->compunit_symtab = cust;
c906108c
SS
1524 end_stabs ();
1525 }
1526}
1527
c906108c 1528#define SYMNAME_ALLOC(NAME, ALLOCED) \
021887d8
TT
1529 ((ALLOCED) ? (NAME) : obstack_strdup (&objfile->objfile_obstack, \
1530 (NAME)))
c906108c
SS
1531
1532
581e13c1 1533/* process one xcoff symbol. */
c906108c
SS
1534
1535static struct symbol *
aa1ee363 1536process_xcoff_symbol (struct coff_symbol *cs, struct objfile *objfile)
c906108c
SS
1537{
1538 struct symbol onesymbol;
52f0bd74 1539 struct symbol *sym = &onesymbol;
c906108c
SS
1540 struct symbol *sym2 = NULL;
1541 char *name, *pp;
1542
1543 int sec;
1544 CORE_ADDR off;
1545
1546 if (cs->c_secnum < 0)
1547 {
1548 /* The value is a register number, offset within a frame, etc.,
dda83cd7 1549 and does not get relocated. */
c906108c
SS
1550 off = 0;
1551 sec = -1;
1552 }
1553 else
1554 {
1555 sec = secnum_to_section (cs->c_secnum, objfile);
6a053cb1 1556 off = objfile->section_offsets[sec];
c906108c
SS
1557 }
1558
1559 name = cs->c_name;
1560 if (name[0] == '.')
1561 ++name;
1562
c906108c 1563 /* default assumptions */
38583298 1564 SET_SYMBOL_VALUE_ADDRESS (sym, cs->c_value + off);
176620f1 1565 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
a52d653e 1566 sym->set_section_index (secnum_to_section (cs->c_secnum, objfile));
c906108c
SS
1567
1568 if (ISFCN (cs->c_type))
1569 {
1570 /* At this point, we don't know the type of the function. This
dda83cd7
SM
1571 will be patched with the type from its stab entry later on in
1572 patch_block_stabs (), unless the file was compiled without -g. */
c906108c 1573
43678b0a 1574 sym->set_linkage_name (SYMNAME_ALLOC (name, symname_alloced));
46bf5051 1575 SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_text_symbol;
c906108c 1576
f1e6e072 1577 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
8c14c3a3 1578 sym2 = new (&objfile->objfile_obstack) symbol (*sym);
c906108c 1579
55bcecda 1580 if (cs->c_sclass == C_EXT || C_WEAKEXT)
e148f09d 1581 add_symbol_to_list (sym2, get_global_symbols ());
c906108c 1582 else if (cs->c_sclass == C_HIDEXT || cs->c_sclass == C_STAT)
e148f09d 1583 add_symbol_to_list (sym2, get_file_symbols ());
c906108c
SS
1584 }
1585 else
1586 {
581e13c1 1587 /* In case we can't figure out the type, provide default. */
46bf5051 1588 SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_data_symbol;
c906108c
SS
1589
1590 switch (cs->c_sclass)
1591 {
1592#if 0
c5aa993b
JM
1593 /* The values of functions and global symbols are now resolved
1594 via the global_sym_chain in stabsread.c. */
c906108c
SS
1595 case C_FUN:
1596 if (fcn_cs_saved.c_sclass == C_EXT)
1597 add_stab_to_list (name, &global_stabs);
1598 else
1599 add_stab_to_list (name, &file_stabs);
1600 break;
1601
1602 case C_GSYM:
1603 add_stab_to_list (name, &global_stabs);
1604 break;
1605#endif
1606
1607 case C_BCOMM:
1608 common_block_start (cs->c_name, objfile);
1609 break;
1610
1611 case C_ECOMM:
1612 common_block_end (objfile);
1613 break;
1614
1615 default:
b98664d3 1616 complaint (_("Unexpected storage class: %d"),
23136709 1617 cs->c_sclass);
c906108c
SS
1618 /* FALLTHROUGH */
1619
1620 case C_DECL:
1621 case C_PSYM:
1622 case C_RPSYM:
1623 case C_ECOML:
1624 case C_LSYM:
1625 case C_RSYM:
1626 case C_GSYM:
1627
1628 {
1629 sym = define_symbol (cs->c_value + off, cs->c_name, 0, 0, objfile);
1630 if (sym != NULL)
1631 {
a52d653e 1632 sym->set_section_index (sec);
c906108c
SS
1633 }
1634 return sym;
1635 }
1636
1637 case C_STSYM:
1638
1639 /* For xlc (not GCC), the 'V' symbol descriptor is used for
1640 all statics and we need to distinguish file-scope versus
1641 function-scope using within_function. We do this by
1642 changing the string we pass to define_symbol to use 'S'
1643 where we need to, which is not necessarily super-clean,
1644 but seems workable enough. */
1645
9b13a2db
PM
1646 if (*name == ':')
1647 return NULL;
1648
ed4b0e6a 1649 pp = strchr (name, ':');
9b13a2db 1650 if (pp == NULL)
c906108c
SS
1651 return NULL;
1652
1653 ++pp;
1654 if (*pp == 'V' && !within_function)
1655 *pp = 'S';
1656 sym = define_symbol ((cs->c_value
6a053cb1 1657 + objfile->section_offsets[static_block_section]),
c906108c
SS
1658 cs->c_name, 0, 0, objfile);
1659 if (sym != NULL)
1660 {
38583298
TT
1661 SET_SYMBOL_VALUE_ADDRESS (sym,
1662 SYMBOL_VALUE_ADDRESS (sym)
1663 + static_block_base);
a52d653e 1664 sym->set_section_index (static_block_section);
c906108c
SS
1665 }
1666 return sym;
1667
1668 }
1669 }
1670 return sym2;
1671}
1672
1673/* Extract the file name from the aux entry of a C_FILE symbol.
1674 Result is in static storage and is only good for temporary use. */
1675
1676static char *
fba45db2 1677coff_getfilename (union internal_auxent *aux_entry, struct objfile *objfile)
c906108c
SS
1678{
1679 static char buffer[BUFSIZ];
1680
1681 if (aux_entry->x_file.x_n.x_zeroes == 0)
b8b98ad1
TT
1682 strcpy (buffer, (XCOFF_DATA (objfile)->strtbl
1683 + aux_entry->x_file.x_n.x_offset));
c906108c
SS
1684 else
1685 {
1686 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN);
1687 buffer[FILNMLEN] = '\0';
1688 }
1689 return (buffer);
1690}
1691
1692/* Set *SYMBOL to symbol number symno in symtbl. */
1693static void
fba45db2 1694read_symbol (struct internal_syment *symbol, int symno)
c906108c 1695{
02dc647e 1696 struct xcoff_symfile_info *xcoff = XCOFF_DATA (this_symtab_objfile);
b8b98ad1
TT
1697 int nsyms = xcoff->symtbl_num_syms;
1698 char *stbl = xcoff->symtbl;
a109c7c1 1699
c906108c
SS
1700 if (symno < 0 || symno >= nsyms)
1701 {
b98664d3 1702 complaint (_("Invalid symbol offset"));
c906108c
SS
1703 symbol->n_value = 0;
1704 symbol->n_scnum = -1;
1705 return;
1706 }
5c80ed9d 1707 bfd_coff_swap_sym_in (this_symtab_objfile->obfd,
c5aa993b 1708 stbl + (symno * local_symesz),
c906108c
SS
1709 symbol);
1710}
c5aa993b 1711
c906108c
SS
1712/* Get value corresponding to symbol number symno in symtbl. */
1713
470d5666 1714static CORE_ADDR
fba45db2 1715read_symbol_nvalue (int symno)
c906108c
SS
1716{
1717 struct internal_syment symbol[1];
1718
1719 read_symbol (symbol, symno);
c5aa993b 1720 return symbol->n_value;
c906108c
SS
1721}
1722
1723
1724/* Find the address of the function corresponding to symno, where
1725 symno is the symbol pointed to by the linetable. */
1726
1727static int
fba45db2 1728read_symbol_lineno (int symno)
c906108c 1729{
5c80ed9d 1730 struct objfile *objfile = this_symtab_objfile;
7af35dad 1731 int xcoff64 = bfd_xcoff_is_xcoff64 (objfile->obfd);
7a78ae4e 1732
02dc647e 1733 struct xcoff_symfile_info *info = XCOFF_DATA (objfile);
7a78ae4e
ND
1734 int nsyms = info->symtbl_num_syms;
1735 char *stbl = info->symtbl;
1736 char *strtbl = info->strtbl;
1737
c906108c
SS
1738 struct internal_syment symbol[1];
1739 union internal_auxent main_aux[1];
1740
1741 if (symno < 0)
1742 {
23136709 1743 bf_notfound_complaint ();
c906108c
SS
1744 return 0;
1745 }
1746
1747 /* Note that just searching for a short distance (e.g. 50 symbols)
1748 is not enough, at least in the following case.
1749
1750 .extern foo
1751 [many .stabx entries]
1752 [a few functions, referring to foo]
1753 .globl foo
1754 .bf
1755
1756 What happens here is that the assembler moves the .stabx entries
1757 to right before the ".bf" for foo, but the symbol for "foo" is before
1758 all the stabx entries. See PR gdb/2222. */
1759
1760 /* Maintaining a table of .bf entries might be preferable to this search.
1761 If I understand things correctly it would need to be done only for
1762 the duration of a single psymtab to symtab conversion. */
1763 while (symno < nsyms)
1764 {
1765 bfd_coff_swap_sym_in (symfile_bfd,
1766 stbl + (symno * local_symesz), symbol);
7a78ae4e
ND
1767 if (symbol->n_sclass == C_FCN)
1768 {
1769 char *name = xcoff64 ? strtbl + symbol->n_offset : symbol->n_name;
a109c7c1 1770
7ecb6532 1771 if (strcmp (name, ".bf") == 0)
7a78ae4e
ND
1772 goto gotit;
1773 }
c906108c
SS
1774 symno += symbol->n_numaux + 1;
1775 }
1776
23136709 1777 bf_notfound_complaint ();
c906108c
SS
1778 return 0;
1779
1780gotit:
581e13c1 1781 /* Take aux entry and return its lineno. */
c906108c 1782 symno++;
7a78ae4e 1783 bfd_coff_swap_aux_in (objfile->obfd, stbl + symno * local_symesz,
c906108c
SS
1784 symbol->n_type, symbol->n_sclass,
1785 0, symbol->n_numaux, main_aux);
1786
1787 return main_aux->x_sym.x_misc.x_lnsz.x_lnno;
1788}
1789
581e13c1 1790/* Support for line number handling. */
c906108c
SS
1791
1792/* This function is called for every section; it finds the outer limits
1793 * of the line table (minimum and maximum file offset) so that the
1794 * mainline code can read the whole thing for efficiency.
1795 */
1796static void
7be0c536 1797find_linenos (struct bfd *abfd, struct bfd_section *asect, void *vpinfo)
c906108c 1798{
02dc647e 1799 struct xcoff_symfile_info *info;
c906108c
SS
1800 int size, count;
1801 file_ptr offset, maxoff;
1802
1803 count = asect->lineno_count;
1804
7ecb6532 1805 if (strcmp (asect->name, ".text") != 0 || count == 0)
c906108c
SS
1806 return;
1807
1808 size = count * coff_data (abfd)->local_linesz;
02dc647e 1809 info = (struct xcoff_symfile_info *) vpinfo;
c906108c
SS
1810 offset = asect->line_filepos;
1811 maxoff = offset + size;
1812
1813 if (offset < info->min_lineno_offset || info->min_lineno_offset == 0)
1814 info->min_lineno_offset = offset;
1815
1816 if (maxoff > info->max_lineno_offset)
1817 info->max_lineno_offset = maxoff;
1818}
1819\f
c906108c 1820static void
69b037c3 1821xcoff_expand_psymtab (legacy_psymtab *pst, struct objfile *objfile)
c906108c 1822{
0494dbec 1823 gdb_assert (!pst->readin);
c906108c 1824
581e13c1 1825 /* Read in all partial symtabs on which this one is dependent. */
48993951 1826 pst->expand_dependencies (objfile);
c906108c 1827
c5aa993b 1828 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0)
c906108c
SS
1829 {
1830 /* Init stuff necessary for reading in symbols. */
1831 stabsread_init ();
c906108c 1832
33c7c59d 1833 scoped_free_pendings free_pending;
5c80ed9d 1834 read_xcoff_symtab (objfile, pst);
c906108c
SS
1835 }
1836
6d94535f 1837 pst->readin = true;
c906108c
SS
1838}
1839
c906108c 1840/* Read in all of the symbols for a given psymtab for real.
257e7a09 1841 Be verbose about it if the user wants that. SELF is not NULL. */
c906108c
SS
1842
1843static void
891813be 1844xcoff_read_symtab (legacy_psymtab *self, struct objfile *objfile)
c906108c 1845{
077cbab2 1846 gdb_assert (!self->readin);
c906108c 1847
257e7a09
YQ
1848 if (((struct symloc *) self->read_symtab_private)->numsyms != 0
1849 || self->number_of_dependencies)
c906108c 1850 {
c906108c
SS
1851 next_symbol_text_func = xcoff_next_symbol_text;
1852
8566b89b 1853 self->expand_psymtab (objfile);
c906108c
SS
1854
1855 /* Match with global symbols. This only needs to be done once,
dda83cd7 1856 after all of the symtabs and dependencies have been read in. */
5c80ed9d 1857 scan_file_globals (objfile);
c906108c
SS
1858 }
1859}
1860\f
1861static void
fba45db2 1862xcoff_new_init (struct objfile *objfile)
c906108c
SS
1863{
1864 stabsread_new_init ();
c906108c
SS
1865}
1866
1867/* Do initialization in preparation for reading symbols from OBJFILE.
c5aa993b 1868
c906108c
SS
1869 We will only be called if this is an XCOFF or XCOFF-like file.
1870 BFD handles figuring out the format of the file, and code in symfile.c
1871 uses BFD's determination to vector to us. */
1872
1873static void
fba45db2 1874xcoff_symfile_init (struct objfile *objfile)
c906108c 1875{
581e13c1 1876 /* Allocate struct to keep track of the symfile. */
02dc647e 1877 xcoff_objfile_data_key.emplace (objfile);
c906108c
SS
1878
1879 /* XCOFF objects may be reordered, so set OBJF_REORDERED. If we
1880 find this causes a significant slowdown in gdb then we could
1881 set it in the debug symbol readers only when necessary. */
1882 objfile->flags |= OBJF_REORDERED;
c906108c
SS
1883}
1884
1885/* Perform any local cleanups required when we are done with a particular
1886 objfile. I.E, we are in the process of discarding all symbol information
1887 for an objfile, freeing up all memory held for it, and unlinking the
581e13c1 1888 objfile struct from the global list of known objfiles. */
c906108c
SS
1889
1890static void
fba45db2 1891xcoff_symfile_finish (struct objfile *objfile)
c906108c 1892{
c906108c
SS
1893 /* Start with a fresh include table for the next objfile. */
1894 if (inclTable)
1895 {
b8c9b27d 1896 xfree (inclTable);
c906108c
SS
1897 inclTable = NULL;
1898 }
1899 inclIndx = inclLength = inclDepth = 0;
1900}
1901
1902
1903static void
fba45db2 1904init_stringtab (bfd *abfd, file_ptr offset, struct objfile *objfile)
c906108c
SS
1905{
1906 long length;
1907 int val;
1908 unsigned char lengthbuf[4];
1909 char *strtbl;
02dc647e 1910 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile);
c906108c 1911
b8b98ad1 1912 xcoff->strtbl = NULL;
c906108c
SS
1913
1914 if (bfd_seek (abfd, offset, SEEK_SET) < 0)
8a3fe4f8 1915 error (_("cannot seek to string table in %s: %s"),
c906108c
SS
1916 bfd_get_filename (abfd), bfd_errmsg (bfd_get_error ()));
1917
3a42e9d0 1918 val = bfd_bread ((char *) lengthbuf, sizeof lengthbuf, abfd);
c906108c
SS
1919 length = bfd_h_get_32 (abfd, lengthbuf);
1920
1921 /* If no string table is needed, then the file may end immediately
1922 after the symbols. Just return with `strtbl' set to NULL. */
1923
1924 if (val != sizeof lengthbuf || length < sizeof lengthbuf)
1925 return;
1926
581e13c1
MS
1927 /* Allocate string table from objfile_obstack. We will need this table
1928 as long as we have its symbol table around. */
c906108c 1929
4a146b47 1930 strtbl = (char *) obstack_alloc (&objfile->objfile_obstack, length);
b8b98ad1 1931 xcoff->strtbl = strtbl;
c906108c
SS
1932
1933 /* Copy length buffer, the first byte is usually zero and is
1934 used for stabs with a name length of zero. */
1935 memcpy (strtbl, lengthbuf, sizeof lengthbuf);
1936 if (length == sizeof lengthbuf)
1937 return;
1938
3a42e9d0 1939 val = bfd_bread (strtbl + sizeof lengthbuf, length - sizeof lengthbuf, abfd);
c906108c
SS
1940
1941 if (val != length - sizeof lengthbuf)
8a3fe4f8 1942 error (_("cannot read string table from %s: %s"),
c906108c
SS
1943 bfd_get_filename (abfd), bfd_errmsg (bfd_get_error ()));
1944 if (strtbl[length - 1] != '\0')
3e43a32a
MS
1945 error (_("bad symbol file: string table "
1946 "does not end with null character"));
c906108c
SS
1947
1948 return;
1949}
1950\f
1951/* If we have not yet seen a function for this psymtab, this is 0. If we
1952 have seen one, it is the offset in the line numbers of the line numbers
1953 for the psymtab. */
1954static unsigned int first_fun_line_offset;
1955
c906108c
SS
1956/* Allocate and partially fill a partial symtab. It will be
1957 completely filled at the end of the symbol list.
1958
1959 SYMFILE_NAME is the name of the symbol-file we are reading from, and ADDR
1960 is the address relative to which its symbols are (incremental) or 0
581e13c1 1961 (normal). */
c906108c 1962
891813be 1963static legacy_psymtab *
7b249e47
TT
1964xcoff_start_psymtab (psymtab_storage *partial_symtabs,
1965 struct objfile *objfile,
939652a5 1966 const char *filename, int first_symnum)
c906108c 1967{
c3693a1d 1968 /* We fill in textlow later. */
7b249e47 1969 legacy_psymtab *result = new legacy_psymtab (filename, partial_symtabs,
0072c873 1970 objfile->per_bfd, 0);
c906108c 1971
8d749320
SM
1972 result->read_symtab_private =
1973 XOBNEW (&objfile->objfile_obstack, struct symloc);
c5aa993b 1974 ((struct symloc *) result->read_symtab_private)->first_symnum = first_symnum;
891813be 1975 result->legacy_read_symtab = xcoff_read_symtab;
69b037c3 1976 result->legacy_expand_psymtab = xcoff_expand_psymtab;
c906108c 1977
581e13c1 1978 /* Deduce the source language from the filename for this psymtab. */
c906108c
SS
1979 psymtab_language = deduce_language_from_filename (filename);
1980
1981 return result;
1982}
1983
581e13c1 1984/* Close off the current usage of PST.
c906108c
SS
1985 Returns PST, or NULL if the partial symtab was empty and thrown away.
1986
1987 CAPPING_SYMBOL_NUMBER is the end of pst (exclusive).
1988
1989 INCLUDE_LIST, NUM_INCLUDES, DEPENDENCY_LIST, and NUMBER_DEPENDENCIES
1990 are the information for includes and dependencies. */
1991
891813be 1992static legacy_psymtab *
7e9c0476
TT
1993xcoff_end_psymtab (struct objfile *objfile, psymtab_storage *partial_symtabs,
1994 legacy_psymtab *pst,
5c80ed9d
TT
1995 const char **include_list, int num_includes,
1996 int capping_symbol_number,
891813be 1997 legacy_psymtab **dependency_list,
fba45db2 1998 int number_dependencies, int textlow_not_set)
c906108c
SS
1999{
2000 int i;
c906108c
SS
2001
2002 if (capping_symbol_number != -1)
c5aa993b 2003 ((struct symloc *) pst->read_symtab_private)->numsyms =
c906108c 2004 capping_symbol_number
c5aa993b
JM
2005 - ((struct symloc *) pst->read_symtab_private)->first_symnum;
2006 ((struct symloc *) pst->read_symtab_private)->lineno_off =
c906108c
SS
2007 first_fun_line_offset;
2008 first_fun_line_offset = 0;
8763cede 2009
ae7754b2 2010 pst->end ();
c906108c
SS
2011
2012 pst->number_of_dependencies = number_dependencies;
2013 if (number_dependencies)
2014 {
a9342b62 2015 pst->dependencies
7e9c0476 2016 = partial_symtabs->allocate_dependencies (number_dependencies);
c906108c 2017 memcpy (pst->dependencies, dependency_list,
891813be 2018 number_dependencies * sizeof (legacy_psymtab *));
c906108c
SS
2019 }
2020 else
2021 pst->dependencies = 0;
2022
2023 for (i = 0; i < num_includes; i++)
2024 {
891813be 2025 legacy_psymtab *subpst =
0072c873 2026 new legacy_psymtab (include_list[i], partial_symtabs, objfile->per_bfd);
c906108c 2027
e39db4db 2028 subpst->read_symtab_private = XOBNEW (&objfile->objfile_obstack, symloc);
c5aa993b
JM
2029 ((struct symloc *) subpst->read_symtab_private)->first_symnum = 0;
2030 ((struct symloc *) subpst->read_symtab_private)->numsyms = 0;
c906108c
SS
2031
2032 /* We could save slight bits of space by only making one of these,
dda83cd7 2033 shared by the entire set of include files. FIXME-someday. */
8d749320 2034 subpst->dependencies =
7e9c0476 2035 partial_symtabs->allocate_dependencies (1);
c906108c
SS
2036 subpst->dependencies[0] = pst;
2037 subpst->number_of_dependencies = 1;
2038
891813be 2039 subpst->legacy_read_symtab = pst->legacy_read_symtab;
8566b89b 2040 subpst->legacy_expand_psymtab = pst->legacy_expand_psymtab;
c906108c
SS
2041 }
2042
c906108c
SS
2043 if (num_includes == 0
2044 && number_dependencies == 0
932539d7 2045 && pst->empty ())
c906108c 2046 {
e0814aae 2047 /* Throw away this psymtab, it's empty. */
c906108c 2048 /* Empty psymtabs happen as a result of header files which don't have
dda83cd7 2049 any symbols in them. There can be a lot of them. */
c906108c 2050
7e9c0476 2051 partial_symtabs->discard_psymtab (pst);
c906108c
SS
2052
2053 /* Indicate that psymtab was thrown away. */
be903358 2054 pst = NULL;
c906108c
SS
2055 }
2056 return pst;
2057}
2058
c906108c
SS
2059/* Swap raw symbol at *RAW and put the name in *NAME, the symbol in
2060 *SYMBOL, the first auxent in *AUX. Advance *RAW and *SYMNUMP over
2061 the symbol and its auxents. */
2062
2063static void
fba45db2 2064swap_sym (struct internal_syment *symbol, union internal_auxent *aux,
0d5cff50 2065 const char **name, char **raw, unsigned int *symnump,
fba45db2 2066 struct objfile *objfile)
c906108c
SS
2067{
2068 bfd_coff_swap_sym_in (objfile->obfd, *raw, symbol);
2069 if (symbol->n_zeroes)
2070 {
2071 /* If it's exactly E_SYMNMLEN characters long it isn't
dda83cd7 2072 '\0'-terminated. */
c906108c
SS
2073 if (symbol->n_name[E_SYMNMLEN - 1] != '\0')
2074 {
2075 /* FIXME: wastes memory for symbols which we don't end up putting
2076 into the minimal symbols. */
2077 char *p;
a109c7c1 2078
224c3ddb
SM
2079 p = (char *) obstack_alloc (&objfile->objfile_obstack,
2080 E_SYMNMLEN + 1);
c906108c
SS
2081 strncpy (p, symbol->n_name, E_SYMNMLEN);
2082 p[E_SYMNMLEN] = '\0';
2083 *name = p;
2084 }
2085 else
2086 /* Point to the unswapped name as that persists as long as the
2087 objfile does. */
c5aa993b 2088 *name = ((struct external_syment *) *raw)->e.e_name;
c906108c
SS
2089 }
2090 else if (symbol->n_sclass & 0x80)
2091 {
b8b98ad1 2092 *name = XCOFF_DATA (objfile)->debugsec + symbol->n_offset;
c906108c
SS
2093 }
2094 else
2095 {
b8b98ad1 2096 *name = XCOFF_DATA (objfile)->strtbl + symbol->n_offset;
c906108c
SS
2097 }
2098 ++*symnump;
2099 *raw += coff_data (objfile->obfd)->local_symesz;
2100 if (symbol->n_numaux > 0)
2101 {
2102 bfd_coff_swap_aux_in (objfile->obfd, *raw, symbol->n_type,
2103 symbol->n_sclass, 0, symbol->n_numaux, aux);
2104
2105 *symnump += symbol->n_numaux;
2106 *raw += coff_data (objfile->obfd)->local_symesz * symbol->n_numaux;
2107 }
2108}
2109
23136709
KB
2110static void
2111function_outside_compilation_unit_complaint (const char *arg1)
2112{
b98664d3 2113 complaint (_("function `%s' appears to be defined "
3e43a32a 2114 "outside of all compilation units"),
23136709
KB
2115 arg1);
2116}
2117
c906108c 2118static void
8dddcb8f 2119scan_xcoff_symtab (minimal_symbol_reader &reader,
7e9c0476 2120 psymtab_storage *partial_symtabs,
8dddcb8f 2121 struct objfile *objfile)
c906108c 2122{
581e13c1 2123 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */
0d5cff50 2124 const char *filestring = NULL;
c906108c 2125
0d5cff50 2126 const char *namestring;
c906108c
SS
2127 bfd *abfd;
2128 asection *bfd_sect;
2129 unsigned int nsyms;
2130
2131 /* Current partial symtab */
891813be 2132 legacy_psymtab *pst;
c906108c 2133
581e13c1 2134 /* List of current psymtab's include files. */
0d5cff50 2135 const char **psymtab_include_list;
c906108c
SS
2136 int includes_allocated;
2137 int includes_used;
2138
581e13c1 2139 /* Index within current psymtab dependency list. */
891813be 2140 legacy_psymtab **dependency_list;
c906108c
SS
2141 int dependencies_used, dependencies_allocated;
2142
2143 char *sraw_symbol;
2144 struct internal_syment symbol;
96baa820 2145 union internal_auxent main_aux[5];
c906108c
SS
2146 unsigned int ssymnum;
2147
0d5cff50 2148 const char *last_csect_name = NULL; /* Last seen csect's name and value. */
c906108c
SS
2149 CORE_ADDR last_csect_val = 0;
2150 int last_csect_sec = 0;
581e13c1 2151 int misc_func_recorded = 0; /* true if any misc. function. */
c906108c
SS
2152 int textlow_not_set = 1;
2153
891813be 2154 pst = (legacy_psymtab *) 0;
c906108c
SS
2155
2156 includes_allocated = 30;
2157 includes_used = 0;
0d5cff50
DE
2158 psymtab_include_list = (const char **) alloca (includes_allocated *
2159 sizeof (const char *));
c906108c
SS
2160
2161 dependencies_allocated = 30;
2162 dependencies_used = 0;
2163 dependency_list =
891813be
TT
2164 (legacy_psymtab **) alloca (dependencies_allocated *
2165 sizeof (legacy_psymtab *));
c906108c 2166
46212e0b 2167 set_last_source_file (NULL);
c906108c
SS
2168
2169 abfd = objfile->obfd;
13c763f4 2170 next_symbol_text_func = xcoff_next_symbol_text;
c906108c 2171
b8b98ad1
TT
2172 sraw_symbol = XCOFF_DATA (objfile)->symtbl;
2173 nsyms = XCOFF_DATA (objfile)->symtbl_num_syms;
c906108c
SS
2174 ssymnum = 0;
2175 while (ssymnum < nsyms)
2176 {
7a78ae4e 2177 int sclass;
c906108c
SS
2178
2179 QUIT;
2180
7a78ae4e
ND
2181 bfd_coff_swap_sym_in (abfd, sraw_symbol, &symbol);
2182 sclass = symbol.n_sclass;
2183
c906108c
SS
2184 switch (sclass)
2185 {
2186 case C_EXT:
2187 case C_HIDEXT:
55bcecda 2188 case C_WEAKEXT:
c906108c
SS
2189 {
2190 /* The CSECT auxent--always the last auxent. */
2191 union internal_auxent csect_aux;
2192 unsigned int symnum_before = ssymnum;
2193
96baa820 2194 swap_sym (&symbol, &main_aux[0], &namestring, &sraw_symbol,
c906108c
SS
2195 &ssymnum, objfile);
2196 if (symbol.n_numaux > 1)
2197 {
2198 bfd_coff_swap_aux_in
2199 (objfile->obfd,
c5aa993b 2200 sraw_symbol - coff_data (abfd)->local_symesz,
c906108c
SS
2201 symbol.n_type,
2202 symbol.n_sclass,
2203 symbol.n_numaux - 1,
2204 symbol.n_numaux,
2205 &csect_aux);
2206 }
2207 else
96baa820 2208 csect_aux = main_aux[0];
c906108c 2209
977adac5
ND
2210 /* If symbol name starts with ".$" or "$", ignore it. */
2211 if (namestring[0] == '$'
c906108c
SS
2212 || (namestring[0] == '.' && namestring[1] == '$'))
2213 break;
2214
2215 switch (csect_aux.x_csect.x_smtyp & 0x7)
2216 {
2217 case XTY_SD:
2218 switch (csect_aux.x_csect.x_smclas)
2219 {
2220 case XMC_PR:
2221 if (last_csect_name)
2222 {
2223 /* If no misc. function recorded in the last
581e13c1 2224 seen csect, enter it as a function. This
c906108c
SS
2225 will take care of functions like strcmp()
2226 compiled by xlc. */
2227
2228 if (!misc_func_recorded)
2229 {
ec92004f 2230 record_minimal_symbol
8dddcb8f 2231 (reader, last_csect_name, last_csect_val,
ec92004f
JB
2232 mst_text, last_csect_sec, objfile);
2233 misc_func_recorded = 1;
c906108c
SS
2234 }
2235
2236 if (pst != NULL)
2237 {
2238 /* We have to allocate one psymtab for
2239 each program csect, because their text
2240 sections need not be adjacent. */
2241 xcoff_end_psymtab
7e9c0476 2242 (objfile, partial_symtabs, pst, psymtab_include_list,
5c80ed9d 2243 includes_used, symnum_before, dependency_list,
c906108c
SS
2244 dependencies_used, textlow_not_set);
2245 includes_used = 0;
2246 dependencies_used = 0;
2247 /* Give all psymtabs for this source file the same
2248 name. */
2249 pst = xcoff_start_psymtab
7b249e47 2250 (partial_symtabs, objfile,
c906108c 2251 filestring,
939652a5 2252 symnum_before);
c906108c
SS
2253 }
2254 }
977adac5
ND
2255 /* Activate the misc_func_recorded mechanism for
2256 compiler- and linker-generated CSECTs like ".strcmp"
2257 and "@FIX1". */
2258 if (namestring && (namestring[0] == '.'
2259 || namestring[0] == '@'))
c906108c
SS
2260 {
2261 last_csect_name = namestring;
2262 last_csect_val = symbol.n_value;
ec92004f 2263 last_csect_sec = symbol.n_scnum;
c906108c
SS
2264 }
2265 if (pst != NULL)
2266 {
2267 CORE_ADDR highval =
a109c7c1
MS
2268 symbol.n_value + csect_aux.x_csect.x_scnlen.l;
2269
79748972 2270 if (highval > pst->raw_text_high ())
4ae976d1 2271 pst->set_text_high (highval);
52948f01 2272 if (!pst->text_low_valid
79748972 2273 || symbol.n_value < pst->raw_text_low ())
4ae976d1 2274 pst->set_text_low (symbol.n_value);
c906108c
SS
2275 }
2276 misc_func_recorded = 0;
2277 break;
2278
2279 case XMC_RW:
6904b546 2280 case XMC_TD:
c906108c
SS
2281 /* Data variables are recorded in the minimal symbol
2282 table, except for section symbols. */
2283 if (*namestring != '.')
4d1eb6b4 2284 record_minimal_symbol
8dddcb8f 2285 (reader, namestring, symbol.n_value,
c906108c 2286 sclass == C_HIDEXT ? mst_file_data : mst_data,
4d1eb6b4 2287 symbol.n_scnum, objfile);
c906108c
SS
2288 break;
2289
2290 case XMC_TC0:
2291 if (toc_offset)
8a3fe4f8 2292 warning (_("More than one XMC_TC0 symbol found."));
c906108c
SS
2293 toc_offset = symbol.n_value;
2294
3e43a32a
MS
2295 /* Make TOC offset relative to start address of
2296 section. */
c906108c
SS
2297 bfd_sect = secnum_to_bfd_section (symbol.n_scnum, objfile);
2298 if (bfd_sect)
fd361982 2299 toc_offset -= bfd_section_vma (bfd_sect);
c906108c
SS
2300 break;
2301
2302 case XMC_TC:
2303 /* These symbols tell us where the TOC entry for a
2304 variable is, not the variable itself. */
2305 break;
2306
2307 default:
2308 break;
2309 }
2310 break;
2311
2312 case XTY_LD:
2313 switch (csect_aux.x_csect.x_smclas)
2314 {
2315 case XMC_PR:
2316 /* A function entry point. */
2317
2318 if (first_fun_line_offset == 0 && symbol.n_numaux > 1)
2319 first_fun_line_offset =
96baa820 2320 main_aux[0].x_sym.x_fcnary.x_fcn.x_lnnoptr;
a2e3e93f
SM
2321
2322 record_minimal_symbol
8dddcb8f 2323 (reader, namestring, symbol.n_value,
a2e3e93f
SM
2324 sclass == C_HIDEXT ? mst_file_text : mst_text,
2325 symbol.n_scnum, objfile);
2326 misc_func_recorded = 1;
c906108c
SS
2327 break;
2328
2329 case XMC_GL:
2330 /* shared library function trampoline code entry
581e13c1 2331 point. */
c906108c
SS
2332
2333 /* record trampoline code entries as
2334 mst_solib_trampoline symbol. When we lookup mst
2335 symbols, we will choose mst_text over
581e13c1 2336 mst_solib_trampoline. */
ec92004f 2337 record_minimal_symbol
8dddcb8f 2338 (reader, namestring, symbol.n_value,
ec92004f
JB
2339 mst_solib_trampoline, symbol.n_scnum, objfile);
2340 misc_func_recorded = 1;
c906108c
SS
2341 break;
2342
2343 case XMC_DS:
2344 /* The symbols often have the same names as
2345 debug symbols for functions, and confuse
2346 lookup_symbol. */
2347 break;
2348
2349 default:
2350
2351 /* xlc puts each variable in a separate csect,
2352 so we get an XTY_SD for each variable. But
2353 gcc puts several variables in a csect, so
2354 that each variable only gets an XTY_LD. We
2355 still need to record them. This will
2356 typically be XMC_RW; I suspect XMC_RO and
2357 XMC_BS might be possible too. */
2358 if (*namestring != '.')
4d1eb6b4 2359 record_minimal_symbol
8dddcb8f 2360 (reader, namestring, symbol.n_value,
c906108c 2361 sclass == C_HIDEXT ? mst_file_data : mst_data,
4d1eb6b4 2362 symbol.n_scnum, objfile);
c906108c
SS
2363 break;
2364 }
2365 break;
2366
2367 case XTY_CM:
2368 switch (csect_aux.x_csect.x_smclas)
2369 {
2370 case XMC_RW:
2371 case XMC_BS:
2372 /* Common variables are recorded in the minimal symbol
2373 table, except for section symbols. */
2374 if (*namestring != '.')
4d1eb6b4 2375 record_minimal_symbol
8dddcb8f 2376 (reader, namestring, symbol.n_value,
c906108c 2377 sclass == C_HIDEXT ? mst_file_bss : mst_bss,
4d1eb6b4 2378 symbol.n_scnum, objfile);
c906108c
SS
2379 break;
2380 }
2381 break;
2382
2383 default:
2384 break;
2385 }
2386 }
2387 break;
2388 case C_FILE:
2389 {
2390 unsigned int symnum_before;
2391
2392 symnum_before = ssymnum;
96baa820 2393 swap_sym (&symbol, &main_aux[0], &namestring, &sraw_symbol,
c906108c
SS
2394 &ssymnum, objfile);
2395
2396 /* See if the last csect needs to be recorded. */
2397
2398 if (last_csect_name && !misc_func_recorded)
2399 {
c906108c
SS
2400 /* If no misc. function recorded in the last seen csect, enter
2401 it as a function. This will take care of functions like
2402 strcmp() compiled by xlc. */
2403
8dddcb8f 2404 record_minimal_symbol (reader, last_csect_name, last_csect_val,
ec92004f
JB
2405 mst_text, last_csect_sec, objfile);
2406 misc_func_recorded = 1;
c906108c
SS
2407 }
2408
2409 if (pst)
2410 {
7e9c0476
TT
2411 xcoff_end_psymtab (objfile, partial_symtabs,
2412 pst, psymtab_include_list,
5c80ed9d
TT
2413 includes_used, symnum_before,
2414 dependency_list, dependencies_used,
2415 textlow_not_set);
c906108c
SS
2416 includes_used = 0;
2417 dependencies_used = 0;
2418 }
2419 first_fun_line_offset = 0;
2420
2421 /* XCOFF, according to the AIX 3.2 documentation, puts the
2422 filename in cs->c_name. But xlc 1.3.0.2 has decided to
2423 do things the standard COFF way and put it in the auxent.
2424 We use the auxent if the symbol is ".file" and an auxent
2425 exists, otherwise use the symbol itself. */
2426 if (!strcmp (namestring, ".file") && symbol.n_numaux > 0)
2427 {
96baa820 2428 filestring = coff_getfilename (&main_aux[0], objfile);
c906108c
SS
2429 }
2430 else
2431 filestring = namestring;
2432
7b249e47 2433 pst = xcoff_start_psymtab (partial_symtabs, objfile,
c906108c 2434 filestring,
939652a5 2435 symnum_before);
c906108c
SS
2436 last_csect_name = NULL;
2437 }
2438 break;
2439
2440 default:
2441 {
b98664d3 2442 complaint (_("Storage class %d not recognized during scan"),
3e43a32a 2443 sclass);
c906108c
SS
2444 }
2445 /* FALLTHROUGH */
2446
86a73007 2447 case C_FCN:
c906108c
SS
2448 /* C_FCN is .bf and .ef symbols. I think it is sufficient
2449 to handle only the C_FUN and C_EXT. */
c906108c
SS
2450
2451 case C_BSTAT:
2452 case C_ESTAT:
2453 case C_ARG:
2454 case C_REGPARM:
2455 case C_REG:
2456 case C_TPDEF:
2457 case C_STRTAG:
2458 case C_UNTAG:
2459 case C_ENTAG:
2460 case C_LABEL:
2461 case C_NULL:
2462
2463 /* C_EINCL means we are switching back to the main file. But there
2464 is no reason to care; the only thing we want to know about
2465 includes is the names of all the included (.h) files. */
2466 case C_EINCL:
2467
2468 case C_BLOCK:
2469
2470 /* I don't think C_STAT is used in xcoff; C_HIDEXT appears to be
2471 used instead. */
2472 case C_STAT:
2473
2474 /* I don't think the name of the common block (as opposed to the
2475 variables within it) is something which is user visible
2476 currently. */
2477 case C_BCOMM:
2478 case C_ECOMM:
2479
2480 case C_PSYM:
2481 case C_RPSYM:
2482
2483 /* I think we can ignore C_LSYM; types on xcoff seem to use C_DECL
2484 so C_LSYM would appear to be only for locals. */
2485 case C_LSYM:
2486
2487 case C_AUTO:
2488 case C_RSYM:
2489 {
2490 /* We probably could save a few instructions by assuming that
2491 C_LSYM, C_PSYM, etc., never have auxents. */
7a78ae4e 2492 int naux1 = symbol.n_numaux + 1;
a109c7c1 2493
c906108c 2494 ssymnum += naux1;
7a78ae4e 2495 sraw_symbol += bfd_coff_symesz (abfd) * naux1;
c906108c
SS
2496 }
2497 break;
2498
2499 case C_BINCL:
d5d0a62f 2500 {
581e13c1 2501 /* Mark down an include file in the current psymtab. */
d5d0a62f 2502 enum language tmp_language;
a109c7c1 2503
d5d0a62f
EZ
2504 swap_sym (&symbol, &main_aux[0], &namestring, &sraw_symbol,
2505 &ssymnum, objfile);
2506
2507 tmp_language = deduce_language_from_filename (namestring);
2508
2509 /* Only change the psymtab's language if we've learned
2510 something useful (eg. tmp_language is not language_unknown).
2511 In addition, to match what start_subfile does, never change
2512 from C++ to C. */
2513 if (tmp_language != language_unknown
2514 && (tmp_language != language_c
2515 || psymtab_language != language_cplus))
2516 psymtab_language = tmp_language;
2517
2518 /* In C++, one may expect the same filename to come round many
2519 times, when code is coming alternately from the main file
581e13c1 2520 and from inline functions in other files. So I check to see
d5d0a62f
EZ
2521 if this is a file we've seen before -- either the main
2522 source file, or a previously included file.
2523
2524 This seems to be a lot of time to be spending on N_SOL, but
2525 things like "break c-exp.y:435" need to work (I
2526 suppose the psymtab_include_list could be hashed or put
2527 in a binary tree, if profiling shows this is a major hog). */
7ecb6532 2528 if (pst && strcmp (namestring, pst->filename) == 0)
d5d0a62f 2529 continue;
a109c7c1 2530
d5d0a62f 2531 {
aa1ee363 2532 int i;
a109c7c1 2533
d5d0a62f 2534 for (i = 0; i < includes_used; i++)
7ecb6532 2535 if (strcmp (namestring, psymtab_include_list[i]) == 0)
d5d0a62f
EZ
2536 {
2537 i = -1;
2538 break;
2539 }
2540 if (i == -1)
2541 continue;
2542 }
2543 psymtab_include_list[includes_used++] = namestring;
2544 if (includes_used >= includes_allocated)
2545 {
0d5cff50 2546 const char **orig = psymtab_include_list;
c906108c 2547
0d5cff50 2548 psymtab_include_list = (const char **)
d5d0a62f 2549 alloca ((includes_allocated *= 2) *
0d5cff50 2550 sizeof (const char *));
4efb68b1 2551 memcpy (psymtab_include_list, orig,
0d5cff50 2552 includes_used * sizeof (const char *));
d5d0a62f
EZ
2553 }
2554 continue;
2555 }
c906108c
SS
2556 case C_FUN:
2557 /* The value of the C_FUN is not the address of the function (it
2558 appears to be the address before linking), but as long as it
2559 is smaller than the actual address, then find_pc_partial_function
2560 will use the minimal symbols instead. I hope. */
2561
2562 case C_GSYM:
2563 case C_ECOML:
2564 case C_DECL:
2565 case C_STSYM:
d5d0a62f 2566 {
e28566f7 2567 const char *p;
a109c7c1 2568
d5d0a62f
EZ
2569 swap_sym (&symbol, &main_aux[0], &namestring, &sraw_symbol,
2570 &ssymnum, objfile);
2571
ed4b0e6a 2572 p = strchr (namestring, ':');
d5d0a62f
EZ
2573 if (!p)
2574 continue; /* Not a debugging symbol. */
2575
2576 /* Main processing section for debugging symbols which
2577 the initial read through the symbol tables needs to worry
2578 about. If we reach this point, the symbol which we are
2579 considering is definitely one we are interested in.
2580 p must also contain the (valid) index into the namestring
2581 which indicates the debugging type symbol. */
2582
2583 switch (p[1])
2584 {
2585 case 'S':
932539d7
TT
2586 pst->add_psymbol (gdb::string_view (namestring,
2587 p - namestring),
2588 true, VAR_DOMAIN, LOC_STATIC,
2589 SECT_OFF_DATA (objfile),
2590 psymbol_placement::STATIC,
2591 symbol.n_value,
7b249e47
TT
2592 psymtab_language,
2593 partial_symtabs, objfile);
d5d0a62f
EZ
2594 continue;
2595
2596 case 'G':
d5d0a62f 2597 /* The addresses in these entries are reported to be
581e13c1 2598 wrong. See the code that reads 'G's for symtabs. */
932539d7
TT
2599 pst->add_psymbol (gdb::string_view (namestring,
2600 p - namestring),
2601 true, VAR_DOMAIN, LOC_STATIC,
2602 SECT_OFF_DATA (objfile),
2603 psymbol_placement::GLOBAL,
2604 symbol.n_value,
7b249e47
TT
2605 psymtab_language,
2606 partial_symtabs, objfile);
d5d0a62f
EZ
2607 continue;
2608
2609 case 'T':
2610 /* When a 'T' entry is defining an anonymous enum, it
2611 may have a name which is the empty string, or a
2612 single space. Since they're not really defining a
2613 symbol, those shouldn't go in the partial symbol
2614 table. We do pick up the elements of such enums at
2615 'check_enum:', below. */
2616 if (p >= namestring + 2
2617 || (p == namestring + 1
2618 && namestring[0] != ' '))
2619 {
932539d7
TT
2620 pst->add_psymbol (gdb::string_view (namestring,
2621 p - namestring),
2622 true, STRUCT_DOMAIN, LOC_TYPEDEF, -1,
2623 psymbol_placement::STATIC,
7b249e47
TT
2624 0, psymtab_language,
2625 partial_symtabs, objfile);
d5d0a62f
EZ
2626 if (p[2] == 't')
2627 {
2628 /* Also a typedef with the same name. */
932539d7
TT
2629 pst->add_psymbol (gdb::string_view (namestring,
2630 p - namestring),
2631 true, VAR_DOMAIN, LOC_TYPEDEF, -1,
2632 psymbol_placement::STATIC,
7b249e47
TT
2633 0, psymtab_language,
2634 partial_symtabs, objfile);
d5d0a62f
EZ
2635 p += 1;
2636 }
d5d0a62f
EZ
2637 }
2638 goto check_enum;
2639
2640 case 't':
581e13c1 2641 if (p != namestring) /* a name is there, not just :T... */
d5d0a62f 2642 {
932539d7
TT
2643 pst->add_psymbol (gdb::string_view (namestring,
2644 p - namestring),
2645 true, VAR_DOMAIN, LOC_TYPEDEF, -1,
2646 psymbol_placement::STATIC,
7b249e47
TT
2647 0, psymtab_language,
2648 partial_symtabs, objfile);
d5d0a62f
EZ
2649 }
2650 check_enum:
2651 /* If this is an enumerated type, we need to
2652 add all the enum constants to the partial symbol
2653 table. This does not cover enums without names, e.g.
2654 "enum {a, b} c;" in C, but fortunately those are
2655 rare. There is no way for GDB to find those from the
2656 enum type without spending too much time on it. Thus
2657 to solve this problem, the compiler needs to put out the
2658 enum in a nameless type. GCC2 does this. */
2659
2660 /* We are looking for something of the form
2661 <name> ":" ("t" | "T") [<number> "="] "e"
2662 {<constant> ":" <value> ","} ";". */
2663
2664 /* Skip over the colon and the 't' or 'T'. */
2665 p += 2;
2666 /* This type may be given a number. Also, numbers can come
2667 in pairs like (0,26). Skip over it. */
2668 while ((*p >= '0' && *p <= '9')
2669 || *p == '(' || *p == ',' || *p == ')'
2670 || *p == '=')
2671 p++;
2672
2673 if (*p++ == 'e')
2674 {
3e43a32a
MS
2675 /* The aix4 compiler emits extra crud before the
2676 members. */
d5d0a62f
EZ
2677 if (*p == '-')
2678 {
2679 /* Skip over the type (?). */
2680 while (*p != ':')
2681 p++;
2682
2683 /* Skip over the colon. */
2684 p++;
2685 }
2686
2687 /* We have found an enumerated type. */
2688 /* According to comments in read_enum_type
2689 a comma could end it instead of a semicolon.
2690 I don't know where that happens.
2691 Accept either. */
2692 while (*p && *p != ';' && *p != ',')
2693 {
e28566f7 2694 const char *q;
d5d0a62f
EZ
2695
2696 /* Check for and handle cretinous dbx symbol name
2697 continuation! */
2698 if (*p == '\\' || (*p == '?' && p[1] == '\0'))
2699 p = next_symbol_text (objfile);
2700
2701 /* Point to the character after the name
2702 of the enum constant. */
2703 for (q = p; *q && *q != ':'; q++)
2704 ;
2705 /* Note that the value doesn't matter for
2706 enum constants in psymtabs, just in symtabs. */
932539d7
TT
2707 pst->add_psymbol (gdb::string_view (p, q - p), true,
2708 VAR_DOMAIN, LOC_CONST, -1,
2709 psymbol_placement::STATIC,
7b249e47
TT
2710 0, psymtab_language,
2711 partial_symtabs, objfile);
d5d0a62f
EZ
2712 /* Point past the name. */
2713 p = q;
2714 /* Skip over the value. */
2715 while (*p && *p != ',')
2716 p++;
2717 /* Advance past the comma. */
2718 if (*p)
2719 p++;
2720 }
2721 }
2722 continue;
2723
2724 case 'c':
2725 /* Constant, e.g. from "const" in Pascal. */
932539d7
TT
2726 pst->add_psymbol (gdb::string_view (namestring,
2727 p - namestring),
2728 true, VAR_DOMAIN, LOC_CONST, -1,
2729 psymbol_placement::STATIC,
7b249e47
TT
2730 0, psymtab_language,
2731 partial_symtabs, objfile);
d5d0a62f
EZ
2732 continue;
2733
2734 case 'f':
2735 if (! pst)
2736 {
2737 int name_len = p - namestring;
224c3ddb 2738 char *name = (char *) xmalloc (name_len + 1);
a109c7c1 2739
d5d0a62f
EZ
2740 memcpy (name, namestring, name_len);
2741 name[name_len] = '\0';
23136709 2742 function_outside_compilation_unit_complaint (name);
d5d0a62f
EZ
2743 xfree (name);
2744 }
932539d7
TT
2745 pst->add_psymbol (gdb::string_view (namestring,
2746 p - namestring),
2747 true, VAR_DOMAIN, LOC_BLOCK,
2748 SECT_OFF_TEXT (objfile),
2749 psymbol_placement::STATIC,
2750 symbol.n_value,
7b249e47
TT
2751 psymtab_language,
2752 partial_symtabs, objfile);
d5d0a62f
EZ
2753 continue;
2754
2755 /* Global functions were ignored here, but now they
2756 are put into the global psymtab like one would expect.
2757 They're also in the minimal symbol table. */
2758 case 'F':
2759 if (! pst)
2760 {
2761 int name_len = p - namestring;
224c3ddb 2762 char *name = (char *) xmalloc (name_len + 1);
a109c7c1 2763
d5d0a62f
EZ
2764 memcpy (name, namestring, name_len);
2765 name[name_len] = '\0';
23136709 2766 function_outside_compilation_unit_complaint (name);
d5d0a62f
EZ
2767 xfree (name);
2768 }
9f1d5432
PH
2769
2770 /* We need only the minimal symbols for these
581e13c1 2771 loader-generated definitions. Keeping the global
9f1d5432 2772 symbols leads to "in psymbols but not in symbols"
581e13c1 2773 errors. */
61012eef 2774 if (startswith (namestring, "@FIX"))
9f1d5432
PH
2775 continue;
2776
932539d7
TT
2777 pst->add_psymbol (gdb::string_view (namestring,
2778 p - namestring),
2779 true, VAR_DOMAIN, LOC_BLOCK,
2780 SECT_OFF_TEXT (objfile),
2781 psymbol_placement::GLOBAL,
2782 symbol.n_value,
7b249e47
TT
2783 psymtab_language,
2784 partial_symtabs, objfile);
d5d0a62f
EZ
2785 continue;
2786
2787 /* Two things show up here (hopefully); static symbols of
2788 local scope (static used inside braces) or extensions
2789 of structure symbols. We can ignore both. */
2790 case 'V':
2791 case '(':
2792 case '0':
2793 case '1':
2794 case '2':
2795 case '3':
2796 case '4':
2797 case '5':
2798 case '6':
2799 case '7':
2800 case '8':
2801 case '9':
2802 case '-':
3e43a32a
MS
2803 case '#': /* For symbol identification (used in
2804 live ranges). */
d5d0a62f
EZ
2805 continue;
2806
2807 case ':':
2808 /* It is a C++ nested symbol. We don't need to record it
2809 (I don't think); if we try to look up foo::bar::baz,
2810 then symbols for the symtab containing foo should get
2811 read in, I think. */
2812 /* Someone says sun cc puts out symbols like
2813 /foo/baz/maclib::/usr/local/bin/maclib,
2814 which would get here with a symbol type of ':'. */
2815 continue;
2816
2817 default:
3e43a32a
MS
2818 /* Unexpected symbol descriptor. The second and
2819 subsequent stabs of a continued stab can show up
2820 here. The question is whether they ever can mimic
2821 a normal stab--it would be nice if not, since we
2822 certainly don't want to spend the time searching to
2823 the end of every string looking for a
2824 backslash. */
d5d0a62f 2825
b98664d3 2826 complaint (_("unknown symbol descriptor `%c'"), p[1]);
d5d0a62f
EZ
2827
2828 /* Ignore it; perhaps it is an extension that we don't
2829 know about. */
2830 continue;
2831 }
2832 }
c906108c
SS
2833 }
2834 }
2835
2836 if (pst)
2837 {
7e9c0476
TT
2838 xcoff_end_psymtab (objfile, partial_symtabs,
2839 pst, psymtab_include_list, includes_used,
c906108c
SS
2840 ssymnum, dependency_list,
2841 dependencies_used, textlow_not_set);
2842 }
2843
581e13c1
MS
2844 /* Record the toc offset value of this symbol table into objfile
2845 structure. If no XMC_TC0 is found, toc_offset should be zero.
2846 Another place to obtain this information would be file auxiliary
2847 header. */
c906108c 2848
b8b98ad1 2849 XCOFF_DATA (objfile)->toc_offset = toc_offset;
c906108c
SS
2850}
2851
2852/* Return the toc offset value for a given objfile. */
2853
2854CORE_ADDR
63807e1d 2855xcoff_get_toc_offset (struct objfile *objfile)
c906108c
SS
2856{
2857 if (objfile)
b8b98ad1 2858 return XCOFF_DATA (objfile)->toc_offset;
c906108c
SS
2859 return 0;
2860}
2861
2862/* Scan and build partial symbols for a symbol file.
2863 We have been initialized by a call to dbx_symfile_init, which
2864 put all the relevant info into a "struct dbx_symfile_info",
2865 hung off the objfile structure.
2866
2867 SECTION_OFFSETS contains offsets relative to which the symbols in the
581e13c1
MS
2868 various sections are (depending where the sections were actually
2869 loaded). */
c906108c
SS
2870
2871static void
b15cc25c 2872xcoff_initial_scan (struct objfile *objfile, symfile_add_flags symfile_flags)
c906108c
SS
2873{
2874 bfd *abfd;
2875 int val;
c5aa993b
JM
2876 int num_symbols; /* # of symbols */
2877 file_ptr symtab_offset; /* symbol table and */
2878 file_ptr stringtab_offset; /* string table file offsets */
02dc647e 2879 struct xcoff_symfile_info *info;
4262abfb 2880 const char *name;
c906108c
SS
2881 unsigned int size;
2882
b8b98ad1 2883 info = XCOFF_DATA (objfile);
c906108c 2884 symfile_bfd = abfd = objfile->obfd;
4262abfb 2885 name = objfile_name (objfile);
c906108c
SS
2886
2887 num_symbols = bfd_get_symcount (abfd); /* # of symbols */
2888 symtab_offset = obj_sym_filepos (abfd); /* symbol table file offset */
2889 stringtab_offset = symtab_offset +
c5aa993b 2890 num_symbols * coff_data (abfd)->local_symesz;
c906108c
SS
2891
2892 info->min_lineno_offset = 0;
2893 info->max_lineno_offset = 0;
2894 bfd_map_over_sections (abfd, find_linenos, info);
2895
2896 if (num_symbols > 0)
2897 {
2898 /* Read the string table. */
2899 init_stringtab (abfd, stringtab_offset, objfile);
2900
97cbe998
SDJ
2901 /* Read the .debug section, if present and if we're not ignoring
2902 it. */
2903 if (!(objfile->flags & OBJF_READNEVER))
2904 {
2905 struct bfd_section *secp;
2906 bfd_size_type length;
2907 bfd_byte *debugsec = NULL;
c906108c 2908
97cbe998
SDJ
2909 secp = bfd_get_section_by_name (abfd, ".debug");
2910 if (secp)
2911 {
fd361982 2912 length = bfd_section_size (secp);
97cbe998
SDJ
2913 if (length)
2914 {
2915 debugsec
2916 = (bfd_byte *) obstack_alloc (&objfile->objfile_obstack,
2917 length);
c906108c 2918
97cbe998
SDJ
2919 if (!bfd_get_full_section_contents (abfd, secp, &debugsec))
2920 {
2921 error (_("Error reading .debug section of `%s': %s"),
2922 name, bfd_errmsg (bfd_get_error ()));
2923 }
2924 }
2925 }
2926 info->debugsec = (char *) debugsec;
2927 }
c906108c
SS
2928 }
2929
2930 /* Read the symbols. We keep them in core because we will want to
2931 access them randomly in read_symbol*. */
2932 val = bfd_seek (abfd, symtab_offset, SEEK_SET);
2933 if (val < 0)
8a3fe4f8 2934 error (_("Error reading symbols from %s: %s"),
c906108c
SS
2935 name, bfd_errmsg (bfd_get_error ()));
2936 size = coff_data (abfd)->local_symesz * num_symbols;
224c3ddb 2937 info->symtbl = (char *) obstack_alloc (&objfile->objfile_obstack, size);
b8b98ad1
TT
2938 info->symtbl_num_syms = num_symbols;
2939
2940 val = bfd_bread (info->symtbl, size, abfd);
c906108c 2941 if (val != size)
e2e0b3e5 2942 perror_with_name (_("reading symbol table"));
c906108c 2943
33c7c59d 2944 scoped_free_pendings free_pending;
d25e8719 2945 minimal_symbol_reader reader (objfile);
c906108c
SS
2946
2947 /* Now that the symbol table data of the executable file are all in core,
2948 process them and define symbols accordingly. */
2949
eb36a3eb
TT
2950 psymbol_functions *psf = new psymbol_functions ();
2951 psymtab_storage *partial_symtabs = psf->get_partial_symtabs ().get ();
2952 objfile->qf.emplace_front (psf);
7e9c0476 2953 scan_xcoff_symtab (reader, partial_symtabs, objfile);
c906108c
SS
2954
2955 /* Install any minimal symbols that have been collected as the current
581e13c1 2956 minimal symbols for this objfile. */
c906108c 2957
d25e8719 2958 reader.install ();
c906108c 2959
316a8b21
TG
2960 /* DWARF2 sections. */
2961
2962 if (dwarf2_has_info (objfile, &dwarf2_xcoff_names))
2963 dwarf2_build_psymtabs (objfile);
2964
2965 dwarf2_build_frame_info (objfile);
c906108c
SS
2966}
2967\f
d4f3574e 2968static void
3e43a32a 2969xcoff_symfile_offsets (struct objfile *objfile,
37e136b1 2970 const section_addr_info &addrs)
c906108c 2971{
4d1eb6b4 2972 const char *first_section_name;
c906108c 2973
4d1eb6b4 2974 default_symfile_offsets (objfile, addrs);
c906108c 2975
4d1eb6b4
JB
2976 /* Oneof the weird side-effects of default_symfile_offsets is that
2977 it sometimes sets some section indices to zero for sections that,
2978 in fact do not exist. See the body of default_symfile_offsets
2979 for more info on when that happens. Undo that, as this then allows
2980 us to test whether the associated section exists or not, and then
2981 access it quickly (without searching it again). */
b8fbeb18 2982
6a053cb1 2983 if (objfile->section_offsets.empty ())
4d1eb6b4 2984 return; /* Is that even possible? Better safe than sorry. */
b8fbeb18 2985
fd361982 2986 first_section_name = bfd_section_name (objfile->sections[0].the_bfd_section);
b8fbeb18 2987
4d1eb6b4
JB
2988 if (objfile->sect_index_text == 0
2989 && strcmp (first_section_name, ".text") != 0)
2990 objfile->sect_index_text = -1;
b8fbeb18 2991
4d1eb6b4
JB
2992 if (objfile->sect_index_data == 0
2993 && strcmp (first_section_name, ".data") != 0)
2994 objfile->sect_index_data = -1;
2995
2996 if (objfile->sect_index_bss == 0
2997 && strcmp (first_section_name, ".bss") != 0)
2998 objfile->sect_index_bss = -1;
2999
3000 if (objfile->sect_index_rodata == 0
3001 && strcmp (first_section_name, ".rodata") != 0)
3002 objfile->sect_index_rodata = -1;
c906108c
SS
3003}
3004
3005/* Register our ability to parse symbols for xcoff BFD files. */
3006
00b5771c 3007static const struct sym_fns xcoff_sym_fns =
c906108c
SS
3008{
3009
7a78ae4e 3010 /* It is possible that coff and xcoff should be merged as
c906108c
SS
3011 they do have fundamental similarities (for example, the extra storage
3012 classes used for stabs could presumably be recognized in any COFF file).
3013 However, in addition to obvious things like all the csect hair, there are
3014 some subtler differences between xcoffread.c and coffread.c, notably
3015 the fact that coffread.c has no need to read in all the symbols, but
3016 xcoffread.c reads all the symbols and does in fact randomly access them
3017 (in C_BSTAT and line number processing). */
3018
3e43a32a
MS
3019 xcoff_new_init, /* init anything gbl to entire symtab */
3020 xcoff_symfile_init, /* read initial info, setup for sym_read() */
3021 xcoff_initial_scan, /* read a symbol file into symtab */
3022 xcoff_symfile_finish, /* finished with file, cleanup */
3023 xcoff_symfile_offsets, /* xlate offsets ext->int form */
3024 default_symfile_segments, /* Get segment information from a file. */
3025 aix_process_linenos,
3026 default_symfile_relocate, /* Relocate a debug section. */
55aa24fb 3027 NULL, /* sym_probe_fns */
c906108c
SS
3028};
3029
d5367fe1
JB
3030/* Same as xcoff_get_n_import_files, but for core files. */
3031
3032static int
3033xcoff_get_core_n_import_files (bfd *abfd)
3034{
3035 asection *sect = bfd_get_section_by_name (abfd, ".ldinfo");
3036 gdb_byte buf[4];
3037 file_ptr offset = 0;
3038 int n_entries = 0;
3039
3040 if (sect == NULL)
3041 return -1; /* Not a core file. */
3042
fd361982 3043 for (offset = 0; offset < bfd_section_size (sect);)
d5367fe1
JB
3044 {
3045 int next;
3046
3047 n_entries++;
3048
3049 if (!bfd_get_section_contents (abfd, sect, buf, offset, 4))
3050 return -1;
3051 next = bfd_get_32 (abfd, buf);
3052 if (next == 0)
3053 break; /* This is the last entry. */
3054 offset += next;
3055 }
3056
3057 /* Return the number of entries, excluding the first one, which is
3058 the path to the executable that produced this core file. */
3059 return n_entries - 1;
3060}
3061
3062/* Return the number of import files (shared libraries) that the given
3063 BFD depends on. Return -1 if this number could not be computed. */
3064
3065int
3066xcoff_get_n_import_files (bfd *abfd)
3067{
3068 asection *sect = bfd_get_section_by_name (abfd, ".loader");
3069 gdb_byte buf[4];
3070 int l_nimpid;
3071
3072 /* If the ".loader" section does not exist, the objfile is probably
3073 not an executable. Might be a core file... */
3074 if (sect == NULL)
3075 return xcoff_get_core_n_import_files (abfd);
3076
3077 /* The number of entries in the Import Files Table is stored in
3078 field l_nimpid. This field is always at offset 16, and is
3079 always 4 bytes long. Read those 4 bytes. */
3080
3081 if (!bfd_get_section_contents (abfd, sect, buf, 16, 4))
3082 return -1;
3083 l_nimpid = bfd_get_32 (abfd, buf);
3084
3085 /* By convention, the first entry is the default LIBPATH value
3086 to be used by the system loader, so it does not count towards
3087 the number of import files. */
3088 return l_nimpid - 1;
3089}
3090
6c265988 3091void _initialize_xcoffread ();
c906108c 3092void
6c265988 3093_initialize_xcoffread ()
c906108c 3094{
c256e171 3095 add_symtab_fns (bfd_target_xcoff_flavour, &xcoff_sym_fns);
c906108c 3096}
This page took 2.703353 seconds and 4 git commands to generate.