mono.git
11 years agoMerge pull request #617 from knocte/httpwebrequest_playground
Marek Safar [Mon, 22 Apr 2013 08:23:44 +0000 (01:23 -0700)]
Merge pull request #617 from knocte/httpwebrequest_playground

[HttpWebRequest] Add timeout tests that cover BNC#317553 (ximian#74177)

11 years agoAdd a freelist around the code chunk allocator to avoid mmap failures when a lot...
Zoltan Varga [Sun, 21 Apr 2013 19:36:17 +0000 (21:36 +0200)]
Add a freelist around the code chunk allocator to avoid mmap failures when a lot of appdomains are created and destroyed. Hopefully fixes #3311.

11 years ago[HttpWebRequest] Add timeout tests that cover BNC#317553 (ximian #74177)
Andres G. Aragoneses [Sat, 20 Apr 2013 13:29:37 +0000 (14:29 +0100)]
[HttpWebRequest] Add timeout tests that cover BNC#317553 (ximian #74177)

The pull-request that was merged [1] intending to fix BXC#1183 [2] was
later reverted [3] because it broke a scenario that wasn't covered by tests.

This commits creates a couple of tests that cover this scenario (which was
implemented back in 2005 [4]) so that we are sure that any further proposed
fixes for bug 1183 [2] don't cause any regression in this area.

[1] https://github.com/mono/mono/commit/8c2167d52cb9acf9582647ebb5f99c92d9127fbd
[2] https://bugzilla.xamarin.com/show_bug.cgi?id=11833
[3] https://github.com/mono/mono/commit/14f0405443693ec2586e73e4b3746134046210d5
[4] https://bugzilla.novell.com/show_bug.cgi?id=317553

11 years agoFix the map of bool and char in runtime invoke signatures. Fixes #11862.
Zoltan Varga [Fri, 19 Apr 2013 18:37:00 +0000 (20:37 +0200)]
Fix the map of bool and char in runtime invoke signatures. Fixes #11862.

11 years agoFix previous commit.
Zoltan Varga [Fri, 19 Apr 2013 16:54:24 +0000 (18:54 +0200)]
Fix previous commit.

11 years agoFix a warning.
Zoltan Varga [Fri, 19 Apr 2013 16:52:31 +0000 (18:52 +0200)]
Fix a warning.

11 years agoFix the msvc build.
Zoltan Varga [Fri, 19 Apr 2013 08:23:00 +0000 (10:23 +0200)]
Fix the msvc build.

11 years agoMerge pull request #555 from jack-pappas/sigaltstack-patch
Alex Rønne Petersen [Fri, 19 Apr 2013 08:16:18 +0000 (01:16 -0700)]
Merge pull request #555 from jack-pappas/sigaltstack-patch

Fix sigaltstack on BSD

11 years agoMake the mkbundle output more dense to speed up assembly.
Zoltan Varga [Thu, 18 Apr 2013 20:27:17 +0000 (22:27 +0200)]
Make the mkbundle output more dense to speed up assembly.

11 years agoParallelize the compression in mkbundle.
Zoltan Varga [Thu, 18 Apr 2013 20:26:44 +0000 (22:26 +0200)]
Parallelize the compression in mkbundle.

11 years agoAvoid sharing signed/unsigned types in runtime invoke wrappers since they are need...
Zoltan Varga [Thu, 18 Apr 2013 19:40:49 +0000 (21:40 +0200)]
Avoid sharing signed/unsigned types in runtime invoke wrappers since they are need to be loaded differently, leading to problems if the argument is register allocated in the called method. Fixes #11750.

11 years agoFix a crash in Mono.Posix.Syscall.getpwuid_r () on some systems when a uid is not...
Steffen Kieß [Thu, 18 Apr 2013 18:34:15 +0000 (20:34 +0200)]
Fix a crash in Mono.Posix.Syscall.getpwuid_r () on some systems when a uid is not found. Fixes #11770.

11 years agoDisable an sdb test which is not deterministic.
Zoltan Varga [Thu, 18 Apr 2013 18:26:51 +0000 (20:26 +0200)]
Disable an sdb test which is not deterministic.

11 years agoMerge branch 'master' of https://github.com/mono/mono
Neale [Thu, 18 Apr 2013 15:24:04 +0000 (11:24 -0400)]
Merge branch 'master' of https://github.com/mono/mono

