Log

Author Commit Date CI Message
Anthony Green 13e2d7b9 2013-01-10T10:52:02 Handle both 32 and 64-bit x86 builds regardless of target triple
Anthony Green 51415430 2013-01-10T07:35:53 Don't run EH tests with non-GNU compiler
Anthony Green 56ba8d86 2013-01-10T07:25:10 Don't use warning checking macro with sun compiler
Anthony Green 6a028cae 2013-01-10T01:19:43 Don't use GCCisms to define types when + building with the SUNPRO compiler.
Anthony Green 2d9b3939 2013-01-09T21:14:54 Fix for closures with sunpro compiler
Anthony Green 8308984e 2013-01-08T15:14:21 Make sure we're running dejagnu tests with the right compiler.
Anthony Green f26c7ca6 2013-01-08T14:47:05 Make compiler options in dejagnu runs compiler specific
Anthony Green 74c776e2 2013-01-08T12:25:54 Switch x86 Solaris to X86 from X86_64
Anthony Green 8962c8c8 2013-01-08T12:22:24 Fix read-only eh_frame test
Anthony Green 35ddb69c 2013-01-08T07:53:37 Only emit DWARF unwind info when building with GCC
Anthony Green f7879bc3 2013-01-08T07:30:28 Testsuite fix for Solaris vendor compiler
Anthony Green 67cea90f 2013-01-07T06:30:24 mend
Thorsten Glaser 0de3277b 2012-12-03T00:02:31 Testsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely) Dixi quod… >although I believe some 3.0.11 checks to be broken: And indeed, with a few minor changes on top of git master, I still get a full run of PASS plus one XPASS on amd64-linux! With the other patches (from this message’s parent) and these applied, I get a full PASS on m68k-linux as well. So, please git am these three diffs ☺ bye, //mirabilos -- FWIW, I'm quite impressed with mksh interactively. I thought it was much *much* more bare bones. But it turns out it beats the living hell out of ksh93 in that respect. I'd even consider it for my daily use if I hadn't wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh From 5cb15a3bad1f0fb360520dd48bfc938c821cdcca Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <tg@mirbsd.org> Date: Sun, 2 Dec 2012 23:20:56 +0000 Subject: [PATCH 1/2] Fix tests writing to a closure retval via pointer casts As explained in <Pine.BSM.4.64L.1212022014490.23442@herc.mirbsd.org> all other tests that do the same cast to an ffi_arg pointer instead. PASS on amd64-linux (Xen domU) and m68k-linux (ARAnyM) Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Anthony Green 8f4772f3 2013-01-07T06:14:53 m68k fixes for signed 8 and 16-bit calls.
Anthony Green ea7f8440 2013-01-04T09:09:32 remove gcc-ism
Anthony Green f06c0f10 2013-01-02T09:39:17 Add missing ChangeLog entry and generated files.
Anthony Green 1f8675d4 2013-01-02T06:34:38 Merge pull request #26 from rofl0r/master fix build error on ppc when long double == double
Anthony Green 335f419a 2013-01-02T06:30:03 Merge pull request #23 from rurban/master cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
Anthony Green 53236d50 2013-01-02T09:24:55 Regenerate files
Anthony Green 72222ca3 2013-01-02T09:06:38 Update texinfo.tex
Anthony Green 1e326c95 2013-01-02T09:05:02 Update config.guess and config.sub
Anthony Green cb6671f5 2013-01-02T08:56:07 Missing .gitignore changes for xcode support
Anthony Green ebbe7796 2013-01-02T08:54:05 missed x32 libtool patch.
Anthony Green 4394096d 2013-01-02T08:51:35 missed trampoline_table patch. Move to GCC.
Anthony Green ed7a59c3 2013-01-02T08:48:01 Windows symbol export fix. Move to GCC.
Anthony Green ccee09a4 2013-01-02T08:41:55 +2012-03-21 Peter Rosin <peda@lysator.liu.se> + + * testsuite/lib/target-libpath.exp [*-*-cygwin*, *-*-mingw*] + (set_ld_library_path_env_vars): Add the library search dir to PATH + (and save PATH for later). + (restore_ld_library_path_env_vars): Restore PATH.
Anthony Green 089dbce7 2013-01-02T08:37:35 med
Anthony Green 980a334c 2013-01-02T07:36:42 Test GCC update
Anthony Green 8bad679a 2013-01-02T08:28:35 New stand-alone patch
Anthony Green 981c32ee 2013-01-02T07:34:03 Merge with GCC. Eliminate quilt bits.
Anthony Green 61a05492 2012-11-28T06:07:41 Refresh config.guess and config.sub
rofl0r f6b58d2b 2012-11-22T16:26:21 fix build on ppc when long double == double
Anthony Green 69da33a0 2012-11-12T15:25:47 Pull in config.sub for aarch64 support and more
Anthony Green f680b598 2012-11-06T16:00:40 Add missing aarch64 configury bits
Anthony Green dfadfb19 2012-10-31T06:46:41 Rebase for ppc64 fix
Anthony Green e944b8c7 2012-10-30T14:06:09 Add PaX work-around
Anthony Green 9ccd51be 2012-10-30T13:37:37 Fix commit conflicts
Anthony Green f342996c 2012-10-30T07:42:27 Darwin12 fix
Anthony Green 58e8b66f 2012-10-30T07:07:19 AArch64 port
Anthony Green fa5d7479 2012-10-30T07:07:19 AArch64 port
Anthony Green 6993a668 2012-10-30T06:59:32 Fix autoconf macros
Anthony Green 70084e70 2012-10-12T23:55:06 Update Tile* port info
Anthony Green 9c00a3f6 2012-10-12T16:46:06 TILE-Gx/TILEPro support
Anthony Green 048d2f41 2012-10-11T10:55:25 Rebase
Reini Urban 6d6f7110 2012-07-07T12:42:00 cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined otherwise only static libs are created.
Nicolas Lelong d330f192 2012-05-05T09:37:02 iOS build fixes.
Anthony Green 09b23cfc 2012-04-27T08:29:48 Update README with Blackfin/uClinux support
Anthony Green 213ed15c 2012-04-27T01:34:15 Add blackfin supprt from Alexandre Keunecke.
Anthony Green ff3d76fd 2012-04-11T23:16:48 3.0.11
Anthony Green 7e0a412c 2012-04-11T22:47:44 Update files to ship
Zachary Waldowski 39e6a586 2012-04-11T22:39:46 More mac/ios build improvements
Anthony Green 853cc722 2012-04-10T06:33:33 Fix typo for darwin targets
Anthony Green 3f502306 2012-04-06T20:34:51 mend
Mike Lewis ebb8e894 2012-04-06T20:02:08 Build iOS library with xcode
Anthony Green a098b44f 2012-04-06T17:04:35 Reapply missing testsuite changes for arm
Anthony Green 10d1e513 2012-04-06T11:57:14 Update to rc4. Upgrade autoconf version.
Anthony Green 9bcc8842 2012-04-06T11:53:07 Fix Linux/x32 reference in README
Anthony Green a044a56b 2012-04-06T10:39:10 Linux/x32 libtool fix
Anthony Green 59bb61a3 2012-04-06T08:26:14 Update libtool version, README, tests dists
Anthony Green f2981454 2012-04-05T15:45:19 Revert debug code changes
Zachary Waldowski 39dccddb 2012-04-05T12:32:41 Fix building with Clang for Darwin (OS X 10.6+ and iOS 4.0+)
Peter Rosin 3afaa9a3 2012-04-03T07:40:31 Fix return_uc.c test case on windows.
Anthony Green 65f40c35 2012-04-03T07:35:59 Repair ppc build regression.
Peter Rosin 0a1ab12a 2012-03-30T08:14:08 Various MSVC-related changes.
Anthony Green e1539266 2012-03-30T00:40:18 ARM VFP fix for old toolchains
Anthony Green 7c5e60b5 2012-03-29T08:48:22 Rebase on fixed GCC sources
Anthony Green e72ed5ee 2012-03-21T09:52:28 Fix vararg float test
Anthony Green bd78c9c3 2012-03-21T08:09:30 More cygwin fixes
Anthony Green 84d3253f 2012-03-19T23:07:35 Rebase post GCC merge
Anthony Green 964c5b93 2012-03-03T14:46:20 abi check fixes and Linux/x32 support
Anthony Green 6c194233 2012-03-03T14:17:54 Add -no-undefined for both 32- and 64-bit x86 windows-like hosts.
Anthony Green 8360bf1c 2012-02-23T07:01:13 Ensure that users don't include ffitarget.h directly
Anthony Green d578b896 2012-02-15T00:18:18 Fix ABI check regression
Anthony Green dee20f8e 2012-02-10T13:06:46 Rebased from gcc
Anthony Green 4130e197 2012-02-03T13:18:27 Refresh autoconf-archive m4 scripts
Anthony Green 1ff9c604 2012-02-01T16:34:30 Rebase from GCC
Anthony Green 211060eb 2012-01-23T14:24:01 Alpha fix
Anthony Green 78d9c638 2012-01-23T14:17:24 mend
Anthony Green afaf3381 2012-01-23T14:17:13 mend
Anthony Green 9e9c4aeb 2012-01-23T14:11:23 Add Amiga support
Anthony Green 8efc0b1f 2012-01-23T13:47:38 Unlikely fixes
Anthony Green 1df51398 2012-01-23T13:43:59 mend
Anthony Green cd2277cc 2012-01-23T13:43:38 mend
Anthony Green 164e6fe0 2012-01-23T12:41:06 m68k fixes
Anthony Green c365ee75 2012-01-23T11:13:18 Refresh
Anthony Green f22c38bb 2011-11-18T15:13:41 Update variadic patch
Anthony Green 03e9ee32 2011-11-18T15:13:00 Fix cls_double_va.c and update docs
Anthony Green 95f31151 2011-11-12T23:46:05 Rerun automake
Anthony Green 198ed1ef 2011-11-12T23:45:20 Update version number
Anthony Green 4f17e1f1 2011-11-12T17:22:24 Fix last patch
Anthony Green ff9454da 2011-11-12T17:18:51 Add David Gilbert's variadic function call support
Anthony Green ea14ae85 2011-11-12T16:36:59 clean up
Anthony Green 52891f8a 2011-11-12T16:35:55 Add powerpc soft float support
Anthony Green c8f1bde8 2011-11-12T16:21:02 Remove junk file
Anthony Green 6a6e7f86 2011-11-12T16:20:42 Fix kfreebsd
Anthony Green d52fbed0 2011-11-12T16:13:41 Add missing ChangeLog entry
Anthony Green 322052ce 2011-11-12T16:11:49 Fix arm wince alignment issue
Anthony Green af18df2b 2011-11-12T15:52:08 Remove use of ppc string instructions
Anthony Green 236c9391 2011-11-12T07:37:40 Fix darwin11 build problem
Anthony Green c411f140 2011-11-12T07:32:36 Fix ax_enable_builddir macro on BSD systems