1. 19 Oct, 2001 19 commits
  2. 18 Oct, 2001 13 commits
  3. 17 Oct, 2001 8 commits
    • com.h: Remove FFECOM_targetCURRENT... · 516b69ff
              * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
              BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
              related conditional compilation directives.
              * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
              intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
              stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
      
      From-SVN: r46324
      Richard Henderson committed
    • argv.c, [...]: Improve manual formatting. · 5bed56d9
      * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
      ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
      mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c:
      Improve manual formatting.
      * functions.texi: Regenerate.
      
      From-SVN: r46323
      DJ Delorie committed
    • config.gcc: Update c4x and i370 for C front end-specific dependencies. · 51fabca5
      	* config.gcc: Update c4x and i370 for C front end-specific
      	dependencies.
      	* config/c4x/c4x-c.c: New.
      	* config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
      	(code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
      	New declarations.
      	* config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
      	(code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
      	Make extern.
      	(c4x_init_pragma): Remove.
      	(c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
      	c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
      	c4x_pr_ignored): Move to c4x-c.c.
      	* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/c4x/t-c4x: Update.
      	* config/i370/i370-c.c: New.
      	* config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
      	(i370_pr_map): Move to i370-c.c.
      	* config/i370/t-i370: New.
      
      	* doc/tm.texi: Update.
      
      From-SVN: r46322
      Neil Booth committed
    • howto.html: Remove 1999 links (and explain why). · aa2a8516
      2001-10-17  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/html/17_intro/howto.html:  Remove 1999 links (and explain
      	why).  Add link to recent message.
      	* docs/html/faq/index.html (5.6):  Reformat text only; fixup <pre>
      	markup.
      	* docs/html/faq/index.txt:  Regenerate.
      
      From-SVN: r46321
      Phil Edwards committed
    • rs6000.c: Make assorted mechanical formatting and typo fixes throughout. · a4f6c312
              * config/rs6000/rs6000.c: Make assorted mechanical formatting and
              typo fixes throughout.
              (machopic_output_stub): Remove some dead code.
      
      From-SVN: r46320
      Stan Shebs committed
    • Security.java (loadProviders): Fix bug in how providers are loaded. · b011ef31
      2001-10-17  Anthony Green  <green@redhat.com>
      
      	* java/security/Security.java (loadProviders): Fix bug in how
      	providers are loaded.
      
      From-SVN: r46319
      Anthony Green committed
    • Makefile.in (misc.o): Depend on langhooks.h. · 17ed6335
      ada/
              * Makefile.in (misc.o): Depend on langhooks.h.
              * misc.c: Include it.
              (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
              (LANG_HOOKS_DECODE_OPTION): New.
              (lang_hooks): Use LANG_HOOKS_INITIALIZER.
      f/
              * Make-lang.in (f/com.o): Depend on langhooks.h.
              * com.c: Include it.
              (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
              (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
              (lang_hooks): Use LANG_HOOKS_INITIALIZER.
      java/
              * Make-lang.in (java/lang.o): Depend on langhooks.h.
      
      From-SVN: r46318
      Richard Henderson committed
    • cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory leak. · 34f5271d
      * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
      leak.
      
      From-SVN: r46317
      Richard Earnshaw committed