11 years agoReverse patches that should have gone to my fork rather than to head
Neale [Thu, 18 Apr 2013 15:23:35 +0000 (11:23 -0400)]
Reverse patches that should have gone to my fork rather than to head

11 years agoMerge pull request #614 from directhex/master
Alex Rønne Petersen [Thu, 18 Apr 2013 10:23:55 +0000 (03:23 -0700)]
Merge pull request #614 from directhex/master

Remove duplicated definition of mini_gc_enable_gc_maps_for_aot

11 years agoRemove duplicated definition of mini_gc_enable_gc_maps_for_aot - fixed build on Power...
Jo Shields [Thu, 18 Apr 2013 09:28:17 +0000 (10:28 +0100)]
Remove duplicated definition of mini_gc_enable_gc_maps_for_aot - fixed build on PowerPC, Itanium, SPARC

11 years agoCorrect marshalling of size variables used in CharSetToUnicode (and vice-versa)....
Neale [Wed, 17 Apr 2013 02:48:58 +0000 (22:48 -0400)]
Correct marshalling of size variables used in CharSetToUnicode (and vice-versa). They were specified as integers but for these calls they are, in C parlance, size_t so use SysUInt instead.

11 years agoPart of fix of 11294 - matching names to .NET and turning off serialization attribute...
Neale [Wed, 17 Apr 2013 02:42:30 +0000 (22:42 -0400)]
Part of fix of 11294 - matching names to .NET and turning off serialization attributes for variables not required in serialization

11 years agoMerge branch 'master' of https://github.com/mono/mono
Neale [Wed, 17 Apr 2013 02:32:39 +0000 (22:32 -0400)]
Merge branch 'master' of https://github.com/mono/mono

11 years agoWhen .NET serializes it will use the TypeForwardedFrom information when
Neale [Wed, 17 Apr 2013 02:27:47 +0000 (22:27 -0400)]
When .NET serializes it will use the TypeForwardedFrom information when
writing Assembly information but Mono does not. This means that
serialized objects created on one platform are not able to be
deserialized on the other, thus preventing interoperability between .NET
and mono applications. Fixes the ObservableCollection part of bugzilla
11294.

11 years agoFix the win64 build.
Zoltan Varga [Mon, 15 Apr 2013 20:24:22 +0000 (22:24 +0200)]
Fix the win64 build.

11 years agoClear the domain on thread exit after the profile thread end hook, since it might...
Zoltan Varga [Sat, 13 Apr 2013 20:07:37 +0000 (22:07 +0200)]
Clear the domain on thread exit after the profile thread end hook, since it might need it to be set.

11 years agoFix a test.
Zoltan Varga [Thu, 11 Apr 2013 15:25:33 +0000 (17:25 +0200)]
Fix a test.

11 years agoDisable some System.Data tests which are expected to fail in the mobile profile.
Zoltan Varga [Thu, 11 Apr 2013 14:56:18 +0000 (16:56 +0200)]
Disable some System.Data tests which are expected to fail in the mobile profile.

11 years agoDisable some System tests which are expected to fail in the mobile profile.
Zoltan Varga [Thu, 11 Apr 2013 14:37:02 +0000 (16:37 +0200)]
Disable some System tests which are expected to fail in the mobile profile.

11 years agoFix cascading errors for invalid out arguments
Marek Safar [Thu, 11 Apr 2013 09:25:16 +0000 (11:25 +0200)]
Fix cascading errors for invalid out arguments

11 years agoCheck interface implementation using all base types members. Fixes #11694
Marek Safar [Thu, 11 Apr 2013 07:59:51 +0000 (09:59 +0200)]
Check interface implementation using all base types members. Fixes #11694

11 years agoBump version to 3.0.10
Duncan Mak [Wed, 10 Apr 2013 17:22:34 +0000 (13:22 -0400)]
Bump version to 3.0.10

11 years agoDon't emit symbol file entry for partial method declarations. Fixes #11704
Marek Safar [Wed, 10 Apr 2013 16:45:11 +0000 (18:45 +0200)]
Don't emit symbol file entry for partial method declarations. Fixes #11704

11 years agoRemove System.Net.Http from MT mobile build
Marek Safar [Wed, 10 Apr 2013 07:49:51 +0000 (09:49 +0200)]
Remove System.Net.Http from MT mobile build

11 years agoFix duplicate metadata override entry.
Marek Safar [Wed, 10 Apr 2013 07:47:19 +0000 (09:47 +0200)]
Fix duplicate metadata override entry.

