This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [3.4 patch] Backport and fix various x86 darwin failures


Gabriel Dos Reis wrote:

Adriaan van Os <gcc@microbizz.nl> writes:

| I have various backports of fixes for x86 darwin for the 3.4
| branch. The i686-apple-darwin target is broken for 3.4 but the fixes
| address that too. Before I spend any time posting them, is there any
| chance of getting them in, given the status of the 3.4 branch ? The
| patches only effect x86 darwin.

If they are regression fixes, and darwin maintainers are willing to
consider them, then they are fine by me.

I wonder if they are regressions, but here is the first patch anyway. This fixes an obvious boostrap problem (diff kindly provided by Waldek Hebisch).


--- gcc/config/i386/darwin.orig.h	Sun Dec  4 08:57:17 2005
+++ gcc/config/i386/darwin.h	Sun Dec  4 08:58:14 2005
@@ -43,7 +43,7 @@

/* Use the following macro for any Darwin/x86-specific command-line option
translation. */
-#define SUBTARGET_OPTION_TRANSLATE_TABLE
+#define SUBTARGET_OPTION_TRANSLATE_TABLE { 0, 0 }


 #define ASM_SPEC "-arch i386 \
   %{Zforce_cpusubtype_ALL:-force_cpusubtype_ALL} \

Adriaan van Os


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]