~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/GCCBuiltinSymbolProvider.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2013-10-03 20:30:16 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131003203016-d4ug6l0xgosasumq
Tags: 8.2.1-1
* New upstream release.
* Updated autotools documentation sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
                        function(type,  "__sync_xor_and_fetch", typePtr, type, "...");
134
134
                        function(type,  "__sync_nand_and_fetch", typePtr, type, "...");
135
135
                        function(type,  "__sync_lock_test_and_set", typePtr, type, "...");
136
 
                        function(type,  "__sync_lock_release", typePtr, "...");
 
136
                        function(type, "__sync_val_compare_and_swap", typePtr, type, type, "...");
 
137
                        function("bool", "__sync_bool_compare_and_swap", typePtr, type, type, "...");
 
138
                        function("void", "__sync_lock_release", typePtr, "...");
137
139
                }
138
140
                function("void",        "__sync_synchronize");
139
141