unwind-dw2-fde.c (__deregister_frame_info): Don't play games with alias attribute.
authorRichard Henderson <rth@redhat.com>
Mon, 11 Jun 2001 20:15:44 +0000 (13:15 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Jun 2001 20:15:44 +0000 (13:15 -0700)
        * unwind-dw2-fde.c (__deregister_frame_info): Don't play games
        with alias attribute.

From-SVN: r43214

gcc/ChangeLog
gcc/unwind-dw2-fde.c

index 4ceac4cb6640eaf68eccd817aa5ea0feebbc1560..25caf8dcf372a4377bfff1f261a334087d9f5cb3 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 6da2c7384fd3169ceb6e28de46fa36d8f6342de3..8370e7a77deac993c8bd8d9d8fa3dd72ca3dd83f 100644 (file)
@@ -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)