aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2001-10-24 19:24:44 +0000
committerJeff Law <law@gcc.gnu.org>2001-10-24 13:24:44 -0600
commit173a000e30f1aeb710084f92c38e053c8f037f0f (patch)
tree9d70de0b76ddfc0d76eb4b8e0fa15b952b83d4c8
parent83c66c1e7a8cb96d3d429fceb49b1025295b5667 (diff)
downloadgcc-173a000e30f1aeb710084f92c38e053c8f037f0f.zip
gcc-173a000e30f1aeb710084f92c38e053c8f037f0f.tar.gz
gcc-173a000e30f1aeb710084f92c38e053c8f037f0f.tar.bz2
* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
From-SVN: r46469
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.h9
2 files changed, 4 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 69d605d..b7d6f43 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 24 13:26:12 2001 Jeffrey A Law (law@cygnus.com)
+
+ * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
+
2001-10-24 Dan Nicolaescu <dann@ics.uci.edu>
* ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index f30563d..1f2e077 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -514,15 +514,6 @@ enum reg_class {
#define STARTING_FRAME_OFFSET 0
-/* We do not know if the caller has a frame pointer, so we cannot go
- beyond level 0. */
-
-#define RETURN_ADDR_RTX(COUNT, FRAME) \
- ((COUNT) == 0 \
- ? gen_rtx_MEM (Pmode, \
- plus_constant (arg_pointer_rtx, -GET_MODE_SIZE (Pmode))) \
- : 0)
-
/* If we generate an insn to push BYTES bytes,
this says how many the stack pointer really advances by.