diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-13 13:29:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-13 13:29:16 +0000 |
commit | 56b2bd657b0d4248b516800fef776d9e2c772d7d (patch) | |
tree | cfe48f3cd40d9ef1bec5152dace4afde07f7cb56 /gnu/usr.bin/binutils/bfd/vms.h | |
parent | 30323be41a1be71af09d81cb33ade9cddea38966 (diff) |
Import binutils-2.11.2
- only the binutils package (no gdb here)
- don't import libiberty and texinfo, they are elsewhere
- remove all .info* generated files
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/vms.h')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/vms.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/bfd/vms.h b/gnu/usr.bin/binutils/bfd/vms.h index 714398699de..0b1f7fad538 100644 --- a/gnu/usr.bin/binutils/bfd/vms.h +++ b/gnu/usr.bin/binutils/bfd/vms.h @@ -1,6 +1,6 @@ #undef vms /* vms.h -- Header file for VMS (Alpha and Vax) support. - Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Written by Klaus K"ampf (kkaempf@rmi.de) @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef VMS_H #define VMS_H - /* Constants starting with 'Exxx_' are for openVMS/Alpha (EVAX object language) */ /* VMS Text, information and relocation record (TIR/ETIR) definitions. */ @@ -531,7 +530,6 @@ struct hdr_struc { char *hdr_c_ttl; }; - /* vms end of module */ struct eom_struc { |