11 years agoAdd missing prepare phase to eval
Marek Safar [Tue, 9 Apr 2013 16:45:07 +0000 (18:45 +0200)]
Add missing prepare phase to eval

11 years agoRevert "Parallelize the compression in mkbundle."
Zoltan Varga [Wed, 10 Apr 2013 07:27:52 +0000 (09:27 +0200)]
Revert "Parallelize the compression in mkbundle."

This reverts commit d168c95182f2619670428ccc78674d1235fb9cc9.

Revert this as it breaks mtouch.

11 years agoRevert "Remove System.Net.Http from MT mobile build"
Rodrigo Kumpera [Tue, 9 Apr 2013 23:20:44 +0000 (19:20 -0400)]
Revert "Remove System.Net.Http from MT mobile build"

This reverts commit a00ab04a6445a3c540ec2fd924f3f9e2d2e3d51c.

11 years agoMove some boehm specific code in gc.c to boehm-gc.c.
Zoltan Varga [Tue, 9 Apr 2013 22:46:19 +0000 (00:46 +0200)]
Move some boehm specific code in gc.c to boehm-gc.c.

11 years agoDon't abort the process using g_abort () when a breakpoint cannot be inserted.
Zoltan Varga [Tue, 9 Apr 2013 20:36:35 +0000 (22:36 +0200)]
Don't abort the process using g_abort () when a breakpoint cannot be inserted.

11 years agoClear the domain TLS variable earlier in start_wrapper_internal () so async signal...
Zoltan Varga [Tue, 9 Apr 2013 15:34:11 +0000 (17:34 +0200)]
Clear the domain TLS variable earlier in start_wrapper_internal () so async signal handlers don't run concurrently with thread cleanup. Hopefully fixes #11102.

11 years agoDon't leave the thread suspended in mono_threads_core_suspend () if thread_state_init...
Zoltan Varga [Tue, 9 Apr 2013 15:30:44 +0000 (17:30 +0200)]
Don't leave the thread suspended in mono_threads_core_suspend () if thread_state_init_from_handle () fails.

11 years agoFix alignment of unbox trampolines when using LLVM+thumb on ARM. Fixes #11594.
Zoltan Varga [Tue, 9 Apr 2013 12:25:56 +0000 (14:25 +0200)]
Fix alignment of unbox trampolines when using LLVM+thumb on ARM. Fixes #11594.

11 years agoRemove System.Net.Http from MT mobile build
Marek Safar [Tue, 9 Apr 2013 12:13:33 +0000 (14:13 +0200)]
Remove System.Net.Http from MT mobile build

11 years agoTry to recover expressions aftern named argument
Marek Safar [Mon, 8 Apr 2013 09:39:46 +0000 (11:39 +0200)]
Try to recover expressions aftern named argument

11 years agoSupport disabling of the security subsystem (CAS/CoreCLR).
Alex Rønne Petersen [Fri, 29 Mar 2013 20:17:37 +0000 (21:17 +0100)]
Support disabling of the security subsystem (CAS/CoreCLR).

This could still use some future work. For example, we could get
rid of lots of security code in the class libs. There are also some
functions in the runtime that don't get removed because we don't
use the stub macro approach for all public security functions.

Based on Sebastien's patch.

11 years agoHopefully fix the windows build.
Zoltan Varga [Tue, 9 Apr 2013 07:26:05 +0000 (09:26 +0200)]
Hopefully fix the windows build.

11 years agoBump version number to 3.0.9
Duncan Mak [Mon, 8 Apr 2013 21:14:32 +0000 (17:14 -0400)]
Bump version number to 3.0.9

11 years agoFix llvm loading when calling through a symlink.
Rodrigo Kumpera [Mon, 8 Apr 2013 19:25:21 +0000 (15:25 -0400)]
Fix llvm loading when calling through a symlink.

mini-llvm.h: When trying to load mono from ./.libs or ../lib we did not
resolve the current binary for symlinks. This failed on OSX since
everyone calls /usr/bin/mono while libmono-llvm was on
/Library/Frameworks/Mono.framework/Versions/Current/lib.

This make mono --llvm work on release mono.

11 years agoGuard against another possible crash that has been seen on wrench.
Rodrigo Kumpera [Fri, 5 Apr 2013 18:28:57 +0000 (14:28 -0400)]
Guard against another possible crash that has been seen on wrench.

