mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
fd3619828e
This large patch removes the unnecessary bfd parameter from various bfd section macros and functions. The bfd is hardly ever used and if needed for the bfd_set_section_* or bfd_rename_section functions can be found via section->owner except for the com, und, abs, and ind std_section special sections. Those sections shouldn't be modified anyway. The patch also removes various bfd_get_section_<field> macros, replacing their use with bfd_section_<field>, and adds bfd_set_section_lma. I've also fixed a minor bug in gas where compressed section renaming was done directly rather than calling bfd_rename_section. This would have broken bfd_get_section_by_name and similar functions, but that hardly mattered at such a late stage in gas processing. bfd/ * bfd-in.h (bfd_get_section_name, bfd_get_section_vma), (bfd_get_section_lma, bfd_get_section_alignment), (bfd_get_section_size, bfd_get_section_flags), (bfd_get_section_userdata): Delete. (bfd_section_name, bfd_section_size, bfd_section_vma), (bfd_section_lma, bfd_section_alignment): Lose bfd parameter. (bfd_section_flags, bfd_section_userdata): New. (bfd_is_com_section): Rename parameter. * section.c (bfd_set_section_userdata, bfd_set_section_vma), (bfd_set_section_alignment, bfd_set_section_flags, bfd_rename_section), (bfd_set_section_size): Delete bfd parameter, rename section parameter. (bfd_set_section_lma): New. * bfd-in2.h: Regenerate. * mach-o.c (bfd_mach_o_init_section_from_mach_o): Delete bfd param, update callers. * aoutx.h, * bfd.c, * coff-alpha.c, * coff-arm.c, * coff-mips.c, * coff64-rs6000.c, * coffcode.h, * coffgen.c, * cofflink.c, * compress.c, * ecoff.c, * elf-eh-frame.c, * elf-hppa.h, * elf-ifunc.c, * elf-m10200.c, * elf-m10300.c, * elf-properties.c, * elf-s390-common.c, * elf-vxworks.c, * elf.c, * elf32-arc.c, * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c, * elf32-csky.c, * elf32-d10v.c, * elf32-epiphany.c, * elf32-fr30.c, * elf32-frv.c, * elf32-ft32.c, * elf32-h8300.c, * elf32-hppa.c, * elf32-i386.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c, * elf32-microblaze.c, * elf32-moxie.c, * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-nios2.c, * elf32-or1k.c, * elf32-ppc.c, * elf32-pru.c, * elf32-rl78.c, * elf32-rx.c, * elf32-s390.c, * elf32-score.c, * elf32-score7.c, * elf32-sh.c, * elf32-spu.c, * elf32-tic6x.c, * elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c, * elf32-visium.c, * elf32-xstormy16.c, * elf32-xtensa.c, * elf64-alpha.c, * elf64-bpf.c, * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-mmix.c, * elf64-ppc.c, * elf64-s390.c, * elf64-sparc.c, * elf64-x86-64.c, * elflink.c, * elfnn-aarch64.c, * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-aarch64.c, * elfxx-mips.c, * elfxx-sparc.c, * elfxx-tilegx.c, * elfxx-x86.c, * i386msdos.c, * linker.c, * mach-o.c, * mmo.c, * opncls.c, * pdp11.c, * pei-x86_64.c, * peicode.h, * reloc.c, * section.c, * syms.c, * vms-alpha.c, * xcofflink.c: Update throughout for bfd section macro and function changes. binutils/ * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c, * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c, * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c, * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update throughout for bfd section macro and function changes. gas/ * as.c, * as.h, * dw2gencfi.c, * dwarf2dbg.c, * ecoff.c, * read.c, * stabs.c, * subsegs.c, * subsegs.h, * write.c, * config/obj-coff-seh.c, * config/obj-coff.c, * config/obj-ecoff.c, * config/obj-elf.c, * config/obj-macho.c, * config/obj-som.c, * config/tc-aarch64.c, * config/tc-alpha.c, * config/tc-arc.c, * config/tc-arm.c, * config/tc-avr.c, * config/tc-bfin.c, * config/tc-bpf.c, * config/tc-d10v.c, * config/tc-d30v.c, * config/tc-epiphany.c, * config/tc-fr30.c, * config/tc-frv.c, * config/tc-h8300.c, * config/tc-hppa.c, * config/tc-i386.c, * config/tc-ia64.c, * config/tc-ip2k.c, * config/tc-iq2000.c, * config/tc-lm32.c, * config/tc-m32c.c, * config/tc-m32r.c, * config/tc-m68hc11.c, * config/tc-mep.c, * config/tc-microblaze.c, * config/tc-mips.c, * config/tc-mmix.c, * config/tc-mn10200.c, * config/tc-mn10300.c, * config/tc-msp430.c, * config/tc-mt.c, * config/tc-nds32.c, * config/tc-or1k.c, * config/tc-ppc.c, * config/tc-pru.c, * config/tc-rl78.c, * config/tc-rx.c, * config/tc-s12z.c, * config/tc-s390.c, * config/tc-score.c, * config/tc-score7.c, * config/tc-sh.c, * config/tc-sparc.c, * config/tc-spu.c, * config/tc-tic4x.c, * config/tc-tic54x.c, * config/tc-tic6x.c, * config/tc-tilegx.c, * config/tc-tilepro.c, * config/tc-v850.c, * config/tc-visium.c, * config/tc-wasm32.c, * config/tc-xc16x.c, * config/tc-xgate.c, * config/tc-xstormy16.c, * config/tc-xtensa.c, * config/tc-z8k.c: Update throughout for bfd section macro and function changes. * write.c (compress_debug): Use bfd_rename_section. gdb/ * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c, * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c, * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c, * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h, * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c, * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c, * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c, * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c, * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c, * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c, * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c, * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c, * solib-spu.c, * solib-svr4.c, * solib-target.c, * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c, * symmisc.c, * symtab.c, * target.c, * windows-nat.c, * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c, * mi/mi-interp.c: Update throughout for bfd section macro and function changes. * gcore (gcore_create_callback): Use bfd_set_section_lma. * spu-tdep.c (spu_overlay_new_objfile): Likewise. gprof/ * corefile.c, * symtab.c: Update throughout for bfd section macro and function changes. ld/ * ldcref.c, * ldctor.c, * ldelf.c, * ldlang.c, * pe-dll.c, * emultempl/aarch64elf.em, * emultempl/aix.em, * emultempl/armcoff.em, * emultempl/armelf.em, * emultempl/cr16elf.em, * emultempl/cskyelf.em, * emultempl/m68hc1xelf.em, * emultempl/m68kelf.em, * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em, * emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em, * emultempl/ppc64elf.em, * emultempl/xtensaelf.em: Update throughout for bfd section macro and function changes. libctf/ * ctf-open-bfd.c: Update throughout for bfd section macro changes. opcodes/ * arc-ext.c: Update throughout for bfd section macro changes. sim/ * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c, * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c, * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c, * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c, * rx/trace.c: Update throughout for bfd section macro changes.
465 lines
13 KiB
C
465 lines
13 KiB
C
/* Definitions for targets which report shared library events.
|
|
|
|
Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
|
|
|
This file is part of GDB.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
#include "defs.h"
|
|
#include "objfiles.h"
|
|
#include "solist.h"
|
|
#include "symtab.h"
|
|
#include "symfile.h"
|
|
#include "target.h"
|
|
#include "gdbsupport/vec.h"
|
|
#include "solib-target.h"
|
|
#include <vector>
|
|
|
|
/* Private data for each loaded library. */
|
|
struct lm_info_target : public lm_info_base
|
|
{
|
|
/* The library's name. The name is normally kept in the struct
|
|
so_list; it is only here during XML parsing. */
|
|
std::string name;
|
|
|
|
/* The target can either specify segment bases or section bases, not
|
|
both. */
|
|
|
|
/* The base addresses for each independently relocatable segment of
|
|
this shared library. */
|
|
std::vector<CORE_ADDR> segment_bases;
|
|
|
|
/* The base addresses for each independently allocatable,
|
|
relocatable section of this shared library. */
|
|
std::vector<CORE_ADDR> section_bases;
|
|
|
|
/* The cached offsets for each section of this shared library,
|
|
determined from SEGMENT_BASES, or SECTION_BASES. */
|
|
section_offsets *offsets = NULL;
|
|
};
|
|
|
|
typedef std::vector<std::unique_ptr<lm_info_target>> lm_info_vector;
|
|
|
|
#if !defined(HAVE_LIBEXPAT)
|
|
|
|
static lm_info_vector
|
|
solib_target_parse_libraries (const char *library)
|
|
{
|
|
static int have_warned;
|
|
|
|
if (!have_warned)
|
|
{
|
|
have_warned = 1;
|
|
warning (_("Can not parse XML library list; XML support was disabled "
|
|
"at compile time"));
|
|
}
|
|
|
|
return lm_info_vector ();
|
|
}
|
|
|
|
#else /* HAVE_LIBEXPAT */
|
|
|
|
#include "xml-support.h"
|
|
|
|
/* Handle the start of a <segment> element. */
|
|
|
|
static void
|
|
library_list_start_segment (struct gdb_xml_parser *parser,
|
|
const struct gdb_xml_element *element,
|
|
void *user_data,
|
|
std::vector<gdb_xml_value> &attributes)
|
|
{
|
|
lm_info_vector *list = (lm_info_vector *) user_data;
|
|
lm_info_target *last = list->back ().get ();
|
|
ULONGEST *address_p
|
|
= (ULONGEST *) xml_find_attribute (attributes, "address")->value.get ();
|
|
CORE_ADDR address = (CORE_ADDR) *address_p;
|
|
|
|
if (!last->section_bases.empty ())
|
|
gdb_xml_error (parser,
|
|
_("Library list with both segments and sections"));
|
|
|
|
last->segment_bases.push_back (address);
|
|
}
|
|
|
|
static void
|
|
library_list_start_section (struct gdb_xml_parser *parser,
|
|
const struct gdb_xml_element *element,
|
|
void *user_data,
|
|
std::vector<gdb_xml_value> &attributes)
|
|
{
|
|
lm_info_vector *list = (lm_info_vector *) user_data;
|
|
lm_info_target *last = list->back ().get ();
|
|
ULONGEST *address_p
|
|
= (ULONGEST *) xml_find_attribute (attributes, "address")->value.get ();
|
|
CORE_ADDR address = (CORE_ADDR) *address_p;
|
|
|
|
if (!last->segment_bases.empty ())
|
|
gdb_xml_error (parser,
|
|
_("Library list with both segments and sections"));
|
|
|
|
last->section_bases.push_back (address);
|
|
}
|
|
|
|
/* Handle the start of a <library> element. */
|
|
|
|
static void
|
|
library_list_start_library (struct gdb_xml_parser *parser,
|
|
const struct gdb_xml_element *element,
|
|
void *user_data,
|
|
std::vector<gdb_xml_value> &attributes)
|
|
{
|
|
lm_info_vector *list = (lm_info_vector *) user_data;
|
|
lm_info_target *item = new lm_info_target;
|
|
item->name
|
|
= (const char *) xml_find_attribute (attributes, "name")->value.get ();
|
|
|
|
list->emplace_back (item);
|
|
}
|
|
|
|
static void
|
|
library_list_end_library (struct gdb_xml_parser *parser,
|
|
const struct gdb_xml_element *element,
|
|
void *user_data, const char *body_text)
|
|
{
|
|
lm_info_vector *list = (lm_info_vector *) user_data;
|
|
lm_info_target *lm_info = list->back ().get ();
|
|
|
|
if (lm_info->segment_bases.empty () && lm_info->section_bases.empty ())
|
|
gdb_xml_error (parser, _("No segment or section bases defined"));
|
|
}
|
|
|
|
|
|
/* Handle the start of a <library-list> element. */
|
|
|
|
static void
|
|
library_list_start_list (struct gdb_xml_parser *parser,
|
|
const struct gdb_xml_element *element,
|
|
void *user_data,
|
|
std::vector<gdb_xml_value> &attributes)
|
|
{
|
|
struct gdb_xml_value *version = xml_find_attribute (attributes, "version");
|
|
|
|
/* #FIXED attribute may be omitted, Expat returns NULL in such case. */
|
|
if (version != NULL)
|
|
{
|
|
const char *string = (const char *) version->value.get ();
|
|
|
|
if (strcmp (string, "1.0") != 0)
|
|
gdb_xml_error (parser,
|
|
_("Library list has unsupported version \"%s\""),
|
|
string);
|
|
}
|
|
}
|
|
|
|
/* The allowed elements and attributes for an XML library list.
|
|
The root element is a <library-list>. */
|
|
|
|
static const struct gdb_xml_attribute segment_attributes[] = {
|
|
{ "address", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL },
|
|
{ NULL, GDB_XML_AF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static const struct gdb_xml_attribute section_attributes[] = {
|
|
{ "address", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL },
|
|
{ NULL, GDB_XML_AF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static const struct gdb_xml_element library_children[] = {
|
|
{ "segment", segment_attributes, NULL,
|
|
GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
|
|
library_list_start_segment, NULL },
|
|
{ "section", section_attributes, NULL,
|
|
GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
|
|
library_list_start_section, NULL },
|
|
{ NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static const struct gdb_xml_attribute library_attributes[] = {
|
|
{ "name", GDB_XML_AF_NONE, NULL, NULL },
|
|
{ NULL, GDB_XML_AF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static const struct gdb_xml_element library_list_children[] = {
|
|
{ "library", library_attributes, library_children,
|
|
GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
|
|
library_list_start_library, library_list_end_library },
|
|
{ NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static const struct gdb_xml_attribute library_list_attributes[] = {
|
|
{ "version", GDB_XML_AF_OPTIONAL, NULL, NULL },
|
|
{ NULL, GDB_XML_AF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static const struct gdb_xml_element library_list_elements[] = {
|
|
{ "library-list", library_list_attributes, library_list_children,
|
|
GDB_XML_EF_NONE, library_list_start_list, NULL },
|
|
{ NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
|
|
};
|
|
|
|
static lm_info_vector
|
|
solib_target_parse_libraries (const char *library)
|
|
{
|
|
lm_info_vector result;
|
|
|
|
if (gdb_xml_parse_quick (_("target library list"), "library-list.dtd",
|
|
library_list_elements, library, &result) == 0)
|
|
{
|
|
/* Parsed successfully. */
|
|
return result;
|
|
}
|
|
|
|
result.clear ();
|
|
return result;
|
|
}
|
|
#endif
|
|
|
|
static struct so_list *
|
|
solib_target_current_sos (void)
|
|
{
|
|
struct so_list *new_solib, *start = NULL, *last = NULL;
|
|
|
|
/* Fetch the list of shared libraries. */
|
|
gdb::optional<gdb::char_vector> library_document
|
|
= target_read_stralloc (current_top_target (), TARGET_OBJECT_LIBRARIES,
|
|
NULL);
|
|
if (!library_document)
|
|
return NULL;
|
|
|
|
/* Parse the list. */
|
|
lm_info_vector library_list
|
|
= solib_target_parse_libraries (library_document->data ());
|
|
|
|
if (library_list.empty ())
|
|
return NULL;
|
|
|
|
/* Build a struct so_list for each entry on the list. */
|
|
for (auto &&info : library_list)
|
|
{
|
|
new_solib = XCNEW (struct so_list);
|
|
strncpy (new_solib->so_name, info->name.c_str (),
|
|
SO_NAME_MAX_PATH_SIZE - 1);
|
|
new_solib->so_name[SO_NAME_MAX_PATH_SIZE - 1] = '\0';
|
|
strncpy (new_solib->so_original_name, info->name.c_str (),
|
|
SO_NAME_MAX_PATH_SIZE - 1);
|
|
new_solib->so_original_name[SO_NAME_MAX_PATH_SIZE - 1] = '\0';
|
|
|
|
/* We no longer need this copy of the name. */
|
|
info->name.clear ();
|
|
|
|
new_solib->lm_info = info.release ();
|
|
|
|
/* Add it to the list. */
|
|
if (!start)
|
|
last = start = new_solib;
|
|
else
|
|
{
|
|
last->next = new_solib;
|
|
last = new_solib;
|
|
}
|
|
}
|
|
|
|
return start;
|
|
}
|
|
|
|
static void
|
|
solib_target_solib_create_inferior_hook (int from_tty)
|
|
{
|
|
/* Nothing needed. */
|
|
}
|
|
|
|
static void
|
|
solib_target_clear_solib (void)
|
|
{
|
|
/* Nothing needed. */
|
|
}
|
|
|
|
static void
|
|
solib_target_free_so (struct so_list *so)
|
|
{
|
|
lm_info_target *li = (lm_info_target *) so->lm_info;
|
|
|
|
gdb_assert (li->name.empty ());
|
|
|
|
delete li;
|
|
}
|
|
|
|
static void
|
|
solib_target_relocate_section_addresses (struct so_list *so,
|
|
struct target_section *sec)
|
|
{
|
|
CORE_ADDR offset;
|
|
lm_info_target *li = (lm_info_target *) so->lm_info;
|
|
|
|
/* Build the offset table only once per object file. We can not do
|
|
it any earlier, since we need to open the file first. */
|
|
if (li->offsets == NULL)
|
|
{
|
|
int num_sections = gdb_bfd_count_sections (so->abfd);
|
|
|
|
li->offsets
|
|
= ((struct section_offsets *)
|
|
xzalloc (SIZEOF_N_SECTION_OFFSETS (num_sections)));
|
|
|
|
if (!li->section_bases.empty ())
|
|
{
|
|
int i;
|
|
asection *sect;
|
|
int num_alloc_sections = 0;
|
|
|
|
for (i = 0, sect = so->abfd->sections;
|
|
sect != NULL;
|
|
i++, sect = sect->next)
|
|
if ((bfd_section_flags (sect) & SEC_ALLOC))
|
|
num_alloc_sections++;
|
|
|
|
if (num_alloc_sections != li->section_bases.size ())
|
|
warning (_("\
|
|
Could not relocate shared library \"%s\": wrong number of ALLOC sections"),
|
|
so->so_name);
|
|
else
|
|
{
|
|
int bases_index = 0;
|
|
int found_range = 0;
|
|
|
|
so->addr_low = ~(CORE_ADDR) 0;
|
|
so->addr_high = 0;
|
|
for (i = 0, sect = so->abfd->sections;
|
|
sect != NULL;
|
|
i++, sect = sect->next)
|
|
{
|
|
if (!(bfd_section_flags (sect) & SEC_ALLOC))
|
|
continue;
|
|
if (bfd_section_size (sect) > 0)
|
|
{
|
|
CORE_ADDR low, high;
|
|
|
|
low = li->section_bases[i];
|
|
high = low + bfd_section_size (sect) - 1;
|
|
|
|
if (low < so->addr_low)
|
|
so->addr_low = low;
|
|
if (high > so->addr_high)
|
|
so->addr_high = high;
|
|
gdb_assert (so->addr_low <= so->addr_high);
|
|
found_range = 1;
|
|
}
|
|
li->offsets->offsets[i] = li->section_bases[bases_index];
|
|
bases_index++;
|
|
}
|
|
if (!found_range)
|
|
so->addr_low = so->addr_high = 0;
|
|
gdb_assert (so->addr_low <= so->addr_high);
|
|
}
|
|
}
|
|
else if (!li->segment_bases.empty ())
|
|
{
|
|
struct symfile_segment_data *data;
|
|
|
|
data = get_symfile_segment_data (so->abfd);
|
|
if (data == NULL)
|
|
warning (_("\
|
|
Could not relocate shared library \"%s\": no segments"), so->so_name);
|
|
else
|
|
{
|
|
ULONGEST orig_delta;
|
|
int i;
|
|
|
|
if (!symfile_map_offsets_to_segments (so->abfd, data, li->offsets,
|
|
li->segment_bases.size (),
|
|
li->segment_bases.data ()))
|
|
warning (_("\
|
|
Could not relocate shared library \"%s\": bad offsets"), so->so_name);
|
|
|
|
/* Find the range of addresses to report for this library in
|
|
"info sharedlibrary". Report any consecutive segments
|
|
which were relocated as a single unit. */
|
|
gdb_assert (li->segment_bases.size () > 0);
|
|
orig_delta = li->segment_bases[0] - data->segment_bases[0];
|
|
|
|
for (i = 1; i < data->num_segments; i++)
|
|
{
|
|
/* If we have run out of offsets, assume all
|
|
remaining segments have the same offset. */
|
|
if (i >= li->segment_bases.size ())
|
|
continue;
|
|
|
|
/* If this segment does not have the same offset, do
|
|
not include it in the library's range. */
|
|
if (li->segment_bases[i] - data->segment_bases[i]
|
|
!= orig_delta)
|
|
break;
|
|
}
|
|
|
|
so->addr_low = li->segment_bases[0];
|
|
so->addr_high = (data->segment_bases[i - 1]
|
|
+ data->segment_sizes[i - 1]
|
|
+ orig_delta);
|
|
gdb_assert (so->addr_low <= so->addr_high);
|
|
|
|
free_symfile_segment_data (data);
|
|
}
|
|
}
|
|
}
|
|
|
|
offset = li->offsets->offsets[gdb_bfd_section_index
|
|
(sec->the_bfd_section->owner,
|
|
sec->the_bfd_section)];
|
|
sec->addr += offset;
|
|
sec->endaddr += offset;
|
|
}
|
|
|
|
static int
|
|
solib_target_open_symbol_file_object (int from_tty)
|
|
{
|
|
/* We can't locate the main symbol file based on the target's
|
|
knowledge; the user has to specify it. */
|
|
return 0;
|
|
}
|
|
|
|
static int
|
|
solib_target_in_dynsym_resolve_code (CORE_ADDR pc)
|
|
{
|
|
/* We don't have a range of addresses for the dynamic linker; there
|
|
may not be one in the program's address space. So only report
|
|
PLT entries (which may be import stubs). */
|
|
return in_plt_section (pc);
|
|
}
|
|
|
|
struct target_so_ops solib_target_so_ops;
|
|
|
|
void
|
|
_initialize_solib_target (void)
|
|
{
|
|
solib_target_so_ops.relocate_section_addresses
|
|
= solib_target_relocate_section_addresses;
|
|
solib_target_so_ops.free_so = solib_target_free_so;
|
|
solib_target_so_ops.clear_solib = solib_target_clear_solib;
|
|
solib_target_so_ops.solib_create_inferior_hook
|
|
= solib_target_solib_create_inferior_hook;
|
|
solib_target_so_ops.current_sos = solib_target_current_sos;
|
|
solib_target_so_ops.open_symbol_file_object
|
|
= solib_target_open_symbol_file_object;
|
|
solib_target_so_ops.in_dynsym_resolve_code
|
|
= solib_target_in_dynsym_resolve_code;
|
|
solib_target_so_ops.bfd_open = solib_bfd_open;
|
|
|
|
/* Set current_target_so_ops to solib_target_so_ops if not already
|
|
set. */
|
|
if (current_target_so_ops == 0)
|
|
current_target_so_ops = &solib_target_so_ops;
|
|
}
|