aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
diff options
context:
space:
mode:
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>2000-02-05 05:46:57 +0000
committerMichael Hayes <m.hayes@gcc.gnu.org>2000-02-05 05:46:57 +0000
commit632905214b454084d969f66e11f95a002f175698 (patch)
tree9389174a3bbd10948dcea0bf1c66567d4b9dc281 /gcc/caller-save.c
parenta0b4eeee42c6cc1aa4038fc18db0d2e554100c5f (diff)
downloadgcc-632905214b454084d969f66e11f95a002f175698.zip
gcc-632905214b454084d969f66e11f95a002f175698.tar.gz
gcc-632905214b454084d969f66e11f95a002f175698.tar.bz2
caller-save.c: Include tm_p.h.
2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz> * caller-save.c: Include tm_p.h. From-SVN: r31805
Diffstat (limited to 'gcc/caller-save.c')
-rw-r--r--gcc/caller-save.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/caller-save.c b/gcc/caller-save.c
index 8777fea..f6249cd 100644
--- a/gcc/caller-save.c
+++ b/gcc/caller-save.c
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "function.h"
#include "expr.h"
#include "toplev.h"
+#include "tm_p.h"
#ifndef MAX_MOVE_MAX
#define MAX_MOVE_MAX MOVE_MAX