PR/18555
commit70593ce1fcb64d433107932af0211c961d7ec07c
authordpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 2004 17:47:32 +0000 (24 17:47 +0000)
committerdpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 2004 17:47:32 +0000 (24 17:47 +0000)
treeea366309ad8043d0c8ca90046334475e8522bf10
parentbd897384a0835ada7ae79ec0bd9dcd803e519adc
    PR/18555
        * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot.
        * config/darwin-c.c (darwin_register_frameworks): Use sysroot.

        testsuite
        * gcc.dg/cpp/isysroot-1.c: New test.
        * gcc.dg/cpp/usr/include/stdio.h: New file.
        * gcc.dg/cpp/isysroot-2.c: New test.
        * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
        New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91178 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin-c.c
gcc/gcc.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/isysroot-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/isysroot-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/usr/include/stdio.h [new file with mode: 0644]