aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc/tm-sun4os4.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-26 22:16:09 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-26 22:16:09 +0000
commitb8ec9a798f4cccf566a2df75bc50ecad91c7e202 (patch)
treeaf9d43b4d56401c351020dea7644979545d2dcb8 /gdb/config/sparc/tm-sun4os4.h
parent41c86b695a3cee95182cde7043c886479d0364c0 (diff)
downloadgdb-b8ec9a798f4cccf566a2df75bc50ecad91c7e202.zip
gdb-b8ec9a798f4cccf566a2df75bc50ecad91c7e202.tar.gz
gdb-b8ec9a798f4cccf566a2df75bc50ecad91c7e202.tar.bz2
* hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'
command. Now we use unwind info by default if we can find it. * config/sparc: Move VARIABLES_INSIDE_BLOCK and SUN_FIXED_LBRAC_BUG to tm-sparc.h so they are shared between Solaris and SunOS4. * dbxread.c (process_one_symbol): Deal with SunOS4 acc N_STSYM and N_GSYM functions.
Diffstat (limited to 'gdb/config/sparc/tm-sun4os4.h')
-rw-r--r--gdb/config/sparc/tm-sun4os4.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/config/sparc/tm-sun4os4.h b/gdb/config/sparc/tm-sun4os4.h
index 52d2d13..613ed77 100644
--- a/gdb/config/sparc/tm-sun4os4.h
+++ b/gdb/config/sparc/tm-sun4os4.h
@@ -20,22 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "sparc/tm-sparc.h"
#include "tm-sunos.h"
-/* Do variables in the debug stabs occur after the N_LBRAC or before it?
- acc: after, gcc: before, SunOS4 /bin/cc: before. */
-
-#define VARIABLES_INSIDE_BLOCK(desc, gcc_p) (!(gcc_p) && n_opt_found)
-
-/* For acc, there's no need to correct LBRAC entries by guessing how
- they should work. In fact, this is harmful because the LBRAC
- entries now all appear at the end of the function, not intermixed
- with the SLINE entries.
-
- For binary from SunOS4 /bin/cc, need to correct LBRAC's.
-
- For gcc, doesn't matter, attempting the correction is harmless. */
-
-#define SUN_FIXED_LBRAC_BUG (n_opt_found)
-
/* Offsets into jmp_buf. Not defined by Sun, but at least documented in a
comment in <machine/setjmp.h>! */