diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index bd95acb..750488e 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -799,9 +799,7 @@ expand_builtin_return_addr (enum built_in_function fndecl_code, int count) { /* Assume the dynamic chain pointer is in the word that the frame address points to, unless otherwise specified. */ -#ifdef DYNAMIC_CHAIN_ADDRESS tem = DYNAMIC_CHAIN_ADDRESS (tem); -#endif tem = memory_address (Pmode, tem); tem = gen_frame_mem (Pmode, tem); tem = copy_to_reg (tem); |