diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-30 19:16:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-30 19:16:54 +0000 |
commit | 8d88c4ca53bf3be481587f21611576ff82f38ed5 (patch) | |
tree | f88d76c0bcfe6592dd0e356e8d6196fc1c084d49 /bfd/config.in | |
parent | abf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26 (diff) | |
download | gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.zip gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.tar.gz gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.tar.bz2 |
Add support for x86_64-*-linux-gnu* target
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bfd/config.in b/bfd/config.in index 60338a8..74af3d3 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -25,9 +25,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t @@ -223,6 +220,9 @@ /* Define if <sys/procfs.h> has pstatus_t. */ #undef HAVE_PSTATUS_T +/* Define if <sys/procfs.h> has pxstatus_t. */ +#undef HAVE_PXSTATUS_T + /* Define if <sys/procfs.h> has pstatus32_t. */ #undef HAVE_PSTATUS32_T @@ -241,6 +241,9 @@ /* Define if <sys/procfs.h> has lwpstatus_t. */ #undef HAVE_LWPSTATUS_T +/* Define if <sys/procfs.h> has lwpxstatus_t. */ +#undef HAVE_LWPXSTATUS_T + /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ #undef HAVE_LWPSTATUS_T_PR_CONTEXT |