diff options
Diffstat (limited to 'gdb/config/tm-sunos.h')
-rw-r--r-- | gdb/config/tm-sunos.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/tm-sunos.h b/gdb/config/tm-sunos.h index 1a1ee10..a747ffd 100644 --- a/gdb/config/tm-sunos.h +++ b/gdb/config/tm-sunos.h @@ -22,7 +22,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Return non-zero if we are in a shared library trampoline code stub. */ -#define IN_SOLIB_TRAMPOLINE(pc, name) lookup_solib_trampoline_symbol_by_pc (pc) +#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) \ + lookup_solib_trampoline_symbol_by_pc (pc) /* If PC is in a shared library trampoline code, return the PC where the function itself actually starts. If not, return 0. */ |