diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-01-12 23:09:24 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-01-12 23:09:24 +0000 |
commit | 5d7a878c305f7cc6740f1b0177956849379d58f5 (patch) | |
tree | 7533ee2fe77db617c80f264e4e7411415970cc28 /gas | |
parent | 3a762a0bfdb9e74fa2ca4b41b998d64d9a178d25 (diff) | |
download | gdb-5d7a878c305f7cc6740f1b0177956849379d58f5.zip gdb-5d7a878c305f7cc6740f1b0177956849379d58f5.tar.gz gdb-5d7a878c305f7cc6740f1b0177956849379d58f5.tar.bz2 |
delete references to hex-value.c
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog.mpw | 4 | ||||
-rw-r--r-- | gas/mpw-make.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gas/ChangeLog.mpw b/gas/ChangeLog.mpw index 6537b32..a0840f7 100644 --- a/gas/ChangeLog.mpw +++ b/gas/ChangeLog.mpw @@ -1,3 +1,7 @@ +Thu Jan 12 18:03:03 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * mpw-make.in: Delete references to hex-value.c. + Mon Dec 12 19:44:29 1994 Stan Shebs <shebs@andros.cygnus.com> * mpw-config.in: Add mapping from configs to object file formats, diff --git a/gas/mpw-make.in b/gas/mpw-make.in index d568621..fc9a2b8 100644 --- a/gas/mpw-make.in +++ b/gas/mpw-make.in @@ -32,7 +32,6 @@ OBJECTS = \Option-d "{o}"flonum-mult.c.o \Option-d "{o}"frags.c.o \Option-d "{o}"hash.c.o \Option-d - "{o}"hex-value.c.o \Option-d "{o}"input-file.c.o \Option-d "{o}"input-scrub.c.o \Option-d "{o}"listing.c.o \Option-d @@ -120,7 +119,6 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS} "{o}"flonum-mult.c.o \Option-f "{s}"flonum-mult.c {INCLUDES} "{o}"frags.c.o \Option-f "{s}"frags.c {INCLUDES} "{o}"hash.c.o \Option-f "{s}"hash.c {INCLUDES} -"{o}"hex-value.c.o \Option-f "{s}"hex-value.c {INCLUDES} "{o}"input-file.c.o \Option-f "{s}"input-file.c {INCLUDES} "{o}"input-scrub.c.o \Option-f "{s}"input-scrub.c {INCLUDES} "{o}"listing.c.o \Option-f "{s}"listing.c {INCLUDES} |