summaryrefslogtreecommitdiffstats
path: root/gas
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-08-03 14:29:00 +0000
committerTristan Gingold <gingold@adacore.com>2010-08-03 14:29:00 +0000
commit1222b29101634c6769d9f8c5400c08983030d40a (patch)
tree269d879da47006663cc6a4e6551df0db5b84a3df /gas
parent22f0da72ea2fc99e409548ce883b751aa822c2c3 (diff)
downloadppe42-binutils-1222b29101634c6769d9f8c5400c08983030d40a.tar.gz
ppe42-binutils-1222b29101634c6769d9f8c5400c08983030d40a.zip
bfd/
2010-08-03 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Update list. gas/ Index: gas/ChangeLog 2010-08-03 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Add Add compress-debug.c.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/makefile.vms5
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4b1d4c7e97..6b5e811d84 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-03 Tristan Gingold <gingold@adacore.com>
+
+ * makefile.vms (OBJS): Add Add compress-debug.c.
+
2010-08-03 Alan Modra <amodra@gmail.com>
* config/tc-d10v.h (TARGET_BYTES_BIG_ENDIAN): Define as 1.
diff --git a/gas/makefile.vms b/gas/makefile.vms
index e4ba506a1f..8987a63de8 100644
--- a/gas/makefile.vms
+++ b/gas/makefile.vms
@@ -21,8 +21,9 @@ CFLAGS=/names=(as_is,shortened)\
endif
OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
- atof-generic.obj,cond.obj,depend.obj,expr.obj,flonum-konst.obj,\
- flonum-copy.obj,flonum-mult.obj,frags.obj,hash.obj,input-file.obj,\
+ atof-generic.obj,cond.obj,compress-debug.obj,depend.obj,expr.obj,\
+ flonum-konst.obj,flonum-copy.obj,flonum-mult.obj,\
+ frags.obj,hash.obj,input-file.obj,\
input-scrub.obj,literal.obj,messages.obj,output-file.obj,read.obj,\
subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
macro.obj,ehopt.obj,dw2gencfi.obj,dwarf2dbg.obj,remap.obj
OpenPOWER on IntegriCloud