mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 06:26:17 +00:00
(Close_VMS_Object_File): Add comment pointing out some code that doesn't belong
in this file.
This commit is contained in:
parent
be22008b2c
commit
c17f46667a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user