projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be22008
)
(Close_VMS_Object_File): Add comment pointing out some code that doesn't belong
author
Ken Raeburn
<raeburn@cygnus>
Fri, 11 Mar 1994 23:07:00 +0000
(23:07 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Fri, 11 Mar 1994 23:07:00 +0000
(23:07 +0000)
in this file.
gas/config/obj-vms.c
patch
|
blob
|
history
diff --git
a/gas/config/obj-vms.c
b/gas/config/obj-vms.c
index 704141fe58b164faa06099a9fdd3e89e8e7cd237..835049e00db31da3bd2a3ec1fbe38ce18fe3f967 100644
(file)
--- 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);