mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict.
This commit is contained in:
parent
302c8ab121
commit
5d53038bb9
@ -58,7 +58,7 @@ debug.c
|
|||||||
doc
|
doc
|
||||||
expr.c
|
expr.c
|
||||||
expr.h
|
expr.h
|
||||||
flonum-const.c
|
flonum-konst.c
|
||||||
flonum-copy.c
|
flonum-copy.c
|
||||||
flonum-mult.c
|
flonum-mult.c
|
||||||
flonum.h
|
flonum.h
|
||||||
@ -106,7 +106,13 @@ echo Done in `pwd`.
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.10 1992/02/22 20:44:46 sac
|
# Revision 1.11 1992/03/13 16:04:15 sac
|
||||||
|
# Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||||
|
#
|
||||||
|
# * flonum-const.c: renamed flonum-konst.c to stop dos name
|
||||||
|
# conflict.
|
||||||
|
#
|
||||||
|
# Revision 1.10 1992/02/22 20:44:46 sac
|
||||||
# * app.c: MRI compatibility - allow single quote to start a string.
|
# * app.c: MRI compatibility - allow single quote to start a string.
|
||||||
# * as.c: fix typo recently introduced.
|
# * as.c: fix typo recently introduced.
|
||||||
# * as.h : Don't include aout/reloc.h - it's not right for COFF!
|
# * as.h : Don't include aout/reloc.h - it's not right for COFF!
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* flonum-const.c: renamed flonum-konst.c to stop dos name
|
||||||
|
conflict.
|
||||||
|
|
||||||
Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
|
Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
|
||||||
|
|
||||||
* configure.in: vxworks68 gets te-sun3.h.
|
* configure.in: vxworks68 gets te-sun3.h.
|
||||||
|
@ -71,7 +71,7 @@ REAL_SOURCES = \
|
|||||||
$(srcdir)/bignum-copy.c \
|
$(srcdir)/bignum-copy.c \
|
||||||
$(srcdir)/cond.c \
|
$(srcdir)/cond.c \
|
||||||
$(srcdir)/expr.c \
|
$(srcdir)/expr.c \
|
||||||
$(srcdir)/flonum-const.c \
|
$(srcdir)/flonum-konst.c \
|
||||||
$(srcdir)/flonum-copy.c \
|
$(srcdir)/flonum-copy.c \
|
||||||
$(srcdir)/flonum-mult.c \
|
$(srcdir)/flonum-mult.c \
|
||||||
$(srcdir)/frags.c \
|
$(srcdir)/frags.c \
|
||||||
@ -140,7 +140,7 @@ OBJS = \
|
|||||||
bignum-copy.o \
|
bignum-copy.o \
|
||||||
cond.o \
|
cond.o \
|
||||||
expr.o \
|
expr.o \
|
||||||
flonum-const.o \
|
flonum-konst.o \
|
||||||
flonum-copy.o \
|
flonum-copy.o \
|
||||||
flonum-mult.o \
|
flonum-mult.o \
|
||||||
frags.o \
|
frags.o \
|
||||||
@ -205,7 +205,7 @@ SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
|
|||||||
STAGESTUFF = *.o as.new
|
STAGESTUFF = *.o as.new
|
||||||
|
|
||||||
as.new: $(OBJS) $(LIBDEPS)
|
as.new: $(OBJS) $(LIBDEPS)
|
||||||
-mv -f as.new as.old
|
[ ! -f as.new ] || mv as.new as.old
|
||||||
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o as.new $(OBJS) $(LIBS) $(LOADLIBES)
|
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o as.new $(OBJS) $(LIBS) $(LOADLIBES)
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@ -241,7 +241,7 @@ expr.o : expr.c as.h host.h targ-env.h obj-format.h \
|
|||||||
targ-cpu.h struc-symbol.h \
|
targ-cpu.h struc-symbol.h \
|
||||||
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h \
|
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h \
|
||||||
|
|
||||||
flonum-const.o : flonum-const.c flonum.h bignum.h
|
flonum-konst.o : flonum-konst.c flonum.h bignum.h
|
||||||
flonum-copy.o : flonum-copy.c as.h host.h targ-env.h obj-format.h \
|
flonum-copy.o : flonum-copy.c as.h host.h targ-env.h obj-format.h \
|
||||||
targ-cpu.h struc-symbol.h \
|
targ-cpu.h struc-symbol.h \
|
||||||
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h
|
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h
|
||||||
|
Loading…
Reference in New Issue
Block a user