- 09 Oct, 2001 1 commit
-
-
2001-10-09 John Hornkvist <john@toastedmarshmallow.com> Implement Darwin PowerPC ABI. * configure.in: Handle powerpc-*-darwin*. * Makefile.am: Set source files for POWERPC_DARWIN. * configure: Rebuilt. * Makefile.in: Rebuilt. * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for POWERPC_DARWIN. * src/powerpc/darwin.S: New file. * src/powerpc/ffi_darwin.c: New file. From-SVN: r46112
John Hornkvist committed
-
- 07 Oct, 2001 1 commit
-
-
config: * acinclude.m4: Fix spelling error of "separate" as "seperate". gcc: * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c, genmultilib, toplev.c: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. gcc/ada: * 5oosinte.adb: Fix spelling error of "separate" as "seperate". gcc/testsuite: * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix spelling errors of "separate" as "seperate". libffi: * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". libjava: * defineclass.cc, java/awt/image/ColorModel.java, java/awt/image/SampleModel.java, java/lang/Package.java, java/security/cert/X509Extension.java: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. libstdc++-v3: * docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. * docs/html/faq/index.txt: Regenerate. From-SVN: r46063
Joseph Myers committed
-
- 16 Jul, 2001 2 commits
-
-
* src/x86/sysv.S: Avoid gas-only .balign directive. Use C style comments. From-SVN: r44046
Rainer Orth committed -
* src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic. Fixes PR bootstrap/3563. From-SVN: r44045
Rainer Orth committed
-
- 26 Jun, 2001 1 commit
-
-
From-SVN: r43578
Rainer Orth committed
-
- 25 Jun, 2001 1 commit
-
-
* configure.in: Recognize sparc*-sun-* host. * configure: Regenerate. From-SVN: r43557
Rainer Orth committed
-
- 12 Jun, 2001 1 commit
-
-
2001-06-06 Andrew Haley <aph@redhat.com> * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF. From-SVN: r43268
Andrew Haley committed
-
- 03 Jun, 2001 1 commit
-
-
2001-06-03 Andrew Haley <aph@redhat.com> * src/alpha/osf.S: Add unwind info. * src/powerpc/sysv.S: Add unwind info. * src/powerpc/ppc_closure.S: Likewise. From-SVN: r42828
Andrew Haley committed
-
- 01 Jun, 2001 1 commit
-
-
* configure.in: Fix AC_ARG_ENABLE usage. * configure: Rebuilt. From-SVN: r42768
Jeff Sturm committed
-
- 20 May, 2001 1 commit
-
-
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4. From-SVN: r42351
Alexandre Oliva committed
-
- 06 May, 2001 1 commit
-
-
* configure.in: Remove warning about beta code. * configure: Rebuilt. From-SVN: r41875
Bryce McKinlay committed
-
- 26 Apr, 2001 3 commits
-
-
* src/ia64/unix.S: Restore stack pointer when returning from ffi_closure_UNIX. * src/ia64/ffi.c: Fix typo in comment From-SVN: r41594
Hans Boehm committed -
From-SVN: r41565
Hans Boehm committed -
From-SVN: r41563
Hans Boehm committed
-
- 18 Apr, 2001 1 commit
-
-
* src/ia64/unix.S: Delete unnecessary increment and decrement of loc2 to eliminate RAW DV. From-SVN: r41411
Jim Wilson committed
-
- 12 Apr, 2001 1 commit
-
-
libffi: * Makefile.am: Make a libtool convenience library. * Makefile.in: Rebuilt. libjava: * java/io/File.java (normalizePath): New private method. (File (String)): Use normalizePath(). (File (String, String)): Likewise. * Makefile.am (libffi_files): Removed. (libgcj.la): Link libffi as a convenience library instead of refering to its object files directly. * Makefile.in: Rebuilt. From-SVN: r41298
Bryce McKinlay committed
-
- 29 Mar, 2001 1 commit
-
-
* configure.in: Use different syntax for subdirectory creation. * configure: Rebuilt. From-SVN: r40955
Bryce McKinlay committed
-
- 27 Mar, 2001 1 commit
-
-
2001-03-27 Jon Beniston <jon@beniston.com> * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW). * configure: Rebuilt. * Makefile.am: Added X86_WIN32 target support. * Makefile.in: Rebuilt. * include/ffi.h.in: Added X86_WIN32 target support. * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets. * src/types.c: Added X86_WIN32 target support. * src/x86/win32.S: New file. Based on sysv.S, but with EH stuff removed and made to work with CygWin's gas. From-SVN: r40860
Jon Beniston committed
-
- 26 Mar, 2001 1 commit
-
-
* configure.in: Make target subdirectory in build dir. * Makefile.am: Override suffix based rules to specify correct output subdirectory. * Makefile.in: Rebuilt. * configure: Rebuilt. From-SVN: r40853
Bryce McKinlay committed
-
- 24 Mar, 2001 2 commits
-
-
From-SVN: r40808
Kevin B Hendricks committed -
* src/powerpc/ppc_closure.S: New file. * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug involving long long and register pairs. (ffi_prep_closure): New function. (flush_icache): Likewise. (ffi_closure_helper_SYSV): Likewise. * include/ffi.h.in (FFI_CLOSURES): Define on PPC. (FFI_TRAMPOLINE_SIZE): Likewise. (FFI_NATIVE_RAW_API): Likewise. * Makefile.in: Rebuilt. * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S. (TARGET_SRC_POWERPC): Likewise. From-SVN: r40807
Kevin B Hendricks committed
-
- 23 Mar, 2001 1 commit
-
-
* Makefile.in: Rebuilt. * Makefile.am (ffitest_LDFLAGS): New macro. From-SVN: r40768
Tom Tromey committed
-
- 02 Mar, 2001 1 commit
-
-
From-SVN: r40195
Nick Clifton committed
-
- 08 Feb, 2001 1 commit
-
-
gcc/java/: * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org. libffi/: * include/ffi.h.in: Change sourceware.cygnus.com references to gcc.gnu.org. libjava/: * README, gij.cc, java/lang/natClass.cc, java/lang/natSystem.cc: Change sources.redhat.com and sourceware.cygnus.com references to gcc.gnu.org. From-SVN: r39531
Joseph Myers committed
-
- 10 Dec, 2000 1 commit
-
-
From-SVN: r38169
Richard Henderson committed
-
- 08 Dec, 2000 1 commit
-
-
From-SVN: r38136
Richard Henderson committed
-
- 30 Sep, 2000 1 commit
-
-
* ltconfig, ltmain.sh, libtool.m4: Updated from libtool multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts. From-SVN: r36673
Alexandre Oliva committed
-
- 10 Sep, 2000 2 commits
-
-
* config.guess, config.sub, install-sh: Removed. * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise. * Makefile.in: Rebuilt. From-SVN: r36289
Alexandre Oliva committed -
* acinclude.m4: Include libtool macros from the top level. * aclocal.m4, configure: Rebuilt. From-SVN: r36287
Alexandre Oliva committed
-
- 24 Aug, 2000 1 commit
-
-
* configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set. * configure: Rebuilt. From-SVN: r35928
Alexandre Oliva committed
-
- 11 May, 2000 2 commits
-
-
From-SVN: r33853
Tom Tromey committed -
2000-05-11 Scott Bambrough <scottb@netwinder.org> * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to memory correctly. Use conditional instructions, not branches where possible. From-SVN: r33852
Scott Bambrough committed
-
- 04 May, 2000 1 commit
-
-
* configure: Rebuilt. * configure.in: Match `arm*-*-linux-*'. From Chris Dornan <cdornan@arm.com>. From-SVN: r33666
Tom Tromey committed
-
- 01 May, 2000 1 commit
-
-
2000-04-28 Jakub Jelinek <jakub@redhat.com> * Makefile.am (SUBDIRS): Define. (AM_MAKEFLAGS): Likewise. (Multilib support.): Add section. * Makefile.in: Rebuilt. * ltconfig (extra_compiler_flags, extra_compiler_flags_value): New variables. Set for gcc using -print-multi-lib. Export them to libtool. (sparc64-*-linux-gnu*): Use libsuff 64 for search paths. * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options for -shared links. (extra_compiler_flags_value, extra_compiler_flags): Check these for extra compiler options which need to be passed down in compiler_flags. From-SVN: r33586
Jakub Jelinek committed
-
- 17 Apr, 2000 2 commits
-
-
2000-04-16 Anthony Green <green@redhat.com> * configure: Rebuiltd. * configure.in: Change i*86-pc-linux* to i*86-*-linux*. From-SVN: r33197
Anthony Green committed -
From-SVN: r33196
Jakub Jelinek committed
-
- 04 Apr, 2000 1 commit
-
-
2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com> * configure.in: (i[3456]86-*-solaris2*): Removed `target-libffi' from list. Patch proposed by Anthony Green. Libffi: 2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com> * configure: Rebuilt. * configure.in: (i*86-*-solaris*): New libffi target. Patch proposed by Bryce McKinlay. From-SVN: r32906
Alexandre Petit-Bianco committed
-
- 21 Mar, 2000 1 commit
-
-
From-SVN: r32660
Tom Tromey committed
-
- 09 Mar, 2000 1 commit
-
-
2000-03-08 Bryce McKinlay <bryce@albatross.co.nz> * config.guess, config.sub: Update from the gcc tree. Fix for PR libgcj/168. From-SVN: r32442
Bryce McKinlay committed
-
- 03 Mar, 2000 1 commit
-
-
From-SVN: r32314
Tom Tromey committed
-