diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-12 12:22:52 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-12 12:22:52 +0000 |
commit | d30c5336898cf78fd1017216ffb2f8f26b22cc02 (patch) | |
tree | 2a486fbf6dad4c860e4c8c63746f533f2c1bd99b /gdb/configure | |
parent | 6cdb8d8291fab3a5979f508aad4f6f95156d096c (diff) | |
download | gdb-d30c5336898cf78fd1017216ffb2f8f26b22cc02.zip gdb-d30c5336898cf78fd1017216ffb2f8f26b22cc02.tar.gz gdb-d30c5336898cf78fd1017216ffb2f8f26b22cc02.tar.bz2 |
gdb/
* configure: Regenerate (for _STRUCTURED_PROC).
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 862c230..ff49f1d 100755 --- a/gdb/configure +++ b/gdb/configure @@ -11897,6 +11897,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -11932,6 +11934,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -11967,6 +11971,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12002,6 +12008,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12037,6 +12045,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12072,6 +12082,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12107,6 +12119,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12142,6 +12156,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12177,6 +12193,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12212,6 +12230,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12247,6 +12267,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12282,6 +12304,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12317,6 +12341,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () @@ -12352,6 +12378,8 @@ else /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include <sys/procfs.h> int main () |