1. 20 Apr, 2000 5 commits
  2. 19 Apr, 2000 25 commits
  3. 18 Apr, 2000 10 commits
    • Fix problem with relocs in read-only sections for C++ code. · 20c8a6c2
      	* config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
      	flag_pic and RELOC.
      
      From-SVN: r33239
      Jim Wilson committed
    • cccp.c, [...]: Removed. · 86702e31
      	* cccp.c, cexp.y, cexp.c, cccp.1: Removed.
      
      	* configure.in: Delete --disable-cpplib option and all
      	references to cpp_main.
      	* configure: Regenerate.
      	* Makefile.in: Remove all references to CCCP, CCCP_OBJS,
      	@cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
      	cccp.o, cccp, or cppmain.  Link cppmain.o straight to
      	cpp$(exeext).  Add --no-headers to makeinfo command line when
      	generating INSTALL.  Install and uninstall cpp.1 manpage, not
      	cccp.1.
      	* install.texi: Delete all references to cexp.y/cexp.c.
      	Delete ancient instructions for compiling GCC on 3b1.
      	* INSTALL: Regenerate.
      
      	* cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c,
      	ch/decl.c, ch/lex.c, cp/lex.c, f/lex.c, mips/t-ecoff,
      	mips/t-elf, mips/t-r3900: Remove references to cccp.c.
      	* convex.h, fx80.h, m68k.h, pdp11.h, contrib/gcc_update,
      	f/g77install.texi: Remove references to	cexp.c/cexp.y.
      	* xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
      	which is no longer tested anywhere.
      
      	* po/POTFILES.in: Remove cccp.c and cexp.c.  Comment out
      	alpha/vms-tramp.asm.
      
      From-SVN: r33238
      Zack Weinberg committed
    • cppinit.c (handle_option): Don't run error message through gettext twice. · d88b89e5
      	* cppinit.c (handle_option): Don't run error message through
      	gettext twice.
      
      From-SVN: r33237
      Zack Weinberg committed
    • conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. · e38992e8
      	* gcc/conflict.c (conflict_graph_add): Pass enum type to
      	htab_find_slot.
      	* gcc/cpperror.c (hashtab.h): Now include.
      	* gcc/cppexp.c (hashtab.h): Likewise.
      	* gcc/cpplex.c (hashtab.h): Likewise.
      	* gcc/cppfiles.c (hashtab.h): Likewise.
      	(find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
      	to htab_find_slot_with_hash.
      	* gcc/cpphash.c (hashtab.h): Now include.
      	(_cpp_lookup_slot): INSERT is now enum insert_option.
      	* gcc/cpphash.h (_cpp_lookup_slot): Likewise.
      	* gcc/cppinit.c (hashtab.h): Include earlier.
      	(initialize_builtins): Pass enum to htab_find_slot.
      	* gcc/cpplib.c (hashtab.h): Now include.
      	(do_define, do_undef): Pass enum type to _cpp_lookup_slot.
      	(do_pragma_poison, do_assert): Likewise.
      	* gcc/emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
      	htab_find_slot_with_hash.
      	* gcc/simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
      	* gcc/tree.c (type_hash_add): Likewise.
      	(build1): Minor cleanup.
      	* include/hashtab.h (enum insert_option): New type.
      	(htab_find_slot, htab_find_slot_with_hash): Use it.
      	* libiberty/hashtab.c: Various minor cleanups.
      	(htab_find_slot_with_hash): INSERT is now enum insert_option.
      	(htab_find_slot): Likewise.
      
      From-SVN: r33236
      Richard Kenner committed
    • cp-tree.h (lang_decl_flags): Remove const_memfunc and volatile_memfunc. · 0d9eb3ba
      	* cp-tree.h (lang_decl_flags): Remove const_memfunc and
      	volatile_memfunc.  Add destructor_attr.  Adjust dummy.
      	(DECL_DESTRUCTOR_P): Use destructor_attr.
      	(DECL_CONST_MEMFUNC_P): Reimplement.
      	(DECL_VOLATILE_MEMFUNC_P): Remove.
      	* class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
      	(overrides): Use DECL_DESTRUCTOR_P.
      	(check_for_override): Likewise.
      	* decl.c (start_function): Likewise.
      	* decl2.c (grokfclassfn): Likewise.
      	(check_classfn): Likewise.
      	(grok_function_init): Likewise.
      
      From-SVN: r33235
      Mark Mitchell committed
    • * gengenrtl.c (genlegend): Fix misspelling. · 616ce8db
      From-SVN: r33234
      Stan Cox committed
    • configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. · c149cc37
              * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
              bitfields of the host compiler are not signed quantities.
              * config.in: Regenerate.
              * configure: Regenerate.
              * system.h (USE_ENUM_BITFIELDS): Added.
              (ENUM_BITFIELDS): Added.
              * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
              (SHORT_ENUM_BUG): Deleted.
              * tree.h (tree_common): Members `code', `mode', `built_in_class',
              now ENUM_BITFIELD.
              * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
              (CODE_FIELD_BUG): Likewise.
              * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
              (OLD_CC): Likewise.
              * config/m68k/x-ccur (X_CFLAGS): Likewise.
      
      From-SVN: r33233
      Robert Lipe committed
    • ggc-common.c: Add missing blanks. · aa4661f8
      	* ggc-common.c: Add missing blanks.
      	* print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
      	* tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
      
      From-SVN: r33232
      Richard Kenner committed
    • stmt.c (mark_case_node): New function. · 0876ac08
      	* stmt.c (mark_case_node): New function.
      	(mark_case_nesting): Call it.
      
      From-SVN: r33231
      Richard Kenner committed
    • expmed.c (emit_store_flag): If comparing two-word integer with zero, can… · 6912b84b
      expmed.c (emit_store_flag): If comparing two-word integer with zero, can optimize NE, EQ, GE, and LT.
      
      	* expmed.c (emit_store_flag): If comparing two-word integer
      	with zero, can optimize NE, EQ, GE, and LT.
      
      From-SVN: r33230
      Richard Kenner committed