X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gprof%2Fsym_ids.h;h=192666ef78f6c4287a14454a178c248c7bd58ec7;hb=1903aa3536a887f693088b0404a8dd2214dfb6fc;hp=5b65ce26afabcb27129140f8fc16dbc110c1142f;hpb=bde52789b2840efede7cba2971d8b174586018fc;p=platform%2Fupstream%2Fbinutils.git diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h index 5b65ce2..192666e 100644 --- a/gprof/sym_ids.h +++ b/gprof/sym_ids.h @@ -1,22 +1,23 @@ /* sym_ids.h - Copyright 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. -This file is part of GNU Binutils. + This file is part of GNU Binutils. -This program 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 of the License, or -(at your option) any later version. + This program 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 3 of the License, or + (at your option) any later version. -This program 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. + This program 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 this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef sym_ids_h #define sym_ids_h @@ -35,8 +36,8 @@ Table_Id; extern Sym_Table syms[NUM_TABLES]; -extern void sym_id_add PARAMS ((const char *, Table_Id)); -extern void sym_id_parse PARAMS ((void)); -extern boolean sym_id_arc_is_present PARAMS ((Sym_Table *, Sym *, Sym *)); +extern void sym_id_add (const char *, Table_Id); +extern void sym_id_parse (void); +extern bfd_boolean sym_id_arc_is_present (Sym_Table *, Sym *, Sym *); #endif /* sym_ids_h */