summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/darwin.h
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-30 22:13:07 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-30 22:13:07 +0000
commiteb8c35b0e5b145fd1af8ec1337194ecc967ad753 (patch)
treefb929578b05b5c0f06f27b3fd659ff72d3d46bbf /gcc/config/rs6000/darwin.h
parentd16530b90248e9454ed932d98dffe55a27575777 (diff)
downloadgcc-eb8c35b0e5b145fd1af8ec1337194ecc967ad753.tar.gz
2005-06-30 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/darwin.h (FRAME_POINTER_REGNUM): Rename to ... (HARD_FRAME_POINTER_REGNUM): this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101478 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r--gcc/config/rs6000/darwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index f4f10c127de..a315a242dfd 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -151,8 +151,8 @@ do { \
/* Base register for access to local variables of the function. */
-#undef FRAME_POINTER_REGNUM
-#define FRAME_POINTER_REGNUM 30
+#undef HARD_FRAME_POINTER_REGNUM
+#define HARD_FRAME_POINTER_REGNUM 30
#undef RS6000_PIC_OFFSET_TABLE_REGNUM
#define RS6000_PIC_OFFSET_TABLE_REGNUM 31