X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=binutils%2Fnlmconv.h;h=d024aaef6316db4b6faf4fb473b51886e24eb83f;hb=c68c16371639f360d1b110eacf4b1a28ddb5cf53;hp=c92a557bb7fbd1673695fbb9f829b9b5cbb32765;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/nlmconv.h b/binutils/nlmconv.h index c92a557bb7..d024aaef63 100644 --- a/binutils/nlmconv.h +++ b/binutils/nlmconv.h @@ -1,21 +1,23 @@ /* nlmconv.h -- header file for NLM conversion program - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993-2015 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Ian Lance Taylor . @@ -44,7 +46,7 @@ extern char *check_procedure; /* File named by CUSTOM. */ extern char *custom_file; /* Whether to generate debugging information (DEBUG). */ -extern boolean debug_info; +extern bfd_boolean debug_info; /* Procedure named by EXIT. */ extern char *exit_procedure; /* Exported symbols (EXPORT). */ @@ -54,7 +56,7 @@ extern struct string_list *input_files; /* Map file name (MAP, FULLMAP). */ extern char *map_file; /* Whether a full map has been requested (FULLMAP). */ -extern boolean full_map; +extern bfd_boolean full_map; /* File named by HELP. */ extern char *help_file; /* Imported symbols (IMPORT). */ @@ -70,7 +72,7 @@ extern char *sharelib_file; /* Start procedure name (START). */ extern char *start_procedure; /* VERBOSE. */ -extern boolean verbose; +extern bfd_boolean verbose; /* RPC description file (XDCDATA). */ extern char *rpc_file; @@ -78,7 +80,7 @@ extern char *rpc_file; extern int parse_errors; /* The parser. */ -extern int yyparse PARAMS ((void)); +extern int yyparse (void); /* Tell the lexer what file to read. */ -extern boolean nlmlex_file PARAMS ((const char *)); +extern bfd_boolean nlmlex_file (const char *);