aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-08-09 01:39:47 +0000
committerKen Raeburn <raeburn@cygnus>1995-08-09 01:39:47 +0000
commitbdc82d81031549e8db59953358066bc7cd68fdfe (patch)
tree2fa2577208adc22ca4fd7722f5812f4e7778bc6c /gas/ChangeLog
parent3b85367c5840c4283f7789a2cb68378e2986fd67 (diff)
downloadgdb-bdc82d81031549e8db59953358066bc7cd68fdfe.zip
gdb-bdc82d81031549e8db59953358066bc7cd68fdfe.tar.gz
gdb-bdc82d81031549e8db59953358066bc7cd68fdfe.tar.bz2
yet more vms work from pat rankin
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8983742..3c3fde1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
Tue Aug 8 17:27:17 1995 Ken Raeburn <raeburn@cygnus.com>
+ * config/obj-vms.c: Some whitespace changes from Pat Rankin.
+
+ Wed Aug 2 18:54:37 1995 Pat Rankin <rankin@eql.caltech.edu>
+
+ * config/obj-vms.c (Flush_VMS_Object_Record_Buffer,
+ Close_VMS_Object_File): Reorganize the `#if !VMS' cross-assmebler
+ support code.
+ (Close_VMS_Object_File): Call Set_VMS_Object_File_Record to flush
+ output buffer--just in case--before closing the file.
+
* as.h (alloca): If __STDC__, declare void* instead of char*.
Tue Aug 8 13:07:05 1995 Ian Lance Taylor <ian@cygnus.com>