Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: gcc/config/i386/nacl.h

Issue 7047001: Remove TODO about __native_client__ define. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config/i386/nacl.h
diff --git a/gcc/config/i386/nacl.h b/gcc/config/i386/nacl.h
index 85eae68d24cbe225bfbb40b456b187c284e65273..ae36d7a21f0b35834ef66f5df9b35db9b9097862 100644
--- a/gcc/config/i386/nacl.h
+++ b/gcc/config/i386/nacl.h
@@ -204,9 +204,6 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_TLS_DIRECT_SEG_REFS_DEFAULT
#define TARGET_TLS_DIRECT_SEG_REFS_DEFAULT 0
-/* TODO(pasko): eliminate the need to define linux-specific macros. Currently
- Chromium build/build_config.h prevents us from eliminating these defines by
- not recognizing __native_client__ as a platform. */
#define LINUX_TARGET_OS_CPP_BUILTINS() \
do { \
builtin_define_std ("unix"); \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698