From 5051b6f29000d53a4d17a3248fa748e9138a57f7 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 1 Apr 1994 08:51:31 +0000 Subject: [PATCH] * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): Removed, the new generic definition from tm-sysv4.h works for Solaris. --- gdb/config/sparc/tm-sun4sol2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdb/config/sparc/tm-sun4sol2.h b/gdb/config/sparc/tm-sun4sol2.h index 5a8ec0c0eab..3c427b4304d 100644 --- a/gdb/config/sparc/tm-sun4sol2.h +++ b/gdb/config/sparc/tm-sun4sol2.h @@ -19,9 +19,6 @@ 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)) /* There are two different signal handler trampolines in Solaris2. */ #define IN_SIGTRAMP(pc, name) \ -- 2.30.2