diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
commit | 684bbccbefbbbe8e37701a91cf7cf76fc20acf52 (patch) | |
tree | 364ab122821ba6ced0090db7729020d4e9b35990 /devel/boost-libs/files/patch-clang-as | |
parent | devel/boost-*: nuke to split directory history (diff) |
devel/boost-*: partially revert r439920 (see r439922)
Notes
Notes:
svn path=/head/; revision=439932
Diffstat (limited to 'devel/boost-libs/files/patch-clang-as')
-rw-r--r-- | devel/boost-libs/files/patch-clang-as | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/boost-libs/files/patch-clang-as b/devel/boost-libs/files/patch-clang-as new file mode 100644 index 000000000000..569df677eb7a --- /dev/null +++ b/devel/boost-libs/files/patch-clang-as @@ -0,0 +1,33 @@ +https://svn.boost.org/trac/boost/ticket/12551 +https://github.com/boostorg/context/commit/26b61a67cf1d + +--- libs/context/src/asm/jump_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/jump_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global jump_fcontext +--- libs/context/src/asm/make_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/make_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global make_fcontext +--- libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S.orig 2016-09-21 14:33:22 UTC ++++ libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S +@@ -37,7 +37,6 @@ + * * + *******************************************************/ + +-.cpu generic+fp+simd + .text + .align 2 + .global ontop_fcontext |