summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
authorivmai <ivmai>2010-05-21 20:08:57 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:53 +0400
commit1ed901eae8c16fa1290a5c751ec4cd25e2194bc5 (patch)
treefd748856f95044e30e601bb46799929625d21d28 /mach_dep.c
parent3861e04750e68398502d4faf8e9bca183a537140 (diff)
downloadbdwgc-1ed901eae8c16fa1290a5c751ec4cd25e2194bc5.tar.gz
2010-05-21 Ivan Maidanski <ivmai@mail.ru> (really Bradley Smith and
Stefano Rivera) * mach_dep.c (NO_GETCONTEXT): Also define if AVR32. * include/private/gcconfig.h (AVR32): New macro (also define the supplementary macros for the target). * include/private/thread_local_alloc (USE_COMPILER_TLS): Don't define for AVR32.
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach_dep.c b/mach_dep.c
index 7a8ebc57..0829c8ca 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -173,7 +173,7 @@ asm static void PushMacRegisters()
#if defined(UNIX_LIKE) && !defined(NO_GETCONTEXT) && \
(defined(DARWIN) || defined(HURD) || defined(OPENBSD) \
- || defined(ARM32) || defined(MIPS))
+ || defined(ARM32) || defined(MIPS) || defined(AVR32))
# define NO_GETCONTEXT
#endif