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

Unified Diff: gcc/libgcc/config/i386/64/_divtc3.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.host ('k') | gcc/libgcc/config/i386/64/_powitf2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libgcc/config/i386/64/_divtc3.c
diff --git a/gcc/libgcc/config/i386/64/_divtc3.c b/gcc/libgcc/config/i386/64/_divtc3.c
index 57ee350b7cd4ab7d7eb57331c57597e72f488fb0..0095d245ede828815b25c26d69ca2a620cfac9bd 100644
--- a/gcc/libgcc/config/i386/64/_divtc3.c
+++ b/gcc/libgcc/config/i386/64/_divtc3.c
@@ -9,6 +9,8 @@
#undef __divtc3
extern __typeof__ (__divtc3_shared) __divtc3_compat __attribute__((alias ("__divtc3_shared")));
+#ifndef _WIN32
asm (".symver __divtc3_compat,__divtc3@GCC_4.0.0");
asm (".symver __divtc3_shared,__divtc3@@GCC_4.3.0");
#endif
+#endif
« no previous file with comments | « gcc/libgcc/config.host ('k') | gcc/libgcc/config/i386/64/_powitf2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698