forked from Imagelibrary/binutils-gdb
2012-03-06 Pedro Alves <palves@redhat.com>
* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-03-06 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
|
||||
|
||||
2012-03-05 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
#ifndef GREGSET_H
|
||||
#define GREGSET_H
|
||||
|
||||
#ifdef HAVE_SYS_PROCFS_H
|
||||
#include <sys/procfs.h>
|
||||
#endif
|
||||
|
||||
#ifndef GDB_GREGSET_T
|
||||
#define GDB_GREGSET_T gregset_t
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user