aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850/v850.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r--gcc/config/v850/v850.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h
index 8a417f079fc..fe3f7ae535c 100644
--- a/gcc/config/v850/v850.h
+++ b/gcc/config/v850/v850.h
@@ -20,7 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "svr4.h" /* Automatically does #undef CPP_PREDEFINES */
-#include "gansidecl.h" /* For the PROTO macro */
#undef ASM_SPEC
#define ASM_SPEC "%{mv*:-mv%*}"
@@ -573,6 +572,9 @@ enum reg_class
/* Base register for access to local variables of the function. */
#define FRAME_POINTER_REGNUM 32
+/* Register containing return address from latest function call. */
+#define LINK_POINTER_REGNUM 31
+
/* On some machines the offset between the frame pointer and starting
offset of the automatic variables is not known until after register
allocation has been done (for example, because the saved registers