Index: ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Thu, 7 Jun 2007 18:56:51 +0000 (18:56 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 7 Jun 2007 18:56:51 +0000 (18:56 +0000)
commite46b55d03847d5da02710dc7c53bed67edd007ad
treed9d864d915cd9c3d17707352d3bf0704f21f26ab
parentabea993f795f6b843d0a9ea036a93cb5d6f90bc1
Index: ChangeLog
2007-06-06  Geoffrey Keating  <geoffk@apple.com>
    Hui-May Chang <hm.chang@apple.com>

* doc/invoke.texi (Darwin Options): Update documentation for
-mmacosx-version-min.
* config.gcc (*-*-darwin*): Set extra_gcc_objs.
* config/darwin-driver.c: New file.
* config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
* config/t-darwin (darwin-driver.o): New rule.

* config/darwin-c.c (version_as_macro): Ignore low digit.

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

* gcc.dg/darwin-minversion-3.c: New.

Co-Authored-By: Hui-May Chang <hm.chang@apple.com>
From-SVN: r125537
gcc/ChangeLog
gcc/config.gcc
gcc/config/darwin-c.c
gcc/config/darwin-driver.c [new file with mode: 0644]
gcc/config/darwin.h
gcc/config/t-darwin
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-minversion-3.c [new file with mode: 0644]