mirror of git://gcc.gnu.org/git/gcc.git
re PR libstdc++/21131 (Mismatch in comments for m4 config macros in libstdc++)
2005-04-26 Jones Desougi <jones@ingate.com> PR libstdc++/21131 * linkage.m4: Fix comments. From-SVN: r98771
This commit is contained in:
parent
cb4819f012
commit
747d0b9644
|
@ -1,3 +1,8 @@
|
||||||
|
2005-04-26 Jones Desougi <jones@ingate.com>
|
||||||
|
|
||||||
|
PR libstdc++/21131
|
||||||
|
* linkage.m4: Fix comments.
|
||||||
|
|
||||||
2005-04-26 Paolo Carlini <pcarlini@suse.de>
|
2005-04-26 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
PR libstdc++/21209
|
PR libstdc++/21209
|
||||||
|
|
|
@ -239,7 +239,7 @@ dnl 2) has "C" linkage
|
||||||
dnl
|
dnl
|
||||||
dnl argument 1 is name of function to check
|
dnl argument 1 is name of function to check
|
||||||
dnl
|
dnl
|
||||||
dnl ASSUMES argument is a math function with TWO parameters
|
dnl ASSUMES argument is a stdlib function with TWO parameters
|
||||||
dnl
|
dnl
|
||||||
dnl GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2
|
dnl GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2
|
||||||
AC_DEFUN([GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2], [
|
AC_DEFUN([GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2], [
|
||||||
|
@ -269,7 +269,7 @@ dnl 2) has "C" linkage
|
||||||
dnl
|
dnl
|
||||||
dnl argument 1 is name of function to check
|
dnl argument 1 is name of function to check
|
||||||
dnl
|
dnl
|
||||||
dnl ASSUMES argument is a function with THREE parameters
|
dnl ASSUMES argument is a stdlib function with THREE parameters
|
||||||
dnl
|
dnl
|
||||||
dnl GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_3
|
dnl GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_3
|
||||||
AC_DEFUN([GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_3], [
|
AC_DEFUN([GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_3], [
|
||||||
|
|
Loading…
Reference in New Issue