1. 20 Dec, 1999 2 commits
    • gcconfig.h: Use libgcj hack for Alpha Linux. · abd99569
             * gcconfig.h: Use libgcj hack for Alpha Linux.
             Undefine MPROTEXT_VDB (from Jeff Sturm).
             * os_dep.c: Remove Alpha Linux hacks.
             * misc.c: Ditto.
      
      From-SVN: r31028
      Anthony Green committed
    • libgcjdata.c: New file. · 7013e7cd
      1999-12-19  Anthony Green  <green@cygnus.com>
      
              * libgcjdata.c: New file.
              * libgcj.spec.in: Use @LIBDATASTARTSPEC@ in startfile.
              * configure: Rebuilt.
              * configure.in (LIBDATASTARTSPEC): Force data with a known name
              into the program.
              * Makefile.in: Rebuilt.
              * Makefile.am: Build libgcjdata.a.
      
              * libgcj.spec.in: Use @FORCELIBGCCSPEC@ in startfile.
              * configure: Rebuilt.
              * configure.in (FORCELIBGCCSPEC): Force important parts of libgcc
              into every program.
      
      From-SVN: r31027
      Anthony Green committed
  2. 19 Dec, 1999 9 commits
  3. 18 Dec, 1999 10 commits
  4. 17 Dec, 1999 18 commits
  5. 16 Dec, 1999 1 commit
    • class.c (check_field_decls): Don't return a value. · 607cf131
      1999-12-16  Mark Mitchell  <mark@codesourcery.com>
      
      	* class.c (check_field_decls): Don't return a value.
      	(avoid_overlap): Moved here from tree.c.
      	(build_base_fields): Likewise.
      	(check_bases): New function, split out from finish_base_struct.
      	(check_bases_and_members): New function, split out from finish_struct_1.
      	(struct base_info): Remove cant_have_default_ctor,
      	cant_have_const_ctor, cant_have_asn_ref.
      	(finish_base_struct): Split semantic analysis into check_bases.
      	(finish_struct_methods): Fix bogus assertion.
      	(check_field_decls): Call finish_struct_anon here.
      	(build_vbase_pointer_fields): Use CLASSTYPE_N_BASECLASSES.
      	(finish_struct_1): Use check_bases_and_members.  Reorganize.
      	* cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
      	(build_base_fields): Don't declare.
      	* tree.c (avoid_overlap): Remove.
      	(build_base_fields): Likewise.
      
      From-SVN: r30983
      Mark Mitchell committed