1. 18 Feb, 1999 12 commits
    • cpplib.c: Kill define of STDC_VALUE. · 6de1e2a9
      1999-02-18 18:32 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
      	* cpplib.c: Kill define of STDC_VALUE.  Don't include output.h
                or prefix.h. Change CPP_IS_MACRO_BUFFER to not refer to
                macro_cleanup.
      	  (GET_ENV_PATH_LIST, PATH_SEPARATOR, STANDARD_INCLUDE_DIR,
                predefs, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
                CPP_WCHAR_TYPE, USER_LABEL_PREFIX, REGISTER_PREFIX, struct
                cpp_pending, version_string, struct default_include,
                include_defaults_array, path_include, cpp_options_init,
                dump_special_to_buffer, initialize_builtins, cpp_start_read,
                cpp_reader_init, nreverse_pending, push_pending, print_help,
                cpp_handle_option, cpp_handle_options, cpp_finish,
                cpp_cleanup): Move to cppinit.c.
      	  (macro_cleanup, struct arglist, collect_expansion,
      	  create_definition, compare_defs, comp_def_part, ARG_BASE,
      	  struct argdata, macarg, change_newlines, timestamp,
      	  monthnames, special_symbol, unsafe_chars, macroexpand,
      	  push_macro_expansion): Move to cpphash.c.
      	  (quote_string, check_macro_name, cpp_expand_to_buffer,
      	  output_line_command, cpp_undef): Export.
      	  (null_underflow, null_cleanup, handle_directive): Make static.
      	* cpplib.h: Prototype now-exported functions.  Adjust decls of
                syntax tables so we can include cpplib.h in cppinit.c.
      	* cpphash.h: Prototype all functions exported by cpphash.c.
      	* cppinit.c: Make syntax tables initialized data if possible
                (uses GCC designated-initializer extension).
      	* cppexp.c:  Make cpp_lex static.
      	* Makefile.in: Move -D switches for the various include dirs
                from cpplib.o rule to cppinit.o rule.  Adjust dependencies.
      
      From-SVN: r25287
      Zack Weinberg committed
    • jcf-parse.c (get_constant): Add braces around computation of 'd' when… · 43c5ec70
      jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_ARITHMETIC is not defined.
      
      x
      	* jcf-parse.c (get_constant): Add braces around computation of 'd'
      	when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
      
      From-SVN: r25285
      Andrew Haley committed
    • jcf-parse.c (get_constant): Add braces around computation of 'd' when… · 2fe47729
      jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_ARITHMETIC is not defined.
      
      �
      	* jcf-parse.c (get_constant): Add braces around computation of 'd'
      	when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
      
      From-SVN: r25284
      Andrew Haley committed
    • openbsd.h: New file. · 43a538f6
      	* config/alpha/openbsd.h: New file.
      	* config/alpha/xm-openbsd.h: New file.
      
      From-SVN: r25283
      Marc Espie committed
    • openbsd.h: New file. · cb9b3d37
              * sparc/openbsd.h: New file.
              * sparc/xm-openbsd.h: New file.
      
      From-SVN: r25282
      Marc Espie committed
    • openbsd.h: New file. · 89e6da44
              * m68k/openbsd.h: New file.
              * m68k/xm-openbsd.h: New file.
      
      From-SVN: r25281
      Marc Espie committed
    • openbsd.h: New file, originally from netbsd. · 44cd03e6
              * i386/openbsd.h: New file, originally from netbsd.
              * i386/xm-openbsd.h: New file.
      
      From-SVN: r25280
      Marc Espie committed
    • fix IOSTAT=16-bit-int crash · 5d0e7057
      From-SVN: r25279
      Craig Burley committed
    • new g77 test · fc18a80e
      From-SVN: r25278
      Craig Burley committed
    • clarify -fno-globals docs · c89524a8
      From-SVN: r25277
      Craig Burley committed
    • Daily bump. · 3fab021b
      From-SVN: r25276
      Jeff Law committed
    • fix LOG10 typo · c718be04
      From-SVN: r25275
      Craig Burley committed
  2. 17 Feb, 1999 17 commits
  3. 16 Feb, 1999 11 commits