From: Ken Raeburn Date: Fri, 11 Mar 1994 23:07:00 +0000 (+0000) Subject: (Close_VMS_Object_File): Add comment pointing out some code that doesn't belong X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c17f46667a1c0f0381a3543eef9c81474d465500;p=binutils-gdb.git (Close_VMS_Object_File): Add comment pointing out some code that doesn't belong in this file. --- diff --git a/gas/config/obj-vms.c b/gas/config/obj-vms.c index 704141fe58b..835049e00db 100644 --- a/gas/config/obj-vms.c +++ b/gas/config/obj-vms.c @@ -539,6 +539,9 @@ static Close_VMS_Object_File () { short int m_one = -1; + /* @@ This should not be here!! The same would presumably be needed + if we were writing vax-bsd a.out files on a vms system. Put it + someplace else! */ #ifndef HO_VMS /* For cross-assembly purposes. */ /* Write a 0xffff into the file, which means "End of File" */ write (VMS_Object_File_FD, &m_one, 2);