commit: 1025e9204ccb421958c47ac23e9d021cc47e72d2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de> AuthorDate: Sat Dec 13 19:08:35 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Dec 13 19:42:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=1025e920
sys-devel/gdb: readd patch accidentially deleted in 24c3ff8b1cce Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> --- sys-devel/gdb/files/gdb-7.5.1-amd64-linux-nat.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sys-devel/gdb/files/gdb-7.5.1-amd64-linux-nat.patch b/sys-devel/gdb/files/gdb-7.5.1-amd64-linux-nat.patch new file mode 100644 index 0000000..13459ad --- /dev/null +++ b/sys-devel/gdb/files/gdb-7.5.1-amd64-linux-nat.patch @@ -0,0 +1,11 @@ +--- a/gdb-7.5.1/gdb/amd64-linux-nat.c ++++ b/gdb-7.5.1/gdb/amd64-linux-nat.c +@@ -31,7 +31,7 @@ + #include "elf/common.h" + #include <sys/uio.h> + #include <sys/ptrace.h> +-#include <sys/debugreg.h> ++#include <asm/debugreg.h> + #include <sys/syscall.h> + #include <sys/procfs.h> + #include <sys/user.h>
