*** empty log message ***

From-SVN: r510
This commit is contained in:
Michael Meissner 1992-03-17 15:36:31 +00:00
parent c704915a7a
commit 671c2359ee
2 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@
BUILD =
CC = $(OLDCC)
CLIB = -lld
CLIB = -lbsd -lld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
CPP_ABORT = # -Dabort=fancy_abort

View File

@ -73,11 +73,12 @@ half_pic_address_p (addr)
switch (GET_CODE (addr))
{
case CONST:
rtx offset = const0_rtx;
addr = eliminate_constant_term (addr, &offset);
if (GET_CODE (addr) != SYMBOL_REF)
return FALSE;
{
rtx offset = const0_rtx;
addr = eliminate_constant_term (addr, &offset);
if (GET_CODE (addr) != SYMBOL_REF)
return FALSE;
}
/* fall through */
case SYMBOL_REF: