aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-03-11 23:07:00 +0000
committerKen Raeburn <raeburn@cygnus>1994-03-11 23:07:00 +0000
commitc17f46667a1c0f0381a3543eef9c81474d465500 (patch)
tree0113c5d0e26557bea11ddd5fa9c295d88d9d4c08 /gas/config
parentbe22008b2c2b17c0a704800f387f444c360053a8 (diff)
downloadgdb-c17f46667a1c0f0381a3543eef9c81474d465500.zip
gdb-c17f46667a1c0f0381a3543eef9c81474d465500.tar.gz
gdb-c17f46667a1c0f0381a3543eef9c81474d465500.tar.bz2
(Close_VMS_Object_File): Add comment pointing out some code that doesn't belong
in this file.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/obj-vms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/obj-vms.c b/gas/config/obj-vms.c
index 704141f..835049e 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);