[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] binutils problem ??
Alan Hourihane a écrit :
O.k. I'm building Didier's TOS binaries for coldfire & ct60 and he
uses .align all over the place.
Ok, this is the proof that important Atari software use .align, and we must
keep absolute compatibility with the binutils 2.13.
The new binutils 2.20 will be released in some weeks, I will revert the
align patch in this version. By the way, I tested a recent snapshot and it
still works fine, the updated patch is ready.
If you want to revert the align patch right now, Alan, this is easy. Just
undo the attached change. If you do so and distribute your binaries please
change the patch version in bfd/configure so we will not be confused.
--
Vincent Rivière
diff -aurN binutils-2.19.1/gas/config/tc-m68k.c binutils-2.19.1-mint-20090214/gas/config/tc-m68k.c
--- binutils-2.19.1/gas/config/tc-m68k.c 2008-08-13 01:39:30.000000000 +0200
+++ binutils-2.19.1-mint-20090214/gas/config/tc-m68k.c 2009-02-14 13:33:53.906250000 +0100
@@ -827,7 +827,7 @@
{"even", s_even, 0},
{"skip", s_space, 0},
{"proc", s_proc, 0},
-#if defined (TE_SUN3) || defined (OBJ_ELF)
+#if defined (TE_SUN3) || defined (TE_MINT) || defined (OBJ_ELF)
{"align", s_align_bytes, 0},
#endif
#ifdef OBJ_ELF