summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only test on macfixmacAnthony Green2019-11-301-55/+0
|
* Remove 32-bit x86 source filesAnthony Green2019-11-301-48/+2
|
* Fixed missed #ifndef for __mips_soft_float (#442)Carl Hurd2019-11-291-0/+2
| | | Thank you!
* Clean up macosx buildsAnthony Green2019-11-292-2/+1
|
* Address platforms with no __int128.Anthony Green2019-11-291-2/+2
|
* Make build errors easier to debugAnthony Green2019-11-281-4/+1
|
* Add powerpc-eabiAnthony Green2019-11-281-0/+3
|
* Test on powerpc-eabisimAnthony Green2019-11-283-1/+65
|
* powerpc: fix build failure on power7 and older (#532)Sergei Trofimovich2019-11-281-1/+1
| | | | | | | | | | | | | | | | Build failure looks as: ``` libtool: compile: powerpc-unknown-linux-gnu-gcc \ -O2 -mcpu=powerpc -mtune=powerpc -pipe ... -c src/powerpc/ffi.c ... In file included from src/powerpc/ffi.c:33: src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this target 65 | typedef __int128 float128; | ^~~~~~~~ ``` The fix avoids using __int128 in favour of aligned char[16]. Closes: https://github.com/libffi/libffi/issues/531 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Run aarch64-linux-gnu tests on travi-ci directlyAnthony Green2019-11-243-5/+10
|
* Fixes for ppc64le and s390x travis testingAnthony Green2019-11-242-7/+20
|
* Force the use of dockerAnthony Green2019-11-241-9/+1
|
* Merge branch 'master' of github.com:libffi/libffiAnthony Green2019-11-242-4/+3
|\
| * disable obsolete 32-bit targets in macOS (#511)Panayotis2019-11-242-4/+3
| |
* | Try travis-ci's new ppc64le and s390x supportAnthony Green2019-11-242-11/+9
| |
* | Minor clean-upAnthony Green2019-11-241-2/+2
|/
* Move nested_struct3 test to closures directoryv3.3Anthony Green2019-11-232-1/+1
|
* Add missing closing braceAnthony Green2019-11-231-0/+1
|
* Version 3.3Anthony Green2019-11-233-7/+8
|
* Remove junk file from distAnthony Green2019-11-231-1/+1
|
* Account for moved test filesAnthony Green2019-11-231-75/+78
|
* Add dejagnu directives accidentally removedAnthony Green2019-11-232-0/+4
|
* Move closure test to closure directoryAnthony Green2019-11-221-0/+0
|
* More more closure tests to the closure test directoryAnthony Green2019-11-2222-1/+23
|
* Merge branch 'master' of github.com:libffi/libffiAnthony Green2019-11-221-1/+1
|\
| * Capture x86-windows host like x86_64-windows (#529)Michael Haubenwallner2019-11-221-1/+1
| |
* | Move closure tests so we can easily XFAIL them for some targetsAnthony Green2019-11-2276-0/+188
| |
* | Remove gccbug detection. GCC is good now.Anthony Green2019-11-224-23/+1
|/
* Manual clean-ups, and include the PDF in the source distribution.Anthony Green2019-11-222-15/+29
|
* Mention more major port contributorsAnthony Green2019-11-211-0/+4
|
* Update autoconf-archive m4 macrosAnthony Green2019-11-215-82/+24
|
* Fix formatting of README.Anthony Green2019-11-211-2/+2
|
* Fix or1k lack-of-g++ checking in testsuiteAnthony Green2019-11-203-3/+14
|
* Add work-around for users who manage their own closure memoryAnthony Green2019-11-201-2/+10
| | | | As suggested by DJ
* No C++ for or1k-unknown-elfAnthony Green2019-11-191-1/+1
|
* No C++ for or1kAnthony Green2019-11-191-1/+1
|
* Disable type warnings for or1k.Anthony Green2019-11-191-1/+1
|
* No c++ for or1k-elfAnthony Green2019-11-191-1/+1
|
* Fake TRAVIS_BUILD_DIRAnthony Green2019-11-181-1/+1
|
* Adapt for new old ChangeLog fileAnthony Green2019-11-181-2/+1
|
* Fix DEJAGNU variableAnthony Green2019-11-181-3/+3
|
* Set varsAnthony Green2019-11-181-1/+1
|
* Remove verbosityAnthony Green2019-11-181-1/+1
|
* Pull before runningAnthony Green2019-11-181-1/+2
|
* Fix cross builds for or1kAnthony Green2019-11-181-0/+4
|
* More cross build debuggingAnthony Green2019-11-181-1/+3
|
* Set path to simulator. Add debugging output.Anthony Green2019-11-181-0/+5
|
* Be specific when building CI container imagesAnthony Green2019-11-181-1/+1
|
* Capture more or1k hostsAnthony Green2019-11-181-1/+1
|
* Add test support for or1k. Fix yaml typo.Anthony Green2019-11-183-1/+64
|