]> gcc.gnu.org Git - gcc.git/commit - gcc/config.gcc
Index: gcc/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Fri, 13 Jul 2007 06:12:51 +0000 (06:12 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 13 Jul 2007 06:12:51 +0000 (06:12 +0000)
commit1617e5eedcc094ee8eb18dc3d3b0df3f2cbd546b
tree5725393fda59464c6afb4405cdb5de32243d799e
parent192c543cd420fb63220f72759ce76c0477cee984
Index: gcc/ChangeLog
2007-07-12  Geoffrey Keating  <geoffk@apple.com>

* ginclude/tgmath.h: New.
* config.gcc: Use GCC's tgmath.h on non-glibc systems.
* doc/sourcebuild.texi (Headers): Document use_gcc_tgmath.
* configure.ac (STMP_FIXPROTO): Honor use_gcc_tgmath.
* configure: Regenerate.

Index: gcc/testsuite/ChangeLog
2007-07-11  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/c99-tgmath-1.c: New.
* gcc.dg/c99-tgmath-2.c: New.
* gcc.dg/c99-tgmath-3.c: New.
* gcc.dg/c99-tgmath-4.c: New.

From-SVN: r126613
gcc/ChangeLog
gcc/config.gcc
gcc/configure
gcc/configure.ac
gcc/doc/sourcebuild.texi
gcc/ginclude/tgmath.h [new file with mode: 0644]
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-tgmath-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/c99-tgmath-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/c99-tgmath-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/c99-tgmath-4.c [new file with mode: 0644]
This page took 0.059024 seconds and 5 git commands to generate.