Commit Graph

390 Commits

Author SHA1 Message Date
Thorsten Glaser
0de3277b18 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>
2013-01-07 06:22:51 -05:00
Anthony Green
8f4772f383 m68k fixes for signed 8 and 16-bit calls. 2013-01-07 06:14:53 -05:00
Anthony Green
ea7f8440d5 remove gcc-ism 2013-01-04 09:09:32 -05:00
Anthony Green
f06c0f1037 Add missing ChangeLog entry and generated files. 2013-01-02 09:39:17 -05:00
Anthony Green
1f8675d4c1 Merge pull request #26 from rofl0r/master
fix build error on ppc when long double == double
2013-01-02 06:34:38 -08:00
Anthony Green
335f419a86 Merge pull request #23 from rurban/master
cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
2013-01-02 06:30:03 -08:00
Anthony Green
53236d5061 Regenerate files 2013-01-02 09:24:55 -05:00
Anthony Green
72222ca3fb Update texinfo.tex 2013-01-02 09:06:38 -05:00
Anthony Green
1e326c9543 Update config.guess and config.sub 2013-01-02 09:05:02 -05:00
Anthony Green
cb6671f5b8 Missing .gitignore changes for xcode support 2013-01-02 08:56:07 -05:00
Anthony Green
ebbe779668 missed x32 libtool patch. 2013-01-02 08:54:05 -05:00
Anthony Green
4394096da0 missed trampoline_table patch. Move to GCC. 2013-01-02 08:51:35 -05:00
Anthony Green
ed7a59c3ff Windows symbol export fix. Move to GCC. 2013-01-02 08:48:01 -05:00
Anthony Green
ccee09a4ff +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.
2013-01-02 08:41:55 -05:00
Anthony Green
089dbce7cc med 2013-01-02 08:37:35 -05:00
Anthony Green
980a334c42 Test GCC update 2013-01-02 08:34:01 -05:00
Anthony Green
8bad679ade New stand-alone patch 2013-01-02 08:28:35 -05:00
Anthony Green
981c32ee11 Merge with GCC. Eliminate quilt bits. 2013-01-02 07:34:03 -05:00
Anthony Green
61a0549295 Refresh config.guess and config.sub 2012-11-28 06:07:41 -05:00
rofl0r
f6b58d2bdc fix build on ppc when long double == double 2012-11-22 16:26:21 +01:00
Anthony Green
69da33a076 Pull in config.sub for aarch64 support and more 2012-11-12 15:25:47 -05:00
Anthony Green
f680b598b7 Add missing aarch64 configury bits 2012-11-06 16:00:40 -05:00
Anthony Green
dfadfb1985 Rebase for ppc64 fix 2012-10-31 06:46:41 -04:00
Anthony Green
e944b8c7eb Add PaX work-around 2012-10-30 14:06:40 -04:00
Anthony Green
9ccd51be1f Fix commit conflicts 2012-10-30 13:37:37 -04:00
Anthony Green
f342996cb5 Darwin12 fix 2012-10-30 07:42:27 -04:00
Anthony Green
58e8b66f70 AArch64 port 2012-10-30 07:36:49 -04:00
Anthony Green
fa5d747905 AArch64 port 2012-10-30 07:07:19 -04:00
Anthony Green
6993a6686f Fix autoconf macros 2012-10-30 06:59:32 -04:00
Anthony Green
70084e70dd Update Tile* port info 2012-10-12 23:55:06 -04:00
Anthony Green
9c00a3f674 TILE-Gx/TILEPro support 2012-10-12 16:46:06 -04:00
Anthony Green
048d2f41c3 Rebase 2012-10-11 10:55:25 -04:00
Reini Urban
6d6f711080 cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
otherwise only static libs are created.
2012-07-07 12:52:02 -05:00
Nicolas Lelong
d330f19292 iOS build fixes. 2012-05-05 09:37:02 -04:00
Anthony Green
09b23cfc1d Update README with Blackfin/uClinux support 2012-04-27 08:29:48 -04:00
Anthony Green
213ed15c70 Add blackfin supprt from Alexandre Keunecke. 2012-04-27 01:34:15 -04:00
Anthony Green
ff3d76fd42 3.0.11 2012-04-11 23:16:48 -04:00
Anthony Green
7e0a412c4f Update files to ship 2012-04-11 22:47:44 -04:00
Zachary Waldowski
39e6a58604 More mac/ios build improvements 2012-04-11 22:39:46 -04:00
Anthony Green
853cc722a1 Fix typo for darwin targets 2012-04-10 06:33:33 -04:00
Anthony Green
3f5023068c mend 2012-04-06 20:34:51 -04:00
Mike Lewis
ebb8e89456 Build iOS library with xcode 2012-04-06 20:02:08 -04:00
Anthony Green
a098b44f4c Reapply missing testsuite changes for arm 2012-04-06 17:04:35 -04:00
Anthony Green
10d1e51393 Update to rc4. Upgrade autoconf version. 2012-04-06 11:58:33 -04:00
Anthony Green
9bcc884276 Fix Linux/x32 reference in README 2012-04-06 11:53:07 -04:00
Anthony Green
a044a56b1c Linux/x32 libtool fix 2012-04-06 10:39:10 -04:00
Anthony Green
59bb61a366 Update libtool version, README, tests dists 2012-04-06 08:26:14 -04:00
Anthony Green
f2981454cb Revert debug code changes 2012-04-05 15:45:19 -04:00
Zachary Waldowski
39dccddb60 Fix building with Clang for Darwin (OS X 10.6+ and iOS
4.0+)
2012-04-05 12:32:41 -04:00
Peter Rosin
3afaa9a34a Fix return_uc.c test case on windows. 2012-04-03 07:40:31 -04:00