diff options
Diffstat (limited to 'gdb/config/sparc/tm-sun4sol2.h')
-rw-r--r-- | gdb/config/sparc/tm-sun4sol2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/sparc/tm-sun4sol2.h b/gdb/config/sparc/tm-sun4sol2.h index 638d33f..a95ef3b 100644 --- a/gdb/config/sparc/tm-sun4sol2.h +++ b/gdb/config/sparc/tm-sun4sol2.h @@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "sparc/tm-sparc.h" #include "tm-sysv4.h" +#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. */ |