diff options
Diffstat (limited to 'gas/config/obj-coffbfd.h')
-rw-r--r-- | gas/config/obj-coffbfd.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/config/obj-coffbfd.h b/gas/config/obj-coffbfd.h index f6a5c29..d1afabb 100644 --- a/gas/config/obj-coffbfd.h +++ b/gas/config/obj-coffbfd.h @@ -1,7 +1,5 @@ -#ifndef OBJ_FORMAT_H -#define OBJ_FORMAT_H /* coff object file format - Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. This file is part of GAS. @@ -19,6 +17,9 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef OBJ_FORMAT_H +#define OBJ_FORMAT_H + #define OBJ_COFF 1 #include "targ-cpu.h" |