]> Git Repo - uclibc-ng.git/commitdiff
(__ASMNAME): Use C_SYMBOL_PREFIX.
authorMiles Bader <[email protected]>
Wed, 24 Jul 2002 02:16:28 +0000 (02:16 -0000)
committerMiles Bader <[email protected]>
Wed, 24 Jul 2002 02:16:28 +0000 (02:16 -0000)
(__ASMNAME2): Macro removed.

include/sys/cdefs.h

index 02454ee4daed3780024bc565c4c962aa696c7dc9..e1d73252968759f51b3d71b1201392cb2043a7f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 #if defined __GNUC__ && __GNUC__ >= 2
 
 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
-# define __ASMNAME(cname)  __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
-# define __ASMNAME2(prefix, cname) __STRING (prefix) cname
+# define __ASMNAME(cname) C_SYMBOL_PREFIX cname
 
 /*
 #elif __SOME_OTHER_COMPILER__
This page took 0.023492 seconds and 4 git commands to generate.