11 years agoMerge pull request #601 from knocte/sock_improvements
Marek Safar [Mon, 8 Apr 2013 10:00:28 +0000 (03:00 -0700)]
Merge pull request #601 from knocte/sock_improvements

 [System.Net.Sockets] Specify 'timeout' in the exception msg of the Receive(buf) overload

11 years ago[io-layer] add URLs for some ximian bug numbers in sockets.cs
Andres G. Aragoneses [Mon, 8 Apr 2013 09:43:38 +0000 (10:43 +0100)]
[io-layer] add URLs for some ximian bug numbers in sockets.cs

Not everybody knows that a ximian bug 123 can be accessed this way:
https://bugzilla.novell.com/show_bug.cgi?id=MONO123

11 years ago[Socket] Improve exception message when timing out in Socket.cs
Andres G. Aragoneses [Mon, 8 Apr 2013 09:42:42 +0000 (10:42 +0100)]
[Socket] Improve exception message when timing out in Socket.cs

This uses now the same exception message as MS.NET.

11 years ago[Socket] Refactor Socket to make Receive(_) call Receive(_,_)
Andres G. Aragoneses [Mon, 8 Apr 2013 09:41:56 +0000 (10:41 +0100)]
[Socket] Refactor Socket to make Receive(_) call Receive(_,_)

After previous commit, two Receive() overloads are basically the same, so
we can remove some duplicated code here by making one call the other one.

11 years ago[Socket] Specify 'timeout' in the exception msg of Receive(buf)
Andres G. Aragoneses [Mon, 8 Apr 2013 09:41:18 +0000 (10:41 +0100)]
[Socket] Specify 'timeout' in the exception msg of Receive(buf)

In the same way the overload Receive (buf, flags) already does, mention
"time out" in the exception message when the socketError is WOULDBLOCK and
the socket is not non-blocking (otherwise it would throw with the reason
"Operation on non-blocking socket would block", which doesn't make sense
for a socket that is not non-blocking).

11 years agoNaCl ARM work, first pass
Elijah Taylor [Thu, 31 Jan 2013 22:00:58 +0000 (14:00 -0800)]
NaCl ARM work, first pass

11 years agoNaCl runtime fixes
Elijah Taylor [Thu, 31 Jan 2013 20:04:20 +0000 (12:04 -0800)]
NaCl runtime fixes

- fix compile/runtime issues caused by upstream changes
- add NaCl glibc support
- various changes to support running tests in NaCl glibc
  from 'make check'

11 years agoImplement partial generic methods
Marek Safar [Sun, 7 Apr 2013 07:39:14 +0000 (09:39 +0200)]
Implement partial generic methods

11 years agoImplement the calculation of stack bounds on windows. Fixes #11624.
Zoltan Varga [Sat, 6 Apr 2013 08:05:28 +0000 (10:05 +0200)]
Implement the calculation of stack bounds on windows. Fixes #11624.

11 years agoFix the windows build.
Zoltan Varga [Sat, 6 Apr 2013 08:04:27 +0000 (10:04 +0200)]
Fix the windows build.

11 years agoFix support for custom attribute classes in CustomAttributeDataMirror which indirectl...
Zoltan Varga [Fri, 5 Apr 2013 16:32:46 +0000 (18:32 +0200)]
Fix support for custom attribute classes in CustomAttributeDataMirror which indirectly inherit from Attribute. Fixes #11564.

11 years ago[xbuild]: Support <PropertyGroup/ItemGroup> inside <Target>.
Martin Baulig [Thu, 4 Apr 2013 17:24:26 +0000 (19:24 +0200)]
[xbuild]: Support <PropertyGroup/ItemGroup> inside <Target>.

11 years agoRedirect more duplicate security types to Mono.Security
Marek Safar [Fri, 5 Apr 2013 09:14:30 +0000 (11:14 +0200)]
Redirect more duplicate security types to Mono.Security

11 years agorx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.
Atsushi Eno [Thu, 4 Apr 2013 15:02:29 +0000 (00:02 +0900)]
rx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.

11 years ago[Mono.Debugger.Soft] Make CommandException public
Jeffrey Stedfast [Wed, 3 Apr 2013 21:23:16 +0000 (17:23 -0400)]
[Mono.Debugger.Soft] Make CommandException public

11 years agoMerge remote-tracking branch 'origin/fix-los-cardtable-overlap'
Mark Probst [Wed, 3 Apr 2013 19:29:05 +0000 (12:29 -0700)]
Merge remote-tracking branch 'origin/fix-los-cardtable-overlap'

