* infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 11 Jan 1994 20:15:55 +0000 (20:15 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 11 Jan 1994 20:15:55 +0000 (20:15 +0000)
gdb/ChangeLog
gdb/config/mips/tm-irix5.h

index df8384c..1893326 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 11 06:59:10 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
+
 Tue Jan 11 14:27:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * remote-udi.c (udi_resume): Correct prototype.
index 12aa753..dde53c3 100644 (file)
@@ -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.  */