1999-04-16 03:35:26 +02:00
|
|
|
|
/* Read HP PA/Risc object files for GDB.
|
2005-12-17 23:34:03 +01:00
|
|
|
|
Copyright (C) 1991, 1992, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
|
2011-01-01 16:34:07 +01:00
|
|
|
|
2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
Written by Fred Fish at Cygnus Support.
|
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
This file is part of GDB.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
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
|
2007-08-23 20:08:50 +02:00
|
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
1999-07-07 22:19:36 +02:00
|
|
|
|
(at your option) any later version.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
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.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
You should have received a copy of the GNU General Public License
|
2007-08-23 20:08:50 +02:00
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
|
#include "bfd.h"
|
|
|
|
|
#include <syms.h>
|
|
|
|
|
#include "symtab.h"
|
|
|
|
|
#include "symfile.h"
|
|
|
|
|
#include "objfiles.h"
|
|
|
|
|
#include "buildsym.h"
|
|
|
|
|
#include "stabsread.h"
|
|
|
|
|
#include "gdb-stabs.h"
|
|
|
|
|
#include "complaints.h"
|
|
|
|
|
#include "gdb_string.h"
|
|
|
|
|
#include "demangle.h"
|
|
|
|
|
#include "som.h"
|
|
|
|
|
#include "libhppa.h"
|
gdb
* xcoffread.c: Include psymtab.h.
(xcoff_sym_fns): Update.
* symtab.h (struct partial_symbol): Remove.
(PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
(struct partial_symtab): Remove.
(PSYMTAB_TO_SYMTAB): Remove.
(lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
(find_pc_sect_psymtab): Remove.
(find_pc_sect_symtab_via_partial): Declare.
(find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
(find_main_psymtab): Remove.
(find_main_filename): Declare.
(fixup_psymbol_section): Remove.
(fixup_section): Declare.
* symtab.c: Include psymtab.h.
(lookup_symtab): Use lookup_symtab method.
(lookup_partial_symtab): Remove.
(find_pc_sect_psymtab_closer): Remove.
(find_pc_sect_psymtab): Remove.
(find_pc_sect_symtab_via_partial): New function.
(find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
(fixup_section): No longer static.
(fixup_psymbol_section): Remove.
(lookup_symbol_aux): Use lookup_symbol_aux_quick.
(lookup_global_symbol_from_objfile): Likewise.
(lookup_symbol_aux_psymtabs): Remove.
(lookup_symbol_aux_quick): New function.
(lookup_symbol_global): Use lookup_symbol_aux_quick.
(lookup_partial_symbol): Remove.
(basic_lookup_transparent_type_quick): New function.
(basic_lookup_transparent_type): Use it.
(find_main_psymtab): Remove.
(find_main_filename): New function.
(find_pc_sect_symtab): Use find_pc_sect_symtab method.
(find_line_symtab): Use expand_symtabs_with_filename method.
(output_partial_symbol_filename): New function.
(sources_info): Use map_partial_symbol_filenames.
(struct search_symbols_data): New type.
(search_symbols_file_matches): New function.
(search_symbols_name_matches): Likewise.
(search_symbols): Use expand_symtabs_matching method.
(struct add_name_data): Rename from add_macro_name_data.
(add_macro_name): Update.
(add_partial_symbol_name): New function.
(default_make_symbol_completion_list): Use
map_partial_symbol_names.
(struct add_partial_symbol_name): New type.
(maybe_add_partial_symtab_filename): New function.
(make_source_files_completion_list): Use
map_partial_symbol_filenames.
(expand_line_sal): Use expand_symtabs_with_filename method.
* symmisc.c: Include psymtab.h.
(print_objfile_statistics): Use print_stats method.
(dump_objfile): Use dump method.
(dump_psymtab, maintenance_print_psymbols)
(maintenance_info_psymtabs, maintenance_check_symtabs)
(extend_psymbol_list): Remove.
* symfile.h (struct quick_symbol_functions): New struct.
(struct sym_fns) <qf>: New field.
(sort_pst_symbols): Remove.
(increment_reading_symtab): Declare.
* symfile.c: Include psymtab.h.
(compare_psymbols, sort_pst_symbols): Remove.
(psymtab_to_symtab): Remove.
(increment_reading_symtab): New function.
(symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
method.
(set_initial_language): Use find_main_filename.
(allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
(free_named_symtabs): Remove unused code.
(start_psymtab_common, add_psymbol_to_bcache)
(append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
Remove.
* stack.c: Include psymtab.h, symfile.h.
(backtrace_command_1): Use find_pc_sect_symtab_via_partial.
* source.h (psymtab_to_fullname): Don't declare.
* source.c: Include psymtab.h.
(select_source_symtab): Use find_last_source_symtab method.
(forget_cached_source_info): Use forget_cached_source_info
method.
(find_and_open_source): No longer static.
(psymtab_to_fullname): Remove.
* somread.c: Include psymtab.h.
(som_sym_fns): Update.
* psympriv.h: New file.
* psymtab.h: New file.
* psymtab.c: New file.
* objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
(ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
* objfiles.c: Include psymtab.h.
(objfile_relocate1): Use relocate method.
(objfile_has_partial_symbols): Use has_symbols method.
* mipsread.c: Include psymtab.h.
(ecoff_sym_fns): Update.
* mi/mi-cmd-file.c: Include psymtab.h.
(print_partial_file_name): New function.
(mi_cmd_file_list_exec_source_files): Use
map_partial_symbol_filenames.
* mdebugread.c: Include psympriv.h.
* machoread.c: Include psympriv.h.
(macho_sym_fns): Update.
* m2-exp.y (yylex): Use lookup_symtab.
* elfread.c: Include psympriv.h.
(elf_sym_fns): Update.
* dwarf2read.c: Include psympriv.h.
* dbxread.c: Include psympriv.h.
(aout_sym_fns): Update.
* cp-support.c: Include psymtab.h.
(read_in_psymtabs): Remove.
(make_symbol_overload_list_qualified): Use
expand_symtabs_for_function method.
* coffread.c: Include psympriv.h.
(coff_sym_fns): Update.
* blockframe.c: Include psymtab.h.
(find_pc_partial_function): Use find_pc_sect_symtab method.
* ada-lang.h (ada_update_initial_language): Update.
* ada-lang.c: Include psymtab.h.
(ada_update_initial_language): Remove 'main_pst' argument.
(ada_lookup_partial_symbol): Remove.
(struct ada_psym_data): New type.
(ada_add_psyms): New function.
(ada_add_non_local_symbols): Use map_ada_symtabs method.
(struct add_partial_datum): New type.
(ada_add_partial_symbol_completions): New function.
(ada_make_symbol_completion_list): Use map_partial_symbol_names.
(ada_exception_support_info_sniffer): Update.
* Makefile.in (SFILES): Add psymtab.c.
(COMMON_OBS): Add psymtab.o.
(HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
gdb/doc
* gdbint.texinfo (Symbol Handling): Update.
2010-03-10 19:20:08 +01:00
|
|
|
|
#include "psymtab.h"
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
2004-12-18 15:21:09 +01:00
|
|
|
|
#include "solib-som.h"
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
LOCAL FUNCTION
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
som_symtab_read -- read the symbol table of a SOM file
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
SYNOPSIS
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
void som_symtab_read (bfd *abfd, struct objfile *objfile,
|
|
|
|
|
struct section_offsets *section_offsets)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
DESCRIPTION
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
Given an open bfd, a base address to relocate symbols to, and a
|
|
|
|
|
flag that specifies whether or not this bfd is for an executable
|
|
|
|
|
or not (may be shared library for example), add all the global
|
|
|
|
|
function and data symbols to the minimal symbol table.
|
|
|
|
|
*/
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
static void
|
2000-07-30 03:48:28 +02:00
|
|
|
|
som_symtab_read (bfd *abfd, struct objfile *objfile,
|
|
|
|
|
struct section_offsets *section_offsets)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
2008-03-26 15:53:28 +01:00
|
|
|
|
struct gdbarch *gdbarch = get_objfile_arch (objfile);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
unsigned int number_of_symbols;
|
|
|
|
|
int val, dynamic;
|
|
|
|
|
char *stringtab;
|
|
|
|
|
asection *shlib_info;
|
|
|
|
|
struct symbol_dictionary_record *buf, *bufp, *endbufp;
|
|
|
|
|
char *symname;
|
|
|
|
|
CONST int symsize = sizeof (struct symbol_dictionary_record);
|
|
|
|
|
CORE_ADDR text_offset, data_offset;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text_offset = ANOFFSET (section_offsets, 0);
|
|
|
|
|
data_offset = ANOFFSET (section_offsets, 1);
|
|
|
|
|
|
|
|
|
|
number_of_symbols = bfd_get_symcount (abfd);
|
|
|
|
|
|
2006-10-04 23:36:39 +02:00
|
|
|
|
/* Allocate a buffer to read in the debug info.
|
|
|
|
|
We avoid using alloca because the memory size could be so large
|
|
|
|
|
that we could hit the stack size limit. */
|
|
|
|
|
buf = xmalloc (symsize * number_of_symbols);
|
|
|
|
|
make_cleanup (xfree, buf);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
bfd_seek (abfd, obj_som_sym_filepos (abfd), SEEK_SET);
|
2001-09-20 05:03:40 +02:00
|
|
|
|
val = bfd_bread (buf, symsize * number_of_symbols, abfd);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
if (val != symsize * number_of_symbols)
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
|
error (_("Couldn't read symbol dictionary!"));
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
2006-10-04 23:36:39 +02:00
|
|
|
|
/* Allocate a buffer to read in the som stringtab section of
|
|
|
|
|
the debugging info. Again, we avoid using alloca because
|
|
|
|
|
the data could be so large that we could potentially hit
|
|
|
|
|
the stack size limitat. */
|
|
|
|
|
stringtab = xmalloc (obj_som_stringtab_size (abfd));
|
|
|
|
|
make_cleanup (xfree, stringtab);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
bfd_seek (abfd, obj_som_str_filepos (abfd), SEEK_SET);
|
2001-09-20 05:03:40 +02:00
|
|
|
|
val = bfd_bread (stringtab, obj_som_stringtab_size (abfd), abfd);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
if (val != obj_som_stringtab_size (abfd))
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
|
error (_("Can't read in HP string table."));
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
/* We need to determine if objfile is a dynamic executable (so we
|
|
|
|
|
can do the right thing for ST_ENTRY vs ST_CODE symbols).
|
|
|
|
|
|
|
|
|
|
There's nothing in the header which easily allows us to do
|
2002-03-27 01:21:51 +01:00
|
|
|
|
this.
|
|
|
|
|
|
|
|
|
|
This code used to rely upon the existence of a $SHLIB_INFO$
|
|
|
|
|
section to make this determination. HP claims that it is
|
|
|
|
|
more accurate to check for a nonzero text offset, but they
|
|
|
|
|
have not provided any information about why that test is
|
|
|
|
|
more accurate. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
dynamic = (text_offset != 0);
|
|
|
|
|
|
|
|
|
|
endbufp = buf + number_of_symbols;
|
|
|
|
|
for (bufp = buf; bufp < endbufp; ++bufp)
|
|
|
|
|
{
|
|
|
|
|
enum minimal_symbol_type ms_type;
|
|
|
|
|
|
|
|
|
|
QUIT;
|
|
|
|
|
|
|
|
|
|
switch (bufp->symbol_scope)
|
|
|
|
|
{
|
|
|
|
|
case SS_UNIVERSAL:
|
|
|
|
|
case SS_EXTERNAL:
|
|
|
|
|
switch (bufp->symbol_type)
|
|
|
|
|
{
|
|
|
|
|
case ST_SYM_EXT:
|
|
|
|
|
case ST_ARG_EXT:
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
case ST_CODE:
|
|
|
|
|
case ST_PRI_PROG:
|
|
|
|
|
case ST_SEC_PROG:
|
|
|
|
|
case ST_MILLICODE:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
ms_type = mst_text;
|
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case ST_ENTRY:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
/* For a dynamic executable, ST_ENTRY symbols are
|
1999-07-07 22:19:36 +02:00
|
|
|
|
the stubs, while the ST_CODE symbol is the real
|
|
|
|
|
function. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
if (dynamic)
|
|
|
|
|
ms_type = mst_solib_trampoline;
|
|
|
|
|
else
|
|
|
|
|
ms_type = mst_text;
|
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case ST_STUB:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
ms_type = mst_solib_trampoline;
|
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case ST_DATA:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
bufp->symbol_value += data_offset;
|
|
|
|
|
ms_type = mst_data;
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
/* SS_GLOBAL and SS_LOCAL are two names for the same thing (!). */
|
|
|
|
|
case SS_GLOBAL:
|
|
|
|
|
#endif
|
|
|
|
|
case SS_LOCAL:
|
|
|
|
|
switch (bufp->symbol_type)
|
|
|
|
|
{
|
|
|
|
|
case ST_SYM_EXT:
|
|
|
|
|
case ST_ARG_EXT:
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
case ST_CODE:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
ms_type = mst_file_text;
|
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
check_strange_names:
|
|
|
|
|
/* Utah GCC 2.5, FSF GCC 2.6 and later generate correct local
|
1999-07-07 22:19:36 +02:00
|
|
|
|
label prefixes for stabs, constant data, etc. So we need
|
|
|
|
|
only filter out L$ symbols which are left in due to
|
|
|
|
|
limitations in how GAS generates SOM relocations.
|
|
|
|
|
|
|
|
|
|
When linking in the HPUX C-library the HP linker has
|
|
|
|
|
the nasty habit of placing section symbols from the literal
|
|
|
|
|
subspaces in the middle of the program's text. Filter
|
|
|
|
|
those out as best we can. Check for first and last character
|
2011-01-11 22:53:25 +01:00
|
|
|
|
being '$'.
|
1999-07-07 22:19:36 +02:00
|
|
|
|
|
|
|
|
|
And finally, the newer HP compilers emit crud like $PIC_foo$N
|
|
|
|
|
in some circumstance (PIC code I guess). It's also claimed
|
|
|
|
|
that they emit D$ symbols too. What stupidity. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
if ((symname[0] == 'L' && symname[1] == '$')
|
1999-07-07 22:19:36 +02:00
|
|
|
|
|| (symname[0] == '$' && symname[strlen (symname) - 1] == '$')
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|| (symname[0] == 'D' && symname[1] == '$')
|
2004-06-12 01:44:24 +02:00
|
|
|
|
|| (strncmp (symname, "L0\001", 3) == 0)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|| (strncmp (symname, "$PIC", 4) == 0))
|
|
|
|
|
continue;
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case ST_PRI_PROG:
|
|
|
|
|
case ST_SEC_PROG:
|
|
|
|
|
case ST_MILLICODE:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
ms_type = mst_file_text;
|
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case ST_ENTRY:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
2002-03-27 01:21:51 +01:00
|
|
|
|
/* SS_LOCAL symbols in a shared library do not have
|
|
|
|
|
export stubs, so we do not have to worry about
|
|
|
|
|
using mst_file_text vs mst_solib_trampoline here like
|
|
|
|
|
we do for SS_UNIVERSAL and SS_EXTERNAL symbols above. */
|
|
|
|
|
ms_type = mst_file_text;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case ST_STUB:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
ms_type = mst_solib_trampoline;
|
|
|
|
|
bufp->symbol_value += text_offset;
|
2007-06-12 18:55:32 +02:00
|
|
|
|
bufp->symbol_value = gdbarch_smash_text_address
|
2008-03-26 15:53:28 +01:00
|
|
|
|
(gdbarch, bufp->symbol_value);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case ST_DATA:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
bufp->symbol_value += data_offset;
|
|
|
|
|
ms_type = mst_file_data;
|
|
|
|
|
goto check_strange_names;
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
/* This can happen for common symbols when -E is passed to the
|
|
|
|
|
final link. No idea _why_ that would make the linker force
|
|
|
|
|
common symbols to have an SS_UNSAT scope, but it does.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
This also happens for weak symbols, but their type is
|
|
|
|
|
ST_DATA. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
case SS_UNSAT:
|
|
|
|
|
switch (bufp->symbol_type)
|
|
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
|
case ST_STORAGE:
|
|
|
|
|
case ST_DATA:
|
|
|
|
|
symname = bufp->name.n_strx + stringtab;
|
|
|
|
|
bufp->symbol_value += data_offset;
|
|
|
|
|
ms_type = mst_data;
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
continue;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (bufp->name.n_strx > obj_som_stringtab_size (abfd))
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
|
error (_("Invalid symbol data; bad HP string table offset: %d"),
|
1999-04-16 03:35:26 +02:00
|
|
|
|
bufp->name.n_strx);
|
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
|
prim_record_minimal_symbol (symname, bufp->symbol_value, ms_type,
|
1999-04-16 03:35:26 +02:00
|
|
|
|
objfile);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Scan and build partial symbols for a symbol file.
|
|
|
|
|
We have been initialized by a call to som_symfile_init, which
|
|
|
|
|
currently does nothing.
|
|
|
|
|
|
|
|
|
|
SECTION_OFFSETS is a set of offsets to apply to relocate the symbols
|
|
|
|
|
in each section. This is ignored, as it isn't needed for SOM.
|
|
|
|
|
|
|
|
|
|
This function only does the minimum work necessary for letting the
|
|
|
|
|
user "name" things symbolically; it does not read the entire symtab.
|
|
|
|
|
Instead, it reads the external and static symbols and puts them in partial
|
|
|
|
|
symbol tables. When more extensive information is requested of a
|
|
|
|
|
file, the corresponding partial symbol table is mutated into a full
|
|
|
|
|
fledged symbol table by going back and reading the symbols
|
|
|
|
|
for real.
|
|
|
|
|
|
|
|
|
|
We look for sections with specific names, to tell us what debug
|
|
|
|
|
format to look for: FIXME!!!
|
|
|
|
|
|
|
|
|
|
somstab_build_psymtabs() handles STABS symbols.
|
|
|
|
|
|
|
|
|
|
Note that SOM files have a "minimal" symbol table, which is vaguely
|
|
|
|
|
reminiscent of a COFF symbol table, but has only the minimal information
|
|
|
|
|
necessary for linking. We process this also, and use the information to
|
|
|
|
|
build gdb's minimal symbol table. This gives us some minimal debugging
|
|
|
|
|
capability even for files compiled without -g. */
|
|
|
|
|
|
|
|
|
|
static void
|
2009-12-07 10:47:40 +01:00
|
|
|
|
som_symfile_read (struct objfile *objfile, int symfile_flags)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
bfd *abfd = objfile->obfd;
|
|
|
|
|
struct cleanup *back_to;
|
|
|
|
|
|
|
|
|
|
init_minimal_symbol_collection ();
|
2000-05-16 06:07:39 +02:00
|
|
|
|
back_to = make_cleanup_discard_minimal_symbols ();
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
2011-01-11 22:53:25 +01:00
|
|
|
|
/* Process the normal SOM symbol table first.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
This reads in the DNTT and string table, but doesn't
|
2011-01-11 22:53:25 +01:00
|
|
|
|
actually scan the DNTT. It does scan the linker symbol
|
|
|
|
|
table and thus build up a "minimal symbol table". */
|
1999-07-07 22:19:36 +02:00
|
|
|
|
|
1999-08-09 23:36:23 +02:00
|
|
|
|
som_symtab_read (abfd, objfile, objfile->section_offsets);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
2003-02-20 19:31:14 +01:00
|
|
|
|
/* Install any minimal symbols that have been collected as the current
|
2011-01-11 22:53:25 +01:00
|
|
|
|
minimal symbols for this objfile.
|
2003-02-20 19:31:14 +01:00
|
|
|
|
Further symbol-reading is done incrementally, file-by-file,
|
2011-01-11 22:53:25 +01:00
|
|
|
|
in a step known as "psymtab-to-symtab" expansion. hp-symtab-read.c
|
|
|
|
|
contains the code to do the actual DNTT scanning and symtab building. */
|
2003-02-20 19:31:14 +01:00
|
|
|
|
install_minimal_symbols (objfile);
|
|
|
|
|
do_cleanups (back_to);
|
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
|
/* Now read information from the stabs debug sections.
|
2006-03-01 06:47:46 +01:00
|
|
|
|
This is emitted by gcc. */
|
2009-12-02 12:34:37 +01:00
|
|
|
|
stabsect_build_psymtabs (objfile,
|
1999-04-16 03:35:26 +02:00
|
|
|
|
"$GDB_SYMBOLS$", "$GDB_STRINGS$", "$TEXT$");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Initialize anything that needs initializing when a completely new symbol
|
|
|
|
|
file is specified (not just adding some symbols from another file, e.g. a
|
|
|
|
|
shared library).
|
|
|
|
|
|
|
|
|
|
We reinitialize buildsym, since we may be reading stabs from a SOM file. */
|
|
|
|
|
|
|
|
|
|
static void
|
2000-07-30 03:48:28 +02:00
|
|
|
|
som_new_init (struct objfile *ignore)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
stabsread_new_init ();
|
|
|
|
|
buildsym_new_init ();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Perform any local cleanups required when we are done with a particular
|
2011-01-11 22:53:25 +01:00
|
|
|
|
objfile. I.e, we are in the process of discarding all symbol information
|
1999-04-16 03:35:26 +02:00
|
|
|
|
for an objfile, freeing up all memory held for it, and unlinking the
|
2011-01-11 22:53:25 +01:00
|
|
|
|
objfile struct from the global list of known objfiles. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
static void
|
2000-07-30 03:48:28 +02:00
|
|
|
|
som_symfile_finish (struct objfile *objfile)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
2004-10-23 18:18:09 +02:00
|
|
|
|
if (objfile->deprecated_sym_stab_info != NULL)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
2004-10-23 18:18:09 +02:00
|
|
|
|
xfree (objfile->deprecated_sym_stab_info);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* SOM specific initialization routine for reading symbols. */
|
|
|
|
|
|
|
|
|
|
static void
|
2000-07-30 03:48:28 +02:00
|
|
|
|
som_symfile_init (struct objfile *objfile)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
/* SOM objects may be reordered, so set OBJF_REORDERED. If we
|
|
|
|
|
find this causes a significant slowdown in gdb then we could
|
|
|
|
|
set it in the debug symbol readers only when necessary. */
|
|
|
|
|
objfile->flags |= OBJF_REORDERED;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* SOM specific parsing routine for section offsets.
|
|
|
|
|
|
|
|
|
|
Plain and simple for now. */
|
|
|
|
|
|
1999-09-09 02:02:17 +02:00
|
|
|
|
static void
|
2000-07-30 03:48:28 +02:00
|
|
|
|
som_symfile_offsets (struct objfile *objfile, struct section_addr_info *addrs)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
int i;
|
2000-04-21 16:24:45 +02:00
|
|
|
|
CORE_ADDR text_addr;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
2003-06-07 01:33:00 +02:00
|
|
|
|
objfile->num_sections = bfd_count_sections (objfile->obfd);
|
1999-09-09 02:02:17 +02:00
|
|
|
|
objfile->section_offsets = (struct section_offsets *)
|
2004-02-07 Elena Zannoni <ezannoni@redhat.com>
* dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
coffstab_build_psymtabs, elfstab_build_psymtabs)
(stabsect_build_psymtabs): Replace psymbol_obstack with
objfile_obstack.
* dwarf2-frame.c (decode_frame_entry_1): Ditto.
* dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
Ditto.
* dwarfread.c (scan_compilation_units): Ditto.
* elfread.c (elfstab_offset_sections): Ditto.
* hppa-tdep.c (read_unwind_info): Ditto.
* hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
(hpread_end_psymtab): Ditto.
* mdebugread.c (mdebug_build_psymtabs, add_pending)
(parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
Ditto.
* mips-tdep.c (non_heuristic_proc_desc): Ditto.
* objfiles.c (add_to_objfile_sections)
(build_objfile_section_table): Ditto.
(allocate_objfile): Remove init of psymbol_obstack.
(free_objfile): Remove freeing of psymbol_obstack.
* objfiles.h (struct objfile): Remove field
psymbol_obstack. Update comments.
* pa64solib.c (pa64_solib_add_solib_objfile): Replace
psymbol_obstack with objfile_obstack.
* solib-sunos.c (allocate_rt_common_objfile): Remove init of
psymbol_obstack.
* somread.c (som_symfile_offsets, init_import_symbols)
(init_export_symbols): Replace psymbol_obstack with
objfile_obstack.
* somsolib.c (som_solib_add_solib_objfile): Ditto.
* symfile.c (default_symfile_offsets, syms_from_objfile)
(reread_symbols): Remove freeing and init of psymbol_obstack.
(cashier_psymtab): Update comment.
* symmisc.c (print_objfile_statistics): Don't report stats for
psymbol obstack.
* symtab.h (struct general_symbol_info, struct partial_symtab):
Update comments.
* xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
(xcoff_symfile_offsets): Replace psymbol_obstack with
objfile_obstack.
2004-02-07 19:29:54 +01:00
|
|
|
|
obstack_alloc (&objfile->objfile_obstack,
|
2003-06-07 01:33:00 +02:00
|
|
|
|
SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
|
1999-04-16 03:35:26 +02: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.
2000-05-04 18:52:34 +02:00
|
|
|
|
/* FIXME: ezannoni 2000-04-20 The section names in SOM are not
|
2011-01-11 22:53:25 +01:00
|
|
|
|
.text, .data, etc, but $TEXT$, $DATA$,... We should initialize
|
|
|
|
|
SET_OFF_* from bfd. (See default_symfile_offsets()). But I don't
|
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.
2000-05-04 18:52:34 +02:00
|
|
|
|
know the correspondence between SOM sections and GDB's idea of
|
2011-01-11 22:53:25 +01:00
|
|
|
|
section names. So for now we default to what is was before these
|
|
|
|
|
changes. */
|
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.
2000-05-04 18:52:34 +02:00
|
|
|
|
objfile->sect_index_text = 0;
|
|
|
|
|
objfile->sect_index_data = 1;
|
|
|
|
|
objfile->sect_index_bss = 2;
|
|
|
|
|
objfile->sect_index_rodata = 3;
|
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
|
/* First see if we're a shared library. If so, get the section
|
1999-10-06 01:13:56 +02:00
|
|
|
|
offsets from the library, else get them from addrs. */
|
1999-09-09 02:02:17 +02:00
|
|
|
|
if (!som_solib_section_offsets (objfile, objfile->section_offsets))
|
1999-04-16 03:35:26 +02: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.
2000-05-04 18:52:34 +02:00
|
|
|
|
/* Note: Here is OK to compare with ".text" because this is the
|
|
|
|
|
name that gdb itself gives to that section, not the SOM
|
2011-01-11 22:53:25 +01:00
|
|
|
|
name. */
|
2005-12-08 01:17:33 +01:00
|
|
|
|
for (i = 0; i < addrs->num_sections && addrs->other[i].name; i++)
|
2000-04-21 16:24:45 +02:00
|
|
|
|
if (strcmp (addrs->other[i].name, ".text") == 0)
|
|
|
|
|
break;
|
|
|
|
|
text_addr = addrs->other[i].addr;
|
|
|
|
|
|
2003-06-07 01:33:00 +02:00
|
|
|
|
for (i = 0; i < objfile->num_sections; i++)
|
2000-08-28 00:30:29 +02:00
|
|
|
|
(objfile->section_offsets)->offsets[i] = text_addr;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Register that we are able to handle SOM object file formats. */
|
|
|
|
|
|
2010-09-30 21:14:30 +02:00
|
|
|
|
static const struct sym_fns som_sym_fns =
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
bfd_target_som_flavour,
|
2011-01-05 23:22:53 +01:00
|
|
|
|
som_new_init, /* init anything gbl to entire symtab */
|
|
|
|
|
som_symfile_init, /* read initial info, setup for sym_read() */
|
|
|
|
|
som_symfile_read, /* read a symbol file into symtab */
|
|
|
|
|
som_symfile_finish, /* finished with file, cleanup */
|
|
|
|
|
som_symfile_offsets, /* Translate ext. to int. relocation */
|
|
|
|
|
default_symfile_segments, /* Get segment information from a file. */
|
|
|
|
|
NULL,
|
|
|
|
|
default_symfile_relocate, /* Relocate a debug section. */
|
2010-09-30 21:14:30 +02:00
|
|
|
|
&psym_functions
|
1999-04-16 03:35:26 +02:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
void
|
2000-07-30 03:48:28 +02:00
|
|
|
|
_initialize_somread (void)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
{
|
|
|
|
|
add_symtab_fns (&som_sym_fns);
|
|
|
|
|
}
|