Procházet zdrojové kódy

Fixed intel-darwin unresolved symbols by changing the
wide integer type from unsigned int (which managles as
a 'j') to an int (which mangles as an 'i'). This
change makes intel-darwin generated code match the
darwin toolset generated code.

Intel reports this won't be fixed in 10.1 because it's
an ABI breanking chanage so we won't see this patched
until the 10.2 compilers.



[SVN r44729]

K. Noel Belcourt před 18 roky
rodič
revize
ca42782c47
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit bdeadd30b02463d73f62c172ed888768466b0b81
+Subproject commit 4781a9ecf9fabea765567cfa9cdc3919f87637b3

粤ICP备19079148号