11 years ago[sgen] Use unified cardtable-update code in M&S, too.
Mark Probst [Wed, 3 Apr 2013 19:25:58 +0000 (12:25 -0700)]
[sgen] Use unified cardtable-update code in M&S, too.

The bug where objects crossed the cardtable overlap boundary cannot
happen with M&S because blocks are naturally aligned.  It can't hurt
to use the same code for updating them, too, though.

11 years ago[sgen] Fix 64-bit bug occurring when LOS object crosses cardtable overlap boundary.
Mark Probst [Wed, 3 Apr 2013 19:01:51 +0000 (12:01 -0700)]
[sgen] Fix 64-bit bug occurring when LOS object crosses cardtable overlap boundary.

11 years agoFix arguments location
Marek Safar [Wed, 3 Apr 2013 16:59:47 +0000 (18:59 +0200)]
Fix arguments location

11 years agoAdd new test
Marek Safar [Tue, 2 Apr 2013 08:08:38 +0000 (10:08 +0200)]
Add new test

11 years agoFix reported warning location
Marek Safar [Mon, 1 Apr 2013 08:13:23 +0000 (10:13 +0200)]
Fix reported warning location

11 years agoError reporting improvements
Marek Safar [Sun, 31 Mar 2013 17:00:25 +0000 (19:00 +0200)]
Error reporting improvements

11 years agoReport missing type definition dependency only once per type.
Marek Safar [Sun, 31 Mar 2013 07:59:45 +0000 (09:59 +0200)]
Report missing type definition dependency only once per type.

11 years agoFix another cast warning in sgen-debug.c.
Alex Rønne Petersen [Tue, 2 Apr 2013 20:50:11 +0000 (22:50 +0200)]
Fix another cast warning in sgen-debug.c.

11 years agoFix an `#if` in System.Delegate.IsTransparentProxy () to use DISABLE_REMOTING.
Alex Rønne Petersen [Tue, 2 Apr 2013 20:40:42 +0000 (22:40 +0200)]
Fix an `#if` in System.Delegate.IsTransparentProxy () to use DISABLE_REMOTING.

11 years ago`#ifndef` some variables out to silence warnings in builds with COM/remoting disabled.
Alex Rønne Petersen [Tue, 2 Apr 2013 20:01:24 +0000 (22:01 +0200)]
`#ifndef` some variables out to silence warnings in builds with COM/remoting disabled.

11 years agoRemove an unneeded inner `#ifndef DISABLE_COM`.
Alex Rønne Petersen [Tue, 2 Apr 2013 20:00:55 +0000 (22:00 +0200)]
Remove an unneeded inner `#ifndef DISABLE_COM`.

11 years agoOnly define get_local_interface_id () on Apple platforms.
Alex Rønne Petersen [Tue, 2 Apr 2013 20:00:28 +0000 (22:00 +0200)]
Only define get_local_interface_id () on Apple platforms.

11 years agoExplicitly ignore some return values with a G_GNUC_UNUSED variable.
Alex Rønne Petersen [Tue, 2 Apr 2013 19:59:48 +0000 (21:59 +0200)]
Explicitly ignore some return values with a G_GNUC_UNUSED variable.

11 years agoFix the tramp_names table when remoting is disabled.
Alex Rønne Petersen [Tue, 2 Apr 2013 19:59:22 +0000 (21:59 +0200)]
Fix the tramp_names table when remoting is disabled.

11 years agoSilence a couple of unused variable warnings with G_GNUC_UNUSED.
Alex Rønne Petersen [Tue, 2 Apr 2013 19:59:09 +0000 (21:59 +0200)]
Silence a couple of unused variable warnings with G_GNUC_UNUSED.

11 years agoFix some warnings caused by casts.
Alex Rønne Petersen [Tue, 2 Apr 2013 19:57:59 +0000 (21:57 +0200)]
Fix some warnings caused by casts.

11 years agoUnbreak the build when Boehm is enabled and remoting is disabled.
Alex Rønne Petersen [Tue, 2 Apr 2013 18:39:31 +0000 (20:39 +0200)]
Unbreak the build when Boehm is enabled and remoting is disabled.

11 years agoMerge remote-tracking branch 'origin/fix-concurrent-wbarrier'
Mark Probst [Tue, 2 Apr 2013 19:32:52 +0000 (12:32 -0700)]
Merge remote-tracking branch 'origin/fix-concurrent-wbarrier'

