1. 19 Oct, 2001 8 commits
  2. 18 Oct, 2001 13 commits
  3. 17 Oct, 2001 19 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
    • For PR java/4295: · 645ca343
      	* aclocal.m4, configure, Makefile.in: Rebuilt.
      	* configure.in: Added AC_EXEEXT.
      
      From-SVN: r46316
      Tom Tromey committed
    • Makefile.in (print-rtl.o): Depend on TREE_H. · 3c5ad1ff
      	* Makefile.in (print-rtl.o): Depend on TREE_H.
      	* alias.c (get_alias_set): Make two passes over objects to first
      	see if inner object is access via restricted pointer.
      	Defer allocating alias set for restricted pointer until here.
      	Call find_placeholder with second arg nonzero.
      	Minor cleanups.
      	* c-common.c (c_apply_type_quals_to_decl): Defer getting alias
      	set for restricted pointer types.
      	* emit-rtl.c (set_mem_attributes): Set more attributes.
      	(set_mem_align, change_address, adjust_address_1): New functions.
      	(change_address_1): Now static.
      	(adjust_address, adjust_address_nv): Deleted.
      	(replace_equiv_address): Call change_address_1.
      	* expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
      	(find_placeholder): Get starting point from PLIST arg.
      	(expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
      	* expr.h (set_mem_align, change_address, adjust_address_1): New decls.
      	(adjust_address, adjust_address_nv): New macros.
      	* print-rtl.c (tree.h): New include.
      	(print_rtx, case MEM): Print all memory attributes.
      
      From-SVN: r46314
      Richard Kenner committed
    • Makefile.in (print-rtl.o): Depend on TREE_H. · 738cc472
      	* Makefile.in (print-rtl.o): Depend on TREE_H.
      	* alias.c (get_alias_set): Make two passes over objects to first
      	see if inner object is access via restricted pointer.
      	Defer allocating alias set for restricted pointer until here.
      	Call find_placeholder with second arg nonzero.
      	Minor cleanups.
      	* emit-rtl.c (set_mem_attributes): Set more attributes.
      	(set_mem_align, change_address, adjust_address_1): New functions.
      	(change_address_1): Now static.
      	(adjust_address, adjust_address_nv): Deleted.
      	(replace_equiv_address): Call change_address_1.
      	* expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
      	(find_placeholder): Get starting point from PLIST arg.
      	(expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
      	* expr.h (set_mem_align, change_address, adjust_address_1): New decls.
      	(adjust_address, adjust_address_nv): New macros.
      	* print-rtl.c (tree.h): New include.
      	(print_rtx, case MEM): Print all memory attributes.
      
      From-SVN: r46313
      Richard Kenner committed
    • c-tree.texi: Eliminate duplicated word. · 14976c58
      	* c-tree.texi: Eliminate duplicated word.
      	* cpp.texi: Likewise.
      	* install.texi: Likewise.
      	* invoke.texi: Likewise.
      	* tm.texi: Likewise.
      
      From-SVN: r46310
      Matt Kraai committed
    • Daily bump. · e0a1c107
      From-SVN: r46309
      GCC Administrator committed
    • gc_pthread_redirects.h: Generalize test to use GC_PTHREADS. · f6d882d9
      	* include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
      	* linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
      	GC_FREEBSD_THREADS, handle strange interaction between system
      	pthread implementation and boehm-gc signal-handler architecture.
      	* tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
      	set stack.
      	* include/private/gcconfig.h (configuration keyed off FREEBSD):
      	Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
      	MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
      
      From-SVN: r46307
      Loren J. Rittle committed
    • Add ChangeLog entry for dsp16xx/dsp16xx.c change. · 808dbdd5
      From-SVN: r46306
      Michael Collison committed
    • dsp16xx.c: Fix comment formatting to match GNU standards. · 6b0880cb
      
      
      * dsp16xx.c: Fix comment formatting to match GNU standards.
      (dsp16xx_output_function_prologue): Change type of 'size'
      parameter from 'int' to HOST_WIDE_INT.
      (dsp16xx_output_function_epilogue): Change type of 'size'
      parameter from 'int' to HOST_WIDE_INT.
      
      From-SVN: r46305
      Michael Collison committed
    • Makefile.am (test.o): Find tests/test.c in $(srcdir). · 33129152
      	* Makefile.am (test.o): Find tests/test.c in $(srcdir).
      	* Makefile.in: Rebuilt.
      
      From-SVN: r46304
      Loren J. Rittle committed
    • configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check. · f88c65f7
              * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
              * configure, config.in: Rebuild.
      
              * config/i386/i386.c (ix86_output_addr_vec_elt): New.
              (ix86_output_addr_diff_elt): New.
              * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
              (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
              (JUMP_TABLES_IN_TEXT_SECTION): New.
              * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
              * config/i386/i386-protos.h: Update.
      
              * config/i386/386bsd.h, config/i386/beos-elf.h,
              config/i386/freebsd-aout.h, config/i386/freebsd.h,
              config/i386/i386-interix.h, config/i386/i386elf.h,
              config/i386/linux.h, config/i386/netbsd-elf.h,
              config/i386/netbsd.h, config/i386/openbsd.h,
              config/i386/ptx4-i.h, config/i386/rtemself.h,
              config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
              (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
      
      From-SVN: r46303
      Richard Henderson committed