From 8e174389f26bfc4e281c74b643e2765171822a12 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Mon, 30 Jan 2012 09:08:59 +0000 Subject: 2012-01-30 Basile Starynkevitch MELT branch merged with trunk rev 183694 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183695 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/target.def | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/target.def') diff --git a/gcc/target.def b/gcc/target.def index f86f782b020..6084b21dca5 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -2667,6 +2667,13 @@ DEFHOOK enum unwind_info_type, (void), default_debug_unwind_info) +DEFHOOKPOD +(atomic_test_and_set_trueval, + "This value should be set if the result written by\ + @code{atomic_test_and_set} is not exactly 1, i.e. the\ + @code{bool} @code{true}.", + unsigned char, 1) + /* Leave the boolean fields at the end. */ /* True if we can create zeroed data by switching to a BSS section -- cgit v1.2.1