Initial revision
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 27 Apr 1995 12:05:51 +0000 (08:05 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 27 Apr 1995 12:05:51 +0000 (08:05 -0400)
From-SVN: r9503

gcc/config/m68k/x-mot3300 [new file with mode: 0644]

diff --git a/gcc/config/m68k/x-mot3300 b/gcc/config/m68k/x-mot3300
new file mode 100644 (file)
index 0000000..44d7e06
--- /dev/null
@@ -0,0 +1,12 @@
+ALLOCA=alloca.o
+
+# This disables the long/short jump optimization.
+# I use sysV68 R3V7.1 RM04 (phdm@info.ucl.ac.be)
+# Since ss-950318, with jump optimization enabled, "as" issues a warning
+# when assembling combine.s :
+#   aline nnnnn : Warning: Table overflow: some optimizations lost (SDIs)
+# but later "ld" complains with
+#   ld: relocation entry found for non-relocatable symbol in combine.o
+# and the produced "cc1" fails with SIGSEGV
+# Another possible fix would be to split combine.c.
+XCFLAGS=`if [ x$@ = xcombine.o ]; then echo -Wa,-j; fi`