diff options
author | Samuel Holland <samuel@sholland.org> | 2018-12-30 02:42:43 +0000 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-12-30 07:41:26 +0000 |
commit | 3ad04696702c67ecbb84ee44d20b2489d77d841f (patch) | |
tree | 3726f103454f5e932a342f1caad38eb459751d89 /user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch | |
parent | 1f3a1b66721aa8c259d5f5ada4b5e55da526a2d6 (diff) | |
download | packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.tar.gz packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.tar.bz2 packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.tar.xz packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.zip |
user/rust: Bump to 1.31.1
Diffstat (limited to 'user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch')
-rw-r--r-- | user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch b/user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch index e21cae762..1c4c813fc 100644 --- a/user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch +++ b/user/rust/0008-Fix-powerpc64-ELFv2-big-endian-struct-passing-ABI.patch @@ -1,7 +1,7 @@ -From 5dbfa6690a13f6959e81082e45c5bf8218239069 Mon Sep 17 00:00:00 2001 +From 8a2c9af2ea8b21d38f5ff779fde29f612bb63575 Mon Sep 17 00:00:00 2001 From: Samuel Holland <samuel@sholland.org> Date: Sun, 16 Sep 2018 16:34:15 +0000 -Subject: [PATCH 08/24] Fix powerpc64 ELFv2 big-endian struct-passing ABI +Subject: [PATCH 08/23] Fix powerpc64 ELFv2 big-endian struct-passing ABI The requirements here are not "ELFv1" requirements, but big-endian requirements, as the extension or non-extension of the argument is @@ -62,7 +62,7 @@ index 0c5ec77a39..934d2b1138 100644 arg.cast_to(Uniform { diff --git a/src/librustc_target/abi/mod.rs b/src/librustc_target/abi/mod.rs -index 5c4cd849f8..bdbc592b6b 100644 +index 1a5d2801af..0ec2cc0d7b 100644 --- a/src/librustc_target/abi/mod.rs +++ b/src/librustc_target/abi/mod.rs @@ -214,7 +214,7 @@ impl<'a> HasDataLayout for &'a TargetDataLayout { @@ -75,5 +75,5 @@ index 5c4cd849f8..bdbc592b6b 100644 Little, Big -- -2.18.0 +2.19.2 |