head	1.2;
access;
symbols
	gcc-2_8_1-990325:1.2
	gcc-2_8_1-990319:1.2
	gcc-2_8_1-990302:1.2
	gcc_2_8_1-990302:1.2
	gcc_2_8_1-990222:1.2
	gcc-2_8_1-990109:1.2
	gcc-2_8_1-981210:1.2
	gcc-2_8_1-981208:1.2
	gcc-2_8_1-980929:1.2
	gcc_2_8_1-980929:1.2
	gcc-2_8_1-980928:1.2
	gcc-2_8_1-980813:1.2
	gcc-2_8_1-980811:1.2
	gcc-2_8_1-980718:1.2
	gcc-2_8_1-980705:1.2
	gcc-2_8_1-980627:1.2
	gcc-2_8_1-980609:1.2
	gcc-2_8_1-980608:1.2
	gcc-2_8_1-980529:1.2
	gcc-2_8_1-980525:1.2
	gcc-2_8_1-980513:1.2
	gcc-2_8_1-980502:1.2
	gcc-2_8_1-980426:1.2
	gcc-2_8_1-980419:1.2
	gcc-2_8_1-980413:1.2
	gcc-2_8_1-980412:1.2
	gcc-2_8_1-980407:1.2
	gcc-2_8_1-980401:1.2
	gcc_2_8_1-980315:1.2
	gcc-2_8_1-RELEASE:1.2;
locks; strict;
comment	@# @;


1.2
date	96.10.26.19.24.53;	author kenner;	state Exp;
branches;
next	1.1;

1.1
date	95.04.27.12.05.51;	author kenner;	state Exp;
branches;
next	;


desc
@@


1.2
log
@(XCFLAGS): Disable native assembler's jump optimization for expr.o and
cp/decl.o.
@
text
@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.
# 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`
@


1.1
log
@Initial revision
@
text
@d12 3
a14 1
XCFLAGS=`if [ x$@@ = xcombine.o ]; then echo -Wa,-j; fi`
@
