diff options
Diffstat (limited to 'gas/config/obj-bfd-sunos.h')
-rw-r--r-- | gas/config/obj-bfd-sunos.h | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/gas/config/obj-bfd-sunos.h b/gas/config/obj-bfd-sunos.h index 0d32758..1a28e57 100644 --- a/gas/config/obj-bfd-sunos.h +++ b/gas/config/obj-bfd-sunos.h @@ -1,14 +1,33 @@ /* + Copyright (C) 1987 Free Software Foundation, Inc. + + This file is part of GAS, the GNU Assembler. + + GAS is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GAS is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GAS; see the file COPYING. If not, write to + the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + +/* * This file is obj-bfd-sunos.h. */ - /* define an obj specific macro off which target cpu back ends may key. */ +/* define an obj specific macro off which target cpu back ends may key. */ #define OBJ_BFD #define OBJ_BFD_SUNOS #include "bfd.h" - /* include whatever target cpu is appropriate. */ +/* include whatever target cpu is appropriate. */ #include "targ-cpu.h" /* @@ -23,7 +42,7 @@ * facilities are available, and they are macros. */ - /* #define SYMBOLS_NEED_PACKPOINTERS */ +/* #define SYMBOLS_NEED_PACKPOINTERS */ typedef asymbol obj_symbol_type; typedef void *object_headers; |