diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-27 08:05:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-27 08:05:51 -0400 |
commit | c276186e8e059cbed3066ea0475d36e1a8c5eebf (patch) | |
tree | 3e5b2088c54bcacadc7025db18aacbe3305ac89f /gcc | |
parent | c9263446184f453646ba8fa6eb390be4a667cf20 (diff) | |
download | gcc-c276186e8e059cbed3066ea0475d36e1a8c5eebf.zip gcc-c276186e8e059cbed3066ea0475d36e1a8c5eebf.tar.gz gcc-c276186e8e059cbed3066ea0475d36e1a8c5eebf.tar.bz2 |
Initial revision
From-SVN: r9503
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/x-mot3300 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-mot3300 b/gcc/config/m68k/x-mot3300 new file mode 100644 index 0000000..44d7e06 --- /dev/null +++ b/gcc/config/m68k/x-mot3300 @@ -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` |