]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
x-mot3300 (XCFLAGS): Disable as's long/short jump optimisation for f/expr.o and f...
authorPhilippe De Muyter <phdm@info.ucl.ac.be>
Wed, 1 Oct 1997 07:41:57 +0000 (09:41 +0200)
committerJeff Law <law@gcc.gnu.org>
Wed, 1 Oct 1997 07:41:57 +0000 (01:41 -0600)
        * config/m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
        optimisation for f/expr.o and f/stb.o.

From-SVN: r15819

gcc/ChangeLog
gcc/config/m68k/x-mot3300

index 3143cebdeb0151c77dc2c438ed8b443f11a7586a..238920634f4fe3d6e6def6b6512f515b3c87635c 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
+
+       * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
+       optimisation for f/expr.o and f/stb.o.
+
 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
 
        * cse.c (this_insn_cc0_mode): Initialize.
index 634540ff6756929a46f9c37edb11d840d0e6af1d..3d7e3c315a94f3acaa445215feab6d4e31eef2f2 100644 (file)
@@ -11,4 +11,5 @@ ALLOCA=alloca.o
 # Another possible fix would be to split combine.c.
 # Since ss-961013, the same happens for expr.c compiled by gcc, but not by cc;
 # and for cp/decl.c; aren't those files too big ?
-XCFLAGS=`case $@ in combine.o|expr.o|decl.o) echo -Wa,-j;;esac`
+# With egcs-970910, this also happens for f/expr.o and f/stb.o
+XCFLAGS=`case $@ in combine.o|expr.o|decl.o|f/expr.o|f/stb.o) echo -Wa,-j;;esac`