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

Unified Diff: src/IceTypes.def

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix spelling and rebase Created 5 years, 3 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 | « src/IceTypes.cpp ('k') | src/IceUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypes.def
diff --git a/src/IceTypes.def b/src/IceTypes.def
index 94877a275ea10b6e27d416dd5aa419d4b6ebdb69..b86dba899518e6f79b869cf5bc054b1b0001be8f 100644
--- a/src/IceTypes.def
+++ b/src/IceTypes.def
@@ -7,8 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines properties of ICE primitive types in the form of
-// x-macros.
+// This file defines properties of ICE primitive types in the form of x-macros.
//
//===----------------------------------------------------------------------===//
@@ -16,10 +15,10 @@
#define SUBZERO_SRC_ICETYPES_DEF
// Attributes of each target architecture.
-// NOTE on is_elf64 -- At some point NaCl would like to use ELF32 for all
-// ILP32 sandboxes, but for now the 64-bit architectures use ELF64:
-// https://code.google.com/p/nativeclient/issues/detail?id=349
-// TODO: Whoever adds AArch64 will need to set ABI e_flags.
+// NOTE on is_elf64 -- At some point NaCl would like to use ELF32 for all ILP32
+// sandboxes, but for now the 64-bit architectures use ELF64:
+// https://code.google.com/p/nativeclient/issues/detail?id=349 TODO: Whoever
+// adds AArch64 will need to set ABI e_flags.
#define TARGETARCH_TABLE \
/* enum value, printable string, is_elf64, e_machine, e_flags */ \
X(Target_X8632, "x86-32", false, EM_386, 0) \
« no previous file with comments | « src/IceTypes.cpp ('k') | src/IceUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698