always define FRAME_ADDR_RTX
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sun, 11 Oct 2015 00:48:17 +0000 (00:48 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sun, 11 Oct 2015 00:48:17 +0000 (00:48 +0000)
gcc/ChangeLog:

2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* defaults.h (FRAME_ADDR_RTX): New default definition.
* builtins.c (expand_builtin_return_addr): Adjust.

From-SVN: r228688

gcc/ChangeLog
gcc/builtins.c
gcc/defaults.h

index ac4691f..ab61ec2 100644 (file)
@@ -1,5 +1,10 @@
 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
+       * defaults.h (FRAME_ADDR_RTX): New default definition.
+       * builtins.c (expand_builtin_return_addr): Adjust.
+
+2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
        * defaults.h (DYNAMIC_CHAIN_ADDRESS): New default definition.
        * builtins.c (expand_builtin_return_addr): Adjust.
 
index 750488e..65aa71f 100644 (file)
@@ -808,11 +808,7 @@ expand_builtin_return_addr (enum built_in_function fndecl_code, int count)
   /* For __builtin_frame_address, return what we've got.  But, on
      the SPARC for example, we may have to add a bias.  */
   if (fndecl_code == BUILT_IN_FRAME_ADDRESS)
-#ifdef FRAME_ADDR_RTX
     return FRAME_ADDR_RTX (tem);
-#else
-    return tem;
-#endif
 
   /* For __builtin_return_address, get the return address from that frame.  */
 #ifdef RETURN_ADDR_RTX
index 80ad35c..eb16fc8 100644 (file)
@@ -1289,6 +1289,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define DYNAMIC_CHAIN_ADDRESS(x) (x)
 #endif
 
+#ifndef FRAME_ADDR_RTX
+#define FRAME_ADDR_RTX(x) (x)
+#endif
+
 #ifdef GCC_INSN_FLAGS_H
 /* Dependent default target macro definitions