1. 22 Jul, 2005 9 commits
  2. 21 Jul, 2005 29 commits
  3. 20 Jul, 2005 2 commits
    • sources.am, [...]: Rebuilt. · 9365047a
      	* sources.am, Makefile.in: Rebuilt.
      	* Makefile.am (all_xlib_lo_files): Removed.
      	(all_libgcj_lo_files): Likewise.
      	(lib_gnu_awt_xlib_la_LIBADD): List correct .lo files.
      	(xlib_java_source_files): Removed.
      	(xlib_nat_headers): Updated.
      	* configure: Rebuilt.
      	* configure.ac: Create standard.omit.
      	* standard.omit.in: New file.
      	* standard.omit: Removed.
      	* scripts/makemake.tcl (gnu/gcj/xlib, gnu/awt/xlib): Now
      	'package'.
      	(emit_package_rule): Special case xlib peers.
      	(emit_source_var): Likewise.
      	Read standard.omit.in.
      	* gnu/awt/xlib/XToolkit.java (createEmbeddedWindow): New method.
      
      From-SVN: r102211
      Tom Tromey committed
    • ffi.c (ffi_call): Handle small structures correctly. · 5d0317fc
      	* src/sh/ffi.c (ffi_call): Handle small structures correctly.
      	Remove empty line.
      	* src/sh64/ffi.c (simple_type): Remove.
      	(return_type): Handle small structures correctly.
      	(ffi_prep_args): Likewise.
      	(ffi_call): Likewise.
      	(ffi_closure_helper_SYSV): Likewise.
      	* src/sh64/sysv.S (ffi_call_SYSV): Handle 1, 2 and 4-byte return.
      	Emit position independent code if PIC and remove wrong datalabel
      	prefixes from EH data.
      
      From-SVN: r102210
      Kaz Kojima committed