aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/g++spec.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2006-08-25re PR driver/28528 (C language extensions override -x in C++ driver)Danny Smith1-13/+13
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-1/+1
2006-01-16jvspec.c (lang_specific_spec_functions): removeRafael Espindola1-6/+0
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-6/+6
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers1-1/+1
2004-10-15* dump.c, g++spec.c, repo.c: Update copyright.Kazu Hirata1-1/+1
2004-09-28re PR driver/17537 (g++ not passing -lstdc++ to linker when -l is only supplied)Roger Sayle1-0/+3
2004-09-03configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware...Jan Beulich1-1/+1
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-1/+1
2004-08-06g++spec.c (lang_specific_driver): An -Xlinker or -Wl, option means that libst...Geoffrey Keating1-1/+10
2004-07-26g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.Geoffrey Keating1-5/+9
2004-06-09g++spec.c (lang_specific_driver): Remove check for -lm and -lmath when check ...Andrew Pinski1-4/+1
2003-12-03libunwind cleanupJames E Wilson1-7/+0
2003-09-30Convert to ISO C90 prototypes.Kelley Cook1-1/+1
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-4/+4
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-4/+2
2003-06-04g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.Andreas Jaeger1-3/+0
2003-03-10gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Devang Patel1-0/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-33/+63
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+2
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-19gcc.c (The Specs Language): Document spec functions.Jason Thorpe1-0/+6
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-4/+4
2002-07-25error.c (print_whitespace): Remove.Neil Booth1-4/+3
2002-06-14configure.in (USE_UNWIND_EXCEPTIONS): Add support to set USE_UNWIND_EXCEPTION...Steve Ellcey1-0/+8
2002-04-23g++spec.c: Use profiled libstdc++ and libm with -p/-pg.David O'Brien1-2/+13
2001-08-08* g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.John David Anglin1-0/+1
2001-02-02gcc.c (init_gcc_specs): New function.Mark Mitchell1-2/+16
2001-01-19decl2.c (arg_assoc_class): Fix double iteration logic.Jason Merrill1-11/+0
2001-01-16g++spec.c: Don't add libraries needlessly if -fsyntax-only was given.Phil Edwards1-1/+2
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg1-7/+5
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-5/+17
2000-01-13g++spec.c (lang_specific_driver): Add -fnew-abi if ENABLE_NEW_GXX_ABI defined.Nathan Sidwell1-1/+9
1999-09-13Makefile.in (gcc.o, [...]): Depend on gcc.h.Kaveh R. Ghazi1-11/+12
1999-08-23* g++spec.c (lang_specific_driver): Add room for NULL in arglist.Mumit Khan1-1/+2
1999-01-06Copyright fixes.Jeff Law1-1/+1
1999-01-05g++spec.c (LIBSTDCXX): Provide default definition.Mark Elbrecht1-1/+5
1998-11-27* g++spec.c: Don't prototype xmalloc.Kaveh R. Ghazi1-2/+0
1998-11-22update copyrightsJason Merrill1-1/+1
1998-11-07cp-tree.h: Don't include gansidecl.h.Kaveh R. Ghazi1-3/+0
1998-09-08class.c (get_enclosing_class): New function.Jason Merrill1-5/+3
1998-06-27g++spec.c (NEED_MATH_LIBRARY): Define to 1 if not already defined.Fred Fish1-2/+5
1998-06-05Fix typo.Per Bothner1-1/+1
1998-06-05g++spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.Per Bothner1-0/+9
1998-04-18Patches to give useful error when no files specified.Jim Wilson1-4/+15