OSDN Git Service

* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Oct 2001 19:24:44 +0000 (19:24 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Oct 2001 19:24:44 +0000 (19:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46469 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 69d605d..b7d6f43 100644 (file)
@@ -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
index f30563d..1f2e077 100644 (file)
@@ -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.