Displaying 6 results from an estimated 6 matches for "__mips64".
2014 Mar 11
0
[PATCH] add mips64 support
...b/usr/include/fcntl.h
> index bbd6917..09ba2f2 100644
> --- a/usr/include/fcntl.h
> +++ b/usr/include/fcntl.h
> @@ -9,7 +9,7 @@
> #include <klibc/compiler.h>
> #include <klibc/seek.h>
> #include <sys/types.h>
> -#if defined(__mips__) && !defined(__mips64__)
> +#if defined(__mips__) && !defined(__mips64)
> # include <klibc/archfcntl.h>
> #endif
> #include <linux/fcntl.h>
> diff --git a/usr/include/sys/md.h b/usr/include/sys/md.h
> index 184e4aa..7be8ead 100644
> --- a/usr/include/sys/md.h
> +++ b/usr/in...
2015 Sep 25
2
Dynamic VMA in Sanitizers for AArch64
Jakub makes a good point, are you sure that there is no single shadow
offset value that works for all VMA variants? What exactly breaks when
1<<36 is used on 42-bit VMA?
On Fri, Sep 25, 2015 at 3:28 AM, Yury Gribov via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On 09/25/2015 01:27 PM, Yury Gribov wrote:
>>
>> On 09/25/2015 11:53 AM, Jakub Jelinek via llvm-dev
2014 Mar 11
4
[PATCH] add mips64 support
...SM_H */
diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h
index bbd6917..09ba2f2 100644
--- a/usr/include/fcntl.h
+++ b/usr/include/fcntl.h
@@ -9,7 +9,7 @@
#include <klibc/compiler.h>
#include <klibc/seek.h>
#include <sys/types.h>
-#if defined(__mips__) && !defined(__mips64__)
+#if defined(__mips__) && !defined(__mips64)
# include <klibc/archfcntl.h>
#endif
#include <linux/fcntl.h>
diff --git a/usr/include/sys/md.h b/usr/include/sys/md.h
index 184e4aa..7be8ead 100644
--- a/usr/include/sys/md.h
+++ b/usr/include/sys/md.h
@@ -26,6 +26,7 @@
#defin...
2019 Jan 21
0
[klibc:master] fcntl: Fix struct flock for 32-bit architectures
...++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h
index b08c7c8..ed703a6 100644
--- a/usr/include/fcntl.h
+++ b/usr/include/fcntl.h
@@ -11,17 +11,30 @@
#include <sys/types.h>
#if defined(__mips__) && ! defined(__mips64)
# include <klibc/archfcntl.h>
+#elif _BITSIZE == 32
+/* We want a struct flock with 64-bit offsets, which we define below */
+# define HAVE_ARCH_STRUCT_FLOCK
#endif
#include <linux/fcntl.h>
#include <bitsize.h>
-#if _BITSIZE == 32
+#if !defined(__mips__) && _BITSIZE...
2015 Mar 06
0
[klibc:master] add-mips64-support-headers
...ne
*/
diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h
index bbd6917..16128f8 100644
--- a/usr/include/fcntl.h
+++ b/usr/include/fcntl.h
@@ -9,7 +9,7 @@
#include <klibc/compiler.h>
#include <klibc/seek.h>
#include <sys/types.h>
-#if defined(__mips__) && !defined(__mips64__)
+#if defined(__mips__) && ! defined(__mips64)
# include <klibc/archfcntl.h>
#endif
#include <linux/fcntl.h>
2016 Jul 13
2
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Wed, Jul 13, 2016 at 04:48:51PM +0200, Sedat Dilek via llvm-dev wrote:
> [ CCed all people who were involved in this thread ]
>
> Hi Tom,
>
> personally, I am interested to test the prebuilt-toolchains for
> Ubuntu/xenial alias 16.04 LTS and Debian/Jessie v8.5.0 AMD64.
> The available toolchains are incomplete and thus useless.
>
> Just as a fact: There is still no