X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fobj-som.h;h=15e7995540f386a292c93bed633bd89afd70ee19;hb=7766fd10024dc0587838fbc4608f3f8e30e17a26;hp=498fcce77553e892ee82a86d33b56b141e9df041;hpb=e12904d27fcfac19123e57e6cb606045e7e829b9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/obj-som.h b/gas/config/obj-som.h index 498fcce775..15e7995540 100644 --- a/gas/config/obj-som.h +++ b/gas/config/obj-som.h @@ -1,11 +1,11 @@ /* SOM object file format. - Copyright 1993, 1994, 1995, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1993-2016 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 1, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, @@ -15,8 +15,8 @@ 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, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. Written by the Center for Software Science at the University of Utah and by Cygnus Support. */ @@ -26,8 +26,8 @@ #define OBJ_SOM 1 -#include "bfd.h" #include "bfd/som.h" +#include "som/reloc.h" #include "targ-cpu.h" #ifndef FALSE @@ -38,12 +38,12 @@ /* should be conditional on address size! */ #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd)) -extern void som_file_symbol PARAMS ((char *)); -extern void som_frob_file PARAMS ((void)); -extern void obj_som_version PARAMS ((int)); -extern void obj_som_init_stab_section PARAMS ((segT)); -extern void obj_som_copyright PARAMS ((int)); -extern void obj_som_compiler PARAMS ((int)); +extern void som_file_symbol (char *); +extern void som_frob_file (void); +extern void obj_som_version (int); +extern void obj_som_init_stab_section (segT); +extern void obj_som_copyright (int); +extern void obj_som_compiler (int); #define obj_symbol_new_hook(s) {;}