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

Unified Diff: gcc/gcc/machmode.h

Issue 2928008: [gcc] Revise definition for long double type. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: ready for code review Created 10 years, 5 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 | « gcc/gcc/config/i386/nacl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/machmode.h
diff --git a/gcc/gcc/machmode.h b/gcc/gcc/machmode.h
index c9022e789ed71ea29e9ab2d333de5ef25a0c43d3..7d50b46639788773b9309264421711a96dedfd95 100644
--- a/gcc/gcc/machmode.h
+++ b/gcc/gcc/machmode.h
@@ -219,14 +219,10 @@ extern const unsigned char mode_nunits[NUM_MACHINE_MODES];
/* Get the next wider natural mode (eg, QI -> HI -> SI -> DI -> TI). */
extern const unsigned char mode_wider[NUM_MACHINE_MODES];
-#ifndef GET_MODE_WIDER_MODE
#define GET_MODE_WIDER_MODE(MODE) mode_wider[MODE]
-#endif
extern const unsigned char mode_2xwider[NUM_MACHINE_MODES];
-#ifndef GET_MODE_2XWIDER_MODE
#define GET_MODE_2XWIDER_MODE(MODE) mode_2xwider[MODE]
-#endif
/* Return the mode for data of a given size SIZE and mode class CLASS.
If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
« no previous file with comments | « gcc/gcc/config/i386/nacl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698