diff options
Diffstat (limited to 'bfd/vms-misc.c')
-rw-r--r-- | bfd/vms-misc.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bfd/vms-misc.c b/bfd/vms-misc.c index 4b3fecc..048c643 100644 --- a/bfd/vms-misc.c +++ b/bfd/vms-misc.c @@ -770,13 +770,7 @@ _bfd_vms_output_flush (abfd) while (aligncount-- > 0) { PRIV (output_buf)[real_size++] = 0; -#if 0 - /* this is why I *love* vms: inconsistency :-} - alignment is added to the subrecord length - but not to the record length */ - if (PRIV (push_level) > 0) -#endif - length++; + length++; } /* put length to buffer */ |