4 You should have received a copy of the GNU General Public License
5 along with this program. If not, see <http://www.gnu.org/licenses/>. */
12 #define SPUFS_MAGIC 0x23c9b64e
16 +#define __SIGRTMIN SIGRTMIN
19 /* This comment documents high-level logic of this file.
21 Waiting for events in sync mode
26 +#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
29 --- a/gdb/nat/ppc-linux.h
30 +++ b/gdb/nat/ppc-linux.h
35 +#define pt_regs __pt_regs
36 #include <asm/ptrace.h>
39 #include <asm/cputable.h>
41 /* This sometimes isn't defined. */
42 --- a/gdb/gdbserver/linux-ppc-low.c
43 +++ b/gdb/gdbserver/linux-ppc-low.c
45 #include "linux-low.h"
48 +#define pt_regs __pt_regs
49 #include <asm/ptrace.h>
52 #include "nat/ppc-linux.h"