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

Unified Diff: gcc/libgcc/config/i386/64/_powitf2.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: 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/libgcc/config/i386/64/_divtc3.c ('k') | gcc/libgcc/config/sh/t-linux » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libgcc/config/i386/64/_powitf2.c
diff --git a/gcc/libgcc/config/i386/64/_powitf2.c b/gcc/libgcc/config/i386/64/_powitf2.c
index 3bc3c904de73766c374969431f6a482bf2bb10d2..e8360156b5b911f367e9bb6fd4b3b4338e20f111 100644
--- a/gcc/libgcc/config/i386/64/_powitf2.c
+++ b/gcc/libgcc/config/i386/64/_powitf2.c
@@ -9,6 +9,8 @@
#undef __powitf2
extern __typeof__ (__powitf2_shared) __powitf2_compat __attribute__((alias ("__powitf2_shared")));
+#ifndef _WIN32
asm (".symver __powitf2_compat,__powitf2@GCC_4.0.0");
asm (".symver __powitf2_shared,__powitf2@@GCC_4.3.0");
#endif
+#endif
« no previous file with comments | « gcc/libgcc/config/i386/64/_divtc3.c ('k') | gcc/libgcc/config/sh/t-linux » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698