1. 19 Nov, 2002 4 commits
    • tree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to right place. · 50aadcbc
      	* tree-inline.c: Move prototpyes of find_alloca_call_1 and
      	find_alloca_call to right place.
      
      From-SVN: r59247
      Andreas Jaeger committed
    • * cppfiles.c: Fix formatting. · dc65cd60
      From-SVN: r59245
      Kazu Hirata committed
    • gcc.c (The Specs Language): Document spec functions. · f3226a90
      * gcc.c (The Specs Language): Document spec functions.
      (static_spec_functions, lookup_spec_function)
      (eval_spec_function, handle_spec_function)
      (if_exists_spec_function, alloc_args): New.
      (execute): Abort if processing_spec_function is true.
      (do_spec_1): Hand off spec to handle_spec_function if %:
      is encountered.  If processing_spec_function is true,
      end any pending argument when the end of the string is reached.
      (main): Use alloc_args to allocate the initial argument vector.
      * gcc.h (struct spec_function): New.
      (lang_specific_spec_functions): New extern.
      
      * config/netbsd-elf.h (STARTFILE_SPEC): Add if-exists(crti%O%s).
      (ENDFILE_SPEC): Add if-exists(crtn%O%s).
      * config/alpha/netbsd.h (ENDFILE_SPEC): Likewise.
      
      * doc/invoke.texi: Document spec functions.
      
      * cppspec.c (lang_specific_spec_functions): New.
      * gccspec.c: Likewise.
      
      * g++spec.c (lang_specific_spec_functions): New.
      
      * g77spec.c (lang_specific_spec_functions): New.
      
      * jvspec.c (lang_specific_spec_functions): New.
      
      From-SVN: r59241
      Jason Thorpe committed
    • duff-1.c: New test. · 3b312ef4
      * gcc.dg/duff-1.c: New test.
      * gcc.dg/duff-2.c: New test.
      * gcc.dg/duff-3.c: New test.
      
      From-SVN: r59240
      Jason Thorpe committed
  2. 18 Nov, 2002 25 commits
  3. 17 Nov, 2002 11 commits