gcc.c: Document %{, in big comment at top.
authorGeoffrey Keating <geoffk@apple.com>
Sat, 10 Mar 2007 01:03:36 +0000 (01:03 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 10 Mar 2007 01:03:36 +0000 (01:03 +0000)
commit48137d59c3cf49628dee903213567c9556cb6adb
tree3d90d17a264baf824bedf4f6733f3e706c71f2e6
parent9b580a0b53a3e81eef0656670c4a4a09a5683b42
gcc.c: Document %{, in big comment at top.

* gcc.c: Document %{, in big comment at top.
(input_suffix_matches): Remove special handling for .s and
.S.
(input_spec_matches): New.
(handle_braces): Handle %{,.
(validate_switches): ',' indicates a value which is not a switch.
* config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
to detect assembler input.
* config/i386/sol2.h (CPP_SPEC): Likewise.
* config/rs6000/sysv4.h (ASM_SPEC): Likewise.
* config/rs6000/vxworks.h (ASM_SPEC): Likewise.
* config/rs6000/lynx.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
* config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
-m64 causes deployment target to default to 10.5.
* config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.

From-SVN: r122783
gcc/ChangeLog
gcc/config/alpha/osf.h
gcc/config/i386/darwin.h
gcc/config/i386/sol2.h
gcc/config/rs6000/darwin.h
gcc/config/rs6000/linux64.h
gcc/config/rs6000/lynx.h
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/vxworks.h
gcc/gcc.c