Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 536746 Details for
Bug 658014
=sys-devel/gdb-7.12.1 fails to compile: /usr/include/sys/wait.h:158:1: error: expected declaration before ‘}’ token __END_DECLS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h
linux-ptrace.patch (text/plain), 666 bytes, created by
Émeric Maschino
on 2018-06-21 22:07:33 UTC
(
hide
)
Description:
Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h
Filename:
MIME Type:
Creator:
Émeric Maschino
Created:
2018-06-21 22:07:33 UTC
Size:
666 bytes
patch
obsolete
>--- a/gdb/nat/linux-ptrace.c 2017-01-21 14:48:42.000000000 +0100 >+++ b/gdb/nat/linux-ptrace.c 2018-06-20 00:03:40.520317323 +0200 >@@ -21,8 +21,6 @@ > #include "linux-procfs.h" > #include "linux-waitpid.h" > #include "buffer.h" >-#include "gdb_wait.h" >-#include "gdb_ptrace.h" > #include <sys/procfs.h> > > /* Stores the ptrace options supported by the running kernel. >--- a/gdb/nat/linux-ptrace.h 2017-01-21 14:46:47.000000000 +0100 >+++ b/gdb/nat/linux-ptrace.h 2018-06-20 00:04:28.706220951 +0200 >@@ -21,6 +21,7 @@ > struct buffer; > > #include "nat/gdb_ptrace.h" >+#include "gdb_wait.h" > > #ifdef __UCLIBC__ > #if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 658014
:
535756
|
535758
| 536746