1. 03 Sep, 1999 6 commits
  2. 02 Sep, 1999 29 commits
  3. 01 Sep, 1999 5 commits
    • ffi.h.in: Removed PACKAGE and VERSION defines and undefs. · 6ba9e3b0
      	* include/ffi.h.in: Removed PACKAGE and VERSION defines and
      	undefs.
      	* fficonfig.h.in: Rebuilt.
      	* configure: Rebuilt.
      	* configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
      	Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
      	* acconfig.h: Don't #undef PACKAGE or VERSION.
      
      From-SVN: r29038
      Tom Tromey committed
    • Modifier.java (ALL_FLAGS): New constant. · e409a2c8
      	* java/lang/reflect/Modifier.java (ALL_FLAGS): New constant.
      	* resolve.cc: Removed constants defined by
      	java.lang.reflect.Modifier.
      	Include <java/lang/reflect/Modifier.h>.
      	(_Jv_ResolvePoolEntry): Use values from Modifier.
      	(_Jv_DetermineVTableIndex): Likewise.
      	(_Jv_PrepareClass): Likewise.
      	(ncode): Likewise.
      	* defineclass.cc (_Jv_ClassReader): Removed constants defined by
      	java.lang.reflect.Modifier.
      	Include <java/lang/reflect/Modifier.h>.
      	(checkExtends): Use values from Modifier.
      	(checkImplements): Likewise.
      	(handleField): Likewise.
      	(handleConstantValueAttribute): Likewise.
      	(handleFieldsEnd): Likewise.
      	(handleMethod ): Likewise.
      	(handleMethodsEnd): Likewise.
      	(handleClassBegin): Likewise.
      	* interpret.cc: Removed constants defined by
      	java.lang.reflect.Modifier.
      	(continue1): Use values from Modifier.
      	* java/lang/natClassLoader.cc: Removed constants defined by
      	java.lang.reflect.Modifier.
      
      From-SVN: r29037
      Tom Tromey committed
    • cp-tree.h (lang_type): Move align into type_flags. · c7f9c6f5
      	* cp-tree.h (lang_type): Move align into type_flags.
      	(CLASSTYPE_ALIGN): Adjust accordingly.
      	* call.c (direct_reference_binding): Remove misleading comment.
      
      From-SVN: r29035
      Mark Mitchell committed
    • regmove.c (fixup_match_1): Don't move INSN in front of P if it would end up in… · 2219e921
      regmove.c (fixup_match_1): Don't move INSN in front of P if it would end up in the shadow of a live flags...
      
              * regmove.c (fixup_match_1): Don't move INSN in front of P if
              it would end up in the shadow of a live flags regsiter.
      
      From-SVN: r29034
      J"orn Rennecke committed
    • natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'. · 6c2a1180
      	* java/lang/natClassLoader.cc (_Jv_NewClass): Use
      	JV_STATE_NOTHING, not `0'.
      	* java/lang/Class.h: Replaced JV_STATE_ defines with enum.
      
      From-SVN: r29033
      Tom Tromey committed