1. 23 Mar, 2001 3 commits
    • [multiple changes] · 60c87482
      2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* extend.texi: Document the "java_interface" attribute.
      
      java/:
      2001-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* gjavah.c (process_file): Mark interface definitions with
      	"__attribute__ ((java_interface))".
      
      cp/:
      2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	Add support for Java interface method calls.
      	* cp-tree.h (struct lang_type): Add java_interface flag.
      	(TYPE_JAVA_INTERFACE): New macro.
      	* tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
      	by setting TYPE_JAVA_INTERFACE.
      	* call.c (java_iface_lookup_fn): New static.
      	(build_over_call): If calling a method declared in a
      	TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
      	expression which resolves the function address.
      	(build_java_interface_fn_ref): New function.
      
      From-SVN: r40769
      Bryce McKinlay committed
    • Makefile.in: Rebuilt. · 9450a929
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ffitest_LDFLAGS): New macro.
      
      From-SVN: r40768
      Tom Tromey committed
    • mkconfig.sh: Use a subshell with redirected stdout... · 1b0ae0f9
      	* mkconfig.sh: Use a subshell with redirected stdout,
      	instead of closing stdout and confusing commands that run
      	afterward.  Throw away output of cmp.
      
      From-SVN: r40765
      Zack Weinberg committed
  2. 22 Mar, 2001 22 commits
  3. 21 Mar, 2001 15 commits