(Close_VMS_Object_File): Add comment pointing out some code that doesn't belong
authorKen Raeburn <raeburn@cygnus>
Fri, 11 Mar 1994 23:07:00 +0000 (23:07 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 11 Mar 1994 23:07:00 +0000 (23:07 +0000)
in this file.

gas/config/obj-vms.c

index 704141fe58b164faa06099a9fdd3e89e8e7cd237..835049e00db31da3bd2a3ec1fbe38ce18fe3f967 100644 (file)
@@ -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);