* unwind-dw2-fde.c (__deregister_frame_info): Don't play games
with alias attribute.
From-SVN: r43214
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.
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)