From b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180 Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 11 Jul 2003 03:40:53 +0000 Subject: Gcc 3.3.1-pre as of 2003-07-11. --- contrib/gcc/gccspec.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'contrib/gcc/gccspec.c') diff --git a/contrib/gcc/gccspec.c b/contrib/gcc/gccspec.c index 867cbd5..6e538b1 100644 --- a/contrib/gcc/gccspec.c +++ b/contrib/gcc/gccspec.c @@ -57,7 +57,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) } else { - int len; + int len; /* If the filename ends in .m or .mi, we are compiling ObjC and want to pass -shared-libgcc. */ @@ -101,3 +101,9 @@ lang_specific_pre_link () /* Number of extra output files that lang_specific_pre_link may generate. */ int lang_specific_extra_outfiles = 0; /* Not used for C. */ + +/* Table of language-specific spec functions. */ +const struct spec_function lang_specific_spec_functions[] = +{ + { 0, 0 } +}; -- cgit v1.1