diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-10-29 22:45:50 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-10-29 22:45:50 +0000 |
commit | cc92f54fcff028571601312836c427692ae93161 (patch) | |
tree | b6d22fd86137de43456179aa0c47815faeb79180 | |
parent | 5fd5ec31785d1c0df2a1bced0d0292114d70b2b0 (diff) | |
download | gcc-cc92f54fcff028571601312836c427692ae93161.zip gcc-cc92f54fcff028571601312836c427692ae93161.tar.gz gcc-cc92f54fcff028571601312836c427692ae93161.tar.bz2 |
* config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
From-SVN: r89862
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin-fallback.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae153e7..8d25422 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-29 Geoffrey Keating <geoffk@apple.com> + + * config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>. + 2004-10-29 Stan Shebs <shebs@apple.com> * config/rs6000/darwin-tramp.asm: Make more 64-bit-friendly. diff --git a/gcc/config/rs6000/darwin-fallback.c b/gcc/config/rs6000/darwin-fallback.c index f7756fb..356b2c9 100644 --- a/gcc/config/rs6000/darwin-fallback.c +++ b/gcc/config/rs6000/darwin-fallback.c @@ -38,6 +38,7 @@ #include <stdbool.h> #include <signal.h> #include <ucontext.h> +#include <mach/thread_status.h> typedef unsigned long reg_unit; |