aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-11 21:53:49 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-11 21:53:49 +0000
commit574dac8e6dd38071a0a617cee59dd2e9e10873a1 (patch)
treefba87c3774d3de162582ad40e1d8b8ae0610ceaa /gdb/config
parentd14682731036f67641880763c7f39ae96b874da2 (diff)
downloadgdb-574dac8e6dd38071a0a617cee59dd2e9e10873a1.zip
gdb-574dac8e6dd38071a0a617cee59dd2e9e10873a1.tar.gz
gdb-574dac8e6dd38071a0a617cee59dd2e9e10873a1.tar.bz2
* dbxread.c (process_one_symbol): Rather than having
BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which is true if we are doing stabs-in-elf, false otherwise. config/sparc/tm-sun4sol2.h: Don't define it.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sparc/tm-sun4sol2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/sparc/tm-sun4sol2.h b/gdb/config/sparc/tm-sun4sol2.h
index a95ef3b..25434f8 100644
--- a/gdb/config/sparc/tm-sun4sol2.h
+++ b/gdb/config/sparc/tm-sun4sol2.h
@@ -23,12 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef IN_SOLIB_TRAMPOLINE
#define IN_SOLIB_TRAMPOLINE(pc, name) in_solib_trampoline((pc), (name))
-/* The values of N_SLINE, N_LBRAC, N_RBRAC symbols in .stab sections are
- relative to the current function, rather than being absolute or
- relative to the current N_SO. */
-
-#define BLOCK_ADDRESS_FUNCTION_RELATIVE
-
/* Variables in the debug stabs occur after the N_LBRAC, not before it,
in code generated by Sun C. */