Browse Source

(__ASMNAME): Use C_SYMBOL_PREFIX.
(__ASMNAME2): Macro removed.

Miles Bader 22 years ago
parent
commit
425e565ddd
1 changed files with 2 additions and 3 deletions
  1. 2 3
      include/sys/cdefs.h

+ 2 - 3
include/sys/cdefs.h

@@ -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
@@ -124,8 +124,7 @@
 #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__