Commit 8ac90571 by Richard Henderson Committed by Richard Henderson

unwind-dw2-fde.c (__deregister_frame_info): Don't play games with alias attribute.

        * unwind-dw2-fde.c (__deregister_frame_info): Don't play games
        with alias attribute.

From-SVN: r43214
parent eb2d0fd5
2001-06-11 Richard Henderson <rth@redhat.com>
* unwind-dw2-fde.c (__deregister_frame_info): Don't play games
with alias attribute.
* config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
* config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise.
......
......@@ -197,21 +197,11 @@ __deregister_frame_info_bases (void *begin)
return (void *) ob;
}
#ifdef ASM_OUTPUT_DEF
/* Note that __USER_LABEL_PREFIX__ is not a string. Stringize it. */
#define STR1(X) #X
#define STR(X) STR1(X)
void *
__deregister_frame_info (void *)
__attribute__((alias(STR(__USER_LABEL_PREFIX__)
"__deregister_frame_info_bases")));
#else
void *
__deregister_frame_info (void *begin)
{
return __deregister_frame_info_bases (begin);
}
#endif
void
__deregister_frame (void *begin)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment