aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-12-03 23:54:54 +0000
committerKen Raeburn <raeburn@cygnus>1992-12-03 23:54:54 +0000
commit7f2cb2702a7e2451b7096bfef416dfab61cf79d9 (patch)
tree30be7914e6a8181991619e01ddb4c3732b77eaaf /gas/Makefile.in
parentc5dd66a13aa2fd6ab9e98089e171dd74534f5f85 (diff)
downloadgdb-7f2cb2702a7e2451b7096bfef416dfab61cf79d9.zip
gdb-7f2cb2702a7e2451b7096bfef416dfab61cf79d9.tar.gz
gdb-7f2cb2702a7e2451b7096bfef416dfab61cf79d9.tar.bz2
Some cleanup.
Deleted some unused code. Fixed some declarations to use PARAMS macro. Fixed up configure.in for new targets. Some whitespace/comment fixes. Merged config/ChangeLog.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in25
1 files changed, 6 insertions, 19 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 04042b3..9c9c63c 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -98,18 +98,14 @@ REAL_SOURCES = \
$(srcdir)/input-file.c \
$(srcdir)/input-scrub.c \
$(srcdir)/messages.c \
- $(srcdir)/obstack.c \
$(srcdir)/output-file.c \
$(srcdir)/read.c \
- $(srcdir)/strerror.c \
- $(srcdir)/strstr.c \
$(srcdir)/subsegs.c \
$(srcdir)/symbols.c \
$(srcdir)/version.c \
$(srcdir)/write.c \
$(srcdir)/listing.c \
- $(srcdir)/xmalloc.c \
- $(srcdir)/xrealloc.c
+ $(srcdir)/xmalloc.c
# in an expedient order
LINKED_SOURCES = \
@@ -130,7 +126,6 @@ REAL_HEADERS = \
$(srcdir)/listing.h \
$(srcdir)/tc.h \
$(srcdir)/obj.h \
- $(srcdir)/obstack.h \
$(srcdir)/read.h \
$(srcdir)/struc-symbol.h \
$(srcdir)/subsegs.h \
@@ -167,18 +162,14 @@ OBJS = \
input-file.o \
input-scrub.o \
messages.o \
- obstack.o \
output-file.o \
read.o \
- strerror.o \
- strstr.o \
subsegs.o \
symbols.o \
version.o \
write.o \
listing.o \
- xmalloc.o \
- xrealloc.o
+ xmalloc.o
#### host, target, and site specific Makefile frags come in here.
@@ -222,7 +213,7 @@ SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
# Files to be copied away after each stage in building.
STAGESTUFF = *.o as.new
-as.new: $(OBJS) $(LIBDEPS) $(LOCAL_LOADLIBES)
+as.new: $(OBJS) $(LIBS)
[ ! -f as.new ] || mv as.new as.old
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o as.new $(OBJS) $(LIBS) $(LOADLIBES)
@@ -239,7 +230,8 @@ app.o : app.c as.h host.h targ-env.h obj-format.h \
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h
as.o : as.c as.h host.h targ-env.h obj-format.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 subsegs.h \
+ tc.h obj.h
atof-generic.o : atof-generic.c as.h host.h targ-env.h obj-format.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
@@ -287,7 +279,6 @@ listing.o : listing.c as.h host.h targ-env.h flonum.h bignum.h \
messages.o : messages.c as.h host.h targ-env.h obj-format.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
-obstack.o : obstack.c
output-file.o : output-file.c as.h host.h targ-env.h obj-format.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 \
@@ -295,9 +286,6 @@ output-file.o : output-file.c as.h host.h targ-env.h obj-format.h \
read.o : read.c as.h host.h targ-env.h obj-format.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
-
-strerror.o : strerror.c
-strstr.o : strstr.c
subsegs.o : subsegs.c as.h host.h targ-env.h obj-format.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 \
@@ -312,7 +300,6 @@ write.o : write.c as.h host.h targ-env.h obj-format.h \
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h \
subsegs.h output-file.h
xmalloc.o : xmalloc.c
-xrealloc.o : xrealloc.c
atof-targ.o : atof-targ.c as.h host.h targ-env.h obj-format.h \
targ-cpu.h struc-symbol.h \
write.h flonum.h bignum.h expr.h frags.h hash.h read.h \
@@ -320,7 +307,7 @@ atof-targ.o : atof-targ.c as.h host.h targ-env.h obj-format.h \
obj-format.o : obj-format.c as.h host.h targ-env.h obj-format.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
+ subsegs.h symbols.h tc.h obj.h
targ-cpu.o : targ-cpu.c targ-env.h obj-format.h \
targ-cpu.h struc-symbol.h \
write.h flonum.h bignum.h expr.h frags.h hash.h read.h \