1. 03 May, 2001 12 commits
  2. 02 May, 2001 20 commits
  3. 01 May, 2001 8 commits
    • Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'. · 0cd015ea
      	* Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
      	(java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
      	* gcj.texi: Updated copyright text.  Include fdl.texi.
      	(Top): Link to new node.
      
      From-SVN: r41743
      Tom Tromey committed
    • parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_list… · 063df563
      parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_list contains the name, not the TREE_PURPOSE.
      
      
      	* parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
      	import_list contains the name, not the TREE_PURPOSE.
      
      From-SVN: r41739
      Per Bothner committed
    • gc_priv.h (UNLOCK): Change type of GC_noop1 argument. · aa32d8f6
      2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
      
      	* gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
      	(GC_noop1): Change declaration to take one argument.
      
      From-SVN: r41738
      Jeffrey Oldham committed
    • objc-act.c (build_module_descriptor): Clear DECL_CONTEXT of UOBJC_MODULES_decl. · d54d2a05
              * objc/objc-act.c (build_module_descriptor): Clear DECL_CONTEXT
              of UOBJC_MODULES_decl.
              (generate_strings): Clear DECL_CONTEXT of new decl nodes.
              (generate_descriptor_table): Ditto.
              (generate_protocols): Ditto.
              (generate_protocol_list): Ditto.
              (generate_classref_translation_entry): Ditto.
      
      From-SVN: r41736
      Stan Shebs committed
    • invoke.texi (Optimize Options): Add documentation for `--param… · 1c4c47db
      invoke.texi (Optimize Options): Add documentation for `--param max-delay-slot-insn-search' and `--param...
      
      2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
      
      	* invoke.texi (Optimize Options): Add documentation for `--param
      	max-delay-slot-insn-search' and `--param
      	max-delay-slot-live-search' and reorder --param section.
      	* params.def: Modify initial comment.
      	* params.h (param_info): Add `help' member.
      	* toplev.c (lang_independent_params): Include `help' description.
      	(display_help): Print --param parameters.
      
      From-SVN: r41734
      Jeffrey Oldham committed
    • libgcj.spec.in (jc1): Add EXCEPTIONSPEC. · e529c2c1
      2001-04-30  Andrew Haley  <aph@cambridge.redhat.com>
      
              * libgcj.spec.in (jc1): Add EXCEPTIONSPEC.
              * configure.host (EXCEPTIONSPEC): New.
              * configure.in (EXCEPTIONSPEC): New.
              * configure: Rebuilt.
      
      From-SVN: r41733
      Andrew Haley committed
    • config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}. · 4e70264f
      2001-05-01  Zack Weinberg  <zackw@stanford.edu>
      
      	* config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}.
      	Remove references to deleted files.
      	(*-*-openbsd): No need to override xmake_file.
      	(*-*-sysv4): Treat like *-*-sysv.
      
      	* configure.in: Probe for ldopen in various places, and set up
      	collect2 to be linked with them if found.
      	Don't dink with Windows registry stuff unless $host_os is a
      	Win32 os name.  Check to see if we need -ladvapi32.
      	* configure: Regenerate.
      
      	* Makefile: Get rid of CLIB and HOST_CLIB.
      	Substitute in COLLECT2_LIBS and link collect2 against its contents.
      	* build-make: Get rid of HOST_CLIB.
      
      	* config/a29k/x-unix, config/alpha/x-osf, config/i386/x-aix,
      	config/i386/x-osfrose, config/m68k/x-dpx2, config/mips/x-iris3,
      	config/mips/x-mips, config/mips/x-osfrose, config/mips/x-sony,
      	config/mips/x-sysv, config/rs6000/x-aix31, config/rs6000/x-aix41,
      	config/rs6000/x-rs6000: Delete.
      
      	* config/i386/x-cygwin, config/m68k/t-aux, config/mips/x-iris:
      	Don't set CLIB.
      
      	24 x-host fragments remain, 0 x-cpu, 3 top level.
      
      2001-05-01  Zack Weinberg  <zackw@stanford.edu>
      
      	* aclocal.m4 (gcc_AC_C_CHAR_BIT): Correct test program.
      	* configure: Regenerate.
      
      From-SVN: r41732
      Zack Weinberg committed