11 years ago[sgen] Fix binary protocol concurrent crashes.
Mark Probst [Tue, 2 Apr 2013 19:31:33 +0000 (12:31 -0700)]
[sgen] Fix binary protocol concurrent crashes.

11 years ago[sgen] Mark major->major references in unmanaged wbarrier, too.
Mark Probst [Tue, 2 Apr 2013 17:36:05 +0000 (10:36 -0700)]
[sgen] Mark major->major references in unmanaged wbarrier, too.

11 years ago[sgen] Update mod-union with regular, not shadow cardtable.
Mark Probst [Tue, 2 Apr 2013 17:34:48 +0000 (10:34 -0700)]
[sgen] Update mod-union with regular, not shadow cardtable.

11 years ago[sgen] Mod-union consistency check MONO_GC_DEBUG option.
Mark Probst [Tue, 2 Apr 2013 17:33:26 +0000 (10:33 -0700)]
[sgen] Mod-union consistency check MONO_GC_DEBUG option.

11 years ago[sgen] Cmdline option to print all entries in sgen-grep-binprot.
Mark Probst [Tue, 2 Apr 2013 17:13:03 +0000 (10:13 -0700)]
[sgen] Cmdline option to print all entries in sgen-grep-binprot.

11 years ago[sgen] Binary protocol entry for user-forced GCs.
Mark Probst [Tue, 2 Apr 2013 17:11:36 +0000 (10:11 -0700)]
[sgen] Binary protocol entry for user-forced GCs.

11 years agoMerge pull request #606 from sesef/master
Miguel de Icaza [Tue, 2 Apr 2013 01:28:03 +0000 (18:28 -0700)]
Merge pull request #606 from sesef/master

Fix .NET incompatibility in UpDownBase

11 years ago[Mono.Debugger.Soft] fixed the build
Jeffrey Stedfast [Mon, 1 Apr 2013 20:34:01 +0000 (16:34 -0400)]
[Mono.Debugger.Soft] fixed the build

11 years ago[Mono.Debugger.Soft] Throw AbsentInformationException, not ArgumentException which...
Jeffrey Stedfast [Mon, 1 Apr 2013 20:31:23 +0000 (16:31 -0400)]
[Mono.Debugger.Soft] Throw AbsentInformationException, not ArgumentException which makes no sense

11 years agoDon't disable sharing for open generic async methods, since the JIT can't compile...
Zoltan Varga [Sun, 31 Mar 2013 11:42:08 +0000 (13:42 +0200)]
Don't disable sharing for open generic async methods, since the JIT can't compile these without sharing.

11 years agoSet async block flag also for partial methods
Marek Safar [Sat, 30 Mar 2013 09:44:49 +0000 (10:44 +0100)]
Set async block flag also for partial methods

11 years agoMake table name comparison dataset locale specific. Fixes #7899
Marek Safar [Fri, 29 Mar 2013 17:35:17 +0000 (18:35 +0100)]
Make table name comparison dataset locale specific. Fixes #7899

11 years agoHopefully fix the windows build.
Zoltan Varga [Fri, 29 Mar 2013 05:56:19 +0000 (06:56 +0100)]
Hopefully fix the windows build.

11 years agoHopefully fix the windows build.
Zoltan Varga [Fri, 29 Mar 2013 03:24:16 +0000 (04:24 +0100)]
Hopefully fix the windows build.

11 years agoHave the linker skip mixed-mode assemblies since it won't be able to save them later
Sebastien Pouliot [Thu, 28 Mar 2013 21:07:15 +0000 (17:07 -0400)]
Have the linker skip mixed-mode assemblies since it won't be able to save them later

11 years agoRemove some debug printfs.
Zoltan Varga [Thu, 28 Mar 2013 09:48:03 +0000 (10:48 +0100)]
Remove some debug printfs.

11 years agoFix the build.
Zoltan Varga [Thu, 28 Mar 2013 09:46:58 +0000 (10:46 +0100)]
Fix the build.

11 years agoFix the build.
Zoltan Varga [Thu, 28 Mar 2013 05:23:55 +0000 (06:23 +0100)]
Fix the build.

11 years agoFix build break.
Jonathan Pryor [Thu, 28 Mar 2013 03:28:56 +0000 (23:28 -0400)]
Fix build break.

5329fab3 requires <sys/uio.h>, which wasn't being included.