mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* objfiles.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Define as functions of OBJFILE. Add sect_index_text, sect_index_data, sect_index_rodata, sect_index_bss to objfile structure. * gdb-stabs.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Remove. * objfiles.c (allocate_objfile): Initialize sect_index_{text,data,bss,rodata} to -1, for error detection. * symfile.c (default_symfile_offsets): Initialize sect_index_{text,data,bss,rodata} from bfd information. * xcoffread.c (xcoff_symfile_offsets): Ditto. * somread.c (som_symfile_offsets): Initialize sect_index_{text,data,bss,rodata}. * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hp-symtab-read.c, hpread.c, mdebugread.c, minsyms.c, mipsread.c, objfiles.c, os9kread.c, pa64solib.c, partial-stab.h, remote-os9k.c, remote-vx.c, remote.c, rs6000-nat.c, somsolib.c, stabsread.c, symfile.c, xcoffread.c: Update use of SECT_OFF_{TEXT,DATA,BSS,RODATA} to depend on the current objfile. * xcoffread.c: Add new field objfile to find_targ_sec_arg.
This commit is contained in:
@ -28,15 +28,6 @@
|
||||
#if !defined (GDBSTABS_H)
|
||||
#define GDBSTABS_H
|
||||
|
||||
/* Offsets in the psymtab's section_offsets array for various kinds of
|
||||
stabs symbols. Every psymtab built from stabs will have these offsets
|
||||
filled in by these guidelines, so that when actually reading symbols, the
|
||||
proper offset can simply be selected and added to the symbol value. */
|
||||
|
||||
#define SECT_OFF_TEXT 0
|
||||
#define SECT_OFF_DATA 1
|
||||
#define SECT_OFF_BSS 2
|
||||
#define SECT_OFF_RODATA 3
|
||||
#define SECT_OFF_MAX 40 /* Count of possible values */
|
||||
|
||||
/* The stab_section_info chain remembers info from the ELF symbol table,
|
||||
|
Reference in New Issue
Block a user