diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2007-03-10 18:06:19 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2007-03-10 18:06:19 +0100 |
commit | 4f6480020e60fd225dc754a7a382c41d5f72b260 (patch) | |
tree | 7293c70723ae9b70a719abb77f43b60fd142012a /gcc/config/i386/darwin.h | |
parent | c9ecbf8693d49366eeccfe1e0c0f9da5052550d5 (diff) | |
download | gcc-4f6480020e60fd225dc754a7a382c41d5f72b260.zip gcc-4f6480020e60fd225dc754a7a382c41d5f72b260.tar.gz gcc-4f6480020e60fd225dc754a7a382c41d5f72b260.tar.bz2 |
darwin.h (DARWIN_MINVERSION_SPEC): Add missing quotation mark.
* config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
quotation mark.
* config/i386/darwin.c (machopic_select_section): Remove
superfluous argument in call to categorize_decl_for_section.
Remove unused variable shlib.
From-SVN: r122796
Diffstat (limited to 'gcc/config/i386/darwin.h')
-rw-r--r-- | gcc/config/i386/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index 15fbd88..0f5b545 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -88,7 +88,7 @@ Boston, MA 02110-1301, USA. */ "%{!m64|fgnu-runtime:10.4; \ ,objective-c|,objc-cpp-output:10.5; \ ,objective-c++|,objective-c++-cpp-output:10.5; \ - :10.4} + :10.4}" #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ |