unwind-dw2-fde.c (__deregister_frame_info): Stringize use of __USER_LABEL_PREFIX__.
* unwind-dw2-fde.c (__deregister_frame_info): Stringize use of __USER_LABEL_PREFIX__. From-SVN: r42475
This commit is contained in:
parent
101fa48cd8
commit
7ac76c8541
@ -1,3 +1,8 @@
|
||||
2001-05-22 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* unwind-dw2-fde.c (__deregister_frame_info): Stringize use
|
||||
of __USER_LABEL_PREFIX__.
|
||||
|
||||
2001-05-22 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favour of...
|
||||
|
@ -198,9 +198,13 @@ __deregister_frame_info_bases (void *begin)
|
||||
}
|
||||
|
||||
#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(__USER_LABEL_PREFIX__ "__deregister_frame_info_bases")));
|
||||
__attribute__((alias(STR(__USER_LABEL_PREFIX__)
|
||||
"__deregister_frame_info_bases")));
|
||||
#else
|
||||
void *
|
||||
__deregister_frame_info (void *begin)
|
||||
|
Loading…
Reference in New Issue
Block a user