diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-09-19 23:15:01 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-20 14:30:21 +0200 |
commit | 6730fb11b93e876fb5ae6fe347141e5f0edb2cb9 (patch) | |
tree | 06cc2269d0eb07bd919b4962067cd820afa0a50b /package/libffi/0004-Add-missing-GNU-stack-markings-in-win32.S.patch | |
parent | 64476e4a4db3fa121291b09c2b1e1c997835eb6d (diff) | |
download | buildroot-6730fb11b93e876fb5ae6fe347141e5f0edb2cb9.tar.gz buildroot-6730fb11b93e876fb5ae6fe347141e5f0edb2cb9.zip |
package/libffi: bump to version 3.2.1
Also:
- unfuzz patches #1 and #2
- remove applied patches upstream
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libffi/0004-Add-missing-GNU-stack-markings-in-win32.S.patch')
-rw-r--r-- | package/libffi/0004-Add-missing-GNU-stack-markings-in-win32.S.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/package/libffi/0004-Add-missing-GNU-stack-markings-in-win32.S.patch b/package/libffi/0004-Add-missing-GNU-stack-markings-in-win32.S.patch deleted file mode 100644 index 6097287a0d..0000000000 --- a/package/libffi/0004-Add-missing-GNU-stack-markings-in-win32.S.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 978c9540154d320525488db1b7049277122f736d Mon Sep 17 00:00:00 2001 -From: Samuli Suominen <ssuominen@gentoo.org> -Date: Sat, 31 May 2014 08:53:10 -0400 -Subject: [PATCH 06/10] Add missing GNU stack markings in win32.S - -This patch was borrowed from upstream, commit -978c9540154d320525488db1b7049277122f736d, and will be part of the next -3.1.1 release. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - src/x86/win32.S | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/src/x86/win32.S b/src/x86/win32.S -index daf0e79..e42baf2 100644 ---- a/src/x86/win32.S -+++ b/src/x86/win32.S -@@ -1,5 +1,6 @@ - /* ----------------------------------------------------------------------- -- win32.S - Copyright (c) 1996, 1998, 2001, 2002, 2009 Red Hat, Inc. -+ win32.S - Copyright (c) 2014 Anthony Green -+ Copyright (c) 1996, 1998, 2001, 2002, 2009 Red Hat, Inc. - Copyright (c) 2001 John Beniton - Copyright (c) 2002 Ranjit Mathew - Copyright (c) 2009 Daniel Witte -@@ -1304,3 +1305,6 @@ L_ffi_closure_SYSV_inner$stub: - - #endif /* !_MSC_VER */ - -+#if defined __ELF__ && defined __linux__ -+ .section .note.GNU-stack,"",@progbits -+#endif --- -2.0.0 - |