aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-11 20:15:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-11 20:15:55 +0000
commit4d69cf576b6a841803c6f61b7ba72e19fdcdefdd (patch)
tree3b1e0baab44c40a035402875036b858c49f263c9 /gdb/config
parent6f1c6a6796e45179728efc5ba8de7593693f2bfc (diff)
downloadgdb-4d69cf576b6a841803c6f61b7ba72e19fdcdefdd.zip
gdb-4d69cf576b6a841803c6f61b7ba72e19fdcdefdd.tar.gz
gdb-4d69cf576b6a841803c6f61b7ba72e19fdcdefdd.tar.bz2
* infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-irix5.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/mips/tm-irix5.h b/gdb/config/mips/tm-irix5.h
index 12aa753..dde53c3 100644
--- a/gdb/config/mips/tm-irix5.h
+++ b/gdb/config/mips/tm-irix5.h
@@ -19,10 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mips/tm-irix3.h"
-/* A function call in Irix 5 will sometimes skip the three initial
- instructions which set the GP. */
-#define AT_FUNCTION_START(pc,func_name,func_addr) ((pc) == (func_addr) + 12)
-
/* When calling functions on Irix 5 (or any MIPS SVR4 ABI compliant
platform) $25 must hold the function address. Dest_Reg is a macro
used in CALL_DUMMY in tm-mips.h. */